@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.14-master.2024-08-01

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 (202) hide show
  1. package/dist/json/attributes.json +127 -275
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +130 -130
  4. package/dist/json/tags.json +5 -42
  5. package/dist/json/web-types.json +241 -612
  6. package/dist/vuetify-labs.css +3861 -3156
  7. package/dist/vuetify-labs.d.ts +368 -697
  8. package/dist/vuetify-labs.esm.js +238 -240
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +238 -240
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1162 -457
  13. package/dist/vuetify.d.ts +348 -611
  14. package/dist/vuetify.esm.js +99 -159
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +99 -159
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1038 -1037
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +5 -1
  22. package/lib/components/VAppBar/index.d.mts +0 -6
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +42 -61
  27. package/lib/components/VAvatar/VAvatar.css +2 -7
  28. package/lib/components/VAvatar/VAvatar.mjs +2 -7
  29. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.sass +0 -1
  31. package/lib/components/VAvatar/_variables.scss +0 -13
  32. package/lib/components/VAvatar/index.d.mts +0 -6
  33. package/lib/components/VBadge/VBadge.css +2 -0
  34. package/lib/components/VBanner/VBanner.css +12 -4
  35. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  36. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  37. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +2 -4
  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 +0 -6
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VCard/VCard.css +9 -1
  45. package/lib/components/VCarousel/VCarousel.css +2 -0
  46. package/lib/components/VCarousel/index.d.mts +0 -9
  47. package/lib/components/VCheckbox/index.d.mts +6 -6
  48. package/lib/components/VChip/VChip.css +15 -9
  49. package/lib/components/VChip/VChip.sass +1 -1
  50. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  51. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  52. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  53. package/lib/components/VCombobox/VCombobox.css +4 -0
  54. package/lib/components/VCombobox/VCombobox.mjs +8 -15
  55. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  56. package/lib/components/VCombobox/index.d.mts +42 -61
  57. package/lib/components/VDialog/VDialog.css +5 -0
  58. package/lib/components/VDialog/index.d.mts +3 -3
  59. package/lib/components/VDivider/VDivider.css +2 -0
  60. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  61. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  62. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
  63. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  64. package/lib/components/VExpansionPanel/index.d.mts +0 -72
  65. package/lib/components/VFab/index.d.mts +0 -6
  66. package/lib/components/VField/VField.css +13 -1
  67. package/lib/components/VField/VField.sass +5 -8
  68. package/lib/components/VFileInput/index.d.mts +18 -18
  69. package/lib/components/VFooter/VFooter.css +12 -4
  70. package/lib/components/VFooter/VFooter.mjs +20 -14
  71. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  72. package/lib/components/VFooter/index.d.mts +3 -3
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/VContainer.mjs +1 -6
  75. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  76. package/lib/components/VGrid/VGrid.sass +1 -1
  77. package/lib/components/VGrid/_mixins.sass +4 -4
  78. package/lib/components/VGrid/index.d.mts +0 -36
  79. package/lib/components/VImg/VImg.css +6 -9
  80. package/lib/components/VImg/VImg.mjs +0 -2
  81. package/lib/components/VImg/VImg.mjs.map +1 -1
  82. package/lib/components/VImg/VImg.sass +0 -9
  83. package/lib/components/VImg/index.d.mts +0 -9
  84. package/lib/components/VInput/index.d.mts +6 -6
  85. package/lib/components/VKbd/VKbd.css +2 -0
  86. package/lib/components/VList/VList.css +12 -4
  87. package/lib/components/VList/VListItem.css +23 -13
  88. package/lib/components/VList/VListItem.mjs +1 -3
  89. package/lib/components/VList/VListItem.mjs.map +1 -1
  90. package/lib/components/VList/VListItem.sass +2 -2
  91. package/lib/components/VList/index.d.mts +18 -19
  92. package/lib/components/VMain/VMain.css +2 -0
  93. package/lib/components/VMenu/VMenu.css +6 -0
  94. package/lib/components/VMenu/VMenu.mjs +8 -26
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +15 -30
  97. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  98. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  99. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  100. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  101. package/lib/components/VOverlay/VOverlay.mjs +4 -5
  102. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  103. package/lib/components/VOverlay/useActivator.mjs +2 -3
  104. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  105. package/lib/components/VRadioGroup/index.d.mts +6 -6
  106. package/lib/components/VRangeSlider/index.d.mts +6 -6
  107. package/lib/components/VSelect/VSelect.css +4 -0
  108. package/lib/components/VSelect/VSelect.mjs +13 -15
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +42 -61
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  114. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  115. package/lib/components/VSheet/VSheet.css +12 -4
  116. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  117. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  118. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  119. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  120. package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
  121. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  122. package/lib/components/VSlideGroup/index.d.mts +0 -6
  123. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  124. package/lib/components/VSlider/index.d.mts +6 -6
  125. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  126. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  127. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  128. package/lib/components/VSnackbar/index.d.mts +3 -3
  129. package/lib/components/VSpeedDial/index.d.mts +13 -28
  130. package/lib/components/VStepper/VStepper.css +8 -2
  131. package/lib/components/VStepper/VStepper.sass +2 -4
  132. package/lib/components/VStepper/VStepperItem.css +4 -1
  133. package/lib/components/VStepper/VStepperItem.sass +1 -1
  134. package/lib/components/VSwitch/VSwitch.css +2 -0
  135. package/lib/components/VSwitch/VSwitch.sass +10 -10
  136. package/lib/components/VSwitch/index.d.mts +6 -6
  137. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  138. package/lib/components/VTable/VTable.css +8 -4
  139. package/lib/components/VTable/VTable.sass +2 -3
  140. package/lib/components/VTabs/index.d.mts +3 -21
  141. package/lib/components/VTextField/index.d.mts +18 -18
  142. package/lib/components/VTextarea/index.d.mts +18 -18
  143. package/lib/components/VTimeline/VTimeline.css +2 -0
  144. package/lib/components/VToolbar/VToolbar.css +21 -7
  145. package/lib/components/VToolbar/VToolbar.sass +1 -2
  146. package/lib/components/VTooltip/index.d.mts +3 -3
  147. package/lib/components/VTreeview/VTreeview.sass +9 -9
  148. package/lib/components/VValidation/index.d.mts +8 -9
  149. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
  150. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  151. package/lib/components/VVirtualScroll/index.d.mts +0 -3
  152. package/lib/components/index.d.mts +302 -565
  153. package/lib/composables/nested/nested.mjs +3 -3
  154. package/lib/composables/nested/nested.mjs.map +1 -1
  155. package/lib/composables/nested/openStrategies.mjs +2 -4
  156. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  157. package/lib/composables/nested/selectStrategies.mjs +5 -5
  158. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  159. package/lib/composables/validation.mjs +6 -8
  160. package/lib/composables/validation.mjs.map +1 -1
  161. package/lib/composables/virtual.mjs +0 -1
  162. package/lib/composables/virtual.mjs.map +1 -1
  163. package/lib/entry-bundler.mjs +1 -1
  164. package/lib/entry-bundler.mjs.map +1 -1
  165. package/lib/framework.mjs +1 -1
  166. package/lib/framework.mjs.map +1 -1
  167. package/lib/index.d.mts +46 -46
  168. package/lib/labs/VDateInput/index.d.mts +6 -6
  169. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  170. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  171. package/lib/labs/VNumberInput/index.d.mts +23 -14
  172. package/lib/labs/VPicker/VPicker.css +6 -2
  173. package/lib/labs/VPicker/VPicker.sass +2 -3
  174. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  175. package/lib/labs/VStepperVertical/index.d.mts +0 -36
  176. package/lib/labs/VTreeview/VTreeview.mjs +5 -7
  177. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  178. package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
  179. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  180. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  181. package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
  182. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  183. package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
  184. package/lib/labs/VTreeview/index.d.mts +60 -77
  185. package/lib/labs/components.d.mts +92 -136
  186. package/lib/styles/generic/_colors.scss +9 -3
  187. package/lib/styles/main.css +520 -0
  188. package/lib/styles/tools/_absolute.sass +8 -7
  189. package/lib/styles/tools/_border.sass +4 -3
  190. package/lib/styles/tools/_display.sass +8 -7
  191. package/lib/styles/tools/_elevation.sass +4 -2
  192. package/lib/styles/tools/_index.sass +0 -1
  193. package/lib/styles/tools/_radius.sass +6 -5
  194. package/lib/styles/tools/_rounded.sass +2 -1
  195. package/lib/styles/tools/_theme.sass +3 -2
  196. package/lib/styles/tools/_typography.sass +6 -5
  197. package/lib/styles/tools/_utilities.sass +5 -5
  198. package/lib/styles/utilities/_index.sass +7 -7
  199. package/lib/util/helpers.mjs +0 -5
  200. package/lib/util/helpers.mjs.map +1 -1
  201. package/package.json +1 -1
  202. package/lib/styles/tools/_sheet.sass +0 -14
