vuetify 3.6.15 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/json/attributes.json +182 -26
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +44 -5
  5. package/dist/json/web-types.json +445 -42
  6. package/dist/vuetify-labs.css +2359 -2344
  7. package/dist/vuetify-labs.d.ts +690 -341
  8. package/dist/vuetify-labs.esm.js +253 -211
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +252 -210
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2553 -2538
  13. package/dist/vuetify.d.ts +559 -315
  14. package/dist/vuetify.esm.js +189 -127
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +188 -126
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +160 -156
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VApp/VApp.mjs +2 -5
  22. package/lib/components/VApp/VApp.mjs.map +1 -1
  23. package/lib/components/VApp/index.d.mts +6 -6
  24. package/lib/components/VAppBar/VAppBar.mjs +5 -5
  25. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  26. package/lib/components/VAppBar/index.d.mts +8 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +78 -49
  30. package/lib/components/VAvatar/VAvatar.css +9 -0
  31. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  32. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.sass +1 -0
  34. package/lib/components/VAvatar/_variables.scss +13 -0
  35. package/lib/components/VAvatar/index.d.mts +6 -0
  36. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -3
  37. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  38. package/lib/components/VBottomNavigation/index.d.mts +2 -2
  39. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  40. package/lib/components/VBtn/VBtn.css +0 -4
  41. package/lib/components/VBtn/VBtn.mjs +3 -1
  42. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  43. package/lib/components/VBtn/VBtn.sass +0 -6
  44. package/lib/components/VBtn/_variables.scss +0 -1
  45. package/lib/components/VBtn/index.d.mts +6 -0
  46. package/lib/components/VCard/VCard.css +1 -0
  47. package/lib/components/VCard/VCard.sass +1 -0
  48. package/lib/components/VCard/_variables.scss +7 -3
  49. package/lib/components/VCarousel/index.d.mts +9 -0
  50. package/lib/components/VCheckbox/index.d.mts +7 -6
  51. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  52. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  53. package/lib/components/VCombobox/index.d.mts +78 -49
  54. package/lib/components/VDialog/index.d.mts +3 -3
  55. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  56. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  57. package/lib/components/VExpansionPanel/index.d.mts +72 -0
  58. package/lib/components/VFab/index.d.mts +6 -0
  59. package/lib/components/VFileInput/index.d.mts +19 -18
  60. package/lib/components/VFooter/VFooter.mjs +1 -3
  61. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  62. package/lib/components/VFooter/index.d.mts +3 -3
  63. package/lib/components/VForm/index.d.mts +10 -9
  64. package/lib/components/VGrid/VContainer.mjs +6 -1
  65. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  66. package/lib/components/VGrid/index.d.mts +36 -0
  67. package/lib/components/VImg/VImg.css +9 -0
  68. package/lib/components/VImg/VImg.mjs +2 -0
  69. package/lib/components/VImg/VImg.mjs.map +1 -1
  70. package/lib/components/VImg/VImg.sass +9 -0
  71. package/lib/components/VImg/index.d.mts +9 -0
  72. package/lib/components/VInput/index.d.mts +7 -6
  73. package/lib/components/VLayout/VLayout.mjs +2 -5
  74. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  75. package/lib/components/VLayout/VLayoutItem.mjs +4 -6
  76. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  77. package/lib/components/VLayout/index.d.mts +9 -9
  78. package/lib/components/VList/VListItem.css +2 -2
  79. package/lib/components/VList/VListItem.mjs +3 -1
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/VListItem.sass +1 -1
  82. package/lib/components/VList/index.d.mts +19 -18
  83. package/lib/components/VMain/VMain.mjs +2 -3
  84. package/lib/components/VMain/VMain.mjs.map +1 -1
  85. package/lib/components/VMain/index.d.mts +2 -2
  86. package/lib/components/VMenu/VMenu.mjs +26 -8
  87. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  88. package/lib/components/VMenu/index.d.mts +30 -15
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  91. package/lib/components/VOverlay/VOverlay.mjs +5 -4
  92. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  93. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  94. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  95. package/lib/components/VOverlay/useActivator.mjs +3 -2
  96. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  97. package/lib/components/VRadioGroup/index.d.mts +7 -6
  98. package/lib/components/VRangeSlider/index.d.mts +7 -6
  99. package/lib/components/VSelect/VSelect.mjs +15 -13
  100. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  101. package/lib/components/VSelect/index.d.mts +78 -49
  102. package/lib/components/VSelect/useScrolling.mjs +3 -3
  103. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  104. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  105. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  106. package/lib/components/VSlideGroup/index.d.mts +6 -0
  107. package/lib/components/VSlider/index.d.mts +7 -6
  108. package/lib/components/VSnackbar/index.d.mts +3 -3
  109. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  110. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  111. package/lib/components/VSpeedDial/index.d.mts +28 -13
  112. package/lib/components/VSwitch/index.d.mts +7 -6
  113. package/lib/components/VTabs/index.d.mts +21 -3
  114. package/lib/components/VTextField/index.d.mts +19 -18
  115. package/lib/components/VTextarea/index.d.mts +19 -18
  116. package/lib/components/VTooltip/index.d.mts +3 -3
  117. package/lib/components/VValidation/index.d.mts +7 -6
  118. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  119. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  120. package/lib/components/VVirtualScroll/index.d.mts +3 -0
  121. package/lib/components/index.d.mts +504 -259
  122. package/lib/composables/layout.mjs +37 -14
  123. package/lib/composables/layout.mjs.map +1 -1
  124. package/lib/composables/nested/nested.mjs +3 -3
  125. package/lib/composables/nested/nested.mjs.map +1 -1
  126. package/lib/composables/nested/openStrategies.mjs +4 -2
  127. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  128. package/lib/composables/nested/selectStrategies.mjs +5 -5
  129. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  130. package/lib/composables/validation.mjs +8 -6
  131. package/lib/composables/validation.mjs.map +1 -1
  132. package/lib/composables/virtual.mjs +1 -0
  133. package/lib/composables/virtual.mjs.map +1 -1
  134. package/lib/entry-bundler.mjs +1 -1
  135. package/lib/entry-bundler.mjs.map +1 -1
  136. package/lib/framework.mjs +1 -1
  137. package/lib/framework.mjs.map +1 -1
  138. package/lib/index.d.mts +55 -56
  139. package/lib/labs/VDateInput/index.d.mts +7 -6
  140. package/lib/labs/VNumberInput/index.d.mts +43 -42
  141. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
  142. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
  143. package/lib/labs/VPullToRefresh/index.d.mts +9 -0
  144. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  145. package/lib/labs/VStepperVertical/index.d.mts +36 -0
  146. package/lib/labs/VTreeview/VTreeview.mjs +21 -6
  147. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  148. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  149. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  150. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  151. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  152. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  153. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  154. package/lib/labs/VTreeview/index.d.mts +133 -95
  155. package/lib/labs/components.d.mts +193 -109
  156. package/lib/util/helpers.mjs +5 -0
  157. package/lib/util/helpers.mjs.map +1 -1
  158. package/package.json +2 -2
@@ -1804,7 +1804,8 @@ type Density = null | 'default' | 'comfortable' | 'compact';
1804
1804
 
1805
1805
  type ValidationResult = string | boolean;
1806
1806
  type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
