@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05

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 (112) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2934 -2934
  6. package/dist/vuetify-labs.d.ts +999 -999
  7. package/dist/vuetify-labs.esm.js +11 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +11 -27
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2805 -2805
  12. package/dist/vuetify.d.ts +849 -849
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/components/VAlert/index.d.mts +10 -10
  18. package/lib/components/VAppBar/index.d.mts +18 -18
  19. package/lib/components/VAutocomplete/index.d.mts +109 -109
  20. package/lib/components/VAvatar/index.d.mts +4 -4
  21. package/lib/components/VBadge/index.d.mts +4 -4
  22. package/lib/components/VBanner/index.d.mts +14 -14
  23. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  24. package/lib/components/VBottomSheet/index.d.mts +11 -11
  25. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  26. package/lib/components/VBtn/index.d.mts +14 -14
  27. package/lib/components/VBtnGroup/index.d.mts +4 -4
  28. package/lib/components/VBtnToggle/index.d.mts +4 -4
  29. package/lib/components/VCard/index.d.mts +14 -14
  30. package/lib/components/VCarousel/index.d.mts +13 -13
  31. package/lib/components/VCheckbox/index.d.mts +4 -4
  32. package/lib/components/VChip/index.d.mts +8 -8
  33. package/lib/components/VChipGroup/index.d.mts +4 -4
  34. package/lib/components/VColorPicker/index.d.mts +22 -22
  35. package/lib/components/VCombobox/index.d.mts +109 -109
  36. package/lib/components/VDataTable/index.d.mts +14 -14
  37. package/lib/components/VDatePicker/index.d.mts +12 -12
  38. package/lib/components/VDialog/index.d.mts +50 -50
  39. package/lib/components/VEmptyState/index.d.mts +8 -8
  40. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  41. package/lib/components/VFab/index.d.mts +18 -18
  42. package/lib/components/VFileInput/index.d.mts +6 -6
  43. package/lib/components/VFooter/index.d.mts +4 -4
  44. package/lib/components/VIcon/index.d.mts +4 -4
  45. package/lib/components/VInput/index.d.mts +2 -2
  46. package/lib/components/VItemGroup/index.d.mts +4 -4
  47. package/lib/components/VLabel/index.d.mts +4 -4
  48. package/lib/components/VList/index.d.mts +23 -23
  49. package/lib/components/VMenu/index.d.mts +50 -50
  50. package/lib/components/VMessages/index.d.mts +8 -8
  51. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  52. package/lib/components/VOtpInput/index.d.mts +4 -4
  53. package/lib/components/VOverlay/index.d.mts +11 -11
  54. package/lib/components/VPagination/index.d.mts +4 -4
  55. package/lib/components/VProgressCircular/index.d.mts +4 -4
  56. package/lib/components/VRadioGroup/index.d.mts +2 -2
  57. package/lib/components/VRangeSlider/index.d.mts +8 -8
  58. package/lib/components/VSelect/index.d.mts +109 -109
  59. package/lib/components/VSheet/index.d.mts +10 -10
  60. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  61. package/lib/components/VSlider/index.d.mts +8 -8
  62. package/lib/components/VSnackbar/index.d.mts +62 -62
  63. package/lib/components/VSpeedDial/index.d.mts +11 -11
  64. package/lib/components/VStepper/index.d.mts +12 -12
  65. package/lib/components/VSwitch/index.d.mts +2 -2
  66. package/lib/components/VSystemBar/index.d.mts +4 -4
  67. package/lib/components/VTabs/index.d.mts +53 -53
  68. package/lib/components/VTextField/index.d.mts +13 -13
  69. package/lib/components/VTextarea/index.d.mts +10 -10
  70. package/lib/components/VTimeline/index.d.mts +4 -4
  71. package/lib/components/VToolbar/index.d.mts +4 -4
  72. package/lib/components/VTooltip/index.d.mts +45 -45
  73. package/lib/components/VWindow/index.d.mts +6 -6
  74. package/lib/components/index.d.mts +810 -810
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +39 -39
  78. package/lib/labs/VDateInput/index.d.mts +12 -12
  79. package/lib/labs/VNumberInput/index.d.mts +67 -67
  80. package/lib/labs/VPicker/index.d.mts +10 -10
  81. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  82. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  83. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  84. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  85. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  86. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  87. package/lib/labs/VTimePicker/index.d.mts +26 -26
  88. package/lib/labs/VTimePicker/util.mjs +5 -0
  89. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  90. package/lib/labs/VTreeview/index.d.mts +40 -40
  91. package/lib/labs/components.d.mts +256 -256
  92. package/package.json +6 -8
  93. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  94. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  95. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  96. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  97. package/lib/components/VDatePicker/util/index.mjs +0 -9
  98. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  99. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  100. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  101. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  102. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  103. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  104. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  105. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  106. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  107. package/lib/services/goto/easing-patterns.mjs +0 -27
  108. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  109. package/lib/services/goto/index.mjs +0 -73
  110. package/lib/services/goto/index.mjs.map +0 -1
  111. package/lib/services/goto/util.mjs +0 -39
  112. package/lib/services/goto/util.mjs.map +0 -1