@@ -1494,7 +1494,6 @@ declare const VAppBarNavIcon: {
1494
1494
  rounded?: string | number | boolean | undefined;
1495
1495
  baseColor?: string | undefined;
1496
1496
  selectedClass?: string | undefined;
1497
- activeColor?: string | undefined;
1498
1497
  prependIcon?: IconValue | undefined;
1499
1498
  appendIcon?: IconValue | undefined;
1500
1499
  } & {
@@ -1558,7 +1557,6 @@ declare const VAppBarNavIcon: {
1558
1557
  rounded?: string | number | boolean | undefined;
1559
1558
  baseColor?: string | undefined;
1560
1559
  selectedClass?: string | undefined;
1561
- activeColor?: string | undefined;
1562
1560
  prependIcon?: IconValue | undefined;
1563
1561
  appendIcon?: IconValue | undefined;
1564
1562
  } & {
@@ -1664,7 +1662,6 @@ declare const VAppBarNavIcon: {
1664
1662
  rounded?: string | number | boolean | undefined;
1665
1663
  baseColor?: string | undefined;
1666
1664
  selectedClass?: string | undefined;
1667
- activeColor?: string | undefined;
1668
1665
  prependIcon?: IconValue | undefined;
1669
1666
  appendIcon?: IconValue | undefined;
1670
1667
  } & {
@@ -1754,7 +1751,6 @@ declare const VAppBarNavIcon: {
1754
1751
  rounded?: string | number | boolean | undefined;
1755
1752
  baseColor?: string | undefined;
1756
1753
  selectedClass?: string | undefined;
1757
- activeColor?: string | undefined;
1758
1754
  prependIcon?: IconValue | undefined;
1759
1755
  appendIcon?: IconValue | undefined;
1760
1756
  } & {
@@ -1878,7 +1874,6 @@ declare const VAppBarNavIcon: {
1878
1874
  type: BooleanConstructor;
1879
1875
  default: undefined;
1880
1876
  };
1881
- activeColor: StringConstructor;
1882
1877
  baseColor: StringConstructor;
1883
1878
  symbol: {
1884
1879
  type: null;
@@ -1970,7 +1965,6 @@ declare const VAppBarNavIcon: {
1970
1965
  type: BooleanConstructor;
1971
1966
  default: undefined;
1972
1967
  };
1973
- activeColor: StringConstructor;
1974
1968
  baseColor: StringConstructor;
1975
1969
  symbol: {
1976
1970
  type: null;
@@ -2758,8 +2752,7 @@ interface LoaderSlotProps {
2758
2752
 
2759
2753
  type ValidationResult = string | boolean;
2760
2754
  type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
2761
- type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
2762
- type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
2755
+ type ValidateOnValue = 'blur' | 'input' | 'submit';
2763
2756
  interface ValidationProps {
2764
2757
  disabled: boolean | null;
2765
2758
  error: boolean;
@@ -2772,7 +2765,7 @@ interface ValidationProps {
2772
2765
  rules: readonly ValidationRule$1[];
2773
2766
  modelValue: any;
2774
2767
  'onUpdate:modelValue': EventProp | undefined;
2775
- validateOn?: ValidateOn;
2768
+ validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
2776
2769
  validationValue: any;
2777
2770
  }
2778
2771
  declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
@@ -3056,7 +3049,7 @@ declare const VInput: {
3056
3049
  class?: any;
3057
3050
  theme?: string | undefined;
3058
3051
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3059
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3052
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3060
3053
  validationValue?: any;
3061
3054
  prependIcon?: IconValue | undefined;
3062
3055
  appendIcon?: IconValue | undefined;
@@ -3097,7 +3090,7 @@ declare const VInput: {
3097
3090
  class?: any;
3098
3091
  theme?: string | undefined;
3099
3092
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3100
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3093
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3101
3094
  validationValue?: any;
3102
3095
  prependIcon?: IconValue | undefined;
3103
3096
  appendIcon?: IconValue | undefined;
@@ -3168,7 +3161,7 @@ declare const VInput: {
3168
3161
  class?: any;
3169
3162
  theme?: string | undefined;
3170
3163
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3171
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3164
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3172
3165
  validationValue?: any;
3173
3166
  prependIcon?: IconValue | undefined;
3174
3167
  appendIcon?: IconValue | undefined;
@@ -3226,7 +3219,7 @@ declare const VInput: {
3226
3219
  class?: any;
3227
3220
  theme?: string | undefined;
3228
3221
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3229
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3222
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3230
3223
  validationValue?: any;
3231
3224
  prependIcon?: IconValue | undefined;
3232
3225
  appendIcon?: IconValue | undefined;
@@ -3306,7 +3299,7 @@ declare const VInput: {
3306
3299
  default: () => never[];
3307
3300
  };
3308
3301
  modelValue: null;
3309
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
3302
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
3310
3303
  validationValue: null;
3311
3304
  theme: StringConstructor;
3312
3305
  width: (StringConstructor | NumberConstructor)[];
@@ -3371,7 +3364,7 @@ declare const VInput: {
3371
3364
  default: () => never[];
3372
3365
  };
3373
3366
  modelValue: null;
3374
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
3367
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
3375
3368
  validationValue: null;
3376
3369
  theme: StringConstructor;
3377
3370
  width: (StringConstructor | NumberConstructor)[];
@@ -3877,7 +3870,6 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
3877
3870
 
3878
3871
  type ListItemSlot = {
3879
3872
  isActive: boolean;
3880
- isOpen: boolean;
3881
3873
  isSelected: boolean;
3882
3874
  isIndeterminate: boolean;
3883
3875
  select: (value: boolean) => void;
@@ -3924,7 +3916,7 @@ declare const VListItem: {
3924
3916
  value?: any;
3925
3917
  title?: string | number | undefined;
3926
3918
  class?: any;
3927
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
3919
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
3928
3920
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
3929
3921
  href?: string | undefined;
3930
3922
  elevation?: string | number | undefined;
@@ -3932,12 +3924,12 @@ declare const VListItem: {
3932
3924
  theme?: string | undefined;
3933
3925
  rounded?: string | number | boolean | undefined;
3934
3926
  baseColor?: string | undefined;
3935
- activeColor?: string | undefined;
3936
3927
  prependIcon?: IconValue | undefined;
3937
3928
  appendIcon?: IconValue | undefined;
3938
3929
  activeClass?: string | undefined;
3939
3930
  appendAvatar?: string | undefined;
3940
3931
  prependAvatar?: string | undefined;
3932
+ activeColor?: string | undefined;
3941
3933
  subtitle?: string | number | undefined;
3942
3934
  lines?: false | "one" | "two" | "three" | undefined;
3943
3935
  } & {
@@ -4003,7 +3995,7 @@ declare const VListItem: {
4003
3995
  value?: any;
4004
3996
  title?: string | number | undefined;
4005
3997
  class?: any;
4006
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
3998
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
4007
3999
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
4008
4000
  href?: string | undefined;
4009
4001
  elevation?: string | number | undefined;
@@ -4011,12 +4003,12 @@ declare const VListItem: {
4011
4003
  theme?: string | undefined;
4012
4004
  rounded?: string | number | boolean | undefined;
4013
4005
  baseColor?: string | undefined;
4014
- activeColor?: string | undefined;
4015
4006
  prependIcon?: IconValue | undefined;
4016
4007
  appendIcon?: IconValue | undefined;
4017
4008
  activeClass?: string | undefined;
4018
4009
  appendAvatar?: string | undefined;
4019
4010
  prependAvatar?: string | undefined;
4011
+ activeColor?: string | undefined;
4020
4012
  subtitle?: string | number | undefined;
4021
4013
  lines?: false | "one" | "two" | "three" | undefined;
4022
4014
  } & {
@@ -4110,7 +4102,7 @@ declare const VListItem: {
4110
4102
  value?: any;
4111
4103
  title?: string | number | undefined;
4112
4104
  class?: any;
4113
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
4105
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
4114
4106
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
4115
4107
  href?: string | undefined;
4116
4108
  elevation?: string | number | undefined;
@@ -4118,12 +4110,12 @@ declare const VListItem: {
4118
4110
  theme?: string | undefined;
4119
4111
  rounded?: string | number | boolean | undefined;
4120
4112
  baseColor?: string | undefined;
4121
- activeColor?: string | undefined;
4122
4113
  prependIcon?: IconValue | undefined;
4123
4114
  appendIcon?: IconValue | undefined;
4124
4115
  activeClass?: string | undefined;
4125
4116
  appendAvatar?: string | undefined;
4126
4117
  prependAvatar?: string | undefined;
4118
+ activeColor?: string | undefined;
4127
4119
  subtitle?: string | number | undefined;
4128
4120
  lines?: false | "one" | "two" | "three" | undefined;
4129
4121
  } & {
@@ -4208,7 +4200,7 @@ declare const VListItem: {
4208
4200
  value?: any;
4209
4201
  title?: string | number | undefined;
4210
4202
  class?: any;
4211
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
4203
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
4212
4204
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
4213
4205
  href?: string | undefined;
4214
4206
  elevation?: string | number | undefined;
@@ -4216,12 +4208,12 @@ declare const VListItem: {
4216
4208
  theme?: string | undefined;
4217
4209
  rounded?: string | number | boolean | undefined;
4218
4210
  baseColor?: string | undefined;
4219
- activeColor?: string | undefined;
4220
4211
  prependIcon?: IconValue | undefined;
4221
4212
  appendIcon?: IconValue | undefined;
4222
4213
  activeClass?: string | undefined;
4223
4214
  appendAvatar?: string | undefined;
4224
4215
  prependAvatar?: string | undefined;
4216
+ activeColor?: string | undefined;
4225
4217
  subtitle?: string | number | undefined;
4226
4218
  lines?: false | "one" | "two" | "three" | undefined;
4227
4219
  } & {
@@ -4365,7 +4357,7 @@ declare const VListItem: {
4365
4357
  subtitle: (StringConstructor | NumberConstructor)[];
4366
4358
  title: (StringConstructor | NumberConstructor)[];
4367
4359
  value: null;
4368
- onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
4360
+ onClick: PropType<(args_0: MouseEvent) => void>;
4369
4361
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
4370
4362
  }, vue.ExtractPropTypes<{
4371
4363
  color: StringConstructor;
@@ -4440,7 +4432,7 @@ declare const VListItem: {
4440
4432
  subtitle: (StringConstructor | NumberConstructor)[];
4441
4433
  title: (StringConstructor | NumberConstructor)[];
4442
4434
  value: null;
4443
- onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
4435
+ onClick: PropType<(args_0: MouseEvent) => void>;
4444
4436
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
4445
4437
  }>>;
4446
4438
  type VListItem = InstanceType<typeof VListItem>;
@@ -4582,7 +4574,7 @@ declare const VAutocomplete: {
4582
4574
  theme?: string | undefined;
4583
4575
  counter?: string | number | boolean | undefined;
4584
4576
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4585
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4577
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4586
4578
  rounded?: string | number | boolean | undefined;
4587
4579
  baseColor?: string | undefined;
4588
4580
  bgColor?: string | undefined;
@@ -4654,9 +4646,9 @@ declare const VAutocomplete: {
4654
4646
  rounded?: string | number | boolean | undefined;
4655
4647
  baseColor?: string | undefined;
4656
4648
  bgColor?: string | undefined;
4657
- activeColor?: string | undefined;
4658
4649
  activeClass?: string | undefined;
4659
4650
  activeStrategy?: ActiveStrategyProp | undefined;
4651
+ activeColor?: string | undefined;
4660
4652
  collapseIcon?: string | undefined;
4661
4653
  expandIcon?: string | undefined;
4662
4654
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -4699,9 +4691,9 @@ declare const VAutocomplete: {
4699
4691
  rounded?: string | number | boolean | undefined;
4700
4692
  baseColor?: string | undefined;
4701
4693
  bgColor?: string | undefined;
4702
- activeColor?: string | undefined;
4703
4694
  activeClass?: string | undefined;
4704
4695
  activeStrategy?: ActiveStrategyProp | undefined;
4696
+ activeColor?: string | undefined;
4705
4697
  collapseIcon?: string | undefined;
4706
4698
  expandIcon?: string | undefined;
4707
4699
  } & {
@@ -4862,7 +4854,7 @@ declare const VAutocomplete: {
4862
4854
  }) => vue.VNodeChild) | undefined;
4863
4855
  }) | undefined;
4864
4856
  menuProps?: (Partial<{
4865
- location: NonNullable<Anchor> | undefined;
4857
+ location: Anchor;
4866
4858
  origin: "auto" | Anchor | "overlap";
4867
4859
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
4868
4860
  component?: vue.Component | undefined;
@@ -4890,9 +4882,8 @@ declare const VAutocomplete: {
4890
4882
  noClickAnimation: boolean;
4891
4883
  persistent: boolean;
4892
4884
  scrim: NonNullable<string | boolean>;
4893
- submenu: boolean;
4894
4885
  }> & Omit<{
4895
- location: NonNullable<Anchor> | undefined;
4886
+ location: Anchor;
4896
4887
  origin: "auto" | Anchor | "overlap";
4897
4888
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
4898
4889
  component?: vue.Component | undefined;
@@ -4918,7 +4909,6 @@ declare const VAutocomplete: {
4918
4909
  noClickAnimation: boolean;
4919
4910
  persistent: boolean;
4920
4911
  scrim: NonNullable<string | boolean>;
4921
- submenu: boolean;
4922
4912
  offset?: string | number | number[] | undefined;
4923
4913
  id?: string | undefined;
4924
4914
  height?: string | number | undefined;
@@ -4969,7 +4959,7 @@ declare const VAutocomplete: {
4969
4959
  }) => vue.VNodeChild) | undefined;
4970
4960
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4971
4961
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4972
- location: NonNullable<Anchor> | undefined;
4962
+ location: Anchor;
4973
4963
  origin: "auto" | Anchor | "overlap";
4974
4964
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
4975
4965
  component?: vue.Component | undefined;
@@ -4995,7 +4985,6 @@ declare const VAutocomplete: {
4995
4985
  noClickAnimation: boolean;
4996
4986
  persistent: boolean;
4997
4987
  scrim: NonNullable<string | boolean>;
4998
- submenu: boolean;
4999
4988
  } & {
5000
4989
  offset?: string | number | number[] | undefined;
5001
4990
  id?: string | undefined;
@@ -5049,7 +5038,7 @@ declare const VAutocomplete: {
5049
5038
  }) => vue.VNodeChild) | undefined;
5050
5039
  } & {
5051
5040
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5052
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5041
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5053
5042
  itemColor?: string | undefined;
5054
5043
  autoSelectFirst?: boolean | "exact" | undefined;
5055
5044
  } & {
@@ -5125,7 +5114,7 @@ declare const VAutocomplete: {
5125
5114
  theme?: string | undefined;
5126
5115
  counter?: string | number | boolean | undefined;
5127
5116
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5128
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5117
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5129
5118
  rounded?: string | number | boolean | undefined;
5130
5119
  baseColor?: string | undefined;
5131
5120
  bgColor?: string | undefined;
@@ -5197,9 +5186,9 @@ declare const VAutocomplete: {
5197
5186
  rounded?: string | number | boolean | undefined;
5198
5187
  baseColor?: string | undefined;
5199
5188
  bgColor?: string | undefined;
5200
- activeColor?: string | undefined;
5201
5189
  activeClass?: string | undefined;
5202
5190
  activeStrategy?: ActiveStrategyProp | undefined;
5191
+ activeColor?: string | undefined;
5203
5192
  collapseIcon?: string | undefined;
5204
5193
  expandIcon?: string | undefined;
5205
5194
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -5242,9 +5231,9 @@ declare const VAutocomplete: {
5242
5231
  rounded?: string | number | boolean | undefined;
5243
5232
  baseColor?: string | undefined;
5244
5233
  bgColor?: string | undefined;
5245
- activeColor?: string | undefined;
5246
5234
  activeClass?: string | undefined;
5247
5235
  activeStrategy?: ActiveStrategyProp | undefined;
5236
+ activeColor?: string | undefined;
5248
5237
  collapseIcon?: string | undefined;
5249
5238
  expandIcon?: string | undefined;
5250
5239
  } & {
@@ -5405,7 +5394,7 @@ declare const VAutocomplete: {
5405
5394
  }) => vue.VNodeChild) | undefined;
5406
5395
  }) | undefined;
5407
5396
  menuProps?: (Partial<{
5408
- location: NonNullable<Anchor> | undefined;
5397
+ location: Anchor;
5409
5398
  origin: "auto" | Anchor | "overlap";
5410
5399
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5411
5400
  component?: vue.Component | undefined;
@@ -5433,9 +5422,8 @@ declare const VAutocomplete: {
5433
5422
  noClickAnimation: boolean;
5434
5423
  persistent: boolean;
5435
5424
  scrim: NonNullable<string | boolean>;
5436
- submenu: boolean;
5437
5425
  }> & Omit<{
5438
- location: NonNullable<Anchor> | undefined;
5426
+ location: Anchor;
5439
5427
  origin: "auto" | Anchor | "overlap";
5440
5428
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5441
5429
  component?: vue.Component | undefined;
@@ -5461,7 +5449,6 @@ declare const VAutocomplete: {
5461
5449
  noClickAnimation: boolean;
5462
5450
  persistent: boolean;
5463
5451
  scrim: NonNullable<string | boolean>;
5464
- submenu: boolean;
5465
5452
  offset?: string | number | number[] | undefined;
5466
5453
  id?: string | undefined;
5467
5454
  height?: string | number | undefined;
@@ -5512,7 +5499,7 @@ declare const VAutocomplete: {
5512
5499
  }) => vue.VNodeChild) | undefined;
5513
5500
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5514
5501
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5515
- location: NonNullable<Anchor> | undefined;
5502
+ location: Anchor;
5516
5503
  origin: "auto" | Anchor | "overlap";
5517
5504
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5518
5505
  component?: vue.Component | undefined;
@@ -5538,7 +5525,6 @@ declare const VAutocomplete: {
5538
5525
  noClickAnimation: boolean;
5539
5526
  persistent: boolean;
5540
5527
  scrim: NonNullable<string | boolean>;
5541
- submenu: boolean;
5542
5528
  } & {
5543
5529
  offset?: string | number | number[] | undefined;
5544
5530
  id?: string | undefined;
@@ -5592,7 +5578,7 @@ declare const VAutocomplete: {
5592
5578
  }) => vue.VNodeChild) | undefined;
5593
5579
  } & {
5594
5580
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5595
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5581
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5596
5582
  itemColor?: string | undefined;
5597
5583
  autoSelectFirst?: boolean | "exact" | undefined;
5598
5584
  } & {
@@ -5782,7 +5768,7 @@ declare const VAutocomplete: {
5782
5768
  theme?: string | undefined;
5783
5769
  counter?: string | number | boolean | undefined;
5784
5770
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5785
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5771
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5786
5772
  rounded?: string | number | boolean | undefined;
5787
5773
  baseColor?: string | undefined;
5788
5774
  bgColor?: string | undefined;
@@ -5854,9 +5840,9 @@ declare const VAutocomplete: {
5854
5840
  rounded?: string | number | boolean | undefined;
5855
5841
  baseColor?: string | undefined;
5856
5842
  bgColor?: string | undefined;
5857
- activeColor?: string | undefined;
5858
5843
  activeClass?: string | undefined;
5859
5844
  activeStrategy?: ActiveStrategyProp | undefined;
5845
+ activeColor?: string | undefined;
5860
5846
  collapseIcon?: string | undefined;
5861
5847
  expandIcon?: string | undefined;
5862
5848
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -5899,9 +5885,9 @@ declare const VAutocomplete: {
5899
5885
  rounded?: string | number | boolean | undefined;
5900
5886
  baseColor?: string | undefined;
5901
5887
  bgColor?: string | undefined;
5902
- activeColor?: string | undefined;
5903
5888
  activeClass?: string | undefined;
5904
5889
  activeStrategy?: ActiveStrategyProp | undefined;
5890
+ activeColor?: string | undefined;
5905
5891
  collapseIcon?: string | undefined;
5906
5892
  expandIcon?: string | undefined;
5907
5893
  } & {
@@ -6062,7 +6048,7 @@ declare const VAutocomplete: {
6062
6048
  }) => vue.VNodeChild) | undefined;
6063
6049
  }) | undefined;
6064
6050
  menuProps?: (Partial<{
6065
- location: NonNullable<Anchor> | undefined;
6051
+ location: Anchor;
6066
6052
  origin: "auto" | Anchor | "overlap";
6067
6053
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6068
6054
  component?: vue.Component | undefined;
@@ -6090,9 +6076,8 @@ declare const VAutocomplete: {
6090
6076
  noClickAnimation: boolean;
6091
6077
  persistent: boolean;
6092
6078
  scrim: NonNullable<string | boolean>;
6093
- submenu: boolean;
6094
6079
  }> & Omit<{
6095
- location: NonNullable<Anchor> | undefined;
6080
+ location: Anchor;
6096
6081
  origin: "auto" | Anchor | "overlap";
6097
6082
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6098
6083
  component?: vue.Component | undefined;
@@ -6118,7 +6103,6 @@ declare const VAutocomplete: {
6118
6103
  noClickAnimation: boolean;
6119
6104
  persistent: boolean;
6120
6105
  scrim: NonNullable<string | boolean>;
6121
- submenu: boolean;
6122
6106
  offset?: string | number | number[] | undefined;
6123
6107
  id?: string | undefined;
6124
6108
  height?: string | number | undefined;
@@ -6169,7 +6153,7 @@ declare const VAutocomplete: {
6169
6153
  }) => vue.VNodeChild) | undefined;
6170
6154
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6171
6155
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6172
- location: NonNullable<Anchor> | undefined;
6156
+ location: Anchor;
6173
6157
  origin: "auto" | Anchor | "overlap";
6174
6158
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6175
6159
  component?: vue.Component | undefined;
@@ -6195,7 +6179,6 @@ declare const VAutocomplete: {
6195
6179
  noClickAnimation: boolean;
6196
6180
  persistent: boolean;
6197
6181
  scrim: NonNullable<string | boolean>;
6198
- submenu: boolean;
6199
6182
  } & {
6200
6183
  offset?: string | number | number[] | undefined;
6201
6184
  id?: string | undefined;
@@ -6249,7 +6232,7 @@ declare const VAutocomplete: {
6249
6232
  }) => vue.VNodeChild) | undefined;
6250
6233
  } & {
6251
6234
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6252
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
6235
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
6253
6236
  itemColor?: string | undefined;
6254
6237
  autoSelectFirst?: boolean | "exact" | undefined;
6255
6238
  } & {
@@ -6374,7 +6357,7 @@ declare const VAutocomplete: {
6374
6357
  theme?: string | undefined;
6375
6358
  counter?: string | number | boolean | undefined;
6376
6359
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6377
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6360
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6378
6361
  rounded?: string | number | boolean | undefined;
6379
6362
  baseColor?: string | undefined;
6380
6363
  bgColor?: string | undefined;
@@ -6446,9 +6429,9 @@ declare const VAutocomplete: {
6446
6429
  rounded?: string | number | boolean | undefined;
6447
6430
  baseColor?: string | undefined;
6448
6431
  bgColor?: string | undefined;
6449
- activeColor?: string | undefined;
6450
6432
  activeClass?: string | undefined;
6451
6433
  activeStrategy?: ActiveStrategyProp | undefined;
6434
+ activeColor?: string | undefined;
6452
6435
  collapseIcon?: string | undefined;
6453
6436
  expandIcon?: string | undefined;
6454
6437
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -6491,9 +6474,9 @@ declare const VAutocomplete: {
6491
6474
  rounded?: string | number | boolean | undefined;
6492
6475
  baseColor?: string | undefined;
6493
6476
  bgColor?: string | undefined;
6494
- activeColor?: string | undefined;
6495
6477
  activeClass?: string | undefined;
6496
6478
  activeStrategy?: ActiveStrategyProp | undefined;
6479
+ activeColor?: string | undefined;
6497
6480
  collapseIcon?: string | undefined;
6498
6481
  expandIcon?: string | undefined;
6499
6482
  } & {
@@ -6654,7 +6637,7 @@ declare const VAutocomplete: {
6654
6637
  }) => vue.VNodeChild) | undefined;
6655
6638
  }) | undefined;
6656
6639
  menuProps?: (Partial<{
6657
- location: NonNullable<Anchor> | undefined;
6640
+ location: Anchor;
6658
6641
  origin: "auto" | Anchor | "overlap";
6659
6642
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6660
6643
  component?: vue.Component | undefined;
@@ -6682,9 +6665,8 @@ declare const VAutocomplete: {
6682
6665
  noClickAnimation: boolean;
6683
6666
  persistent: boolean;
6684
6667
  scrim: NonNullable<string | boolean>;
6685
- submenu: boolean;
6686
6668
  }> & Omit<{
6687
- location: NonNullable<Anchor> | undefined;
6669
+ location: Anchor;
6688
6670
  origin: "auto" | Anchor | "overlap";
6689
6671
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6690
6672
  component?: vue.Component | undefined;
@@ -6710,7 +6692,6 @@ declare const VAutocomplete: {
6710
6692
  noClickAnimation: boolean;
6711
6693
  persistent: boolean;
6712
6694
  scrim: NonNullable<string | boolean>;
6713
- submenu: boolean;
6714
6695
  offset?: string | number | number[] | undefined;
6715
6696
  id?: string | undefined;
6716
6697
  height?: string | number | undefined;
@@ -6761,7 +6742,7 @@ declare const VAutocomplete: {
6761
6742
  }) => vue.VNodeChild) | undefined;
6762
6743
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6763
6744
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6764
- location: NonNullable<Anchor> | undefined;
6745
+ location: Anchor;
6765
6746
  origin: "auto" | Anchor | "overlap";
6766
6747
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6767
6748
  component?: vue.Component | undefined;
@@ -6787,7 +6768,6 @@ declare const VAutocomplete: {
6787
6768
  noClickAnimation: boolean;
6788
6769
  persistent: boolean;
6789
6770
  scrim: NonNullable<string | boolean>;
6790
- submenu: boolean;
6791
6771
  } & {
6792
6772
  offset?: string | number | number[] | undefined;
6793
6773
  id?: string | undefined;
@@ -6841,7 +6821,7 @@ declare const VAutocomplete: {
6841
6821
  }) => vue.VNodeChild) | undefined;
6842
6822
  } & {
6843
6823
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6844
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
6824
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
6845
6825
  itemColor?: string | undefined;
6846
6826
  autoSelectFirst?: boolean | "exact" | undefined;
6847
6827
  } & {
@@ -7104,7 +7084,7 @@ declare const VAutocomplete: {
7104
7084
  type: PropType<any>;
7105
7085
  default: any;
7106
7086
  };
7107
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
7087
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
7108
7088
  rounded: {
7109
7089
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
7110
7090
  default: undefined;
@@ -7239,9 +7219,9 @@ declare const VAutocomplete: {
7239
7219
  rounded?: string | number | boolean | undefined;
7240
7220
  baseColor?: string | undefined;
7241
7221
  bgColor?: string | undefined;
7242
- activeColor?: string | undefined;
7243
7222
  activeClass?: string | undefined;
7244
7223
  activeStrategy?: ActiveStrategyProp | undefined;
7224
+ activeColor?: string | undefined;
7245
7225
  collapseIcon?: string | undefined;
7246
7226
  expandIcon?: string | undefined;
7247
7227
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -7284,9 +7264,9 @@ declare const VAutocomplete: {
7284
7264
  rounded?: string | number | boolean | undefined;
7285
7265
  baseColor?: string | undefined;
7286
7266
  bgColor?: string | undefined;
7287
- activeColor?: string | undefined;
7288
7267
  activeClass?: string | undefined;
7289
7268
  activeStrategy?: ActiveStrategyProp | undefined;
7269
+ activeColor?: string | undefined;
7290
7270
  collapseIcon?: string | undefined;
7291
7271
  expandIcon?: string | undefined;
7292
7272
  } & {
@@ -7454,7 +7434,7 @@ declare const VAutocomplete: {
7454
7434
  };
7455
7435
  menuProps: {
7456
7436
  type: PropType<Partial<{
7457
- location: NonNullable<Anchor> | undefined;
7437
+ location: Anchor;
7458
7438
  origin: "auto" | Anchor | "overlap";
7459
7439
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7460
7440
  component?: vue.Component | undefined;
@@ -7482,9 +7462,8 @@ declare const VAutocomplete: {
7482
7462
  noClickAnimation: boolean;
7483
7463
  persistent: boolean;
7484
7464
  scrim: NonNullable<string | boolean>;
7485
- submenu: boolean;
7486
7465
  }> & Omit<{
7487
- location: NonNullable<Anchor> | undefined;
7466
+ location: Anchor;
7488
7467
  origin: "auto" | Anchor | "overlap";
7489
7468
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7490
7469
  component?: vue.Component | undefined;
@@ -7510,7 +7489,6 @@ declare const VAutocomplete: {
7510
7489
  noClickAnimation: boolean;
7511
7490
  persistent: boolean;
7512
7491
  scrim: NonNullable<string | boolean>;
7513
- submenu: boolean;
7514
7492
  offset?: string | number | number[] | undefined;
7515
7493
  id?: string | undefined;
7516
7494
  height?: string | number | undefined;
@@ -7561,7 +7539,7 @@ declare const VAutocomplete: {
7561
7539
  }) => vue.VNodeChild) | undefined;
7562
7540
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7563
7541
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7564
- location: NonNullable<Anchor> | undefined;
7542
+ location: Anchor;
7565
7543
  origin: "auto" | Anchor | "overlap";
7566
7544
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7567
7545
  component?: vue.Component | undefined;
@@ -7587,7 +7565,6 @@ declare const VAutocomplete: {
7587
7565
  noClickAnimation: boolean;
7588
7566
  persistent: boolean;
7589
7567
  scrim: NonNullable<string | boolean>;
7590
- submenu: boolean;
7591
7568
  } & {
7592
7569
  offset?: string | number | number[] | undefined;
7593
7570
  id?: string | undefined;
@@ -7641,7 +7618,7 @@ declare const VAutocomplete: {
7641
7618
  }) => vue.VNodeChild) | undefined;
7642
7619
  } & {
7643
7620
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7644
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
7621
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
7645
7622
  };
7646
7623
  multiple: BooleanConstructor;
7647
7624
  noDataText: {
@@ -7751,7 +7728,7 @@ declare const VAutocomplete: {
7751
7728
  type: PropType<any>;
7752
7729
  default: any;
7753
7730
  };
7754
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
7731
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
7755
7732
  rounded: {
7756
7733
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
7757
7734
  default: undefined;
@@ -7886,9 +7863,9 @@ declare const VAutocomplete: {
7886
7863
  rounded?: string | number | boolean | undefined;
7887
7864
  baseColor?: string | undefined;
7888
7865
  bgColor?: string | undefined;
7889
- activeColor?: string | undefined;
7890
7866
  activeClass?: string | undefined;
7891
7867
  activeStrategy?: ActiveStrategyProp | undefined;
7868
+ activeColor?: string | undefined;
7892
7869
  collapseIcon?: string | undefined;
7893
7870
  expandIcon?: string | undefined;
7894
7871
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -7931,9 +7908,9 @@ declare const VAutocomplete: {
7931
7908
  rounded?: string | number | boolean | undefined;
7932
7909
  baseColor?: string | undefined;
7933
7910
  bgColor?: string | undefined;
7934
- activeColor?: string | undefined;
7935
7911
  activeClass?: string | undefined;
7936
7912
  activeStrategy?: ActiveStrategyProp | undefined;
7913
+ activeColor?: string | undefined;
7937
7914
  collapseIcon?: string | undefined;
7938
7915
  expandIcon?: string | undefined;
7939
7916
  } & {
@@ -8101,7 +8078,7 @@ declare const VAutocomplete: {
8101
8078
  };
8102
8079
  menuProps: {
8103
8080
  type: PropType<Partial<{
8104
- location: NonNullable<Anchor> | undefined;
8081
+ location: Anchor;
8105
8082
  origin: "auto" | Anchor | "overlap";
8106
8083
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8107
8084
  component?: vue.Component | undefined;
@@ -8129,9 +8106,8 @@ declare const VAutocomplete: {
8129
8106
  noClickAnimation: boolean;
8130
8107
  persistent: boolean;
8131
8108
  scrim: NonNullable<string | boolean>;
8132
- submenu: boolean;
8133
8109
  }> & Omit<{
8134
- location: NonNullable<Anchor> | undefined;
8110
+ location: Anchor;
8135
8111
  origin: "auto" | Anchor | "overlap";
8136
8112
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8137
8113
  component?: vue.Component | undefined;
@@ -8157,7 +8133,6 @@ declare const VAutocomplete: {
8157
8133
  noClickAnimation: boolean;
8158
8134
  persistent: boolean;
8159
8135
  scrim: NonNullable<string | boolean>;
8160
- submenu: boolean;
8161
8136
  offset?: string | number | number[] | undefined;
8162
8137
  id?: string | undefined;
8163
8138
  height?: string | number | undefined;
@@ -8208,7 +8183,7 @@ declare const VAutocomplete: {
8208
8183
  }) => vue.VNodeChild) | undefined;
8209
8184
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8210
8185
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
8211
- location: NonNullable<Anchor> | undefined;
8186
+ location: Anchor;
8212
8187
  origin: "auto" | Anchor | "overlap";
8213
8188
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8214
8189
  component?: vue.Component | undefined;
@@ -8234,7 +8209,6 @@ declare const VAutocomplete: {
8234
8209
  noClickAnimation: boolean;
8235
8210
  persistent: boolean;
8236
8211
  scrim: NonNullable<string | boolean>;
8237
- submenu: boolean;
8238
8212
  } & {
8239
8213
  offset?: string | number | number[] | undefined;
8240
8214
  id?: string | undefined;
@@ -8288,7 +8262,7 @@ declare const VAutocomplete: {
8288
8262
  }) => vue.VNodeChild) | undefined;
8289
8263
  } & {
8290
8264
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8291
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
8265
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
8292
8266
  };
8293
8267
  multiple: BooleanConstructor;
8294
8268
  noDataText: {
@@ -8327,7 +8301,6 @@ declare const VAvatar: {
8327
8301
  tile: boolean;
8328
8302
  density: Density;
8329
8303
  } & {
8330
- border?: string | number | boolean | undefined;
8331
8304
  color?: string | undefined;
8332
8305
  image?: string | undefined;
8333
8306
  text?: string | undefined;
@@ -8354,7 +8327,6 @@ declare const VAvatar: {
8354
8327
  tile: boolean;
8355
8328
  density: Density;
8356
8329
  } & {
8357
- border?: string | number | boolean | undefined;
8358
8330
  color?: string | undefined;
8359
8331
  image?: string | undefined;
8360
8332
  text?: string | undefined;
@@ -8402,7 +8374,6 @@ declare const VAvatar: {
8402
8374
  tile: boolean;
8403
8375
  density: Density;
8404
8376
  } & {
8405
- border?: string | number | boolean | undefined;
8406
8377
  color?: string | undefined;
8407
8378
  image?: string | undefined;
8408
8379
  text?: string | undefined;
@@ -8443,7 +8414,6 @@ declare const VAvatar: {
8443
8414
  tile: boolean;
8444
8415
  density: Density;
8445
8416
  } & {
8446
- border?: string | number | boolean | undefined;
8447
8417
  color?: string | undefined;
8448
8418
  image?: string | undefined;
8449
8419
  text?: string | undefined;
@@ -8508,7 +8478,6 @@ declare const VAvatar: {
8508
8478
  type: vue.PropType<vue.StyleValue>;
8509
8479
  default: null;
8510
8480
  };
8511
- border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
8512
8481
  start: BooleanConstructor;
8513
8482
  end: BooleanConstructor;
8514
8483
  icon: vue.PropType<IconValue>;
@@ -8548,7 +8517,6 @@ declare const VAvatar: {
8548
8517
  type: vue.PropType<vue.StyleValue>;
8549
8518
  default: null;
8550
8519
  };
8551
- border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
8552
8520
  start: BooleanConstructor;
8553
8521
  end: BooleanConstructor;
8554
8522
  icon: vue.PropType<IconValue>;
@@ -10545,8 +10513,8 @@ declare const VBreadcrumbs: {
10545
10513
  icon?: IconValue | undefined;
10546
10514
  rounded?: string | number | boolean | undefined;
10547
10515
  bgColor?: string | undefined;
10548
- activeColor?: string | undefined;
10549
10516
  activeClass?: string | undefined;
10517
+ activeColor?: string | undefined;
10550
10518
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
10551
10519
  style: vue.StyleValue;
10552
10520
  disabled: boolean;
@@ -10560,8 +10528,8 @@ declare const VBreadcrumbs: {
10560
10528
  icon?: IconValue | undefined;
10561
10529
  rounded?: string | number | boolean | undefined;
10562
10530
  bgColor?: string | undefined;
10563
- activeColor?: string | undefined;
10564
10531
  activeClass?: string | undefined;
10532
+ activeColor?: string | undefined;
10565
10533
  }, {
10566
10534
  style: vue.StyleValue;
10567
10535
  disabled: boolean;
@@ -10615,8 +10583,8 @@ declare const VBreadcrumbs: {
10615
10583
  icon?: IconValue | undefined;
10616
10584
  rounded?: string | number | boolean | undefined;
10617
10585
  bgColor?: string | undefined;
10618
- activeColor?: string | undefined;
10619
10586
  activeClass?: string | undefined;
10587
+ activeColor?: string | undefined;
10620
10588
  }, {}, {}, {}, {}, {
10621
10589
  style: vue.StyleValue;
10622
10590
  disabled: boolean;
@@ -10642,8 +10610,8 @@ declare const VBreadcrumbs: {
10642
10610
  icon?: IconValue | undefined;
10643
10611
  rounded?: string | number | boolean | undefined;
10644
10612
  bgColor?: string | undefined;
10645
- activeColor?: string | undefined;
10646
10613
  activeClass?: string | undefined;
10614
+ activeColor?: string | undefined;
10647
10615
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, string, {
10648
10616
  style: vue.StyleValue;
10649
10617
  disabled: boolean;
@@ -10802,8 +10770,8 @@ declare const VBreadcrumbsItem: {
10802
10770
  class?: any;
10803
10771
  href?: string | undefined;
10804
10772
  to?: vue_router.RouteLocationRaw | undefined;
10805
- activeColor?: string | undefined;
10806
10773
  activeClass?: string | undefined;
10774
+ activeColor?: string | undefined;
10807
10775
  } & {
10808
10776
  $children?: vue.VNodeChild | {
10809
10777
  default?: (() => vue.VNodeChild) | undefined;
@@ -10826,8 +10794,8 @@ declare const VBreadcrumbsItem: {
10826
10794
  class?: any;
10827
10795
  href?: string | undefined;
10828
10796
  to?: vue_router.RouteLocationRaw | undefined;
10829
- activeColor?: string | undefined;
10830
10797
  activeClass?: string | undefined;
10798
+ activeColor?: string | undefined;
10831
10799
  } & {
10832
10800
  $children?: vue.VNodeChild | {
10833
10801
  default?: (() => vue.VNodeChild) | undefined;
@@ -10868,8 +10836,8 @@ declare const VBreadcrumbsItem: {
10868
10836
  class?: any;
10869
10837
  href?: string | undefined;
10870
10838
  to?: vue_router.RouteLocationRaw | undefined;
10871
- activeColor?: string | undefined;
10872
10839
  activeClass?: string | undefined;
10840
+ activeColor?: string | undefined;
10873
10841
  } & {
10874
10842
  $children?: vue.VNodeChild | {
10875
10843
  default?: (() => vue.VNodeChild) | undefined;
@@ -10903,8 +10871,8 @@ declare const VBreadcrumbsItem: {
10903
10871
  class?: any;
10904
10872
  href?: string | undefined;
10905
10873
  to?: vue_router.RouteLocationRaw | undefined;
10906
- activeColor?: string | undefined;
10907
10874
  activeClass?: string | undefined;
10875
+ activeColor?: string | undefined;
10908
10876
  } & {
10909
10877
  $children?: vue.VNodeChild | {
10910
10878
  default?: (() => vue.VNodeChild) | undefined;
@@ -11117,7 +11085,6 @@ declare const VBtn: {
11117
11085
  rounded?: string | number | boolean | undefined;
11118
11086
  baseColor?: string | undefined;
11119
11087
  selectedClass?: string | undefined;
11120
- activeColor?: string | undefined;
11121
11088
  prependIcon?: IconValue | undefined;
11122
11089
  appendIcon?: IconValue | undefined;
11123
11090
  } & {
@@ -11191,7 +11158,6 @@ declare const VBtn: {
11191
11158
  rounded?: string | number | boolean | undefined;
11192
11159
  baseColor?: string | undefined;
11193
11160
  selectedClass?: string | undefined;
11194
- activeColor?: string | undefined;
11195
11161
  prependIcon?: IconValue | undefined;
11196
11162
  appendIcon?: IconValue | undefined;
11197
11163
  } & {
@@ -11300,7 +11266,6 @@ declare const VBtn: {
11300
11266
  rounded?: string | number | boolean | undefined;
11301
11267
  baseColor?: string | undefined;
11302
11268
  selectedClass?: string | undefined;
11303
- activeColor?: string | undefined;
11304
11269
  prependIcon?: IconValue | undefined;
11305
11270
  appendIcon?: IconValue | undefined;
11306
11271
  } & {
@@ -11395,7 +11360,6 @@ declare const VBtn: {
11395
11360
  rounded?: string | number | boolean | undefined;
11396
11361
  baseColor?: string | undefined;
11397
11362
  selectedClass?: string | undefined;
11398
- activeColor?: string | undefined;
11399
11363
  prependIcon?: IconValue | undefined;
11400
11364
  appendIcon?: IconValue | undefined;
11401
11365
  } & {
@@ -11525,7 +11489,6 @@ declare const VBtn: {
11525
11489
  type: BooleanConstructor;
11526
11490
  default: undefined;
11527
11491
  };
11528
- activeColor: StringConstructor;
11529
11492
  baseColor: StringConstructor;
11530
11493
  symbol: {
11531
11494
  type: null;
@@ -11611,7 +11574,6 @@ declare const VBtn: {
11611
11574
  type: BooleanConstructor;
11612
11575
  default: undefined;
11613
11576
  };
11614
- activeColor: StringConstructor;
11615
11577
  baseColor: StringConstructor;
11616
11578
  symbol: {
11617
11579
  type: null;
@@ -14053,7 +14015,6 @@ interface srcObject {
14053
14015
  declare const VImg: {
14054
14016
  new (...args: any[]): vue.CreateComponentPublicInstance<{
14055
14017
  inline: boolean;
14056
- absolute: boolean;
14057
14018
  transition: string | boolean | (vue.TransitionProps & {
14058
14019
  component?: vue.Component | undefined;
14059
14020
  });
@@ -14118,7 +14079,6 @@ declare const VImg: {
14118
14079
  error: (value: string | undefined) => true;
14119
14080
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
14120
14081
  inline: boolean;
14121
- absolute: boolean;
14122
14082
  transition: string | boolean | (vue.TransitionProps & {
14123
14083
  component?: vue.Component | undefined;
14124
14084
  });
@@ -14173,7 +14133,6 @@ declare const VImg: {
14173
14133
  onLoadstart?: ((value: string | undefined) => any) | undefined;
14174
14134
  }, {
14175
14135
  inline: boolean;
14176
- absolute: boolean;
14177
14136
  transition: string | boolean | (vue.TransitionProps & {
14178
14137
  component?: vue.Component | undefined;
14179
14138
  });
@@ -14207,7 +14166,6 @@ declare const VImg: {
14207
14166
  Defaults: {};
14208
14167
  }, {
14209
14168
  inline: boolean;
14210
- absolute: boolean;
14211
14169
  transition: string | boolean | (vue.TransitionProps & {
14212
14170
  component?: vue.Component | undefined;
14213
14171
  });
@@ -14268,7 +14226,6 @@ declare const VImg: {
14268
14226
  naturalHeight: vue.ShallowRef<number | undefined>;
14269
14227
  }, {}, {}, {}, {
14270
14228
  inline: boolean;
14271
- absolute: boolean;
14272
14229
  transition: string | boolean | (vue.TransitionProps & {
14273
14230
  component?: vue.Component | undefined;
14274
14231
  });
@@ -14286,7 +14243,6 @@ declare const VImg: {
14286
14243
  __isSuspense?: undefined;
14287
14244
  } & vue.ComponentOptionsBase<{
14288
14245
  inline: boolean;
14289
- absolute: boolean;
14290
14246
  transition: string | boolean | (vue.TransitionProps & {
14291
14247
  component?: vue.Component | undefined;
14292
14248
  });
@@ -14351,7 +14307,6 @@ declare const VImg: {
14351
14307
  error: (value: string | undefined) => true;
14352
14308
  }, string, {
14353
14309
  inline: boolean;
14354
- absolute: boolean;
14355
14310
  transition: string | boolean | (vue.TransitionProps & {
14356
14311
  component?: vue.Component | undefined;
14357
14312
  });
@@ -14403,7 +14358,6 @@ declare const VImg: {
14403
14358
  aspectRatio: (StringConstructor | NumberConstructor)[];
14404
14359
  contentClass: null;
14405
14360
  inline: BooleanConstructor;
14406
- absolute: BooleanConstructor;
14407
14361
  alt: StringConstructor;
14408
14362
  cover: BooleanConstructor;
14409
14363
  color: StringConstructor;
@@ -14458,7 +14412,6 @@ declare const VImg: {
14458
14412
  aspectRatio: (StringConstructor | NumberConstructor)[];
14459
14413
  contentClass: null;
14460
14414
  inline: BooleanConstructor;
14461
- absolute: BooleanConstructor;
14462
14415
  alt: StringConstructor;
14463
14416
  cover: BooleanConstructor;
14464
14417
  color: StringConstructor;
@@ -14492,7 +14445,6 @@ type VImg = InstanceType<typeof VImg>;
14492
14445
  declare const VCarouselItem: {
14493
14446
  new (...args: any[]): vue.CreateComponentPublicInstance<{
14494
14447
  inline: boolean;
14495
- absolute: boolean;
14496
14448
  style: vue.StyleValue;
14497
14449
  eager: boolean;
14498
14450
  disabled: boolean;
@@ -14545,7 +14497,6 @@ declare const VCarouselItem: {
14545
14497
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
14546
14498
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
14547
14499
  inline: boolean;
14548
- absolute: boolean;
14549
14500
  style: vue.StyleValue;
14550
14501
  eager: boolean;
14551
14502
  disabled: boolean;
@@ -14598,7 +14549,6 @@ declare const VCarouselItem: {
14598
14549
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
14599
14550
  }, {
14600
14551
  inline: boolean;
14601
- absolute: boolean;
14602
14552
  transition: string | boolean;
14603
14553
  style: vue.StyleValue;
14604
14554
  draggable: boolean | "false" | "true";
@@ -14632,7 +14582,6 @@ declare const VCarouselItem: {
14632
14582
  Defaults: {};
14633
14583
  }, {
14634
14584
  inline: boolean;
14635
- absolute: boolean;
14636
14585
  style: vue.StyleValue;
14637
14586
  eager: boolean;
14638
14587
  disabled: boolean;
@@ -14685,7 +14634,6 @@ declare const VCarouselItem: {
14685
14634
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
14686
14635
  }, {}, {}, {}, {}, {
14687
14636
  inline: boolean;
14688
- absolute: boolean;
14689
14637
  transition: string | boolean;
14690
14638
  style: vue.StyleValue;
14691
14639
  draggable: boolean | "false" | "true";
@@ -14703,7 +14651,6 @@ declare const VCarouselItem: {
14703
14651
  __isSuspense?: undefined;
14704
14652
  } & vue.ComponentOptionsBase<{
14705
14653
  inline: boolean;
14706
- absolute: boolean;
14707
14654
  style: vue.StyleValue;
14708
14655
  eager: boolean;
14709
14656
  disabled: boolean;
@@ -14756,7 +14703,6 @@ declare const VCarouselItem: {
14756
14703
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
14757
14704
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
14758
14705
  inline: boolean;
14759
- absolute: boolean;
14760
14706
  transition: string | boolean;
14761
14707
  style: vue.StyleValue;
14762
14708
  draggable: boolean | "false" | "true";
@@ -14813,7 +14759,6 @@ declare const VCarouselItem: {
14813
14759
  aspectRatio: (StringConstructor | NumberConstructor)[];
14814
14760
  contentClass: null;
14815
14761
  inline: BooleanConstructor;
14816
- absolute: BooleanConstructor;
14817
14762
  alt: StringConstructor;
14818
14763
  cover: BooleanConstructor;
14819
14764
  color: StringConstructor;
@@ -14872,7 +14817,6 @@ declare const VCarouselItem: {
14872
14817
  aspectRatio: (StringConstructor | NumberConstructor)[];
14873
14818
  contentClass: null;
14874
14819
  inline: BooleanConstructor;
14875
- absolute: BooleanConstructor;
14876
14820
  alt: StringConstructor;
14877
14821
  cover: BooleanConstructor;
14878
14822
  color: StringConstructor;
@@ -15532,7 +15476,7 @@ declare const VCheckbox: {
15532
15476
  class?: any;
15533
15477
  theme?: string | undefined;
15534
15478
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
15535
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
15479
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
15536
15480
  validationValue?: any;
15537
15481
  baseColor?: string | undefined;
15538
15482
  prependIcon?: IconValue | undefined;
@@ -15586,7 +15530,7 @@ declare const VCheckbox: {
15586
15530
  class?: any;
15587
15531
  theme?: string | undefined;
15588
15532
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
15589
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
15533
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
15590
15534
  validationValue?: any;
15591
15535
  baseColor?: string | undefined;
15592
15536
  prependIcon?: IconValue | undefined;
@@ -15696,7 +15640,7 @@ declare const VCheckbox: {
15696
15640
  class?: any;
15697
15641
  theme?: string | undefined;
15698
15642
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
15699
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
15643
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
15700
15644
  validationValue?: any;
15701
15645
  baseColor?: string | undefined;
15702
15646
  prependIcon?: IconValue | undefined;
@@ -15775,7 +15719,7 @@ declare const VCheckbox: {
15775
15719
  class?: any;
15776
15720
  theme?: string | undefined;
15777
15721
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
15778
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
15722
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
15779
15723
  validationValue?: any;
15780
15724
  baseColor?: string | undefined;
15781
15725
  prependIcon?: IconValue | undefined;
@@ -15923,7 +15867,7 @@ declare const VCheckbox: {
15923
15867
  type: vue.PropType<readonly ValidationRule$1[]>;
15924
15868
  default: () => never[];
15925
15869
  };
15926
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
15870
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
15927
15871
  validationValue: null;
15928
15872
  width: (StringConstructor | NumberConstructor)[];
15929
15873
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -16022,7 +15966,7 @@ declare const VCheckbox: {
16022
15966
  type: vue.PropType<readonly ValidationRule$1[]>;
16023
15967
  default: () => never[];
16024
15968
  };
16025
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
15969
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
16026
15970
  validationValue: null;
16027
15971
  width: (StringConstructor | NumberConstructor)[];
16028
15972
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -18250,7 +18194,7 @@ declare const VCombobox: {
18250
18194
  theme?: string | undefined;
18251
18195
  counter?: string | number | boolean | undefined;
18252
18196
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
18253
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
18197
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
18254
18198
  rounded?: string | number | boolean | undefined;
18255
18199
  baseColor?: string | undefined;
18256
18200
  bgColor?: string | undefined;
@@ -18322,9 +18266,9 @@ declare const VCombobox: {
18322
18266
  rounded?: string | number | boolean | undefined;
18323
18267
  baseColor?: string | undefined;
18324
18268
  bgColor?: string | undefined;
18325
- activeColor?: string | undefined;
18326
18269
  activeClass?: string | undefined;
18327
18270
  activeStrategy?: ActiveStrategyProp | undefined;
18271
+ activeColor?: string | undefined;
18328
18272
  collapseIcon?: string | undefined;
18329
18273
  expandIcon?: string | undefined;
18330
18274
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -18367,9 +18311,9 @@ declare const VCombobox: {
18367
18311
  rounded?: string | number | boolean | undefined;
18368
18312
  baseColor?: string | undefined;
18369
18313
  bgColor?: string | undefined;
18370
- activeColor?: string | undefined;
18371
18314
  activeClass?: string | undefined;
18372
18315
  activeStrategy?: ActiveStrategyProp | undefined;
18316
+ activeColor?: string | undefined;
18373
18317
  collapseIcon?: string | undefined;
18374
18318
  expandIcon?: string | undefined;
18375
18319
  } & {
@@ -18530,7 +18474,7 @@ declare const VCombobox: {
18530
18474
  }) => vue.VNodeChild) | undefined;
18531
18475
  }) | undefined;
18532
18476
  menuProps?: (Partial<{
18533
- location: NonNullable<Anchor> | undefined;
18477
+ location: Anchor;
18534
18478
  origin: "auto" | Anchor | "overlap";
18535
18479
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18536
18480
  component?: vue.Component | undefined;
@@ -18558,9 +18502,8 @@ declare const VCombobox: {
18558
18502
  noClickAnimation: boolean;
18559
18503
  persistent: boolean;
18560
18504
  scrim: NonNullable<string | boolean>;
18561
- submenu: boolean;
18562
18505
  }> & Omit<{
18563
- location: NonNullable<Anchor> | undefined;
18506
+ location: Anchor;
18564
18507
  origin: "auto" | Anchor | "overlap";
18565
18508
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18566
18509
  component?: vue.Component | undefined;
@@ -18586,7 +18529,6 @@ declare const VCombobox: {
18586
18529
  noClickAnimation: boolean;
18587
18530
  persistent: boolean;
18588
18531
  scrim: NonNullable<string | boolean>;
18589
- submenu: boolean;
18590
18532
  offset?: string | number | number[] | undefined;
18591
18533
  id?: string | undefined;
18592
18534
  height?: string | number | undefined;
@@ -18637,7 +18579,7 @@ declare const VCombobox: {
18637
18579
  }) => vue.VNodeChild) | undefined;
18638
18580
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18639
18581
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
18640
- location: NonNullable<Anchor> | undefined;
18582
+ location: Anchor;
18641
18583
  origin: "auto" | Anchor | "overlap";
18642
18584
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18643
18585
  component?: vue.Component | undefined;
@@ -18663,7 +18605,6 @@ declare const VCombobox: {
18663
18605
  noClickAnimation: boolean;
18664
18606
  persistent: boolean;
18665
18607
  scrim: NonNullable<string | boolean>;
18666
- submenu: boolean;
18667
18608
  } & {
18668
18609
  offset?: string | number | number[] | undefined;
18669
18610
  id?: string | undefined;
@@ -18717,7 +18658,7 @@ declare const VCombobox: {
18717
18658
  }) => vue.VNodeChild) | undefined;
18718
18659
  } & {
18719
18660
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18720
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
18661
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
18721
18662
  itemColor?: string | undefined;
18722
18663
  autoSelectFirst?: boolean | "exact" | undefined;
18723
18664
  } & {
@@ -18793,7 +18734,7 @@ declare const VCombobox: {
18793
18734
  theme?: string | undefined;
18794
18735
  counter?: string | number | boolean | undefined;
18795
18736
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
18796
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
18737
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
18797
18738
  rounded?: string | number | boolean | undefined;
18798
18739
  baseColor?: string | undefined;
18799
18740
  bgColor?: string | undefined;
@@ -18865,9 +18806,9 @@ declare const VCombobox: {
18865
18806
  rounded?: string | number | boolean | undefined;
18866
18807
  baseColor?: string | undefined;
18867
18808
  bgColor?: string | undefined;
18868
- activeColor?: string | undefined;
18869
18809
  activeClass?: string | undefined;
18870
18810
  activeStrategy?: ActiveStrategyProp | undefined;
18811
+ activeColor?: string | undefined;
18871
18812
  collapseIcon?: string | undefined;
18872
18813
  expandIcon?: string | undefined;
18873
18814
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -18910,9 +18851,9 @@ declare const VCombobox: {
18910
18851
  rounded?: string | number | boolean | undefined;
18911
18852
  baseColor?: string | undefined;
18912
18853
  bgColor?: string | undefined;
18913
- activeColor?: string | undefined;
18914
18854
  activeClass?: string | undefined;
18915
18855
  activeStrategy?: ActiveStrategyProp | undefined;
18856
+ activeColor?: string | undefined;
18916
18857
  collapseIcon?: string | undefined;
18917
18858
  expandIcon?: string | undefined;
18918
18859
  } & {
@@ -19073,7 +19014,7 @@ declare const VCombobox: {
19073
19014
  }) => vue.VNodeChild) | undefined;
19074
19015
  }) | undefined;
19075
19016
  menuProps?: (Partial<{
19076
- location: NonNullable<Anchor> | undefined;
19017
+ location: Anchor;
19077
19018
  origin: "auto" | Anchor | "overlap";
19078
19019
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19079
19020
  component?: vue.Component | undefined;
@@ -19101,9 +19042,8 @@ declare const VCombobox: {
19101
19042
  noClickAnimation: boolean;
19102
19043
  persistent: boolean;
19103
19044
  scrim: NonNullable<string | boolean>;
19104
- submenu: boolean;
19105
19045
  }> & Omit<{
19106
- location: NonNullable<Anchor> | undefined;
19046
+ location: Anchor;
19107
19047
  origin: "auto" | Anchor | "overlap";
19108
19048
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19109
19049
  component?: vue.Component | undefined;
@@ -19129,7 +19069,6 @@ declare const VCombobox: {
19129
19069
  noClickAnimation: boolean;
19130
19070
  persistent: boolean;
19131
19071
  scrim: NonNullable<string | boolean>;
19132
- submenu: boolean;
19133
19072
  offset?: string | number | number[] | undefined;
19134
19073
  id?: string | undefined;
19135
19074
  height?: string | number | undefined;
@@ -19180,7 +19119,7 @@ declare const VCombobox: {
19180
19119
  }) => vue.VNodeChild) | undefined;
19181
19120
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19182
19121
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
19183
- location: NonNullable<Anchor> | undefined;
19122
+ location: Anchor;
19184
19123
  origin: "auto" | Anchor | "overlap";
19185
19124
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19186
19125
  component?: vue.Component | undefined;
@@ -19206,7 +19145,6 @@ declare const VCombobox: {
19206
19145
  noClickAnimation: boolean;
19207
19146
  persistent: boolean;
19208
19147
  scrim: NonNullable<string | boolean>;
19209
- submenu: boolean;
19210
19148
  } & {
19211
19149
  offset?: string | number | number[] | undefined;
19212
19150
  id?: string | undefined;
@@ -19260,7 +19198,7 @@ declare const VCombobox: {
19260
19198
  }) => vue.VNodeChild) | undefined;
19261
19199
  } & {
19262
19200
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19263
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19201
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19264
19202
  itemColor?: string | undefined;
19265
19203
  autoSelectFirst?: boolean | "exact" | undefined;
19266
19204
  } & {
@@ -19450,7 +19388,7 @@ declare const VCombobox: {
19450
19388
  theme?: string | undefined;
19451
19389
  counter?: string | number | boolean | undefined;
19452
19390
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
19453
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
19391
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
19454
19392
  rounded?: string | number | boolean | undefined;
19455
19393
  baseColor?: string | undefined;
19456
19394
  bgColor?: string | undefined;
@@ -19522,9 +19460,9 @@ declare const VCombobox: {
19522
19460
  rounded?: string | number | boolean | undefined;
19523
19461
  baseColor?: string | undefined;
19524
19462
  bgColor?: string | undefined;
19525
- activeColor?: string | undefined;
19526
19463
  activeClass?: string | undefined;
19527
19464
  activeStrategy?: ActiveStrategyProp | undefined;
19465
+ activeColor?: string | undefined;
19528
19466
  collapseIcon?: string | undefined;
19529
19467
  expandIcon?: string | undefined;
19530
19468
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -19567,9 +19505,9 @@ declare const VCombobox: {
19567
19505
  rounded?: string | number | boolean | undefined;
19568
19506
  baseColor?: string | undefined;
19569
19507
  bgColor?: string | undefined;
19570
- activeColor?: string | undefined;
19571
19508
  activeClass?: string | undefined;
19572
19509
  activeStrategy?: ActiveStrategyProp | undefined;
19510
+ activeColor?: string | undefined;
19573
19511
  collapseIcon?: string | undefined;
19574
19512
  expandIcon?: string | undefined;
19575
19513
  } & {
@@ -19730,7 +19668,7 @@ declare const VCombobox: {
19730
19668
  }) => vue.VNodeChild) | undefined;
19731
19669
  }) | undefined;
19732
19670
  menuProps?: (Partial<{
19733
- location: NonNullable<Anchor> | undefined;
19671
+ location: Anchor;
19734
19672
  origin: "auto" | Anchor | "overlap";
19735
19673
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19736
19674
  component?: vue.Component | undefined;
@@ -19758,9 +19696,8 @@ declare const VCombobox: {
19758
19696
  noClickAnimation: boolean;
19759
19697
  persistent: boolean;
19760
19698
  scrim: NonNullable<string | boolean>;
19761
- submenu: boolean;
19762
19699
  }> & Omit<{
19763
- location: NonNullable<Anchor> | undefined;
19700
+ location: Anchor;
19764
19701
  origin: "auto" | Anchor | "overlap";
19765
19702
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19766
19703
  component?: vue.Component | undefined;
@@ -19786,7 +19723,6 @@ declare const VCombobox: {
19786
19723
  noClickAnimation: boolean;
19787
19724
  persistent: boolean;
19788
19725
  scrim: NonNullable<string | boolean>;
19789
- submenu: boolean;
19790
19726
  offset?: string | number | number[] | undefined;
19791
19727
  id?: string | undefined;
19792
19728
  height?: string | number | undefined;
@@ -19837,7 +19773,7 @@ declare const VCombobox: {
19837
19773
  }) => vue.VNodeChild) | undefined;
19838
19774
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19839
19775
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
19840
- location: NonNullable<Anchor> | undefined;
19776
+ location: Anchor;
19841
19777
  origin: "auto" | Anchor | "overlap";
19842
19778
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19843
19779
  component?: vue.Component | undefined;
@@ -19863,7 +19799,6 @@ declare const VCombobox: {
19863
19799
  noClickAnimation: boolean;
19864
19800
  persistent: boolean;
19865
19801
  scrim: NonNullable<string | boolean>;
19866
- submenu: boolean;
19867
19802
  } & {
19868
19803
  offset?: string | number | number[] | undefined;
19869
19804
  id?: string | undefined;
@@ -19917,7 +19852,7 @@ declare const VCombobox: {
19917
19852
  }) => vue.VNodeChild) | undefined;
19918
19853
  } & {
19919
19854
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19920
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19855
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19921
19856
  itemColor?: string | undefined;
19922
19857
  autoSelectFirst?: boolean | "exact" | undefined;
19923
19858
  } & {
@@ -20042,7 +19977,7 @@ declare const VCombobox: {
20042
19977
  theme?: string | undefined;
20043
19978
  counter?: string | number | boolean | undefined;
20044
19979
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
20045
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
19980
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
20046
19981
  rounded?: string | number | boolean | undefined;
20047
19982
  baseColor?: string | undefined;
20048
19983
  bgColor?: string | undefined;
@@ -20114,9 +20049,9 @@ declare const VCombobox: {
20114
20049
  rounded?: string | number | boolean | undefined;
20115
20050
  baseColor?: string | undefined;
20116
20051
  bgColor?: string | undefined;
20117
- activeColor?: string | undefined;
20118
20052
  activeClass?: string | undefined;
20119
20053
  activeStrategy?: ActiveStrategyProp | undefined;
20054
+ activeColor?: string | undefined;
20120
20055
  collapseIcon?: string | undefined;
20121
20056
  expandIcon?: string | undefined;
20122
20057
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -20159,9 +20094,9 @@ declare const VCombobox: {
20159
20094
  rounded?: string | number | boolean | undefined;
20160
20095
  baseColor?: string | undefined;
20161
20096
  bgColor?: string | undefined;
20162
- activeColor?: string | undefined;
20163
20097
  activeClass?: string | undefined;
20164
20098
  activeStrategy?: ActiveStrategyProp | undefined;
20099
+ activeColor?: string | undefined;
20165
20100
  collapseIcon?: string | undefined;
20166
20101
  expandIcon?: string | undefined;
20167
20102
  } & {
@@ -20322,7 +20257,7 @@ declare const VCombobox: {
20322
20257
  }) => vue.VNodeChild) | undefined;
20323
20258
  }) | undefined;
20324
20259
  menuProps?: (Partial<{
20325
- location: NonNullable<Anchor> | undefined;
20260
+ location: Anchor;
20326
20261
  origin: "auto" | Anchor | "overlap";
20327
20262
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20328
20263
  component?: vue.Component | undefined;
@@ -20350,9 +20285,8 @@ declare const VCombobox: {
20350
20285
  noClickAnimation: boolean;
20351
20286
  persistent: boolean;
20352
20287
  scrim: NonNullable<string | boolean>;
20353
- submenu: boolean;
20354
20288
  }> & Omit<{
20355
- location: NonNullable<Anchor> | undefined;
20289
+ location: Anchor;
20356
20290
  origin: "auto" | Anchor | "overlap";
20357
20291
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20358
20292
  component?: vue.Component | undefined;
@@ -20378,7 +20312,6 @@ declare const VCombobox: {
20378
20312
  noClickAnimation: boolean;
20379
20313
  persistent: boolean;
20380
20314
  scrim: NonNullable<string | boolean>;
20381
- submenu: boolean;
20382
20315
  offset?: string | number | number[] | undefined;
20383
20316
  id?: string | undefined;
20384
20317
  height?: string | number | undefined;
@@ -20429,7 +20362,7 @@ declare const VCombobox: {
20429
20362
  }) => vue.VNodeChild) | undefined;
20430
20363
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20431
20364
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20432
- location: NonNullable<Anchor> | undefined;
20365
+ location: Anchor;
20433
20366
  origin: "auto" | Anchor | "overlap";
20434
20367
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20435
20368
  component?: vue.Component | undefined;
@@ -20455,7 +20388,6 @@ declare const VCombobox: {
20455
20388
  noClickAnimation: boolean;
20456
20389
  persistent: boolean;
20457
20390
  scrim: NonNullable<string | boolean>;
20458
- submenu: boolean;
20459
20391
  } & {
20460
20392
  offset?: string | number | number[] | undefined;
20461
20393
  id?: string | undefined;
@@ -20509,7 +20441,7 @@ declare const VCombobox: {
20509
20441
  }) => vue.VNodeChild) | undefined;
20510
20442
  } & {
20511
20443
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20512
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20444
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20513
20445
  itemColor?: string | undefined;
20514
20446
  autoSelectFirst?: boolean | "exact" | undefined;
20515
20447
  } & {
@@ -20772,7 +20704,7 @@ declare const VCombobox: {
20772
20704
  type: PropType<any>;
20773
20705
  default: any;
20774
20706
  };
20775
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
20707
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
20776
20708
  rounded: {
20777
20709
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
20778
20710
  default: undefined;
@@ -20913,9 +20845,9 @@ declare const VCombobox: {
20913
20845
  rounded?: string | number | boolean | undefined;
20914
20846
  baseColor?: string | undefined;
20915
20847
  bgColor?: string | undefined;
20916
- activeColor?: string | undefined;
20917
20848
  activeClass?: string | undefined;
20918
20849
  activeStrategy?: ActiveStrategyProp | undefined;
20850
+ activeColor?: string | undefined;
20919
20851
  collapseIcon?: string | undefined;
20920
20852
  expandIcon?: string | undefined;
20921
20853
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -20958,9 +20890,9 @@ declare const VCombobox: {
20958
20890
  rounded?: string | number | boolean | undefined;
20959
20891
  baseColor?: string | undefined;
20960
20892
  bgColor?: string | undefined;
20961
- activeColor?: string | undefined;
20962
20893
  activeClass?: string | undefined;
20963
20894
  activeStrategy?: ActiveStrategyProp | undefined;
20895
+ activeColor?: string | undefined;
20964
20896
  collapseIcon?: string | undefined;
20965
20897
  expandIcon?: string | undefined;
20966
20898
  } & {
@@ -21128,7 +21060,7 @@ declare const VCombobox: {
21128
21060
  };
21129
21061
  menuProps: {
21130
21062
  type: PropType<Partial<{
21131
- location: NonNullable<Anchor> | undefined;
21063
+ location: Anchor;
21132
21064
  origin: "auto" | Anchor | "overlap";
21133
21065
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21134
21066
  component?: vue.Component | undefined;
@@ -21156,9 +21088,8 @@ declare const VCombobox: {
21156
21088
  noClickAnimation: boolean;
21157
21089
  persistent: boolean;
21158
21090
  scrim: NonNullable<string | boolean>;
21159
- submenu: boolean;
21160
21091
  }> & Omit<{
21161
- location: NonNullable<Anchor> | undefined;
21092
+ location: Anchor;
21162
21093
  origin: "auto" | Anchor | "overlap";
21163
21094
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21164
21095
  component?: vue.Component | undefined;
@@ -21184,7 +21115,6 @@ declare const VCombobox: {
21184
21115
  noClickAnimation: boolean;
21185
21116
  persistent: boolean;
21186
21117
  scrim: NonNullable<string | boolean>;
21187
- submenu: boolean;
21188
21118
  offset?: string | number | number[] | undefined;
21189
21119
  id?: string | undefined;
21190
21120
  height?: string | number | undefined;
@@ -21235,7 +21165,7 @@ declare const VCombobox: {
21235
21165
  }) => vue.VNodeChild) | undefined;
21236
21166
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21237
21167
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
21238
- location: NonNullable<Anchor> | undefined;
21168
+ location: Anchor;
21239
21169
  origin: "auto" | Anchor | "overlap";
21240
21170
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21241
21171
  component?: vue.Component | undefined;
@@ -21261,7 +21191,6 @@ declare const VCombobox: {
21261
21191
  noClickAnimation: boolean;
21262
21192
  persistent: boolean;
21263
21193
  scrim: NonNullable<string | boolean>;
21264
- submenu: boolean;
21265
21194
  } & {
21266
21195
  offset?: string | number | number[] | undefined;
21267
21196
  id?: string | undefined;
@@ -21315,7 +21244,7 @@ declare const VCombobox: {
21315
21244
  }) => vue.VNodeChild) | undefined;
21316
21245
  } & {
21317
21246
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21318
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
21247
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
21319
21248
  };
21320
21249
  multiple: BooleanConstructor;
21321
21250
  noDataText: {
@@ -21428,7 +21357,7 @@ declare const VCombobox: {
21428
21357
  type: PropType<any>;
21429
21358
  default: any;
21430
21359
  };
21431
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
21360
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
21432
21361
  rounded: {
21433
21362
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
21434
21363
  default: undefined;
@@ -21569,9 +21498,9 @@ declare const VCombobox: {
21569
21498
  rounded?: string | number | boolean | undefined;
21570
21499
  baseColor?: string | undefined;
21571
21500
  bgColor?: string | undefined;
21572
- activeColor?: string | undefined;
21573
21501
  activeClass?: string | undefined;
21574
21502
  activeStrategy?: ActiveStrategyProp | undefined;
21503
+ activeColor?: string | undefined;
21575
21504
  collapseIcon?: string | undefined;
21576
21505
  expandIcon?: string | undefined;
21577
21506
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -21614,9 +21543,9 @@ declare const VCombobox: {
21614
21543
  rounded?: string | number | boolean | undefined;
21615
21544
  baseColor?: string | undefined;
21616
21545
  bgColor?: string | undefined;
21617
- activeColor?: string | undefined;
21618
21546
  activeClass?: string | undefined;
21619
21547
  activeStrategy?: ActiveStrategyProp | undefined;
21548
+ activeColor?: string | undefined;
21620
21549
  collapseIcon?: string | undefined;
21621
21550
  expandIcon?: string | undefined;
21622
21551
  } & {
@@ -21784,7 +21713,7 @@ declare const VCombobox: {
21784
21713
  };
21785
21714
  menuProps: {
21786
21715
  type: PropType<Partial<{
21787
- location: NonNullable<Anchor> | undefined;
21716
+ location: Anchor;
21788
21717
  origin: "auto" | Anchor | "overlap";
21789
21718
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21790
21719
  component?: vue.Component | undefined;
@@ -21812,9 +21741,8 @@ declare const VCombobox: {
21812
21741
  noClickAnimation: boolean;
21813
21742
  persistent: boolean;
21814
21743
  scrim: NonNullable<string | boolean>;
21815
- submenu: boolean;
21816
21744
  }> & Omit<{
21817
- location: NonNullable<Anchor> | undefined;
21745
+ location: Anchor;
21818
21746
  origin: "auto" | Anchor | "overlap";
21819
21747
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21820
21748
  component?: vue.Component | undefined;
@@ -21840,7 +21768,6 @@ declare const VCombobox: {
21840
21768
  noClickAnimation: boolean;
21841
21769
  persistent: boolean;
21842
21770
  scrim: NonNullable<string | boolean>;
21843
- submenu: boolean;
21844
21771
  offset?: string | number | number[] | undefined;
21845
21772
  id?: string | undefined;
21846
21773
  height?: string | number | undefined;
@@ -21891,7 +21818,7 @@ declare const VCombobox: {
21891
21818
  }) => vue.VNodeChild) | undefined;
21892
21819
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21893
21820
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
21894
- location: NonNullable<Anchor> | undefined;
21821
+ location: Anchor;
21895
21822
  origin: "auto" | Anchor | "overlap";
21896
21823
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21897
21824
  component?: vue.Component | undefined;
@@ -21917,7 +21844,6 @@ declare const VCombobox: {
21917
21844
  noClickAnimation: boolean;
21918
21845
  persistent: boolean;
21919
21846
  scrim: NonNullable<string | boolean>;
21920
- submenu: boolean;
21921
21847
  } & {
21922
21848
  offset?: string | number | number[] | undefined;
21923
21849
  id?: string | undefined;
@@ -21971,7 +21897,7 @@ declare const VCombobox: {
21971
21897
  }) => vue.VNodeChild) | undefined;
21972
21898
  } & {
21973
21899
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21974
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
21900
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
21975
21901
  };
21976
21902
  multiple: BooleanConstructor;
21977
21903
  noDataText: {
@@ -29882,7 +29808,7 @@ declare const VDialog: {
29882
29808
  onAfterLeave?: (() => any) | undefined;
29883
29809
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29884
29810
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
29885
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
29811
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
29886
29812
  activatorEl: vue.Ref<HTMLElement | undefined>;
29887
29813
  scrimEl: vue.Ref<HTMLElement | undefined>;
29888
29814
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -30566,7 +30492,7 @@ declare const VDialog: {
30566
30492
  onAfterLeave?: (() => any) | undefined;
30567
30493
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30568
30494
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30569
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30495
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30570
30496
  activatorEl: vue.Ref<HTMLElement | undefined>;
30571
30497
  scrimEl: vue.Ref<HTMLElement | undefined>;
30572
30498
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -31147,7 +31073,7 @@ declare const VDialog: {
31147
31073
  onAfterLeave?: (() => any) | undefined;
31148
31074
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31149
31075
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31150
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31076
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31151
31077
  activatorEl: vue.Ref<HTMLElement | undefined>;
31152
31078
  scrimEl: vue.Ref<HTMLElement | undefined>;
31153
31079
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -32356,13 +32282,7 @@ declare const VExpansionPanel: {
32356
32282
  expandIcon: IconValue;
32357
32283
  hideActions: boolean;
32358
32284
  } & {
32359
- height?: string | number | undefined;
32360
- width?: string | number | undefined;
32361
32285
  color?: string | undefined;
32362
- maxHeight?: string | number | undefined;
32363
- maxWidth?: string | number | undefined;
32364
- minHeight?: string | number | undefined;
32365
- minWidth?: string | number | undefined;
32366
32286
  value?: any;
32367
32287
  title?: string | undefined;
32368
32288
  text?: string | undefined;
@@ -32412,13 +32332,7 @@ declare const VExpansionPanel: {
32412
32332
  expandIcon: IconValue;
32413
32333
  hideActions: boolean;
32414
32334
  } & {
32415
- height?: string | number | undefined;
32416
- width?: string | number | undefined;
32417
32335
  color?: string | undefined;
32418
- maxHeight?: string | number | undefined;
32419
- maxWidth?: string | number | undefined;
32420
- minHeight?: string | number | undefined;
32421
- minWidth?: string | number | undefined;
32422
32336
  value?: any;
32423
32337
  title?: string | undefined;
32424
32338
  text?: string | undefined;
@@ -32495,13 +32409,7 @@ declare const VExpansionPanel: {
32495
32409
  expandIcon: IconValue;
32496
32410
  hideActions: boolean;
32497
32411
  } & {
32498
- height?: string | number | undefined;
32499
- width?: string | number | undefined;
32500
32412
  color?: string | undefined;
32501
- maxHeight?: string | number | undefined;
32502
- maxWidth?: string | number | undefined;
32503
- minHeight?: string | number | undefined;
32504
- minWidth?: string | number | undefined;
32505
32413
  value?: any;
32506
32414
  title?: string | undefined;
32507
32415
  text?: string | undefined;
@@ -32567,13 +32475,7 @@ declare const VExpansionPanel: {
32567
32475
  expandIcon: IconValue;
32568
32476
  hideActions: boolean;
32569
32477
  } & {
32570
- height?: string | number | undefined;
32571
- width?: string | number | undefined;
32572
32478
  color?: string | undefined;
32573
- maxHeight?: string | number | undefined;
32574
- maxWidth?: string | number | undefined;
32575
- minHeight?: string | number | undefined;
32576
- minWidth?: string | number | undefined;
32577
32479
  value?: any;
32578
32480
  title?: string | undefined;
32579
32481
  text?: string | undefined;
@@ -32640,12 +32542,6 @@ declare const VExpansionPanel: {
32640
32542
  type: vue.PropType<vue.StyleValue>;
32641
32543
  default: null;
32642
32544
  };
32643
- height: (StringConstructor | NumberConstructor)[];
32644
- maxHeight: (StringConstructor | NumberConstructor)[];
32645
- maxWidth: (StringConstructor | NumberConstructor)[];
32646
- minHeight: (StringConstructor | NumberConstructor)[];
32647
- minWidth: (StringConstructor | NumberConstructor)[];
32648
- width: (StringConstructor | NumberConstructor)[];
32649
32545
  color: StringConstructor;
32650
32546
  expandIcon: {
32651
32547
  type: vue.PropType<IconValue>;
@@ -32691,12 +32587,6 @@ declare const VExpansionPanel: {
32691
32587
  type: vue.PropType<vue.StyleValue>;
32692
32588
  default: null;
32693
32589
  };
32694
- height: (StringConstructor | NumberConstructor)[];
32695
- maxHeight: (StringConstructor | NumberConstructor)[];
32696
- maxWidth: (StringConstructor | NumberConstructor)[];
32697
- minHeight: (StringConstructor | NumberConstructor)[];
32698
- minWidth: (StringConstructor | NumberConstructor)[];
32699
- width: (StringConstructor | NumberConstructor)[];
32700
32590
  color: StringConstructor;
32701
32591
  expandIcon: {
32702
32592
  type: vue.PropType<IconValue>;
@@ -32860,13 +32750,7 @@ declare const VExpansionPanelTitle: {
32860
32750
  expandIcon: IconValue;
32861
32751
  hideActions: boolean;
32862
32752
  } & {
32863
- height?: string | number | undefined;
32864
- width?: string | number | undefined;
32865
32753
  color?: string | undefined;
32866
- maxHeight?: string | number | undefined;
32867
- maxWidth?: string | number | undefined;
32868
- minHeight?: string | number | undefined;
32869
- minWidth?: string | number | undefined;
32870
32754
  class?: any;
32871
32755
  } & {
32872
32756
  $children?: vue.VNodeChild | {
@@ -32892,13 +32776,7 @@ declare const VExpansionPanelTitle: {
32892
32776
  expandIcon: IconValue;
32893
32777
  hideActions: boolean;
32894
32778
  } & {
32895
- height?: string | number | undefined;
32896
- width?: string | number | undefined;
32897
32779
  color?: string | undefined;
32898
- maxHeight?: string | number | undefined;
32899
- maxWidth?: string | number | undefined;
32900
- minHeight?: string | number | undefined;
32901
- minWidth?: string | number | undefined;
32902
32780
  class?: any;
32903
32781
  } & {
32904
32782
  $children?: vue.VNodeChild | {
@@ -32949,13 +32827,7 @@ declare const VExpansionPanelTitle: {
32949
32827
  expandIcon: IconValue;
32950
32828
  hideActions: boolean;
32951
32829
  } & {
32952
- height?: string | number | undefined;
32953
- width?: string | number | undefined;
32954
32830
  color?: string | undefined;
32955
- maxHeight?: string | number | undefined;
32956
- maxWidth?: string | number | undefined;
32957
- minHeight?: string | number | undefined;
32958
- minWidth?: string | number | undefined;
32959
32831
  class?: any;
32960
32832
  } & {
32961
32833
  $children?: vue.VNodeChild | {
@@ -32996,13 +32868,7 @@ declare const VExpansionPanelTitle: {
32996
32868
  expandIcon: IconValue;
32997
32869
  hideActions: boolean;
32998
32870
  } & {
32999
- height?: string | number | undefined;
33000
- width?: string | number | undefined;
33001
32871
  color?: string | undefined;
33002
- maxHeight?: string | number | undefined;
33003
- maxWidth?: string | number | undefined;
33004
- minHeight?: string | number | undefined;
33005
- minWidth?: string | number | undefined;
33006
32872
  class?: any;
33007
32873
  } & {
33008
32874
  $children?: vue.VNodeChild | {
@@ -33035,12 +32901,6 @@ declare const VExpansionPanelTitle: {
33035
32901
  [key: string]: any;
33036
32902
  }>[];
33037
32903
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
33038
- height: (StringConstructor | NumberConstructor)[];
33039
- maxHeight: (StringConstructor | NumberConstructor)[];
33040
- maxWidth: (StringConstructor | NumberConstructor)[];
33041
- minHeight: (StringConstructor | NumberConstructor)[];
33042
- minWidth: (StringConstructor | NumberConstructor)[];
33043
- width: (StringConstructor | NumberConstructor)[];
33044
32904
  class: PropType<any>;
33045
32905
  style: {
33046
32906
  type: PropType<vue.StyleValue>;
@@ -33066,12 +32926,6 @@ declare const VExpansionPanelTitle: {
33066
32926
  };
33067
32927
  readonly: BooleanConstructor;
33068
32928
  }, vue.ExtractPropTypes<{
33069
- height: (StringConstructor | NumberConstructor)[];
33070
- maxHeight: (StringConstructor | NumberConstructor)[];
33071
- maxWidth: (StringConstructor | NumberConstructor)[];
33072
- minHeight: (StringConstructor | NumberConstructor)[];
33073
- minWidth: (StringConstructor | NumberConstructor)[];
33074
- width: (StringConstructor | NumberConstructor)[];
33075
32929
  class: PropType<any>;
33076
32930
  style: {
33077
32931
  type: PropType<vue.StyleValue>;
@@ -33155,7 +33009,6 @@ declare const VFab: {
33155
33009
  rounded?: string | number | boolean | undefined;
33156
33010
  baseColor?: string | undefined;
33157
33011
  selectedClass?: string | undefined;
33158
- activeColor?: string | undefined;
33159
33012
  prependIcon?: IconValue | undefined;
33160
33013
  appendIcon?: IconValue | undefined;
33161
33014
  } & {
@@ -33226,7 +33079,6 @@ declare const VFab: {
33226
33079
  rounded?: string | number | boolean | undefined;
33227
33080
  baseColor?: string | undefined;
33228
33081
  selectedClass?: string | undefined;
33229
- activeColor?: string | undefined;
33230
33082
  prependIcon?: IconValue | undefined;
33231
33083
  appendIcon?: IconValue | undefined;
33232
33084
  } & {
@@ -33338,7 +33190,6 @@ declare const VFab: {
33338
33190
  rounded?: string | number | boolean | undefined;
33339
33191
  baseColor?: string | undefined;
33340
33192
  selectedClass?: string | undefined;
33341
- activeColor?: string | undefined;
33342
33193
  prependIcon?: IconValue | undefined;
33343
33194
  appendIcon?: IconValue | undefined;
33344
33195
  } & {
@@ -33443,7 +33294,6 @@ declare const VFab: {
33443
33294
  rounded?: string | number | boolean | undefined;
33444
33295
  baseColor?: string | undefined;
33445
33296
  selectedClass?: string | undefined;
33446
- activeColor?: string | undefined;
33447
33297
  prependIcon?: IconValue | undefined;
33448
33298
  appendIcon?: IconValue | undefined;
33449
33299
  } & {
@@ -33595,7 +33445,6 @@ declare const VFab: {
33595
33445
  };
33596
33446
  baseColor: StringConstructor;
33597
33447
  selectedClass: StringConstructor;
33598
- activeColor: StringConstructor;
33599
33448
  prependIcon: vue.PropType<IconValue>;
33600
33449
  appendIcon: vue.PropType<IconValue>;
33601
33450
  slim: BooleanConstructor;
@@ -33715,7 +33564,6 @@ declare const VFab: {
33715
33564
  };
33716
33565
  baseColor: StringConstructor;
33717
33566
  selectedClass: StringConstructor;
33718
- activeColor: StringConstructor;
33719
33567
  prependIcon: vue.PropType<IconValue>;
33720
33568
  appendIcon: vue.PropType<IconValue>;
33721
33569
  slim: BooleanConstructor;
@@ -33886,7 +33734,7 @@ declare const VFileInput: {
33886
33734
  class?: any;
33887
33735
  theme?: string | undefined;
33888
33736
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
33889
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
33737
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
33890
33738
  validationValue?: any;
33891
33739
  rounded?: string | number | boolean | undefined;
33892
33740
  baseColor?: string | undefined;
@@ -34018,7 +33866,7 @@ declare const VFileInput: {
34018
33866
  class?: any;
34019
33867
  theme?: string | undefined;
34020
33868
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34021
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
33869
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34022
33870
  validationValue?: any;
34023
33871
  prependIcon?: IconValue | undefined;
34024
33872
  appendIcon?: IconValue | undefined;
@@ -34051,7 +33899,7 @@ declare const VFileInput: {
34051
33899
  class?: any;
34052
33900
  theme?: string | undefined;
34053
33901
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34054
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
33902
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34055
33903
  validationValue?: any;
34056
33904
  prependIcon?: IconValue | undefined;
34057
33905
  appendIcon?: IconValue | undefined;
@@ -34112,7 +33960,7 @@ declare const VFileInput: {
34112
33960
  class?: any;
34113
33961
  theme?: string | undefined;
34114
33962
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34115
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
33963
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34116
33964
  validationValue?: any;
34117
33965
  prependIcon?: IconValue | undefined;
34118
33966
  appendIcon?: IconValue | undefined;
@@ -34204,7 +34052,7 @@ declare const VFileInput: {
34204
34052
  class?: any;
34205
34053
  theme?: string | undefined;
34206
34054
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34207
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34055
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34208
34056
  validationValue?: any;
34209
34057
  prependIcon?: IconValue | undefined;
34210
34058
  appendIcon?: IconValue | undefined;
@@ -34271,7 +34119,7 @@ declare const VFileInput: {
34271
34119
  class?: any;
34272
34120
  theme?: string | undefined;
34273
34121
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34274
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34122
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34275
34123
  validationValue?: any;
34276
34124
  rounded?: string | number | boolean | undefined;
34277
34125
  baseColor?: string | undefined;
@@ -34494,7 +34342,7 @@ declare const VFileInput: {
34494
34342
  class?: any;
34495
34343
  theme?: string | undefined;
34496
34344
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34497
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34345
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34498
34346
  validationValue?: any;
34499
34347
  rounded?: string | number | boolean | undefined;
34500
34348
  baseColor?: string | undefined;
@@ -34626,7 +34474,7 @@ declare const VFileInput: {
34626
34474
  class?: any;
34627
34475
  theme?: string | undefined;
34628
34476
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34629
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34477
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34630
34478
  validationValue?: any;
34631
34479
  prependIcon?: IconValue | undefined;
34632
34480
  appendIcon?: IconValue | undefined;
@@ -34659,7 +34507,7 @@ declare const VFileInput: {
34659
34507
  class?: any;
34660
34508
  theme?: string | undefined;
34661
34509
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34662
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34510
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34663
34511
  validationValue?: any;
34664
34512
  prependIcon?: IconValue | undefined;
34665
34513
  appendIcon?: IconValue | undefined;
@@ -34720,7 +34568,7 @@ declare const VFileInput: {
34720
34568
  class?: any;
34721
34569
  theme?: string | undefined;
34722
34570
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34723
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34571
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34724
34572
  validationValue?: any;
34725
34573
  prependIcon?: IconValue | undefined;
34726
34574
  appendIcon?: IconValue | undefined;
@@ -34812,7 +34660,7 @@ declare const VFileInput: {
34812
34660
  class?: any;
34813
34661
  theme?: string | undefined;
34814
34662
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34815
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34663
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34816
34664
  validationValue?: any;
34817
34665
  prependIcon?: IconValue | undefined;
34818
34666
  appendIcon?: IconValue | undefined;
@@ -34913,7 +34761,7 @@ declare const VFileInput: {
34913
34761
  class?: any;
34914
34762
  theme?: string | undefined;
34915
34763
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34916
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34764
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
34917
34765
  validationValue?: any;
34918
34766
  rounded?: string | number | boolean | undefined;
34919
34767
  baseColor?: string | undefined;
@@ -35045,7 +34893,7 @@ declare const VFileInput: {
35045
34893
  class?: any;
35046
34894
  theme?: string | undefined;
35047
34895
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
35048
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34896
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
35049
34897
  validationValue?: any;
35050
34898
  prependIcon?: IconValue | undefined;
35051
34899
  appendIcon?: IconValue | undefined;
@@ -35078,7 +34926,7 @@ declare const VFileInput: {
35078
34926
  class?: any;
35079
34927
  theme?: string | undefined;
35080
34928
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
35081
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34929
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
35082
34930
  validationValue?: any;
35083
34931
  prependIcon?: IconValue | undefined;
35084
34932
  appendIcon?: IconValue | undefined;
@@ -35139,7 +34987,7 @@ declare const VFileInput: {
35139
34987
  class?: any;
35140
34988
  theme?: string | undefined;
35141
34989
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
35142
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
34990
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
35143
34991
  validationValue?: any;
35144
34992
  prependIcon?: IconValue | undefined;
35145
34993
  appendIcon?: IconValue | undefined;
@@ -35231,7 +35079,7 @@ declare const VFileInput: {
35231
35079
  class?: any;
35232
35080
  theme?: string | undefined;
35233
35081
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
35234
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
35082
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
35235
35083
  validationValue?: any;
35236
35084
  prependIcon?: IconValue | undefined;
35237
35085
  appendIcon?: IconValue | undefined;
@@ -35408,7 +35256,7 @@ declare const VFileInput: {
35408
35256
  type: PropType<readonly ValidationRule$1[]>;
35409
35257
  default: () => never[];
35410
35258
  };
35411
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
35259
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
35412
35260
  validationValue: null;
35413
35261
  width: (StringConstructor | NumberConstructor)[];
35414
35262
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -35530,7 +35378,7 @@ declare const VFileInput: {
35530
35378
  type: PropType<readonly ValidationRule$1[]>;
35531
35379
  default: () => never[];
35532
35380
  };
35533
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
35381
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
35534
35382
  validationValue: null;
35535
35383
  width: (StringConstructor | NumberConstructor)[];
35536
35384
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -35607,7 +35455,7 @@ declare const VFooter: {
35607
35455
  } | undefined;
35608
35456
  } & {
35609
35457
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
35610
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
35458
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
35611
35459
  absolute: boolean;
35612
35460
  height: string | number;
35613
35461
  order: string | number;
@@ -35677,7 +35525,7 @@ declare const VFooter: {
35677
35525
  } | undefined;
35678
35526
  } & {
35679
35527
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
35680
- }, {}, {}, {}, {}, {
35528
+ }, any, {}, {}, {}, {
35681
35529
  absolute: boolean;
35682
35530
  height: string | number;
35683
35531
  order: string | number;
@@ -35715,7 +35563,7 @@ declare const VFooter: {
35715
35563
  } | undefined;
35716
35564
  } & {
35717
35565
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
35718
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
35566
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
35719
35567
  absolute: boolean;
35720
35568
  height: string | number;
35721
35569
  order: string | number;
@@ -35813,7 +35661,7 @@ declare const VForm: {
35813
35661
  disabled: boolean;
35814
35662
  readonly: boolean;
35815
35663
  modelValue: boolean | null;
35816
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
35664
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
35817
35665
  fastFail: boolean;
35818
35666
  } & {
35819
35667
  class?: any;
@@ -35982,7 +35830,7 @@ declare const VForm: {
35982
35830
  disabled: boolean;
35983
35831
  readonly: boolean;
35984
35832
  modelValue: boolean | null;
35985
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
35833
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
35986
35834
  fastFail: boolean;
35987
35835
  } & {
35988
35836
  class?: any;
@@ -36119,7 +35967,7 @@ declare const VForm: {
36119
35967
  disabled: boolean;
36120
35968
  readonly: boolean;
36121
35969
  modelValue: boolean | null;
36122
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
35970
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
36123
35971
  fastFail: boolean;
36124
35972
  }, true, {}, vue.SlotsType<Partial<{
36125
35973
  default: (arg: {
@@ -36166,7 +36014,7 @@ declare const VForm: {
36166
36014
  disabled: boolean;
36167
36015
  readonly: boolean;
36168
36016
  modelValue: boolean | null;
36169
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
36017
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
36170
36018
  fastFail: boolean;
36171
36019
  } & {
36172
36020
  class?: any;
@@ -36332,7 +36180,7 @@ declare const VForm: {
36332
36180
  disabled: boolean;
36333
36181
  readonly: boolean;
36334
36182
  modelValue: boolean | null;
36335
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
36183
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
36336
36184
  fastFail: boolean;
36337
36185
  }>;
36338
36186
  __isFragment?: undefined;
@@ -36343,7 +36191,7 @@ declare const VForm: {
36343
36191
  disabled: boolean;
36344
36192
  readonly: boolean;
36345
36193
  modelValue: boolean | null;
36346
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
36194
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
36347
36195
  fastFail: boolean;
36348
36196
  } & {
36349
36197
  class?: any;
@@ -36512,7 +36360,7 @@ declare const VForm: {
36512
36360
  disabled: boolean;
36513
36361
  readonly: boolean;
36514
36362
  modelValue: boolean | null;
36515
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
36363
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
36516
36364
  fastFail: boolean;
36517
36365
  }, {}, string, vue.SlotsType<Partial<{
36518
36366
  default: (arg: {
@@ -36556,7 +36404,7 @@ declare const VForm: {
36556
36404
  default: null;
36557
36405
  };
36558
36406
  validateOn: {
36559
- type: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
36407
+ type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
36560
36408
  default: string;
36561
36409
  };
36562
36410
  class: vue.PropType<any>;
@@ -36573,7 +36421,7 @@ declare const VForm: {
36573
36421
  default: null;
36574
36422
  };
36575
36423
  validateOn: {
36576
- type: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
36424
+ type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
36577
36425
  default: string;
36578
36426
  };
36579
36427
  class: vue.PropType<any>;
@@ -36590,12 +36438,6 @@ declare const VContainer: {
36590
36438
  tag: string;
36591
36439
  fluid: boolean;
36592
36440
  } & {
36593
- height?: string | number | undefined;
36594
- width?: string | number | undefined;
36595
- maxHeight?: string | number | undefined;
36596
- maxWidth?: string | number | undefined;
36597
- minHeight?: string | number | undefined;
36598
- minWidth?: string | number | undefined;
36599
36441
  class?: any;
36600
36442
  } & {
36601
36443
  $children?: vue.VNodeChild | {
@@ -36611,12 +36453,6 @@ declare const VContainer: {
36611
36453
  tag: string;
36612
36454
  fluid: boolean;
36613
36455
  } & {
36614
- height?: string | number | undefined;
36615
- width?: string | number | undefined;
36616
- maxHeight?: string | number | undefined;
36617
- maxWidth?: string | number | undefined;
36618
- minHeight?: string | number | undefined;
36619
- minWidth?: string | number | undefined;
36620
36456
  class?: any;
36621
36457
  } & {
36622
36458
  $children?: vue.VNodeChild | {
@@ -36647,12 +36483,6 @@ declare const VContainer: {
36647
36483
  tag: string;
36648
36484
  fluid: boolean;
36649
36485
  } & {
36650
- height?: string | number | undefined;
36651
- width?: string | number | undefined;
36652
- maxHeight?: string | number | undefined;
36653
- maxWidth?: string | number | undefined;
36654
- minHeight?: string | number | undefined;
36655
- minWidth?: string | number | undefined;
36656
36486
  class?: any;
36657
36487
  } & {
36658
36488
  $children?: vue.VNodeChild | {
@@ -36676,12 +36506,6 @@ declare const VContainer: {
36676
36506
  tag: string;
36677
36507
  fluid: boolean;
36678
36508
  } & {
36679
- height?: string | number | undefined;
36680
- width?: string | number | undefined;
36681
- maxHeight?: string | number | undefined;
36682
- maxWidth?: string | number | undefined;
36683
- minHeight?: string | number | undefined;
36684
- minWidth?: string | number | undefined;
36685
36509
  class?: any;
36686
36510
  } & {
36687
36511
  $children?: vue.VNodeChild | {
@@ -36705,12 +36529,6 @@ declare const VContainer: {
36705
36529
  type: StringConstructor;
36706
36530
  default: string;
36707
36531
  };
36708
- height: (StringConstructor | NumberConstructor)[];
36709
- maxHeight: (StringConstructor | NumberConstructor)[];
36710
- maxWidth: (StringConstructor | NumberConstructor)[];
36711
- minHeight: (StringConstructor | NumberConstructor)[];
36712
- minWidth: (StringConstructor | NumberConstructor)[];
36713
- width: (StringConstructor | NumberConstructor)[];
36714
36532
  class: vue.PropType<any>;
36715
36533
  style: {
36716
36534
  type: vue.PropType<vue.StyleValue>;
@@ -36725,12 +36543,6 @@ declare const VContainer: {
36725
36543
  type: StringConstructor;
36726
36544
  default: string;
36727
36545
  };
36728
- height: (StringConstructor | NumberConstructor)[];
36729
- maxHeight: (StringConstructor | NumberConstructor)[];
36730
- maxWidth: (StringConstructor | NumberConstructor)[];
36731
- minHeight: (StringConstructor | NumberConstructor)[];
36732
- minWidth: (StringConstructor | NumberConstructor)[];
36733
- width: (StringConstructor | NumberConstructor)[];
36734
36546
  class: vue.PropType<any>;
36735
36547
  style: {
36736
36548
  type: vue.PropType<vue.StyleValue>;
@@ -39370,9 +39182,9 @@ declare const VList: {
39370
39182
  rounded?: string | number | boolean | undefined;
39371
39183
  baseColor?: string | undefined;
39372
39184
  bgColor?: string | undefined;
39373
- activeColor?: string | undefined;
39374
39185
  activeClass?: string | undefined;
39375
39186
  activeStrategy?: ActiveStrategyProp | undefined;
39187
+ activeColor?: string | undefined;
39376
39188
  collapseIcon?: string | undefined;
39377
39189
  expandIcon?: string | undefined;
39378
39190
  } & {
@@ -39441,9 +39253,9 @@ declare const VList: {
39441
39253
  rounded?: string | number | boolean | undefined;
39442
39254
  baseColor?: string | undefined;
39443
39255
  bgColor?: string | undefined;
39444
- activeColor?: string | undefined;
39445
39256
  activeClass?: string | undefined;
39446
39257
  activeStrategy?: ActiveStrategyProp | undefined;
39258
+ activeColor?: string | undefined;
39447
39259
  collapseIcon?: string | undefined;
39448
39260
  expandIcon?: string | undefined;
39449
39261
  } & {
@@ -39573,9 +39385,9 @@ declare const VList: {
39573
39385
  rounded?: string | number | boolean | undefined;
39574
39386
  baseColor?: string | undefined;
39575
39387
  bgColor?: string | undefined;
39576
- activeColor?: string | undefined;
39577
39388
  activeClass?: string | undefined;
39578
39389
  activeStrategy?: ActiveStrategyProp | undefined;
39390
+ activeColor?: string | undefined;
39579
39391
  collapseIcon?: string | undefined;
39580
39392
  expandIcon?: string | undefined;
39581
39393
  } & {
@@ -39648,9 +39460,9 @@ declare const VList: {
39648
39460
  rounded?: string | number | boolean | undefined;
39649
39461
  baseColor?: string | undefined;
39650
39462
  bgColor?: string | undefined;
39651
- activeColor?: string | undefined;
39652
39463
  activeClass?: string | undefined;
39653
39464
  activeStrategy?: ActiveStrategyProp | undefined;
39465
+ activeColor?: string | undefined;
39654
39466
  collapseIcon?: string | undefined;
39655
39467
  expandIcon?: string | undefined;
39656
39468
  } & {
@@ -40039,9 +39851,9 @@ declare const VListGroup: {
40039
39851
  title?: string | undefined;
40040
39852
  class?: any;
40041
39853
  baseColor?: string | undefined;
40042
- activeColor?: string | undefined;
40043
39854
  prependIcon?: IconValue | undefined;
40044
39855
  appendIcon?: IconValue | undefined;
39856
+ activeColor?: string | undefined;
40045
39857
  } & {
40046
39858
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40047
39859
  default?: (() => vue.VNodeChild) | undefined;
@@ -40078,9 +39890,9 @@ declare const VListGroup: {
40078
39890
  title?: string | undefined;
40079
39891
  class?: any;
40080
39892
  baseColor?: string | undefined;
40081
- activeColor?: string | undefined;
40082
39893
  prependIcon?: IconValue | undefined;
40083
39894
  appendIcon?: IconValue | undefined;
39895
+ activeColor?: string | undefined;
40084
39896
  } & {
40085
39897
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40086
39898
  default?: (() => vue.VNodeChild) | undefined;
@@ -40139,9 +39951,9 @@ declare const VListGroup: {
40139
39951
  title?: string | undefined;
40140
39952
  class?: any;
40141
39953
  baseColor?: string | undefined;
40142
- activeColor?: string | undefined;
40143
39954
  prependIcon?: IconValue | undefined;
40144
39955
  appendIcon?: IconValue | undefined;
39956
+ activeColor?: string | undefined;
40145
39957
  } & {
40146
39958
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40147
39959
  default?: (() => vue.VNodeChild) | undefined;
@@ -40189,9 +40001,9 @@ declare const VListGroup: {
40189
40001
  title?: string | undefined;
40190
40002
  class?: any;
40191
40003
  baseColor?: string | undefined;
40192
- activeColor?: string | undefined;
40193
40004
  prependIcon?: IconValue | undefined;
40194
40005
  appendIcon?: IconValue | undefined;
40006
+ activeColor?: string | undefined;
40195
40007
  } & {
40196
40008
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40197
40009
  default?: (() => vue.VNodeChild) | undefined;
@@ -41308,7 +41120,7 @@ type VMain = InstanceType<typeof VMain>;
41308
41120
 
41309
41121
  declare const VMenu: {
41310
41122
  new (...args: any[]): vue.CreateComponentPublicInstance<{
41311
- location: NonNullable<Anchor> | undefined;
41123
+ location: Anchor;
41312
41124
  origin: "auto" | Anchor | "overlap";
41313
41125
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41314
41126
  component?: Component | undefined;
@@ -41334,7 +41146,6 @@ declare const VMenu: {
41334
41146
  noClickAnimation: boolean;
41335
41147
  persistent: boolean;
41336
41148
  scrim: NonNullable<string | boolean>;
41337
- submenu: boolean;
41338
41149
  } & {
41339
41150
  offset?: string | number | number[] | undefined;
41340
41151
  id?: string | undefined;
@@ -41390,7 +41201,7 @@ declare const VMenu: {
41390
41201
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41391
41202
  }, {
41392
41203
  id: vue.ComputedRef<string>;
41393
- ΨopenChildren: vue.ShallowRef<Set<number>>;
41204
+ ΨopenChildren: vue.ShallowRef<number>;
41394
41205
  } & Omit<Omit<{
41395
41206
  $: vue.ComponentInternalInstance;
41396
41207
  $data: {};
@@ -41844,7 +41655,7 @@ declare const VMenu: {
41844
41655
  onAfterLeave?: (() => any) | undefined;
41845
41656
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41846
41657
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
41847
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
41658
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
41848
41659
  activatorEl: vue.Ref<HTMLElement | undefined>;
41849
41660
  scrimEl: vue.Ref<HTMLElement | undefined>;
41850
41661
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -41856,7 +41667,7 @@ declare const VMenu: {
41856
41667
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
41857
41668
  'update:modelValue': (value: boolean) => boolean;
41858
41669
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
41859
- location: NonNullable<Anchor> | undefined;
41670
+ location: Anchor;
41860
41671
  origin: "auto" | Anchor | "overlap";
41861
41672
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41862
41673
  component?: Component | undefined;
@@ -41882,7 +41693,6 @@ declare const VMenu: {
41882
41693
  noClickAnimation: boolean;
41883
41694
  persistent: boolean;
41884
41695
  scrim: NonNullable<string | boolean>;
41885
- submenu: boolean;
41886
41696
  } & {
41887
41697
  offset?: string | number | number[] | undefined;
41888
41698
  id?: string | undefined;
@@ -41937,7 +41747,7 @@ declare const VMenu: {
41937
41747
  } & {
41938
41748
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41939
41749
  }, {
41940
- location: NonNullable<Anchor> | undefined;
41750
+ location: Anchor;
41941
41751
  origin: "auto" | Anchor | "overlap";
41942
41752
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41943
41753
  component?: Component | undefined;
@@ -41965,7 +41775,6 @@ declare const VMenu: {
41965
41775
  noClickAnimation: boolean;
41966
41776
  persistent: boolean;
41967
41777
  scrim: NonNullable<string | boolean>;
41968
- submenu: boolean;
41969
41778
  }, true, {}, vue.SlotsType<Partial<{
41970
41779
  default: (arg: {
41971
41780
  isActive: vue.Ref<boolean>;
@@ -41987,7 +41796,7 @@ declare const VMenu: {
41987
41796
  M: {};
41988
41797
  Defaults: {};
41989
41798
  }, {
41990
- location: NonNullable<Anchor> | undefined;
41799
+ location: Anchor;
41991
41800
  origin: "auto" | Anchor | "overlap";
41992
41801
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41993
41802
  component?: Component | undefined;
@@ -42013,7 +41822,6 @@ declare const VMenu: {
42013
41822
  noClickAnimation: boolean;
42014
41823
  persistent: boolean;
42015
41824
  scrim: NonNullable<string | boolean>;
42016
- submenu: boolean;
42017
41825
  } & {
42018
41826
  offset?: string | number | number[] | undefined;
42019
41827
  id?: string | undefined;
@@ -42069,7 +41877,7 @@ declare const VMenu: {
42069
41877
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42070
41878
  }, {
42071
41879
  id: vue.ComputedRef<string>;
42072
- ΨopenChildren: vue.ShallowRef<Set<number>>;
41880
+ ΨopenChildren: vue.ShallowRef<number>;
42073
41881
  } & Omit<Omit<{
42074
41882
  $: vue.ComponentInternalInstance;
42075
41883
  $data: {};
@@ -42523,7 +42331,7 @@ declare const VMenu: {
42523
42331
  onAfterLeave?: (() => any) | undefined;
42524
42332
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42525
42333
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
42526
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42334
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42527
42335
  activatorEl: vue.Ref<HTMLElement | undefined>;
42528
42336
  scrimEl: vue.Ref<HTMLElement | undefined>;
42529
42337
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -42533,7 +42341,7 @@ declare const VMenu: {
42533
42341
  localTop: vue.ComputedRef<boolean>;
42534
42342
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
42535
42343
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
42536
- location: NonNullable<Anchor> | undefined;
42344
+ location: Anchor;
42537
42345
  origin: "auto" | Anchor | "overlap";
42538
42346
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42539
42347
  component?: Component | undefined;
@@ -42561,13 +42369,12 @@ declare const VMenu: {
42561
42369
  noClickAnimation: boolean;
42562
42370
  persistent: boolean;
42563
42371
  scrim: NonNullable<string | boolean>;
42564
- submenu: boolean;
42565
42372
  }>;
42566
42373
  __isFragment?: undefined;
42567
42374
  __isTeleport?: undefined;
42568
42375
  __isSuspense?: undefined;
42569
42376
  } & vue.ComponentOptionsBase<{
42570
- location: NonNullable<Anchor> | undefined;
42377
+ location: Anchor;
42571
42378
  origin: "auto" | Anchor | "overlap";
42572
42379
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42573
42380
  component?: Component | undefined;
@@ -42593,7 +42400,6 @@ declare const VMenu: {
42593
42400
  noClickAnimation: boolean;
42594
42401
  persistent: boolean;
42595
42402
  scrim: NonNullable<string | boolean>;
42596
- submenu: boolean;
42597
42403
  } & {
42598
42404
  offset?: string | number | number[] | undefined;
42599
42405
  id?: string | undefined;
@@ -42649,7 +42455,7 @@ declare const VMenu: {
42649
42455
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42650
42456
  }, {
42651
42457
  id: vue.ComputedRef<string>;
42652
- ΨopenChildren: vue.ShallowRef<Set<number>>;
42458
+ ΨopenChildren: vue.ShallowRef<number>;
42653
42459
  } & Omit<Omit<{
42654
42460
  $: vue.ComponentInternalInstance;
42655
42461
  $data: {};
@@ -43103,7 +42909,7 @@ declare const VMenu: {
43103
42909
  onAfterLeave?: (() => any) | undefined;
43104
42910
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43105
42911
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
43106
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42912
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43107
42913
  activatorEl: vue.Ref<HTMLElement | undefined>;
43108
42914
  scrimEl: vue.Ref<HTMLElement | undefined>;
43109
42915
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -43115,7 +42921,7 @@ declare const VMenu: {
43115
42921
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43116
42922
  'update:modelValue': (value: boolean) => boolean;
43117
42923
  }, string, {
43118
- location: NonNullable<Anchor> | undefined;
42924
+ location: Anchor;
43119
42925
  origin: "auto" | Anchor | "overlap";
43120
42926
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43121
42927
  component?: Component | undefined;
@@ -43143,7 +42949,6 @@ declare const VMenu: {
43143
42949
  noClickAnimation: boolean;
43144
42950
  persistent: boolean;
43145
42951
  scrim: NonNullable<string | boolean>;
43146
- submenu: boolean;
43147
42952
  }, {}, string, vue.SlotsType<Partial<{
43148
42953
  default: (arg: {
43149
42954
  isActive: vue.Ref<boolean>;
@@ -43159,12 +42964,9 @@ declare const VMenu: {
43159
42964
  }>[];
43160
42965
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
43161
42966
  offset: vue.PropType<string | number | number[] | undefined>;
43162
- location: Omit<{
42967
+ location: {
43163
42968
  type: vue.PropType<Anchor>;
43164
42969
  default: string;
43165
- }, "type" | "default"> & {
43166
- type: vue.PropType<NonNullable<Anchor> | undefined>;
43167
- default: NonNullable<Anchor> | undefined;
43168
42970
  };
43169
42971
  origin: {
43170
42972
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43275,15 +43077,11 @@ declare const VMenu: {
43275
43077
  };
43276
43078
  attach: vue.PropType<string | boolean | Element>;
43277
43079
  id: StringConstructor;
43278
- submenu: BooleanConstructor;
43279
43080
  }, vue.ExtractPropTypes<{
43280
43081
  offset: vue.PropType<string | number | number[] | undefined>;
43281
- location: Omit<{
43082
+ location: {
43282
43083
  type: vue.PropType<Anchor>;
43283
43084
  default: string;
43284
- }, "type" | "default"> & {
43285
- type: vue.PropType<NonNullable<Anchor> | undefined>;
43286
- default: NonNullable<Anchor> | undefined;
43287
43085
  };
43288
43086
  origin: {
43289
43087
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43394,7 +43192,6 @@ declare const VMenu: {
43394
43192
  };
43395
43193
  attach: vue.PropType<string | boolean | Element>;
43396
43194
  id: StringConstructor;
43397
- submenu: BooleanConstructor;
43398
43195
  }>>;
43399
43196
  type VMenu = InstanceType<typeof VMenu>;
43400
43197
 
@@ -46834,7 +46631,7 @@ declare const VRadioGroup: {
46834
46631
  class?: any;
46835
46632
  theme?: string | undefined;
46836
46633
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
46837
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
46634
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
46838
46635
  validationValue?: any;
46839
46636
  prependIcon?: IconValue | undefined;
46840
46637
  appendIcon?: IconValue | undefined;
@@ -46880,7 +46677,7 @@ declare const VRadioGroup: {
46880
46677
  class?: any;
46881
46678
  theme?: string | undefined;
46882
46679
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
46883
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
46680
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
46884
46681
  validationValue?: any;
46885
46682
  prependIcon?: IconValue | undefined;
46886
46683
  appendIcon?: IconValue | undefined;
@@ -46977,7 +46774,7 @@ declare const VRadioGroup: {
46977
46774
  class?: any;
46978
46775
  theme?: string | undefined;
46979
46776
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
46980
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
46777
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
46981
46778
  validationValue?: any;
46982
46779
  prependIcon?: IconValue | undefined;
46983
46780
  appendIcon?: IconValue | undefined;
@@ -47049,7 +46846,7 @@ declare const VRadioGroup: {
47049
46846
  class?: any;
47050
46847
  theme?: string | undefined;
47051
46848
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
47052
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
46849
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
47053
46850
  validationValue?: any;
47054
46851
  prependIcon?: IconValue | undefined;
47055
46852
  appendIcon?: IconValue | undefined;
@@ -47176,7 +46973,7 @@ declare const VRadioGroup: {
47176
46973
  type: vue.PropType<readonly ValidationRule$1[]>;
47177
46974
  default: () => never[];
47178
46975
  };
47179
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
46976
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
47180
46977
  validationValue: null;
47181
46978
  width: (StringConstructor | NumberConstructor)[];
47182
46979
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -47270,7 +47067,7 @@ declare const VRadioGroup: {
47270
47067
  type: vue.PropType<readonly ValidationRule$1[]>;
47271
47068
  default: () => never[];
47272
47069
  };
47273
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
47070
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
47274
47071
  validationValue: null;
47275
47072
  width: (StringConstructor | NumberConstructor)[];
47276
47073
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -47349,7 +47146,7 @@ declare const VRangeSlider: {
47349
47146
  class?: any;
47350
47147
  theme?: string | undefined;
47351
47148
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
47352
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
47149
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
47353
47150
  validationValue?: any;
47354
47151
  rounded?: string | number | boolean | undefined;
47355
47152
  prependIcon?: IconValue | undefined;
@@ -47457,7 +47254,7 @@ declare const VRangeSlider: {
47457
47254
  class?: any;
47458
47255
  theme?: string | undefined;
47459
47256
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
47460
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
47257
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
47461
47258
  validationValue?: any;
47462
47259
  rounded?: string | number | boolean | undefined;
47463
47260
  prependIcon?: IconValue | undefined;
@@ -47627,7 +47424,7 @@ declare const VRangeSlider: {
47627
47424
  class?: any;
47628
47425
  theme?: string | undefined;
47629
47426
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
47630
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
47427
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
47631
47428
  validationValue?: any;
47632
47429
  rounded?: string | number | boolean | undefined;
47633
47430
  prependIcon?: IconValue | undefined;
@@ -47764,7 +47561,7 @@ declare const VRangeSlider: {
47764
47561
  class?: any;
47765
47562
  theme?: string | undefined;
47766
47563
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
47767
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
47564
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
47768
47565
  validationValue?: any;
47769
47566
  rounded?: string | number | boolean | undefined;
47770
47567
  prependIcon?: IconValue | undefined;
@@ -47987,7 +47784,7 @@ declare const VRangeSlider: {
47987
47784
  type: PropType<readonly ValidationRule$1[]>;
47988
47785
  default: () => never[];
47989
47786
  };
47990
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
47787
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
47991
47788
  validationValue: null;
47992
47789
  theme: StringConstructor;
47993
47790
  width: (StringConstructor | NumberConstructor)[];
@@ -48114,7 +47911,7 @@ declare const VRangeSlider: {
48114
47911
  type: PropType<readonly ValidationRule$1[]>;
48115
47912
  default: () => never[];
48116
47913
  };
48117
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
47914
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
48118
47915
  validationValue: null;
48119
47916
  theme: StringConstructor;
48120
47917
  width: (StringConstructor | NumberConstructor)[];
@@ -48745,7 +48542,7 @@ declare const VSelect: {
48745
48542
  theme?: string | undefined;
48746
48543
  counter?: string | number | boolean | undefined;
48747
48544
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
48748
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
48545
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
48749
48546
  rounded?: string | number | boolean | undefined;
48750
48547
  baseColor?: string | undefined;
48751
48548
  bgColor?: string | undefined;
@@ -48815,9 +48612,9 @@ declare const VSelect: {
48815
48612
  rounded?: string | number | boolean | undefined;
48816
48613
  baseColor?: string | undefined;
48817
48614
  bgColor?: string | undefined;
48818
- activeColor?: string | undefined;
48819
48615
  activeClass?: string | undefined;
48820
48616
  activeStrategy?: ActiveStrategyProp | undefined;
48617
+ activeColor?: string | undefined;
48821
48618
  collapseIcon?: string | undefined;
48822
48619
  expandIcon?: string | undefined;
48823
48620
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -48860,9 +48657,9 @@ declare const VSelect: {
48860
48657
  rounded?: string | number | boolean | undefined;
48861
48658
  baseColor?: string | undefined;
48862
48659
  bgColor?: string | undefined;
48863
- activeColor?: string | undefined;
48864
48660
  activeClass?: string | undefined;
48865
48661
  activeStrategy?: ActiveStrategyProp | undefined;
48662
+ activeColor?: string | undefined;
48866
48663
  collapseIcon?: string | undefined;
48867
48664
  expandIcon?: string | undefined;
48868
48665
  } & {
@@ -49023,7 +48820,7 @@ declare const VSelect: {
49023
48820
  }) => vue.VNodeChild) | undefined;
49024
48821
  }) | undefined;
49025
48822
  menuProps?: (Partial<{
49026
- location: NonNullable<Anchor> | undefined;
48823
+ location: Anchor;
49027
48824
  origin: "auto" | Anchor | "overlap";
49028
48825
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49029
48826
  component?: Component | undefined;
@@ -49051,9 +48848,8 @@ declare const VSelect: {
49051
48848
  noClickAnimation: boolean;
49052
48849
  persistent: boolean;
49053
48850
  scrim: NonNullable<string | boolean>;
49054
- submenu: boolean;
49055
48851
  }> & Omit<{
49056
- location: NonNullable<Anchor> | undefined;
48852
+ location: Anchor;
49057
48853
  origin: "auto" | Anchor | "overlap";
49058
48854
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49059
48855
  component?: Component | undefined;
@@ -49079,7 +48875,6 @@ declare const VSelect: {
49079
48875
  noClickAnimation: boolean;
49080
48876
  persistent: boolean;
49081
48877
  scrim: NonNullable<string | boolean>;
49082
- submenu: boolean;
49083
48878
  offset?: string | number | number[] | undefined;
49084
48879
  id?: string | undefined;
49085
48880
  height?: string | number | undefined;
@@ -49130,7 +48925,7 @@ declare const VSelect: {
49130
48925
  }) => vue.VNodeChild) | undefined;
49131
48926
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49132
48927
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49133
- location: NonNullable<Anchor> | undefined;
48928
+ location: Anchor;
49134
48929
  origin: "auto" | Anchor | "overlap";
49135
48930
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49136
48931
  component?: Component | undefined;
@@ -49156,7 +48951,6 @@ declare const VSelect: {
49156
48951
  noClickAnimation: boolean;
49157
48952
  persistent: boolean;
49158
48953
  scrim: NonNullable<string | boolean>;
49159
- submenu: boolean;
49160
48954
  } & {
49161
48955
  offset?: string | number | number[] | undefined;
49162
48956
  id?: string | undefined;
@@ -49210,7 +49004,7 @@ declare const VSelect: {
49210
49004
  }) => vue.VNodeChild) | undefined;
49211
49005
  } & {
49212
49006
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49213
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
49007
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
49214
49008
  itemColor?: string | undefined;
49215
49009
  } & {
49216
49010
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -49280,7 +49074,7 @@ declare const VSelect: {
49280
49074
  theme?: string | undefined;
49281
49075
  counter?: string | number | boolean | undefined;
49282
49076
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
49283
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49077
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
49284
49078
  rounded?: string | number | boolean | undefined;
49285
49079
  baseColor?: string | undefined;
49286
49080
  bgColor?: string | undefined;
@@ -49350,9 +49144,9 @@ declare const VSelect: {
49350
49144
  rounded?: string | number | boolean | undefined;
49351
49145
  baseColor?: string | undefined;
49352
49146
  bgColor?: string | undefined;
49353
- activeColor?: string | undefined;
49354
49147
  activeClass?: string | undefined;
49355
49148
  activeStrategy?: ActiveStrategyProp | undefined;
49149
+ activeColor?: string | undefined;
49356
49150
  collapseIcon?: string | undefined;
49357
49151
  expandIcon?: string | undefined;
49358
49152
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -49395,9 +49189,9 @@ declare const VSelect: {
49395
49189
  rounded?: string | number | boolean | undefined;
49396
49190
  baseColor?: string | undefined;
49397
49191
  bgColor?: string | undefined;
49398
- activeColor?: string | undefined;
49399
49192
  activeClass?: string | undefined;
49400
49193
  activeStrategy?: ActiveStrategyProp | undefined;
49194
+ activeColor?: string | undefined;
49401
49195
  collapseIcon?: string | undefined;
49402
49196
  expandIcon?: string | undefined;
49403
49197
  } & {
@@ -49558,7 +49352,7 @@ declare const VSelect: {
49558
49352
  }) => vue.VNodeChild) | undefined;
49559
49353
  }) | undefined;
49560
49354
  menuProps?: (Partial<{
49561
- location: NonNullable<Anchor> | undefined;
49355
+ location: Anchor;
49562
49356
  origin: "auto" | Anchor | "overlap";
49563
49357
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49564
49358
  component?: Component | undefined;
@@ -49586,9 +49380,8 @@ declare const VSelect: {
49586
49380
  noClickAnimation: boolean;
49587
49381
  persistent: boolean;
49588
49382
  scrim: NonNullable<string | boolean>;
49589
- submenu: boolean;
49590
49383
  }> & Omit<{
49591
- location: NonNullable<Anchor> | undefined;
49384
+ location: Anchor;
49592
49385
  origin: "auto" | Anchor | "overlap";
49593
49386
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49594
49387
  component?: Component | undefined;
@@ -49614,7 +49407,6 @@ declare const VSelect: {
49614
49407
  noClickAnimation: boolean;
49615
49408
  persistent: boolean;
49616
49409
  scrim: NonNullable<string | boolean>;
49617
- submenu: boolean;
49618
49410
  offset?: string | number | number[] | undefined;
49619
49411
  id?: string | undefined;
49620
49412
  height?: string | number | undefined;
@@ -49665,7 +49457,7 @@ declare const VSelect: {
49665
49457
  }) => vue.VNodeChild) | undefined;
49666
49458
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49667
49459
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49668
- location: NonNullable<Anchor> | undefined;
49460
+ location: Anchor;
49669
49461
  origin: "auto" | Anchor | "overlap";
49670
49462
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49671
49463
  component?: Component | undefined;
@@ -49691,7 +49483,6 @@ declare const VSelect: {
49691
49483
  noClickAnimation: boolean;
49692
49484
  persistent: boolean;
49693
49485
  scrim: NonNullable<string | boolean>;
49694
- submenu: boolean;
49695
49486
  } & {
49696
49487
  offset?: string | number | number[] | undefined;
49697
49488
  id?: string | undefined;
@@ -49745,7 +49536,7 @@ declare const VSelect: {
49745
49536
  }) => vue.VNodeChild) | undefined;
49746
49537
  } & {
49747
49538
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49748
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
49539
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
49749
49540
  itemColor?: string | undefined;
49750
49541
  } & {
49751
49542
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -49928,7 +49719,7 @@ declare const VSelect: {
49928
49719
  theme?: string | undefined;
49929
49720
  counter?: string | number | boolean | undefined;
49930
49721
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
49931
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49722
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
49932
49723
  rounded?: string | number | boolean | undefined;
49933
49724
  baseColor?: string | undefined;
49934
49725
  bgColor?: string | undefined;
@@ -49998,9 +49789,9 @@ declare const VSelect: {
49998
49789
  rounded?: string | number | boolean | undefined;
49999
49790
  baseColor?: string | undefined;
50000
49791
  bgColor?: string | undefined;
50001
- activeColor?: string | undefined;
50002
49792
  activeClass?: string | undefined;
50003
49793
  activeStrategy?: ActiveStrategyProp | undefined;
49794
+ activeColor?: string | undefined;
50004
49795
  collapseIcon?: string | undefined;
50005
49796
  expandIcon?: string | undefined;
50006
49797
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -50043,9 +49834,9 @@ declare const VSelect: {
50043
49834
  rounded?: string | number | boolean | undefined;
50044
49835
  baseColor?: string | undefined;
50045
49836
  bgColor?: string | undefined;
50046
- activeColor?: string | undefined;
50047
49837
  activeClass?: string | undefined;
50048
49838
  activeStrategy?: ActiveStrategyProp | undefined;
49839
+ activeColor?: string | undefined;
50049
49840
  collapseIcon?: string | undefined;
50050
49841
  expandIcon?: string | undefined;
50051
49842
  } & {
@@ -50206,7 +49997,7 @@ declare const VSelect: {
50206
49997
  }) => vue.VNodeChild) | undefined;
50207
49998
  }) | undefined;
50208
49999
  menuProps?: (Partial<{
50209
- location: NonNullable<Anchor> | undefined;
50000
+ location: Anchor;
50210
50001
  origin: "auto" | Anchor | "overlap";
50211
50002
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50212
50003
  component?: Component | undefined;
@@ -50234,9 +50025,8 @@ declare const VSelect: {
50234
50025
  noClickAnimation: boolean;
50235
50026
  persistent: boolean;
50236
50027
  scrim: NonNullable<string | boolean>;
50237
- submenu: boolean;
50238
50028
  }> & Omit<{
50239
- location: NonNullable<Anchor> | undefined;
50029
+ location: Anchor;
50240
50030
  origin: "auto" | Anchor | "overlap";
50241
50031
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50242
50032
  component?: Component | undefined;
@@ -50262,7 +50052,6 @@ declare const VSelect: {
50262
50052
  noClickAnimation: boolean;
50263
50053
  persistent: boolean;
50264
50054
  scrim: NonNullable<string | boolean>;
50265
- submenu: boolean;
50266
50055
  offset?: string | number | number[] | undefined;
50267
50056
  id?: string | undefined;
50268
50057
  height?: string | number | undefined;
@@ -50313,7 +50102,7 @@ declare const VSelect: {
50313
50102
  }) => vue.VNodeChild) | undefined;
50314
50103
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50315
50104
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50316
- location: NonNullable<Anchor> | undefined;
50105
+ location: Anchor;
50317
50106
  origin: "auto" | Anchor | "overlap";
50318
50107
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50319
50108
  component?: Component | undefined;
@@ -50339,7 +50128,6 @@ declare const VSelect: {
50339
50128
  noClickAnimation: boolean;
50340
50129
  persistent: boolean;
50341
50130
  scrim: NonNullable<string | boolean>;
50342
- submenu: boolean;
50343
50131
  } & {
50344
50132
  offset?: string | number | number[] | undefined;
50345
50133
  id?: string | undefined;
@@ -50393,7 +50181,7 @@ declare const VSelect: {
50393
50181
  }) => vue.VNodeChild) | undefined;
50394
50182
  } & {
50395
50183
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50396
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50184
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
50397
50185
  itemColor?: string | undefined;
50398
50186
  } & {
50399
50187
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -50511,7 +50299,7 @@ declare const VSelect: {
50511
50299
  theme?: string | undefined;
50512
50300
  counter?: string | number | boolean | undefined;
50513
50301
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
50514
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
50302
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
50515
50303
  rounded?: string | number | boolean | undefined;
50516
50304
  baseColor?: string | undefined;
50517
50305
  bgColor?: string | undefined;
@@ -50581,9 +50369,9 @@ declare const VSelect: {
50581
50369
  rounded?: string | number | boolean | undefined;
50582
50370
  baseColor?: string | undefined;
50583
50371
  bgColor?: string | undefined;
50584
- activeColor?: string | undefined;
50585
50372
  activeClass?: string | undefined;
50586
50373
  activeStrategy?: ActiveStrategyProp | undefined;
50374
+ activeColor?: string | undefined;
50587
50375
  collapseIcon?: string | undefined;
50588
50376
  expandIcon?: string | undefined;
50589
50377
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -50626,9 +50414,9 @@ declare const VSelect: {
50626
50414
  rounded?: string | number | boolean | undefined;
50627
50415
  baseColor?: string | undefined;
50628
50416
  bgColor?: string | undefined;
50629
- activeColor?: string | undefined;
50630
50417
  activeClass?: string | undefined;
50631
50418
  activeStrategy?: ActiveStrategyProp | undefined;
50419
+ activeColor?: string | undefined;
50632
50420
  collapseIcon?: string | undefined;
50633
50421
  expandIcon?: string | undefined;
50634
50422
  } & {
@@ -50789,7 +50577,7 @@ declare const VSelect: {
50789
50577
  }) => vue.VNodeChild) | undefined;
50790
50578
  }) | undefined;
50791
50579
  menuProps?: (Partial<{
50792
- location: NonNullable<Anchor> | undefined;
50580
+ location: Anchor;
50793
50581
  origin: "auto" | Anchor | "overlap";
50794
50582
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50795
50583
  component?: Component | undefined;
@@ -50817,9 +50605,8 @@ declare const VSelect: {
50817
50605
  noClickAnimation: boolean;
50818
50606
  persistent: boolean;
50819
50607
  scrim: NonNullable<string | boolean>;
50820
- submenu: boolean;
50821
50608
  }> & Omit<{
50822
- location: NonNullable<Anchor> | undefined;
50609
+ location: Anchor;
50823
50610
  origin: "auto" | Anchor | "overlap";
50824
50611
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50825
50612
  component?: Component | undefined;
@@ -50845,7 +50632,6 @@ declare const VSelect: {
50845
50632
  noClickAnimation: boolean;
50846
50633
  persistent: boolean;
50847
50634
  scrim: NonNullable<string | boolean>;
50848
- submenu: boolean;
50849
50635
  offset?: string | number | number[] | undefined;
50850
50636
  id?: string | undefined;
50851
50637
  height?: string | number | undefined;
@@ -50896,7 +50682,7 @@ declare const VSelect: {
50896
50682
  }) => vue.VNodeChild) | undefined;
50897
50683
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50898
50684
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50899
- location: NonNullable<Anchor> | undefined;
50685
+ location: Anchor;
50900
50686
  origin: "auto" | Anchor | "overlap";
50901
50687
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50902
50688
  component?: Component | undefined;
@@ -50922,7 +50708,6 @@ declare const VSelect: {
50922
50708
  noClickAnimation: boolean;
50923
50709
  persistent: boolean;
50924
50710
  scrim: NonNullable<string | boolean>;
50925
- submenu: boolean;
50926
50711
  } & {
50927
50712
  offset?: string | number | number[] | undefined;
50928
50713
  id?: string | undefined;
@@ -50976,7 +50761,7 @@ declare const VSelect: {
50976
50761
  }) => vue.VNodeChild) | undefined;
50977
50762
  } & {
50978
50763
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50979
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50764
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
50980
50765
  itemColor?: string | undefined;
50981
50766
  } & {
50982
50767
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -51238,7 +51023,7 @@ declare const VSelect: {
51238
51023
  type: PropType<any>;
51239
51024
  default: any;
51240
51025
  };
51241
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
51026
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
51242
51027
  rounded: {
51243
51028
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
51244
51029
  default: undefined;
@@ -51373,9 +51158,9 @@ declare const VSelect: {
51373
51158
  rounded?: string | number | boolean | undefined;
51374
51159
  baseColor?: string | undefined;
51375
51160
  bgColor?: string | undefined;
51376
- activeColor?: string | undefined;
51377
51161
  activeClass?: string | undefined;
51378
51162
  activeStrategy?: ActiveStrategyProp | undefined;
51163
+ activeColor?: string | undefined;
51379
51164
  collapseIcon?: string | undefined;
51380
51165
  expandIcon?: string | undefined;
51381
51166
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -51418,9 +51203,9 @@ declare const VSelect: {
51418
51203
  rounded?: string | number | boolean | undefined;
51419
51204
  baseColor?: string | undefined;
51420
51205
  bgColor?: string | undefined;
51421
- activeColor?: string | undefined;
51422
51206
  activeClass?: string | undefined;
51423
51207
  activeStrategy?: ActiveStrategyProp | undefined;
51208
+ activeColor?: string | undefined;
51424
51209
  collapseIcon?: string | undefined;
51425
51210
  expandIcon?: string | undefined;
51426
51211
  } & {
@@ -51588,7 +51373,7 @@ declare const VSelect: {
51588
51373
  };
51589
51374
  menuProps: {
51590
51375
  type: PropType<Partial<{
51591
- location: NonNullable<Anchor> | undefined;
51376
+ location: Anchor;
51592
51377
  origin: "auto" | Anchor | "overlap";
51593
51378
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51594
51379
  component?: Component | undefined;
@@ -51616,9 +51401,8 @@ declare const VSelect: {
51616
51401
  noClickAnimation: boolean;
51617
51402
  persistent: boolean;
51618
51403
  scrim: NonNullable<string | boolean>;
51619
- submenu: boolean;
51620
51404
  }> & Omit<{
51621
- location: NonNullable<Anchor> | undefined;
51405
+ location: Anchor;
51622
51406
  origin: "auto" | Anchor | "overlap";
51623
51407
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51624
51408
  component?: Component | undefined;
@@ -51644,7 +51428,6 @@ declare const VSelect: {
51644
51428
  noClickAnimation: boolean;
51645
51429
  persistent: boolean;
51646
51430
  scrim: NonNullable<string | boolean>;
51647
- submenu: boolean;
51648
51431
  offset?: string | number | number[] | undefined;
51649
51432
  id?: string | undefined;
51650
51433
  height?: string | number | undefined;
@@ -51695,7 +51478,7 @@ declare const VSelect: {
51695
51478
  }) => vue.VNodeChild) | undefined;
51696
51479
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51697
51480
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
51698
- location: NonNullable<Anchor> | undefined;
51481
+ location: Anchor;
51699
51482
  origin: "auto" | Anchor | "overlap";
51700
51483
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51701
51484
  component?: Component | undefined;
@@ -51721,7 +51504,6 @@ declare const VSelect: {
51721
51504
  noClickAnimation: boolean;
51722
51505
  persistent: boolean;
51723
51506
  scrim: NonNullable<string | boolean>;
51724
- submenu: boolean;
51725
51507
  } & {
51726
51508
  offset?: string | number | number[] | undefined;
51727
51509
  id?: string | undefined;
@@ -51775,7 +51557,7 @@ declare const VSelect: {
51775
51557
  }) => vue.VNodeChild) | undefined;
51776
51558
  } & {
51777
51559
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51778
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
51560
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
51779
51561
  };
51780
51562
  multiple: BooleanConstructor;
51781
51563
  noDataText: {
@@ -51873,7 +51655,7 @@ declare const VSelect: {
51873
51655
  type: PropType<any>;
51874
51656
  default: any;
51875
51657
  };
51876
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
51658
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
51877
51659
  rounded: {
51878
51660
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
51879
51661
  default: undefined;
@@ -52008,9 +51790,9 @@ declare const VSelect: {
52008
51790
  rounded?: string | number | boolean | undefined;
52009
51791
  baseColor?: string | undefined;
52010
51792
  bgColor?: string | undefined;
52011
- activeColor?: string | undefined;
52012
51793
  activeClass?: string | undefined;
52013
51794
  activeStrategy?: ActiveStrategyProp | undefined;
51795
+ activeColor?: string | undefined;
52014
51796
  collapseIcon?: string | undefined;
52015
51797
  expandIcon?: string | undefined;
52016
51798
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -52053,9 +51835,9 @@ declare const VSelect: {
52053
51835
  rounded?: string | number | boolean | undefined;
52054
51836
  baseColor?: string | undefined;
52055
51837
  bgColor?: string | undefined;
52056
- activeColor?: string | undefined;
52057
51838
  activeClass?: string | undefined;
52058
51839
  activeStrategy?: ActiveStrategyProp | undefined;
51840
+ activeColor?: string | undefined;
52059
51841
  collapseIcon?: string | undefined;
52060
51842
  expandIcon?: string | undefined;
52061
51843
  } & {
@@ -52223,7 +52005,7 @@ declare const VSelect: {
52223
52005
  };
52224
52006
  menuProps: {
52225
52007
  type: PropType<Partial<{
52226
- location: NonNullable<Anchor> | undefined;
52008
+ location: Anchor;
52227
52009
  origin: "auto" | Anchor | "overlap";
52228
52010
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52229
52011
  component?: Component | undefined;
@@ -52251,9 +52033,8 @@ declare const VSelect: {
52251
52033
  noClickAnimation: boolean;
52252
52034
  persistent: boolean;
52253
52035
  scrim: NonNullable<string | boolean>;
52254
- submenu: boolean;
52255
52036
  }> & Omit<{
52256
- location: NonNullable<Anchor> | undefined;
52037
+ location: Anchor;
52257
52038
  origin: "auto" | Anchor | "overlap";
52258
52039
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52259
52040
  component?: Component | undefined;
@@ -52279,7 +52060,6 @@ declare const VSelect: {
52279
52060
  noClickAnimation: boolean;
52280
52061
  persistent: boolean;
52281
52062
  scrim: NonNullable<string | boolean>;
52282
- submenu: boolean;
52283
52063
  offset?: string | number | number[] | undefined;
52284
52064
  id?: string | undefined;
52285
52065
  height?: string | number | undefined;
@@ -52330,7 +52110,7 @@ declare const VSelect: {
52330
52110
  }) => vue.VNodeChild) | undefined;
52331
52111
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52332
52112
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52333
- location: NonNullable<Anchor> | undefined;
52113
+ location: Anchor;
52334
52114
  origin: "auto" | Anchor | "overlap";
52335
52115
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52336
52116
  component?: Component | undefined;
@@ -52356,7 +52136,6 @@ declare const VSelect: {
52356
52136
  noClickAnimation: boolean;
52357
52137
  persistent: boolean;
52358
52138
  scrim: NonNullable<string | boolean>;
52359
- submenu: boolean;
52360
52139
  } & {
52361
52140
  offset?: string | number | number[] | undefined;
52362
52141
  id?: string | undefined;
@@ -52410,7 +52189,7 @@ declare const VSelect: {
52410
52189
  }) => vue.VNodeChild) | undefined;
52411
52190
  } & {
52412
52191
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52413
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52192
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
52414
52193
  };
52415
52194
  multiple: BooleanConstructor;
52416
52195
  noDataText: {
@@ -52853,8 +52632,6 @@ declare const VSlideGroup: {
52853
52632
  scrollTo: (location: 'prev' | 'next') => void;
52854
52633
  scrollOffset: vue.ShallowRef<number>;
52855
52634
  focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
52856
- hasPrev: vue.ComputedRef<boolean>;
52857
- hasNext: vue.ComputedRef<boolean>;
52858
52635
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
52859
52636
  'update:modelValue': (value: any) => boolean;
52860
52637
  }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -52927,8 +52704,6 @@ declare const VSlideGroup: {
52927
52704
  scrollTo: (location: 'prev' | 'next') => void;
52928
52705
  scrollOffset: vue.ShallowRef<number>;
52929
52706
  focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
52930
- hasPrev: vue.ComputedRef<boolean>;
52931
- hasNext: vue.ComputedRef<boolean>;
52932
52707
  }, {}, {}, {}, {
52933
52708
  symbol: any;
52934
52709
  direction: "horizontal" | "vertical";
@@ -52968,8 +52743,6 @@ declare const VSlideGroup: {
52968
52743
  scrollTo: (location: 'prev' | 'next') => void;
52969
52744
  scrollOffset: vue.ShallowRef<number>;
52970
52745
  focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
52971
- hasPrev: vue.ComputedRef<boolean>;
52972
- hasNext: vue.ComputedRef<boolean>;
52973
52746
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
52974
52747
  'update:modelValue': (value: any) => boolean;
52975
52748
  }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
@@ -53357,7 +53130,7 @@ declare const VSlider: {
53357
53130
  class?: any;
53358
53131
  theme?: string | undefined;
53359
53132
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
53360
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
53133
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
53361
53134
  validationValue?: any;
53362
53135
  rounded?: string | number | boolean | undefined;
53363
53136
  prependIcon?: IconValue | undefined;
@@ -53464,7 +53237,7 @@ declare const VSlider: {
53464
53237
  class?: any;
53465
53238
  theme?: string | undefined;
53466
53239
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
53467
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
53240
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
53468
53241
  validationValue?: any;
53469
53242
  rounded?: string | number | boolean | undefined;
53470
53243
  prependIcon?: IconValue | undefined;
@@ -53632,7 +53405,7 @@ declare const VSlider: {
53632
53405
  class?: any;
53633
53406
  theme?: string | undefined;
53634
53407
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
53635
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
53408
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
53636
53409
  validationValue?: any;
53637
53410
  rounded?: string | number | boolean | undefined;
53638
53411
  prependIcon?: IconValue | undefined;
@@ -53767,7 +53540,7 @@ declare const VSlider: {
53767
53540
  class?: any;
53768
53541
  theme?: string | undefined;
53769
53542
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
53770
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
53543
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
53771
53544
  validationValue?: any;
53772
53545
  rounded?: string | number | boolean | undefined;
53773
53546
  prependIcon?: IconValue | undefined;
@@ -53925,7 +53698,7 @@ declare const VSlider: {
53925
53698
  type: vue.PropType<readonly ValidationRule$1[]>;
53926
53699
  default: () => never[];
53927
53700
  };
53928
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
53701
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
53929
53702
  validationValue: null;
53930
53703
  theme: StringConstructor;
53931
53704
  width: (StringConstructor | NumberConstructor)[];
@@ -54051,7 +53824,7 @@ declare const VSlider: {
54051
53824
  type: vue.PropType<readonly ValidationRule$1[]>;
54052
53825
  default: () => never[];
54053
53826
  };
54054
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
53827
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
54055
53828
  validationValue: null;
54056
53829
  theme: StringConstructor;
54057
53830
  width: (StringConstructor | NumberConstructor)[];
@@ -54689,7 +54462,7 @@ declare const VSnackbar: {
54689
54462
  onAfterLeave?: (() => any) | undefined;
54690
54463
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
54691
54464
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
54692
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
54465
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
54693
54466
  activatorEl: Ref<HTMLElement | undefined>;
54694
54467
  scrimEl: Ref<HTMLElement | undefined>;
54695
54468
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -55376,7 +55149,7 @@ declare const VSnackbar: {
55376
55149
  onAfterLeave?: (() => any) | undefined;
55377
55150
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55378
55151
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55379
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55152
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55380
55153
  activatorEl: Ref<HTMLElement | undefined>;
55381
55154
  scrimEl: Ref<HTMLElement | undefined>;
55382
55155
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -55955,7 +55728,7 @@ declare const VSnackbar: {
55955
55728
  onAfterLeave?: (() => any) | undefined;
55956
55729
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55957
55730
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55958
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55731
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55959
55732
  activatorEl: Ref<HTMLElement | undefined>;
55960
55733
  scrimEl: Ref<HTMLElement | undefined>;
55961
55734
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -56613,7 +56386,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
56613
56386
  declare const VSpeedDial: {
56614
56387
  new (...args: any[]): vue.CreateComponentPublicInstance<{
56615
56388
  offset: NonNullable<string | number | number[] | undefined>;
56616
- location: NonNullable<NonNullable<Anchor> | undefined>;
56389
+ location: NonNullable<Anchor>;
56617
56390
  origin: "auto" | Anchor | "overlap";
56618
56391
  minWidth: NonNullable<string | number>;
56619
56392
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56640,7 +56413,6 @@ declare const VSpeedDial: {
56640
56413
  noClickAnimation: boolean;
56641
56414
  persistent: boolean;
56642
56415
  scrim: NonNullable<string | boolean>;
56643
- submenu: boolean;
56644
56416
  } & {
56645
56417
  id?: string | undefined;
56646
56418
  height?: string | number | undefined;
@@ -56696,7 +56468,7 @@ declare const VSpeedDial: {
56696
56468
  'update:modelValue': (value: boolean) => boolean;
56697
56469
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
56698
56470
  offset: NonNullable<string | number | number[] | undefined>;
56699
- location: NonNullable<NonNullable<Anchor> | undefined>;
56471
+ location: NonNullable<Anchor>;
56700
56472
  origin: "auto" | Anchor | "overlap";
56701
56473
  minWidth: NonNullable<string | number>;
56702
56474
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56723,7 +56495,6 @@ declare const VSpeedDial: {
56723
56495
  noClickAnimation: boolean;
56724
56496
  persistent: boolean;
56725
56497
  scrim: NonNullable<string | boolean>;
56726
- submenu: boolean;
56727
56498
  } & {
56728
56499
  id?: string | undefined;
56729
56500
  height?: string | number | undefined;
@@ -56777,7 +56548,7 @@ declare const VSpeedDial: {
56777
56548
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56778
56549
  }, {
56779
56550
  offset: NonNullable<string | number | number[] | undefined>;
56780
- location: NonNullable<NonNullable<Anchor> | undefined>;
56551
+ location: NonNullable<Anchor>;
56781
56552
  origin: "auto" | Anchor | "overlap";
56782
56553
  minWidth: NonNullable<string | number>;
56783
56554
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56806,7 +56577,6 @@ declare const VSpeedDial: {
56806
56577
  noClickAnimation: boolean;
56807
56578
  persistent: boolean;
56808
56579
  scrim: NonNullable<string | boolean>;
56809
- submenu: boolean;
56810
56580
  }, true, {}, vue.SlotsType<Partial<{
56811
56581
  default: (arg: {
56812
56582
  isActive: vue.Ref<boolean>;
@@ -56829,7 +56599,7 @@ declare const VSpeedDial: {
56829
56599
  Defaults: {};
56830
56600
  }, {
56831
56601
  offset: NonNullable<string | number | number[] | undefined>;
56832
- location: NonNullable<NonNullable<Anchor> | undefined>;
56602
+ location: NonNullable<Anchor>;
56833
56603
  origin: "auto" | Anchor | "overlap";
56834
56604
  minWidth: NonNullable<string | number>;
56835
56605
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56856,7 +56626,6 @@ declare const VSpeedDial: {
56856
56626
  noClickAnimation: boolean;
56857
56627
  persistent: boolean;
56858
56628
  scrim: NonNullable<string | boolean>;
56859
- submenu: boolean;
56860
56629
  } & {
56861
56630
  id?: string | undefined;
56862
56631
  height?: string | number | undefined;
@@ -56910,7 +56679,7 @@ declare const VSpeedDial: {
56910
56679
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56911
56680
  }, {}, {}, {}, {}, {
56912
56681
  offset: NonNullable<string | number | number[] | undefined>;
56913
- location: NonNullable<NonNullable<Anchor> | undefined>;
56682
+ location: NonNullable<Anchor>;
56914
56683
  origin: "auto" | Anchor | "overlap";
56915
56684
  minWidth: NonNullable<string | number>;
56916
56685
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56939,14 +56708,13 @@ declare const VSpeedDial: {
56939
56708
  noClickAnimation: boolean;
56940
56709
  persistent: boolean;
56941
56710
  scrim: NonNullable<string | boolean>;
56942
- submenu: boolean;
56943
56711
  }>;
56944
56712
  __isFragment?: undefined;
56945
56713
  __isTeleport?: undefined;
56946
56714
  __isSuspense?: undefined;
56947
56715
  } & vue.ComponentOptionsBase<{
56948
56716
  offset: NonNullable<string | number | number[] | undefined>;
56949
- location: NonNullable<NonNullable<Anchor> | undefined>;
56717
+ location: NonNullable<Anchor>;
56950
56718
  origin: "auto" | Anchor | "overlap";
56951
56719
  minWidth: NonNullable<string | number>;
56952
56720
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56973,7 +56741,6 @@ declare const VSpeedDial: {
56973
56741
  noClickAnimation: boolean;
56974
56742
  persistent: boolean;
56975
56743
  scrim: NonNullable<string | boolean>;
56976
- submenu: boolean;
56977
56744
  } & {
56978
56745
  id?: string | undefined;
56979
56746
  height?: string | number | undefined;
@@ -57029,7 +56796,7 @@ declare const VSpeedDial: {
57029
56796
  'update:modelValue': (value: boolean) => boolean;
57030
56797
  }, string, {
57031
56798
  offset: NonNullable<string | number | number[] | undefined>;
57032
- location: NonNullable<NonNullable<Anchor> | undefined>;
56799
+ location: NonNullable<Anchor>;
57033
56800
  origin: "auto" | Anchor | "overlap";
57034
56801
  minWidth: NonNullable<string | number>;
57035
56802
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57058,7 +56825,6 @@ declare const VSpeedDial: {
57058
56825
  noClickAnimation: boolean;
57059
56826
  persistent: boolean;
57060
56827
  scrim: NonNullable<string | boolean>;
57061
- submenu: boolean;
57062
56828
  }, {}, string, vue.SlotsType<Partial<{
57063
56829
  default: (arg: {
57064
56830
  isActive: vue.Ref<boolean>;
@@ -57077,15 +56843,12 @@ declare const VSpeedDial: {
57077
56843
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57078
56844
  default: NonNullable<string | number | number[] | undefined>;
57079
56845
  };
57080
- location: Omit<Omit<{
56846
+ location: Omit<{
57081
56847
  type: vue.PropType<Anchor>;
57082
56848
  default: string;
57083
56849
  }, "type" | "default"> & {
57084
- type: vue.PropType<NonNullable<Anchor> | undefined>;
57085
- default: NonNullable<Anchor> | undefined;
57086
- }, "type" | "default"> & {
57087
- type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57088
- default: NonNullable<NonNullable<Anchor> | undefined>;
56850
+ type: vue.PropType<NonNullable<Anchor>>;
56851
+ default: NonNullable<Anchor>;
57089
56852
  };
57090
56853
  origin: {
57091
56854
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57216,21 +56979,17 @@ declare const VSpeedDial: {
57216
56979
  };
57217
56980
  attach: vue.PropType<string | boolean | Element>;
57218
56981
  id: StringConstructor;
57219
- submenu: BooleanConstructor;
57220
56982
  }, vue.ExtractPropTypes<{
57221
56983
  offset: {
57222
56984
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57223
56985
  default: NonNullable<string | number | number[] | undefined>;
57224
56986
  };
57225
- location: Omit<Omit<{
56987
+ location: Omit<{
57226
56988
  type: vue.PropType<Anchor>;
57227
56989
  default: string;
57228
56990
  }, "type" | "default"> & {
57229
- type: vue.PropType<NonNullable<Anchor> | undefined>;
57230
- default: NonNullable<Anchor> | undefined;
57231
- }, "type" | "default"> & {
57232
- type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57233
- default: NonNullable<NonNullable<Anchor> | undefined>;
56991
+ type: vue.PropType<NonNullable<Anchor>>;
56992
+ default: NonNullable<Anchor>;
57234
56993
  };
57235
56994
  origin: {
57236
56995
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57361,7 +57120,6 @@ declare const VSpeedDial: {
57361
57120
  };
57362
57121
  attach: vue.PropType<string | boolean | Element>;
57363
57122
  id: StringConstructor;
57364
- submenu: BooleanConstructor;
57365
57123
  }>>;
57366
57124
  type VSpeedDial = InstanceType<typeof VSpeedDial>;
57367
57125
 
@@ -59132,7 +58890,7 @@ declare const VSwitch: {
59132
58890
  class?: any;
59133
58891
  theme?: string | undefined;
59134
58892
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59135
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
58893
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
59136
58894
  validationValue?: any;
59137
58895
  baseColor?: string | undefined;
59138
58896
  prependIcon?: IconValue | undefined;
@@ -59191,7 +58949,7 @@ declare const VSwitch: {
59191
58949
  class?: any;
59192
58950
  theme?: string | undefined;
59193
58951
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59194
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
58952
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
59195
58953
  validationValue?: any;
59196
58954
  baseColor?: string | undefined;
59197
58955
  prependIcon?: IconValue | undefined;
@@ -59320,7 +59078,7 @@ declare const VSwitch: {
59320
59078
  class?: any;
59321
59079
  theme?: string | undefined;
59322
59080
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59323
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
59081
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
59324
59082
  validationValue?: any;
59325
59083
  baseColor?: string | undefined;
59326
59084
  prependIcon?: IconValue | undefined;
@@ -59404,7 +59162,7 @@ declare const VSwitch: {
59404
59162
  class?: any;
59405
59163
  theme?: string | undefined;
59406
59164
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59407
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
59165
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
59408
59166
  validationValue?: any;
59409
59167
  baseColor?: string | undefined;
59410
59168
  prependIcon?: IconValue | undefined;
@@ -59561,7 +59319,7 @@ declare const VSwitch: {
59561
59319
  type: vue.PropType<readonly ValidationRule$1[]>;
59562
59320
  default: () => never[];
59563
59321
  };
59564
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
59322
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
59565
59323
  validationValue: null;
59566
59324
  width: (StringConstructor | NumberConstructor)[];
59567
59325
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -59657,7 +59415,7 @@ declare const VSwitch: {
59657
59415
  type: vue.PropType<readonly ValidationRule$1[]>;
59658
59416
  default: () => never[];
59659
59417
  };
59660
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
59418
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
59661
59419
  validationValue: null;
59662
59420
  width: (StringConstructor | NumberConstructor)[];
59663
59421
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -59939,7 +59697,6 @@ declare const VTab: {
59939
59697
  theme?: string | undefined;
59940
59698
  rounded?: string | number | boolean | undefined;
59941
59699
  baseColor?: string | undefined;
59942
- activeColor?: string | undefined;
59943
59700
  prependIcon?: IconValue | undefined;
59944
59701
  appendIcon?: IconValue | undefined;
59945
59702
  sliderColor?: string | undefined;
@@ -60027,7 +59784,6 @@ declare const VTab: {
60027
59784
  rounded?: string | number | boolean | undefined;
60028
59785
  baseColor?: string | undefined;
60029
59786
  selectedClass?: string | undefined;
60030
- activeColor?: string | undefined;
60031
59787
  prependIcon?: IconValue | undefined;
60032
59788
  appendIcon?: IconValue | undefined;
60033
59789
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -60092,7 +59848,6 @@ declare const VTab: {
60092
59848
  rounded?: string | number | boolean | undefined;
60093
59849
  baseColor?: string | undefined;
60094
59850
  selectedClass?: string | undefined;
60095
- activeColor?: string | undefined;
60096
59851
  prependIcon?: IconValue | undefined;
60097
59852
  appendIcon?: IconValue | undefined;
60098
59853
  } & {
@@ -60187,7 +59942,6 @@ declare const VTab: {
60187
59942
  rounded?: string | number | boolean | undefined;
60188
59943
  baseColor?: string | undefined;
60189
59944
  selectedClass?: string | undefined;
60190
- activeColor?: string | undefined;
60191
59945
  prependIcon?: IconValue | undefined;
60192
59946
  appendIcon?: IconValue | undefined;
60193
59947
  } & {
@@ -60315,7 +60069,6 @@ declare const VTab: {
60315
60069
  rounded?: string | number | boolean | undefined;
60316
60070
  baseColor?: string | undefined;
60317
60071
  selectedClass?: string | undefined;
60318
- activeColor?: string | undefined;
60319
60072
  prependIcon?: IconValue | undefined;
60320
60073
  appendIcon?: IconValue | undefined;
60321
60074
  } & {
@@ -60342,7 +60095,7 @@ declare const VTab: {
60342
60095
  }) => any) | undefined;
60343
60096
  }, "group"> & vue.ShallowUnwrapRef<{
60344
60097
  group: GroupItemProvide | null;
60345
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
60098
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
60346
60099
  replace: boolean;
60347
60100
  fixed: boolean;
60348
60101
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
@@ -60382,7 +60135,6 @@ declare const VTab: {
60382
60135
  theme?: string | undefined;
60383
60136
  rounded?: string | number | boolean | undefined;
60384
60137
  baseColor?: string | undefined;
60385
- activeColor?: string | undefined;
60386
60138
  prependIcon?: IconValue | undefined;
60387
60139
  appendIcon?: IconValue | undefined;
60388
60140
  sliderColor?: string | undefined;
@@ -60485,7 +60237,6 @@ declare const VTab: {
60485
60237
  theme?: string | undefined;
60486
60238
  rounded?: string | number | boolean | undefined;
60487
60239
  baseColor?: string | undefined;
60488
- activeColor?: string | undefined;
60489
60240
  prependIcon?: IconValue | undefined;
60490
60241
  appendIcon?: IconValue | undefined;
60491
60242
  sliderColor?: string | undefined;
@@ -60573,7 +60324,6 @@ declare const VTab: {
60573
60324
  rounded?: string | number | boolean | undefined;
60574
60325
  baseColor?: string | undefined;
60575
60326
  selectedClass?: string | undefined;
60576
- activeColor?: string | undefined;
60577
60327
  prependIcon?: IconValue | undefined;
60578
60328
  appendIcon?: IconValue | undefined;
60579
60329
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -60638,7 +60388,6 @@ declare const VTab: {
60638
60388
  rounded?: string | number | boolean | undefined;
60639
60389
  baseColor?: string | undefined;
60640
60390
  selectedClass?: string | undefined;
60641
- activeColor?: string | undefined;
60642
60391
  prependIcon?: IconValue | undefined;
60643
60392
  appendIcon?: IconValue | undefined;
60644
60393
  } & {
@@ -60733,7 +60482,6 @@ declare const VTab: {
60733
60482
  rounded?: string | number | boolean | undefined;
60734
60483
  baseColor?: string | undefined;
60735
60484
  selectedClass?: string | undefined;
60736
- activeColor?: string | undefined;
60737
60485
  prependIcon?: IconValue | undefined;
60738
60486
  appendIcon?: IconValue | undefined;
60739
60487
  } & {
@@ -60861,7 +60609,6 @@ declare const VTab: {
60861
60609
  rounded?: string | number | boolean | undefined;
60862
60610
  baseColor?: string | undefined;
60863
60611
  selectedClass?: string | undefined;
60864
- activeColor?: string | undefined;
60865
60612
  prependIcon?: IconValue | undefined;
60866
60613
  appendIcon?: IconValue | undefined;
60867
60614
  } & {
@@ -60888,7 +60635,7 @@ declare const VTab: {
60888
60635
  }) => any) | undefined;
60889
60636
  }, "group"> & vue.ShallowUnwrapRef<{
60890
60637
  group: GroupItemProvide | null;
60891
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
60638
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
60892
60639
  replace: boolean;
60893
60640
  fixed: boolean;
60894
60641
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
@@ -60953,7 +60700,6 @@ declare const VTab: {
60953
60700
  theme?: string | undefined;
60954
60701
  rounded?: string | number | boolean | undefined;
60955
60702
  baseColor?: string | undefined;
60956
- activeColor?: string | undefined;
60957
60703
  prependIcon?: IconValue | undefined;
60958
60704
  appendIcon?: IconValue | undefined;
60959
60705
  sliderColor?: string | undefined;
@@ -61041,7 +60787,6 @@ declare const VTab: {
61041
60787
  rounded?: string | number | boolean | undefined;
61042
60788
  baseColor?: string | undefined;
61043
60789
  selectedClass?: string | undefined;
61044
- activeColor?: string | undefined;
61045
60790
  prependIcon?: IconValue | undefined;
61046
60791
  appendIcon?: IconValue | undefined;
61047
60792
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61106,7 +60851,6 @@ declare const VTab: {
61106
60851
  rounded?: string | number | boolean | undefined;
61107
60852
  baseColor?: string | undefined;
61108
60853
  selectedClass?: string | undefined;
61109
- activeColor?: string | undefined;
61110
60854
  prependIcon?: IconValue | undefined;
61111
60855
  appendIcon?: IconValue | undefined;
61112
60856
  } & {
@@ -61201,7 +60945,6 @@ declare const VTab: {
61201
60945
  rounded?: string | number | boolean | undefined;
61202
60946
  baseColor?: string | undefined;
61203
60947
  selectedClass?: string | undefined;
61204
- activeColor?: string | undefined;
61205
60948
  prependIcon?: IconValue | undefined;
61206
60949
  appendIcon?: IconValue | undefined;
61207
60950
  } & {
@@ -61329,7 +61072,6 @@ declare const VTab: {
61329
61072
  rounded?: string | number | boolean | undefined;
61330
61073
  baseColor?: string | undefined;
61331
61074
  selectedClass?: string | undefined;
61332
- activeColor?: string | undefined;
61333
61075
  prependIcon?: IconValue | undefined;
61334
61076
  appendIcon?: IconValue | undefined;
61335
61077
  } & {
@@ -61356,7 +61098,7 @@ declare const VTab: {
61356
61098
  }) => any) | undefined;
61357
61099
  }, "group"> & vue.ShallowUnwrapRef<{
61358
61100
  group: GroupItemProvide | null;
61359
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
61101
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
61360
61102
  replace: boolean;
61361
61103
  fixed: boolean;
61362
61104
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
@@ -61456,7 +61198,6 @@ declare const VTab: {
61456
61198
  type: PropType<string>;
61457
61199
  default: string;
61458
61200
  };
61459
- activeColor: StringConstructor;
61460
61201
  prependIcon: PropType<IconValue>;
61461
61202
  appendIcon: PropType<IconValue>;
61462
61203
  slim: BooleanConstructor;
@@ -61540,7 +61281,6 @@ declare const VTab: {
61540
61281
  type: PropType<string>;
61541
61282
  default: string;
61542
61283
  };
61543
- activeColor: StringConstructor;
61544
61284
  prependIcon: PropType<IconValue>;
61545
61285
  appendIcon: PropType<IconValue>;
61546
61286
  slim: BooleanConstructor;
@@ -62672,7 +62412,7 @@ declare const VTextarea: {
62672
62412
  counter?: string | number | true | undefined;
62673
62413
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62674
62414
  modelValue?: any;
62675
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62415
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
62676
62416
  validationValue?: any;
62677
62417
  rounded?: string | number | boolean | undefined;
62678
62418
  baseColor?: string | undefined;
@@ -62791,7 +62531,7 @@ declare const VTextarea: {
62791
62531
  class?: any;
62792
62532
  theme?: string | undefined;
62793
62533
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62794
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62534
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
62795
62535
  validationValue?: any;
62796
62536
  prependIcon?: IconValue | undefined;
62797
62537
  appendIcon?: IconValue | undefined;
@@ -62824,7 +62564,7 @@ declare const VTextarea: {
62824
62564
  class?: any;
62825
62565
  theme?: string | undefined;
62826
62566
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62827
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62567
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
62828
62568
  validationValue?: any;
62829
62569
  prependIcon?: IconValue | undefined;
62830
62570
  appendIcon?: IconValue | undefined;
@@ -62885,7 +62625,7 @@ declare const VTextarea: {
62885
62625
  class?: any;
62886
62626
  theme?: string | undefined;
62887
62627
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62888
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62628
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
62889
62629
  validationValue?: any;
62890
62630
  prependIcon?: IconValue | undefined;
62891
62631
  appendIcon?: IconValue | undefined;
@@ -62977,7 +62717,7 @@ declare const VTextarea: {
62977
62717
  class?: any;
62978
62718
  theme?: string | undefined;
62979
62719
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62980
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62720
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
62981
62721
  validationValue?: any;
62982
62722
  prependIcon?: IconValue | undefined;
62983
62723
  appendIcon?: IconValue | undefined;
@@ -63045,7 +62785,7 @@ declare const VTextarea: {
63045
62785
  counter?: string | number | true | undefined;
63046
62786
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63047
62787
  modelValue?: any;
63048
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62788
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63049
62789
  validationValue?: any;
63050
62790
  rounded?: string | number | boolean | undefined;
63051
62791
  baseColor?: string | undefined;
@@ -63243,7 +62983,7 @@ declare const VTextarea: {
63243
62983
  counter?: string | number | true | undefined;
63244
62984
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63245
62985
  modelValue?: any;
63246
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
62986
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63247
62987
  validationValue?: any;
63248
62988
  rounded?: string | number | boolean | undefined;
63249
62989
  baseColor?: string | undefined;
@@ -63362,7 +63102,7 @@ declare const VTextarea: {
63362
63102
  class?: any;
63363
63103
  theme?: string | undefined;
63364
63104
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63365
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63105
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63366
63106
  validationValue?: any;
63367
63107
  prependIcon?: IconValue | undefined;
63368
63108
  appendIcon?: IconValue | undefined;
@@ -63395,7 +63135,7 @@ declare const VTextarea: {
63395
63135
  class?: any;
63396
63136
  theme?: string | undefined;
63397
63137
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63398
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63138
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63399
63139
  validationValue?: any;
63400
63140
  prependIcon?: IconValue | undefined;
63401
63141
  appendIcon?: IconValue | undefined;
@@ -63456,7 +63196,7 @@ declare const VTextarea: {
63456
63196
  class?: any;
63457
63197
  theme?: string | undefined;
63458
63198
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63459
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63199
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63460
63200
  validationValue?: any;
63461
63201
  prependIcon?: IconValue | undefined;
63462
63202
  appendIcon?: IconValue | undefined;
@@ -63548,7 +63288,7 @@ declare const VTextarea: {
63548
63288
  class?: any;
63549
63289
  theme?: string | undefined;
63550
63290
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63551
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63291
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63552
63292
  validationValue?: any;
63553
63293
  prependIcon?: IconValue | undefined;
63554
63294
  appendIcon?: IconValue | undefined;
@@ -63647,7 +63387,7 @@ declare const VTextarea: {
63647
63387
  counter?: string | number | true | undefined;
63648
63388
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63649
63389
  modelValue?: any;
63650
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63390
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63651
63391
  validationValue?: any;
63652
63392
  rounded?: string | number | boolean | undefined;
63653
63393
  baseColor?: string | undefined;
@@ -63766,7 +63506,7 @@ declare const VTextarea: {
63766
63506
  class?: any;
63767
63507
  theme?: string | undefined;
63768
63508
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63769
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63509
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63770
63510
  validationValue?: any;
63771
63511
  prependIcon?: IconValue | undefined;
63772
63512
  appendIcon?: IconValue | undefined;
@@ -63799,7 +63539,7 @@ declare const VTextarea: {
63799
63539
  class?: any;
63800
63540
  theme?: string | undefined;
63801
63541
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63802
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63542
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63803
63543
  validationValue?: any;
63804
63544
  prependIcon?: IconValue | undefined;
63805
63545
  appendIcon?: IconValue | undefined;
@@ -63860,7 +63600,7 @@ declare const VTextarea: {
63860
63600
  class?: any;
63861
63601
  theme?: string | undefined;
63862
63602
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63863
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63603
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63864
63604
  validationValue?: any;
63865
63605
  prependIcon?: IconValue | undefined;
63866
63606
  appendIcon?: IconValue | undefined;
@@ -63952,7 +63692,7 @@ declare const VTextarea: {
63952
63692
  class?: any;
63953
63693
  theme?: string | undefined;
63954
63694
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
63955
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
63695
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
63956
63696
  validationValue?: any;
63957
63697
  prependIcon?: IconValue | undefined;
63958
63698
  appendIcon?: IconValue | undefined;
@@ -64109,7 +63849,7 @@ declare const VTextarea: {
64109
63849
  default: () => never[];
64110
63850
  };
64111
63851
  modelValue: null;
64112
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
63852
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
64113
63853
  validationValue: null;
64114
63854
  width: (StringConstructor | NumberConstructor)[];
64115
63855
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -64224,7 +63964,7 @@ declare const VTextarea: {
64224
63964
  default: () => never[];
64225
63965
  };
64226
63966
  modelValue: null;
64227
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
63967
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
64228
63968
  validationValue: null;
64229
63969
  width: (StringConstructor | NumberConstructor)[];
64230
63970
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -64321,7 +64061,7 @@ declare const VTextField: {
64321
64061
  counter?: string | number | boolean | undefined;
64322
64062
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
64323
64063
  modelValue?: any;
64324
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64064
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
64325
64065
  validationValue?: any;
64326
64066
  rounded?: string | number | boolean | undefined;
64327
64067
  baseColor?: string | undefined;
@@ -64442,7 +64182,7 @@ declare const VTextField: {
64442
64182
  class?: any;
64443
64183
  theme?: string | undefined;
64444
64184
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
64445
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64185
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
64446
64186
  validationValue?: any;
64447
64187
  prependIcon?: IconValue | undefined;
64448
64188
  appendIcon?: IconValue | undefined;
@@ -64475,7 +64215,7 @@ declare const VTextField: {
64475
64215
  class?: any;
64476
64216
  theme?: string | undefined;
64477
64217
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
64478
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64218
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
64479
64219
  validationValue?: any;
64480
64220
  prependIcon?: IconValue | undefined;
64481
64221
  appendIcon?: IconValue | undefined;
@@ -64536,7 +64276,7 @@ declare const VTextField: {
64536
64276
  class?: any;
64537
64277
  theme?: string | undefined;
64538
64278
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
64539
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64279
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
64540
64280
  validationValue?: any;
64541
64281
  prependIcon?: IconValue | undefined;
64542
64282
  appendIcon?: IconValue | undefined;
@@ -64628,7 +64368,7 @@ declare const VTextField: {
64628
64368
  class?: any;
64629
64369
  theme?: string | undefined;
64630
64370
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
64631
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64371
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
64632
64372
  validationValue?: any;
64633
64373
  prependIcon?: IconValue | undefined;
64634
64374
  appendIcon?: IconValue | undefined;
@@ -64955,7 +64695,7 @@ declare const VTextField: {
64955
64695
  counter?: string | number | boolean | undefined;
64956
64696
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
64957
64697
  modelValue?: any;
64958
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64698
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
64959
64699
  validationValue?: any;
64960
64700
  rounded?: string | number | boolean | undefined;
64961
64701
  baseColor?: string | undefined;
@@ -65155,7 +64895,7 @@ declare const VTextField: {
65155
64895
  counter?: string | number | boolean | undefined;
65156
64896
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65157
64897
  modelValue?: any;
65158
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
64898
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65159
64899
  validationValue?: any;
65160
64900
  rounded?: string | number | boolean | undefined;
65161
64901
  baseColor?: string | undefined;
@@ -65276,7 +65016,7 @@ declare const VTextField: {
65276
65016
  class?: any;
65277
65017
  theme?: string | undefined;
65278
65018
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65279
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65019
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65280
65020
  validationValue?: any;
65281
65021
  prependIcon?: IconValue | undefined;
65282
65022
  appendIcon?: IconValue | undefined;
@@ -65309,7 +65049,7 @@ declare const VTextField: {
65309
65049
  class?: any;
65310
65050
  theme?: string | undefined;
65311
65051
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65312
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65052
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65313
65053
  validationValue?: any;
65314
65054
  prependIcon?: IconValue | undefined;
65315
65055
  appendIcon?: IconValue | undefined;
@@ -65370,7 +65110,7 @@ declare const VTextField: {
65370
65110
  class?: any;
65371
65111
  theme?: string | undefined;
65372
65112
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65373
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65113
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65374
65114
  validationValue?: any;
65375
65115
  prependIcon?: IconValue | undefined;
65376
65116
  appendIcon?: IconValue | undefined;
@@ -65462,7 +65202,7 @@ declare const VTextField: {
65462
65202
  class?: any;
65463
65203
  theme?: string | undefined;
65464
65204
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65465
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65205
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65466
65206
  validationValue?: any;
65467
65207
  prependIcon?: IconValue | undefined;
65468
65208
  appendIcon?: IconValue | undefined;
@@ -65818,7 +65558,7 @@ declare const VTextField: {
65818
65558
  counter?: string | number | boolean | undefined;
65819
65559
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65820
65560
  modelValue?: any;
65821
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65561
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65822
65562
  validationValue?: any;
65823
65563
  rounded?: string | number | boolean | undefined;
65824
65564
  baseColor?: string | undefined;
@@ -65939,7 +65679,7 @@ declare const VTextField: {
65939
65679
  class?: any;
65940
65680
  theme?: string | undefined;
65941
65681
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65942
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65682
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65943
65683
  validationValue?: any;
65944
65684
  prependIcon?: IconValue | undefined;
65945
65685
  appendIcon?: IconValue | undefined;
@@ -65972,7 +65712,7 @@ declare const VTextField: {
65972
65712
  class?: any;
65973
65713
  theme?: string | undefined;
65974
65714
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
65975
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65715
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
65976
65716
  validationValue?: any;
65977
65717
  prependIcon?: IconValue | undefined;
65978
65718
  appendIcon?: IconValue | undefined;
@@ -66033,7 +65773,7 @@ declare const VTextField: {
66033
65773
  class?: any;
66034
65774
  theme?: string | undefined;
66035
65775
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
66036
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65776
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
66037
65777
  validationValue?: any;
66038
65778
  prependIcon?: IconValue | undefined;
66039
65779
  appendIcon?: IconValue | undefined;
@@ -66125,7 +65865,7 @@ declare const VTextField: {
66125
65865
  class?: any;
66126
65866
  theme?: string | undefined;
66127
65867
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
66128
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
65868
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
66129
65869
  validationValue?: any;
66130
65870
  prependIcon?: IconValue | undefined;
66131
65871
  appendIcon?: IconValue | undefined;
@@ -66543,7 +66283,7 @@ declare const VTextField: {
66543
66283
  default: () => never[];
66544
66284
  };
66545
66285
  modelValue: null;
66546
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
66286
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
66547
66287
  validationValue: null;
66548
66288
  width: (StringConstructor | NumberConstructor)[];
66549
66289
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -66652,7 +66392,7 @@ declare const VTextField: {
66652
66392
  default: () => never[];
66653
66393
  };
66654
66394
  modelValue: null;
66655
- validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
66395
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
66656
66396
  validationValue: null;
66657
66397
  width: (StringConstructor | NumberConstructor)[];
66658
66398
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -68169,7 +67909,7 @@ declare const VTooltip: {
68169
67909
  onAfterLeave?: (() => any) | undefined;
68170
67910
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
68171
67911
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
68172
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
67912
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68173
67913
  activatorEl: vue.Ref<HTMLElement | undefined>;
68174
67914
  scrimEl: vue.Ref<HTMLElement | undefined>;
68175
67915
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -68835,7 +68575,7 @@ declare const VTooltip: {
68835
68575
  onAfterLeave?: (() => any) | undefined;
68836
68576
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
68837
68577
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
68838
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68578
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68839
68579
  activatorEl: vue.Ref<HTMLElement | undefined>;
68840
68580
  scrimEl: vue.Ref<HTMLElement | undefined>;
68841
68581
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69405,7 +69145,7 @@ declare const VTooltip: {
69405
69145
  onAfterLeave?: (() => any) | undefined;
69406
69146
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69407
69147
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
69408
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69148
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69409
69149
  activatorEl: vue.Ref<HTMLElement | undefined>;
69410
69150
  scrimEl: vue.Ref<HTMLElement | undefined>;
69411
69151
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69726,7 +69466,7 @@ declare const VValidation: {
69726
69466
  name?: string | undefined;
69727
69467
  label?: string | undefined;
69728
69468
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
69729
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
69469
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
69730
69470
  validationValue?: any;
69731
69471
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
69732
69472
  [key: string]: any;
@@ -69744,7 +69484,7 @@ declare const VValidation: {
69744
69484
  name?: string | undefined;
69745
69485
  label?: string | undefined;
69746
69486
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
69747
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
69487
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
69748
69488
  validationValue?: any;
69749
69489
  } & {}, {
69750
69490
  error: boolean;
@@ -69791,7 +69531,7 @@ declare const VValidation: {
69791
69531
  name?: string | undefined;
69792
69532
  label?: string | undefined;
69793
69533
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
69794
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
69534
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
69795
69535
  validationValue?: any;
69796
69536
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
69797
69537
  [key: string]: any;
@@ -69819,7 +69559,7 @@ declare const VValidation: {
69819
69559
  name?: string | undefined;
69820
69560
  label?: string | undefined;
69821
69561
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
69822
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
69562
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
69823
69563
  validationValue?: any;
69824
69564
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
69825
69565
  [key: string]: any;
@@ -69884,7 +69624,7 @@ declare const VValidation: {
69884
69624
  default: () => never[];
69885
69625
  };
69886
69626
  modelValue: null;
69887
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
69627
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
69888
69628
  validationValue: null;
69889
69629
  }, vue.ExtractPropTypes<{
69890
69630
  focused: BooleanConstructor;
@@ -69913,7 +69653,7 @@ declare const VValidation: {
69913
69653
  default: () => never[];
69914
69654
  };
69915
69655
  modelValue: null;
69916
- validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
69656
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
69917
69657
  validationValue: null;
69918
69658
  }>>;
69919
69659
  type VValidation = InstanceType<typeof VValidation>;
@@ -69935,7 +69675,6 @@ declare const VVirtualScroll: {
69935
69675
  minWidth?: string | number | undefined;
69936
69676
  class?: any;
69937
69677
  }, {
69938
- calculateVisibleItems: () => void;
69939
69678
  scrollToIndex: (index: number) => void;
69940
69679
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
69941
69680
  style: vue.StyleValue;
@@ -69976,7 +69715,6 @@ declare const VVirtualScroll: {
69976
69715
  minWidth?: string | number | undefined;
69977
69716
  class?: any;
69978
69717
  }, {
69979
- calculateVisibleItems: () => void;
69980
69718
  scrollToIndex: (index: number) => void;
69981
69719
  }, {}, {}, {}, {
69982
69720
  style: vue.StyleValue;
@@ -69997,7 +69735,6 @@ declare const VVirtualScroll: {
69997
69735
  minWidth?: string | number | undefined;
69998
69736
  class?: any;
69999
69737
  }, {
70000
- calculateVisibleItems: () => void;
70001
69738
  scrollToIndex: (index: number) => void;
70002
69739
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, string, {
70003
69740
  style: vue.StyleValue;