Skip to content

Commit 7458344

Browse files
authored
Merge pull request #1605 from nextcloud/feat/migrate-to-vue3
2 parents 85884ff + 759294b commit 7458344

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+757
-737
lines changed

css/firstrunwizard-style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* SPDX-License-Identifier: CC0-1.0
44
*/
55

6-
import { recommendedVue2 } from '@nextcloud/eslint-config'
6+
import { recommended } from '@nextcloud/eslint-config'
77

88
export default [
9-
...recommendedVue2,
9+
...recommended,
1010
{
1111
ignores: [
1212
'js/**',

js/NcModal-zR5XnNfx.chunk.mjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

js/NcModal-zR5XnNfx.chunk.mjs.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}export{r as g};
2+
//# sourceMappingURL=_commonjsHelpers-C6fzsn3J.chunk.mjs.map
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SPDX-License-Identifier: MIT
2-
SPDX-FileCopyrightText: David Myers <[email protected]>
2+
SPDX-FileCopyrightText: Evan You
33

44
This file is generated from multiple sources. Included packages:
5-
- vite-plugin-node-polyfills
6-
- version: 0.23.0
5+
- vite
6+
- version: 6.3.5
77
- license: MIT

js/_commonjsHelpers-C6fzsn3J.chunk.mjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SPDX-License-Identifier: MIT
2-
SPDX-FileCopyrightText: David Myers <[email protected]>
2+
SPDX-FileCopyrightText: Evan You
33

44
This file is generated from multiple sources. Included packages:
5-
- vite-plugin-node-polyfills
6-
- version: 0.23.0
5+
- vite
6+
- version: 6.3.5
77
- license: MIT

js/firstrunwizard-about.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=[window.OC.filePath('firstrunwizard', '', 'js/main-CK1Ev_Ea.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'js/NcModal-zR5XnNfx.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'js/index-Em6KL0H7.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'js/index-BJcKkqxj.chunk.mjs')])))=>i.map(i=>d[i]);
2-
import{_ as i}from"./modulepreload-polyfill-CBWYtosv.chunk.mjs";import{s as u}from"./index-BJcKkqxj.chunk.mjs";import"./index-Em6KL0H7.chunk.mjs";document.addEventListener("DOMContentLoaded",function(){const e=()=>document.querySelector("#firstrunwizard_about"),t=()=>{e().addEventListener("click",async function(n){n.stopPropagation(),n.preventDefault();const o=document.querySelector('[aria-controls="header-menu-user-menu"]')??void 0,{open:r}=await i(async()=>{const{open:a}=await import("./main-CK1Ev_Ea.chunk.mjs");return{open:a}},__vite__mapDeps([0,1,2,3]),import.meta.url);r(o),OC.hideMenus(()=>!1)})};e()?t():u("core:user-menu:mounted",t)});
1+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=[window.OC.filePath('firstrunwizard', '', 'js/main-CPABD0Tc.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'js/index--_vycBw5.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'js/_commonjsHelpers-C6fzsn3J.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'js/index-BG7yjaO9.chunk.mjs')])))=>i.map(i=>d[i]);
2+
import{_ as i}from"./modulepreload-polyfill-CBWYtosv.chunk.mjs";import{s as u}from"./index-BG7yjaO9.chunk.mjs";import"./_commonjsHelpers-C6fzsn3J.chunk.mjs";document.addEventListener("DOMContentLoaded",function(){const e=()=>document.querySelector("#firstrunwizard_about"),t=()=>{e().addEventListener("click",async function(n){n.stopPropagation(),n.preventDefault();const o=document.querySelector('[aria-controls="header-menu-user-menu"]')??void 0,{open:r}=await i(async()=>{const{open:a}=await import("./main-CPABD0Tc.chunk.mjs");return{open:a}},__vite__mapDeps([0,1,2,3]),import.meta.url);r(o),OC.hideMenus(()=>!1)})};e()?t():u("core:user-menu:mounted",t)});
33
//# sourceMappingURL=firstrunwizard-about.mjs.map

js/firstrunwizard-about.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)