vuetify 3.5.8 → 3.5.10

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 (189) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +525 -13
  3. package/dist/json/importMap-labs.json +24 -8
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/tags.json +148 -0
  6. package/dist/json/web-types.json +2021 -147
  7. package/dist/vuetify-labs.css +2819 -2760
  8. package/dist/vuetify-labs.d.ts +5860 -2816
  9. package/dist/vuetify-labs.esm.js +1286 -248
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1286 -247
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +553 -547
  14. package/dist/vuetify.d.ts +2835 -2281
  15. package/dist/vuetify.esm.js +883 -408
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +882 -406
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1137 -1109
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +232 -100
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  40. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  41. package/lib/components/VColorPicker/_variables.scss +1 -0
  42. package/lib/components/VCombobox/VCombobox.mjs +10 -7
  43. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  44. package/lib/components/VCombobox/index.d.mts +232 -100
  45. package/lib/components/VDataTable/index.d.mts +6 -6
  46. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  47. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  49. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  50. package/lib/components/VDatePicker/index.d.mts +10 -10
  51. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  52. package/lib/components/VDialog/index.d.mts +12 -6
  53. package/lib/components/VDivider/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  55. package/lib/components/VField/VField.css +2 -0
  56. package/lib/components/VField/VField.mjs +1 -1
  57. package/lib/components/VField/VField.mjs.map +1 -1
  58. package/lib/components/VField/VField.sass +2 -0
  59. package/lib/components/VField/index.d.mts +28 -28
  60. package/lib/components/VFileInput/index.d.mts +133 -133
  61. package/lib/components/VFooter/index.d.mts +8 -8
  62. package/lib/components/VGrid/index.d.mts +32 -32
  63. package/lib/components/VIcon/VIcon.css +4 -0
  64. package/lib/components/VIcon/VIcon.mjs +7 -3
  65. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  66. package/lib/components/VIcon/VIcon.sass +4 -0
  67. package/lib/components/VIcon/_variables.scss +1 -0
  68. package/lib/components/VIcon/index.d.mts +25 -16
  69. package/lib/components/VImg/index.d.mts +4 -4
  70. package/lib/components/VInput/index.d.mts +21 -21
  71. package/lib/components/VKbd/index.d.mts +8 -8
  72. package/lib/components/VLabel/index.d.mts +8 -8
  73. package/lib/components/VLayout/index.d.mts +16 -16
  74. package/lib/components/VLazy/index.d.mts +8 -8
  75. package/lib/components/VList/VList.mjs +8 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListGroup.mjs +3 -1
  78. package/lib/components/VList/VListGroup.mjs.map +1 -1
  79. package/lib/components/VList/VListItem.mjs +17 -4
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/index.d.mts +156 -54
  82. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  83. package/lib/components/VMain/index.d.mts +8 -8
  84. package/lib/components/VMenu/VMenu.mjs +3 -0
  85. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  86. package/lib/components/VMenu/index.d.mts +14 -8
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  88. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  91. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  92. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  93. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  94. package/lib/components/VOtpInput/index.d.mts +31 -31
  95. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  96. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  97. package/lib/components/VOverlay/index.d.mts +3 -0
  98. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  99. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  100. package/lib/components/VPagination/index.d.mts +7 -7
  101. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  102. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  103. package/lib/components/VProgressLinear/index.d.mts +7 -7
  104. package/lib/components/VRadioGroup/index.d.mts +44 -44
  105. package/lib/components/VRangeSlider/index.d.mts +47 -47
  106. package/lib/components/VRating/index.d.mts +7 -7
  107. package/lib/components/VResponsive/index.d.mts +8 -8
  108. package/lib/components/VSelect/VSelect.mjs +5 -3
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +232 -100
  111. package/lib/components/VSheet/index.d.mts +8 -8
  112. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  113. package/lib/components/VSlider/index.d.mts +47 -47
  114. package/lib/components/VSnackbar/index.d.mts +25 -19
  115. package/lib/components/VStepper/index.d.mts +41 -41
  116. package/lib/components/VSwitch/index.d.mts +39 -39
  117. package/lib/components/VSystemBar/index.d.mts +8 -8
  118. package/lib/components/VTabs/index.d.mts +15 -15
  119. package/lib/components/VTextField/index.d.mts +173 -173
  120. package/lib/components/VTextarea/index.d.mts +119 -119
  121. package/lib/components/VThemeProvider/index.d.mts +8 -8
  122. package/lib/components/VTimeline/index.d.mts +8 -8
  123. package/lib/components/VToolbar/index.d.mts +8 -8
  124. package/lib/components/VTooltip/index.d.mts +14 -8
  125. package/lib/components/VWindow/index.d.mts +10 -10
  126. package/lib/components/index.d.mts +2478 -1943
  127. package/lib/components/transitions/index.d.mts +128 -128
  128. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  130. package/lib/composables/nested/activeStrategies.mjs +121 -0
  131. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  132. package/lib/composables/nested/nested.mjs +50 -1
  133. package/lib/composables/nested/nested.mjs.map +1 -1
  134. package/lib/composables/nested/selectStrategies.mjs +4 -2
  135. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  136. package/lib/composables/theme.mjs +1 -1
  137. package/lib/composables/theme.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +3 -2
  139. package/lib/entry-bundler.mjs.map +1 -1
  140. package/lib/framework.mjs +1 -1
  141. package/lib/framework.mjs.map +1 -1
  142. package/lib/iconsets/fa.mjs +2 -0
  143. package/lib/iconsets/fa.mjs.map +1 -1
  144. package/lib/iconsets/fa4.mjs +2 -0
  145. package/lib/iconsets/fa4.mjs.map +1 -1
  146. package/lib/iconsets/md.mjs +2 -0
  147. package/lib/iconsets/md.mjs.map +1 -1
  148. package/lib/iconsets/mdi-svg.mjs +2 -0
  149. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  150. package/lib/iconsets/mdi.mjs +2 -0
  151. package/lib/iconsets/mdi.mjs.map +1 -1
  152. package/lib/index.d.mts +48 -44
  153. package/lib/labs/VCalendar/index.d.mts +32 -32
  154. package/lib/labs/VFab/index.d.mts +15 -15
  155. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  156. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  157. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  158. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  159. package/lib/labs/VNumberInput/_variables.scss +1 -0
  160. package/lib/labs/VNumberInput/index.d.mts +607 -0
  161. package/lib/labs/VNumberInput/index.mjs +2 -0
  162. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  163. package/lib/labs/VPicker/index.d.mts +8 -8
  164. package/lib/labs/VSparkline/index.d.mts +7 -7
  165. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  166. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  167. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  168. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  169. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  170. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  171. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  172. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  173. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  174. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  175. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  176. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  177. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  178. package/lib/labs/VTreeview/index.d.mts +1975 -0
  179. package/lib/labs/VTreeview/index.mjs +4 -0
  180. package/lib/labs/VTreeview/index.mjs.map +1 -0
  181. package/lib/labs/VTreeview/shared.mjs +4 -0
  182. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  183. package/lib/labs/VTreeview/variables.scss +8 -0
  184. package/lib/labs/components.d.mts +4553 -1925
  185. package/lib/labs/components.mjs +4 -2
  186. package/lib/labs/components.mjs.map +1 -1
  187. package/lib/locale/no.mjs +1 -1
  188. package/lib/locale/no.mjs.map +1 -1
  189. package/package.json +2 -2
