@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
@@ -31,16 +31,17 @@ type VStepperSlot = {
31
31
  declare const VStepperVertical: {
32
32
  new (...args: any[]): vue.CreateComponentPublicInstance<{
33
33
  flat: boolean;
34
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
34
35
  style: vue.StyleValue;
35
- disabled: boolean;
36
- tag: string;
37
- mobile: boolean | null;
38
36
  eager: boolean;
37
+ mobile: boolean | null;
38
+ disabled: boolean;
39
+ multiple: boolean;
39
40
  readonly: boolean;
40
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
41
- items: readonly StepperItem[];
41
+ tag: string;
42
42
  mandatory: NonNullable<boolean | "force">;
43
- multiple: boolean;
43
+ focusable: boolean;
44
+ items: readonly StepperItem[];
44
45
  tile: boolean;
45
46
  ripple: boolean | {
46
47
  class: string;
@@ -50,21 +51,20 @@ declare const VStepperVertical: {
50
51
  itemTitle: string;
51
52
  itemValue: string;
52
53
  hideActions: boolean;
53
- focusable: boolean;
54
54
  prevText: string;
55
55
  nextText: string;
56
56
  editable: boolean;
57
57
  altLabels: boolean;
58
58
  nonLinear: boolean;
59
59
  } & {
60
+ max?: number | undefined;
61
+ color?: string | undefined;
60
62
  class?: any;
63
+ elevation?: string | number | undefined;
61
64
  theme?: string | undefined;
62
- color?: string | undefined;
63
65
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
64
66
  modelValue?: any;
65
67
  rounded?: string | number | boolean | undefined;
66
- elevation?: string | number | undefined;
67
- max?: number | undefined;
68
68
  selectedClass?: string | undefined;
69
69
  bgColor?: string | undefined;
70
70
  completeIcon?: string | undefined;
@@ -120,16 +120,17 @@ declare const VStepperVertical: {
120
120
  'update:modelValue': (val: any) => boolean;
121
121
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
122
122
  flat: boolean;
123
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
123
124
  style: vue.StyleValue;
124
- disabled: boolean;
125
- tag: string;
126
- mobile: boolean | null;
127
125
  eager: boolean;
126
+ mobile: boolean | null;
127
+ disabled: boolean;
128
+ multiple: boolean;
128
129
  readonly: boolean;
129
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
130
- items: readonly StepperItem[];
130
+ tag: string;
131
131
  mandatory: NonNullable<boolean | "force">;
132
- multiple: boolean;
132
+ focusable: boolean;
133
+ items: readonly StepperItem[];
133
134
  tile: boolean;
134
135
  ripple: boolean | {
135
136
  class: string;
@@ -139,21 +140,20 @@ declare const VStepperVertical: {
139
140
  itemTitle: string;
140
141
  itemValue: string;
141
142
  hideActions: boolean;
142
- focusable: boolean;
143
143
  prevText: string;
144
144
  nextText: string;
145
145
  editable: boolean;
146
146
  altLabels: boolean;
147
147
  nonLinear: boolean;
148
148
  } & {
149
+ max?: number | undefined;
150
+ color?: string | undefined;
149
151
  class?: any;
152
+ elevation?: string | number | undefined;
150
153
  theme?: string | undefined;
151
- color?: string | undefined;
152
154
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
153
155
  modelValue?: any;
154
156
  rounded?: string | number | boolean | undefined;
155
- elevation?: string | number | undefined;
156
- max?: number | undefined;
157
157
  selectedClass?: string | undefined;
158
158
  bgColor?: string | undefined;
159
159
  completeIcon?: string | undefined;
@@ -207,18 +207,19 @@ declare const VStepperVertical: {
207
207
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
208
208
  }, {
209
209
  flat: boolean;
210
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
210
211
  style: vue.StyleValue;
211
- disabled: boolean;
212
- tag: string;
213
- mobile: boolean | null;
214
212
  eager: boolean;
213
+ mobile: boolean | null;
214
+ disabled: boolean;
215
+ multiple: boolean;
215
216
  readonly: boolean;
217
+ tag: string;
218
+ mandatory: NonNullable<boolean | "force">;
219
+ focusable: boolean;
216
220
  modelValue: any;
217
221
  rounded: string | number | boolean;
218
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
219
222
  items: readonly StepperItem[];
220
- mandatory: NonNullable<boolean | "force">;
221
- multiple: boolean;
222
223
  tile: boolean;
223
224
  ripple: boolean | {
224
225
  class: string;
@@ -228,7 +229,6 @@ declare const VStepperVertical: {
228
229
  itemTitle: string;
229
230
  itemValue: string;
230
231
  hideActions: boolean;
231
- focusable: boolean;
232
232
  prevText: string;
233
233
  nextText: string;
234
234
  editable: boolean;
@@ -276,16 +276,17 @@ declare const VStepperVertical: {
276
276
  Defaults: {};
277
277
  }, {
278
278
  flat: boolean;
279
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
279
280
  style: vue.StyleValue;
280
- disabled: boolean;
281
- tag: string;
282
- mobile: boolean | null;
283
281
  eager: boolean;
282
+ mobile: boolean | null;
283
+ disabled: boolean;
284
+ multiple: boolean;
284
285
  readonly: boolean;
285
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
286
- items: readonly StepperItem[];
286
+ tag: string;
287
287
  mandatory: NonNullable<boolean | "force">;
288
- multiple: boolean;
288
+ focusable: boolean;
289
+ items: readonly StepperItem[];
289
290
  tile: boolean;
290
291
  ripple: boolean | {
291
292
  class: string;
@@ -295,21 +296,20 @@ declare const VStepperVertical: {
295
296
  itemTitle: string;
296
297
  itemValue: string;
297
298
  hideActions: boolean;
298
- focusable: boolean;
299
299
  prevText: string;
300
300
  nextText: string;
301
301
  editable: boolean;
302
302
  altLabels: boolean;
303
303
  nonLinear: boolean;
304
304
  } & {
305
+ max?: number | undefined;
306
+ color?: string | undefined;
305
307
  class?: any;
308
+ elevation?: string | number | undefined;
306
309
  theme?: string | undefined;
307
- color?: string | undefined;
308
310
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
309
311
  modelValue?: any;
310
312
  rounded?: string | number | boolean | undefined;
311
- elevation?: string | number | undefined;
312
- max?: number | undefined;
313
313
  selectedClass?: string | undefined;
314
314
  bgColor?: string | undefined;
315
315
  completeIcon?: string | undefined;
@@ -363,18 +363,19 @@ declare const VStepperVertical: {
363
363
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
364
364
  }, {}, {}, {}, {}, {
365
365
  flat: boolean;
366
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
366
367
  style: vue.StyleValue;
367
- disabled: boolean;
368
- tag: string;
369
- mobile: boolean | null;
370
368
  eager: boolean;
369
+ mobile: boolean | null;
370
+ disabled: boolean;
371
+ multiple: boolean;
371
372
  readonly: boolean;
373
+ tag: string;
374
+ mandatory: NonNullable<boolean | "force">;
375
+ focusable: boolean;
372
376
  modelValue: any;
373
377
  rounded: string | number | boolean;
374
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
375
378
  items: readonly StepperItem[];
376
- mandatory: NonNullable<boolean | "force">;
377
- multiple: boolean;
378
379
  tile: boolean;
379
380
  ripple: boolean | {
380
381
  class: string;
@@ -384,7 +385,6 @@ declare const VStepperVertical: {
384
385
  itemTitle: string;
385
386
  itemValue: string;
386
387
  hideActions: boolean;
387
- focusable: boolean;
388
388
  prevText: string;
389
389
  nextText: string;
390
390
  editable: boolean;
@@ -396,16 +396,17 @@ declare const VStepperVertical: {
396
396
  __isSuspense?: undefined;
397
397
  } & vue.ComponentOptionsBase<{
398
398
  flat: boolean;
399
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
399
400
  style: vue.StyleValue;
400
- disabled: boolean;
401
- tag: string;
402
- mobile: boolean | null;
403
401
  eager: boolean;
402
+ mobile: boolean | null;
403
+ disabled: boolean;
404
+ multiple: boolean;
404
405
  readonly: boolean;
405
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
406
- items: readonly StepperItem[];
406
+ tag: string;
407
407
  mandatory: NonNullable<boolean | "force">;
408
- multiple: boolean;
408
+ focusable: boolean;
409
+ items: readonly StepperItem[];
409
410
  tile: boolean;
410
411
  ripple: boolean | {
411
412
  class: string;
@@ -415,21 +416,20 @@ declare const VStepperVertical: {
415
416
  itemTitle: string;
416
417
  itemValue: string;
417
418
  hideActions: boolean;
418
- focusable: boolean;
419
419
  prevText: string;
420
420
  nextText: string;
421
421
  editable: boolean;
422
422
  altLabels: boolean;
423
423
  nonLinear: boolean;
424
424
  } & {
425
+ max?: number | undefined;
426
+ color?: string | undefined;
425
427
  class?: any;
428
+ elevation?: string | number | undefined;
426
429
  theme?: string | undefined;
427
- color?: string | undefined;
428
430
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
429
431
  modelValue?: any;
430
432
  rounded?: string | number | boolean | undefined;
431
- elevation?: string | number | undefined;
432
- max?: number | undefined;
433
433
  selectedClass?: string | undefined;
434
434
  bgColor?: string | undefined;
435
435
  completeIcon?: string | undefined;
@@ -485,18 +485,19 @@ declare const VStepperVertical: {
485
485
  'update:modelValue': (val: any) => boolean;
486
486
  }, string, {
487
487
  flat: boolean;
488
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
488
489
  style: vue.StyleValue;
489
- disabled: boolean;
490
- tag: string;
491
- mobile: boolean | null;
492
490
  eager: boolean;
491
+ mobile: boolean | null;
492
+ disabled: boolean;
493
+ multiple: boolean;
493
494
  readonly: boolean;
495
+ tag: string;
496
+ mandatory: NonNullable<boolean | "force">;
497
+ focusable: boolean;
494
498
  modelValue: any;
495
499
  rounded: string | number | boolean;
496
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
497
500
  items: readonly StepperItem[];
498
- mandatory: NonNullable<boolean | "force">;
499
- multiple: boolean;
500
501
  tile: boolean;
501
502
  ripple: boolean | {
502
503
  class: string;
@@ -506,7 +507,6 @@ declare const VStepperVertical: {
506
507
  itemTitle: string;
507
508
  itemValue: string;
508
509
  hideActions: boolean;
509
- focusable: boolean;
510
510
  prevText: string;
511
511
  nextText: string;
512
512
  editable: boolean;
@@ -547,47 +547,48 @@ declare const VStepperVertical: {
547
547
  }>[];
548
548
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
549
549
  flat: BooleanConstructor;
550
- class: vue.PropType<any>;
550
+ variant: Omit<{
551
+ type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
552
+ default: string;
553
+ validator: (v: any) => boolean;
554
+ }, "type" | "default"> & {
555
+ type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
556
+ default: NonNullable<"default" | "inset" | "accordion" | "popout">;
557
+ };
558
+ max: NumberConstructor;
559
+ color: StringConstructor;
551
560
  style: {
552
561
  type: vue.PropType<vue.StyleValue>;
553
562
  default: null;
554
563
  };
555
- theme: StringConstructor;
556
- color: StringConstructor;
564
+ eager: BooleanConstructor;
557
565
  disabled: BooleanConstructor;
566
+ multiple: BooleanConstructor;
567
+ readonly: BooleanConstructor;
568
+ class: vue.PropType<any>;
558
569
  tag: {
559
570
  type: StringConstructor;
560
571
  default: string;
561
572
  };
562
- eager: BooleanConstructor;
563
- readonly: BooleanConstructor;
564
- modelValue: {
565
- type: null;
566
- default: undefined;
567
- };
568
- rounded: {
569
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
570
- default: undefined;
571
- };
572
- variant: Omit<{
573
- type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
574
- default: string;
575
- validator: (v: any) => boolean;
576
- }, "default" | "type"> & {
577
- type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
578
- default: NonNullable<"default" | "inset" | "accordion" | "popout">;
579
- };
580
573
  mandatory: {
581
574
  type: vue.PropType<NonNullable<boolean | "force">>;
582
575
  default: NonNullable<boolean | "force">;
583
576
  };
584
- multiple: BooleanConstructor;
585
- tile: BooleanConstructor;
586
577
  elevation: {
587
578
  type: (StringConstructor | NumberConstructor)[];
588
579
  validator(v: any): boolean;
589
580
  };
590
- max: NumberConstructor;
581
+ focusable: BooleanConstructor;
582
+ theme: StringConstructor;
583
+ modelValue: {
584
+ type: null;
585
+ default: undefined;
586
+ };
587
+ rounded: {
588
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
589
+ default: undefined;
590
+ };
591
+ tile: BooleanConstructor;
591
592
  selectedClass: StringConstructor;
592
593
  bgColor: StringConstructor;
593
594
  ripple: {
@@ -605,7 +606,6 @@ declare const VStepperVertical: {
605
606
  default: string;
606
607
  };
607
608
  hideActions: BooleanConstructor;
608
- focusable: BooleanConstructor;
609
609
  mobile: {
610
610
  type: vue.PropType<boolean | null>;
611
611
  default: boolean;
@@ -639,47 +639,48 @@ declare const VStepperVertical: {
639
639
  };
640
640
  }, vue.ExtractPropTypes<{
641
641
  flat: BooleanConstructor;
642
- class: vue.PropType<any>;
642
+ variant: Omit<{
643
+ type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
644
+ default: string;
645
+ validator: (v: any) => boolean;
646
+ }, "type" | "default"> & {
647
+ type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
648
+ default: NonNullable<"default" | "inset" | "accordion" | "popout">;
649
+ };
650
+ max: NumberConstructor;
651
+ color: StringConstructor;
643
652
  style: {
644
653
  type: vue.PropType<vue.StyleValue>;
645
654
  default: null;
646
655
  };
647
- theme: StringConstructor;
648
- color: StringConstructor;
656
+ eager: BooleanConstructor;
649
657
  disabled: BooleanConstructor;
658
+ multiple: BooleanConstructor;
659
+ readonly: BooleanConstructor;
660
+ class: vue.PropType<any>;
650
661
  tag: {
651
662
  type: StringConstructor;
652
663
  default: string;
653
664
  };
654
- eager: BooleanConstructor;
655
- readonly: BooleanConstructor;
656
- modelValue: {
657
- type: null;
658
- default: undefined;
659
- };
660
- rounded: {
661
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
662
- default: undefined;
663
- };
664
- variant: Omit<{
665
- type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
666
- default: string;
667
- validator: (v: any) => boolean;
668
- }, "default" | "type"> & {
669
- type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
670
- default: NonNullable<"default" | "inset" | "accordion" | "popout">;
671
- };
672
665
  mandatory: {
673
666
  type: vue.PropType<NonNullable<boolean | "force">>;
674
667
  default: NonNullable<boolean | "force">;
675
668
  };
676
- multiple: BooleanConstructor;
677
- tile: BooleanConstructor;
678
669
  elevation: {
679
670
  type: (StringConstructor | NumberConstructor)[];
680
671
  validator(v: any): boolean;
681
672
  };
682
- max: NumberConstructor;
673
+ focusable: BooleanConstructor;
674
+ theme: StringConstructor;
675
+ modelValue: {
676
+ type: null;
677
+ default: undefined;
678
+ };
679
+ rounded: {
680
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
681
+ default: undefined;
682
+ };
683
+ tile: BooleanConstructor;
683
684
  selectedClass: StringConstructor;
684
685
  bgColor: StringConstructor;
685
686
  ripple: {
@@ -697,7 +698,6 @@ declare const VStepperVertical: {
697
698
  default: string;
698
699
  };
699
700
  hideActions: BooleanConstructor;
700
- focusable: BooleanConstructor;
701
701
  mobile: {
702
702
  type: vue.PropType<boolean | null>;
703
703
  default: boolean;
@@ -734,14 +734,15 @@ type VStepperVertical = InstanceType<typeof VStepperVertical>;
734
734
 
735
735
  declare const VStepperVerticalItem: {
736
736
  new (...args: any[]): vue.CreateComponentPublicInstance<{
737
- style: vue.StyleValue;
738
737
  error: boolean;
739
- disabled: boolean;
740
- tag: string;
741
738
  complete: boolean;
742
- static: boolean;
739
+ style: vue.StyleValue;
743
740
  eager: boolean;
741
+ disabled: boolean;
744
742
  readonly: boolean;
743
+ tag: string;
744
+ static: boolean;
745
+ focusable: boolean;
745
746
  rules: readonly ValidationRule[];
746
747
  tile: boolean;
747
748
  ripple: boolean | {
@@ -750,26 +751,25 @@ declare const VStepperVerticalItem: {
750
751
  collapseIcon: NonNullable<IconValue>;
751
752
  expandIcon: NonNullable<IconValue>;
752
753
  hideActions: boolean;
753
- focusable: boolean;
754
754
  completeIcon: string;
755
755
  editable: boolean;
756
756
  editIcon: string;
757
757
  errorIcon: string;
758
758
  } & {
759
- class?: any;
760
- title?: string | undefined;
761
- text?: string | undefined;
762
- value?: any;
763
- width?: string | number | undefined;
764
759
  height?: string | number | undefined;
760
+ width?: string | number | undefined;
765
761
  color?: string | undefined;
766
- icon?: string | undefined;
767
- rounded?: string | number | boolean | undefined;
768
762
  maxHeight?: string | number | undefined;
769
763
  maxWidth?: string | number | undefined;
770
764
  minHeight?: string | number | undefined;
771
765
  minWidth?: string | number | undefined;
766
+ value?: any;
767
+ title?: string | undefined;
768
+ text?: string | undefined;
769
+ class?: any;
770
+ icon?: string | undefined;
772
771
  elevation?: string | number | undefined;
772
+ rounded?: string | number | boolean | undefined;
773
773
  selectedClass?: string | undefined;
774
774
  bgColor?: string | undefined;
775
775
  subtitle?: string | undefined;
@@ -821,14 +821,15 @@ declare const VStepperVerticalItem: {
821
821
  'click:prev': () => true;
822
822
  'click:finish': () => true;
823
823
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
824
- style: vue.StyleValue;
825
824
  error: boolean;
826
- disabled: boolean;
827
- tag: string;
828
825
  complete: boolean;
829
- static: boolean;
826
+ style: vue.StyleValue;
830
827
  eager: boolean;
828
+ disabled: boolean;
831
829
  readonly: boolean;
830
+ tag: string;
831
+ static: boolean;
832
+ focusable: boolean;
832
833
  rules: readonly ValidationRule[];
833
834
  tile: boolean;
834
835
  ripple: boolean | {
@@ -837,26 +838,25 @@ declare const VStepperVerticalItem: {
837
838
  collapseIcon: NonNullable<IconValue>;
838
839
  expandIcon: NonNullable<IconValue>;
839
840
  hideActions: boolean;
840
- focusable: boolean;
841
841
  completeIcon: string;
842
842
  editable: boolean;
843
843
  editIcon: string;
844
844
  errorIcon: string;
845
845
  } & {
846
- class?: any;
847
- title?: string | undefined;
848
- text?: string | undefined;
849
- value?: any;
850
- width?: string | number | undefined;
851
846
  height?: string | number | undefined;
847
+ width?: string | number | undefined;
852
848
  color?: string | undefined;
853
- icon?: string | undefined;
854
- rounded?: string | number | boolean | undefined;
855
849
  maxHeight?: string | number | undefined;
856
850
  maxWidth?: string | number | undefined;
857
851
  minHeight?: string | number | undefined;
858
852
  minWidth?: string | number | undefined;
853
+ value?: any;
854
+ title?: string | undefined;
855
+ text?: string | undefined;
856
+ class?: any;
857
+ icon?: string | undefined;
859
858
  elevation?: string | number | undefined;
859
+ rounded?: string | number | boolean | undefined;
860
860
  selectedClass?: string | undefined;
861
861
  bgColor?: string | undefined;
862
862
  subtitle?: string | undefined;
@@ -904,14 +904,15 @@ declare const VStepperVerticalItem: {
904
904
  "onClick:next"?: (() => any) | undefined;
905
905
  "onClick:finish"?: (() => any) | undefined;
906
906
  }, {
907
- style: vue.StyleValue;
908
907
  error: boolean;
909
- disabled: boolean;
910
- tag: string;
911
908
  complete: boolean;
912
- static: boolean;
909
+ style: vue.StyleValue;
913
910
  eager: boolean;
911
+ disabled: boolean;
914
912
  readonly: boolean;
913
+ tag: string;
914
+ static: boolean;
915
+ focusable: boolean;
915
916
  rules: readonly ValidationRule[];
916
917
  rounded: string | number | boolean;
917
918
  tile: boolean;
@@ -921,7 +922,6 @@ declare const VStepperVerticalItem: {
921
922
  collapseIcon: NonNullable<IconValue>;
922
923
  expandIcon: NonNullable<IconValue>;
923
924
  hideActions: boolean;
924
- focusable: boolean;
925
925
  completeIcon: string;
926
926
  editable: boolean;
927
927
  editIcon: string;
@@ -962,14 +962,15 @@ declare const VStepperVerticalItem: {
962
962
  M: {};
963
963
  Defaults: {};
964
964
  }, {
965
- style: vue.StyleValue;
966
965
  error: boolean;
967
- disabled: boolean;
968
- tag: string;
969
966
  complete: boolean;
970
- static: boolean;
967
+ style: vue.StyleValue;
971
968
  eager: boolean;
969
+ disabled: boolean;
972
970
  readonly: boolean;
971
+ tag: string;
972
+ static: boolean;
973
+ focusable: boolean;
973
974
  rules: readonly ValidationRule[];
974
975
  tile: boolean;
975
976
  ripple: boolean | {
@@ -978,26 +979,25 @@ declare const VStepperVerticalItem: {
978
979
  collapseIcon: NonNullable<IconValue>;
979
980
  expandIcon: NonNullable<IconValue>;
980
981
  hideActions: boolean;
981
- focusable: boolean;
982
982
  completeIcon: string;
983
983
  editable: boolean;
984
984
  editIcon: string;
985
985
  errorIcon: string;
986
986
  } & {
987
- class?: any;
988
- title?: string | undefined;
989
- text?: string | undefined;
990
- value?: any;
991
- width?: string | number | undefined;
992
987
  height?: string | number | undefined;
988
+ width?: string | number | undefined;
993
989
  color?: string | undefined;
994
- icon?: string | undefined;
995
- rounded?: string | number | boolean | undefined;
996
990
  maxHeight?: string | number | undefined;
997
991
  maxWidth?: string | number | undefined;
998
992
  minHeight?: string | number | undefined;
999
993
  minWidth?: string | number | undefined;
994
+ value?: any;
995
+ title?: string | undefined;
996
+ text?: string | undefined;
997
+ class?: any;
998
+ icon?: string | undefined;
1000
999
  elevation?: string | number | undefined;
1000
+ rounded?: string | number | boolean | undefined;
1001
1001
  selectedClass?: string | undefined;
1002
1002
  bgColor?: string | undefined;
1003
1003
  subtitle?: string | undefined;
@@ -1045,14 +1045,15 @@ declare const VStepperVerticalItem: {
1045
1045
  "onClick:next"?: (() => any) | undefined;
1046
1046
  "onClick:finish"?: (() => any) | undefined;
1047
1047
  }, {}, {}, {}, {}, {
1048
- style: vue.StyleValue;
1049
1048
  error: boolean;
1050
- disabled: boolean;
1051
- tag: string;
1052
1049
  complete: boolean;
1053
- static: boolean;
1050
+ style: vue.StyleValue;
1054
1051
  eager: boolean;
1052
+ disabled: boolean;
1055
1053
  readonly: boolean;
1054
+ tag: string;
1055
+ static: boolean;
1056
+ focusable: boolean;
1056
1057
  rules: readonly ValidationRule[];
1057
1058
  rounded: string | number | boolean;
1058
1059
  tile: boolean;
@@ -1062,7 +1063,6 @@ declare const VStepperVerticalItem: {
1062
1063
  collapseIcon: NonNullable<IconValue>;
1063
1064
  expandIcon: NonNullable<IconValue>;
1064
1065
  hideActions: boolean;
1065
- focusable: boolean;
1066
1066
  completeIcon: string;
1067
1067
  editable: boolean;
1068
1068
  editIcon: string;
@@ -1072,14 +1072,15 @@ declare const VStepperVerticalItem: {
1072
1072
  __isTeleport?: undefined;
1073
1073
  __isSuspense?: undefined;
1074
1074
  } & vue.ComponentOptionsBase<{
1075
- style: vue.StyleValue;
1076
1075
  error: boolean;
1077
- disabled: boolean;
1078
- tag: string;
1079
1076
  complete: boolean;
1080
- static: boolean;
1077
+ style: vue.StyleValue;
1081
1078
  eager: boolean;
1079
+ disabled: boolean;
1082
1080
  readonly: boolean;
1081
+ tag: string;
1082
+ static: boolean;
1083
+ focusable: boolean;
1083
1084
  rules: readonly ValidationRule[];
1084
1085
  tile: boolean;
1085
1086
  ripple: boolean | {
@@ -1088,26 +1089,25 @@ declare const VStepperVerticalItem: {
1088
1089
  collapseIcon: NonNullable<IconValue>;
1089
1090
  expandIcon: NonNullable<IconValue>;
1090
1091
  hideActions: boolean;
1091
- focusable: boolean;
1092
1092
  completeIcon: string;
1093
1093
  editable: boolean;
1094
1094
  editIcon: string;
1095
1095
  errorIcon: string;
1096
1096
  } & {
1097
- class?: any;
1098
- title?: string | undefined;
1099
- text?: string | undefined;
1100
- value?: any;
1101
- width?: string | number | undefined;
1102
1097
  height?: string | number | undefined;
1098
+ width?: string | number | undefined;
1103
1099
  color?: string | undefined;
1104
- icon?: string | undefined;
1105
- rounded?: string | number | boolean | undefined;
1106
1100
  maxHeight?: string | number | undefined;
1107
1101
  maxWidth?: string | number | undefined;
1108
1102
  minHeight?: string | number | undefined;
1109
1103
  minWidth?: string | number | undefined;
1104
+ value?: any;
1105
+ title?: string | undefined;
1106
+ text?: string | undefined;
1107
+ class?: any;
1108
+ icon?: string | undefined;
1110
1109
  elevation?: string | number | undefined;
1110
+ rounded?: string | number | boolean | undefined;
1111
1111
  selectedClass?: string | undefined;
1112
1112
  bgColor?: string | undefined;
1113
1113
  subtitle?: string | undefined;
@@ -1159,14 +1159,15 @@ declare const VStepperVerticalItem: {
1159
1159
  'click:prev': () => true;
1160
1160
  'click:finish': () => true;
1161
1161
  }, string, {
1162
- style: vue.StyleValue;
1163
1162
  error: boolean;
1164
- disabled: boolean;
1165
- tag: string;
1166
1163
  complete: boolean;
1167
- static: boolean;
1164
+ style: vue.StyleValue;
1168
1165
  eager: boolean;
1166
+ disabled: boolean;
1169
1167
  readonly: boolean;
1168
+ tag: string;
1169
+ static: boolean;
1170
+ focusable: boolean;
1170
1171
  rules: readonly ValidationRule[];
1171
1172
  rounded: string | number | boolean;
1172
1173
  tile: boolean;
@@ -1176,7 +1177,6 @@ declare const VStepperVerticalItem: {
1176
1177
  collapseIcon: NonNullable<IconValue>;
1177
1178
  expandIcon: NonNullable<IconValue>;
1178
1179
  hideActions: boolean;
1179
- focusable: boolean;
1180
1180
  completeIcon: string;
1181
1181
  editable: boolean;
1182
1182
  editIcon: string;
@@ -1210,38 +1210,39 @@ declare const VStepperVerticalItem: {
1210
1210
  [key: string]: any;
1211
1211
  }>[];
1212
1212
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1213
- class: vue.PropType<any>;
1213
+ height: (StringConstructor | NumberConstructor)[];
1214
+ width: (StringConstructor | NumberConstructor)[];
1215
+ color: StringConstructor;
1216
+ maxHeight: (StringConstructor | NumberConstructor)[];
1217
+ maxWidth: (StringConstructor | NumberConstructor)[];
1218
+ minHeight: (StringConstructor | NumberConstructor)[];
1219
+ minWidth: (StringConstructor | NumberConstructor)[];
1220
+ value: null;
1214
1221
  style: {
1215
1222
  type: vue.PropType<vue.StyleValue>;
1216
1223
  default: null;
1217
1224
  };
1218
1225
  title: StringConstructor;
1219
1226
  text: StringConstructor;
1220
- value: null;
1221
- width: (StringConstructor | NumberConstructor)[];
1222
- height: (StringConstructor | NumberConstructor)[];
1223
- color: StringConstructor;
1227
+ eager: BooleanConstructor;
1224
1228
  disabled: BooleanConstructor;
1229
+ readonly: BooleanConstructor;
1230
+ class: vue.PropType<any>;
1225
1231
  tag: {
1226
1232
  type: StringConstructor;
1227
1233
  default: string;
1228
1234
  };
1229
1235
  static: BooleanConstructor;
1230
- eager: BooleanConstructor;
1231
- readonly: BooleanConstructor;
1232
- rounded: {
1233
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1234
- default: undefined;
1235
- };
1236
- maxHeight: (StringConstructor | NumberConstructor)[];
1237
- maxWidth: (StringConstructor | NumberConstructor)[];
1238
- minHeight: (StringConstructor | NumberConstructor)[];
1239
- minWidth: (StringConstructor | NumberConstructor)[];
1240
- tile: BooleanConstructor;
1241
1236
  elevation: {
1242
1237
  type: (StringConstructor | NumberConstructor)[];
1243
1238
  validator(v: any): boolean;
1244
1239
  };
1240
+ focusable: BooleanConstructor;
1241
+ rounded: {
1242
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1243
+ default: undefined;
1244
+ };
1245
+ tile: BooleanConstructor;
1245
1246
  selectedClass: StringConstructor;
1246
1247
  bgColor: StringConstructor;
1247
1248
  ripple: {
@@ -1253,18 +1254,17 @@ declare const VStepperVerticalItem: {
1253
1254
  collapseIcon: Omit<{
1254
1255
  type: vue.PropType<IconValue>;
1255
1256
  default: string;
1256
- }, "default" | "type"> & {
1257
+ }, "type" | "default"> & {
1257
1258
  type: vue.PropType<NonNullable<IconValue>>;
1258
1259
  default: NonNullable<IconValue>;
1259
1260
  };
1260
1261
  expandIcon: Omit<{
1261
1262
  type: vue.PropType<IconValue>;
1262
1263
  default: string;
1263
- }, "default" | "type"> & {
1264
+ }, "type" | "default"> & {
1264
1265
  type: vue.PropType<NonNullable<IconValue>>;
1265
1266
  default: NonNullable<IconValue>;
1266
1267
  };
1267
- focusable: BooleanConstructor;
1268
1268
  subtitle: StringConstructor;
1269
1269
  complete: BooleanConstructor;
1270
1270
  completeIcon: {
@@ -1288,38 +1288,39 @@ declare const VStepperVerticalItem: {
1288
1288
  };
1289
1289
  hideActions: BooleanConstructor;
1290
1290
  }, vue.ExtractPropTypes<{
1291
- class: vue.PropType<any>;
1291
+ height: (StringConstructor | NumberConstructor)[];
1292
+ width: (StringConstructor | NumberConstructor)[];
1293
+ color: StringConstructor;
1294
+ maxHeight: (StringConstructor | NumberConstructor)[];
1295
+ maxWidth: (StringConstructor | NumberConstructor)[];
1296
+ minHeight: (StringConstructor | NumberConstructor)[];
1297
+ minWidth: (StringConstructor | NumberConstructor)[];
1298
+ value: null;
1292
1299
  style: {
1293
1300
  type: vue.PropType<vue.StyleValue>;
1294
1301
  default: null;
1295
1302
  };
1296
1303
  title: StringConstructor;
1297
1304
  text: StringConstructor;
1298
- value: null;
1299
- width: (StringConstructor | NumberConstructor)[];
1300
- height: (StringConstructor | NumberConstructor)[];
1301
- color: StringConstructor;
1305
+ eager: BooleanConstructor;
1302
1306
  disabled: BooleanConstructor;
1307
+ readonly: BooleanConstructor;
1308
+ class: vue.PropType<any>;
1303
1309
  tag: {
1304
1310
  type: StringConstructor;
1305
1311
  default: string;
1306
1312
  };
1307
1313
  static: BooleanConstructor;
1308
- eager: BooleanConstructor;
1309
- readonly: BooleanConstructor;
1310
- rounded: {
1311
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1312
- default: undefined;
1313
- };
1314
- maxHeight: (StringConstructor | NumberConstructor)[];
1315
- maxWidth: (StringConstructor | NumberConstructor)[];
1316
- minHeight: (StringConstructor | NumberConstructor)[];
1317
- minWidth: (StringConstructor | NumberConstructor)[];
1318
- tile: BooleanConstructor;
1319
1314
  elevation: {
1320
1315
  type: (StringConstructor | NumberConstructor)[];
1321
1316
  validator(v: any): boolean;
1322
1317
  };
1318
+ focusable: BooleanConstructor;
1319
+ rounded: {
1320
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1321
+ default: undefined;
1322
+ };
1323
+ tile: BooleanConstructor;
1323
1324
  selectedClass: StringConstructor;
1324
1325
  bgColor: StringConstructor;
1325
1326
  ripple: {
@@ -1331,18 +1332,17 @@ declare const VStepperVerticalItem: {
1331
1332
  collapseIcon: Omit<{
1332
1333
  type: vue.PropType<IconValue>;
1333
1334
  default: string;
1334
- }, "default" | "type"> & {
1335
+ }, "type" | "default"> & {
1335
1336
  type: vue.PropType<NonNullable<IconValue>>;
1336
1337
  default: NonNullable<IconValue>;
1337
1338
  };
1338
1339
  expandIcon: Omit<{
1339
1340
  type: vue.PropType<IconValue>;
1340
1341
  default: string;
1341
- }, "default" | "type"> & {
1342
+ }, "type" | "default"> & {
1342
1343
  type: vue.PropType<NonNullable<IconValue>>;
1343
1344
  default: NonNullable<IconValue>;
1344
1345
  };
1345
- focusable: BooleanConstructor;
1346
1346
  subtitle: StringConstructor;
1347
1347
  complete: BooleanConstructor;
1348
1348
  completeIcon: {