@vuetify/nightly 3.6.14-master.2024-08-12 → 3.6.14-master.2024-08-13

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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -1,8 +1,10 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, DirectiveBinding } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
6
+ type ClassValue = any;
7
+
6
8
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
7
9
  $children?: (VNodeChild | (T extends {
8
10
  default: infer V;
@@ -37,9 +39,23 @@ type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | strin
37
39
 
38
40
  type Density = null | 'default' | 'comfortable' | 'compact';
39
41
 
42
+ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
43
+ type Variant = typeof allowedVariants[number];
44
+
40
45
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
41
46
  declare const IconValue: PropType<IconValue>;
42
47
 
48
+ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
49
+ value?: boolean | {
50
+ class: string;
51
+ };
52
+ modifiers: {
53
+ center?: boolean;
54
+ circle?: boolean;
55
+ stop?: boolean;
56
+ };
57
+ }
58
+
43
59
  type ListItemSlot = {
44
60
  isActive: boolean;
45
61
  isSelected: boolean;
@@ -60,22 +76,6 @@ type VListItemSlots = {
60
76
  subtitle: ListItemSubtitleSlot;
61
77
  };
62
78
 
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
79
  type ActiveStrategyFn = (data: {
80
80
  id: unknown;
81
81
  value: boolean;
@@ -134,20 +134,6 @@ type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-indep
134
134
  type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
135
135
  type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
136
136
 
137
- interface ListItem<T = any> extends InternalItem<T> {
138
- title: string;
139
- props: {
140
- [key: string]: any;
141
- title: string;
142
- value: any;
143
- };
144
- children?: ListItem<T>[];
145
- }
146
-
147
- interface InternalListItem<T = any> extends ListItem<T> {
148
- type?: 'item' | 'subheader' | 'divider';
149
- }
150
-
151
137
  type VListChildrenSlots<T> = {
152
138
  [K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
153
139
  item: T;
@@ -168,9 +154,48 @@ type VListChildrenSlots<T> = {
168
154
  };
169
155
  };
170
156
 
157
+ /**
158
+ * - match without highlight
159
+ * - single match (index), length already known
160
+ * - single match (start, end)
161
+ * - multiple matches (start, end), probably shouldn't overlap
162
+ */
163
+ type FilterMatch = boolean | number | [number, number] | [number, number][];
164
+ type FilterFunction = (value: string, query: string, item?: InternalItem) => FilterMatch;
165
+ type FilterKeyFunctions = Record<string, FilterFunction>;
166
+ type FilterKeys = string | string[];
167
+ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
168
+ interface InternalItem<T = any> {
169
+ value: any;
170
+ raw: T;
171
+ }
172
+
173
+ interface ListItem<T = any> extends InternalItem<T> {
174
+ title: string;
175
+ props: {
176
+ [key: string]: any;
177
+ title: string;
178
+ value: any;
179
+ };
180
+ children?: ListItem<T>[];
181
+ }
182
+ interface ItemProps {
183
+ items: any[];
184
+ itemTitle: SelectItemKey;
185
+ itemValue: SelectItemKey;
186
+ itemChildren: SelectItemKey;
187
+ itemProps: SelectItemKey;
188
+ returnObject: boolean;
189
+ valueComparator: typeof deepEqual;
190
+ }
191
+
192
+ interface InternalListItem<T = any> extends ListItem<T> {
193
+ type?: 'item' | 'subheader' | 'divider';
194
+ }
195
+
171
196
  declare const VTreeview: {
172
197
  new (...args: any[]): vue.CreateComponentPublicInstance<{
173
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
198
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
174
199
  style: vue.StyleValue;
175
200
  disabled: boolean;
176
201
  tag: string;
@@ -181,15 +206,15 @@ declare const VTreeview: {
181
206
  valueComparator: typeof deepEqual;
182
207
  activatable: boolean;
183
208
  selectable: boolean;
184
- selectStrategy: NonNullable<SelectStrategyProp>;
185
- openStrategy: NonNullable<OpenStrategyProp>;
209
+ selectStrategy: SelectStrategyProp;
210
+ openStrategy: OpenStrategyProp;
186
211
  collapseIcon: string;
187
212
  expandIcon: string;
188
213
  lines: false | "one" | "two" | "three";
189
214
  returnObject: boolean;
190
215
  filterMode: FilterMode;
191
216
  noFilter: boolean;
192
- filterKeys: NonNullable<FilterKeys>;
217
+ filterKeys: FilterKeys;
193
218
  itemTitle: SelectItemKey;
194
219
  itemValue: SelectItemKey;
195
220
  itemChildren: SelectItemKey;
@@ -247,21 +272,21 @@ declare const VTreeview: {
247
272
  path: unknown[];
248
273
  }) => any) | undefined;
249
274
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
250
- 'update:opened': (val: unknown) => boolean;
251
- 'update:activated': (val: unknown) => boolean;
252
- 'update:selected': (val: unknown) => boolean;
275
+ 'update:opened': (val: unknown) => true;
276
+ 'update:activated': (val: unknown) => true;
277
+ 'update:selected': (val: unknown) => true;
253
278
  'click:open': (value: {
254
279
  id: unknown;
255
280
  value: boolean;
256
281
  path: unknown[];
257
- }) => boolean;
282
+ }) => true;
258
283
  'click:select': (value: {
259
284
  id: unknown;
260
285
  value: boolean;
261
286
  path: unknown[];
262
- }) => boolean;
263
- }, "$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 & {
264
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
287
+ }) => true;
288
+ }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
289
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
265
290
  style: vue.StyleValue;
266
291
  disabled: boolean;
267
292
  tag: string;
@@ -272,15 +297,15 @@ declare const VTreeview: {
272
297
  valueComparator: typeof deepEqual;
273
298
  activatable: boolean;
274
299
  selectable: boolean;
275
- selectStrategy: NonNullable<SelectStrategyProp>;
276
- openStrategy: NonNullable<OpenStrategyProp>;
300
+ selectStrategy: SelectStrategyProp;
301
+ openStrategy: OpenStrategyProp;
277
302
  collapseIcon: string;
278
303
  expandIcon: string;
279
304
  lines: false | "one" | "two" | "three";
280
305
  returnObject: boolean;
281
306
  filterMode: FilterMode;
282
307
  noFilter: boolean;
283
- filterKeys: NonNullable<FilterKeys>;
308
+ filterKeys: FilterKeys;
284
309
  itemTitle: SelectItemKey;
285
310
  itemValue: SelectItemKey;
286
311
  itemChildren: SelectItemKey;
@@ -338,7 +363,7 @@ declare const VTreeview: {
338
363
  path: unknown[];
339
364
  }) => any) | undefined;
