mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #36109 from nextcloud/deps/nextcloud/vue-7.4.0-beta.1
Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability
This commit is contained in:
commit
d389b54e2a
58 changed files with 408 additions and 240 deletions
|
|
@ -4,18 +4,19 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<div>
|
||||
<div
|
||||
class="settings-section settings-section--limit-width"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
<h2
|
||||
class="settings-section__title"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
|
||||
Calendar server
|
||||
|
||||
<a
|
||||
aria-label="External documentation for Calendar server"
|
||||
class="settings-section__info"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
href="https://docs.nextcloud.com/server/23/go.php?to=user-sync-calendars"
|
||||
role="note"
|
||||
title="External documentation for Calendar server"
|
||||
|
|
@ -23,7 +24,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon help-circle-icon"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
@ -47,7 +48,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
|
||||
<p
|
||||
class="settings-hint"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
Also install the
|
||||
<a
|
||||
|
|
@ -68,22 +69,22 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</p>
|
||||
|
||||
<p
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-751c6bad=""
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
data-v-97259c4c=""
|
||||
style="--icon-size: 36px;"
|
||||
>
|
||||
<label
|
||||
class="checkbox-radio-switch__label"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
for="caldavSendInvitations"
|
||||
>
|
||||
<input
|
||||
class="checkbox-radio-switch__input"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
id="caldavSendInvitations"
|
||||
type="checkbox"
|
||||
value=""
|
||||
|
|
@ -92,7 +93,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
@ -116,7 +117,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</span>
|
||||
|
||||
<em
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
Please make sure to properly set up
|
||||
<a
|
||||
|
|
@ -129,22 +130,22 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</p>
|
||||
|
||||
<p
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-751c6bad=""
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
data-v-97259c4c=""
|
||||
style="--icon-size: 36px;"
|
||||
>
|
||||
<label
|
||||
class="checkbox-radio-switch__label"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
for="caldavGenerateBirthdayCalendar"
|
||||
>
|
||||
<input
|
||||
class="checkbox-radio-switch__input"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
id="caldavGenerateBirthdayCalendar"
|
||||
type="checkbox"
|
||||
value=""
|
||||
|
|
@ -153,7 +154,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
@ -177,7 +178,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</span>
|
||||
|
||||
<em
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
|
||||
Birthday calendars will be generated by a background job.
|
||||
|
|
@ -185,11 +186,11 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</em>
|
||||
|
||||
<br
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
/>
|
||||
|
||||
<em
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
|
||||
Hence they will not be available immediately after enabling but will show up after some time.
|
||||
|
|
@ -198,22 +199,22 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</p>
|
||||
|
||||
<p
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-751c6bad=""
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
data-v-97259c4c=""
|
||||
style="--icon-size: 36px;"
|
||||
>
|
||||
<label
|
||||
class="checkbox-radio-switch__label"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
for="caldavSendEventReminders"
|
||||
>
|
||||
<input
|
||||
class="checkbox-radio-switch__input"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
id="caldavSendEventReminders"
|
||||
type="checkbox"
|
||||
value=""
|
||||
|
|
@ -222,7 +223,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
@ -246,7 +247,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</span>
|
||||
|
||||
<em
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
Please make sure to properly set up
|
||||
<a
|
||||
|
|
@ -258,11 +259,11 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</em>
|
||||
|
||||
<br
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
/>
|
||||
|
||||
<em
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
|
||||
Notifications are sent via background jobs, so these must occur often enough.
|
||||
|
|
@ -272,22 +273,22 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
|
||||
<p
|
||||
class="indented"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-751c6bad=""
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
data-v-97259c4c=""
|
||||
style="--icon-size: 36px;"
|
||||
>
|
||||
<label
|
||||
class="checkbox-radio-switch__label"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
for="caldavSendEventRemindersToSharedGroupMembers"
|
||||
>
|
||||
<input
|
||||
class="checkbox-radio-switch__input"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
id="caldavSendEventRemindersToSharedGroupMembers"
|
||||
type="checkbox"
|
||||
value=""
|
||||
|
|
@ -296,7 +297,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
@ -320,7 +321,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
</span>
|
||||
|
||||
<em
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
|
||||
Reminders are always sent to organizers and attendees.
|
||||
|
|
@ -330,22 +331,22 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
|
||||
<p
|
||||
class="indented"
|
||||
data-v-751c6bad=""
|
||||
data-v-97259c4c=""
|
||||
>
|
||||
<span
|
||||
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
|
||||
data-v-751c6bad=""
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
data-v-97259c4c=""
|
||||
style="--icon-size: 36px;"
|
||||
>
|
||||
<label
|
||||
class="checkbox-radio-switch__label"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
for="caldavSendEventRemindersPush"
|
||||
>
|
||||
<input
|
||||
class="checkbox-radio-switch__input"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
id="caldavSendEventRemindersPush"
|
||||
type="checkbox"
|
||||
value=""
|
||||
|
|
@ -354,7 +355,7 @@ exports[`CalDavSettings interactions 1`] = `
|
|||
<span
|
||||
aria-hidden="true"
|
||||
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
|
||||
data-v-94522c7c=""
|
||||
data-v-133c8c94=""
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
|
|
|
|||
4
dist/comments-comments-app.js
vendored
4
dist/comments-comments-app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/comments-comments-app.js.map
vendored
2
dist/comments-comments-app.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
80
dist/core-common.js.LICENSE.txt
vendored
80
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -1,3 +1,30 @@
|
|||
/*
|
||||
* @copyright Copyright (c) 2022 Richard Steinmetz <richard@steinmetz.cloud>
|
||||
*
|
||||
* @author Richard Steinmetz <richard@steinmetz.cloud>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Bootstrap tooltip.js v4.6.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||
|
|
@ -47,14 +74,15 @@
|
|||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.7.13
|
||||
* (c) 2014-2022 Evan You
|
||||
* Released under the MIT License.
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
@ -316,21 +344,9 @@
|
|||
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
/*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */
|
||||
/*! @license DOMPurify 2.4.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.3/LICENSE */
|
||||
|
||||
/*! For license information please see NcActionButton.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActionCheckbox.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActionInput.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActionLink.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActionRadio.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActionText.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActionTextEditable.js.LICENSE.txt */
|
||||
/*! For license information please see NcActionSeparator.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcActions.js.LICENSE.txt */
|
||||
|
||||
|
|
@ -344,42 +360,38 @@
|
|||
|
||||
/*! For license information please see NcAppNavigationSettings.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcAppNavigationSpacer.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcAppSettingsDialog.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcAppSidebar.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcAvatar.js.LICENSE.txt */
|
||||
/*! For license information please see NcAppSidebarTab.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcColorPicker.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcDashboardWidget.js.LICENSE.txt */
|
||||
/*! For license information please see NcContent.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcDashboardWidgetItem.js.LICENSE.txt */
|
||||
/*! For license information please see NcCounterBubble.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcDatetimePicker.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcHighlight.js.LICENSE.txt */
|
||||
/*! For license information please see NcEmojiPicker.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcListItem.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcModal.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcMultiselect.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcMultiselectTags.js.LICENSE.txt */
|
||||
/*! For license information please see NcNoteCard.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcPasswordField.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcRichContenteditable.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcSettingsSection.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcTextField.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see NcTimezonePicker.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see Tooltip.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see excludeClickOutsideClasses.js.LICENSE.txt */
|
||||
|
||||
/*! For license information please see index.module.js.LICENSE.txt */
|
||||
|
|
@ -531,7 +543,7 @@
|
|||
*
|
||||
* @author Richard Steinmetz <richard@steinmetz.cloud>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
* @license AGPL-3.0-or-later
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
|
|
@ -553,7 +565,7 @@
|
|||
*
|
||||
* @author Georg Ehrke <georg-nextcloud@ehrke.email>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
* @license AGPL-3.0-or-later
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
|
|
@ -774,7 +786,7 @@
|
|||
*
|
||||
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
* @license AGPL-3.0-or-later
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-install.js
vendored
4
dist/core-install.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-install.js.map
vendored
2
dist/core-install.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-login.js
vendored
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-profile.js
vendored
4
dist/core-profile.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-profile.js.map
vendored
2
dist/core-profile.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-recommendedapps.js
vendored
4
dist/core-recommendedapps.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-recommendedapps.js.map
vendored
2
dist/core-recommendedapps.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-unified-search.js
vendored
4
dist/core-unified-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-unified-search.js.map
vendored
2
dist/core-unified-search.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-unsupported-browser.js
vendored
4
dist/core-unsupported-browser.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-unsupported-browser.js.map
vendored
2
dist/core-unsupported-browser.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/dashboard-main.js
vendored
4
dist/dashboard-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/dashboard-main.js.map
vendored
2
dist/dashboard-main.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/dav-settings-admin-caldav.js
vendored
4
dist/dav-settings-admin-caldav.js
vendored
File diff suppressed because one or more lines are too long
2
dist/dav-settings-admin-caldav.js.map
vendored
2
dist/dav-settings-admin-caldav.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/dav-settings-personal-availability.js
vendored
4
dist/dav-settings-personal-availability.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files-sidebar.js
vendored
4
dist/files-sidebar.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-sidebar.js.map
vendored
2
dist/files-sidebar.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_versions-files_versions.js
vendored
4
dist/files_versions-files_versions.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_versions-files_versions.js.map
vendored
2
dist/files_versions-files_versions.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
dist/user-status-modal-8299.js
vendored
4
dist/user-status-modal-8299.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user-status-modal-8299.js.map
vendored
2
dist/user-status-modal-8299.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/user_status-dashboard.js
vendored
4
dist/user_status-dashboard.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user_status-dashboard.js.map
vendored
2
dist/user_status-dashboard.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/user_status-menu.js
vendored
4
dist/user_status-menu.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user_status-menu.js.map
vendored
2
dist/user_status-menu.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/weather_status-weather-status.js
vendored
4
dist/weather_status-weather-status.js
vendored
File diff suppressed because one or more lines are too long
2
dist/weather_status-weather-status.js.map
vendored
2
dist/weather_status-weather-status.js.map
vendored
File diff suppressed because one or more lines are too long
309
package-lock.json
generated
309
package-lock.json
generated
|
|
@ -15,20 +15,20 @@
|
|||
"@nextcloud/axios": "^1.10.0",
|
||||
"@nextcloud/browser-storage": "^0.1.1",
|
||||
"@nextcloud/browserslist-config": "^2.3.0",
|
||||
"@nextcloud/calendar-availability-vue": "^0.5.0-beta.4",
|
||||
"@nextcloud/calendar-availability-vue": "^0.5.0-rc2",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^4.0.0-beta.2",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.5",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
"@nextcloud/l10n": "^1.6.0",
|
||||
"@nextcloud/l10n": "^2.0.0",
|
||||
"@nextcloud/logger": "^2.5.0",
|
||||
"@nextcloud/moment": "^1.2.1",
|
||||
"@nextcloud/password-confirmation": "^4.0.3",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/vue": "^7.3.0",
|
||||
"@nextcloud/vue": "^7.4.0",
|
||||
"@nextcloud/vue-dashboard": "^2.0.1",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"autosize": "^5.0.1",
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"url-search-params-polyfill": "^8.1.1",
|
||||
"v-click-outside": "^3.2.0",
|
||||
"v-tooltip": "^2.1.3",
|
||||
"vue": "^2.7.13",
|
||||
"vue": "^2.7.14",
|
||||
"vue-click-outside": "^1.1.0",
|
||||
"vue-clipboard2": "^0.3.3",
|
||||
"vue-cropperjs": "^4.2.0",
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.9.3",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-template-compiler": "^2.7.13",
|
||||
"vue-template-compiler": "^2.7.14",
|
||||
"wait-on": "^6.0.1",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
|
|
@ -4131,31 +4131,40 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-availability-vue": {
|
||||
"version": "0.5.0-beta.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-beta.4.tgz",
|
||||
"integrity": "sha512-Tvnw5u7LNEAxmcOkBxSQxbKdHdqBFy48/HC9oGaifmuUABTL+IZlHXsfYInWjKvvvBJudDp6rAWMAjHvAqmc3A==",
|
||||
"version": "0.5.0-rc2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-rc2.tgz",
|
||||
"integrity": "sha512-ggbmyyklDyDkSlEBJWWru9MT8O+/ZmCnAsoJWI7gIZS6XRa/4hkmxceYg2wA6n4QRxJIPZK5xFRD8rPlKMKbQA==",
|
||||
"dependencies": {
|
||||
"@nextcloud/logger": "^2.4.0",
|
||||
"ical.js": "^1.4.0",
|
||||
"icalzone": "^0.0.1",
|
||||
"uuid": "^8.3.2"
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.0.0 || ^8.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextcloud/l10n": "^1.4",
|
||||
"@nextcloud/vue": "^6.0.0-0 || ^7.0.0-0 || ^7.1.0-0",
|
||||
"@nextcloud/l10n": "^1.4 || ^2.0",
|
||||
"@nextcloud/vue": "^6.0 || ^7.0",
|
||||
"vue": "^2.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-availability-vue/node_modules/uuid": {
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
||||
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-js": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.1.0.tgz",
|
||||
"integrity": "sha512-tGjKfUKigyTFg3AUhW57MCMwP26rWv2EwU8QUYCJntHs8a1qzltgSJ5t3+zMsp2oDct3tHz04Q6vPR+O4T1n+Q==",
|
||||
"version": "5.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-5.0.3.tgz",
|
||||
"integrity": "sha512-x6xvQKmuaO/Z/S6uK6qxGAJSaPOAM7DUhe+sJ1QEQAgUx9WIhaJOU+zYw2vdn8hiQ9R4gxfp/bgb6B0I+QBZvw==",
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"ical.js": "^1.5.0",
|
||||
|
|
@ -4207,6 +4216,15 @@
|
|||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/typings": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.3.0.tgz",
|
||||
|
|
@ -4299,12 +4317,7 @@
|
|||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/initial-state": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
|
||||
"integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
|
||||
},
|
||||
"node_modules/@nextcloud/l10n": {
|
||||
"node_modules/@nextcloud/files/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
|
|
@ -4313,6 +4326,26 @@
|
|||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/initial-state": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
|
||||
"integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
|
||||
},
|
||||
"node_modules/@nextcloud/l10n": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.0.0.tgz",
|
||||
"integrity": "sha512-ugE1h/lDewtKFUf/mXq7i/jP0p/OW+18edt7PFNIabYHJvbRpLgBQsYH5UIOqTWUPc/LyuK3NVdIXkALdGPwSA==",
|
||||
"dependencies": {
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"dompurify": "^2.4.1",
|
||||
"escape-html": "^1.0.3",
|
||||
"node-gettext": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/logger": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.5.0.tgz",
|
||||
|
|
@ -4338,6 +4371,15 @@
|
|||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/moment/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/password-confirmation": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.3.tgz",
|
||||
|
|
@ -4368,6 +4410,15 @@
|
|||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/paths": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz",
|
||||
|
|
@ -4420,14 +4471,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue": {
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.3.0.tgz",
|
||||
"integrity": "sha512-f6ePwaUy/LA9B+XldNmDbMHuABhBnEzn96trOaraxP3i2SQOCY58yQBkQ0rkyUIao2N7PaQcHkcy/KTlE3sT5Q==",
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.4.0.tgz",
|
||||
"integrity": "sha512-5rbmb2Jae274a6Snb5qgG0/08m6+AFjFhAyB6CYrnnYBWozfuUYkwjfAX5w8BniiNagqBBRjv3wxqY3tIyen/g==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/browser-storage": "^0.2.0",
|
||||
"@nextcloud/calendar-js": "^3.0.0",
|
||||
"@nextcloud/calendar-js": "^5.0.3",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^3.1.4",
|
||||
"@nextcloud/event-bus": "^3.0.0",
|
||||
|
|
@ -4449,11 +4500,11 @@
|
|||
"striptags": "^3.2.0",
|
||||
"tributejs": "^5.1.3",
|
||||
"v-click-outside": "^3.2.0",
|
||||
"vue": "^2.7.8",
|
||||
"vue": "^2.7.14",
|
||||
"vue-color": "^2.8.1",
|
||||
"vue-material-design-icons": "^5.1.2",
|
||||
"vue-multiselect": "^2.1.6",
|
||||
"vue-select": "^3.20.0",
|
||||
"vue-select": "^3.20.2",
|
||||
"vue2-datepicker": "^3.11.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -4526,6 +4577,15 @@
|
|||
"semver": "^7.3.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue-dashboard/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue-dashboard/node_modules/@nextcloud/router": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
|
||||
|
|
@ -4718,6 +4778,15 @@
|
|||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue/node_modules/@nextcloud/typings": {
|
||||
"version": "1.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.4.3.tgz",
|
||||
|
|
@ -6071,9 +6140,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vue/compiler-sfc": {
|
||||
"version": "2.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz",
|
||||
"integrity": "sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==",
|
||||
"version": "2.7.14",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
|
||||
"integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.18.4",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
@ -9916,9 +9985,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dompurify": {
|
||||
"version": "2.3.6",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz",
|
||||
"integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg=="
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz",
|
||||
"integrity": "sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ=="
|
||||
},
|
||||
"node_modules/domutils": {
|
||||
"version": "2.8.0",
|
||||
|
|
@ -18790,6 +18859,15 @@
|
|||
"semver": "^7.3.5"
|
||||
}
|
||||
},
|
||||
"node_modules/nextcloud-vue-collections/node_modules/@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/nextcloud-vue-collections/node_modules/@nextcloud/router": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
|
||||
|
|
@ -24074,11 +24152,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vue": {
|
||||
"version": "2.7.13",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.13.tgz",
|
||||
"integrity": "sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==",
|
||||
"version": "2.7.14",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
|
||||
"integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==",
|
||||
"dependencies": {
|
||||
"@vue/compiler-sfc": "2.7.13",
|
||||
"@vue/compiler-sfc": "2.7.14",
|
||||
"csstype": "^3.1.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -24269,9 +24347,9 @@
|
|||
"integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg=="
|
||||
},
|
||||
"node_modules/vue-select": {
|
||||
"version": "3.20.0",
|
||||
"resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.0.tgz",
|
||||
"integrity": "sha512-Qau4BzpgAC+/9jM5oTlOrfA81ONdtTFH6PqeSDKvIB56f1F6EbIR8qAotpUxrIiNVppyPFjvVDkyriMfHjWBQA==",
|
||||
"version": "3.20.2",
|
||||
"resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.2.tgz",
|
||||
"integrity": "sha512-ZSzIDzyYsWZULGUxVp1h6u3yi9IZQBWX8r6kSudUI/I5J1HQKpBjRntvkrg6pr87xmm16kdChvHCDN+W84vTKw==",
|
||||
"peerDependencies": {
|
||||
"vue": "2.x"
|
||||
}
|
||||
|
|
@ -24287,9 +24365,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vue-template-compiler": {
|
||||
"version": "2.7.13",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.13.tgz",
|
||||
"integrity": "sha512-jYM6TClwDS9YqP48gYrtAtaOhRKkbYmbzE+Q51gX5YDr777n7tNI/IZk4QV4l/PjQPNh/FVa/E92sh/RqKMrog==",
|
||||
"version": "2.7.14",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz",
|
||||
"integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
|
@ -28272,19 +28350,27 @@
|
|||
"integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg=="
|
||||
},
|
||||
"@nextcloud/calendar-availability-vue": {
|
||||
"version": "0.5.0-beta.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-beta.4.tgz",
|
||||
"integrity": "sha512-Tvnw5u7LNEAxmcOkBxSQxbKdHdqBFy48/HC9oGaifmuUABTL+IZlHXsfYInWjKvvvBJudDp6rAWMAjHvAqmc3A==",
|
||||
"version": "0.5.0-rc2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.5.0-rc2.tgz",
|
||||
"integrity": "sha512-ggbmyyklDyDkSlEBJWWru9MT8O+/ZmCnAsoJWI7gIZS6XRa/4hkmxceYg2wA6n4QRxJIPZK5xFRD8rPlKMKbQA==",
|
||||
"requires": {
|
||||
"@nextcloud/logger": "^2.4.0",
|
||||
"ical.js": "^1.4.0",
|
||||
"icalzone": "^0.0.1",
|
||||
"uuid": "^8.3.2"
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": {
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
||||
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nextcloud/calendar-js": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.1.0.tgz",
|
||||
"integrity": "sha512-tGjKfUKigyTFg3AUhW57MCMwP26rWv2EwU8QUYCJntHs8a1qzltgSJ5t3+zMsp2oDct3tHz04Q6vPR+O4T1n+Q==",
|
||||
"version": "5.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-5.0.3.tgz",
|
||||
"integrity": "sha512-x6xvQKmuaO/Z/S6uK6qxGAJSaPOAM7DUhe+sJ1QEQAgUx9WIhaJOU+zYw2vdn8hiQ9R4gxfp/bgb6B0I+QBZvw==",
|
||||
"requires": {}
|
||||
},
|
||||
"@nextcloud/capabilities": {
|
||||
|
|
@ -28324,6 +28410,15 @@
|
|||
"toastify-js": "^1.12.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/typings": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.3.0.tgz",
|
||||
|
|
@ -28382,6 +28477,17 @@
|
|||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/l10n": "^1.6.0",
|
||||
"@nextcloud/logger": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nextcloud/initial-state": {
|
||||
|
|
@ -28390,11 +28496,13 @@
|
|||
"integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
|
||||
},
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.0.0.tgz",
|
||||
"integrity": "sha512-ugE1h/lDewtKFUf/mXq7i/jP0p/OW+18edt7PFNIabYHJvbRpLgBQsYH5UIOqTWUPc/LyuK3NVdIXkALdGPwSA==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"dompurify": "^2.4.1",
|
||||
"escape-html": "^1.0.3",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -28417,6 +28525,17 @@
|
|||
"jed": "^1.1.1",
|
||||
"moment": "^2.29.2",
|
||||
"node-gettext": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nextcloud/password-confirmation": {
|
||||
|
|
@ -28440,6 +28559,15 @@
|
|||
"axios": "^0.27.2",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -28483,14 +28611,14 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/vue": {
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.3.0.tgz",
|
||||
"integrity": "sha512-f6ePwaUy/LA9B+XldNmDbMHuABhBnEzn96trOaraxP3i2SQOCY58yQBkQ0rkyUIao2N7PaQcHkcy/KTlE3sT5Q==",
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.4.0.tgz",
|
||||
"integrity": "sha512-5rbmb2Jae274a6Snb5qgG0/08m6+AFjFhAyB6CYrnnYBWozfuUYkwjfAX5w8BniiNagqBBRjv3wxqY3tIyen/g==",
|
||||
"requires": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/browser-storage": "^0.2.0",
|
||||
"@nextcloud/calendar-js": "^3.0.0",
|
||||
"@nextcloud/calendar-js": "^5.0.3",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^3.1.4",
|
||||
"@nextcloud/event-bus": "^3.0.0",
|
||||
|
|
@ -28512,11 +28640,11 @@
|
|||
"striptags": "^3.2.0",
|
||||
"tributejs": "^5.1.3",
|
||||
"v-click-outside": "^3.2.0",
|
||||
"vue": "^2.7.8",
|
||||
"vue": "^2.7.14",
|
||||
"vue-color": "^2.8.1",
|
||||
"vue-material-design-icons": "^5.1.2",
|
||||
"vue-multiselect": "^2.1.6",
|
||||
"vue-select": "^3.20.0",
|
||||
"vue-select": "^3.20.2",
|
||||
"vue2-datepicker": "^3.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -28549,6 +28677,15 @@
|
|||
"toastify-js": "^1.12.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/typings": {
|
||||
"version": "1.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.4.3.tgz",
|
||||
|
|
@ -28634,6 +28771,15 @@
|
|||
"semver": "^7.3.5"
|
||||
}
|
||||
},
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/router": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
|
||||
|
|
@ -29819,9 +29965,9 @@
|
|||
}
|
||||
},
|
||||
"@vue/compiler-sfc": {
|
||||
"version": "2.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz",
|
||||
"integrity": "sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==",
|
||||
"version": "2.7.14",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
|
||||
"integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
|
||||
"requires": {
|
||||
"@babel/parser": "^7.18.4",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
@ -32858,9 +33004,9 @@
|
|||
}
|
||||
},
|
||||
"dompurify": {
|
||||
"version": "2.3.6",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz",
|
||||
"integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg=="
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.3.tgz",
|
||||
"integrity": "sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ=="
|
||||
},
|
||||
"domutils": {
|
||||
"version": "2.8.0",
|
||||
|
|
@ -39648,6 +39794,15 @@
|
|||
"semver": "^7.3.5"
|
||||
}
|
||||
},
|
||||
"@nextcloud/l10n": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
|
||||
"integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
|
||||
"requires": {
|
||||
"core-js": "^3.6.4",
|
||||
"node-gettext": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/router": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
|
||||
|
|
@ -43777,11 +43932,11 @@
|
|||
"dev": true
|
||||
},
|
||||
"vue": {
|
||||
"version": "2.7.13",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.13.tgz",
|
||||
"integrity": "sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==",
|
||||
"version": "2.7.14",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
|
||||
"integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==",
|
||||
"requires": {
|
||||
"@vue/compiler-sfc": "2.7.13",
|
||||
"@vue/compiler-sfc": "2.7.14",
|
||||
"csstype": "^3.1.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -43929,9 +44084,9 @@
|
|||
"integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg=="
|
||||
},
|
||||
"vue-select": {
|
||||
"version": "3.20.0",
|
||||
"resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.0.tgz",
|
||||
"integrity": "sha512-Qau4BzpgAC+/9jM5oTlOrfA81ONdtTFH6PqeSDKvIB56f1F6EbIR8qAotpUxrIiNVppyPFjvVDkyriMfHjWBQA==",
|
||||
"version": "3.20.2",
|
||||
"resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.2.tgz",
|
||||
"integrity": "sha512-ZSzIDzyYsWZULGUxVp1h6u3yi9IZQBWX8r6kSudUI/I5J1HQKpBjRntvkrg6pr87xmm16kdChvHCDN+W84vTKw==",
|
||||
"requires": {}
|
||||
},
|
||||
"vue-style-loader": {
|
||||
|
|
@ -43945,9 +44100,9 @@
|
|||
}
|
||||
},
|
||||
"vue-template-compiler": {
|
||||
"version": "2.7.13",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.13.tgz",
|
||||
"integrity": "sha512-jYM6TClwDS9YqP48gYrtAtaOhRKkbYmbzE+Q51gX5YDr777n7tNI/IZk4QV4l/PjQPNh/FVa/E92sh/RqKMrog==",
|
||||
"version": "2.7.14",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz",
|
||||
"integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -40,20 +40,20 @@
|
|||
"@nextcloud/axios": "^1.10.0",
|
||||
"@nextcloud/browser-storage": "^0.1.1",
|
||||
"@nextcloud/browserslist-config": "^2.3.0",
|
||||
"@nextcloud/calendar-availability-vue": "^0.5.0-beta.4",
|
||||
"@nextcloud/calendar-availability-vue": "^0.5.0-rc2",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^4.0.0-beta.2",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.5",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
"@nextcloud/l10n": "^1.6.0",
|
||||
"@nextcloud/l10n": "^2.0.0",
|
||||
"@nextcloud/logger": "^2.5.0",
|
||||
"@nextcloud/moment": "^1.2.1",
|
||||
"@nextcloud/password-confirmation": "^4.0.3",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/vue": "^7.3.0",
|
||||
"@nextcloud/vue": "^7.4.0",
|
||||
"@nextcloud/vue-dashboard": "^2.0.1",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"autosize": "^5.0.1",
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
"url-search-params-polyfill": "^8.1.1",
|
||||
"v-click-outside": "^3.2.0",
|
||||
"v-tooltip": "^2.1.3",
|
||||
"vue": "^2.7.13",
|
||||
"vue": "^2.7.14",
|
||||
"vue-click-outside": "^1.1.0",
|
||||
"vue-clipboard2": "^0.3.3",
|
||||
"vue-cropperjs": "^4.2.0",
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.9.3",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-template-compiler": "^2.7.13",
|
||||
"vue-template-compiler": "^2.7.14",
|
||||
"wait-on": "^6.0.1",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue