mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: update @nextcloud/vue to v8.29.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
9fd80b2aa2
commit
cd310afe1a
5 changed files with 37 additions and 31 deletions
|
|
@ -2,7 +2,13 @@
|
|||
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
window.OC = { ...window.OC }
|
||||
window.OC = {
|
||||
...window.OC,
|
||||
config: {
|
||||
version: '32.0.0',
|
||||
...(window.OC?.config ?? {}),
|
||||
},
|
||||
}
|
||||
window.OCA = { ...window.OCA }
|
||||
window.OCP = { ...window.OCP }
|
||||
|
||||
|
|
|
|||
|
|
@ -4,18 +4,18 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
<div>
|
||||
<div
|
||||
class="settings-section settings-section--limit-width"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
<h2
|
||||
class="settings-section__name"
|
||||
data-v-6f6953b5=""
|
||||
data-v-5e563b2b=""
|
||||
>
|
||||
Calendar server
|
||||
<a
|
||||
aria-label="External documentation for Calendar server"
|
||||
class="settings-section__info"
|
||||
data-v-6f6953b5=""
|
||||
data-v-5e563b2b=""
|
||||
href="https://docs.nextcloud.com/server/23/go.php?to=user-sync-calendars"
|
||||
rel="noreferrer nofollow"
|
||||
target="_blank"
|
||||
|
|
@ -24,7 +24,7 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon help-circle-icon"
|
||||
data-v-6f6953b5=""
|
||||
data-v-5e563b2b=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
@ -46,8 +46,8 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
<!---->
|
||||
<p
|
||||
class="settings-hint"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Also install the
|
||||
<a
|
||||
|
|
@ -67,13 +67,13 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
.
|
||||
</p>
|
||||
<p
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
data-v-f275cf53=""
|
||||
style="--icon-size: 36px; --icon-height: 16px;"
|
||||
>
|
||||
|
|
@ -127,8 +127,8 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
</span>
|
||||
</span>
|
||||
<em
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Please make sure to properly set up
|
||||
<a
|
||||
|
|
@ -140,13 +140,13 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
</em>
|
||||
</p>
|
||||
<p
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
data-v-f275cf53=""
|
||||
style="--icon-size: 36px; --icon-height: 16px;"
|
||||
>
|
||||
|
|
@ -200,30 +200,30 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
</span>
|
||||
</span>
|
||||
<em
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Birthday calendars will be generated by a background job.
|
||||
</em>
|
||||
<br
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
/>
|
||||
<em
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Hence they will not be available immediately after enabling but will show up after some time.
|
||||
</em>
|
||||
</p>
|
||||
<p
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
data-v-f275cf53=""
|
||||
style="--icon-size: 36px; --icon-height: 16px;"
|
||||
>
|
||||
|
|
@ -277,8 +277,8 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
</span>
|
||||
</span>
|
||||
<em
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Please make sure to properly set up
|
||||
<a
|
||||
|
|
@ -289,25 +289,25 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
.
|
||||
</em>
|
||||
<br
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
/>
|
||||
<em
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Notifications are sent via background jobs, so these must occur often enough.
|
||||
</em>
|
||||
</p>
|
||||
<p
|
||||
class="indented"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
data-v-f275cf53=""
|
||||
style="--icon-size: 36px; --icon-height: 16px;"
|
||||
>
|
||||
|
|
@ -361,21 +361,21 @@ exports[`CalDavSettings > interactions 1`] = `
|
|||
</span>
|
||||
</span>
|
||||
<em
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
Reminders are always sent to organizers and attendees.
|
||||
</em>
|
||||
</p>
|
||||
<p
|
||||
class="indented"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-5e563b2b=""
|
||||
data-v-6b8d4c30=""
|
||||
data-v-6f6953b5=""
|
||||
data-v-f275cf53=""
|
||||
style="--icon-size: 36px; --icon-height: 16px;"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ OC.config = {
|
|||
session_lifetime: 600 * 1000,
|
||||
session_keepalive: false,
|
||||
blacklist_files_regex: '\.(part|filepart)$',
|
||||
version: '32.0.0',
|
||||
};
|
||||
OC.appConfig = {
|
||||
core: {}
|
||||
|
|
|
|||
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -30,7 +30,7 @@
|
|||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/sharing": "^0.2.5",
|
||||
"@nextcloud/upload": "^1.10.0",
|
||||
"@nextcloud/vue": "^8.28.0",
|
||||
"@nextcloud/vue": "^8.29.0",
|
||||
"@simplewebauthn/browser": "^13.1.2",
|
||||
"@vue/web-component-wrapper": "^1.3.0",
|
||||
"@vueuse/components": "^11.3.0",
|
||||
|
|
@ -4440,9 +4440,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue": {
|
||||
"version": "8.28.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.28.0.tgz",
|
||||
"integrity": "sha512-m0Ei6LpySq5OBb2zNqOx5vasDsmmiDTYtCoWb20ZBCT3+uk3D2m02US9g+1dS4v/Gb4BcwFLYm5mwlRH9zNERw==",
|
||||
"version": "8.29.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.29.1.tgz",
|
||||
"integrity": "sha512-fJtKBmO1Al4SWZDsb2s+wmS1k+TkMQ+2Basx/M3VQsrczTpWqXOabsYdJR0ZoZgkL0suDPgK3p5OOEomWvLewA==",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.1.0",
|
||||
|
|
@ -4494,8 +4494,7 @@
|
|||
"vue2-datepicker": "^3.11.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue-select": {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/sharing": "^0.2.5",
|
||||
"@nextcloud/upload": "^1.10.0",
|
||||
"@nextcloud/vue": "^8.28.0",
|
||||
"@nextcloud/vue": "^8.29.0",
|
||||
"@simplewebauthn/browser": "^13.1.2",
|
||||
"@vue/web-component-wrapper": "^1.3.0",
|
||||
"@vueuse/components": "^11.3.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue