@nextcloud/vue 9.10.0 → 9.11.0

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.
Files changed (89) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/assets/NcActionInput.css +66 -66
  3. package/dist/assets/NcActions.css +12 -12
  4. package/dist/assets/NcAppNavigationItem.css +9 -3
  5. package/dist/assets/NcAppNavigationNewItem.css +9 -3
  6. package/dist/assets/NcAppNavigationSettings.css +6 -6
  7. package/dist/assets/NcAppSettingsDialog.css +3 -3
  8. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  9. package/dist/assets/NcAppSidebar.css +130 -76
  10. package/dist/assets/NcAppSidebarTab.css +4 -4
  11. package/dist/assets/NcAssistantButton.css +9 -9
  12. package/dist/assets/NcAssistantContent.css +3 -3
  13. package/dist/assets/NcAssistantIcon.css +4 -4
  14. package/dist/assets/NcBlurHash.css +2 -2
  15. package/dist/assets/NcFilePicker.css +1 -1
  16. package/dist/assets/NcFormBox.css +11 -11
  17. package/dist/assets/NcFormBoxButton.css +2 -2
  18. package/dist/assets/NcFormBoxItem.css +15 -15
  19. package/dist/assets/NcFormBoxSwitch.css +2 -2
  20. package/dist/assets/NcFormGroup.css +7 -7
  21. package/dist/assets/NcHotkey.css +8 -8
  22. package/dist/assets/NcHotkeyList.css +2 -2
  23. package/dist/assets/NcIconToggleSwitch.css +4 -4
  24. package/dist/assets/NcKbd.css +3 -3
  25. package/dist/assets/NcPopover.css +16 -16
  26. package/dist/assets/NcRadioGroup.css +2 -2
  27. package/dist/assets/NcRadioGroupButton.css +14 -14
  28. package/dist/assets/NcRichContenteditable.css +17 -17
  29. package/dist/assets/NcSelect.css +25 -0
  30. package/dist/assets/autolink.css +3 -3
  31. package/dist/chunks/NcActionInput.mjs +2 -2
  32. package/dist/chunks/NcActionInput.mjs.map +1 -1
  33. package/dist/chunks/NcActions.mjs +2 -2
  34. package/dist/chunks/NcActions.mjs.map +1 -1
  35. package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
  36. package/dist/chunks/NcAppSettingsDialog.mjs +3 -3
  37. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
  38. package/dist/chunks/NcAppSidebar.mjs +162 -28
  39. package/dist/chunks/NcAppSidebar.mjs.map +1 -1
  40. package/dist/chunks/NcAppSidebarTab.mjs +12 -5
  41. package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
  42. package/dist/chunks/NcAssistantButton.mjs +7 -7
  43. package/dist/chunks/NcAssistantContent.mjs +3 -3
  44. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  45. package/dist/chunks/NcBlurHash.mjs +2 -2
  46. package/dist/chunks/NcFilePicker.mjs +1 -1
  47. package/dist/chunks/NcFormBox.mjs +5 -5
  48. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  49. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  50. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  51. package/dist/chunks/NcFormGroup.mjs +7 -7
  52. package/dist/chunks/NcHotkey.mjs +4 -4
  53. package/dist/chunks/NcHotkeyList.mjs +2 -2
  54. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  55. package/dist/chunks/NcKbd.mjs +2 -2
  56. package/dist/chunks/NcPopover.mjs +2 -2
  57. package/dist/chunks/NcRadioGroup.mjs +2 -2
  58. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  59. package/dist/chunks/NcRichContenteditable.mjs +10 -10
  60. package/dist/chunks/NcSelect.mjs +74 -5
  61. package/dist/chunks/NcSelect.mjs.map +1 -1
  62. package/dist/chunks/_l10n.mjs +3 -3
  63. package/dist/chunks/autolink.mjs +3 -3
  64. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +35 -7
  65. package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
  66. package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
  67. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -1
  68. package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
  69. package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
  70. package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
  71. package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
  72. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +1 -1
  73. package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
  74. package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
  75. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +33 -5
  76. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +2 -2
  77. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +3 -3
  78. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +2 -2
  79. package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +5 -5
  80. package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
  81. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +1 -1
  82. package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
  83. package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
  84. package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
  85. package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
  86. package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
  87. package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
  88. package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
  89. package/package.json +3 -3
