Skip to content

Commit

Permalink
chore: Compile assets
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Mar 27, 2024
1 parent 4e83d83 commit c3c6d9a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 33 deletions.
23 changes: 1 addition & 22 deletions css/firstrunwizard-main.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/firstrunwizard-about.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! third party licenses: js/vendor.LICENSE.txt */
import{_ as i}from"./modulepreload-polyfill-hfIVPvwd.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-BwB0SHeG.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-hfIVPvwd.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-DiISDNhL.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)});
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-BwB0SHeG.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-DiISDNhL.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
4 changes: 2 additions & 2 deletions js/firstrunwizard-activate.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! third party licenses: js/vendor.LICENSE.txt */
import{_ as t}from"./modulepreload-polyfill-hfIVPvwd.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-BwB0SHeG.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
import{_ as t}from"./modulepreload-polyfill-hfIVPvwd.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-DiISDNhL.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-BwB0SHeG.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-DiISDNhL.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
2 changes: 0 additions & 2 deletions js/main-BwB0SHeG.mjs

This file was deleted.

1 change: 0 additions & 1 deletion js/main-BwB0SHeG.mjs.map

This file was deleted.

2 changes: 2 additions & 0 deletions js/main-DiISDNhL.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/main-DiISDNhL.mjs.map

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions js/vendor.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ license: MIT
version: 0.1.5
license: Apache-2.0

@mdi/js
version: 7.4.47
license: Apache-2.0

@mdi/svg
version: 7.4.47
license: Apache-2.0

@nextcloud/auth
version: 2.1.0
license: GPL-3.0-or-later
Expand Down Expand Up @@ -200,10 +208,6 @@ vue-demi
version: 0.14.1
license: MIT

vue-material-design-icons
version: 5.3.0
license: MIT

vue2-datepicker
version: 3.11.1
license: MIT

0 comments on commit c3c6d9a

Please sign in to comment.