vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -31,17 +31,18 @@ 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;
36
+ eager: boolean;
37
37
  mobile: boolean | null;
38
+ disabled: boolean;
39
+ multiple: boolean;
38
40
  readonly: boolean;
39
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
40
- items: readonly StepperItem[];
41
+ tag: string;
41
42
  mandatory: NonNullable<boolean | "force">;
42
- multiple: boolean;
43
+ focusable: boolean;
44
+ items: readonly StepperItem[];
43
45
  tile: boolean;
44
- eager: boolean;
45
46
  ripple: boolean | {
46
47
  class: string;
47
48
  } | undefined;
@@ -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,17 +120,18 @@ 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;
125
+ eager: boolean;
126
126
  mobile: boolean | null;
127
+ disabled: boolean;
128
+ multiple: boolean;
127
129
  readonly: boolean;
128
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
129
- items: readonly StepperItem[];
130
+ tag: string;
130
131
  mandatory: NonNullable<boolean | "force">;
131
- multiple: boolean;
132
+ focusable: boolean;
133
+ items: readonly StepperItem[];
132
134
  tile: boolean;
133
- eager: boolean;
134
135
  ripple: boolean | {
135
136
  class: string;
136
137
  } | undefined;
@@ -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,19 +207,20 @@ 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;
212
+ eager: boolean;
213
213
  mobile: boolean | null;
214
+ disabled: boolean;
215
+ multiple: boolean;
214
216
  readonly: boolean;
217
+ tag: string;
218
+ mandatory: NonNullable<boolean | "force">;
219
+ focusable: boolean;
215
220
  modelValue: any;
216
221
  rounded: string | number | boolean;
217
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
218
222
  items: readonly StepperItem[];
219
- mandatory: NonNullable<boolean | "force">;
220
- multiple: boolean;
221
223
  tile: boolean;
222
- eager: boolean;
223
224
  ripple: boolean | {
224
225
  class: string;
225
226
  } | undefined;
@@ -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,17 +276,18 @@ 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;
281
+ eager: boolean;
282
282
  mobile: boolean | null;
283
+ disabled: boolean;
284
+ multiple: boolean;
283
285
  readonly: boolean;
284
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
285
- items: readonly StepperItem[];
286
+ tag: string;
286
287
  mandatory: NonNullable<boolean | "force">;
287
- multiple: boolean;
288
+ focusable: boolean;
289
+ items: readonly StepperItem[];
288
290
  tile: boolean;
289
- eager: boolean;
290
291
  ripple: boolean | {
291
292
  class: string;
292
293
  } | undefined;
@@ -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,19 +363,20 @@ 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;
368
+ eager: boolean;
369
369
  mobile: boolean | null;
370
+ disabled: boolean;
371
+ multiple: boolean;
370
372
  readonly: boolean;
373
+ tag: string;
374
+ mandatory: NonNullable<boolean | "force">;
375
+ focusable: boolean;
371
376
  modelValue: any;
372
377
  rounded: string | number | boolean;
373
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
374
378
  items: readonly StepperItem[];
375
- mandatory: NonNullable<boolean | "force">;
376
- multiple: boolean;
377
379
  tile: boolean;
378
- eager: boolean;
379
380
  ripple: boolean | {
380
381
  class: string;
381
382
  } | undefined;
@@ -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,17 +396,18 @@ 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;
401
+ eager: boolean;
402
402
  mobile: boolean | null;
403
+ disabled: boolean;
404
+ multiple: boolean;
403
405
  readonly: boolean;
404
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
405
- items: readonly StepperItem[];
406
+ tag: string;
406
407
  mandatory: NonNullable<boolean | "force">;
407
- multiple: boolean;
408
+ focusable: boolean;
409
+ items: readonly StepperItem[];
408
410
  tile: boolean;
409
- eager: boolean;
410
411
  ripple: boolean | {
411
412
  class: string;
412
413
  } | undefined;
@@ -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,19 +485,20 @@ 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;
490
+ eager: boolean;
491
491
  mobile: boolean | null;
492
+ disabled: boolean;
493
+ multiple: boolean;
492
494
  readonly: boolean;
495
+ tag: string;
496
+ mandatory: NonNullable<boolean | "force">;
497
+ focusable: boolean;
493
498
  modelValue: any;
494
499
  rounded: string | number | boolean;