@@ -503,12 +503,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
503
503
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
504
504
  }>, {
505
505
  size: string;
506
+ inline: number;
506
507
  primary: boolean;
507
508
  ariaLabel: string;
508
509
  disabled: boolean;
509
510
  variant: string;
510
511
  wide: boolean;
511
- inline: number;
512
512
  open: boolean;
513
513
  placement: string;
514
514
  container: string | boolean | Element | Record<string, any>;
@@ -627,12 +627,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
627
627
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
628
628
  }>, {
629
629
  size: string;
630
+ inline: number;
630
631
  primary: boolean;
631
632
  ariaLabel: string;
632
633
  disabled: boolean;
633
634
  variant: string;
634
635
  wide: boolean;
635
- inline: number;
636
636
  open: boolean;
637
637
  placement: string;
638
638
  container: string | boolean | Element | Record<string, any>;
@@ -21,16 +21,24 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
21
21
  NcSelect: import('vue').DefineComponent<{}, {
22
22
  avatarSize: number;
23
23
  isLegacy: boolean;
24
+ mdiAlertCircleOutline: string;
25
+ mdiCheck: string;
24
26
  }, {
25
27
  search: string;
26
28
  }, {
27
- inputRequired(): any;
29
+ inputRequired(): boolean | null;
28
30
  localCalculatePosition(): any;
29
31
  localFilterBy(): any;
30
32
  localLabel(): any;
31
- propsToForward(): any;
33
+ propsToForward(): {
34
+ calculatePosition: any;
35
+ closeOnSelect: boolean;
36
+ filterBy: any;
37
+ label: any;
38
+ };
32
39
  }, {
33
40
  t: (original: string, placeholders?: Record<string, string | number>) => string;
41
+ forwardedSlots(): string[];
34
42
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
35
43
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
36
44
  "on "?: ((...args: any[]) => any) | undefined;
@@ -102,6 +110,26 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
102
110
  highlight: import('../../../utils/findRanges.ts').StringRange[];
103
111
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
104
112
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
113
+ NcIconSvgWrapper: import('vue').DefineComponent<{
114
+ directional?: boolean;
115
+ inline?: boolean;
116
+ svg?: string;
117
+ name?: string;
118
+ path?: string;
119
+ size?: number | "auto";
120
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
121
+ directional?: boolean;
122
+ inline?: boolean;
123
+ svg?: string;
124
+ name?: string;
125
+ path?: string;
126
+ size?: number | "auto";
127
+ }> & Readonly<{}>, {
128
+ size: number | "auto";
129
+ name: string;
130
+ svg: string;
131
+ path: string;
132
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
105
133
  NcLoadingIcon: import('vue').DefineComponent<{
106
134
  appearance?: "auto" | "light" | "dark";
107
135
  name?: string;
@@ -129,16 +129,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
129
129
  NcSelect: import('vue').DefineComponent<{}, {
130
130
  avatarSize: number;
131
131
  isLegacy: boolean;
132
+ mdiAlertCircleOutline: string;
133
+ mdiCheck: string;
132
134
  }, {
133
135
  search: string;
134
136
  }, {
135
- inputRequired(): any;
137
+ inputRequired(): boolean | null;
136
138
  localCalculatePosition(): any;
137
139
  localFilterBy(): any;
138
140
  localLabel(): any;
139
- propsToForward(): any;
141
+ propsToForward(): {
142
+ calculatePosition: any;
143
+ closeOnSelect: boolean;
144
+ filterBy: any;
145
+ label: any;
146
+ };
140
147
  }, {
141
148
  t: (original: string, placeholders?: Record<string, string | number>) => string;
149
+ forwardedSlots(): string[];
142
150
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
143
151
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
144
152
  "on "?: ((...args: any[]) => any) | undefined;
@@ -210,6 +218,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
210
218
  highlight: import('../../../utils/findRanges.ts').StringRange[];
211
219
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
212
220
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
221
+ NcIconSvgWrapper: import('vue').DefineComponent<{
222
+ directional?: boolean;
223
+ inline?: boolean;
224
+ svg?: string;
225
+ name?: string;
226
+ path?: string;
227
+ size?: number | "auto";
228
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
229
+ directional?: boolean;
230
+ inline?: boolean;
231
+ svg?: string;
232
+ name?: string;
233
+ path?: string;
234
+ size?: number | "auto";
235
+ }> & Readonly<{}>, {
236
+ size: number | "auto";
237
+ name: string;
238
+ svg: string;
239
+ path: string;
240
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
213
241
  NcLoadingIcon: import('vue').DefineComponent<{
214
242
  appearance?: "auto" | "light" | "dark";
215
243
  name?: string;
@@ -855,16 +883,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
855
883
  NcSelect: import('vue').DefineComponent<{}, {
856
884
  avatarSize: number;
857
885
  isLegacy: boolean;
886
+ mdiAlertCircleOutline: string;
887
+ mdiCheck: string;
858
888
  }, {
859
889
  search: string;
860
890
  }, {
861
- inputRequired(): any;
891
+ inputRequired(): boolean | null;
862
892
  localCalculatePosition(): any;
863
893
  localFilterBy(): any;
864
894
  localLabel(): any;
865
- propsToForward(): any;
895
+ propsToForward(): {
896
+ calculatePosition: any;
897
+ closeOnSelect: boolean;
898
+ filterBy: any;
899
+ label: any;
900
+ };
866
901
  }, {
867
902
  t: (original: string, placeholders?: Record<string, string | number>) => string;
903
+ forwardedSlots(): string[];
868
904
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
869
905
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
870
906
  "on "?: ((...args: any[]) => any) | undefined;
@@ -936,6 +972,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
936
972
  highlight: import('../../../utils/findRanges.ts').StringRange[];
937
973
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
938
974
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
975
+ NcIconSvgWrapper: import('vue').DefineComponent<{
976
+ directional?: boolean;
977
+ inline?: boolean;
978
+ svg?: string;
979
+ name?: string;
980
+ path?: string;
981
+ size?: number | "auto";
982
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
983
+ directional?: boolean;
984
+ inline?: boolean;
985
+ svg?: string;
986
+ name?: string;
987
+ path?: string;
988
+ size?: number | "auto";
989
+ }> & Readonly<{}>, {
990
+ size: number | "auto";
991
+ name: string;
992
+ svg: string;
993
+ path: string;
994
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
939
995
  NcLoadingIcon: import('vue').DefineComponent<{
940
996
  appearance?: "auto" | "light" | "dark";
941
997
  name?: string;
@@ -178,16 +178,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
178
178
  NcSelect: import('vue').DefineComponent<{}, {
179
179
  avatarSize: number;
180
180
  isLegacy: boolean;
181
+ mdiAlertCircleOutline: string;
182
+ mdiCheck: string;
181
183
  }, {
182
184
  search: string;
183
185
  }, {
184
- inputRequired(): any;
186
+ inputRequired(): boolean | null;
185
187
  localCalculatePosition(): any;
186
188
  localFilterBy(): any;
187
189
  localLabel(): any;
188
- propsToForward(): any;
190
+ propsToForward(): {
191
+ calculatePosition: any;
192
+ closeOnSelect: boolean;
193
+ filterBy: any;
194
+ label: any;
195
+ };
189
196
  }, {
190
197
  t: (original: string, placeholders?: Record<string, string | number>) => string;
198
+ forwardedSlots(): string[];
191
199
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
192
200
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
193
201
  "on "?: ((...args: any[]) => any) | undefined;
@@ -259,6 +267,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
259
267
  highlight: import('../../../utils/findRanges.ts').StringRange[];
260
268
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
261
269
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
270
+ NcIconSvgWrapper: import('vue').DefineComponent<{
271
+ directional?: boolean;
272
+ inline?: boolean;
273
+ svg?: string;
274
+ name?: string;
275
+ path?: string;
276
+ size?: number | "auto";
277
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
278
+ directional?: boolean;
279
+ inline?: boolean;
280
+ svg?: string;
281
+ name?: string;
282
+ path?: string;
283
+ size?: number | "auto";
284
+ }> & Readonly<{}>, {
285
+ size: number | "auto";
286
+ name: string;
287
+ svg: string;
288
+ path: string;
289
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
262
290
  NcLoadingIcon: import('vue').DefineComponent<{
263
291
  appearance?: "auto" | "light" | "dark";
264
292
  name?: string;
@@ -904,16 +932,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
904
932
  NcSelect: import('vue').DefineComponent<{}, {
905
933
  avatarSize: number;
906
934
  isLegacy: boolean;
935
+ mdiAlertCircleOutline: string;
936
+ mdiCheck: string;
907
937
  }, {
908
938
  search: string;
909
939
  }, {
910
- inputRequired(): any;
940
+ inputRequired(): boolean | null;
911
941
  localCalculatePosition(): any;
912
942
  localFilterBy(): any;
913
943
  localLabel(): any;
914
- propsToForward(): any;
944
+ propsToForward(): {
945
+ calculatePosition: any;
946
+ closeOnSelect: boolean;
947
+ filterBy: any;
948
+ label: any;
949
+ };
915
950
  }, {
916
951
  t: (original: string, placeholders?: Record<string, string | number>) => string;
952
+ forwardedSlots(): string[];
917
953
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
918
954
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
919
955
  "on "?: ((...args: any[]) => any) | undefined;
@@ -985,6 +1021,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
985
1021
  highlight: import('../../../utils/findRanges.ts').StringRange[];
986
1022
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
987
1023
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1024
+ NcIconSvgWrapper: import('vue').DefineComponent<{
1025
+ directional?: boolean;
1026
+ inline?: boolean;
1027
+ svg?: string;
1028
+ name?: string;
1029
+ path?: string;
1030
+ size?: number | "auto";
1031
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
1032
+ directional?: boolean;
1033
+ inline?: boolean;
1034
+ svg?: string;
1035
+ name?: string;
1036
+ path?: string;
1037
+ size?: number | "auto";
1038
+ }> & Readonly<{}>, {
1039
+ size: number | "auto";
1040
+ name: string;
1041
+ svg: string;
1042
+ path: string;
1043
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
988
1044
  NcLoadingIcon: import('vue').DefineComponent<{
989
1045
  appearance?: "auto" | "light" | "dark";
990
1046
  name?: string;
@@ -128,16 +128,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
128
128
  NcSelect: import('vue').DefineComponent<{}, {
129
129
  avatarSize: number;
130
130
  isLegacy: boolean;
131
+ mdiAlertCircleOutline: string;
132
+ mdiCheck: string;
131
133
  }, {
132
134
  search: string;
133
135
  }, {
134
- inputRequired(): any;
136
+ inputRequired(): boolean | null;
135
137
  localCalculatePosition(): any;
136
138
  localFilterBy(): any;
137
139
  localLabel(): any;
138
- propsToForward(): any;
140
+ propsToForward(): {
141
+ calculatePosition: any;
142
+ closeOnSelect: boolean;
143
+ filterBy: any;
144
+ label: any;
145
+ };
139
146
  }, {
140
147
  t: (original: string, placeholders?: Record<string, string | number>) => string;
148
+ forwardedSlots(): string[];
141
149
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
142
150
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
143
151
  "on "?: ((...args: any[]) => any) | undefined;
@@ -209,6 +217,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
209
217
  highlight: import('../../../utils/findRanges.ts').StringRange[];
210
218
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
211
219
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
220
+ NcIconSvgWrapper: import('vue').DefineComponent<{
221
+ directional?: boolean;
222
+ inline?: boolean;
223
+ svg?: string;
224
+ name?: string;
225
+ path?: string;
226
+ size?: number | "auto";
227
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
228
+ directional?: boolean;
229
+ inline?: boolean;
230
+ svg?: string;
231
+ name?: string;
232
+ path?: string;
233
+ size?: number | "auto";
234
+ }> & Readonly<{}>, {
235
+ size: number | "auto";
236
+ name: string;
237
+ svg: string;
238
+ path: string;
239
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
212
240
  NcLoadingIcon: import('vue').DefineComponent<{
213
241
  appearance?: "auto" | "light" | "dark";
214
242
  name?: string;
@@ -1,16 +1,33 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
2
  avatarSize: number;
3
3
  isLegacy: boolean;
4
+ mdiAlertCircleOutline: string;
5
+ mdiCheck: string;
4
6
  }, {
5
7
  search: string;
6
8
  }, {
7
- inputRequired(): any;
9
+ inputRequired(): boolean | null;
8
10
  localCalculatePosition(): any;
9
11
  localFilterBy(): any;
10
12
  localLabel(): any;
11
- propsToForward(): any;
13
+ propsToForward(): {
14
+ calculatePosition: any;
15
+ closeOnSelect: boolean;
16
+ filterBy: any;
17
+ label: any;
18
+ };
12
19
  }, {
13
20
  t: (original: string, placeholders?: Record<string, string | number>) => string;
21
+ /**
22
+ * Consumer-provided slots forwarded to vue-select, excluding `footer`
23
+ * which we render ourselves to host the helper text.
24
+ *
25
+ * `$slots` is not reactive, so this is a method (re-evaluated on every
26
+ * render) rather than a computed, to keep the forwarded slot list fresh.
27
+ *
28
+ * @return {string[]}
29
+ */
30
+ forwardedSlots(): string[];
14
31
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
15
32
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16
33
  "on "?: ((...args: any[]) => any) | undefined;
@@ -82,6 +99,26 @@ declare const _default: import('vue').DefineComponent<{}, {
82
99
  highlight: import('../../utils/findRanges.ts').StringRange[];
83
100
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
84
101
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
102
+ NcIconSvgWrapper: import('vue').DefineComponent<{
103
+ directional?: boolean;
104
+ inline?: boolean;
105
+ svg?: string;
106
+ name?: string;
107
+ path?: string;
108
+ size?: number | "auto";
109
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
110
+ directional?: boolean;
111
+ inline?: boolean;
112
+ svg?: string;
113
+ name?: string;
114
+ path?: string;
115
+ size?: number | "auto";
116
+ }> & Readonly<{}>, {
117
+ size: number | "auto";
118
+ name: string;
119
+ svg: string;
120
+ path: string;
121
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
85
122
  NcLoadingIcon: import('vue').DefineComponent<{
86
123
  appearance?: "auto" | "light" | "dark";
87
124
  name?: string;
@@ -84,16 +84,24 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
84
84
  NcSelect: import('vue').DefineComponent<{}, {
85
85
  avatarSize: number;
86
86
  isLegacy: boolean;
87
+ mdiAlertCircleOutline: string;
88
+ mdiCheck: string;
87
89
  }, {
88
90
  search: string;
89
91
  }, {
90
- inputRequired(): any;
92
+ inputRequired(): boolean | null;
91
93
  localCalculatePosition(): any;
92
94
  localFilterBy(): any;
93
95
  localLabel(): any;
94
- propsToForward(): any;
96
+ propsToForward(): {
97
+ calculatePosition: any;
98
+ closeOnSelect: boolean;
99
+ filterBy: any;
100
+ label: any;
101
+ };
95
102
  }, {
96
103
  t: (original: string, placeholders?: Record<string, string | number>) => string;
104
+ forwardedSlots(): string[];
97
105
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
98
106
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
99
107
  "on "?: ((...args: any[]) => any) | undefined;
@@ -165,6 +173,26 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
165
173
  highlight: import('../../utils/findRanges.ts').StringRange[];
166
174
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
167
175
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
176
+ NcIconSvgWrapper: import('vue').DefineComponent<{
177
+ directional?: boolean;
178
+ inline?: boolean;
179
+ svg?: string;
180
+ name?: string;
181
+ path?: string;
182
+ size?: number | "auto";
183
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
184
+ directional?: boolean;
185
+ inline?: boolean;
186
+ svg?: string;
187
+ name?: string;
188
+ path?: string;
189
+ size?: number | "auto";
190
+ }> & Readonly<{}>, {
191
+ size: number | "auto";
192
+ name: string;
193
+ svg: string;
194
+ path: string;
195
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
168
196
  NcLoadingIcon: import('vue').DefineComponent<{
169
197
  appearance?: "auto" | "light" | "dark";
170
198
  name?: string;
@@ -143,16 +143,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
143
143
  NcSelect: import('vue').DefineComponent<{}, {
144
144
  avatarSize: number;
145
145
  isLegacy: boolean;
146
+ mdiAlertCircleOutline: string;
147
+ mdiCheck: string;
146
148
  }, {
147
149
  search: string;
148
150
  }, {
149
- inputRequired(): any;
151
+ inputRequired(): boolean | null;
150
152
  localCalculatePosition(): any;
151
153
  localFilterBy(): any;
152
154
  localLabel(): any;
153
- propsToForward(): any;
155
+ propsToForward(): {
156
+ calculatePosition: any;
157
+ closeOnSelect: boolean;
158
+ filterBy: any;
159
+ label: any;
160
+ };
154
161
  }, {
155
162
  t: (original: string, placeholders?: Record<string, string | number>) => string;
163
+ forwardedSlots(): string[];
156
164
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
157
165
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
158
166
  "on "?: ((...args: any[]) => any) | undefined;
@@ -224,6 +232,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
224
232
  highlight: import('../../utils/findRanges.ts').StringRange[];
225
233
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
226
234
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
235
+ NcIconSvgWrapper: import('vue').DefineComponent<{
236
+ directional?: boolean;
237
+ inline?: boolean;
238
+ svg?: string;
239
+ name?: string;
240
+ path?: string;
241
+ size?: number | "auto";
242
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
243
+ directional?: boolean;
244
+ inline?: boolean;
245
+ svg?: string;
246
+ name?: string;
247
+ path?: string;
248
+ size?: number | "auto";
249
+ }> & Readonly<{}>, {
250
+ size: number | "auto";
251
+ name: string;
252
+ svg: string;
253
+ path: string;
254
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
227
255
  NcLoadingIcon: import('vue').DefineComponent<{
228
256
  appearance?: "auto" | "light" | "dark";
229
257
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/vue",
3
- "version": "9.10.0",
3
+ "version": "9.11.0",
4
4
  "description": "Nextcloud vue components",
5
5
  "keywords": [
6
6
  "vuejs",
@@ -136,14 +136,14 @@
136
136
  "@playwright/experimental-ct-vue": "^1.62.1",
137
137
  "@playwright/test": "^1.62.1",
138
138
  "@types/gettext-parser": "^9.0.0",
139
- "@types/node": "^26.2.0",
139
+ "@types/node": "^26.3.0",
140
140
  "@types/webpack-env": "^1.18.8",
141
141
  "@vitest/coverage-v8": "^4.1.11",
142
142
  "@vue/test-utils": "^2.4.6",
143
143
  "@vue/tsconfig": "^0.9.1",
144
144
  "babel-loader-exclude-node-modules-except": "^1.2.4",
145
145
  "core-js": "^3.50.0",
146
- "eslint": "^10.9.0",
146
+ "eslint": "^10.9.1",
147
147
  "file-loader": "^6.2.0",
148
148
  "gettext-extractor": "^4.0.6",
149
149
  "gettext-parser": "^9.1.1",