Skip to content

Commit 6beb556

Browse files
authored
Merge pull request #1604 from nextcloud/chore/adjust-vue-style
refactor: adjust nextcloud-vue props to latest version
2 parents 68fe69f + b55b4d7 commit 6beb556

8 files changed

+11
-11
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.

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-Be6yKfqs.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-Be6yKfqs.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-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)});
33
//# sourceMappingURL=firstrunwizard-about.mjs.map

js/firstrunwizard-activate.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-Be6yKfqs.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 t}from"./modulepreload-polyfill-CBWYtosv.chunk.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-Be6yKfqs.chunk.mjs"),__vite__mapDeps([0,1,2,3]),import.meta.url)).open()});
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 t}from"./modulepreload-polyfill-CBWYtosv.chunk.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-CK1Ev_Ea.chunk.mjs"),__vite__mapDeps([0,1,2,3]),import.meta.url)).open()});
33
//# sourceMappingURL=firstrunwizard-activate.mjs.map
Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/SlideShow.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
v-if="!isFirstPage && isMobile"
2323
:aria-label="t('firstrunwizard', 'Go to previous page')"
2424
:class="$style.button_back"
25-
type="tertiary"
25+
variant="tertiary"
2626
@click="$emit('update:current-index', currentIndex - 1)">
2727
<template #icon>
2828
<NcIconSvgWrapper :path="mdiArrowLeft" />
@@ -33,7 +33,7 @@
3333
<NcButton
3434
:aria-label="t('firstrunwizard', 'Close')"
3535
:class="$style.button_close"
36-
:type="isFirstPage ? 'primary' : 'tertiary'"
36+
:variant="isFirstPage ? 'primary' : 'tertiary'"
3737
@click="$emit('update:current-index', -1)">
3838
<template #icon>
3939
<NcIconSvgWrapper :path="mdiClose" />
@@ -59,7 +59,7 @@
5959
v-for="button, index of currentPage.buttons"
6060
:key="button.to"
6161
alignment="center-reverse"
62-
:type="index === currentPage.buttons.length - 1 ? 'primary' : 'secondary'"
62+
:variant="index === currentPage.buttons.length - 1 ? 'primary' : 'secondary'"
6363
:wide="index === currentPage.buttons.length - 1"
6464
@click="goToPage(button.to)">
6565
<template v-if="!isLastPage" #icon>

0 commit comments

Comments
 (0)