495
- variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
496
500
  items: readonly StepperItem[];
497
- mandatory: NonNullable<boolean | "force">;
498
- multiple: boolean;
499
501
  tile: boolean;
500
- eager: boolean;
501
502
  ripple: boolean | {
502
503
  class: string;
503
504
  } | undefined;
@@ -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
- readonly: BooleanConstructor;
563
- modelValue: {
564
- type: null;
565
- default: undefined;
566
- };
567
- rounded: {
568
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
569
- default: undefined;
570
- };
571
- variant: Omit<{
572
- type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
573
- default: string;
574
- validator: (v: any) => boolean;
575
- }, "default" | "type"> & {
576
- type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
577
- default: NonNullable<"default" | "inset" | "accordion" | "popout">;
578
- };
579
573
  mandatory: {
580
574
  type: vue.PropType<NonNullable<boolean | "force">>;
581
575
  default: NonNullable<boolean | "force">;
582
576
  };
583
- multiple: BooleanConstructor;
584
- tile: BooleanConstructor;
585
- eager: 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
- readonly: BooleanConstructor;
655
- modelValue: {
656
- type: null;
657
- default: undefined;
658
- };
659
- rounded: {
660
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
661
- default: undefined;
662
- };
663
- variant: Omit<{
664
- type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
665
- default: string;
666
- validator: (v: any) => boolean;
667
- }, "default" | "type"> & {
668
- type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
669
- default: NonNullable<"default" | "inset" | "accordion" | "popout">;
670
- };
671
665
  mandatory: {
672
666
  type: vue.PropType<NonNullable<boolean | "force">>;
673
667
  default: NonNullable<boolean | "force">;
674
668
  };
675
- multiple: BooleanConstructor;
676
- tile: BooleanConstructor;
677
- eager: 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,36 +734,36 @@ 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;
738
+ complete: boolean;
739
+ style: vue.StyleValue;
740
+ eager: boolean;
739
741
  disabled: boolean;
742
+ readonly: boolean;
740
743
  tag: string;
741
- complete: boolean;
742
744
  static: boolean;
743
- readonly: boolean;
745
+ focusable: boolean;
744
746
  rules: readonly ValidationRule[];
745
747
  tile: boolean;
746
- eager: boolean;
747
748
  ripple: boolean | {
748
749
  class: string;
749
750
  } | undefined;
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;
759
+ color?: string | undefined;
760
+ value?: any;
760
761
  title?: string | undefined;
761
762
  text?: string | undefined;
762
- value?: any;
763
- color?: string | undefined;
763
+ class?: any;
764
764
  icon?: string | undefined;
765
- rounded?: string | number | boolean | undefined;
766
765
  elevation?: string | number | undefined;
766
+ rounded?: string | number | boolean | undefined;
767
767
  selectedClass?: string | undefined;
768
768
  bgColor?: string | undefined;
769
769
  subtitle?: string | undefined;