@@ -0,0 +1,1975 @@
1
+ import * as vue from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType } from 'vue';
3
+ // @ts-ignore
4
+ import * as vue_router from 'vue-router';
5
+
6
+ type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
7
+ $children?: (VNodeChild | (T extends {
8
+ default: infer V;
9
+ } ? V : {}) | {
10
+ [K in keyof T]?: T[K];
11
+ });
12
+ 'v-slots'?: {
13
+ [K in keyof T]?: T[K] | false;
14
+ };
15
+ } & {
16
+ [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
17
+ };
18
+ type RawSlots = Record<string, unknown>;
19
+ type Slot<T> = [T] extends [never] ? () => VNodeChild : (arg: T) => VNodeChild;
20
+ type VueSlot<T> = [T] extends [never] ? () => VNode[] : (arg: T) => VNode[];
21
+ type MakeInternalSlots<T extends RawSlots> = {
22
+ [K in keyof T]: Slot<T[K]>;
23
+ };
24
+ type MakeSlots<T extends RawSlots> = {
25
+ [K in keyof T]: VueSlot<T[K]>;
26
+ };
27
+ type GenericProps<Props, Slots extends Record<string, unknown>> = {
28
+ $props: Props & SlotsToProps<Slots>;
29
+ $slots: MakeSlots<Slots>;
30
+ };
31
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
32
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
33
+ }
34
+
35
+ declare function deepEqual(a: any, b: any): boolean;
36
+ type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
37
+
38
+ type Density = null | 'default' | 'comfortable' | 'compact';
39
+
40
+ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
41
+ declare const IconValue: PropType<IconValue>;
42
+
43
+ type ListItemSlot = {
44
+ isActive: boolean;
45
+ isSelected: boolean;
46
+ isIndeterminate: boolean;
47
+ select: (value: boolean) => void;
48
+ };
49
+ type ListItemTitleSlot = {
50
+ title?: string | number;
51
+ };
52
+ type ListItemSubtitleSlot = {
53
+ subtitle?: string | number;
54
+ };
55
+ type VListItemSlots = {
56
+ prepend: ListItemSlot;
57
+ append: ListItemSlot;
58
+ default: ListItemSlot;
59
+ title: ListItemTitleSlot;
60
+ subtitle: ListItemSubtitleSlot;
61
+ };
62
+
63
+ /**
64
+ * - match without highlight
65
+ * - single match (index), length already known
66
+ * - single match (start, end)
67
+ * - multiple matches (start, end), probably shouldn't overlap
68
+ */
69
+ type FilterMatch = boolean | number | [number, number] | [number, number][];
70
+ type FilterFunction = (value: string, query: string, item?: InternalItem) => FilterMatch;
71
+ type FilterKeyFunctions = Record<string, FilterFunction>;
72
+ type FilterKeys = string | string[];
73
+ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
74
+ interface InternalItem<T = any> {
75
+ value: any;
76
+ raw: T;
77
+ }
78
+
79
+ type OpenStrategyFn = (data: {
80
+ id: unknown;
81
+ value: boolean;
82
+ opened: Set<unknown>;
83
+ children: Map<unknown, unknown[]>;
84
+ parents: Map<unknown, unknown>;
85
+ event?: Event;
86
+ }) => Set<unknown>;
87
+ type OpenSelectStrategyFn = (data: {
88
+ id: unknown;
89
+ value: boolean;
90
+ opened: Set<unknown>;
91
+ selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
92
+ children: Map<unknown, unknown[]>;
93
+ parents: Map<unknown, unknown>;
94
+ event?: Event;
95
+ }) => Set<unknown> | null;
96
+ type OpenStrategy = {
97
+ open: OpenStrategyFn;
98
+ select: OpenSelectStrategyFn;
99
+ };
100
+
101
+ type SelectStrategyFn = (data: {
102
+ id: unknown;
103
+ value: boolean;
104
+ selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
105
+ children: Map<unknown, unknown[]>;
106
+ parents: Map<unknown, unknown>;
107
+ event?: Event;
108
+ }) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
109
+
110
+ type SelectStrategy = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategyFn;
111
+ type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
112
+
113
+ interface ListItem<T = any> extends InternalItem<T> {
114
+ title: string;
115
+ props: {
116
+ [key: string]: any;
117
+ title: string;
118
+ value: any;
119
+ };
120
+ children?: ListItem<T>[];
121
+ }
122
+
123
+ interface InternalListItem<T = any> extends ListItem<T> {
124
+ type?: 'item' | 'subheader' | 'divider';
125
+ }
126
+
127
+ type VListChildrenSlots<T> = {
128
+ [K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
129
+ item: T;
130
+ };
131
+ } & {
132
+ default: never;
133
+ item: {
134
+ props: InternalListItem['props'];
135
+ };
136
+ divider: {
137
+ props: InternalListItem['props'];
138
+ };
139
+ subheader: {
140
+ props: InternalListItem['props'];
141
+ };
142
+ header: {
143
+ props: InternalListItem['props'];
144
+ };
145
+ };
146
+
147
+ declare const VTreeview: {
148
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
149
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
150
+ style: vue.StyleValue;
151
+ disabled: boolean;
152
+ tag: string;
153
+ mandatory: boolean;
154
+ tile: boolean;
155
+ density: Density;
156
+ slim: boolean;
157
+ valueComparator: typeof deepEqual;
158
+ activatable: boolean;
159
+ selectable: boolean;
160
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
161
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
162
+ collapseIcon: string;
163
+ expandIcon: string;
164
+ lines: false | "one" | "two" | "three";
165
+ returnObject: boolean;
166
+ filterMode: FilterMode;
167
+ noFilter: boolean;
168
+ filterKeys: NonNullable<FilterKeys>;
169
+ itemTitle: SelectItemKey;
170
+ itemValue: SelectItemKey;
171
+ itemChildren: SelectItemKey;
172
+ itemProps: SelectItemKey;
173
+ itemType: string;
174
+ loadingIcon: string;
175
+ openAll: boolean;
176
+ } & {
177
+ search?: string | undefined;
178
+ height?: string | number | undefined;
179
+ width?: string | number | undefined;
180
+ border?: string | number | boolean | undefined;
181
+ color?: string | undefined;
182
+ maxHeight?: string | number | undefined;
183
+ maxWidth?: string | number | undefined;
184
+ minHeight?: string | number | undefined;
185
+ minWidth?: string | number | undefined;
186
+ activated?: readonly unknown[] | undefined;
187
+ class?: any;
188
+ selected?: readonly unknown[] | undefined;
189
+ elevation?: string | number | undefined;
190
+ theme?: string | undefined;
191
+ rounded?: string | number | boolean | undefined;
192
+ bgColor?: string | undefined;
193
+ baseColor?: string | undefined;
194
+ activeClass?: string | undefined;
195
+ opened?: readonly unknown[] | undefined;
196
+ activeStrategy?: SelectStrategy | undefined;
197
+ activeColor?: string | undefined;
198
+ customFilter?: FilterFunction | undefined;
199
+ customKeyFilter?: FilterKeyFunctions | undefined;
200
+ loadChildren?: ((item: unknown) => Promise<void>) | undefined;
201
+ } & {
202
+ "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
203
+ "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
204
+ "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
205
+ "onClick:open"?: ((value: {
206
+ id: unknown;
207
+ value: boolean;
208
+ path: unknown[];
209
+ }) => any) | undefined;
210
+ "onClick:select"?: ((value: {
211
+ id: unknown;
212
+ value: boolean;
213
+ path: unknown[];
214
+ }) => any) | undefined;
215
+ }, {
216
+ open: typeof open;
217
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
218
+ 'update:opened': (val: unknown[]) => boolean;
219
+ 'update:activated': (val: unknown[]) => boolean;
220
+ 'update:selected': (val: unknown[]) => boolean;
221
+ 'click:open': (value: {
222
+ id: unknown;
223
+ value: boolean;
224
+ path: unknown[];
225
+ }) => boolean;
226
+ 'click:select': (value: {
227
+ id: unknown;
228
+ value: boolean;
229
+ path: unknown[];
230
+ }) => boolean;
231
+ }, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
232
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
233
+ style: vue.StyleValue;
234
+ disabled: boolean;
235
+ tag: string;
236
+ mandatory: boolean;
237
+ tile: boolean;
238
+ density: Density;
239
+ slim: boolean;
240
+ valueComparator: typeof deepEqual;
241
+ activatable: boolean;
242
+ selectable: boolean;
243
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
244
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
245
+ collapseIcon: string;
246
+ expandIcon: string;
247
+ lines: false | "one" | "two" | "three";
248
+ returnObject: boolean;
249
+ filterMode: FilterMode;
250
+ noFilter: boolean;
251
+ filterKeys: NonNullable<FilterKeys>;
252
+ itemTitle: SelectItemKey;
253
+ itemValue: SelectItemKey;
254
+ itemChildren: SelectItemKey;
255
+ itemProps: SelectItemKey;
256
+ itemType: string;
257
+ loadingIcon: string;
258
+ openAll: boolean;
259
+ } & {
260
+ search?: string | undefined;
261
+ height?: string | number | undefined;
262
+ width?: string | number | undefined;
263
+ border?: string | number | boolean | undefined;
264
+ color?: string | undefined;
265
+ maxHeight?: string | number | undefined;
266
+ maxWidth?: string | number | undefined;
267
+ minHeight?: string | number | undefined;
268
+ minWidth?: string | number | undefined;
269
+ activated?: readonly unknown[] | undefined;
270
+ class?: any;
271
+ selected?: readonly unknown[] | undefined;
272
+ elevation?: string | number | undefined;
273
+ theme?: string | undefined;
274
+ rounded?: string | number | boolean | undefined;
275
+ bgColor?: string | undefined;
276
+ baseColor?: string | undefined;
277
+ activeClass?: string | undefined;
278
+ opened?: readonly unknown[] | undefined;
279
+ activeStrategy?: SelectStrategy | undefined;
280
+ activeColor?: string | undefined;
281
+ customFilter?: FilterFunction | undefined;
282
+ customKeyFilter?: FilterKeyFunctions | undefined;
283
+ loadChildren?: ((item: unknown) => Promise<void>) | undefined;
284
+ } & {
285
+ "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
286
+ "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
287
+ "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
288
+ "onClick:open"?: ((value: {
289
+ id: unknown;
290
+ value: boolean;
291
+ path: unknown[];
292
+ }) => any) | undefined;
293
+ "onClick:select"?: ((value: {
294
+ id: unknown;
295
+ value: boolean;
296
+ path: unknown[];
297
+ }) => any) | undefined;
298
+ }, {
299
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
300
+ style: vue.StyleValue;
301
+ disabled: boolean;
302
+ tag: string;
303
+ mandatory: boolean;
304
+ rounded: string | number | boolean;
305
+ tile: boolean;
306
+ density: Density;
307
+ slim: boolean;
308
+ valueComparator: typeof deepEqual;
309
+ activatable: boolean;
310
+ selectable: boolean;
311
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
312
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
313
+ collapseIcon: string;
314
+ expandIcon: string;
315
+ lines: false | "one" | "two" | "three";
316
+ returnObject: boolean;
317
+ filterMode: FilterMode;
318
+ noFilter: boolean;
319
+ filterKeys: NonNullable<FilterKeys>;
320
+ itemTitle: SelectItemKey;
321
+ itemValue: SelectItemKey;
322
+ itemChildren: SelectItemKey;
323
+ itemProps: SelectItemKey;
324
+ itemType: string;
325
+ loadingIcon: string;
326
+ openAll: boolean;
327
+ }, true, {}, vue.SlotsType<Partial<{
328
+ title: (arg: ListItemTitleSlot & {
329
+ item: unknown;
330
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
331
+ [key: string]: any;
332
+ }>[];
333
+ append: (arg: {
334
+ isActive: boolean;
335
+ isSelected: boolean;
336
+ isIndeterminate: boolean;
337
+ select: (value: boolean) => void;
338
+ } & {
339
+ item: unknown;
340
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
341
+ [key: string]: any;
342
+ }>[];
343
+ prepend: (arg: {
344
+ isActive: boolean;
345
+ isSelected: boolean;
346
+ isIndeterminate: boolean;
347
+ select: (value: boolean) => void;
348
+ } & {
349
+ item: unknown;
350
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
351
+ [key: string]: any;
352
+ }>[];
353
+ subtitle: (arg: ListItemSubtitleSlot & {
354
+ item: unknown;
355
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
356
+ [key: string]: any;
357
+ }>[];
358
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
359
+ [key: string]: any;
360
+ }>[];
361
+ item: (arg: {
362
+ props: {
363
+ [key: string]: any;
364
+ title: string;
365
+ value: any;
366
+ };
367
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
368
+ [key: string]: any;
369
+ }>[];
370
+ divider: (arg: {
371
+ props: {
372
+ [key: string]: any;
373
+ title: string;
374
+ value: any;
375
+ };
376
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
377
+ [key: string]: any;
378
+ }>[];
379
+ subheader: (arg: {
380
+ props: {
381
+ [key: string]: any;
382
+ title: string;
383
+ value: any;
384
+ };
385
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
386
+ [key: string]: any;
387
+ }>[];
388
+ header: (arg: {
389
+ props: {
390
+ [key: string]: any;
391
+ title: string;
392
+ value: any;
393
+ };
394
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
395
+ [key: string]: any;
396
+ }>[];
397
+ }>>, {
398
+ P: {};
399
+ B: {};
400
+ D: {};
401
+ C: {};
402
+ M: {};
403
+ Defaults: {};
404
+ }, {
405
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
406
+ style: vue.StyleValue;
407
+ disabled: boolean;
408
+ tag: string;
409
+ mandatory: boolean;
410
+ tile: boolean;
411
+ density: Density;
412
+ slim: boolean;
413
+ valueComparator: typeof deepEqual;
414
+ activatable: boolean;
415
+ selectable: boolean;
416
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
417
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
418
+ collapseIcon: string;
419
+ expandIcon: string;
420
+ lines: false | "one" | "two" | "three";
421
+ returnObject: boolean;
422
+ filterMode: FilterMode;
423
+ noFilter: boolean;
424
+ filterKeys: NonNullable<FilterKeys>;
425
+ itemTitle: SelectItemKey;
426
+ itemValue: SelectItemKey;
427
+ itemChildren: SelectItemKey;
428
+ itemProps: SelectItemKey;
429
+ itemType: string;
430
+ loadingIcon: string;
431
+ openAll: boolean;
432
+ } & {
433
+ search?: string | undefined;
434
+ height?: string | number | undefined;
435
+ width?: string | number | undefined;
436
+ border?: string | number | boolean | undefined;
437
+ color?: string | undefined;
438
+ maxHeight?: string | number | undefined;
439
+ maxWidth?: string | number | undefined;
440
+ minHeight?: string | number | undefined;
441
+ minWidth?: string | number | undefined;
442
+ activated?: readonly unknown[] | undefined;
443
+ class?: any;
444
+ selected?: readonly unknown[] | undefined;
445
+ elevation?: string | number | undefined;
446
+ theme?: string | undefined;
447
+ rounded?: string | number | boolean | undefined;
448
+ bgColor?: string | undefined;
449
+ baseColor?: string | undefined;
450
+ activeClass?: string | undefined;
451
+ opened?: readonly unknown[] | undefined;
452
+ activeStrategy?: SelectStrategy | undefined;
453
+ activeColor?: string | undefined;
454
+ customFilter?: FilterFunction | undefined;
455
+ customKeyFilter?: FilterKeyFunctions | undefined;
456
+ loadChildren?: ((item: unknown) => Promise<void>) | undefined;
457
+ } & {
458
+ "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
459
+ "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
460
+ "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
461
+ "onClick:open"?: ((value: {
462
+ id: unknown;
463
+ value: boolean;
464
+ path: unknown[];
465
+ }) => any) | undefined;
466
+ "onClick:select"?: ((value: {
467
+ id: unknown;
468
+ value: boolean;
469
+ path: unknown[];
470
+ }) => any) | undefined;
471
+ }, {
472
+ open: typeof open;
473
+ }, {}, {}, {}, {
474
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
475
+ style: vue.StyleValue;
476
+ disabled: boolean;
477
+ tag: string;
478
+ mandatory: boolean;
479
+ rounded: string | number | boolean;
480
+ tile: boolean;
481
+ density: Density;
482
+ slim: boolean;
483
+ valueComparator: typeof deepEqual;
484
+ activatable: boolean;
485
+ selectable: boolean;
486
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
487
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
488
+ collapseIcon: string;
489
+ expandIcon: string;
490
+ lines: false | "one" | "two" | "three";
491
+ returnObject: boolean;
492
+ filterMode: FilterMode;
493
+ noFilter: boolean;
494
+ filterKeys: NonNullable<FilterKeys>;
495
+ itemTitle: SelectItemKey;
496
+ itemValue: SelectItemKey;
497
+ itemChildren: SelectItemKey;
498
+ itemProps: SelectItemKey;
499
+ itemType: string;
500
+ loadingIcon: string;
501
+ openAll: boolean;
502
+ }>;
503
+ __isFragment?: undefined;
504
+ __isTeleport?: undefined;
505
+ __isSuspense?: undefined;
506
+ } & vue.ComponentOptionsBase<{
507
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
508
+ style: vue.StyleValue;
509
+ disabled: boolean;
510
+ tag: string;
511
+ mandatory: boolean;
512
+ tile: boolean;
513
+ density: Density;
514
+ slim: boolean;
515
+ valueComparator: typeof deepEqual;
516
+ activatable: boolean;
517
+ selectable: boolean;
518
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
519
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
520
+ collapseIcon: string;
521
+ expandIcon: string;
522
+ lines: false | "one" | "two" | "three";
523
+ returnObject: boolean;
524
+ filterMode: FilterMode;
525
+ noFilter: boolean;
526
+ filterKeys: NonNullable<FilterKeys>;
527
+ itemTitle: SelectItemKey;
528
+ itemValue: SelectItemKey;
529
+ itemChildren: SelectItemKey;
530
+ itemProps: SelectItemKey;
531
+ itemType: string;
532
+ loadingIcon: string;
533
+ openAll: boolean;
534
+ } & {
535
+ search?: string | undefined;
536
+ height?: string | number | undefined;
537
+ width?: string | number | undefined;
538
+ border?: string | number | boolean | undefined;
539
+ color?: string | undefined;
540
+ maxHeight?: string | number | undefined;
541
+ maxWidth?: string | number | undefined;
542
+ minHeight?: string | number | undefined;
543
+ minWidth?: string | number | undefined;
544
+ activated?: readonly unknown[] | undefined;
545
+ class?: any;
546
+ selected?: readonly unknown[] | undefined;
547
+ elevation?: string | number | undefined;
548
+ theme?: string | undefined;
549
+ rounded?: string | number | boolean | undefined;
550
+ bgColor?: string | undefined;
551
+ baseColor?: string | undefined;
552
+ activeClass?: string | undefined;
553
+ opened?: readonly unknown[] | undefined;
554
+ activeStrategy?: SelectStrategy | undefined;
555
+ activeColor?: string | undefined;
556
+ customFilter?: FilterFunction | undefined;
557
+ customKeyFilter?: FilterKeyFunctions | undefined;
558
+ loadChildren?: ((item: unknown) => Promise<void>) | undefined;
559
+ } & {
560
+ "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
561
+ "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
562
+ "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
563
+ "onClick:open"?: ((value: {
564
+ id: unknown;
565
+ value: boolean;
566
+ path: unknown[];
567
+ }) => any) | undefined;
568
+ "onClick:select"?: ((value: {
569
+ id: unknown;
570
+ value: boolean;
571
+ path: unknown[];
572
+ }) => any) | undefined;
573
+ }, {
574
+ open: typeof open;
575
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
576
+ 'update:opened': (val: unknown[]) => boolean;
577
+ 'update:activated': (val: unknown[]) => boolean;
578
+ 'update:selected': (val: unknown[]) => boolean;
579
+ 'click:open': (value: {
580
+ id: unknown;
581
+ value: boolean;
582
+ path: unknown[];
583
+ }) => boolean;
584
+ 'click:select': (value: {
585
+ id: unknown;
586
+ value: boolean;
587
+ path: unknown[];
588
+ }) => boolean;
589
+ }, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, string, {
590
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
591
+ style: vue.StyleValue;
592
+ disabled: boolean;
593
+ tag: string;
594
+ mandatory: boolean;
595
+ rounded: string | number | boolean;
596
+ tile: boolean;
597
+ density: Density;
598
+ slim: boolean;
599
+ valueComparator: typeof deepEqual;
600
+ activatable: boolean;
601
+ selectable: boolean;
602
+ selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
603
+ openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
604
+ collapseIcon: string;
605
+ expandIcon: string;
606
+ lines: false | "one" | "two" | "three";
607
+ returnObject: boolean;
608
+ filterMode: FilterMode;
609
+ noFilter: boolean;
610
+ filterKeys: NonNullable<FilterKeys>;
611
+ itemTitle: SelectItemKey;
612
+ itemValue: SelectItemKey;
613
+ itemChildren: SelectItemKey;
614
+ itemProps: SelectItemKey;
615
+ itemType: string;
616
+ loadingIcon: string;
617
+ openAll: boolean;
618
+ }, {}, string, vue.SlotsType<Partial<{
619
+ title: (arg: ListItemTitleSlot & {
620
+ item: unknown;
621
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
622
+ [key: string]: any;
623
+ }>[];
624
+ append: (arg: {
625
+ isActive: boolean;
626
+ isSelected: boolean;
627
+ isIndeterminate: boolean;
628
+ select: (value: boolean) => void;
629
+ } & {
630
+ item: unknown;
631
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
632
+ [key: string]: any;
633
+ }>[];
634
+ prepend: (arg: {
635
+ isActive: boolean;
636
+ isSelected: boolean;
637
+ isIndeterminate: boolean;
638
+ select: (value: boolean) => void;
639
+ } & {
640
+ item: unknown;
641
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
642
+ [key: string]: any;
643
+ }>[];
644
+ subtitle: (arg: ListItemSubtitleSlot & {
645
+ item: unknown;
646
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
647
+ [key: string]: any;
648
+ }>[];
649
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
650
+ [key: string]: any;
651
+ }>[];
652
+ item: (arg: {
653
+ props: {
654
+ [key: string]: any;
655
+ title: string;
656
+ value: any;
657
+ };
658
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
659
+ [key: string]: any;
660
+ }>[];
661
+ divider: (arg: {
662
+ props: {
663
+ [key: string]: any;
664
+ title: string;
665
+ value: any;
666
+ };
667
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
668
+ [key: string]: any;
669
+ }>[];
670
+ subheader: (arg: {
671
+ props: {
672
+ [key: string]: any;
673
+ title: string;
674
+ value: any;
675
+ };
676
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
677
+ [key: string]: any;
678
+ }>[];
679
+ header: (arg: {
680
+ props: {
681
+ [key: string]: any;
682
+ title: string;
683
+ value: any;
684
+ };
685
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
686
+ [key: string]: any;
687
+ }>[];
688
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
689
+ items?: T[] | undefined;
690
+ }, slots: VListChildrenSlots<T>) => GenericProps<{
691
+ items?: T[] | undefined;
692
+ }, VListChildrenSlots<T>>) & FilterPropsOptions<{
693
+ variant: Omit<{
694
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
695
+ default: string;
696
+ validator: (v: any) => boolean;
697
+ }, "type" | "default"> & {
698
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
699
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
700
+ };
701
+ height: (StringConstructor | NumberConstructor)[];
702
+ width: (StringConstructor | NumberConstructor)[];
703
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
704
+ color: StringConstructor;
705
+ maxHeight: (StringConstructor | NumberConstructor)[];
706
+ maxWidth: (StringConstructor | NumberConstructor)[];
707
+ minHeight: (StringConstructor | NumberConstructor)[];
708
+ minWidth: (StringConstructor | NumberConstructor)[];
709
+ style: {
710
+ type: vue.PropType<vue.StyleValue>;
711
+ default: null;
712
+ };
713
+ disabled: BooleanConstructor;
714
+ activated: vue.PropType<readonly unknown[]>;
715
+ class: vue.PropType<any>;
716
+ tag: {
717
+ type: StringConstructor;
718
+ default: string;
719
+ };
720
+ mandatory: BooleanConstructor;
721
+ selected: vue.PropType<readonly unknown[]>;
722
+ elevation: {
723
+ type: (StringConstructor | NumberConstructor)[];
724
+ validator(v: any): boolean;
725
+ };
726
+ theme: StringConstructor;
727
+ rounded: {
728
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
729
+ default: undefined;
730
+ };
731
+ items: {
732
+ type: vue.PropType<any[]>;
733
+ default: () => never[];
734
+ };
735
+ tile: BooleanConstructor;
736
+ density: {
737
+ type: vue.PropType<Density>;
738
+ default: string;
739
+ validator: (v: any) => boolean;
740
+ };
741
+ bgColor: StringConstructor;
742
+ slim: {
743
+ type: vue.PropType<boolean>;
744
+ default: boolean;
745
+ };
746
+ valueComparator: {
747
+ type: vue.PropType<typeof deepEqual>;
748
+ default: typeof deepEqual;
749
+ };
750
+ baseColor: StringConstructor;
751
+ activeClass: StringConstructor;
752
+ opened: vue.PropType<readonly unknown[]>;
753
+ activatable: BooleanConstructor;
754
+ selectable: BooleanConstructor;
755
+ activeStrategy: vue.PropType<SelectStrategy>;
756
+ selectStrategy: Omit<{
757
+ type: vue.PropType<NonNullable<SelectStrategy>>;
758
+ default: NonNullable<SelectStrategy>;
759
+ }, "type" | "default"> & {
760
+ type: vue.PropType<NonNullable<NonNullable<SelectStrategy>>>;
761
+ default: NonNullable<NonNullable<SelectStrategy>>;
762
+ };
763
+ openStrategy: Omit<{
764
+ type: vue.PropType<NonNullable<OpenStrategyProp>>;
765
+ default: NonNullable<OpenStrategyProp>;
766
+ }, "type" | "default"> & {
767
+ type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
768
+ default: NonNullable<NonNullable<OpenStrategyProp>>;
769
+ };
770
+ activeColor: StringConstructor;
771
+ collapseIcon: {
772
+ type: vue.PropType<string>;
773
+ default: string;
774
+ };
775
+ expandIcon: {
776
+ type: vue.PropType<string>;
777
+ default: string;
778
+ };
779
+ lines: {
780
+ type: vue.PropType<false | "one" | "two" | "three">;
781
+ default: string;
782
+ };
783
+ returnObject: BooleanConstructor;
784
+ itemTitle: {
785
+ type: vue.PropType<SelectItemKey>;
786
+ default: string;
787
+ };
788
+ itemValue: {
789
+ type: vue.PropType<SelectItemKey>;
790
+ default: string;
791
+ };
792
+ itemChildren: {
793
+ type: vue.PropType<SelectItemKey>;
794
+ default: string;
795
+ };
796
+ itemProps: {
797
+ type: vue.PropType<SelectItemKey>;
798
+ default: string;
799
+ };
800
+ itemType: {
801
+ type: StringConstructor;
802
+ default: string;
803
+ };
804
+ loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
805
+ loadingIcon: {
806
+ type: StringConstructor;
807
+ default: string;
808
+ };
809
+ customFilter: vue.PropType<FilterFunction>;
810
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
811
+ filterKeys: {
812
+ type: vue.PropType<NonNullable<FilterKeys>>;
813
+ default: NonNullable<FilterKeys>;
814
+ };
815
+ filterMode: {
816
+ type: vue.PropType<FilterMode>;
817
+ default: string;
818
+ };
819
+ noFilter: BooleanConstructor;
820
+ openAll: BooleanConstructor;
821
+ search: StringConstructor;
822
+ }, vue.ExtractPropTypes<{
823
+ variant: Omit<{
824
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
825
+ default: string;
826
+ validator: (v: any) => boolean;
827
+ }, "type" | "default"> & {
828
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
829
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
830
+ };
831
+ height: (StringConstructor | NumberConstructor)[];
832
+ width: (StringConstructor | NumberConstructor)[];
833
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
834
+ color: StringConstructor;
835
+ maxHeight: (StringConstructor | NumberConstructor)[];
836
+ maxWidth: (StringConstructor | NumberConstructor)[];
837
+ minHeight: (StringConstructor | NumberConstructor)[];
838
+ minWidth: (StringConstructor | NumberConstructor)[];
839
+ style: {
840
+ type: vue.PropType<vue.StyleValue>;
841
+ default: null;
842
+ };
843
+ disabled: BooleanConstructor;
844
+ activated: vue.PropType<readonly unknown[]>;
845
+ class: vue.PropType<any>;
846
+ tag: {
847
+ type: StringConstructor;
848
+ default: string;
849
+ };
850
+ mandatory: BooleanConstructor;
851
+ selected: vue.PropType<readonly unknown[]>;
852
+ elevation: {
853
+ type: (StringConstructor | NumberConstructor)[];
854
+ validator(v: any): boolean;
855
+ };
856
+ theme: StringConstructor;
857
+ rounded: {
858
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
859
+ default: undefined;
860
+ };
861
+ items: {
862
+ type: vue.PropType<any[]>;
863
+ default: () => never[];
864
+ };
865
+ tile: BooleanConstructor;
866
+ density: {
867
+ type: vue.PropType<Density>;
868
+ default: string;
869
+ validator: (v: any) => boolean;
870
+ };
871
+ bgColor: StringConstructor;
872
+ slim: {
873
+ type: vue.PropType<boolean>;
874
+ default: boolean;
875
+ };
876
+ valueComparator: {
877
+ type: vue.PropType<typeof deepEqual>;
878
+ default: typeof deepEqual;
879
+ };
880
+ baseColor: StringConstructor;
881
+ activeClass: StringConstructor;
882
+ opened: vue.PropType<readonly unknown[]>;
883
+ activatable: BooleanConstructor;
884
+ selectable: BooleanConstructor;
885
+ activeStrategy: vue.PropType<SelectStrategy>;
886
+ selectStrategy: Omit<{
887
+ type: vue.PropType<NonNullable<SelectStrategy>>;
888
+ default: NonNullable<SelectStrategy>;
889
+ }, "type" | "default"> & {
890
+ type: vue.PropType<NonNullable<NonNullable<SelectStrategy>>>;
891
+ default: NonNullable<NonNullable<SelectStrategy>>;
892
+ };
893
+ openStrategy: Omit<{
894
+ type: vue.PropType<NonNullable<OpenStrategyProp>>;
895
+ default: NonNullable<OpenStrategyProp>;
896
+ }, "type" | "default"> & {
897
+ type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
898
+ default: NonNullable<NonNullable<OpenStrategyProp>>;
899
+ };
900
+ activeColor: StringConstructor;
901
+ collapseIcon: {
902
+ type: vue.PropType<string>;
903
+ default: string;
904
+ };
905
+ expandIcon: {
906
+ type: vue.PropType<string>;
907
+ default: string;
908
+ };
909
+ lines: {
910
+ type: vue.PropType<false | "one" | "two" | "three">;
911
+ default: string;
912
+ };
913
+ returnObject: BooleanConstructor;
914
+ itemTitle: {
915
+ type: vue.PropType<SelectItemKey>;
916
+ default: string;
917
+ };
918
+ itemValue: {
919
+ type: vue.PropType<SelectItemKey>;
920
+ default: string;
921
+ };
922
+ itemChildren: {
923
+ type: vue.PropType<SelectItemKey>;
924
+ default: string;
925
+ };
926
+ itemProps: {
927
+ type: vue.PropType<SelectItemKey>;
928
+ default: string;
929
+ };
930
+ itemType: {
931
+ type: StringConstructor;
932
+ default: string;
933
+ };
934
+ loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
935
+ loadingIcon: {
936
+ type: StringConstructor;
937
+ default: string;
938
+ };
939
+ customFilter: vue.PropType<FilterFunction>;
940
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
941
+ filterKeys: {
942
+ type: vue.PropType<NonNullable<FilterKeys>>;
943
+ default: NonNullable<FilterKeys>;
944
+ };
945
+ filterMode: {
946
+ type: vue.PropType<FilterMode>;
947
+ default: string;
948
+ };
949
+ noFilter: BooleanConstructor;
950
+ openAll: BooleanConstructor;
951
+ search: StringConstructor;
952
+ }>>;
953
+ type VTreeview = InstanceType<typeof VTreeview>;
954
+
955
+ declare const VTreeviewItem: {
956
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
957
+ replace: boolean;
958
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
959
+ exact: boolean;
960
+ loading: boolean;
961
+ nav: boolean;
962
+ style: vue.StyleValue;
963
+ disabled: boolean;
964
+ tag: string;
965
+ tile: boolean;
966
+ density: Density;
967
+ slim: boolean;
968
+ ripple: boolean | {
969
+ class: string;
970
+ } | undefined;
971
+ } & {
972
+ link?: boolean | undefined;
973
+ height?: string | number | undefined;
974
+ width?: string | number | undefined;
975
+ active?: boolean | undefined;
976
+ border?: string | number | boolean | undefined;
977
+ color?: string | undefined;
978
+ maxHeight?: string | number | undefined;
979
+ maxWidth?: string | number | undefined;
980
+ minHeight?: string | number | undefined;
981
+ minWidth?: string | number | undefined;
982
+ value?: any;
983
+ title?: string | number | undefined;
984
+ class?: any;
985
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
986
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
987
+ href?: string | undefined;
988
+ elevation?: string | number | undefined;
989
+ to?: vue_router.RouteLocationRaw | undefined;
990
+ theme?: string | undefined;
991
+ rounded?: string | number | boolean | undefined;
992
+ prependIcon?: IconValue | undefined;
993
+ appendIcon?: IconValue | undefined;
994
+ baseColor?: string | undefined;
995
+ activeClass?: string | undefined;
996
+ appendAvatar?: string | undefined;
997
+ prependAvatar?: string | undefined;
998
+ activeColor?: string | undefined;
999
+ subtitle?: string | number | undefined;
1000
+ lines?: "one" | "two" | "three" | undefined;
1001
+ toggleIcon?: IconValue | undefined;
1002
+ } & {
1003
+ $children?: vue.VNodeChild | {
1004
+ prepend?: ((arg: {
1005
+ isActive: boolean;
1006
+ isSelected: boolean;
1007
+ isIndeterminate: boolean;
1008
+ select: (value: boolean) => void;
1009
+ }) => vue.VNodeChild) | undefined;
1010
+ append?: ((arg: {
1011
+ isActive: boolean;
1012
+ isSelected: boolean;
1013
+ isIndeterminate: boolean;
1014
+ select: (value: boolean) => void;
1015
+ }) => vue.VNodeChild) | undefined;
1016
+ default?: ((arg: {
1017
+ isActive: boolean;
1018
+ isSelected: boolean;
1019
+ isIndeterminate: boolean;
1020
+ select: (value: boolean) => void;
1021
+ }) => vue.VNodeChild) | undefined;
1022
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1023
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1024
+ } | ((arg: {
1025
+ isActive: boolean;
1026
+ isSelected: boolean;
1027
+ isIndeterminate: boolean;
1028
+ select: (value: boolean) => void;
1029
+ }) => vue.VNodeChild);
1030
+ 'v-slots'?: {
1031
+ prepend?: false | ((arg: {
1032
+ isActive: boolean;
1033
+ isSelected: boolean;
1034
+ isIndeterminate: boolean;
1035
+ select: (value: boolean) => void;
1036
+ }) => vue.VNodeChild) | undefined;
1037
+ append?: false | ((arg: {
1038
+ isActive: boolean;
1039
+ isSelected: boolean;
1040
+ isIndeterminate: boolean;
1041
+ select: (value: boolean) => void;
1042
+ }) => vue.VNodeChild) | undefined;
1043
+ default?: false | ((arg: {
1044
+ isActive: boolean;
1045
+ isSelected: boolean;
1046
+ isIndeterminate: boolean;
1047
+ select: (value: boolean) => void;
1048
+ }) => vue.VNodeChild) | undefined;
1049
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1050
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1051
+ } | undefined;
1052
+ } & {
1053
+ "v-slot:prepend"?: false | ((arg: {
1054
+ isActive: boolean;
1055
+ isSelected: boolean;
1056
+ isIndeterminate: boolean;
1057
+ select: (value: boolean) => void;
1058
+ }) => vue.VNodeChild) | undefined;
1059
+ "v-slot:append"?: false | ((arg: {
1060
+ isActive: boolean;
1061
+ isSelected: boolean;
1062
+ isIndeterminate: boolean;
1063
+ select: (value: boolean) => void;
1064
+ }) => vue.VNodeChild) | undefined;
1065
+ "v-slot:default"?: false | ((arg: {
1066
+ isActive: boolean;
1067
+ isSelected: boolean;
1068
+ isIndeterminate: boolean;
1069
+ select: (value: boolean) => void;
1070
+ }) => vue.VNodeChild) | undefined;
1071
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1072
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1073
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1074
+ replace: boolean;
1075
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1076
+ exact: boolean;
1077
+ loading: boolean;
1078
+ nav: boolean;
1079
+ style: vue.StyleValue;
1080
+ disabled: boolean;
1081
+ tag: string;
1082
+ tile: boolean;
1083
+ density: Density;
1084
+ slim: boolean;
1085
+ ripple: boolean | {
1086
+ class: string;
1087
+ } | undefined;
1088
+ } & {
1089
+ link?: boolean | undefined;
1090
+ height?: string | number | undefined;
1091
+ width?: string | number | undefined;
1092
+ active?: boolean | undefined;
1093
+ border?: string | number | boolean | undefined;
1094
+ color?: string | undefined;
1095
+ maxHeight?: string | number | undefined;
1096
+ maxWidth?: string | number | undefined;
1097
+ minHeight?: string | number | undefined;
1098
+ minWidth?: string | number | undefined;
1099
+ value?: any;
1100
+ title?: string | number | undefined;
1101
+ class?: any;
1102
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
1103
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
1104
+ href?: string | undefined;
1105
+ elevation?: string | number | undefined;
1106
+ to?: vue_router.RouteLocationRaw | undefined;
1107
+ theme?: string | undefined;
1108
+ rounded?: string | number | boolean | undefined;
1109
+ prependIcon?: IconValue | undefined;
1110
+ appendIcon?: IconValue | undefined;
1111
+ baseColor?: string | undefined;
1112
+ activeClass?: string | undefined;
1113
+ appendAvatar?: string | undefined;
1114
+ prependAvatar?: string | undefined;
1115
+ activeColor?: string | undefined;
1116
+ subtitle?: string | number | undefined;
1117
+ lines?: "one" | "two" | "three" | undefined;
1118
+ toggleIcon?: IconValue | undefined;
1119
+ } & {
1120
+ $children?: vue.VNodeChild | {
1121
+ prepend?: ((arg: {
1122
+ isActive: boolean;
1123
+ isSelected: boolean;
1124
+ isIndeterminate: boolean;
1125
+ select: (value: boolean) => void;
1126
+ }) => vue.VNodeChild) | undefined;
1127
+ append?: ((arg: {
1128
+ isActive: boolean;
1129
+ isSelected: boolean;
1130
+ isIndeterminate: boolean;
1131
+ select: (value: boolean) => void;
1132
+ }) => vue.VNodeChild) | undefined;
1133
+ default?: ((arg: {
1134
+ isActive: boolean;
1135
+ isSelected: boolean;
1136
+ isIndeterminate: boolean;
1137
+ select: (value: boolean) => void;
1138
+ }) => vue.VNodeChild) | undefined;
1139
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1140
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1141
+ } | ((arg: {
1142
+ isActive: boolean;
1143
+ isSelected: boolean;
1144
+ isIndeterminate: boolean;
1145
+ select: (value: boolean) => void;
1146
+ }) => vue.VNodeChild);
1147
+ 'v-slots'?: {
1148
+ prepend?: false | ((arg: {
1149
+ isActive: boolean;
1150
+ isSelected: boolean;
1151
+ isIndeterminate: boolean;
1152
+ select: (value: boolean) => void;
1153
+ }) => vue.VNodeChild) | undefined;
1154
+ append?: false | ((arg: {
1155
+ isActive: boolean;
1156
+ isSelected: boolean;
1157
+ isIndeterminate: boolean;
1158
+ select: (value: boolean) => void;
1159
+ }) => vue.VNodeChild) | undefined;
1160
+ default?: false | ((arg: {
1161
+ isActive: boolean;
1162
+ isSelected: boolean;
1163
+ isIndeterminate: boolean;
1164
+ select: (value: boolean) => void;
1165
+ }) => vue.VNodeChild) | undefined;
1166
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1167
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1168
+ } | undefined;
1169
+ } & {
1170
+ "v-slot:prepend"?: false | ((arg: {
1171
+ isActive: boolean;
1172
+ isSelected: boolean;
1173
+ isIndeterminate: boolean;
1174
+ select: (value: boolean) => void;
1175
+ }) => vue.VNodeChild) | undefined;
1176
+ "v-slot:append"?: false | ((arg: {
1177
+ isActive: boolean;
1178
+ isSelected: boolean;
1179
+ isIndeterminate: boolean;
1180
+ select: (value: boolean) => void;
1181
+ }) => vue.VNodeChild) | undefined;
1182
+ "v-slot:default"?: false | ((arg: {
1183
+ isActive: boolean;
1184
+ isSelected: boolean;
1185
+ isIndeterminate: boolean;
1186
+ select: (value: boolean) => void;
1187
+ }) => vue.VNodeChild) | undefined;
1188
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1189
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1190
+ }, {
1191
+ replace: boolean;
1192
+ link: boolean;
1193
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1194
+ exact: boolean;
1195
+ active: boolean;
1196
+ loading: boolean;
1197
+ nav: boolean;
1198
+ style: vue.StyleValue;
1199
+ disabled: boolean;
1200
+ tag: string;
1201
+ rounded: string | number | boolean;
1202
+ tile: boolean;
1203
+ density: Density;
1204
+ slim: boolean;
1205
+ ripple: boolean | {
1206
+ class: string;
1207
+ } | undefined;
1208
+ }, true, {}, vue.SlotsType<Partial<{
1209
+ prepend: (arg: {
1210
+ isActive: boolean;
1211
+ isSelected: boolean;
1212
+ isIndeterminate: boolean;
1213
+ select: (value: boolean) => void;
1214
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1215
+ [key: string]: any;
1216
+ }>[];
1217
+ append: (arg: {
1218
+ isActive: boolean;
1219
+ isSelected: boolean;
1220
+ isIndeterminate: boolean;
1221
+ select: (value: boolean) => void;
1222
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1223
+ [key: string]: any;
1224
+ }>[];
1225
+ default: (arg: {
1226
+ isActive: boolean;
1227
+ isSelected: boolean;
1228
+ isIndeterminate: boolean;
1229
+ select: (value: boolean) => void;
1230
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1231
+ [key: string]: any;
1232
+ }>[];
1233
+ title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1234
+ [key: string]: any;
1235
+ }>[];
1236
+ subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1237
+ [key: string]: any;
1238
+ }>[];
1239
+ }>>, {
1240
+ P: {};
1241
+ B: {};
1242
+ D: {};
1243
+ C: {};
1244
+ M: {};
1245
+ Defaults: {};
1246
+ }, {
1247
+ replace: boolean;
1248
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1249
+ exact: boolean;
1250
+ loading: boolean;
1251
+ nav: boolean;
1252
+ style: vue.StyleValue;
1253
+ disabled: boolean;
1254
+ tag: string;
1255
+ tile: boolean;
1256
+ density: Density;
1257
+ slim: boolean;
1258
+ ripple: boolean | {
1259
+ class: string;
1260
+ } | undefined;
1261
+ } & {
1262
+ link?: boolean | undefined;
1263
+ height?: string | number | undefined;
1264
+ width?: string | number | undefined;
1265
+ active?: boolean | undefined;
1266
+ border?: string | number | boolean | undefined;
1267
+ color?: string | undefined;
1268
+ maxHeight?: string | number | undefined;
1269
+ maxWidth?: string | number | undefined;
1270
+ minHeight?: string | number | undefined;
1271
+ minWidth?: string | number | undefined;
1272
+ value?: any;
1273
+ title?: string | number | undefined;
1274
+ class?: any;
1275
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
1276
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
1277
+ href?: string | undefined;
1278
+ elevation?: string | number | undefined;
1279
+ to?: vue_router.RouteLocationRaw | undefined;
1280
+ theme?: string | undefined;
1281
+ rounded?: string | number | boolean | undefined;
1282
+ prependIcon?: IconValue | undefined;
1283
+ appendIcon?: IconValue | undefined;
1284
+ baseColor?: string | undefined;
1285
+ activeClass?: string | undefined;
1286
+ appendAvatar?: string | undefined;
1287
+ prependAvatar?: string | undefined;
1288
+ activeColor?: string | undefined;
1289
+ subtitle?: string | number | undefined;
1290
+ lines?: "one" | "two" | "three" | undefined;
1291
+ toggleIcon?: IconValue | undefined;
1292
+ } & {
1293
+ $children?: vue.VNodeChild | {
1294
+ prepend?: ((arg: {
1295
+ isActive: boolean;
1296
+ isSelected: boolean;
1297
+ isIndeterminate: boolean;
1298
+ select: (value: boolean) => void;
1299
+ }) => vue.VNodeChild) | undefined;
1300
+ append?: ((arg: {
1301
+ isActive: boolean;
1302
+ isSelected: boolean;
1303
+ isIndeterminate: boolean;
1304
+ select: (value: boolean) => void;
1305
+ }) => vue.VNodeChild) | undefined;
1306
+ default?: ((arg: {
1307
+ isActive: boolean;
1308
+ isSelected: boolean;
1309
+ isIndeterminate: boolean;
1310
+ select: (value: boolean) => void;
1311
+ }) => vue.VNodeChild) | undefined;
1312
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1313
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1314
+ } | ((arg: {
1315
+ isActive: boolean;
1316
+ isSelected: boolean;
1317
+ isIndeterminate: boolean;
1318
+ select: (value: boolean) => void;
1319
+ }) => vue.VNodeChild);
1320
+ 'v-slots'?: {
1321
+ prepend?: false | ((arg: {
1322
+ isActive: boolean;
1323
+ isSelected: boolean;
1324
+ isIndeterminate: boolean;
1325
+ select: (value: boolean) => void;
1326
+ }) => vue.VNodeChild) | undefined;
1327
+ append?: false | ((arg: {
1328
+ isActive: boolean;
1329
+ isSelected: boolean;
1330
+ isIndeterminate: boolean;
1331
+ select: (value: boolean) => void;
1332
+ }) => vue.VNodeChild) | undefined;
1333
+ default?: false | ((arg: {
1334
+ isActive: boolean;
1335
+ isSelected: boolean;
1336
+ isIndeterminate: boolean;
1337
+ select: (value: boolean) => void;
1338
+ }) => vue.VNodeChild) | undefined;
1339
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1340
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1341
+ } | undefined;
1342
+ } & {
1343
+ "v-slot:prepend"?: false | ((arg: {
1344
+ isActive: boolean;
1345
+ isSelected: boolean;
1346
+ isIndeterminate: boolean;
1347
+ select: (value: boolean) => void;
1348
+ }) => vue.VNodeChild) | undefined;
1349
+ "v-slot:append"?: false | ((arg: {
1350
+ isActive: boolean;
1351
+ isSelected: boolean;
1352
+ isIndeterminate: boolean;
1353
+ select: (value: boolean) => void;
1354
+ }) => vue.VNodeChild) | undefined;
1355
+ "v-slot:default"?: false | ((arg: {
1356
+ isActive: boolean;
1357
+ isSelected: boolean;
1358
+ isIndeterminate: boolean;
1359
+ select: (value: boolean) => void;
1360
+ }) => vue.VNodeChild) | undefined;
1361
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1362
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1363
+ }, {}, {}, {}, {}, {
1364
+ replace: boolean;
1365
+ link: boolean;
1366
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1367
+ exact: boolean;
1368
+ active: boolean;
1369
+ loading: boolean;
1370
+ nav: boolean;
1371
+ style: vue.StyleValue;
1372
+ disabled: boolean;
1373
+ tag: string;
1374
+ rounded: string | number | boolean;
1375
+ tile: boolean;
1376
+ density: Density;
1377
+ slim: boolean;
1378
+ ripple: boolean | {
1379
+ class: string;
1380
+ } | undefined;
1381
+ }>;
1382
+ __isFragment?: undefined;
1383
+ __isTeleport?: undefined;
1384
+ __isSuspense?: undefined;
1385
+ } & vue.ComponentOptionsBase<{
1386
+ replace: boolean;
1387
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1388
+ exact: boolean;
1389
+ loading: boolean;
1390
+ nav: boolean;
1391
+ style: vue.StyleValue;
1392
+ disabled: boolean;
1393
+ tag: string;
1394
+ tile: boolean;
1395
+ density: Density;
1396
+ slim: boolean;
1397
+ ripple: boolean | {
1398
+ class: string;
1399
+ } | undefined;
1400
+ } & {
1401
+ link?: boolean | undefined;
1402
+ height?: string | number | undefined;
1403
+ width?: string | number | undefined;
1404
+ active?: boolean | undefined;
1405
+ border?: string | number | boolean | undefined;
1406
+ color?: string | undefined;
1407
+ maxHeight?: string | number | undefined;
1408
+ maxWidth?: string | number | undefined;
1409
+ minHeight?: string | number | undefined;
1410
+ minWidth?: string | number | undefined;
1411
+ value?: any;
1412
+ title?: string | number | undefined;
1413
+ class?: any;
1414
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
1415
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
1416
+ href?: string | undefined;
1417
+ elevation?: string | number | undefined;
1418
+ to?: vue_router.RouteLocationRaw | undefined;
1419
+ theme?: string | undefined;
1420
+ rounded?: string | number | boolean | undefined;
1421
+ prependIcon?: IconValue | undefined;
1422
+ appendIcon?: IconValue | undefined;
1423
+ baseColor?: string | undefined;
1424
+ activeClass?: string | undefined;
1425
+ appendAvatar?: string | undefined;
1426
+ prependAvatar?: string | undefined;
1427
+ activeColor?: string | undefined;
1428
+ subtitle?: string | number | undefined;
1429
+ lines?: "one" | "two" | "three" | undefined;
1430
+ toggleIcon?: IconValue | undefined;
1431
+ } & {
1432
+ $children?: vue.VNodeChild | {
1433
+ prepend?: ((arg: {
1434
+ isActive: boolean;
1435
+ isSelected: boolean;
1436
+ isIndeterminate: boolean;
1437
+ select: (value: boolean) => void;
1438
+ }) => vue.VNodeChild) | undefined;
1439
+ append?: ((arg: {
1440
+ isActive: boolean;
1441
+ isSelected: boolean;
1442
+ isIndeterminate: boolean;
1443
+ select: (value: boolean) => void;
1444
+ }) => vue.VNodeChild) | undefined;
1445
+ default?: ((arg: {
1446
+ isActive: boolean;
1447
+ isSelected: boolean;
1448
+ isIndeterminate: boolean;
1449
+ select: (value: boolean) => void;
1450
+ }) => vue.VNodeChild) | undefined;
1451
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1452
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1453
+ } | ((arg: {
1454
+ isActive: boolean;
1455
+ isSelected: boolean;
1456
+ isIndeterminate: boolean;
1457
+ select: (value: boolean) => void;
1458
+ }) => vue.VNodeChild);
1459
+ 'v-slots'?: {
1460
+ prepend?: false | ((arg: {
1461
+ isActive: boolean;
1462
+ isSelected: boolean;
1463
+ isIndeterminate: boolean;
1464
+ select: (value: boolean) => void;
1465
+ }) => vue.VNodeChild) | undefined;
1466
+ append?: false | ((arg: {
1467
+ isActive: boolean;
1468
+ isSelected: boolean;
1469
+ isIndeterminate: boolean;
1470
+ select: (value: boolean) => void;
1471
+ }) => vue.VNodeChild) | undefined;
1472
+ default?: false | ((arg: {
1473
+ isActive: boolean;
1474
+ isSelected: boolean;
1475
+ isIndeterminate: boolean;
1476
+ select: (value: boolean) => void;
1477
+ }) => vue.VNodeChild) | undefined;
1478
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1479
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1480
+ } | undefined;
1481
+ } & {
1482
+ "v-slot:prepend"?: false | ((arg: {
1483
+ isActive: boolean;
1484
+ isSelected: boolean;
1485
+ isIndeterminate: boolean;
1486
+ select: (value: boolean) => void;
1487
+ }) => vue.VNodeChild) | undefined;
1488
+ "v-slot:append"?: false | ((arg: {
1489
+ isActive: boolean;
1490
+ isSelected: boolean;
1491
+ isIndeterminate: boolean;
1492
+ select: (value: boolean) => void;
1493
+ }) => vue.VNodeChild) | undefined;
1494
+ "v-slot:default"?: false | ((arg: {
1495
+ isActive: boolean;
1496
+ isSelected: boolean;
1497
+ isIndeterminate: boolean;
1498
+ select: (value: boolean) => void;
1499
+ }) => vue.VNodeChild) | undefined;
1500
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
1501
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1502
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1503
+ replace: boolean;
1504
+ link: boolean;
1505
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1506
+ exact: boolean;
1507
+ active: boolean;
1508
+ loading: boolean;
1509
+ nav: boolean;
1510
+ style: vue.StyleValue;
1511
+ disabled: boolean;
1512
+ tag: string;
1513
+ rounded: string | number | boolean;
1514
+ tile: boolean;
1515
+ density: Density;
1516
+ slim: boolean;
1517
+ ripple: boolean | {
1518
+ class: string;
1519
+ } | undefined;
1520
+ }, {}, string, vue.SlotsType<Partial<{
1521
+ prepend: (arg: {
1522
+ isActive: boolean;
1523
+ isSelected: boolean;
1524
+ isIndeterminate: boolean;
1525
+ select: (value: boolean) => void;
1526
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1527
+ [key: string]: any;
1528
+ }>[];
1529
+ append: (arg: {
1530
+ isActive: boolean;
1531
+ isSelected: boolean;
1532
+ isIndeterminate: boolean;
1533
+ select: (value: boolean) => void;
1534
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1535
+ [key: string]: any;
1536
+ }>[];
1537
+ default: (arg: {
1538
+ isActive: boolean;
1539
+ isSelected: boolean;
1540
+ isIndeterminate: boolean;
1541
+ select: (value: boolean) => void;
1542
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1543
+ [key: string]: any;
1544
+ }>[];
1545
+ title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1546
+ [key: string]: any;
1547
+ }>[];
1548
+ subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1549
+ [key: string]: any;
1550
+ }>[];
1551
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1552
+ color: StringConstructor;
1553
+ variant: Omit<{
1554
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1555
+ default: string;
1556
+ validator: (v: any) => boolean;
1557
+ }, "type" | "default"> & {
1558
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
1559
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1560
+ };
1561
+ theme: StringConstructor;
1562
+ tag: {
1563
+ type: StringConstructor;
1564
+ default: string;
1565
+ };
1566
+ href: StringConstructor;
1567
+ replace: BooleanConstructor;
1568
+ to: vue.PropType<vue_router.RouteLocationRaw>;
1569
+ exact: BooleanConstructor;
1570
+ rounded: {
1571
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1572
+ default: undefined;
1573
+ };
1574
+ tile: BooleanConstructor;
1575
+ elevation: {
1576
+ type: (StringConstructor | NumberConstructor)[];
1577
+ validator(v: any): boolean;
1578
+ };
1579
+ height: (StringConstructor | NumberConstructor)[];
1580
+ maxHeight: (StringConstructor | NumberConstructor)[];
1581
+ maxWidth: (StringConstructor | NumberConstructor)[];
1582
+ minHeight: (StringConstructor | NumberConstructor)[];
1583
+ minWidth: (StringConstructor | NumberConstructor)[];
1584
+ width: (StringConstructor | NumberConstructor)[];
1585
+ density: {
1586
+ type: vue.PropType<Density>;
1587
+ default: string;
1588
+ validator: (v: any) => boolean;
1589
+ };
1590
+ class: vue.PropType<any>;
1591
+ style: {
1592
+ type: vue.PropType<vue.StyleValue>;
1593
+ default: null;
1594
+ };
1595
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1596
+ active: {
1597
+ type: BooleanConstructor;
1598
+ default: undefined;
1599
+ };
1600
+ activeClass: StringConstructor;
1601
+ activeColor: StringConstructor;
1602
+ appendAvatar: StringConstructor;
1603
+ appendIcon: vue.PropType<IconValue>;
1604
+ baseColor: StringConstructor;
1605
+ disabled: BooleanConstructor;
1606
+ lines: vue.PropType<"one" | "two" | "three">;
1607
+ link: {
1608
+ type: BooleanConstructor;
1609
+ default: undefined;
1610
+ };
1611
+ nav: BooleanConstructor;
1612
+ prependAvatar: StringConstructor;
1613
+ prependIcon: vue.PropType<IconValue>;
1614
+ ripple: {
1615
+ type: vue.PropType<boolean | {
1616
+ class: string;
1617
+ } | undefined>;
1618
+ default: boolean;
1619
+ };
1620
+ slim: {
1621
+ type: vue.PropType<boolean>;
1622
+ default: boolean;
1623
+ };
1624
+ subtitle: (StringConstructor | NumberConstructor)[];
1625
+ title: (StringConstructor | NumberConstructor)[];
1626
+ value: null;
1627
+ onClick: vue.PropType<(args_0: MouseEvent) => void>;
1628
+ onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
1629
+ loading: BooleanConstructor;
1630
+ toggleIcon: vue.PropType<IconValue>;
1631
+ }, vue.ExtractPropTypes<{
1632
+ color: StringConstructor;
1633
+ variant: Omit<{
1634
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1635
+ default: string;
1636
+ validator: (v: any) => boolean;
1637
+ }, "type" | "default"> & {
1638
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
1639
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1640
+ };
1641
+ theme: StringConstructor;
1642
+ tag: {
1643
+ type: StringConstructor;
1644
+ default: string;
1645
+ };
1646
+ href: StringConstructor;
1647
+ replace: BooleanConstructor;
1648
+ to: vue.PropType<vue_router.RouteLocationRaw>;
1649
+ exact: BooleanConstructor;
1650
+ rounded: {
1651
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1652
+ default: undefined;
1653
+ };
1654
+ tile: BooleanConstructor;
1655
+ elevation: {
1656
+ type: (StringConstructor | NumberConstructor)[];
1657
+ validator(v: any): boolean;
1658
+ };
1659
+ height: (StringConstructor | NumberConstructor)[];
1660
+ maxHeight: (StringConstructor | NumberConstructor)[];
1661
+ maxWidth: (StringConstructor | NumberConstructor)[];
1662
+ minHeight: (StringConstructor | NumberConstructor)[];
1663
+ minWidth: (StringConstructor | NumberConstructor)[];
1664
+ width: (StringConstructor | NumberConstructor)[];
1665
+ density: {
1666
+ type: vue.PropType<Density>;
1667
+ default: string;
1668
+ validator: (v: any) => boolean;
1669
+ };
1670
+ class: vue.PropType<any>;
1671
+ style: {
1672
+ type: vue.PropType<vue.StyleValue>;
1673
+ default: null;
1674
+ };
1675
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1676
+ active: {
1677
+ type: BooleanConstructor;
1678
+ default: undefined;
1679
+ };
1680
+ activeClass: StringConstructor;
1681
+ activeColor: StringConstructor;
1682
+ appendAvatar: StringConstructor;
1683
+ appendIcon: vue.PropType<IconValue>;
1684
+ baseColor: StringConstructor;
1685
+ disabled: BooleanConstructor;
1686
+ lines: vue.PropType<"one" | "two" | "three">;
1687
+ link: {
1688
+ type: BooleanConstructor;
1689
+ default: undefined;
1690
+ };
1691
+ nav: BooleanConstructor;
1692
+ prependAvatar: StringConstructor;
1693
+ prependIcon: vue.PropType<IconValue>;
1694
+ ripple: {
1695
+ type: vue.PropType<boolean | {
1696
+ class: string;
1697
+ } | undefined>;
1698
+ default: boolean;
1699
+ };
1700
+ slim: {
1701
+ type: vue.PropType<boolean>;
1702
+ default: boolean;
1703
+ };
1704
+ subtitle: (StringConstructor | NumberConstructor)[];
1705
+ title: (StringConstructor | NumberConstructor)[];
1706
+ value: null;
1707
+ onClick: vue.PropType<(args_0: MouseEvent) => void>;
1708
+ onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
1709
+ loading: BooleanConstructor;
1710
+ toggleIcon: vue.PropType<IconValue>;
1711
+ }>>;
1712
+ type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
1713
+
1714
+ declare const VTreeviewGroup: {
1715
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
1716
+ style: vue.StyleValue;
1717
+ tag: string;
1718
+ collapseIcon: NonNullable<IconValue>;
1719
+ expandIcon: NonNullable<IconValue>;
1720
+ fluid: boolean;
1721
+ } & {
1722
+ color?: string | undefined;
1723
+ value?: any;
1724
+ title?: string | undefined;
1725
+ class?: any;
1726
+ prependIcon?: IconValue | undefined;
1727
+ appendIcon?: IconValue | undefined;
1728
+ baseColor?: string | undefined;
1729
+ activeColor?: string | undefined;
1730
+ } & {
1731
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1732
+ default?: (() => vue.VNodeChild) | undefined;
1733
+ activator?: ((arg: {
1734
+ isOpen: boolean;
1735
+ props: Record<string, unknown>;
1736
+ }) => vue.VNodeChild) | undefined;
1737
+ };
1738
+ 'v-slots'?: {
1739
+ default?: false | (() => vue.VNodeChild) | undefined;
1740
+ activator?: false | ((arg: {
1741
+ isOpen: boolean;
1742
+ props: Record<string, unknown>;
1743
+ }) => vue.VNodeChild) | undefined;
1744
+ } | undefined;
1745
+ } & {
1746
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1747
+ "v-slot:activator"?: false | ((arg: {
1748
+ isOpen: boolean;
1749
+ props: Record<string, unknown>;
1750
+ }) => vue.VNodeChild) | undefined;
1751
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1752
+ style: vue.StyleValue;
1753
+ tag: string;
1754
+ collapseIcon: NonNullable<IconValue>;
1755
+ expandIcon: NonNullable<IconValue>;
1756
+ fluid: boolean;
1757
+ } & {
1758
+ color?: string | undefined;
1759
+ value?: any;
1760
+ title?: string | undefined;
1761
+ class?: any;
1762
+ prependIcon?: IconValue | undefined;
1763
+ appendIcon?: IconValue | undefined;
1764
+ baseColor?: string | undefined;
1765
+ activeColor?: string | undefined;
1766
+ } & {
1767
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1768
+ default?: (() => vue.VNodeChild) | undefined;
1769
+ activator?: ((arg: {
1770
+ isOpen: boolean;
1771
+ props: Record<string, unknown>;
1772
+ }) => vue.VNodeChild) | undefined;
1773
+ };
1774
+ 'v-slots'?: {
1775
+ default?: false | (() => vue.VNodeChild) | undefined;
1776
+ activator?: false | ((arg: {
1777
+ isOpen: boolean;
1778
+ props: Record<string, unknown>;
1779
+ }) => vue.VNodeChild) | undefined;
1780
+ } | undefined;
1781
+ } & {
1782
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1783
+ "v-slot:activator"?: false | ((arg: {
1784
+ isOpen: boolean;
1785
+ props: Record<string, unknown>;
1786
+ }) => vue.VNodeChild) | undefined;
1787
+ }, {
1788
+ style: vue.StyleValue;
1789
+ tag: string;
1790
+ collapseIcon: NonNullable<IconValue>;
1791
+ expandIcon: NonNullable<IconValue>;
1792
+ fluid: boolean;
1793
+ }, true, {}, vue.SlotsType<Partial<{
1794
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1795
+ [key: string]: any;
1796
+ }>[];
1797
+ activator: (arg: {
1798
+ isOpen: boolean;
1799
+ props: Record<string, unknown>;
1800
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1801
+ [key: string]: any;
1802
+ }>[];
1803
+ }>>, {
1804
+ P: {};
1805
+ B: {};
1806
+ D: {};
1807
+ C: {};
1808
+ M: {};
1809
+ Defaults: {};
1810
+ }, {
1811
+ style: vue.StyleValue;
1812
+ tag: string;
1813
+ collapseIcon: NonNullable<IconValue>;
1814
+ expandIcon: NonNullable<IconValue>;
1815
+ fluid: boolean;
1816
+ } & {
1817
+ color?: string | undefined;
1818
+ value?: any;
1819
+ title?: string | undefined;
1820
+ class?: any;
1821
+ prependIcon?: IconValue | undefined;
1822
+ appendIcon?: IconValue | undefined;
1823
+ baseColor?: string | undefined;
1824
+ activeColor?: string | undefined;
1825
+ } & {
1826
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1827
+ default?: (() => vue.VNodeChild) | undefined;
1828
+ activator?: ((arg: {
1829
+ isOpen: boolean;
1830
+ props: Record<string, unknown>;
1831
+ }) => vue.VNodeChild) | undefined;
1832
+ };
1833
+ 'v-slots'?: {
1834
+ default?: false | (() => vue.VNodeChild) | undefined;
1835
+ activator?: false | ((arg: {
1836
+ isOpen: boolean;
1837
+ props: Record<string, unknown>;
1838
+ }) => vue.VNodeChild) | undefined;
1839
+ } | undefined;
1840
+ } & {
1841
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1842
+ "v-slot:activator"?: false | ((arg: {
1843
+ isOpen: boolean;
1844
+ props: Record<string, unknown>;
1845
+ }) => vue.VNodeChild) | undefined;
1846
+ }, {}, {}, {}, {}, {
1847
+ style: vue.StyleValue;
1848
+ tag: string;
1849
+ collapseIcon: NonNullable<IconValue>;
1850
+ expandIcon: NonNullable<IconValue>;
1851
+ fluid: boolean;
1852
+ }>;
1853
+ __isFragment?: undefined;
1854
+ __isTeleport?: undefined;
1855
+ __isSuspense?: undefined;
1856
+ } & vue.ComponentOptionsBase<{
1857
+ style: vue.StyleValue;
1858
+ tag: string;
1859
+ collapseIcon: NonNullable<IconValue>;
1860
+ expandIcon: NonNullable<IconValue>;
1861
+ fluid: boolean;
1862
+ } & {
1863
+ color?: string | undefined;
1864
+ value?: any;
1865
+ title?: string | undefined;
1866
+ class?: any;
1867
+ prependIcon?: IconValue | undefined;
1868
+ appendIcon?: IconValue | undefined;
1869
+ baseColor?: string | undefined;
1870
+ activeColor?: string | undefined;
1871
+ } & {
1872
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1873
+ default?: (() => vue.VNodeChild) | undefined;
1874
+ activator?: ((arg: {
1875
+ isOpen: boolean;
1876
+ props: Record<string, unknown>;
1877
+ }) => vue.VNodeChild) | undefined;
1878
+ };
1879
+ 'v-slots'?: {
1880
+ default?: false | (() => vue.VNodeChild) | undefined;
1881
+ activator?: false | ((arg: {
1882
+ isOpen: boolean;
1883
+ props: Record<string, unknown>;
1884
+ }) => vue.VNodeChild) | undefined;
1885
+ } | undefined;
1886
+ } & {
1887
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1888
+ "v-slot:activator"?: false | ((arg: {
1889
+ isOpen: boolean;
1890
+ props: Record<string, unknown>;
1891
+ }) => vue.VNodeChild) | undefined;
1892
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1893
+ style: vue.StyleValue;
1894
+ tag: string;
1895
+ collapseIcon: NonNullable<IconValue>;
1896
+ expandIcon: NonNullable<IconValue>;
1897
+ fluid: boolean;
1898
+ }, {}, string, vue.SlotsType<Partial<{
1899
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1900
+ [key: string]: any;
1901
+ }>[];
1902
+ activator: (arg: {
1903
+ isOpen: boolean;
1904
+ props: Record<string, unknown>;
1905
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1906
+ [key: string]: any;
1907
+ }>[];
1908
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1909
+ color: StringConstructor;
1910
+ value: null;
1911
+ style: {
1912
+ type: vue.PropType<vue.StyleValue>;
1913
+ default: null;
1914
+ };
1915
+ title: StringConstructor;
1916
+ class: vue.PropType<any>;
1917
+ tag: {
1918
+ type: StringConstructor;
1919
+ default: string;
1920
+ };
1921
+ prependIcon: vue.PropType<IconValue>;
1922
+ appendIcon: vue.PropType<IconValue>;
1923
+ baseColor: StringConstructor;
1924
+ activeColor: StringConstructor;
1925
+ collapseIcon: Omit<{
1926
+ type: vue.PropType<IconValue>;
1927
+ default: string;
1928
+ }, "type" | "default"> & {
1929
+ type: vue.PropType<NonNullable<IconValue>>;
1930
+ default: NonNullable<IconValue>;
1931
+ };
1932
+ expandIcon: Omit<{
1933
+ type: vue.PropType<IconValue>;
1934
+ default: string;
1935
+ }, "type" | "default"> & {
1936
+ type: vue.PropType<NonNullable<IconValue>>;
1937
+ default: NonNullable<IconValue>;
1938
+ };
1939
+ fluid: BooleanConstructor;
1940
+ }, vue.ExtractPropTypes<{
1941
+ color: StringConstructor;
1942
+ value: null;
1943
+ style: {
1944
+ type: vue.PropType<vue.StyleValue>;
1945
+ default: null;
1946
+ };
1947
+ title: StringConstructor;
1948
+ class: vue.PropType<any>;
1949
+ tag: {
1950
+ type: StringConstructor;
1951
+ default: string;
1952
+ };
1953
+ prependIcon: vue.PropType<IconValue>;
1954
+ appendIcon: vue.PropType<IconValue>;
1955
+ baseColor: StringConstructor;
1956
+ activeColor: StringConstructor;
1957
+ collapseIcon: Omit<{
1958
+ type: vue.PropType<IconValue>;
1959
+ default: string;
1960
+ }, "type" | "default"> & {
1961
+ type: vue.PropType<NonNullable<IconValue>>;
1962
+ default: NonNullable<IconValue>;
1963
+ };
1964
+ expandIcon: Omit<{
1965
+ type: vue.PropType<IconValue>;
1966
+ default: string;
1967
+ }, "type" | "default"> & {
1968
+ type: vue.PropType<NonNullable<IconValue>>;
1969
+ default: NonNullable<IconValue>;
1970
+ };
1971
+ fluid: BooleanConstructor;
1972
+ }>>;
1973
+ type VTreeviewGroup = InstanceType<typeof VTreeviewGroup>;
1974
+
1975
+ export { VTreeview, VTreeviewGroup, VTreeviewItem };