340
365
  }, {
341
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
366
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
342
367
  style: vue.StyleValue;
343
368
  disabled: boolean;
344
369
  tag: string;
@@ -350,15 +375,15 @@ declare const VTreeview: {
350
375
  valueComparator: typeof deepEqual;
351
376
  activatable: boolean;
352
377
  selectable: boolean;
353
- selectStrategy: NonNullable<SelectStrategyProp>;
354
- openStrategy: NonNullable<OpenStrategyProp>;
378
+ selectStrategy: SelectStrategyProp;
379
+ openStrategy: OpenStrategyProp;
355
380
  collapseIcon: string;
356
381
  expandIcon: string;
357
382
  lines: false | "one" | "two" | "three";
358
383
  returnObject: boolean;
359
384
  filterMode: FilterMode;
360
385
  noFilter: boolean;
361
- filterKeys: NonNullable<FilterKeys>;
386
+ filterKeys: FilterKeys;
362
387
  itemTitle: SelectItemKey;
363
388
  itemValue: SelectItemKey;
364
389
  itemChildren: SelectItemKey;
@@ -368,63 +393,29 @@ declare const VTreeview: {
368
393
  }, true, {}, vue.SlotsType<Partial<{
369
394
  title: (arg: ListItemTitleSlot & {
370
395
  item: unknown;
371
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
372
- [key: string]: any;
373
- }>[];
396
+ }) => vue.VNode[];
374
397
  append: (arg: ListItemSlot & {
375
398
  item: unknown;
376
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
377
- [key: string]: any;
378
- }>[];
399
+ }) => vue.VNode[];
379
400
  prepend: (arg: ListItemSlot & {
380
401
  item: unknown;
381
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
382
- [key: string]: any;
383
- }>[];
402
+ }) => vue.VNode[];
384
403
  subtitle: (arg: ListItemSubtitleSlot & {
385
404
  item: unknown;
386
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
387
- [key: string]: any;
388
- }>[];
389
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
390
- [key: string]: any;
391
- }>[];
405
+ }) => vue.VNode[];
406
+ default: () => vue.VNode[];
392
407
  item: (arg: {
393
- props: {
394
- [key: string]: any;
395
- title: string;
396
- value: any;
397
- };
398
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
399
- [key: string]: any;
400
- }>[];
408
+ props: InternalListItem["props"];
409
+ }) => vue.VNode[];
401
410
  divider: (arg: {
402
- props: {
403
- [key: string]: any;
404
- title: string;
405
- value: any;
406
- };
407
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
408
- [key: string]: any;
409
- }>[];
411
+ props: InternalListItem["props"];
412
+ }) => vue.VNode[];
410
413
  subheader: (arg: {
411
- props: {
412
- [key: string]: any;
413
- title: string;
414
- value: any;
415
- };
416
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
417
- [key: string]: any;
418
- }>[];
414
+ props: InternalListItem["props"];
415
+ }) => vue.VNode[];
419
416
  header: (arg: {
420
- props: {
421
- [key: string]: any;
422
- title: string;
423
- value: any;
424
- };
425
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
426
- [key: string]: any;
427
- }>[];
417
+ props: InternalListItem["props"];
418
+ }) => vue.VNode[];
428
419
  }>>, {
429
420
  P: {};
430
421
  B: {};
@@ -433,7 +424,7 @@ declare const VTreeview: {
433
424
  M: {};
434
425
  Defaults: {};
435
426
  }, {
436
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
427
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
437
428
  style: vue.StyleValue;
438
429
  disabled: boolean;
439
430
  tag: string;
@@ -444,15 +435,15 @@ declare const VTreeview: {
444
435
  valueComparator: typeof deepEqual;
445
436
  activatable: boolean;
446
437
  selectable: boolean;
447
- selectStrategy: NonNullable<SelectStrategyProp>;
448
- openStrategy: NonNullable<OpenStrategyProp>;
438
+ selectStrategy: SelectStrategyProp;
439
+ openStrategy: OpenStrategyProp;
449
440
  collapseIcon: string;
450
441
  expandIcon: string;
451
442
  lines: false | "one" | "two" | "three";
452
443
  returnObject: boolean;
453
444
  filterMode: FilterMode;
454
445
  noFilter: boolean;
455
- filterKeys: NonNullable<FilterKeys>;
446
+ filterKeys: FilterKeys;
456
447
  itemTitle: SelectItemKey;
457
448
  itemValue: SelectItemKey;
458
449
  itemChildren: SelectItemKey;
@@ -510,7 +501,7 @@ declare const VTreeview: {
510
501
  path: unknown[];
511
502
  }) => any) | undefined;
512
503
  }, {}, {}, {}, {}, {
513
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
504
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
514
505
  style: vue.StyleValue;
515
506
  disabled: boolean;
516
507
  tag: string;
@@ -522,15 +513,15 @@ declare const VTreeview: {
522
513
  valueComparator: typeof deepEqual;
523
514
  activatable: boolean;
524
515
  selectable: boolean;
525
- selectStrategy: NonNullable<SelectStrategyProp>;
526
- openStrategy: NonNullable<OpenStrategyProp>;
516
+ selectStrategy: SelectStrategyProp;
517
+ openStrategy: OpenStrategyProp;
527
518
  collapseIcon: string;
528
519
  expandIcon: string;
529
520
  lines: false | "one" | "two" | "three";
530
521
  returnObject: boolean;
531
522
  filterMode: FilterMode;
532
523
  noFilter: boolean;
533
- filterKeys: NonNullable<FilterKeys>;
524
+ filterKeys: FilterKeys;
534
525
  itemTitle: SelectItemKey;
535
526
  itemValue: SelectItemKey;
536
527
  itemChildren: SelectItemKey;
@@ -538,11 +529,11 @@ declare const VTreeview: {
538
529
  loadingIcon: string;
539
530
  openAll: boolean;
540
531
  }>;
541
- __isFragment?: undefined;
542
- __isTeleport?: undefined;
543
- __isSuspense?: undefined;
532
+ __isFragment?: never;
533
+ __isTeleport?: never;
534
+ __isSuspense?: never;
544
535
  } & vue.ComponentOptionsBase<{
545
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
536
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
546
537
  style: vue.StyleValue;
547
538
  disabled: boolean;
548
539
  tag: string;
@@ -553,15 +544,15 @@ declare const VTreeview: {
553
544
  valueComparator: typeof deepEqual;
554
545
  activatable: boolean;
555
546
  selectable: boolean;
556
- selectStrategy: NonNullable<SelectStrategyProp>;
557
- openStrategy: NonNullable<OpenStrategyProp>;
547
+ selectStrategy: SelectStrategyProp;
548
+ openStrategy: OpenStrategyProp;
558
549
  collapseIcon: string;
559
550
  expandIcon: string;
560
551
  lines: false | "one" | "two" | "three";
561
552
  returnObject: boolean;
562
553
  filterMode: FilterMode;
563
554
  noFilter: boolean;
564
- filterKeys: NonNullable<FilterKeys>;
555
+ filterKeys: FilterKeys;
565
556
  itemTitle: SelectItemKey;
566
557
  itemValue: SelectItemKey;
567
558
  itemChildren: SelectItemKey;
@@ -619,21 +610,21 @@ declare const VTreeview: {
619
610
  path: unknown[];
620
611
  }) => any) | undefined;
621
612
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
622
- 'update:opened': (val: unknown) => boolean;
623
- 'update:activated': (val: unknown) => boolean;
624
- 'update:selected': (val: unknown) => boolean;
613
+ 'update:opened': (val: unknown) => true;
614
+ 'update:activated': (val: unknown) => true;
615
+ 'update:selected': (val: unknown) => true;
625
616
  'click:open': (value: {
626
617
  id: unknown;
627
618
  value: boolean;
628
619
  path: unknown[];
629
- }) => boolean;
620
+ }) => true;
630
621
  'click:select': (value: {
631
622
  id: unknown;
632
623
  value: boolean;
633
624
  path: unknown[];
634
- }) => boolean;
635
- }, "$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, {
636
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
625
+ }) => true;
626
+ }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, string, {
627
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
637
628
  style: vue.StyleValue;
638
629
  disabled: boolean;
639
630
  tag: string;
@@ -645,15 +636,15 @@ declare const VTreeview: {
645
636
  valueComparator: typeof deepEqual;
646
637
  activatable: boolean;
647
638
  selectable: boolean;
648
- selectStrategy: NonNullable<SelectStrategyProp>;
649
- openStrategy: NonNullable<OpenStrategyProp>;
639
+ selectStrategy: SelectStrategyProp;
640
+ openStrategy: OpenStrategyProp;
650
641
  collapseIcon: string;
651
642
  expandIcon: string;
652
643
  lines: false | "one" | "two" | "three";
653
644
  returnObject: boolean;
654
645
  filterMode: FilterMode;
655
646
  noFilter: boolean;
656
- filterKeys: NonNullable<FilterKeys>;
647
+ filterKeys: FilterKeys;
657
648
  itemTitle: SelectItemKey;
658
649
  itemValue: SelectItemKey;
659
650
  itemChildren: SelectItemKey;
@@ -663,74 +654,38 @@ declare const VTreeview: {
663
654
  }, {}, string, vue.SlotsType<Partial<{
664
655
  title: (arg: ListItemTitleSlot & {
665
656
  item: unknown;
666
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
667
- [key: string]: any;
668
- }>[];
657
+ }) => vue.VNode[];
669
658
  append: (arg: ListItemSlot & {
670
659
  item: unknown;
671
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
672
- [key: string]: any;
673
- }>[];
660
+ }) => vue.VNode[];
674
661
  prepend: (arg: ListItemSlot & {
675
662
  item: unknown;
676
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
677
- [key: string]: any;
678
- }>[];
663
+ }) => vue.VNode[];
679
664
  subtitle: (arg: ListItemSubtitleSlot & {
680
665
  item: unknown;
681
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
682
- [key: string]: any;
683
- }>[];
684
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
685
- [key: string]: any;
686
- }>[];
666
+ }) => vue.VNode[];
667
+ default: () => vue.VNode[];
687
668
  item: (arg: {
688
- props: {
689
- [key: string]: any;
690
- title: string;
691
- value: any;
692
- };
693
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
694
- [key: string]: any;
695
- }>[];
669
+ props: InternalListItem["props"];
670
+ }) => vue.VNode[];
696
671
  divider: (arg: {
697
- props: {
698
- [key: string]: any;
699
- title: string;
700
- value: any;
701
- };
702
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
703
- [key: string]: any;
704
- }>[];
672
+ props: InternalListItem["props"];
673
+ }) => vue.VNode[];
705
674
  subheader: (arg: {
706
- props: {
707
- [key: string]: any;
708
- title: string;
709
- value: any;
710
- };
711
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
712
- [key: string]: any;
713
- }>[];
675
+ props: InternalListItem["props"];
676
+ }) => vue.VNode[];
714
677
  header: (arg: {
715
- props: {
716
- [key: string]: any;
717
- title: string;
718
- value: any;
719
- };
720
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
721
- [key: string]: any;
722
- }>[];
678
+ props: InternalListItem["props"];
679
+ }) => vue.VNode[];
723
680
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
724
- items?: T[] | undefined;
725
- }, slots: VListChildrenSlots<T>) => GenericProps<{
726
- items?: T[] | undefined;
727
- }, VListChildrenSlots<T>>) & FilterPropsOptions<{
681
+ items?: T[];
682
+ }, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
728
683
  variant: Omit<{
729
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
684
+ type: vue.PropType<Variant>;
730
685
  default: string;
731
686
  validator: (v: any) => boolean;
732
687
  }, "type" | "default"> & {
733
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
688
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
734
689
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
735
690
  };
