Skip to content

Commit

Permalink
chore(assets): Recompile assets
Browse files Browse the repository at this point in the history
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
nextcloud-command committed May 3, 2024
1 parent 5af378c commit a8e2f1c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions js/firstrunwizard-about.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-ABl-s2Y1.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-BXu4P0tX.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
/*! third party licenses: js/vendor.LICENSE.txt */
import{_ as i}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",function(){const o=document.querySelector("#firstrunwizard_about button"),t=()=>{document.querySelector("#firstrunwizard_about button").addEventListener("click",async function(e){var n;e.stopPropagation(),e.preventDefault();const r=(n=document.querySelector('[aria-controls="header-menu-user-menu"]'))!=null?n:void 0,{open:u}=await i(()=>import("./main-ABl-s2Y1.mjs"),__vite__mapDeps([0,1]),import.meta.url);u(r),OC.hideMenus(()=>!1)})};o?t():window._nc_event_bus.subscribe("core:user-menu:mounted",t)});
import{_ as i}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",function(){const o=document.querySelector("#firstrunwizard_about button"),t=()=>{document.querySelector("#firstrunwizard_about button").addEventListener("click",async function(e){var n;e.stopPropagation(),e.preventDefault();const r=(n=document.querySelector('[aria-controls="header-menu-user-menu"]'))!=null?n:void 0,{open:u}=await i(()=>import("./main-BXu4P0tX.mjs"),__vite__mapDeps([0,1]),import.meta.url);u(r),OC.hideMenus(()=>!1)})};o?t():window._nc_event_bus.subscribe("core:user-menu:mounted",t)});
4 changes: 2 additions & 2 deletions js/firstrunwizard-activate.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-ABl-s2Y1.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-BXu4P0tX.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
/*! third party licenses: js/vendor.LICENSE.txt */
import{_ as t}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-ABl-s2Y1.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
import{_ as t}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-BXu4P0tX.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
2 changes: 1 addition & 1 deletion js/main-ABl-s2Y1.mjs → js/main-BXu4P0tX.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/main-ABl-s2Y1.mjs.map → js/main-BXu4P0tX.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/vendor.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version: 6.1.0
license: AGPL-3.0-or-later

@nextcloud/capabilities
version: 1.1.0
version: 1.2.0
license: GPL-3.0-or-later

@nextcloud/event-bus
Expand Down

0 comments on commit a8e2f1c

Please sign in to comment.