1807
- type ValidateOnValue = 'blur' | 'input' | 'submit';
1807
+ type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
1808
+ type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
1808
1809
  interface ValidationProps {
1809
1810
  disabled: boolean | null;
1810
1811
  error: boolean;
@@ -1817,7 +1818,7 @@ interface ValidationProps {
1817
1818
  rules: readonly ValidationRule$1[];
1818
1819
  modelValue: any;
1819
1820
  'onUpdate:modelValue': EventProp | undefined;
1820
- validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
1821
+ validateOn?: ValidateOn;
1821
1822
  validationValue: any;
1822
1823
  }
1823
1824
 
@@ -1903,7 +1904,7 @@ declare const VDateInput: {
1903
1904
  counter?: string | number | boolean | undefined;
1904
1905
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1905
1906
  modelValue?: any;
1906
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1907
+ 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;
1907
1908
  validationValue?: any;
1908
1909
  rounded?: string | number | boolean | undefined;
1909
1910
  baseColor?: string | undefined;
@@ -2016,7 +2017,7 @@ declare const VDateInput: {
2016
2017
  counter?: string | number | boolean | undefined;
2017
2018
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2018
2019
  modelValue?: any;
2019
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2020
+ 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;
2020
2021
  validationValue?: any;
2021
2022
  rounded?: string | number | boolean | undefined;
2022
2023
  baseColor?: string | undefined;
@@ -2187,7 +2188,7 @@ declare const VDateInput: {
2187
2188
  counter?: string | number | boolean | undefined;
2188
2189
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2189
2190
  modelValue?: any;
2190
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2191
+ 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;
2191
2192
  validationValue?: any;
2192
2193
  rounded?: string | number | boolean | undefined;
2193
2194
  baseColor?: string | undefined;
@@ -2353,7 +2354,7 @@ declare const VDateInput: {
2353
2354
  counter?: string | number | boolean | undefined;
2354
2355
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2355
2356
  modelValue?: any;
2356
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2357
+ 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;
2357
2358
  validationValue?: any;
2358
2359
  rounded?: string | number | boolean | undefined;
2359
2360
  baseColor?: string | undefined;
@@ -2992,7 +2993,7 @@ declare const VNumberInput: {
2992
2993
  theme?: string | undefined;
2993
2994
  counter?: string | number | boolean | undefined;
2994
2995
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2995
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2996
+ 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;
2996
2997
  validationValue?: any;
2997
2998
  rounded?: string | number | boolean | undefined;
2998
2999
  baseColor?: string | undefined;
@@ -3146,7 +3147,7 @@ declare const VNumberInput: {
3146
3147
  counter?: string | number | boolean | undefined;
3147
3148
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3148
3149
  modelValue?: any;
3149
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3150
+ 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;
3150
3151
  validationValue?: any;
3151
3152
  rounded?: string | number | boolean | undefined;
3152
3153
  baseColor?: string | undefined;
@@ -3266,7 +3267,7 @@ declare const VNumberInput: {
3266
3267
  counter?: string | number | boolean | undefined;
3267
3268
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3268
3269
  modelValue?: any;
3269
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3270
+ 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;
3270
3271
  validationValue?: any;
3271
3272
  rounded?: string | number | boolean | undefined;
3272
3273
  baseColor?: string | undefined;
@@ -3419,7 +3420,7 @@ declare const VNumberInput: {
3419
3420
  counter?: string | number | boolean | undefined;
3420
3421
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3421
3422
  modelValue?: any;
3422
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3423
+ 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;
3423
3424
  validationValue?: any;
3424
3425
  rounded?: string | number | boolean | undefined;
3425
3426
  baseColor?: string | undefined;
@@ -3540,7 +3541,7 @@ declare const VNumberInput: {
3540
3541
  class?: any;
3541
3542
  theme?: string | undefined;
3542
3543
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3543
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3544
+ 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;
3544
3545
  validationValue?: any;
3545
3546
  prependIcon?: IconValue | undefined;
3546
3547
  appendIcon?: IconValue | undefined;
@@ -3573,7 +3574,7 @@ declare const VNumberInput: {
3573
3574
  class?: any;
3574
3575
  theme?: string | undefined;
3575
3576
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3576
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3577
+ 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;
3577
3578
  validationValue?: any;
3578
3579
  prependIcon?: IconValue | undefined;
3579
3580
  appendIcon?: IconValue | undefined;
@@ -3624,7 +3625,7 @@ declare const VNumberInput: {
3624
3625
  class?: any;
3625
3626
  theme?: string | undefined;
3626
3627
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3627
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3628
+ 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;
3628
3629
  validationValue?: any;
3629
3630
  prependIcon?: IconValue | undefined;
3630
3631
  appendIcon?: IconValue | undefined;
@@ -3706,7 +3707,7 @@ declare const VNumberInput: {
3706
3707
  class?: any;
3707
3708
  theme?: string | undefined;
3708
3709
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3709
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3710
+ 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;
3710
3711
  validationValue?: any;
3711
3712
  prependIcon?: IconValue | undefined;
3712
3713
  appendIcon?: IconValue | undefined;
@@ -4076,7 +4077,7 @@ declare const VNumberInput: {
4076
4077
  counter?: string | number | boolean | undefined;
4077
4078
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4078
4079
  modelValue?: any;
4079
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4080
+ 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;
4080
4081
  validationValue?: any;
4081
4082
  rounded?: string | number | boolean | undefined;
4082
4083
  baseColor?: string | undefined;
@@ -4197,7 +4198,7 @@ declare const VNumberInput: {
4197
4198
  class?: any;
4198
4199
  theme?: string | undefined;
4199
4200
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4200
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4201
+ 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;
4201
4202
  validationValue?: any;
4202
4203
  prependIcon?: IconValue | undefined;
4203
4204
  appendIcon?: IconValue | undefined;
@@ -4230,7 +4231,7 @@ declare const VNumberInput: {
4230
4231
  class?: any;
4231
4232
  theme?: string | undefined;
4232
4233
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4233
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4234
+ 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;
4234
4235
  validationValue?: any;
4235
4236
  prependIcon?: IconValue | undefined;
4236
4237
  appendIcon?: IconValue | undefined;
@@ -4281,7 +4282,7 @@ declare const VNumberInput: {
4281
4282
  class?: any;
4282
4283
  theme?: string | undefined;
4283
4284
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4284
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4285
+ 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;
4285
4286
  validationValue?: any;
4286
4287
  prependIcon?: IconValue | undefined;
4287
4288
  appendIcon?: IconValue | undefined;
@@ -4363,7 +4364,7 @@ declare const VNumberInput: {
4363
4364
  class?: any;
4364
4365
  theme?: string | undefined;
4365
4366
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4366
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4367
+ 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;
4367
4368
  validationValue?: any;
4368
4369
  prependIcon?: IconValue | undefined;
4369
4370
  appendIcon?: IconValue | undefined;
@@ -4669,7 +4670,7 @@ declare const VNumberInput: {
4669
4670
  theme?: string | undefined;
4670
4671
  counter?: string | number | boolean | undefined;
4671
4672
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4672
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4673
+ 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;
4673
4674
  validationValue?: any;
4674
4675
  rounded?: string | number | boolean | undefined;
4675
4676
  baseColor?: string | undefined;
@@ -4859,7 +4860,7 @@ declare const VNumberInput: {
4859
4860
  theme?: string | undefined;
4860
4861
  counter?: string | number | boolean | undefined;
4861
4862
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4862
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
4863
+ 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;
4863
4864
  validationValue?: any;
4864
4865
  rounded?: string | number | boolean | undefined;
4865
4866
  baseColor?: string | undefined;
@@ -5013,7 +5014,7 @@ declare const VNumberInput: {
5013
5014
  counter?: string | number | boolean | undefined;
5014
5015
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5015
5016
  modelValue?: any;
5016
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5017
+ 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;
5017
5018
  validationValue?: any;
5018
5019
  rounded?: string | number | boolean | undefined;
5019
5020
  baseColor?: string | undefined;
@@ -5133,7 +5134,7 @@ declare const VNumberInput: {
5133
5134
  counter?: string | number | boolean | undefined;
5134
5135
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5135
5136
  modelValue?: any;
5136
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5137
+ 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;
5137
5138
  validationValue?: any;
5138
5139
  rounded?: string | number | boolean | undefined;
5139
5140
  baseColor?: string | undefined;
@@ -5286,7 +5287,7 @@ declare const VNumberInput: {
5286
5287
  counter?: string | number | boolean | undefined;
5287
5288
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5288
5289
  modelValue?: any;
5289
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5290
+ 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;
5290
5291
  validationValue?: any;
5291
5292
  rounded?: string | number | boolean | undefined;
5292
5293
  baseColor?: string | undefined;
@@ -5407,7 +5408,7 @@ declare const VNumberInput: {
5407
5408
  class?: any;
5408
5409
  theme?: string | undefined;
5409
5410
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5410
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5411
+ 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;
5411
5412
  validationValue?: any;
5412
5413
  prependIcon?: IconValue | undefined;
5413
5414
  appendIcon?: IconValue | undefined;
@@ -5440,7 +5441,7 @@ declare const VNumberInput: {
5440
5441
  class?: any;
5441
5442
  theme?: string | undefined;
5442
5443
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5443
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5444
+ 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;
5444
5445
  validationValue?: any;
5445
5446
  prependIcon?: IconValue | undefined;
5446
5447
  appendIcon?: IconValue | undefined;
@@ -5491,7 +5492,7 @@ declare const VNumberInput: {
5491
5492
  class?: any;
5492
5493
  theme?: string | undefined;
5493
5494
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5494
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5495
+ 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;
5495
5496
  validationValue?: any;
5496
5497
  prependIcon?: IconValue | undefined;
5497
5498
  appendIcon?: IconValue | undefined;
@@ -5573,7 +5574,7 @@ declare const VNumberInput: {
5573
5574
  class?: any;
5574
5575
  theme?: string | undefined;
5575
5576
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5576
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5577
+ 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;
5577
5578
  validationValue?: any;
5578
5579
  prependIcon?: IconValue | undefined;
5579
5580
  appendIcon?: IconValue | undefined;
@@ -5943,7 +5944,7 @@ declare const VNumberInput: {
5943
5944
  counter?: string | number | boolean | undefined;
5944
5945
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5945
5946
  modelValue?: any;
5946
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
5947
+ 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;
5947
5948
  validationValue?: any;
5948
5949
  rounded?: string | number | boolean | undefined;
5949
5950
  baseColor?: string | undefined;
@@ -6064,7 +6065,7 @@ declare const VNumberInput: {
6064
6065
  class?: any;
6065
6066
  theme?: string | undefined;
6066
6067
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6067
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6068
+ 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;
6068
6069
  validationValue?: any;
6069
6070
  prependIcon?: IconValue | undefined;
6070
6071
  appendIcon?: IconValue | undefined;
@@ -6097,7 +6098,7 @@ declare const VNumberInput: {
6097
6098
  class?: any;
6098
6099
  theme?: string | undefined;
6099
6100
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6100
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6101
+ 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;
6101
6102
  validationValue?: any;
6102
6103
  prependIcon?: IconValue | undefined;
6103
6104
  appendIcon?: IconValue | undefined;
@@ -6148,7 +6149,7 @@ declare const VNumberInput: {
6148
6149
  class?: any;
6149
6150
  theme?: string | undefined;
6150
6151
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6151
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6152
+ 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;
6152
6153
  validationValue?: any;
6153
6154
  prependIcon?: IconValue | undefined;
6154
6155
  appendIcon?: IconValue | undefined;
@@ -6230,7 +6231,7 @@ declare const VNumberInput: {
6230
6231
  class?: any;
6231
6232
  theme?: string | undefined;
6232
6233
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6233
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6234
+ 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;
6234
6235
  validationValue?: any;
6235
6236
  prependIcon?: IconValue | undefined;
6236
6237
  appendIcon?: IconValue | undefined;
@@ -6575,7 +6576,7 @@ declare const VNumberInput: {
6575
6576
  theme?: string | undefined;
6576
6577
  counter?: string | number | boolean | undefined;
6577
6578
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6578
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6579
+ 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;
6579
6580
  validationValue?: any;
6580
6581
  rounded?: string | number | boolean | undefined;
6581
6582
  baseColor?: string | undefined;
@@ -6729,7 +6730,7 @@ declare const VNumberInput: {
6729
6730
  counter?: string | number | boolean | undefined;
6730
6731
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6731
6732
  modelValue?: any;
6732
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6733
+ 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;
6733
6734
  validationValue?: any;
6734
6735
  rounded?: string | number | boolean | undefined;
6735
6736
  baseColor?: string | undefined;
@@ -6849,7 +6850,7 @@ declare const VNumberInput: {
6849
6850
  counter?: string | number | boolean | undefined;
6850
6851
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6851
6852
  modelValue?: any;
6852
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
6853
+ 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;
6853
6854
  validationValue?: any;
6854
6855
  rounded?: string | number | boolean | undefined;
6855
6856
  baseColor?: string | undefined;
@@ -7002,7 +7003,7 @@ declare const VNumberInput: {
7002
7003
  counter?: string | number | boolean | undefined;
7003
7004
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7004
7005
  modelValue?: any;
7005
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7006
+ 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;
7006
7007
  validationValue?: any;
7007
7008
  rounded?: string | number | boolean | undefined;
7008
7009
  baseColor?: string | undefined;
@@ -7123,7 +7124,7 @@ declare const VNumberInput: {
7123
7124
  class?: any;
7124
7125
  theme?: string | undefined;
7125
7126
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7126
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7127
+ 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;
7127
7128
  validationValue?: any;
7128
7129
  prependIcon?: IconValue | undefined;
7129
7130
  appendIcon?: IconValue | undefined;
@@ -7156,7 +7157,7 @@ declare const VNumberInput: {
7156
7157
  class?: any;
7157
7158
  theme?: string | undefined;
7158
7159
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7159
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7160
+ 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;
7160
7161
  validationValue?: any;
7161
7162
  prependIcon?: IconValue | undefined;
7162
7163
  appendIcon?: IconValue | undefined;
@@ -7207,7 +7208,7 @@ declare const VNumberInput: {
7207
7208
  class?: any;
7208
7209
  theme?: string | undefined;
7209
7210
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7210
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7211
+ 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;
7211
7212
  validationValue?: any;
7212
7213
  prependIcon?: IconValue | undefined;
7213
7214
  appendIcon?: IconValue | undefined;
@@ -7289,7 +7290,7 @@ declare const VNumberInput: {
7289
7290
  class?: any;
7290
7291
  theme?: string | undefined;
7291
7292
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7292
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7293
+ 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;
7293
7294
  validationValue?: any;
7294
7295
  prependIcon?: IconValue | undefined;
7295
7296
  appendIcon?: IconValue | undefined;
@@ -7659,7 +7660,7 @@ declare const VNumberInput: {
7659
7660
  counter?: string | number | boolean | undefined;
7660
7661
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7661
7662
  modelValue?: any;
7662
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7663
+ 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;
7663
7664
  validationValue?: any;
7664
7665
  rounded?: string | number | boolean | undefined;
7665
7666
  baseColor?: string | undefined;
@@ -7780,7 +7781,7 @@ declare const VNumberInput: {
7780
7781
  class?: any;
7781
7782
  theme?: string | undefined;
7782
7783
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7783
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7784
+ 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;
7784
7785
  validationValue?: any;
7785
7786
  prependIcon?: IconValue | undefined;
7786
7787
  appendIcon?: IconValue | undefined;
@@ -7813,7 +7814,7 @@ declare const VNumberInput: {
7813
7814
  class?: any;
7814
7815
  theme?: string | undefined;
7815
7816
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7816
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7817
+ 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;
7817
7818
  validationValue?: any;
7818
7819
  prependIcon?: IconValue | undefined;
7819
7820
  appendIcon?: IconValue | undefined;
@@ -7864,7 +7865,7 @@ declare const VNumberInput: {
7864
7865
  class?: any;
7865
7866
  theme?: string | undefined;
7866
7867
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7867
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7868
+ 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;
7868
7869
  validationValue?: any;
7869
7870
  prependIcon?: IconValue | undefined;
7870
7871
  appendIcon?: IconValue | undefined;
@@ -7946,7 +7947,7 @@ declare const VNumberInput: {
7946
7947
  class?: any;
7947
7948
  theme?: string | undefined;
7948
7949
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7949
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
7950
+ 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;
7950
7951
  validationValue?: any;
7951
7952
  prependIcon?: IconValue | undefined;
7952
7953
  appendIcon?: IconValue | undefined;
@@ -9001,6 +9002,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
9001
9002
 
9002
9003
  type ListItemSlot = {
9003
9004
  isActive: boolean;
9005
+ isOpen: boolean;
9004
9006
  isSelected: boolean;
9005
9007
  isIndeterminate: boolean;
9006
9008
  select: (value: boolean) => void;
@@ -9035,28 +9037,6 @@ type ActiveStrategy = {
9035
9037
  out: ActiveStrategyTransformOutFn;
9036
9038
  };
9037
9039
 
9038
- type OpenStrategyFn = (data: {
9039
- id: unknown;
9040
- value: boolean;
9041
- opened: Set<unknown>;
9042
- children: Map<unknown, unknown[]>;
9043
- parents: Map<unknown, unknown>;
9044
- event?: Event;
9045
- }) => Set<unknown>;
9046
- type OpenSelectStrategyFn = (data: {
9047
- id: unknown;
9048
- value: boolean;
9049
- opened: Set<unknown>;
9050
- selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
9051
- children: Map<unknown, unknown[]>;
9052
- parents: Map<unknown, unknown>;
9053
- event?: Event;
9054
- }) => Set<unknown> | null;
9055
- type OpenStrategy = {
9056
- open: OpenStrategyFn;
9057
- select: OpenSelectStrategyFn;
9058
- };
9059
-
9060
9040
  type SelectStrategyFn = (data: {
9061
9041
  id: unknown;
9062
9042
  value: boolean;
@@ -9075,7 +9055,6 @@ type SelectStrategy = {
9075
9055
 
9076
9056
  type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
9077
9057
  type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
9078
- type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
9079
9058
 
9080
9059
  type VListChildrenSlots<T> = {
9081
9060
  [K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
@@ -9651,7 +9630,7 @@ declare const VSnackbar: {
9651
9630
  onAfterLeave?: (() => any) | undefined;
9652
9631
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9653
9632
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
9654
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
9633
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
9655
9634
  activatorEl: Ref<HTMLElement | undefined>;
9656
9635
  scrimEl: Ref<HTMLElement | undefined>;
9657
9636
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -10322,7 +10301,7 @@ declare const VSnackbar: {
10322
10301
  onAfterLeave?: (() => any) | undefined;
10323
10302
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10324
10303
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
10325
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
10304
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
10326
10305
  activatorEl: Ref<HTMLElement | undefined>;
10327
10306
  scrimEl: Ref<HTMLElement | undefined>;
10328
10307
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -10893,7 +10872,7 @@ declare const VSnackbar: {
10893
10872
  onAfterLeave?: (() => any) | undefined;
10894
10873
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10895
10874
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
10896
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
10875
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
10897
10876
  activatorEl: Ref<HTMLElement | undefined>;
10898
10877
  scrimEl: Ref<HTMLElement | undefined>;
10899
10878
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -11843,7 +11822,13 @@ declare const VStepperVerticalItem: {
11843
11822
  editIcon: string;
11844
11823
  errorIcon: string;
11845
11824
  } & {
11825
+ height?: string | number | undefined;
11826
+ width?: string | number | undefined;
11846
11827
  color?: string | undefined;
11828
+ maxHeight?: string | number | undefined;
11829
+ maxWidth?: string | number | undefined;
11830
+ minHeight?: string | number | undefined;
11831
+ minWidth?: string | number | undefined;
11847
11832
  value?: any;
11848
11833
  title?: string | undefined;
11849
11834
  text?: string | undefined;
@@ -11924,7 +11909,13 @@ declare const VStepperVerticalItem: {
11924
11909
  editIcon: string;
11925
11910
  errorIcon: string;
11926
11911
  } & {
11912
+ height?: string | number | undefined;
11913
+ width?: string | number | undefined;
11927
11914
  color?: string | undefined;
11915
+ maxHeight?: string | number | undefined;
11916
+ maxWidth?: string | number | undefined;
11917
+ minHeight?: string | number | undefined;
11918
+ minWidth?: string | number | undefined;
11928
11919
  value?: any;
11929
11920
  title?: string | undefined;
11930
11921
  text?: string | undefined;
@@ -12043,7 +12034,13 @@ declare const VStepperVerticalItem: {
12043
12034
  editIcon: string;
12044
12035
  errorIcon: string;
12045
12036
  } & {
12037
+ height?: string | number | undefined;
12038
+ width?: string | number | undefined;
12046
12039
  color?: string | undefined;
12040
+ maxHeight?: string | number | undefined;
12041
+ maxWidth?: string | number | undefined;
12042
+ minHeight?: string | number | undefined;
12043
+ minWidth?: string | number | undefined;
12047
12044
  value?: any;
12048
12045
  title?: string | undefined;
12049
12046
  text?: string | undefined;
@@ -12147,7 +12144,13 @@ declare const VStepperVerticalItem: {
12147
12144
  editIcon: string;
12148
12145
  errorIcon: string;
12149
12146
  } & {
12147
+ height?: string | number | undefined;
12148
+ width?: string | number | undefined;
12150
12149
  color?: string | undefined;
12150
+ maxHeight?: string | number | undefined;
12151
+ maxWidth?: string | number | undefined;
12152
+ minHeight?: string | number | undefined;
12153
+ minWidth?: string | number | undefined;
12151
12154
  value?: any;
12152
12155
  title?: string | undefined;
12153
12156
  text?: string | undefined;
@@ -12241,7 +12244,13 @@ declare const VStepperVerticalItem: {
12241
12244
  prev: () => void;
12242
12245
  }) => vue.VNode[];
12243
12246
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
12247
+ height: (StringConstructor | NumberConstructor)[];
12248
+ width: (StringConstructor | NumberConstructor)[];
12244
12249
  color: StringConstructor;
12250
+ maxHeight: (StringConstructor | NumberConstructor)[];
12251
+ maxWidth: (StringConstructor | NumberConstructor)[];
12252
+ minHeight: (StringConstructor | NumberConstructor)[];
12253
+ minWidth: (StringConstructor | NumberConstructor)[];
12245
12254
  value: null;
12246
12255
  style: {
12247
12256
  type: vue.PropType<vue.StyleValue>;
@@ -12311,7 +12320,13 @@ declare const VStepperVerticalItem: {
12311
12320
  };
12312
12321
  hideActions: BooleanConstructor;
12313
12322
  }, vue.ExtractPropTypes<{
12323
+ height: (StringConstructor | NumberConstructor)[];
12324
+ width: (StringConstructor | NumberConstructor)[];
12314
12325
  color: StringConstructor;
12326
+ maxHeight: (StringConstructor | NumberConstructor)[];
12327
+ maxWidth: (StringConstructor | NumberConstructor)[];
12328
+ minHeight: (StringConstructor | NumberConstructor)[];
12329
+ minWidth: (StringConstructor | NumberConstructor)[];
12315
12330
  value: null;
12316
12331
  style: {
12317
12332
  type: vue.PropType<vue.StyleValue>;
@@ -12648,6 +12663,7 @@ type VStepperVerticalActions = InstanceType<typeof VStepperVerticalActions>;
12648
12663
 
12649
12664
  declare const VPullToRefresh: {
12650
12665
  new (...args: any[]): vue.CreateComponentPublicInstance<{
12666
+ disabled: boolean;
12651
12667
  pullDownThreshold: number;
12652
12668
  } & {} & {
12653
12669
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -12682,6 +12698,7 @@ declare const VPullToRefresh: {
12682
12698
  done: () => void;
12683
12699
  }) => true;
12684
12700
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
12701
+ disabled: boolean;
12685
12702
  pullDownThreshold: number;
12686
12703
  } & {} & {
12687
12704
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -12712,6 +12729,7 @@ declare const VPullToRefresh: {
12712
12729
  done: () => void;
12713
12730
  }) => any) | undefined;
12714
12731
  }, {
12732
+ disabled: boolean;
12715
12733
  pullDownThreshold: number;
12716
12734
  }, true, {}, vue.SlotsType<Partial<{
12717
12735
  default: () => vue.VNode[];
@@ -12728,6 +12746,7 @@ declare const VPullToRefresh: {
12728
12746
  M: {};
12729
12747
  Defaults: {};
12730
12748
  }, {
12749
+ disabled: boolean;
12731
12750
  pullDownThreshold: number;
12732
12751
  } & {} & {
12733
12752
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -12758,12 +12777,14 @@ declare const VPullToRefresh: {
12758
12777
  done: () => void;
12759
12778
  }) => any) | undefined;
12760
12779
  }, {}, {}, {}, {}, {
12780
+ disabled: boolean;
12761
12781
  pullDownThreshold: number;
12762
12782
  }>;
12763
12783
  __isFragment?: never;
12764
12784
  __isTeleport?: never;
12765
12785
  __isSuspense?: never;
12766
12786
  } & vue.ComponentOptionsBase<{
12787
+ disabled: boolean;
12767
12788
  pullDownThreshold: number;
12768
12789
  } & {} & {
12769
12790
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -12798,6 +12819,7 @@ declare const VPullToRefresh: {
12798
12819
  done: () => void;
12799
12820
  }) => true;
12800
12821
  }, string, {
12822
+ disabled: boolean;
12801
12823
  pullDownThreshold: number;
12802
12824
  }, {}, string, vue.SlotsType<Partial<{
12803
12825
  default: () => vue.VNode[];
@@ -12807,11 +12829,13 @@ declare const VPullToRefresh: {
12807
12829
  refreshing: boolean;
12808
12830
  }) => vue.VNode[];
12809
12831
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
12832
+ disabled: BooleanConstructor;
12810
12833
  pullDownThreshold: {
12811
12834
  type: NumberConstructor;
12812
12835
  default: number;
12813
12836
  };
12814
12837
  }, vue.ExtractPropTypes<{
12838
+ disabled: BooleanConstructor;
12815
12839
  pullDownThreshold: {
12816
12840
  type: NumberConstructor;
12817
12841
  default: number;
@@ -14207,14 +14231,15 @@ declare const VTreeview: {
14207
14231
  disabled: boolean;
14208
14232
  tag: string;
14209
14233
  mandatory: boolean;
14234
+ modelValue: unknown[];
14210
14235
  tile: boolean;
14211
14236
  density: Density;
14212
14237
  slim: boolean;
14213
14238
  valueComparator: typeof deepEqual;
14239
+ indeterminateIcon: IconValue;
14214
14240
  activatable: boolean;
14215
14241
  selectable: boolean;
14216
14242
  selectStrategy: SelectStrategyProp;
14217
- openStrategy: OpenStrategyProp;
14218
14243
  collapseIcon: string;
14219
14244
  expandIcon: string;
14220
14245
  lines: false | "one" | "two" | "three";
@@ -14246,11 +14271,13 @@ declare const VTreeview: {
14246
14271
  rounded?: string | number | boolean | undefined;
14247
14272
  baseColor?: string | undefined;
14248
14273
  bgColor?: string | undefined;
14274
+ activeColor?: string | undefined;
14275
+ falseIcon?: IconValue | undefined;
14276
+ trueIcon?: IconValue | undefined;
14249
14277
  activeClass?: string | undefined;
14250
14278
  opened?: any;
14251
14279
  activeStrategy?: ActiveStrategyProp | undefined;
14252
14280
  'onUpdate:opened'?: (() => void) | undefined;
14253
- activeColor?: string | undefined;
14254
14281
  customFilter?: FilterFunction | undefined;
14255
14282
  customKeyFilter?: FilterKeyFunctions | undefined;
14256
14283
  'onClick:open'?: ((args_0: {
@@ -14263,8 +14290,11 @@ declare const VTreeview: {
14263
14290
  value: boolean;
14264
14291
  path: unknown[];
14265
14292
  }) => void) | undefined;
14293
+ openOnClick?: boolean | undefined;
14294
+ selectedColor?: string | undefined;
14266
14295
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
14267
14296
  } & {
14297
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
14268
14298
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
14269
14299
  "onUpdate:selected"?: ((val: unknown) => any) | undefined;
14270
14300
  "onUpdate:opened"?: ((val: unknown) => any) | undefined;
@@ -14282,6 +14312,7 @@ declare const VTreeview: {
14282
14312
  'update:opened': (val: unknown) => true;
14283
14313
  'update:activated': (val: unknown) => true;
14284
14314
  'update:selected': (val: unknown) => true;
14315
+ 'update:modelValue': (val: unknown) => true;
14285
14316
  'click:open': (value: {
14286
14317
  id: unknown;
14287
14318
  value: boolean;
@@ -14298,14 +14329,15 @@ declare const VTreeview: {
14298
14329
  disabled: boolean;
14299
14330
  tag: string;
14300
14331
  mandatory: boolean;
14332
+ modelValue: unknown[];
14301
14333
  tile: boolean;
14302
14334
  density: Density;
14303
14335
  slim: boolean;
14304
14336
  valueComparator: typeof deepEqual;
14337
+ indeterminateIcon: IconValue;
14305
14338
  activatable: boolean;
14306
14339
  selectable: boolean;
14307
14340
  selectStrategy: SelectStrategyProp;
14308
- openStrategy: OpenStrategyProp;
14309
14341
  collapseIcon: string;
14310
14342
  expandIcon: string;
14311
14343
  lines: false | "one" | "two" | "three";
@@ -14337,11 +14369,13 @@ declare const VTreeview: {
14337
14369
  rounded?: string | number | boolean | undefined;
14338
14370
  baseColor?: string | undefined;
14339
14371
  bgColor?: string | undefined;
14372
+ activeColor?: string | undefined;
14373
+ falseIcon?: IconValue | undefined;
14374
+ trueIcon?: IconValue | undefined;
14340
14375
  activeClass?: string | undefined;
14341
14376
  opened?: any;
14342
14377
  activeStrategy?: ActiveStrategyProp | undefined;
14343
14378
  'onUpdate:opened'?: (() => void) | undefined;
14344
- activeColor?: string | undefined;
14345
14379
  customFilter?: FilterFunction | undefined;
14346
14380
  customKeyFilter?: FilterKeyFunctions | undefined;
14347
14381
  'onClick:open'?: ((args_0: {
@@ -14354,8 +14388,11 @@ declare const VTreeview: {
14354
14388
  value: boolean;
14355
14389
  path: unknown[];
14356
14390
  }) => void) | undefined;
14391
+ openOnClick?: boolean | undefined;
14392
+ selectedColor?: string | undefined;
14357
14393
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
14358
14394
  } & {
14395
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
14359
14396
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
14360
14397
  "onUpdate:selected"?: ((val: unknown) => any) | undefined;
14361
14398
  "onUpdate:opened"?: ((val: unknown) => any) | undefined;
@@ -14375,15 +14412,16 @@ declare const VTreeview: {
14375
14412
  disabled: boolean;
14376
14413
  tag: string;
14377
14414
  mandatory: boolean;
14415
+ modelValue: unknown[];
14378
14416
  rounded: string | number | boolean;
14379
14417
  tile: boolean;
14380
14418
  density: Density;
14381
14419
  slim: boolean;
14382
14420
  valueComparator: typeof deepEqual;
14421
+ indeterminateIcon: IconValue;
14383
14422
  activatable: boolean;
14384
14423
  selectable: boolean;
14385
14424
  selectStrategy: SelectStrategyProp;
14386
- openStrategy: OpenStrategyProp;
14387
14425
  collapseIcon: string;
14388
14426
  expandIcon: string;
14389
14427
  lines: false | "one" | "two" | "three";
@@ -14395,6 +14433,7 @@ declare const VTreeview: {
14395
14433
  itemValue: SelectItemKey;
14396
14434
  itemChildren: SelectItemKey;
14397
14435
  itemProps: SelectItemKey;
14436
+ openOnClick: boolean;
14398
14437
  loadingIcon: string;
14399
14438
  openAll: boolean;
14400
14439
  }, true, {}, vue.SlotsType<Partial<{
@@ -14436,14 +14475,15 @@ declare const VTreeview: {
14436
14475
  disabled: boolean;
14437
14476
  tag: string;
14438
14477
  mandatory: boolean;
14478
+ modelValue: unknown[];
14439
14479
  tile: boolean;
14440
14480
  density: Density;
14441
14481
  slim: boolean;
14442
14482
  valueComparator: typeof deepEqual;
14483
+ indeterminateIcon: IconValue;
14443
14484
  activatable: boolean;
14444
14485
  selectable: boolean;
14445
14486
  selectStrategy: SelectStrategyProp;
14446
- openStrategy: OpenStrategyProp;
14447
14487
  collapseIcon: string;
14448
14488
  expandIcon: string;
14449
14489
  lines: false | "one" | "two" | "three";
@@ -14475,11 +14515,13 @@ declare const VTreeview: {
14475
14515
  rounded?: string | number | boolean | undefined;
14476
14516
  baseColor?: string | undefined;
14477
14517
  bgColor?: string | undefined;
14518
+ activeColor?: string | undefined;
14519
+ falseIcon?: IconValue | undefined;
14520
+ trueIcon?: IconValue | undefined;
14478
14521
  activeClass?: string | undefined;
14479
14522
  opened?: any;
14480
14523
  activeStrategy?: ActiveStrategyProp | undefined;
14481
14524
  'onUpdate:opened'?: (() => void) | undefined;
14482
- activeColor?: string | undefined;
14483
14525
  customFilter?: FilterFunction | undefined;
14484
14526
  customKeyFilter?: FilterKeyFunctions | undefined;
14485
14527
  'onClick:open'?: ((args_0: {
@@ -14492,8 +14534,11 @@ declare const VTreeview: {
14492
14534
  value: boolean;
14493
14535
  path: unknown[];
14494
14536
  }) => void) | undefined;
14537
+ openOnClick?: boolean | undefined;
14538
+ selectedColor?: string | undefined;
14495
14539
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
14496
14540
  } & {
14541
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
14497
14542
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
14498
14543
  "onUpdate:selected"?: ((val: unknown) => any) | undefined;
14499
14544
  "onUpdate:opened"?: ((val: unknown) => any) | undefined;
@@ -14513,15 +14558,16 @@ declare const VTreeview: {
14513
14558
  disabled: boolean;
14514
14559
  tag: string;
14515
14560
  mandatory: boolean;
14561
+ modelValue: unknown[];
14516
14562
  rounded: string | number | boolean;
14517
14563
  tile: boolean;
14518
14564
  density: Density;
14519
14565
  slim: boolean;
14520
14566
  valueComparator: typeof deepEqual;
14567
+ indeterminateIcon: IconValue;
14521
14568
  activatable: boolean;
14522
14569
  selectable: boolean;
14523
14570
  selectStrategy: SelectStrategyProp;
14524
- openStrategy: OpenStrategyProp;
14525
14571
  collapseIcon: string;
14526
14572
  expandIcon: string;
14527
14573
  lines: false | "one" | "two" | "three";
@@ -14533,6 +14579,7 @@ declare const VTreeview: {
14533
14579
  itemValue: SelectItemKey;
14534
14580
  itemChildren: SelectItemKey;
14535
14581
  itemProps: SelectItemKey;
14582
+ openOnClick: boolean;
14536
14583
  loadingIcon: string;
14537
14584
  openAll: boolean;
14538
14585
  }>;
@@ -14545,14 +14592,15 @@ declare const VTreeview: {
14545
14592
  disabled: boolean;
14546
14593
  tag: string;
14547
14594
  mandatory: boolean;
14595
+ modelValue: unknown[];
14548
14596
  tile: boolean;
14549
14597
  density: Density;
14550
14598
  slim: boolean;
14551
14599
  valueComparator: typeof deepEqual;
14600
+ indeterminateIcon: IconValue;
14552
14601
  activatable: boolean;
14553
14602
  selectable: boolean;
14554
14603
  selectStrategy: SelectStrategyProp;
14555
- openStrategy: OpenStrategyProp;
14556
14604
  collapseIcon: string;
14557
14605
  expandIcon: string;
14558
14606
  lines: false | "one" | "two" | "three";
@@ -14584,11 +14632,13 @@ declare const VTreeview: {
14584
14632
  rounded?: string | number | boolean | undefined;
14585
14633
  baseColor?: string | undefined;
14586
14634
  bgColor?: string | undefined;
14635
+ activeColor?: string | undefined;
14636
+ falseIcon?: IconValue | undefined;
14637
+ trueIcon?: IconValue | undefined;
14587
14638
  activeClass?: string | undefined;
14588
14639
  opened?: any;
14589
14640
  activeStrategy?: ActiveStrategyProp | undefined;
14590
14641
  'onUpdate:opened'?: (() => void) | undefined;
14591
- activeColor?: string | undefined;
14592
14642
  customFilter?: FilterFunction | undefined;
14593
14643
  customKeyFilter?: FilterKeyFunctions | undefined;
14594
14644
  'onClick:open'?: ((args_0: {
@@ -14601,8 +14651,11 @@ declare const VTreeview: {
14601
14651
  value: boolean;
14602
14652
  path: unknown[];
14603
14653
  }) => void) | undefined;
14654
+ openOnClick?: boolean | undefined;
14655
+ selectedColor?: string | undefined;
14604
14656
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
14605
14657
  } & {
14658
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
14606
14659
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
14607
14660
  "onUpdate:selected"?: ((val: unknown) => any) | undefined;
14608
14661
  "onUpdate:opened"?: ((val: unknown) => any) | undefined;
@@ -14620,6 +14673,7 @@ declare const VTreeview: {
14620
14673
  'update:opened': (val: unknown) => true;
14621
14674
  'update:activated': (val: unknown) => true;
14622
14675
  'update:selected': (val: unknown) => true;
14676
+ 'update:modelValue': (val: unknown) => true;
14623
14677
  'click:open': (value: {
14624
14678
  id: unknown;
14625
14679
  value: boolean;
@@ -14636,15 +14690,16 @@ declare const VTreeview: {
14636
14690
  disabled: boolean;
14637
14691
  tag: string;
14638
14692
  mandatory: boolean;
14693
+ modelValue: unknown[];
14639
14694
  rounded: string | number | boolean;
14640
14695
  tile: boolean;
14641
14696
  density: Density;
14642
14697
  slim: boolean;
14643
14698
  valueComparator: typeof deepEqual;
14699
+ indeterminateIcon: IconValue;
14644
14700
  activatable: boolean;
14645
14701
  selectable: boolean;
14646
14702
  selectStrategy: SelectStrategyProp;
14647
- openStrategy: OpenStrategyProp;
14648
14703
  collapseIcon: string;
14649
14704
  expandIcon: string;
14650
14705
  lines: false | "one" | "two" | "three";
@@ -14656,6 +14711,7 @@ declare const VTreeview: {
14656
14711
  itemValue: SelectItemKey;
14657
14712
  itemChildren: SelectItemKey;
14658
14713
  itemProps: SelectItemKey;
14714
+ openOnClick: boolean;
14659
14715
  loadingIcon: string;
14660
14716
  openAll: boolean;
14661
14717
  }, {}, string, vue.SlotsType<Partial<{
@@ -14687,6 +14743,10 @@ declare const VTreeview: {
14687
14743
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
14688
14744
  items?: T[];
14689
14745
  }, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
14746
+ modelValue: {
14747
+ type: ArrayConstructor;
14748
+ default: () => never[];
14749
+ };
14690
14750
  variant: Omit<{
14691
14751
  type: vue.PropType<Variant>;
14692
14752
  default: string;
@@ -14737,6 +14797,7 @@ declare const VTreeview: {
14737
14797
  };
14738
14798
  baseColor: StringConstructor;
14739
14799
  bgColor: StringConstructor;
14800
+ activeColor: StringConstructor;
14740
14801
  slim: {
14741
14802
  type: vue.PropType<boolean>;
14742
14803
  default: boolean;
@@ -14754,12 +14815,7 @@ declare const VTreeview: {
14754
14815
  type: vue.PropType<SelectStrategyProp>;
14755
14816
  default: NonNullable<SelectStrategyProp>;
14756
14817
  };
14757
- openStrategy: {
14758
- type: vue.PropType<OpenStrategyProp>;
14759
- default: NonNullable<OpenStrategyProp>;
14760
- };
14761
14818
  'onUpdate:opened': vue.PropType<() => void>;
14762
- activeColor: StringConstructor;
14763
14819
  collapseIcon: {
14764
14820
  type: vue.PropType<string>;
14765
14821
  default: string;
@@ -14804,6 +14860,17 @@ declare const VTreeview: {
14804
14860
  type: StringConstructor;
14805
14861
  default: string;
14806
14862
  };
14863
+ openOnClick: {
14864
+ type: BooleanConstructor;
14865
+ default: undefined;
14866
+ };
14867
+ indeterminateIcon: {
14868
+ type: vue.PropType<IconValue>;
14869
+ default: string;
14870
+ };
14871
+ falseIcon: vue.PropType<IconValue>;
14872
+ trueIcon: vue.PropType<IconValue>;
14873
+ selectedColor: StringConstructor;
14807
14874
  customFilter: vue.PropType<FilterFunction>;
14808
14875
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
14809
14876
  filterKeys: {
@@ -14818,6 +14885,10 @@ declare const VTreeview: {
14818
14885
  openAll: BooleanConstructor;
14819
14886
  search: StringConstructor;
14820
14887
  }, vue.ExtractPropTypes<{
14888
+ modelValue: {
14889
+ type: ArrayConstructor;
14890
+ default: () => never[];
14891
+ };
14821
14892
  variant: Omit<{
14822
14893
  type: vue.PropType<Variant>;
14823
14894
  default: string;
@@ -14868,6 +14939,7 @@ declare const VTreeview: {
14868
14939
  };
14869
14940
  baseColor: StringConstructor;
14870
14941
  bgColor: StringConstructor;
14942
+ activeColor: StringConstructor;
14871
14943
  slim: {
14872
14944
  type: vue.PropType<boolean>;
14873
14945
  default: boolean;
@@ -14885,12 +14957,7 @@ declare const VTreeview: {
14885
14957
  type: vue.PropType<SelectStrategyProp>;
14886
14958
  default: NonNullable<SelectStrategyProp>;
14887
14959
  };
14888
- openStrategy: {
14889
- type: vue.PropType<OpenStrategyProp>;
14890
- default: NonNullable<OpenStrategyProp>;
14891
- };
14892
14960
  'onUpdate:opened': vue.PropType<() => void>;
14893
- activeColor: StringConstructor;
14894
14961
  collapseIcon: {
14895
14962
  type: vue.PropType<string>;
14896
14963
  default: string;
@@ -14935,6 +15002,17 @@ declare const VTreeview: {
14935
15002
  type: StringConstructor;
14936
15003
  default: string;
14937
15004
  };
15005
+ openOnClick: {
15006
+ type: BooleanConstructor;
15007
+ default: undefined;
15008
+ };
15009
+ indeterminateIcon: {
15010
+ type: vue.PropType<IconValue>;
15011
+ default: string;
15012
+ };
15013
+ falseIcon: vue.PropType<IconValue>;
15014
+ trueIcon: vue.PropType<IconValue>;
15015
+ selectedColor: StringConstructor;
14938
15016
  customFilter: vue.PropType<FilterFunction>;
14939
15017
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
14940
15018
  filterKeys: {
@@ -14981,7 +15059,7 @@ declare const VTreeviewItem: {
14981
15059
  value?: any;
14982
15060
  title?: string | number | undefined;
14983
15061
  class?: any;
14984
- onClick?: ((args_0: MouseEvent) => void) | undefined;
15062
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
14985
15063
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
14986
15064
  href?: string | undefined;
14987
15065
  elevation?: string | number | undefined;
@@ -14989,15 +15067,16 @@ declare const VTreeviewItem: {
14989
15067
  theme?: string | undefined;
14990
15068
  rounded?: string | number | boolean | undefined;
14991
15069
  baseColor?: string | undefined;
15070
+ activeColor?: string | undefined;
14992
15071
  prependIcon?: IconValue | undefined;
14993
15072
  appendIcon?: IconValue | undefined;
14994
15073
  activeClass?: string | undefined;
14995
15074
  appendAvatar?: string | undefined;
14996
15075
  prependAvatar?: string | undefined;
14997
- activeColor?: string | undefined;
14998
15076
  subtitle?: string | number | undefined;
14999
15077
  lines?: false | "one" | "two" | "three" | undefined;
15000
15078
  toggleIcon?: IconValue | undefined;
15079
+ onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
15001
15080
  } & {
15002
15081
  $children?: vue.VNodeChild | {
15003
15082
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -15048,7 +15127,7 @@ declare const VTreeviewItem: {
15048
15127
  value?: any;
15049
15128
  title?: string | number | undefined;
15050
15129
  class?: any;
15051
- onClick?: ((args_0: MouseEvent) => void) | undefined;
15130
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
15052
15131
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
15053
15132
  href?: string | undefined;
15054
15133
  elevation?: string | number | undefined;
@@ -15056,15 +15135,16 @@ declare const VTreeviewItem: {
15056
15135
  theme?: string | undefined;
15057
15136
  rounded?: string | number | boolean | undefined;
15058
15137
  baseColor?: string | undefined;
15138
+ activeColor?: string | undefined;
15059
15139
  prependIcon?: IconValue | undefined;
15060
15140
  appendIcon?: IconValue | undefined;
15061
15141
  activeClass?: string | undefined;
15062
15142
  appendAvatar?: string | undefined;
15063
15143
  prependAvatar?: string | undefined;
15064
- activeColor?: string | undefined;
15065
15144
  subtitle?: string | number | undefined;
15066
15145
  lines?: false | "one" | "two" | "three" | undefined;
15067
15146
  toggleIcon?: IconValue | undefined;
15147
+ onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
15068
15148
  } & {
15069
15149
  $children?: vue.VNodeChild | {
15070
15150
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -15146,7 +15226,7 @@ declare const VTreeviewItem: {
15146
15226
  value?: any;
15147
15227
  title?: string | number | undefined;
15148
15228
  class?: any;
15149
- onClick?: ((args_0: MouseEvent) => void) | undefined;
15229
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
15150
15230
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
15151
15231
  href?: string | undefined;
15152
15232
  elevation?: string | number | undefined;
@@ -15154,15 +15234,16 @@ declare const VTreeviewItem: {
15154
15234
  theme?: string | undefined;
15155
15235
  rounded?: string | number | boolean | undefined;
15156
15236
  baseColor?: string | undefined;
15237
+ activeColor?: string | undefined;
15157
15238
  prependIcon?: IconValue | undefined;
15158
15239
  appendIcon?: IconValue | undefined;
15159
15240
  activeClass?: string | undefined;
15160
15241
  appendAvatar?: string | undefined;
15161
15242
  prependAvatar?: string | undefined;
15162
- activeColor?: string | undefined;
15163
15243
  subtitle?: string | number | undefined;
15164
15244
  lines?: false | "one" | "two" | "three" | undefined;
15165
15245
  toggleIcon?: IconValue | undefined;
15246
+ onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
15166
15247
  } & {
15167
15248
  $children?: vue.VNodeChild | {
15168
15249
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -15235,7 +15316,7 @@ declare const VTreeviewItem: {
15235
15316
  value?: any;
15236
15317
  title?: string | number | undefined;
15237
15318
  class?: any;
15238
- onClick?: ((args_0: MouseEvent) => void) | undefined;
15319
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
15239
15320
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
15240
15321
  href?: string | undefined;
15241
15322
  elevation?: string | number | undefined;
@@ -15243,15 +15324,16 @@ declare const VTreeviewItem: {
15243
15324
  theme?: string | undefined;
15244
15325
  rounded?: string | number | boolean | undefined;
15245
15326
  baseColor?: string | undefined;
15327
+ activeColor?: string | undefined;
15246
15328
  prependIcon?: IconValue | undefined;
15247
15329
  appendIcon?: IconValue | undefined;
15248
15330
  activeClass?: string | undefined;
15249
15331
  appendAvatar?: string | undefined;
15250
15332
  prependAvatar?: string | undefined;
15251
- activeColor?: string | undefined;
15252
15333
  subtitle?: string | number | undefined;
15253
15334
  lines?: false | "one" | "two" | "three" | undefined;
15254
15335
  toggleIcon?: IconValue | undefined;
15336
+ onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
15255
15337
  } & {
15256
15338
  $children?: vue.VNodeChild | {
15257
15339
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -15371,9 +15453,10 @@ declare const VTreeviewItem: {
15371
15453
  subtitle: (StringConstructor | NumberConstructor)[];
15372
15454
  title: (StringConstructor | NumberConstructor)[];
15373
15455
  value: null;
15374
- onClick: vue.PropType<(args_0: MouseEvent) => void>;
15456
+ onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
15375
15457
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
15376
15458
  loading: BooleanConstructor;
15459
+ onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
15377
15460
  toggleIcon: vue.PropType<IconValue>;
15378
15461
  }, vue.ExtractPropTypes<{
15379
15462
  color: StringConstructor;
@@ -15449,9 +15532,10 @@ declare const VTreeviewItem: {
15449
15532
  subtitle: (StringConstructor | NumberConstructor)[];
15450
15533
  title: (StringConstructor | NumberConstructor)[];
15451
15534
  value: null;
15452
- onClick: vue.PropType<(args_0: MouseEvent) => void>;
15535
+ onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
15453
15536
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
15454
15537
  loading: BooleanConstructor;
15538
+ onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
15455
15539
  toggleIcon: vue.PropType<IconValue>;
15456
15540
  }>>;
15457
15541
  type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
@@ -15469,9 +15553,9 @@ declare const VTreeviewGroup: {
15469
15553
  title?: string | undefined;
15470
15554
  class?: any;
15471
15555
  baseColor?: string | undefined;
15556
+ activeColor?: string | undefined;
15472
15557
  prependIcon?: IconValue | undefined;
15473
15558
  appendIcon?: IconValue | undefined;
15474
- activeColor?: string | undefined;
15475
15559
  } & {
15476
15560
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15477
15561
  default?: (() => vue.VNodeChild) | undefined;
@@ -15505,9 +15589,9 @@ declare const VTreeviewGroup: {
15505
15589
  title?: string | undefined;
15506
15590
  class?: any;
15507
15591
  baseColor?: string | undefined;
15592
+ activeColor?: string | undefined;
15508
15593
  prependIcon?: IconValue | undefined;
15509
15594
  appendIcon?: IconValue | undefined;
15510
- activeColor?: string | undefined;
15511
15595
  } & {
15512
15596
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15513
15597
  default?: (() => vue.VNodeChild) | undefined;
@@ -15560,9 +15644,9 @@ declare const VTreeviewGroup: {
15560
15644
  title?: string | undefined;
15561
15645
  class?: any;
15562
15646
  baseColor?: string | undefined;
15647
+ activeColor?: string | undefined;
15563
15648
  prependIcon?: IconValue | undefined;
15564
15649
  appendIcon?: IconValue | undefined;
15565
- activeColor?: string | undefined;
15566
15650
  } & {
15567
15651
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15568
15652
  default?: (() => vue.VNodeChild) | undefined;
@@ -15606,9 +15690,9 @@ declare const VTreeviewGroup: {
15606
15690
  title?: string | undefined;
15607
15691
  class?: any;
15608
15692
  baseColor?: string | undefined;
15693
+ activeColor?: string | undefined;
15609
15694
  prependIcon?: IconValue | undefined;
15610
15695
  appendIcon?: IconValue | undefined;
15611
- activeColor?: string | undefined;
15612
15696
  } & {
15613
15697
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15614
15698
  default?: (() => vue.VNodeChild) | undefined;
@@ -15656,9 +15740,9 @@ declare const VTreeviewGroup: {
15656
15740
  default: string;
15657
15741
  };
15658
15742
  baseColor: StringConstructor;
15743
+ activeColor: StringConstructor;
15659
15744
  prependIcon: vue.PropType<IconValue>;
15660
15745
  appendIcon: vue.PropType<IconValue>;
15661
- activeColor: StringConstructor;
15662
15746
  collapseIcon: Omit<{
15663
15747
  type: vue.PropType<IconValue>;
15664
15748
  default: string;
@@ -15688,9 +15772,9 @@ declare const VTreeviewGroup: {
15688
15772
  default: string;
15689
15773
  };
15690
15774
  baseColor: StringConstructor;
15775
+ activeColor: StringConstructor;
15691
15776
  prependIcon: vue.PropType<IconValue>;
15692
15777
  appendIcon: vue.PropType<IconValue>;
15693
- activeColor: StringConstructor;
15694
15778
  collapseIcon: Omit<{
15695
15779
  type: vue.PropType<IconValue>;
15696
15780
  default: string;