736
691
  height: (StringConstructor | NumberConstructor)[];
@@ -747,7 +702,7 @@ declare const VTreeview: {
747
702
  };
748
703
  disabled: BooleanConstructor;
749
704
  activated: null;
750
- class: vue.PropType<any>;
705
+ class: vue.PropType<ClassValue>;
751
706
  tag: {
752
707
  type: StringConstructor;
753
708
  default: string;
@@ -764,7 +719,7 @@ declare const VTreeview: {
764
719
  default: undefined;
765
720
  };
766
721
  items: {
767
- type: vue.PropType<any[]>;
722
+ type: vue.PropType<ItemProps["items"]>;
768
723
  default: () => never[];
769
724
  };
770
725
  tile: BooleanConstructor;
@@ -789,11 +744,11 @@ declare const VTreeview: {
789
744
  selectable: BooleanConstructor;
790
745
  activeStrategy: vue.PropType<ActiveStrategyProp>;
791
746
  selectStrategy: {
792
- type: vue.PropType<NonNullable<SelectStrategyProp>>;
747
+ type: vue.PropType<SelectStrategyProp>;
793
748
  default: NonNullable<SelectStrategyProp>;
794
749
  };
795
750
  openStrategy: {
796
- type: vue.PropType<NonNullable<OpenStrategyProp>>;
751
+ type: vue.PropType<OpenStrategyProp>;
797
752
  default: NonNullable<OpenStrategyProp>;
798
753
  };
799
754
  'onUpdate:opened': vue.PropType<() => void>;
@@ -807,7 +762,7 @@ declare const VTreeview: {
807
762
  default: string;
808
763
  };
809
764
  lines: {
810
- type: vue.PropType<false | "one" | "two" | "three">;
765
+ type: vue.PropType<"one" | "two" | "three" | false>;
811
766
  default: string;
812
767
  };
813
768
  returnObject: BooleanConstructor;
@@ -845,7 +800,7 @@ declare const VTreeview: {
845
800
  customFilter: vue.PropType<FilterFunction>;
846
801
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
847
802
  filterKeys: {
848
- type: vue.PropType<NonNullable<FilterKeys>>;
803
+ type: vue.PropType<FilterKeys>;
849
804
  default: NonNullable<FilterKeys>;
850
805
  };
851
806
  filterMode: {
@@ -857,11 +812,11 @@ declare const VTreeview: {
857
812
  search: StringConstructor;
858
813
  }, vue.ExtractPropTypes<{
859
814
  variant: Omit<{
860
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
815
+ type: vue.PropType<Variant>;
861
816
  default: string;
862
817
  validator: (v: any) => boolean;
863
818
  }, "type" | "default"> & {
864
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
819
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
865
820
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
866
821
  };
867
822
  height: (StringConstructor | NumberConstructor)[];
@@ -878,7 +833,7 @@ declare const VTreeview: {
878
833
  };
879
834
  disabled: BooleanConstructor;
880
835
  activated: null;
881
- class: vue.PropType<any>;
836
+ class: vue.PropType<ClassValue>;
882
837
  tag: {
883
838
  type: StringConstructor;
884
839
  default: string;
@@ -895,7 +850,7 @@ declare const VTreeview: {
895
850
  default: undefined;
896
851
  };
897
852
  items: {
898
- type: vue.PropType<any[]>;
853
+ type: vue.PropType<ItemProps["items"]>;
899
854
  default: () => never[];
900
855
  };
901
856
  tile: BooleanConstructor;
@@ -920,11 +875,11 @@ declare const VTreeview: {
920
875
  selectable: BooleanConstructor;
921
876
  activeStrategy: vue.PropType<ActiveStrategyProp>;
922
877
  selectStrategy: {
923
- type: vue.PropType<NonNullable<SelectStrategyProp>>;
878
+ type: vue.PropType<SelectStrategyProp>;
924
879
  default: NonNullable<SelectStrategyProp>;
925
880
  };
926
881
  openStrategy: {
927
- type: vue.PropType<NonNullable<OpenStrategyProp>>;
882
+ type: vue.PropType<OpenStrategyProp>;
928
883
  default: NonNullable<OpenStrategyProp>;
929
884
  };
930
885
  'onUpdate:opened': vue.PropType<() => void>;
@@ -938,7 +893,7 @@ declare const VTreeview: {
938
893
  default: string;
939
894
  };
940
895
  lines: {
941
- type: vue.PropType<false | "one" | "two" | "three">;
896
+ type: vue.PropType<"one" | "two" | "three" | false>;
942
897
  default: string;
943
898
  };
944
899
  returnObject: BooleanConstructor;
@@ -976,7 +931,7 @@ declare const VTreeview: {
976
931
  customFilter: vue.PropType<FilterFunction>;
977
932
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
978
933
  filterKeys: {
979
- type: vue.PropType<NonNullable<FilterKeys>>;
934
+ type: vue.PropType<FilterKeys>;
980
935
  default: NonNullable<FilterKeys>;
981
936
  };
982
937
  filterMode: {
@@ -992,7 +947,7 @@ type VTreeview = InstanceType<typeof VTreeview>;
992
947
  declare const VTreeviewItem: {
993
948
  new (...args: any[]): vue.CreateComponentPublicInstance<{
994
949
  replace: boolean;
995
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
950
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
996
951
  exact: boolean;
997
952
  loading: boolean;
998
953
  nav: boolean;
@@ -1059,7 +1014,7 @@ declare const VTreeviewItem: {
1059
1014
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
1060
1015
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1061
1016
  replace: boolean;
1062
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1017
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1063
1018
  exact: boolean;
1064
1019
  loading: boolean;
1065
1020
  nav: boolean;
@@ -1127,7 +1082,7 @@ declare const VTreeviewItem: {
1127
1082
  }, {
1128
1083
  replace: boolean;
1129
1084
  link: boolean;
1130
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1085
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1131
1086
  exact: boolean;
1132
1087
  active: boolean;
1133
1088
  loading: boolean;
@@ -1143,21 +1098,11 @@ declare const VTreeviewItem: {
1143
1098
  class: string;
1144
1099
  } | undefined;
1145
1100
  }, true, {}, vue.SlotsType<Partial<{
1146
- prepend: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1147
- [key: string]: any;
1148
- }>[];
1149
- append: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1150
- [key: string]: any;
1151
- }>[];
1152
- default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1153
- [key: string]: any;
1154
- }>[];
1155
- title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1156
- [key: string]: any;
1157
- }>[];
1158
- subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1159
- [key: string]: any;
1160
- }>[];
1101
+ prepend: (arg: ListItemSlot) => vue.VNode[];
1102
+ append: (arg: ListItemSlot) => vue.VNode[];
1103
+ default: (arg: ListItemSlot) => vue.VNode[];
1104
+ title: (arg: ListItemTitleSlot) => vue.VNode[];
1105
+ subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
1161
1106
  }>>, {
1162
1107
  P: {};
1163
1108
  B: {};
@@ -1167,7 +1112,7 @@ declare const VTreeviewItem: {
1167
1112
  Defaults: {};
1168
1113
  }, {
1169
1114
  replace: boolean;
1170
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1115
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1171
1116
  exact: boolean;
1172
1117
  loading: boolean;
1173
1118
  nav: boolean;
@@ -1235,7 +1180,7 @@ declare const VTreeviewItem: {
1235
1180
  }, {}, {}, {}, {}, {
1236
1181
  replace: boolean;
1237
1182
  link: boolean;
1238
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1183
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1239
1184
  exact: boolean;
1240
1185
  active: boolean;
1241
1186
  loading: boolean;
@@ -1251,12 +1196,12 @@ declare const VTreeviewItem: {
1251
1196
  class: string;
1252
1197
  } | undefined;
1253
1198
  }>;
1254
- __isFragment?: undefined;
1255
- __isTeleport?: undefined;
1256
- __isSuspense?: undefined;
1199
+ __isFragment?: never;
1200
+ __isTeleport?: never;
1201
+ __isSuspense?: never;
1257
1202
  } & vue.ComponentOptionsBase<{
1258
1203
  replace: boolean;
1259
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1204
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1260
1205
  exact: boolean;
1261
1206
  loading: boolean;
1262
1207
  nav: boolean;
@@ -1324,7 +1269,7 @@ declare const VTreeviewItem: {
1324
1269
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1325
1270
  replace: boolean;
1326
1271
  link: boolean;
1327
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1272
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1328
1273
  exact: boolean;
1329
1274
  active: boolean;
1330
1275
  loading: boolean;
@@ -1340,29 +1285,19 @@ declare const VTreeviewItem: {
1340
1285
  class: string;
1341
1286
  } | undefined;
1342
1287
  }, {}, string, vue.SlotsType<Partial<{
1343
- prepend: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1344
- [key: string]: any;
1345
- }>[];
1346
- append: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1347
- [key: string]: any;
1348
- }>[];
1349
- default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1350
- [key: string]: any;
1351
- }>[];
1352
- title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1353
- [key: string]: any;
1354
- }>[];
1355
- subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1356
- [key: string]: any;
1357
- }>[];
1288
+ prepend: (arg: ListItemSlot) => vue.VNode[];
1289
+ append: (arg: ListItemSlot) => vue.VNode[];
1290
+ default: (arg: ListItemSlot) => vue.VNode[];
1291
+ title: (arg: ListItemTitleSlot) => vue.VNode[];
1292
+ subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
1358
1293
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1359
1294
  color: StringConstructor;
1360
1295
  variant: Omit<{
1361
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1296
+ type: vue.PropType<Variant>;
1362
1297
  default: string;
1363
1298
  validator: (v: any) => boolean;
1364
1299
  }, "type" | "default"> & {
1365
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
1300
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1366
1301
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1367
1302
  };
1368
1303
  theme: StringConstructor;
@@ -1394,7 +1329,7 @@ declare const VTreeviewItem: {
1394
1329
  default: string;
1395
1330
  validator: (v: any) => boolean;
1396
1331
  };
1397
- class: vue.PropType<any>;
1332
+ class: vue.PropType<ClassValue>;
1398
1333
  style: {
1399
1334
  type: vue.PropType<vue.StyleValue>;
1400
1335
  default: null;
@@ -1410,7 +1345,7 @@ declare const VTreeviewItem: {
1410
1345
  appendIcon: vue.PropType<IconValue>;
1411
1346
  baseColor: StringConstructor;
1412
1347
  disabled: BooleanConstructor;
1413
- lines: vue.PropType<false | "one" | "two" | "three">;
1348
+ lines: vue.PropType<"one" | "two" | "three" | false>;
1414
1349
  link: {
1415
1350
  type: BooleanConstructor;
1416
1351
  default: undefined;
@@ -1419,9 +1354,7 @@ declare const VTreeviewItem: {
1419
1354
  prependAvatar: StringConstructor;
1420
1355
  prependIcon: vue.PropType<IconValue>;
1421
1356
  ripple: {
1422
- type: vue.PropType<boolean | {
1423
- class: string;
1424
- } | undefined>;
1357
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
1425
1358
  default: boolean;
1426
1359
  };
1427
1360
  slim: {
@@ -1438,11 +1371,11 @@ declare const VTreeviewItem: {
1438
1371
  }, vue.ExtractPropTypes<{
1439
1372
  color: StringConstructor;
1440
1373
  variant: Omit<{
1441
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1374
+ type: vue.PropType<Variant>;
1442
1375
  default: string;
1443
1376
  validator: (v: any) => boolean;
1444
1377
  }, "type" | "default"> & {
1445
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
1378
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1446
1379
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1447
1380
  };
1448
1381
  theme: StringConstructor;
@@ -1474,7 +1407,7 @@ declare const VTreeviewItem: {
1474
1407
  default: string;
1475
1408
  validator: (v: any) => boolean;
1476
1409
  };
1477
- class: vue.PropType<any>;
1410
+ class: vue.PropType<ClassValue>;
1478
1411
  style: {
1479
1412
  type: vue.PropType<vue.StyleValue>;
1480
1413
  default: null;
@@ -1490,7 +1423,7 @@ declare const VTreeviewItem: {
1490
1423
  appendIcon: vue.PropType<IconValue>;
1491
1424
  baseColor: StringConstructor;
1492
1425
  disabled: BooleanConstructor;
1493
- lines: vue.PropType<false | "one" | "two" | "three">;
1426
+ lines: vue.PropType<"one" | "two" | "three" | false>;
1494
1427
  link: {
1495
1428
  type: BooleanConstructor;
1496
1429
  default: undefined;
@@ -1499,9 +1432,7 @@ declare const VTreeviewItem: {
1499
1432
  prependAvatar: StringConstructor;
1500
1433
  prependIcon: vue.PropType<IconValue>;
1501
1434
  ripple: {
1502
- type: vue.PropType<boolean | {
1503
- class: string;
1504
- } | undefined>;
1435
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
1505
1436
  default: boolean;
1506
1437
  };
1507
1438
  slim: {
@@ -1522,8 +1453,8 @@ declare const VTreeviewGroup: {
1522
1453
  new (...args: any[]): vue.CreateComponentPublicInstance<{
1523
1454
  style: vue.StyleValue;
1524
1455
  tag: string;
1525
- collapseIcon: NonNullable<IconValue>;
1526
- expandIcon: NonNullable<IconValue>;
1456
+ collapseIcon: IconValue;
1457
+ expandIcon: IconValue;
1527
1458
  fluid: boolean;
1528
1459
  } & {
1529
1460
  color?: string | undefined;
@@ -1558,8 +1489,8 @@ declare const VTreeviewGroup: {
1558
1489
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1559
1490
  style: vue.StyleValue;
1560
1491
  tag: string;
1561
- collapseIcon: NonNullable<IconValue>;
1562
- expandIcon: NonNullable<IconValue>;
1492
+ collapseIcon: IconValue;
1493
+ expandIcon: IconValue;
1563
1494
  fluid: boolean;
1564
1495
  } & {
1565
1496
  color?: string | undefined;
@@ -1594,19 +1525,15 @@ declare const VTreeviewGroup: {
1594
1525
  }, {
1595
1526
  style: vue.StyleValue;
1596
1527
  tag: string;
1597
- collapseIcon: NonNullable<IconValue>;
1598
- expandIcon: NonNullable<IconValue>;
1528
+ collapseIcon: IconValue;
1529
+ expandIcon: IconValue;
1599
1530
  fluid: boolean;
1600
1531
  }, true, {}, vue.SlotsType<Partial<{
1601
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1602
- [key: string]: any;
1603
- }>[];
1532
+ default: () => vue.VNode[];
1604
1533
  activator: (arg: {
1605
1534
  isOpen: boolean;
1606
1535
  props: Record<string, unknown>;
1607
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1608
- [key: string]: any;
1609
- }>[];
1536
+ }) => vue.VNode[];
1610
1537
  }>>, {
1611
1538
  P: {};
1612
1539
  B: {};
@@ -1617,8 +1544,8 @@ declare const VTreeviewGroup: {
1617
1544
  }, {
1618
1545
  style: vue.StyleValue;
1619
1546
  tag: string;
1620
- collapseIcon: NonNullable<IconValue>;
1621
- expandIcon: NonNullable<IconValue>;
1547
+ collapseIcon: IconValue;
1548
+ expandIcon: IconValue;
1622
1549
  fluid: boolean;
1623
1550
  } & {
1624
1551
  color?: string | undefined;
@@ -1653,18 +1580,18 @@ declare const VTreeviewGroup: {
1653
1580
  }, {}, {}, {}, {}, {
1654
1581
  style: vue.StyleValue;
1655
1582
  tag: string;
1656
- collapseIcon: NonNullable<IconValue>;
1657
- expandIcon: NonNullable<IconValue>;
1583
+ collapseIcon: IconValue;
1584
+ expandIcon: IconValue;
1658
1585
  fluid: boolean;
1659
1586
  }>;
1660
- __isFragment?: undefined;
1661
- __isTeleport?: undefined;
1662
- __isSuspense?: undefined;
1587
+ __isFragment?: never;
1588
+ __isTeleport?: never;
1589
+ __isSuspense?: never;
1663
1590
  } & vue.ComponentOptionsBase<{
1664
1591
  style: vue.StyleValue;
1665
1592
  tag: string;
1666
- collapseIcon: NonNullable<IconValue>;
1667
- expandIcon: NonNullable<IconValue>;
1593
+ collapseIcon: IconValue;
1594
+ expandIcon: IconValue;
1668
1595
  fluid: boolean;
1669
1596
  } & {
1670
1597
  color?: string | undefined;
@@ -1699,19 +1626,15 @@ declare const VTreeviewGroup: {
1699
1626
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1700
1627
  style: vue.StyleValue;
1701
1628
  tag: string;
1702
- collapseIcon: NonNullable<IconValue>;
1703
- expandIcon: NonNullable<IconValue>;
1629
+ collapseIcon: IconValue;
1630
+ expandIcon: IconValue;
1704
1631
  fluid: boolean;
1705
1632
  }, {}, string, vue.SlotsType<Partial<{
1706
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1707
- [key: string]: any;
1708
- }>[];
1633
+ default: () => vue.VNode[];
1709
1634
  activator: (arg: {
1710
1635
  isOpen: boolean;
1711
1636
  props: Record<string, unknown>;
1712
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1713
- [key: string]: any;
1714
- }>[];
1637
+ }) => vue.VNode[];
1715
1638
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1716
1639
  color: StringConstructor;
1717
1640
  value: null;
@@ -1720,7 +1643,7 @@ declare const VTreeviewGroup: {
1720
1643
  default: null;
1721
1644
  };
1722
1645
  title: StringConstructor;
1723
- class: vue.PropType<any>;
1646
+ class: vue.PropType<ClassValue>;
1724
1647
  tag: {
1725
1648
  type: StringConstructor;
1726
1649
  default: string;
@@ -1733,14 +1656,14 @@ declare const VTreeviewGroup: {
1733
1656
  type: vue.PropType<IconValue>;
1734
1657
  default: string;
1735
1658
  }, "type" | "default"> & {
1736
- type: vue.PropType<NonNullable<IconValue>>;
1659
+ type: vue.PropType<IconValue>;
1737
1660
  default: NonNullable<IconValue>;
1738
1661
  };
1739
1662
  expandIcon: Omit<{
1740
1663
  type: vue.PropType<IconValue>;
1741
1664
  default: string;
1742
1665
  }, "type" | "default"> & {
1743
- type: vue.PropType<NonNullable<IconValue>>;
1666
+ type: vue.PropType<IconValue>;
1744
1667
  default: NonNullable<IconValue>;
1745
1668
  };
1746
1669
  fluid: BooleanConstructor;
@@ -1752,7 +1675,7 @@ declare const VTreeviewGroup: {
1752
1675
  default: null;
1753
1676
  };
1754
1677
  title: StringConstructor;
1755
- class: vue.PropType<any>;
1678
+ class: vue.PropType<ClassValue>;
1756
1679
  tag: {
1757
1680
  type: StringConstructor;
1758
1681
  default: string;
@@ -1765,14 +1688,14 @@ declare const VTreeviewGroup: {
1765
1688
  type: vue.PropType<IconValue>;
1766
1689
  default: string;
1767
1690
  }, "type" | "default"> & {
1768
- type: vue.PropType<NonNullable<IconValue>>;
1691
+ type: vue.PropType<IconValue>;
1769
1692
  default: NonNullable<IconValue>;
1770
1693
  };
1771
1694
  expandIcon: Omit<{
1772
1695
  type: vue.PropType<IconValue>;
1773
1696
  default: string;
1774
1697
  }, "type" | "default"> & {
1775
- type: vue.PropType<NonNullable<IconValue>>;
1698
+ type: vue.PropType<IconValue>;
1776
1699
  default: NonNullable<IconValue>;
1777
1700
  };
1778
1701
  fluid: BooleanConstructor;