@@ -31,10 +31,10 @@ declare const VEmptyState: {
31
31
  image?: string | undefined;
32
32
  text?: string | undefined;
33
33
  class?: any;
34
+ theme?: string | undefined;
35
+ to?: string | undefined;
34
36
  icon?: IconValue | undefined;
35
37
  href?: string | undefined;
36
- to?: string | undefined;
37
- theme?: string | undefined;
38
38
  bgColor?: string | undefined;
39
39
  actionText?: string | undefined;
40
40
  headline?: string | undefined;
@@ -95,10 +95,10 @@ declare const VEmptyState: {
95
95
  image?: string | undefined;
96
96
  text?: string | undefined;
97
97
  class?: any;
98
+ theme?: string | undefined;
99
+ to?: string | undefined;
98
100
  icon?: IconValue | undefined;
99
101
  href?: string | undefined;
100
- to?: string | undefined;
101
- theme?: string | undefined;
102
102
  bgColor?: string | undefined;
103
103
  actionText?: string | undefined;
104
104
  headline?: string | undefined;
@@ -180,10 +180,10 @@ declare const VEmptyState: {
180
180
  image?: string | undefined;
181
181
  text?: string | undefined;
182
182
  class?: any;
183
+ theme?: string | undefined;
184
+ to?: string | undefined;
183
185
  icon?: IconValue | undefined;
184
186
  href?: string | undefined;
185
- to?: string | undefined;
186
- theme?: string | undefined;
187
187
  bgColor?: string | undefined;
188
188
  actionText?: string | undefined;
189
189
  headline?: string | undefined;
@@ -251,10 +251,10 @@ declare const VEmptyState: {
251
251
  image?: string | undefined;
252
252
  text?: string | undefined;
253
253
  class?: any;
254
+ theme?: string | undefined;
255
+ to?: string | undefined;
254
256
  icon?: IconValue | undefined;
255
257
  href?: string | undefined;
256
- to?: string | undefined;
257
- theme?: string | undefined;
258
258
  bgColor?: string | undefined;
259
259
  actionText?: string | undefined;
260
260
  headline?: string | undefined;
@@ -53,9 +53,9 @@ declare const VExpansionPanels: {
53
53
  max?: number | undefined;
54
54
  color?: string | undefined;
55
55
  class?: any;
56
+ theme?: string | undefined;
56
57
  mandatory?: boolean | "force" | undefined;
57
58
  elevation?: string | number | undefined;
58
- theme?: string | undefined;
59
59
  modelValue?: any;
60
60
  rounded?: string | number | boolean | undefined;
61
61
  selectedClass?: string | undefined;
@@ -98,9 +98,9 @@ declare const VExpansionPanels: {
98
98
  max?: number | undefined;
99
99
  color?: string | undefined;
100
100
  class?: any;
101
+ theme?: string | undefined;
101
102
  mandatory?: boolean | "force" | undefined;
102
103
  elevation?: string | number | undefined;
103
- theme?: string | undefined;
104
104
  modelValue?: any;
105
105
  rounded?: string | number | boolean | undefined;
106
106
  selectedClass?: string | undefined;
@@ -167,9 +167,9 @@ declare const VExpansionPanels: {
167
167
  max?: number | undefined;
168
168
  color?: string | undefined;
169
169
  class?: any;
170
+ theme?: string | undefined;
170
171
  mandatory?: boolean | "force" | undefined;
171
172
  elevation?: string | number | undefined;
172
- theme?: string | undefined;
173
173
  modelValue?: any;
174
174
  rounded?: string | number | boolean | undefined;
175
175
  selectedClass?: string | undefined;
@@ -234,9 +234,9 @@ declare const VExpansionPanels: {
234
234
  max?: number | undefined;
235
235
  color?: string | undefined;
236
236
  class?: any;
237
+ theme?: string | undefined;
237
238
  mandatory?: boolean | "force" | undefined;
238
239
  elevation?: string | number | undefined;
239
- theme?: string | undefined;
240
240
  modelValue?: any;
241
241
  rounded?: string | number | boolean | undefined;
242
242
  selectedClass?: string | undefined;
@@ -104,16 +104,16 @@ declare const VFab: {
104
104
  maxWidth?: string | number | undefined;
105
105
  minHeight?: string | number | undefined;
106
106
  minWidth?: string | number | undefined;
107
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
107
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
108
108
  value?: any;
109
109
  loading?: string | boolean | undefined;
110
110
  text?: string | undefined;
111
111
  class?: any;
112
+ theme?: string | undefined;
113
+ to?: vue_router.RouteLocationRaw | undefined;
112
114
  icon?: boolean | IconValue | undefined;
113
115
  href?: string | undefined;
114
116
  elevation?: string | number | undefined;
115
- to?: vue_router.RouteLocationRaw | undefined;
116
- theme?: string | undefined;
117
117
  rounded?: string | number | boolean | undefined;
118
118
  baseColor?: string | undefined;
119
119
  selectedClass?: string | undefined;
@@ -175,16 +175,16 @@ declare const VFab: {
175
175
  maxWidth?: string | number | undefined;
176
176
  minHeight?: string | number | undefined;
177
177
  minWidth?: string | number | undefined;
178
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
178
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
179
179
  value?: any;
180
180
  loading?: string | boolean | undefined;
181
181
  text?: string | undefined;
182
182
  class?: any;
183
+ theme?: string | undefined;
184
+ to?: vue_router.RouteLocationRaw | undefined;
183
185
  icon?: boolean | IconValue | undefined;
184
186
  href?: string | undefined;
185
187
  elevation?: string | number | undefined;
186
- to?: vue_router.RouteLocationRaw | undefined;
187
- theme?: string | undefined;
188
188
  rounded?: string | number | boolean | undefined;
189
189
  baseColor?: string | undefined;
190
190
  selectedClass?: string | undefined;
@@ -285,16 +285,16 @@ declare const VFab: {
285
285
  maxWidth?: string | number | undefined;
286
286
  minHeight?: string | number | undefined;
287
287
  minWidth?: string | number | undefined;
288
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
288
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
289
289
  value?: any;
290
290
  loading?: string | boolean | undefined;
291
291
  text?: string | undefined;
292
292
  class?: any;
293
+ theme?: string | undefined;
294
+ to?: vue_router.RouteLocationRaw | undefined;
293
295
  icon?: boolean | IconValue | undefined;
294
296
  href?: string | undefined;
295
297
  elevation?: string | number | undefined;
296
- to?: vue_router.RouteLocationRaw | undefined;
297
- theme?: string | undefined;
298
298
  rounded?: string | number | boolean | undefined;
299
299
  baseColor?: string | undefined;
300
300
  selectedClass?: string | undefined;
@@ -390,16 +390,16 @@ declare const VFab: {
390
390
  maxWidth?: string | number | undefined;
391
391
  minHeight?: string | number | undefined;
392
392
  minWidth?: string | number | undefined;
393
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
393
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
394
394
  value?: any;
395
395
  loading?: string | boolean | undefined;
396
396
  text?: string | undefined;
397
397
  class?: any;
398
+ theme?: string | undefined;
399
+ to?: vue_router.RouteLocationRaw | undefined;
398
400
  icon?: boolean | IconValue | undefined;
399
401
  href?: string | undefined;
400
402
  elevation?: string | number | undefined;
401
- to?: vue_router.RouteLocationRaw | undefined;
402
- theme?: string | undefined;
403
403
  rounded?: string | number | boolean | undefined;
404
404
  baseColor?: string | undefined;
405
405
  selectedClass?: string | undefined;
@@ -509,7 +509,7 @@ declare const VFab: {
509
509
  minHeight: (StringConstructor | NumberConstructor)[];
510
510
  minWidth: (StringConstructor | NumberConstructor)[];
511
511
  position: {
512
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
512
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
513
513
  validator: (v: any) => boolean;
514
514
  };
515
515
  value: null;
@@ -526,6 +526,7 @@ declare const VFab: {
526
526
  };
527
527
  readonly: BooleanConstructor;
528
528
  class: vue.PropType<ClassValue>;
529
+ theme: StringConstructor;
529
530
  tag: Omit<{
530
531
  type: StringConstructor;
531
532
  default: string;
@@ -533,14 +534,13 @@ declare const VFab: {
533
534
  type: vue.PropType<string>;
534
535
  default: string;
535
536
  };
537
+ to: vue.PropType<vue_router.RouteLocationRaw>;
536
538
  icon: vue.PropType<boolean | IconValue>;
537
539
  href: StringConstructor;
538
540
  elevation: {
539
541
  type: (StringConstructor | NumberConstructor)[];
540
542
  validator(v: any): boolean;
541
543
  };
542
- to: vue.PropType<vue_router.RouteLocationRaw>;
543
- theme: StringConstructor;
544
544
  rounded: {
545
545
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
546
546
  default: undefined;
@@ -627,7 +627,7 @@ declare const VFab: {
627
627
  minHeight: (StringConstructor | NumberConstructor)[];
628
628
  minWidth: (StringConstructor | NumberConstructor)[];
629
629
  position: {
630
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
630
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
631
631
  validator: (v: any) => boolean;
632
632
  };
633
633
  value: null;
@@ -644,6 +644,7 @@ declare const VFab: {
644
644
  };
645
645
  readonly: BooleanConstructor;
646
646
  class: vue.PropType<ClassValue>;
647
+ theme: StringConstructor;
647
648
  tag: Omit<{
648
649
  type: StringConstructor;
649
650
  default: string;
@@ -651,14 +652,13 @@ declare const VFab: {
651
652
  type: vue.PropType<string>;
652
653
  default: string;
653
654
  };
655
+ to: vue.PropType<vue_router.RouteLocationRaw>;
654
656
  icon: vue.PropType<boolean | IconValue>;
655
657
  href: StringConstructor;
656
658
  elevation: {
657
659
  type: (StringConstructor | NumberConstructor)[];
658
660
  validator(v: any): boolean;
659
661
  };
660
- to: vue.PropType<vue_router.RouteLocationRaw>;
661
- theme: StringConstructor;
662
662
  rounded: {
663
663
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
664
664
  default: undefined;
@@ -382,7 +382,7 @@ declare const VFileInput: {
382
382
  errorMessages: vue.ComputedRef<string[]>;
383
383
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
384
384
  'update:modelValue': (value: any) => true;
385
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
385
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
386
386
  error: boolean;
387
387
  direction: "horizontal" | "vertical";
388
388
  style: vue.StyleValue;
@@ -465,7 +465,7 @@ declare const VFileInput: {
465
465
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
466
466
  modelValue?: unknown;
467
467
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
468
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
468
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
469
469
  _allExposed: {
470
470
  reset: () => Promise<void>;
471
471
  resetValidation: () => Promise<void>;
@@ -954,7 +954,7 @@ declare const VFileInput: {
954
954
  errorMessages: vue.ComputedRef<string[]>;
955
955
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
956
956
  'update:modelValue': (value: any) => true;
957
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
957
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
958
958
  error: boolean;
959
959
  direction: "horizontal" | "vertical";
960
960
  style: vue.StyleValue;
@@ -1037,7 +1037,7 @@ declare const VFileInput: {
1037
1037
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1038
1038
  modelValue?: unknown;
1039
1039
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1040
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1040
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1041
1041
  _allExposed: {
1042
1042
  reset: () => Promise<void>;
1043
1043
  resetValidation: () => Promise<void>;
@@ -1361,7 +1361,7 @@ declare const VFileInput: {
1361
1361
  errorMessages: vue.ComputedRef<string[]>;
1362
1362
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1363
1363
  'update:modelValue': (value: any) => true;
1364
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1364
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1365
1365
  error: boolean;
1366
1366
  direction: "horizontal" | "vertical";
1367
1367
  style: vue.StyleValue;
@@ -1444,7 +1444,7 @@ declare const VFileInput: {
1444
1444
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1445
1445
  modelValue?: unknown;
1446
1446
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1447
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1447
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1448
1448
  _allExposed: {
1449
1449
  reset: () => Promise<void>;
1450
1450
  resetValidation: () => Promise<void>;
@@ -21,8 +21,8 @@ declare const VFooter: {
21
21
  border?: string | number | boolean | undefined;
22
22
  color?: string | undefined;
23
23
  class?: any;
24
- elevation?: string | number | undefined;
25
24
  theme?: string | undefined;
25
+ elevation?: string | number | undefined;
26
26
  rounded?: string | number | boolean | undefined;
27
27
  } & {
28
28
  $children?: vue.VNodeChild | {
@@ -46,8 +46,8 @@ declare const VFooter: {
46
46
  border?: string | number | boolean | undefined;
47
47
  color?: string | undefined;
48
48
  class?: any;
49
- elevation?: string | number | undefined;
50
49
  theme?: string | undefined;
50
+ elevation?: string | number | undefined;
51
51
  rounded?: string | number | boolean | undefined;
52
52
  } & {
53
53
  $children?: vue.VNodeChild | {
@@ -89,8 +89,8 @@ declare const VFooter: {
89
89
  border?: string | number | boolean | undefined;
90
90
  color?: string | undefined;
91
91
  class?: any;
92
- elevation?: string | number | undefined;
93
92
  theme?: string | undefined;
93
+ elevation?: string | number | undefined;
94
94
  rounded?: string | number | boolean | undefined;
95
95
  } & {
96
96
  $children?: vue.VNodeChild | {
@@ -127,8 +127,8 @@ declare const VFooter: {
127
127
  border?: string | number | boolean | undefined;
128
128
  color?: string | undefined;
129
129
  class?: any;
130
- elevation?: string | number | undefined;
131
130
  theme?: string | undefined;
131
+ elevation?: string | number | undefined;
132
132
  rounded?: string | number | boolean | undefined;
133
133
  } & {
134
134
  $children?: vue.VNodeChild | {
@@ -296,8 +296,8 @@ declare const VIcon: {
296
296
  } & {
297
297
  color?: string | undefined;
298
298
  class?: any;
299
- icon?: IconValue | undefined;
300
299
  theme?: string | undefined;
300
+ icon?: IconValue | undefined;
301
301
  } & {
302
302
  $children?: vue.VNodeChild | {
303
303
  default?: (() => vue.VNodeChild) | undefined;
@@ -317,8 +317,8 @@ declare const VIcon: {
317
317
  } & {
318
318
  color?: string | undefined;
319
319
  class?: any;
320
- icon?: IconValue | undefined;
321
320
  theme?: string | undefined;
321
+ icon?: IconValue | undefined;
322
322
  } & {
323
323
  $children?: vue.VNodeChild | {
324
324
  default?: (() => vue.VNodeChild) | undefined;
@@ -354,8 +354,8 @@ declare const VIcon: {
354
354
  } & {
355
355
  color?: string | undefined;
356
356
  class?: any;
357
- icon?: IconValue | undefined;
358
357
  theme?: string | undefined;
358
+ icon?: IconValue | undefined;
359
359
  } & {
360
360
  $children?: vue.VNodeChild | {
361
361
  default?: (() => vue.VNodeChild) | undefined;
@@ -386,8 +386,8 @@ declare const VIcon: {
386
386
  } & {
387
387
  color?: string | undefined;
388
388
  class?: any;
389
- icon?: IconValue | undefined;
390
389
  theme?: string | undefined;
390
+ icon?: IconValue | undefined;
391
391
  } & {
392
392
  $children?: vue.VNodeChild | {
393
393
  default?: (() => vue.VNodeChild) | undefined;
@@ -129,7 +129,7 @@ declare const VInput: {
129
129
  errorMessages: ComputedRef<string[]>;
130
130
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
131
131
  'update:modelValue': (value: any) => true;
132
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
132
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
133
133
  error: boolean;
134
134
  direction: "horizontal" | "vertical";
135
135
  style: vue.StyleValue;
@@ -289,7 +289,7 @@ declare const VInput: {
289
289
  errorMessages: ComputedRef<string[]>;
290
290
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
291
291
  'update:modelValue': (value: any) => true;
292
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
292
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
293
293
  error: boolean;
294
294
  direction: "horizontal" | "vertical";
295
295
  style: vue.StyleValue;
@@ -51,8 +51,8 @@ declare const VItemGroup: {
51
51
  } & {
52
52
  max?: number | undefined;
53
53
  class?: any;
54
- mandatory?: boolean | "force" | undefined;
55
54
  theme?: string | undefined;
55
+ mandatory?: boolean | "force" | undefined;
56
56
  } & {}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
57
57
  'update:modelValue': (value: any) => true;
58
58
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -64,8 +64,8 @@ declare const VItemGroup: {
64
64
  } & {
65
65
  max?: number | undefined;
66
66
  class?: any;
67
- mandatory?: boolean | "force" | undefined;
68
67
  theme?: string | undefined;
68
+ mandatory?: boolean | "force" | undefined;
69
69
  } & {}, {
70
70
  style: vue.StyleValue;
71
71
  disabled: boolean;
@@ -96,8 +96,8 @@ declare const VItemGroup: {
96
96
  } & {
97
97
  max?: number | undefined;
98
98
  class?: any;
99
- mandatory?: boolean | "force" | undefined;
100
99
  theme?: string | undefined;
100
+ mandatory?: boolean | "force" | undefined;
101
101
  } & {}, () => JSX.Element, {}, {}, {}, {
102
102
  style: vue.StyleValue;
103
103
  disabled: boolean;
@@ -117,8 +117,8 @@ declare const VItemGroup: {
117
117
  } & {
118
118
  max?: number | undefined;
119
119
  class?: any;
120
- mandatory?: boolean | "force" | undefined;
121
120
  theme?: string | undefined;
121
+ mandatory?: boolean | "force" | undefined;
122
122
  } & {}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
123
123
  'update:modelValue': (value: any) => true;
124
124
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
@@ -13,8 +13,8 @@ declare const VLabel: {
13
13
  } & {
14
14
  text?: string | undefined;
15
15
  class?: any;
16
- onClick?: ((args_0: MouseEvent) => void) | undefined;
17
16
  theme?: string | undefined;
17
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
18
18
  } & {
19
19
  $children?: vue.VNodeChild | {
20
20
  default?: (() => vue.VNodeChild) | undefined;
@@ -29,8 +29,8 @@ declare const VLabel: {
29
29
  } & {
30
30
  text?: string | undefined;
31
31
  class?: any;
32
- onClick?: ((args_0: MouseEvent) => void) | undefined;
33
32
  theme?: string | undefined;
33
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
34
34
  } & {
35
35
  $children?: vue.VNodeChild | {
36
36
  default?: (() => vue.VNodeChild) | undefined;
@@ -56,8 +56,8 @@ declare const VLabel: {
56
56
  } & {
57
57
  text?: string | undefined;
58
58
  class?: any;
59
- onClick?: ((args_0: MouseEvent) => void) | undefined;
60
59
  theme?: string | undefined;
60
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
61
61
  } & {
62
62
  $children?: vue.VNodeChild | {
63
63
  default?: (() => vue.VNodeChild) | undefined;
@@ -78,8 +78,8 @@ declare const VLabel: {
78
78
  } & {
79
79
  text?: string | undefined;
80
80
  class?: any;
81
- onClick?: ((args_0: MouseEvent) => void) | undefined;
82
81
  theme?: string | undefined;
82
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
83
83
  } & {
84
84
  $children?: vue.VNodeChild | {
85
85
  default?: (() => vue.VNodeChild) | undefined;