@nextcloud/vue 9.12.0 → 9.13.1

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 (100) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/assets/NcAppContent.css +20 -20
  3. package/dist/assets/NcAppNavigation.css +13 -13
  4. package/dist/assets/NcAppNavigationSettings.css +6 -6
  5. package/dist/assets/NcAppSettingsDialog.css +3 -3
  6. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  7. package/dist/assets/NcAppSidebar.css +28 -28
  8. package/dist/assets/NcAssistantButton.css +9 -9
  9. package/dist/assets/NcAssistantContent.css +3 -3
  10. package/dist/assets/NcAssistantIcon.css +4 -4
  11. package/dist/assets/NcAvatar.css +26 -26
  12. package/dist/assets/NcBlurHash.css +2 -2
  13. package/dist/assets/NcDateTimePicker.css +234 -234
  14. package/dist/assets/NcDialog.css +16 -16
  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/NcModal.css +71 -64
  26. package/dist/assets/NcPopover.css +16 -16
  27. package/dist/assets/NcRadioGroup.css +2 -2
  28. package/dist/assets/NcRadioGroupButton.css +14 -14
  29. package/dist/assets/NcReferenceWidget.css +24 -23
  30. package/dist/assets/NcRichContenteditable.css +17 -17
  31. package/dist/assets/NcSelect.css +8 -13
  32. package/dist/assets/NcUploadPicker.css +7 -7
  33. package/dist/assets/autolink.css +3 -3
  34. package/dist/chunks/NcAppContent.mjs +170 -297
  35. package/dist/chunks/NcAppContent.mjs.map +1 -1
  36. package/dist/chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs +21 -0
  37. package/dist/chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs.map +1 -0
  38. package/dist/chunks/NcAppNavigation.mjs +7 -4
  39. package/dist/chunks/NcAppNavigation.mjs.map +1 -1
  40. package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
  41. package/dist/chunks/NcAppSettingsDialog.mjs +4 -4
  42. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
  43. package/dist/chunks/NcAppSidebar.mjs +12 -12
  44. package/dist/chunks/NcAssistantButton.mjs +7 -7
  45. package/dist/chunks/NcAssistantContent.mjs +3 -3
  46. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  47. package/dist/chunks/NcAvatar.mjs +14 -7
  48. package/dist/chunks/NcAvatar.mjs.map +1 -1
  49. package/dist/chunks/NcBlurHash.mjs +2 -2
  50. package/dist/chunks/NcContent.mjs +1 -1
  51. package/dist/chunks/NcDateTimePicker.mjs +39 -1
  52. package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
  53. package/dist/chunks/NcDialog.mjs +1 -1
  54. package/dist/chunks/NcDialog.mjs.map +1 -1
  55. package/dist/chunks/NcFilePicker.mjs +1 -1
  56. package/dist/chunks/NcFormBox.mjs +5 -5
  57. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  58. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  59. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  60. package/dist/chunks/NcFormGroup.mjs +7 -7
  61. package/dist/chunks/NcHotkey.mjs +4 -4
  62. package/dist/chunks/NcHotkeyList.mjs +2 -2
  63. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  64. package/dist/chunks/NcKbd.mjs +2 -2
  65. package/dist/chunks/NcMentionBubble.vue_vue_type_style_index_0_scoped_3c4a673d_lang.mjs +7 -7
  66. package/dist/chunks/NcMentionBubble.vue_vue_type_style_index_0_scoped_3c4a673d_lang.mjs.map +1 -1
  67. package/dist/chunks/NcModal.mjs +11 -12
  68. package/dist/chunks/NcModal.mjs.map +1 -1
  69. package/dist/chunks/NcPopover.mjs +2 -2
  70. package/dist/chunks/NcPopover.mjs.map +1 -1
  71. package/dist/chunks/NcRadioGroup.mjs +2 -2
  72. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  73. package/dist/chunks/NcReferenceWidget.mjs +2 -2
  74. package/dist/chunks/NcReferenceWidget.mjs.map +1 -1
  75. package/dist/chunks/NcRichContenteditable.mjs +10 -10
  76. package/dist/chunks/NcSelect.mjs.map +1 -1
  77. package/dist/chunks/NcUploadPicker.mjs +6 -6
  78. package/dist/chunks/NcUploadPicker.mjs.map +1 -1
  79. package/dist/chunks/_l10n.mjs +24 -24
  80. package/dist/chunks/autolink.mjs +3 -3
  81. package/dist/components/NcAppContent/NcAppContent.vue.d.ts +77 -149
  82. package/dist/components/NcAppContent/index.d.ts +5 -0
  83. package/dist/components/NcAppContentList/NcAppContentList.vue.d.ts +28 -27
  84. package/dist/components/NcAppContentList/index.d.ts +4 -0
  85. package/dist/components/NcAppContentList/index.mjs +2 -2
  86. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +17 -0
  87. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +18 -0
  88. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +9 -0
  89. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +18 -0
  90. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +9 -0
  91. package/dist/components/NcDateTimePicker/formatValidation.d.ts +10 -0
  92. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +9 -0
  93. package/dist/components/NcModal/NcModal.vue.d.ts +3 -0
  94. package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +8 -0
  95. package/dist/components/index.d.ts +2 -2
  96. package/dist/index.mjs +169 -169
  97. package/dist/utils/getAvatarUrl.d.ts +4 -0
  98. package/package.json +11 -11
  99. package/dist/chunks/NcAppContentList.mjs +0 -33
  100. package/dist/chunks/NcAppContentList.mjs.map +0 -1