@@ -815,36 +815,36 @@ declare const VStepperVerticalItem: {
815
815
  'click:prev': () => true;
816
816
  'click:finish': () => true;
817
817
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
818
- style: vue.StyleValue;
819
818
  error: boolean;
819
+ complete: boolean;
820
+ style: vue.StyleValue;
821
+ eager: boolean;
820
822
  disabled: boolean;
823
+ readonly: boolean;
821
824
  tag: string;
822
- complete: boolean;
823
825
  static: boolean;
824
- readonly: boolean;
826
+ focusable: boolean;
825
827
  rules: readonly ValidationRule[];
826
828
  tile: boolean;
827
- eager: boolean;
828
829
  ripple: boolean | {
829
830
  class: string;
830
831
  } | undefined;
831
832
  collapseIcon: NonNullable<IconValue>;
832
833
  expandIcon: NonNullable<IconValue>;
833
834
  hideActions: boolean;
834
- focusable: boolean;
835
835
  completeIcon: string;
836
836
  editable: boolean;
837
837
  editIcon: string;
838
838
  errorIcon: string;
839
839
  } & {
840
- class?: any;
840
+ color?: string | undefined;
841
+ value?: any;
841
842
  title?: string | undefined;
842
843
  text?: string | undefined;
843
- value?: any;
844
- color?: string | undefined;
844
+ class?: any;
845
845
  icon?: string | undefined;
846
- rounded?: string | number | boolean | undefined;
847
846
  elevation?: string | number | undefined;
847
+ rounded?: string | number | boolean | undefined;
848
848
  selectedClass?: string | undefined;
849
849
  bgColor?: string | undefined;
850
850
  subtitle?: string | undefined;
@@ -892,24 +892,24 @@ declare const VStepperVerticalItem: {
892
892
  "onClick:next"?: (() => any) | undefined;
893
893
  "onClick:finish"?: (() => any) | undefined;
894
894
  }, {
895
- style: vue.StyleValue;
896
895
  error: boolean;
896
+ complete: boolean;
897
+ style: vue.StyleValue;
898
+ eager: boolean;
897
899
  disabled: boolean;
900
+ readonly: boolean;
898
901
  tag: string;
899
- complete: boolean;
900
902
  static: boolean;
901
- readonly: boolean;
903
+ focusable: boolean;
902
904
  rules: readonly ValidationRule[];
903
905
  rounded: string | number | boolean;
904
906
  tile: boolean;
905
- eager: boolean;
906
907
  ripple: boolean | {
907
908
  class: string;
908
909
  } | undefined;
909
910
  collapseIcon: NonNullable<IconValue>;
910
911
  expandIcon: NonNullable<IconValue>;
911
912
  hideActions: boolean;
912
- focusable: boolean;
913
913
  completeIcon: string;
914
914
  editable: boolean;
915
915
  editIcon: string;
@@ -950,36 +950,36 @@ declare const VStepperVerticalItem: {
950
950
  M: {};
951
951
  Defaults: {};
952
952
  }, {
953
- style: vue.StyleValue;
954
953
  error: boolean;
954
+ complete: boolean;
955
+ style: vue.StyleValue;
956
+ eager: boolean;
955
957
  disabled: boolean;
958
+ readonly: boolean;
956
959
  tag: string;
957
- complete: boolean;
958
960
  static: boolean;
959
- readonly: boolean;
961
+ focusable: boolean;
960
962
  rules: readonly ValidationRule[];
961
963
  tile: boolean;
962
- eager: boolean;
963
964
  ripple: boolean | {
964
965
  class: string;
965
966
  } | undefined;
966
967
  collapseIcon: NonNullable<IconValue>;
967
968
  expandIcon: NonNullable<IconValue>;
968
969
  hideActions: boolean;
969
- focusable: boolean;
970
970
  completeIcon: string;
971
971
  editable: boolean;
972
972
  editIcon: string;
973
973
  errorIcon: string;
974
974
  } & {
975
- class?: any;
975
+ color?: string | undefined;
976
+ value?: any;
976
977
  title?: string | undefined;
977
978
  text?: string | undefined;
978
- value?: any;
979
- color?: string | undefined;
979
+ class?: any;
980
980
  icon?: string | undefined;
981
- rounded?: string | number | boolean | undefined;
982
981
  elevation?: string | number | undefined;
982
+ rounded?: string | number | boolean | undefined;
983
983
  selectedClass?: string | undefined;
984
984
  bgColor?: string | undefined;
985
985
  subtitle?: string | undefined;
@@ -1027,24 +1027,24 @@ declare const VStepperVerticalItem: {
1027
1027
  "onClick:next"?: (() => any) | undefined;
1028
1028
  "onClick:finish"?: (() => any) | undefined;
1029
1029
  }, {}, {}, {}, {}, {
1030
- style: vue.StyleValue;
1031
1030
  error: boolean;
1031
+ complete: boolean;
1032
+ style: vue.StyleValue;
1033
+ eager: boolean;
1032
1034
  disabled: boolean;
1035
+ readonly: boolean;
1033
1036
  tag: string;
1034
- complete: boolean;
1035
1037
  static: boolean;
1036
- readonly: boolean;
1038
+ focusable: boolean;
1037
1039
  rules: readonly ValidationRule[];
1038
1040
  rounded: string | number | boolean;
1039
1041
  tile: boolean;
1040
- eager: boolean;
1041
1042
  ripple: boolean | {
1042
1043
  class: string;
1043
1044
  } | undefined;
1044
1045
  collapseIcon: NonNullable<IconValue>;
1045
1046
  expandIcon: NonNullable<IconValue>;
1046
1047
  hideActions: boolean;
1047
- focusable: boolean;
1048
1048
  completeIcon: string;
1049
1049
  editable: boolean;
1050
1050
  editIcon: string;
@@ -1054,36 +1054,36 @@ declare const VStepperVerticalItem: {
1054
1054
  __isTeleport?: undefined;
1055
1055
  __isSuspense?: undefined;
1056
1056
  } & vue.ComponentOptionsBase<{
1057
- style: vue.StyleValue;
1058
1057
  error: boolean;
1058
+ complete: boolean;
1059
+ style: vue.StyleValue;
1060
+ eager: boolean;
1059
1061
  disabled: boolean;
1062
+ readonly: boolean;
1060
1063
  tag: string;
1061
- complete: boolean;
1062
1064
  static: boolean;
1063
- readonly: boolean;
1065
+ focusable: boolean;
1064
1066
  rules: readonly ValidationRule[];
1065
1067
  tile: boolean;
1066
- eager: boolean;
1067
1068
  ripple: boolean | {
1068
1069
  class: string;
1069
1070
  } | undefined;
1070
1071
  collapseIcon: NonNullable<IconValue>;
1071
1072
  expandIcon: NonNullable<IconValue>;
1072
1073
  hideActions: boolean;
1073
- focusable: boolean;
1074
1074
  completeIcon: string;
1075
1075
  editable: boolean;
1076
1076
  editIcon: string;
1077
1077
  errorIcon: string;
1078
1078
  } & {
1079
- class?: any;
1079
+ color?: string | undefined;
1080
+ value?: any;
1080
1081
  title?: string | undefined;
1081
1082
  text?: string | undefined;
1082
- value?: any;
1083
- color?: string | undefined;
1083
+ class?: any;
1084
1084
  icon?: string | undefined;
1085
- rounded?: string | number | boolean | undefined;
1086
1085
  elevation?: string | number | undefined;
1086
+ rounded?: string | number | boolean | undefined;
1087
1087
  selectedClass?: string | undefined;
1088
1088
  bgColor?: string | undefined;
1089
1089
  subtitle?: string | undefined;
@@ -1135,24 +1135,24 @@ declare const VStepperVerticalItem: {
1135
1135
  'click:prev': () => true;
1136
1136
  'click:finish': () => true;
1137
1137
  }, string, {
1138
- style: vue.StyleValue;
1139
1138
  error: boolean;
1139
+ complete: boolean;
1140
+ style: vue.StyleValue;
1141
+ eager: boolean;
1140
1142
  disabled: boolean;
1143
+ readonly: boolean;
1141
1144
  tag: string;
1142
- complete: boolean;
1143
1145
  static: boolean;
1144
- readonly: boolean;
1146
+ focusable: boolean;
1145
1147
  rules: readonly ValidationRule[];
1146
1148
  rounded: string | number | boolean;
1147
1149
  tile: boolean;
1148
- eager: boolean;
1149
1150
  ripple: boolean | {
1150
1151
  class: string;
1151
1152
  } | undefined;
1152
1153
  collapseIcon: NonNullable<IconValue>;
1153
1154
  expandIcon: NonNullable<IconValue>;
1154
1155
  hideActions: boolean;
1155
- focusable: boolean;
1156
1156
  completeIcon: string;
1157
1157
  editable: boolean;
1158
1158
  editIcon: string;
@@ -1186,32 +1186,33 @@ declare const VStepperVerticalItem: {
1186
1186
  [key: string]: any;
1187
1187
  }>[];
1188
1188
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1189
- class: vue.PropType<any>;
1189
+ color: StringConstructor;
1190
+ value: null;
1190
1191
  style: {
1191
1192
  type: vue.PropType<vue.StyleValue>;
1192
1193
  default: null;
1193
1194
  };
1194
1195
  title: StringConstructor;
1195
1196
  text: StringConstructor;
1196
- value: null;
1197
- color: StringConstructor;
1197
+ eager: BooleanConstructor;
1198
1198
  disabled: BooleanConstructor;
1199
+ readonly: BooleanConstructor;
1200
+ class: vue.PropType<any>;
1199
1201
  tag: {
1200
1202
  type: StringConstructor;
1201
1203
  default: string;
1202
1204
  };
1203
1205
  static: BooleanConstructor;
1204
- readonly: BooleanConstructor;
1205
- rounded: {
1206
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1207
- default: undefined;
1208
- };
1209
- tile: BooleanConstructor;
1210
- eager: BooleanConstructor;
1211
1206
  elevation: {
1212
1207
  type: (StringConstructor | NumberConstructor)[];
1213
1208
  validator(v: any): boolean;
1214
1209
  };
1210
+ focusable: BooleanConstructor;
1211
+ rounded: {
1212
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1213
+ default: undefined;
1214
+ };
1215
+ tile: BooleanConstructor;
1215
1216
  selectedClass: StringConstructor;
1216
1217
  bgColor: StringConstructor;
1217
1218
  ripple: {
@@ -1223,18 +1224,17 @@ declare const VStepperVerticalItem: {
1223
1224
  collapseIcon: Omit<{
1224
1225
  type: vue.PropType<IconValue>;
1225
1226
  default: string;
1226
- }, "default" | "type"> & {
1227
+ }, "type" | "default"> & {
1227
1228
  type: vue.PropType<NonNullable<IconValue>>;
1228
1229
  default: NonNullable<IconValue>;
1229
1230
  };
1230
1231
  expandIcon: Omit<{
1231
1232
  type: vue.PropType<IconValue>;
1232
1233
  default: string;
1233
- }, "default" | "type"> & {
1234
+ }, "type" | "default"> & {
1234
1235
  type: vue.PropType<NonNullable<IconValue>>;
1235
1236
  default: NonNullable<IconValue>;
1236
1237
  };
1237
- focusable: BooleanConstructor;
1238
1238
  subtitle: StringConstructor;
1239
1239
  complete: BooleanConstructor;
1240
1240
  completeIcon: {
@@ -1258,32 +1258,33 @@ declare const VStepperVerticalItem: {
1258
1258
  };
1259
1259
  hideActions: BooleanConstructor;
1260
1260
  }, vue.ExtractPropTypes<{
1261
- class: vue.PropType<any>;
1261
+ color: StringConstructor;
1262
+ value: null;
1262
1263
  style: {
1263
1264
  type: vue.PropType<vue.StyleValue>;
1264
1265
  default: null;
1265
1266
  };
1266
1267
  title: StringConstructor;
1267
1268
  text: StringConstructor;
1268
- value: null;
1269
- color: StringConstructor;
1269
+ eager: BooleanConstructor;
1270
1270
  disabled: BooleanConstructor;
1271
+ readonly: BooleanConstructor;
1272
+ class: vue.PropType<any>;
1271
1273
  tag: {
1272
1274
  type: StringConstructor;
1273
1275
  default: string;
1274
1276
  };
1275
1277
  static: BooleanConstructor;
1276
- readonly: BooleanConstructor;
1277
- rounded: {
1278
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1279
- default: undefined;
1280
- };
1281
- tile: BooleanConstructor;
1282
- eager: BooleanConstructor;
1283
1278
  elevation: {
1284
1279
  type: (StringConstructor | NumberConstructor)[];
1285
1280
  validator(v: any): boolean;
1286
1281
  };
1282
+ focusable: BooleanConstructor;
1283
+ rounded: {
1284
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1285
+ default: undefined;
1286
+ };
1287
+ tile: BooleanConstructor;
1287
1288
  selectedClass: StringConstructor;
1288
1289
  bgColor: StringConstructor;
1289
1290
  ripple: {
@@ -1295,18 +1296,17 @@ declare const VStepperVerticalItem: {
1295
1296
  collapseIcon: Omit<{
1296
1297
  type: vue.PropType<IconValue>;
1297
1298
  default: string;
1298
- }, "default" | "type"> & {
1299
+ }, "type" | "default"> & {
1299
1300
  type: vue.PropType<NonNullable<IconValue>>;
1300
1301
  default: NonNullable<IconValue>;
1301
1302
  };
1302
1303
  expandIcon: Omit<{
1303
1304
  type: vue.PropType<IconValue>;
1304
1305
  default: string;
1305
- }, "default" | "type"> & {
1306
+ }, "type" | "default"> & {
1306
1307
  type: vue.PropType<NonNullable<IconValue>>;
1307
1308
  default: NonNullable<IconValue>;
1308
1309
  };
1309
- focusable: BooleanConstructor;
1310
1310
  subtitle: StringConstructor;
1311
1311
  complete: BooleanConstructor;
1312
1312
  completeIcon: {