@nextcloud/vue 8.35.1 → 8.35.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,7 +5,14 @@
5
5
 
6
6
  # Changelog
7
7
 
8
+ ## [v8.35.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.35.2) (2026-01-09)
9
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.35.1...v8.35.2)
10
+
11
+ ### Other Changes
12
+ * [stable8] chore(deps): pin focus-trap library to v7.6.6 [\#8062](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8062) \([Antreesy](https://github.com/Antreesy)\)
13
+
8
14
  ## [v8.35.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.35.1) (2026-01-08)
15
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.35.0...v8.35.1)
9
16
  ### 🐛 Fixed bugs
10
17
  * [stable8] fix(NcActionInput): use internal label of NcDateTimePickerNative [\#7979](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7979) \([backportbot[bot]](https://github.com/backportbot[bot])\)
11
18
  * [stable8] fix(NcPopover): Don't warn on hidden button elements [\#7975](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7975) \([mejo-](https://github.com/mejo-)\)
@@ -14,6 +21,7 @@
14
21
  * [stable8] fix: animate toggle switch icon [\#8047](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8047) \([backportbot[bot]](https://github.com/backportbot[bot])\)
15
22
 
16
23
  ## [v8.35.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.35.0) (2025-12-10)
24
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.34.0...v8.35.0)
17
25
  ### 🚀 Enhancements
18
26
  * [stable8] feat(NcAppSettingsDialog): add version on the bottom and `noVersion` prop to disable it [\#7850](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7850) \([ShGKme](https://github.com/ShGKme)\)
19
27
  * [stable8] fix(NcActions): introduce 'size' prop [\#7852](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7852) \([backportbot[bot]](https://github.com/backportbot[bot])\)
@@ -34,6 +42,7 @@
34
42
  * [stable8] chore(package): npm >=11.3.0 <=11.6.2 [\#7899](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7899) \([backportbot[bot]](https://github.com/backportbot[bot])\)
35
43
 
36
44
  ## [v8.34.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.34.0) (2025-11-07)
45
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.33.0...v8.34.0)
37
46
  ### 📝 Notes
38
47
  * `NcAppSettingsSectionShortcuts` has been renamed to `NcAppSettingsShortcutsSection` but still available by the previous name
39
48
 
@@ -69,6 +78,7 @@
69
78
  * chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT [\#7806](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7806) \([backportbot[bot]](https://github.com/backportbot[bot])\)
70
79
 
71
80
  ## [v8.33.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.33.0) (2025-10-22)
81
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.32.0...v8.33.0)
72
82
  ### 🚀 Enhancements
73
83
  * feat(NcChip): add error, success and warning variants [\#7653](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7653) \([backportbot[bot]](https://github.com/backportbot[bot])\)
74
84
  * feat(NcAppSettingsSection): add `order` prop, ensure intended order in navigation list [\#7656](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7656) \([backportbot[bot]](https://github.com/backportbot[bot])\)
@@ -86,6 +96,7 @@
86
96
  * refactor(NcAppSettingsSection): migrate to `<script setup lang="ts">` [\#7654](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7654) \([backportbot[bot]](https://github.com/backportbot[bot])\)
87
97
 
88
98
  ## [v8.32.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.32.0) (2025-10-06)
99
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.31.0...v8.32.0)
89
100
  ### 🚀 Enhancements
90
101
  * feat(NcColorPicker): allow to clear selected value [\#7531](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7531)
91
102
  * feat(NcModal): add new `closeButtonOutside` prop and deprecated `closeButtonContained` [\#7553](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7553) \([Antreesy](https://github.com/Antreesy)\)
@@ -103,6 +114,7 @@
103
114
  * refactor(NcAppSettingsDialog): migrate to Typescript and script-setup [\#7517](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7517)
104
115
 
105
116
  ## [v8.31.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.31.0) (2025-09-11)
117
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.30.0...v8.31.0)
106
118
  ### 📝 Notes
107
119
  The `NcSettingsInputText` component was deprecated,
108
120
  it is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons.
@@ -131,6 +143,7 @@ it is no longer used by Nextcloud or Nextcloud apps and not recommended to be us
131
143
 
132
144
 
133
145
  ## [v8.30.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.30.0) (2025-09-01)
146
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.29.2...v8.30.0)
134
147
  ### 🚀 Enhancements
135
148
  * feat(NcPopover): auto return focus to trigger button on close [#5155](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5155) ([ShGKme](https://github.com/ShGKme))
136
149
  * feat(NcAssistant*): provide components for consistent integrations design [#7413](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7413)
@@ -141,6 +154,7 @@ it is no longer used by Nextcloud or Nextcloud apps and not recommended to be us
141
154
 
142
155
 
143
156
  ## [v8.29.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.29.2) (2025-08-28)
157
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.29.1...v8.29.2)
144
158
  ### 🐛 Fixed bugs
145
159
  * fix(NcUserStatusIcon): legacy 32 check [#7320](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7320) ([skjnldsv](https://github.com/skjnldsv))
146
160
  * fix(NcDateTimePicker): lost styles in docs [#7344](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7344) ([ShGKme](https://github.com/ShGKme))
@@ -162,6 +176,7 @@ it is no longer used by Nextcloud or Nextcloud apps and not recommended to be us
162
176
  * fix(NcUserStatusIcon): adjust scoped names for style variables [#7400](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7400)
163
177
 
164
178
  ## [v8.29.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.29.1) (2025-08-19)
179
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.29.0...v8.29.1)
165
180
  ### 🐛 Fixed bugs
166
181
  * fix(NcButton): ensure correct padding [#7305](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7305) ([susnux](https://github.com/susnux))
167
182
  * fix(NcCheckboxRadioSwitch): ensure component has correct box sizing [#7306](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7306) ([susnux](https://github.com/susnux))
@@ -169,6 +184,7 @@ it is no longer used by Nextcloud or Nextcloud apps and not recommended to be us
169
184
  * fix: adjust color variables to work with Nextcloud 32+ [#7312](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7312)
170
185
 
171
186
  ## [v8.29.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.29.0) (2025-08-18)
187
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.28.0...v8.29.0)
172
188
 
173
189
  ### 📝 Notes
174
190
  #### `NcColorPicker`
@@ -1,4 +1,4 @@
1
- require('../assets/NcDateTimePicker-DScHHYaR.css');
1
+ require('../assets/NcDateTimePicker-DyG-TczL.css');
2
2
  "use strict";
3
3
  const l10n = require("@nextcloud/l10n");
4
4
  const DatePicker = require("vue2-datepicker");
@@ -9,7 +9,7 @@ const GenRandomId = require("../chunks/GenRandomId-D7iOvpZS.cjs");
9
9
  const logger = require("../chunks/logger-3HuiEIF6.cjs");
10
10
  const NcPopover = require("../chunks/NcPopover-CD8IwZd2.cjs");
11
11
  const NcTimezonePicker = require("../chunks/NcTimezonePicker-2dMBEhRN.cjs");
12
- const ScopeComponent = require("../chunks/ScopeComponent-CeSMfr4m.cjs");
12
+ const ScopeComponent = require("../chunks/ScopeComponent-DIh9MG7S.cjs");
13
13
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
14
14
  const DatePicker__default = /* @__PURE__ */ _interopDefault(DatePicker);
15
15
  const _sfc_main$2 = {
@@ -1,4 +1,4 @@
1
- import '../assets/NcDateTimePicker-DScHHYaR.css';
1
+ import '../assets/NcDateTimePicker-DyG-TczL.css';
2
2
  import { getFirstDay, getDayNamesMin, getDayNamesShort, getDayNames, getMonthNamesShort, getMonthNames } from "@nextcloud/l10n";
3
3
  import DatePicker from "vue2-datepicker";
4
4
  import { n as normalizeComponent } from "../chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs";
@@ -8,7 +8,7 @@ import { G as GenRandomId } from "../chunks/GenRandomId-F5ebeBB_.mjs";
8
8
  import { l as logger } from "../chunks/logger-D3RVzcfQ.mjs";
9
9
  import { N as NcPopover } from "../chunks/NcPopover-DmPH_emH.mjs";
10
10
  import { N as NcTimezonePicker } from "../chunks/NcTimezonePicker-Cirerde6.mjs";
11
- import { S as ScopeComponent } from "../chunks/ScopeComponent-lxrc03tk.mjs";
11
+ import { S as ScopeComponent } from "../chunks/ScopeComponent-DzNYMeEs.mjs";
12
12
  const _sfc_main$2 = {
13
13
  name: "CalendarBlankIcon",
14
14
  emits: ["click"],
@@ -3,7 +3,7 @@ require('../assets/NcDateTimePickerNative-ZqMiOh_m.css');
3
3
  const useModelMigration = require("../chunks/useModelMigration-D5zhrNXr.cjs");
4
4
  const GenRandomId = require("../chunks/GenRandomId-D7iOvpZS.cjs");
5
5
  const _pluginVue2_normalizer = require("../chunks/_plugin-vue2_normalizer-V0q-tHlQ.cjs");
6
- const ScopeComponent = require("../chunks/ScopeComponent-CeSMfr4m.cjs");
6
+ const ScopeComponent = require("../chunks/ScopeComponent-DIh9MG7S.cjs");
7
7
  const inputDateTypes = ["date", "datetime-local", "month", "time", "week"];
8
8
  const _sfc_main = {
9
9
  name: "NcDateTimePickerNative",
@@ -2,7 +2,7 @@ import '../assets/NcDateTimePickerNative-ZqMiOh_m.css';
2
2
  import { u as useModelMigration } from "../chunks/useModelMigration-EhAWvqDD.mjs";
3
3
  import { G as GenRandomId } from "../chunks/GenRandomId-F5ebeBB_.mjs";
4
4
  import { n as normalizeComponent } from "../chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs";
5
- import { S as ScopeComponent } from "../chunks/ScopeComponent-lxrc03tk.mjs";
5
+ import { S as ScopeComponent } from "../chunks/ScopeComponent-DzNYMeEs.mjs";
6
6
  const inputDateTypes = ["date", "datetime-local", "month", "time", "week"];
7
7
  const _sfc_main = {
8
8
  name: "NcDateTimePickerNative",
@@ -12,7 +12,7 @@ const GenRandomId = require("../chunks/GenRandomId-D7iOvpZS.cjs");
12
12
  const NcActions = require("../chunks/NcActions-DhEGso92.cjs");
13
13
  const NcButton = require("../chunks/NcButton-CuFElrFD.cjs");
14
14
  const NcIconSvgWrapper = require("../chunks/NcIconSvgWrapper-Bbl4kXZI.cjs");
15
- const ScopeComponent = require("../chunks/ScopeComponent-CeSMfr4m.cjs");
15
+ const ScopeComponent = require("../chunks/ScopeComponent-DIh9MG7S.cjs");
16
16
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
17
17
  const Vue__default = /* @__PURE__ */ _interopDefault(Vue);
18
18
  const _sfc_main$2 = {
@@ -11,7 +11,7 @@ import { G as GenRandomId } from "../chunks/GenRandomId-F5ebeBB_.mjs";
11
11
  import { N as NcActions } from "../chunks/NcActions-DXfOYf3w.mjs";
12
12
  import { N as NcButton } from "../chunks/NcButton-Dz2O6cSU.mjs";
13
13
  import { N as NcIconSvgWrapper } from "../chunks/NcIconSvgWrapper-Bui9PhAS.mjs";
14
- import { S as ScopeComponent } from "../chunks/ScopeComponent-lxrc03tk.mjs";
14
+ import { S as ScopeComponent } from "../chunks/ScopeComponent-DzNYMeEs.mjs";
15
15
  const _sfc_main$2 = {
16
16
  name: "PauseIcon",
17
17
  emits: ["click"],
@@ -484,31 +484,31 @@
484
484
  background-color: #f3f3f3;
485
485
  }
486
486
 
487
- .mx-datepicker[data-v-97baf1a] {
487
+ .mx-datepicker[data-v-5c9eda7] {
488
488
  user-select: none;
489
489
  color: var(--color-main-text);
490
490
  }
491
- .mx-datepicker[data-v-97baf1a] svg {
491
+ .mx-datepicker[data-v-5c9eda7] svg {
492
492
  fill: var(--color-main-text);
493
493
  }
494
- .mx-datepicker[data-v-97baf1a] {
494
+ .mx-datepicker[data-v-5c9eda7] {
495
495
  /* INPUT CONTAINER */
496
496
  }
497
- .mx-datepicker[data-v-97baf1a] .mx-input-wrapper .mx-input {
497
+ .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper .mx-input {
498
498
  width: 100%;
499
499
  border: 2px solid var(--color-border-maxcontrast);
500
500
  background-color: var(--color-main-background);
501
501
  background-clip: content-box;
502
502
  }
503
- .mx-datepicker[data-v-97baf1a] .mx-input-wrapper .mx-input:active:not(.disabled), .mx-datepicker[data-v-97baf1a] .mx-input-wrapper .mx-input:hover:not(.disabled), .mx-datepicker[data-v-97baf1a] .mx-input-wrapper .mx-input:focus:not(.disabled) {
503
+ .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper .mx-input:active:not(.disabled), .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper .mx-input:hover:not(.disabled), .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper .mx-input:focus:not(.disabled) {
504
504
  border-color: var(--color-primary-element);
505
505
  }
506
- .mx-datepicker[data-v-97baf1a] .mx-input-wrapper:disabled, .mx-datepicker[data-v-97baf1a] .mx-input-wrapper.disabled {
506
+ .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper:disabled, .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper.disabled {
507
507
  cursor: not-allowed;
508
508
  opacity: 0.7;
509
509
  }
510
- .mx-datepicker[data-v-97baf1a] .mx-input-wrapper .mx-icon-calendar,
511
- .mx-datepicker[data-v-97baf1a] .mx-input-wrapper .mx-icon-clear {
510
+ .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper .mx-icon-calendar,
511
+ .mx-datepicker[data-v-5c9eda7] .mx-input-wrapper .mx-icon-clear {
512
512
  color: var(--color-text-lighter);
513
513
  }
514
514
 
@@ -6,8 +6,8 @@ function ScopeComponent(Component) {
6
6
  Component.mounted = [Component.mounted];
7
7
  }
8
8
  Component.mounted.push(function() {
9
- this.$el.setAttribute(`data-v-${"97baf1a"}`, "");
9
+ this.$el.setAttribute(`data-v-${"5c9eda7"}`, "");
10
10
  });
11
11
  }
12
12
  exports.ScopeComponent = ScopeComponent;
13
- //# sourceMappingURL=ScopeComponent-CeSMfr4m.cjs.map
13
+ //# sourceMappingURL=ScopeComponent-DIh9MG7S.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScopeComponent-CeSMfr4m.cjs","sources":["../../src/utils/ScopeComponent.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Manually apply mixing to add data-v-SCOPE attribute on a component's root\n *\n * @param {import('vue').Component} Component - Vue component\n */\nfunction ScopeComponent(Component) {\n\t// Init mounted vue if none\n\tif (!Component.mounted) {\n\t\tComponent.mounted = []\n\t} else if (!Array.isArray(Component.mounted)) {\n\t\tComponent.mounted = [Component.mounted]\n\t}\n\n\t// Inject root scoping function\n\tComponent.mounted.push(function() {\n\t\tthis.$el.setAttribute(`data-v-${SCOPE_VERSION}`, '')\n\t})\n}\n\nexport default ScopeComponent\n"],"names":[],"mappings":";AAUA,SAAS,eAAe,WAAW;AAElC,MAAI,CAAC,UAAU,SAAS;AACvB,cAAU,UAAU,CAAA;AAAA,EACrB,WAAW,CAAC,MAAM,QAAQ,UAAU,OAAO,GAAG;AAC7C,cAAU,UAAU,CAAC,UAAU,OAAO;AAAA,EACvC;AAGA,YAAU,QAAQ,KAAK,WAAW;AACjC,SAAK,IAAI,aAAa,UAAU,SAAa,IAAI,EAAE;AAAA,EACpD,CAAC;AACF;;"}
1
+ {"version":3,"file":"ScopeComponent-DIh9MG7S.cjs","sources":["../../src/utils/ScopeComponent.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Manually apply mixing to add data-v-SCOPE attribute on a component's root\n *\n * @param {import('vue').Component} Component - Vue component\n */\nfunction ScopeComponent(Component) {\n\t// Init mounted vue if none\n\tif (!Component.mounted) {\n\t\tComponent.mounted = []\n\t} else if (!Array.isArray(Component.mounted)) {\n\t\tComponent.mounted = [Component.mounted]\n\t}\n\n\t// Inject root scoping function\n\tComponent.mounted.push(function() {\n\t\tthis.$el.setAttribute(`data-v-${SCOPE_VERSION}`, '')\n\t})\n}\n\nexport default ScopeComponent\n"],"names":[],"mappings":";AAUA,SAAS,eAAe,WAAW;AAElC,MAAI,CAAC,UAAU,SAAS;AACvB,cAAU,UAAU,CAAA;AAAA,EACrB,WAAW,CAAC,MAAM,QAAQ,UAAU,OAAO,GAAG;AAC7C,cAAU,UAAU,CAAC,UAAU,OAAO;AAAA,EACvC;AAGA,YAAU,QAAQ,KAAK,WAAW;AACjC,SAAK,IAAI,aAAa,UAAU,SAAa,IAAI,EAAE;AAAA,EACpD,CAAC;AACF;;"}
@@ -5,10 +5,10 @@ function ScopeComponent(Component) {
5
5
  Component.mounted = [Component.mounted];
6
6
  }
7
7
  Component.mounted.push(function() {
8
- this.$el.setAttribute(`data-v-${"97baf1a"}`, "");
8
+ this.$el.setAttribute(`data-v-${"5c9eda7"}`, "");
9
9
  });
10
10
  }
11
11
  export {
12
12
  ScopeComponent as S
13
13
  };
14
- //# sourceMappingURL=ScopeComponent-lxrc03tk.mjs.map
14
+ //# sourceMappingURL=ScopeComponent-DzNYMeEs.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScopeComponent-lxrc03tk.mjs","sources":["../../src/utils/ScopeComponent.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Manually apply mixing to add data-v-SCOPE attribute on a component's root\n *\n * @param {import('vue').Component} Component - Vue component\n */\nfunction ScopeComponent(Component) {\n\t// Init mounted vue if none\n\tif (!Component.mounted) {\n\t\tComponent.mounted = []\n\t} else if (!Array.isArray(Component.mounted)) {\n\t\tComponent.mounted = [Component.mounted]\n\t}\n\n\t// Inject root scoping function\n\tComponent.mounted.push(function() {\n\t\tthis.$el.setAttribute(`data-v-${SCOPE_VERSION}`, '')\n\t})\n}\n\nexport default ScopeComponent\n"],"names":[],"mappings":"AAUA,SAAS,eAAe,WAAW;AAElC,MAAI,CAAC,UAAU,SAAS;AACvB,cAAU,UAAU,CAAA;AAAA,EACrB,WAAW,CAAC,MAAM,QAAQ,UAAU,OAAO,GAAG;AAC7C,cAAU,UAAU,CAAC,UAAU,OAAO;AAAA,EACvC;AAGA,YAAU,QAAQ,KAAK,WAAW;AACjC,SAAK,IAAI,aAAa,UAAU,SAAa,IAAI,EAAE;AAAA,EACpD,CAAC;AACF;"}
1
+ {"version":3,"file":"ScopeComponent-DzNYMeEs.mjs","sources":["../../src/utils/ScopeComponent.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/**\n * Manually apply mixing to add data-v-SCOPE attribute on a component's root\n *\n * @param {import('vue').Component} Component - Vue component\n */\nfunction ScopeComponent(Component) {\n\t// Init mounted vue if none\n\tif (!Component.mounted) {\n\t\tComponent.mounted = []\n\t} else if (!Array.isArray(Component.mounted)) {\n\t\tComponent.mounted = [Component.mounted]\n\t}\n\n\t// Inject root scoping function\n\tComponent.mounted.push(function() {\n\t\tthis.$el.setAttribute(`data-v-${SCOPE_VERSION}`, '')\n\t})\n}\n\nexport default ScopeComponent\n"],"names":[],"mappings":"AAUA,SAAS,eAAe,WAAW;AAElC,MAAI,CAAC,UAAU,SAAS;AACvB,cAAU,UAAU,CAAA;AAAA,EACrB,WAAW,CAAC,MAAM,QAAQ,UAAU,OAAO,GAAG;AAC7C,cAAU,UAAU,CAAC,UAAU,OAAO;AAAA,EACvC;AAGA,YAAU,QAAQ,KAAK,WAAW;AACjC,SAAK,IAAI,aAAa,UAAU,SAAa,IAAI,EAAE;AAAA,EACpD,CAAC;AACF;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/vue",
3
- "version": "8.35.1",
3
+ "version": "8.35.2",
4
4
  "description": "Nextcloud vue components",
5
5
  "keywords": [
6
6
  "vuejs",
@@ -115,7 +115,7 @@
115
115
  "emoji-mart-vue-fast": "^15.0.5",
116
116
  "escape-html": "^1.0.3",
117
117
  "floating-vue": "^1.0.0-beta.19",
118
- "focus-trap": "^7.7.1",
118
+ "focus-trap": "7.6.6",
119
119
  "linkify-string": "^4.3.2",
120
120
  "md5": "^2.3.0",
121
121
  "p-queue": "^8.1.1",
@@ -178,11 +178,11 @@
178
178
  "remark-gfm": "^4.0.1",
179
179
  "resolve-url-loader": "^5.0.0",
180
180
  "sanitize-filename": "^1.6.3",
181
- "sass": "^1.97.1",
181
+ "sass": "^1.97.2",
182
182
  "ts-node": "^10.9.1",
183
183
  "typescript": "^5.9.3",
184
184
  "url-loader": "^4.1.1",
185
- "vite": "^7.3.0",
185
+ "vite": "^7.3.1",
186
186
  "vue-material-design-icons": "^5.2.0",
187
187
  "vue-styleguidist": "~4.72.0",
188
188
  "vue-template-compiler": "^2.7.16",