@@ -29,10 +29,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
29
  };
30
30
  }
31
31
  });
32
- const externalLink = "_externalLink_8nlpE";
33
- const externalLink_decorated = "_externalLink_decorated_lhNiF";
32
+ const externalLink = "_externalLink_pbE0W";
33
+ const externalLink_decorated = "_externalLink_decorated_AvzkD";
34
34
  const style0 = {
35
- "material-design-icon": "_material-design-icon_RRhZi",
35
+ "material-design-icon": "_material-design-icon_Fq-2a",
36
36
  externalLink,
37
37
  externalLink_decorated
38
38
  };
@@ -1,76 +1,57 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ import { Slot } from 'vue';
2
+ /**
3
+ * Content layout used when a list is provided together with the main content.
4
+ */
5
+ export type AppContentLayout = 'no-split' | 'vertical-split' | 'horizontal-split';
6
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
7
+ showDetails?: boolean;
8
+ } & {
2
9
  /**
3
10
  * Allows to disable the control by swipe of the app navigation open state.
4
11
  */
5
- disableSwipe: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
12
+ disableSwipe?: boolean;
9
13
  /**
10
14
  * Allows you to set the default width of the resizable list in % on vertical-split
11
15
  * or respectively the default height on horizontal-split.
12
16
  *
13
17
  * Must be between `listMinWidth` and `listMaxWidth`.
18
+ *
19
+ * @default 20
14
20
  */
15
- listSize: {
16
- type: NumberConstructor;
17
- default: number;
18
- };
21
+ listSize?: number;
19
22
  /**
20
23
  * Allows you to set the minimum width of the list column in % on vertical-split
21
24
  * or respectively the minimum height on horizontal-split.
25
+ *
26
+ * @default 15
22
27
  */
23
- listMinWidth: {
24
- type: NumberConstructor;
25
- default: number;
26
- };
28
+ listMinWidth?: number;
27
29
  /**
28
30
  * Allows you to set the maximum width of the list column in % on vertical-split
29
31
  * or respectively the maximum height on horizontal-split.
32
+ *
33
+ * @default 40
30
34
  */
31
- listMaxWidth: {
32
- type: NumberConstructor;
33
- default: number;
34
- };
35
+ listMaxWidth?: number;
35
36
  /**
36
37
  * Specify the config key for the pane config sizes
37
38
  * Default is the global var appName if you use the webpack-vue-config
38
39
  */
39
- paneConfigKey: {
40
- type: StringConstructor;
41
- default: string;
42
- };
43
- /**
44
- * When in mobile view, only the list or the details are shown.
45
- *
46
- * If you provide a list, you need to provide a variable
47
- * that will be set to true by the user when an element of
48
- * the list gets selected. The details will then show a back
49
- * arrow to return to the list that will update this prop to false.
50
- */
51
- showDetails: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
40
+ paneConfigKey?: string;
55
41
  /**
56
42
  * Content layout used when there is a list together with content:
57
43
  * - `vertical-split` - a 2-column layout with list and default content separated vertically
58
44
  * - `no-split` - a single column layout; List is shown when `showDetails` is `false`, otherwise the default slot content is shown with a back button to return to the list.
59
45
  * - 'horizontal-split' - a 2-column layout with list and default content separated horizontally
60
46
  * On mobile screen `no-split` layout is forced.
47
+ *
48
+ * @default 'vertical-split'
61
49
  */
62
- layout: {
63
- type: StringConstructor;
64
- default: string;
65
- validator(value: unknown): boolean;
66
- };
50
+ layout?: AppContentLayout;
67
51
  /**
68
52
  * Specify the `<h1>` page heading
69
53
  */
70
- pageHeading: {
71
- type: StringConstructor;
72
- default: null;
73
- };
54
+ pageHeading?: string | null;
74
55
  /**
75
56
  * Allow setting the page's `<title>`
76
57
  *
@@ -78,122 +59,61 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
78
59
  * When the page heading and the app name is the same only one is used, e.g. `Files - Files - MyPersonalCloud` is shown as `Files - MyPersonalCloud`.
79
60
  * When setting the prop then the following format will be used: `{pageTitle} - {instanceName}`
80
61
  */
81
- pageTitle: {
82
- type: StringConstructor;
83
- default: null;
84
- };
85
- }>, {
86
- appName: string;
87
- localizedAppName: string;
88
- isMobile: Readonly<import('vue').Ref<boolean, boolean>>;
89
- isRtl: boolean;
90
- }, {
91
- contentHeight: number;
92
- swiping: {};
93
- listPaneSize: any;
94
- }, {
95
- paneConfigID(): string;
96
- detailsPaneSize(): number;
97
- paneDefaults(): {
98
- list: {
99
- size: number;
100
- min: number;
101
- max: number;
102
- };
103
- details: {
104
- size: number;
105
- min: number;
106
- max: number;
107
- };
108
- };
109
- realPageTitle(): string | null;
110
- }, {
111
- /**
112
- * handle the swipe event
113
- *
114
- * @param {TouchEvent} e The touch event
115
- * @param {import('@vueuse/core').SwipeDirection} direction The swipe direction of the event
116
- */
117
- handleSwipe(e: TouchEvent, direction: import('@vueuse/core').SwipeDirection): void;
118
- handlePaneResize(event: any): void;
119
- restorePaneConfig(): number | undefined;
120
- /**
121
- * The user clicked the back arrow from the details view
122
- */
123
- hideDetails(): void;
124
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:showDetails" | "resizeList")[], "update:showDetails" | "resizeList", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
62
+ pageTitle?: string | null;
63
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ "update:showDetails": (...args: unknown[]) => any;
65
+ resizeList: (payload: {
66
+ size: number;
67
+ }) => any;
68
+ }, string, import('vue').PublicProps, Readonly<{
69
+ showDetails?: boolean;
70
+ } & {
125
71
  /**
126
72
  * Allows to disable the control by swipe of the app navigation open state.
127
73
  */
128
- disableSwipe: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
74
+ disableSwipe?: boolean;
132
75
  /**
133
76
  * Allows you to set the default width of the resizable list in % on vertical-split
134
77
  * or respectively the default height on horizontal-split.
135
78
  *
136
79
  * Must be between `listMinWidth` and `listMaxWidth`.
80
+ *
81
+ * @default 20
137
82
  */
138
- listSize: {
139
- type: NumberConstructor;
140
- default: number;
141
- };
83
+ listSize?: number;
142
84
  /**
143
85
  * Allows you to set the minimum width of the list column in % on vertical-split
144
86
  * or respectively the minimum height on horizontal-split.
87
+ *
88
+ * @default 15
145
89
  */
146
- listMinWidth: {
147
- type: NumberConstructor;
148
- default: number;
149
- };
90
+ listMinWidth?: number;
150
91
  /**
151
92
  * Allows you to set the maximum width of the list column in % on vertical-split
152
93
  * or respectively the maximum height on horizontal-split.
94
+ *
95
+ * @default 40
153
96
  */
154
- listMaxWidth: {
155
- type: NumberConstructor;
156
- default: number;
157
- };
97
+ listMaxWidth?: number;
158
98
  /**
159
99
  * Specify the config key for the pane config sizes
160
100
  * Default is the global var appName if you use the webpack-vue-config
161
101
  */
162
- paneConfigKey: {
163
- type: StringConstructor;
164
- default: string;
165
- };
166
- /**
167
- * When in mobile view, only the list or the details are shown.
168
- *
169
- * If you provide a list, you need to provide a variable
170
- * that will be set to true by the user when an element of
171
- * the list gets selected. The details will then show a back
172
- * arrow to return to the list that will update this prop to false.
173
- */
174
- showDetails: {
175
- type: BooleanConstructor;
176
- default: boolean;
177
- };
102
+ paneConfigKey?: string;
178
103
  /**
179
104
  * Content layout used when there is a list together with content:
180
105
  * - `vertical-split` - a 2-column layout with list and default content separated vertically
181
106
  * - `no-split` - a single column layout; List is shown when `showDetails` is `false`, otherwise the default slot content is shown with a back button to return to the list.
182
107
  * - 'horizontal-split' - a 2-column layout with list and default content separated horizontally
183
108
  * On mobile screen `no-split` layout is forced.
109
+ *
110
+ * @default 'vertical-split'
184
111
  */
185
- layout: {
186
- type: StringConstructor;
187
- default: string;
188
- validator(value: unknown): boolean;
189
- };
112
+ layout?: AppContentLayout;
190
113
  /**
191
114
  * Specify the `<h1>` page heading
192
115
  */
193
- pageHeading: {
194
- type: StringConstructor;
195
- default: null;
196
- };
116
+ pageHeading?: string | null;
197
117
  /**
198
118
  * Allow setting the page's `<title>`
199
119
  *
@@ -201,26 +121,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
201
121
  * When the page heading and the app name is the same only one is used, e.g. `Files - Files - MyPersonalCloud` is shown as `Files - MyPersonalCloud`.
202
122
  * When setting the prop then the following format will be used: `{pageTitle} - {instanceName}`
203
123
  */
204
- pageTitle: {
205
- type: StringConstructor;
206
- default: null;
207
- };
208
- }>> & Readonly<{
209
- "onUpdate:showDetails"?: ((...args: any[]) => any) | undefined;
210
- onResizeList?: ((...args: any[]) => any) | undefined;
211
- }>, {
212
- disableSwipe: boolean;
213
- showDetails: boolean;
214
- listSize: number;
215
- listMinWidth: number;
216
- listMaxWidth: number;
217
- paneConfigKey: string;
218
- layout: string;
219
- pageHeading: string;
220
- pageTitle: string;
221
- }, {}, {
222
- NcAppContentDetailsToggle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
223
- Pane: any;
224
- Splitpanes: any;
225
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
124
+ pageTitle?: string | null;
125
+ }> & Readonly<{
126
+ "onUpdate:showDetails"?: ((...args: unknown[]) => any) | undefined;
127
+ onResizeList?: ((payload: {
128
+ size: number;
129
+ }) => any) | undefined;
130
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, Readonly<{
131
+ /**
132
+ * Provide the main content to the app content
133
+ */
134
+ default?: Slot;
135
+ /**
136
+ * Provide a list to the app content
137
+ */
138
+ list?: Slot;
139
+ }> & {
140
+ /**
141
+ * Provide the main content to the app content
142
+ */
143
+ default?: Slot;
144
+ /**
145
+ * Provide a list to the app content
146
+ */
147
+ list?: Slot;
148
+ }>;
226
149
  export default _default;
150
+ type __VLS_WithTemplateSlots<T, S> = T & {
151
+ new (): {
152
+ $slots: S;
153
+ };
154
+ };
@@ -1 +1,6 @@
1
+ /**
2
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
3
+ * SPDX-License-Identifier: AGPL-3.0-or-later
4
+ */
5
+ export type * from './NcAppContent.vue';
1
6
  export { default } from './NcAppContent.vue';
@@ -1,35 +1,36 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ import { Slot } from 'vue';
2
+ type __VLS_Props = {
2
3
  /**
3
4
  * Is the list selected
4
5
  */
5
- selection: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- /**
10
- * Is the details pane shown
11
- */
12
- showDetails: {
13
- type: BooleanConstructor;
14
- default: boolean;
15
- };
16
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
- /**
18
- * Is the list selected
19
- */
20
- selection: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
6
+ selection?: boolean;
24
7
  /**
25
8
  * Is the details pane shown
26
9
  */
27
- showDetails: {
28
- type: BooleanConstructor;
29
- default: boolean;
10
+ showDetails?: boolean;
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: Readonly<{
15
+ /**
16
+ * The content of the list
17
+ */
18
+ default?: Slot;
19
+ }> & {
20
+ /**
21
+ * The content of the list
22
+ */
23
+ default?: Slot;
30
24
  };
31
- }>> & Readonly<{}>, {
32
- showDetails: boolean;
33
- selection: boolean;
34
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
+ refs: {};
26
+ rootEl: HTMLDivElement;
27
+ };
28
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
31
  export default _default;
32
+ type __VLS_WithTemplateSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -1 +1,5 @@
1
+ /**
2
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
3
+ * SPDX-License-Identifier: AGPL-3.0-or-later
4
+ */
1
5
  export { default } from './NcAppContentList.vue';
@@ -1,5 +1,5 @@
1
- import { N } from "../../chunks/NcAppContentList.mjs";
1
+ import { _ } from "../../chunks/NcAppContentList.vue_vue_type_script_setup_true_lang.mjs";
2
2
  export {
3
- N as default
3
+ _ as default
4
4
  };
5
5
  //# sourceMappingURL=index.mjs.map
@@ -52,6 +52,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
52
52
  type: BooleanConstructor;
53
53
  default: boolean;
54
54
  };
55
+ /**
56
+ * The user's avatar version, as returned alongside user lists.
57
+ * Passing it earns the avatar a much longer cache lifetime.
58
+ */
59
+ version: {
60
+ type: (StringConstructor | NumberConstructor)[];
61
+ default: undefined;
62
+ };
55
63
  /**
56
64
  * Set a display name that will be rendered as a tooltip
57
65
  * either the url, user or displayName property must be defined
@@ -286,6 +294,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
286
294
  type: BooleanConstructor;
287
295
  default: boolean;
288
296
  };
297
+ /**
298
+ * The user's avatar version, as returned alongside user lists.
299
+ * Passing it earns the avatar a much longer cache lifetime.
300
+ */
301
+ version: {
302
+ type: (StringConstructor | NumberConstructor)[];
303
+ default: undefined;
304
+ };
289
305
  /**
290
306
  * Set a display name that will be rendered as a tooltip
291
307
  * either the url, user or displayName property must be defined
@@ -355,6 +371,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
355
371
  displayName: string;
356
372
  url: string;
357
373
  user: string;
374
+ version: string | number;
358
375
  iconClass: string;
359
376
  preloadedUserStatus: Record<string, any>;
360
377
  hideStatus: boolean;
@@ -200,6 +200,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
200
200
  type: BooleanConstructor;
201
201
  default: boolean;
202
202
  };
203
+ version: {
204
+ type: (StringConstructor | NumberConstructor)[];
205
+ default: undefined;
206
+ };
203
207
  displayName: {
204
208
  type: StringConstructor;
205
209
  default: undefined;
@@ -324,6 +328,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
324
328
  type: BooleanConstructor;
325
329
  default: boolean;
326
330
  };
331
+ version: {
332
+ type: (StringConstructor | NumberConstructor)[];
333
+ default: undefined;
334
+ };
327
335
  displayName: {
328
336
  type: StringConstructor;
329
337
  default: undefined;
@@ -361,6 +369,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
361
369
  displayName: string;
362
370
  url: string;
363
371
  user: string;
372
+ version: string | number;
364
373
  iconClass: string;
365
374
  preloadedUserStatus: Record<string, any>;
366
375
  hideStatus: boolean;
@@ -1447,6 +1456,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1447
1456
  type: BooleanConstructor;
1448
1457
  default: boolean;
1449
1458
  };
1459
+ version: {
1460
+ type: (StringConstructor | NumberConstructor)[];
1461
+ default: undefined;
1462
+ };
1450
1463
  displayName: {
1451
1464
  type: StringConstructor;
1452
1465
  default: undefined;
@@ -1571,6 +1584,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1571
1584
  type: BooleanConstructor;
1572
1585
  default: boolean;
1573
1586
  };
1587
+ version: {
1588
+ type: (StringConstructor | NumberConstructor)[];
1589
+ default: undefined;
1590
+ };
1574
1591
  displayName: {
1575
1592
  type: StringConstructor;
1576
1593
  default: undefined;
@@ -1608,6 +1625,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1608
1625
  displayName: string;
1609
1626
  url: string;
1610
1627
  user: string;
1628
+ version: string | number;
1611
1629
  iconClass: string;
1612
1630
  preloadedUserStatus: Record<string, any>;
1613
1631
  hideStatus: boolean;
@@ -88,6 +88,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
+ version: {
92
+ type: (StringConstructor | NumberConstructor)[];
93
+ default: undefined;
94
+ };
91
95
  displayName: {
92
96
  type: StringConstructor;
93
97
  default: undefined;
@@ -212,6 +216,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
212
216
  type: BooleanConstructor;
213
217
  default: boolean;
214
218
  };
219
+ version: {
220
+ type: (StringConstructor | NumberConstructor)[];
221
+ default: undefined;
222
+ };
215
223
  displayName: {
216
224
  type: StringConstructor;
217
225
  default: undefined;
@@ -249,6 +257,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
249
257
  displayName: string;
250
258
  url: string;
251
259
  user: string;
260
+ version: string | number;
252
261
  iconClass: string;
253
262
  preloadedUserStatus: Record<string, any>;
254
263
  hideStatus: boolean;
@@ -168,6 +168,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
168
168
  type: BooleanConstructor;
169
169
  default: boolean;
170
170
  };
171
+ version: {
172
+ type: (StringConstructor | NumberConstructor)[];
173
+ default: undefined;
174
+ };
171
175
  displayName: {
172
176
  type: StringConstructor;
173
177
  default: undefined;
@@ -292,6 +296,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
292
296
  type: BooleanConstructor;
293
297
  default: boolean;
294
298
  };
299
+ version: {
300
+ type: (StringConstructor | NumberConstructor)[];
301
+ default: undefined;
302
+ };
295
303
  displayName: {
296
304
  type: StringConstructor;
297
305
  default: undefined;
@@ -329,6 +337,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
329
337
  displayName: string;
330
338
  url: string;
331
339
  user: string;
340
+ version: string | number;
332
341
  iconClass: string;
333
342
  preloadedUserStatus: Record<string, any>;
334
343
  hideStatus: boolean;
@@ -1026,6 +1035,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1026
1035
  type: BooleanConstructor;
1027
1036
  default: boolean;
1028
1037
  };
1038
+ version: {
1039
+ type: (StringConstructor | NumberConstructor)[];
1040
+ default: undefined;
1041
+ };
1029
1042
  displayName: {
1030
1043
  type: StringConstructor;
1031
1044
  default: undefined;
@@ -1150,6 +1163,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1150
1163
  type: BooleanConstructor;
1151
1164
  default: boolean;
1152
1165
  };
1166
+ version: {
1167
+ type: (StringConstructor | NumberConstructor)[];
1168
+ default: undefined;
1169
+ };
1153
1170
  displayName: {
1154
1171
  type: StringConstructor;
1155
1172
  default: undefined;
@@ -1187,6 +1204,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1187
1204
  displayName: string;
1188
1205
  url: string;
1189
1206
  user: string;
1207
+ version: string | number;
1190
1208
  iconClass: string;
1191
1209
  preloadedUserStatus: Record<string, any>;
1192
1210
  hideStatus: boolean;
@@ -196,6 +196,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
196
196
  type: BooleanConstructor;
197
197
  default: boolean;
198
198
  };
199
+ version: {
200
+ type: (StringConstructor | NumberConstructor)[];
201
+ default: undefined;
202
+ };
199
203
  displayName: {
200
204
  type: StringConstructor;
201
205
  default: undefined;
@@ -320,6 +324,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
320
324
  type: BooleanConstructor;
321
325
  default: boolean;
322
326
  };
327
+ version: {
328
+ type: (StringConstructor | NumberConstructor)[];
329
+ default: undefined;
330
+ };
323
331
  displayName: {
324
332
  type: StringConstructor;
325
333
  default: undefined;
@@ -357,6 +365,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
357
365
  displayName: string;
358
366
  url: string;
359
367
  user: string;
368
+ version: string | number;
360
369
  iconClass: string;
361
370
  preloadedUserStatus: Record<string, any>;
362
371
  hideStatus: boolean;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
3
+ * SPDX-License-Identifier: AGPL-3.0-or-later
4
+ */
5
+ /**
6
+ * Returns array of used non-standard tokens.
7
+ *
8
+ * @param format The format string.
9
+ */
10
+ export declare function checkForNonStandardTokens(format: string): string[];
@@ -236,6 +236,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
236
236
  type: BooleanConstructor;
237
237
  default: boolean;
238
238
  };
239
+ version: {
240
+ type: (StringConstructor | NumberConstructor)[];
241
+ default: undefined;
242
+ };
239
243
  displayName: {
240
244
  type: StringConstructor;
241
245
  default: undefined;
@@ -360,6 +364,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
360
364
  type: BooleanConstructor;
361
365
  default: boolean;
362
366
  };
367
+ version: {
368
+ type: (StringConstructor | NumberConstructor)[];
369
+ default: undefined;
370
+ };
363
371
  displayName: {
364
372
  type: StringConstructor;
365
373
  default: undefined;
@@ -397,6 +405,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
397
405
  displayName: string;
398
406
  url: string;
399
407
  user: string;
408
+ version: string | number;
400
409
  iconClass: string;
401
410
  preloadedUserStatus: Record<string, any>;
402
411
  hideStatus: boolean;