@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.13-pr-20185.5bf1ff4

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 (204) hide show
  1. package/dist/json/attributes.json +125 -273
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +118 -118
  4. package/dist/json/tags.json +5 -42
  5. package/dist/json/web-types.json +239 -610
  6. package/dist/vuetify-labs.css +3046 -2341
  7. package/dist/vuetify-labs.d.ts +368 -697
  8. package/dist/vuetify-labs.esm.js +239 -241
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +239 -241
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1273 -568
  13. package/dist/vuetify.d.ts +342 -605
  14. package/dist/vuetify.esm.js +100 -160
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +100 -160
  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/VDataTable/composables/options.mjs +1 -1
  58. package/lib/components/VDataTable/composables/options.mjs.map +1 -1
  59. package/lib/components/VDialog/VDialog.css +5 -0
  60. package/lib/components/VDialog/index.d.mts +3 -3
  61. package/lib/components/VDivider/VDivider.css +2 -0
  62. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  63. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  64. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
  65. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  66. package/lib/components/VExpansionPanel/index.d.mts +0 -72
  67. package/lib/components/VFab/index.d.mts +0 -6
  68. package/lib/components/VField/VField.css +13 -1
  69. package/lib/components/VField/VField.sass +5 -8
  70. package/lib/components/VFileInput/index.d.mts +18 -18
  71. package/lib/components/VFooter/VFooter.css +12 -4
  72. package/lib/components/VFooter/VFooter.mjs +20 -14
  73. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  74. package/lib/components/VFooter/index.d.mts +3 -3
  75. package/lib/components/VForm/index.d.mts +9 -9
  76. package/lib/components/VGrid/VContainer.mjs +1 -6
  77. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  78. package/lib/components/VGrid/VGrid.sass +1 -1
  79. package/lib/components/VGrid/_mixins.sass +4 -4
  80. package/lib/components/VGrid/index.d.mts +0 -36
  81. package/lib/components/VImg/VImg.css +6 -9
  82. package/lib/components/VImg/VImg.mjs +0 -2
  83. package/lib/components/VImg/VImg.mjs.map +1 -1
  84. package/lib/components/VImg/VImg.sass +0 -9
  85. package/lib/components/VImg/index.d.mts +0 -9
  86. package/lib/components/VInput/index.d.mts +6 -6
  87. package/lib/components/VKbd/VKbd.css +2 -0
  88. package/lib/components/VList/VList.css +12 -4
  89. package/lib/components/VList/VListItem.css +23 -13
  90. package/lib/components/VList/VListItem.mjs +1 -3
  91. package/lib/components/VList/VListItem.mjs.map +1 -1
  92. package/lib/components/VList/VListItem.sass +2 -2
  93. package/lib/components/VList/index.d.mts +18 -19
  94. package/lib/components/VMain/VMain.css +2 -0
  95. package/lib/components/VMenu/VMenu.css +6 -0
  96. package/lib/components/VMenu/VMenu.mjs +8 -26
  97. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  98. package/lib/components/VMenu/index.d.mts +15 -30
  99. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  100. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  101. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  102. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  103. package/lib/components/VOverlay/VOverlay.mjs +4 -5
  104. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  105. package/lib/components/VOverlay/useActivator.mjs +2 -3
  106. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  107. package/lib/components/VRadioGroup/index.d.mts +6 -6
  108. package/lib/components/VRangeSlider/index.d.mts +6 -6
  109. package/lib/components/VSelect/VSelect.css +4 -0
  110. package/lib/components/VSelect/VSelect.mjs +13 -15
  111. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  112. package/lib/components/VSelect/index.d.mts +42 -61
  113. package/lib/components/VSelect/useScrolling.mjs +3 -3
  114. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  115. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  116. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  117. package/lib/components/VSheet/VSheet.css +12 -4
  118. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  119. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  120. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  121. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  122. package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
  123. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  124. package/lib/components/VSlideGroup/index.d.mts +0 -6
  125. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  126. package/lib/components/VSlider/index.d.mts +6 -6
  127. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  128. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  129. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  130. package/lib/components/VSnackbar/index.d.mts +3 -3
  131. package/lib/components/VSpeedDial/index.d.mts +13 -28
  132. package/lib/components/VStepper/VStepper.css +8 -2
  133. package/lib/components/VStepper/VStepper.sass +2 -4
  134. package/lib/components/VStepper/VStepperItem.css +4 -1
  135. package/lib/components/VStepper/VStepperItem.sass +1 -1
  136. package/lib/components/VSwitch/VSwitch.css +2 -0
  137. package/lib/components/VSwitch/VSwitch.sass +10 -10
  138. package/lib/components/VSwitch/index.d.mts +6 -6
  139. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  140. package/lib/components/VTable/VTable.css +8 -4
  141. package/lib/components/VTable/VTable.sass +2 -3
  142. package/lib/components/VTabs/index.d.mts +3 -21
  143. package/lib/components/VTextField/index.d.mts +18 -18
  144. package/lib/components/VTextarea/index.d.mts +18 -18
  145. package/lib/components/VTimeline/VTimeline.css +2 -0
  146. package/lib/components/VToolbar/VToolbar.css +21 -7
  147. package/lib/components/VToolbar/VToolbar.sass +1 -2
  148. package/lib/components/VTooltip/index.d.mts +3 -3
  149. package/lib/components/VTreeview/VTreeview.sass +9 -9
  150. package/lib/components/VValidation/index.d.mts +8 -9
  151. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
  152. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  153. package/lib/components/VVirtualScroll/index.d.mts +0 -3
  154. package/lib/components/index.d.mts +302 -565
  155. package/lib/composables/nested/nested.mjs +3 -3
  156. package/lib/composables/nested/nested.mjs.map +1 -1
  157. package/lib/composables/nested/openStrategies.mjs +2 -4
  158. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  159. package/lib/composables/nested/selectStrategies.mjs +5 -5
  160. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  161. package/lib/composables/validation.mjs +6 -8
  162. package/lib/composables/validation.mjs.map +1 -1
  163. package/lib/composables/virtual.mjs +0 -1
  164. package/lib/composables/virtual.mjs.map +1 -1
  165. package/lib/entry-bundler.mjs +1 -1
  166. package/lib/entry-bundler.mjs.map +1 -1
  167. package/lib/framework.mjs +1 -1
  168. package/lib/framework.mjs.map +1 -1
  169. package/lib/index.d.mts +40 -40
  170. package/lib/labs/VDateInput/index.d.mts +6 -6
  171. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  172. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  173. package/lib/labs/VNumberInput/index.d.mts +23 -14
  174. package/lib/labs/VPicker/VPicker.css +6 -2
  175. package/lib/labs/VPicker/VPicker.sass +2 -3
  176. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  177. package/lib/labs/VStepperVertical/index.d.mts +0 -36
  178. package/lib/labs/VTreeview/VTreeview.mjs +5 -7
  179. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  180. package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
  181. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  182. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  183. package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
  184. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  185. package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
  186. package/lib/labs/VTreeview/index.d.mts +60 -77
  187. package/lib/labs/components.d.mts +92 -136
  188. package/lib/styles/generic/_colors.scss +9 -3
  189. package/lib/styles/main.css +520 -0
  190. package/lib/styles/tools/_absolute.sass +8 -7
  191. package/lib/styles/tools/_border.sass +4 -3
  192. package/lib/styles/tools/_display.sass +8 -7
  193. package/lib/styles/tools/_elevation.sass +4 -2
  194. package/lib/styles/tools/_index.sass +0 -1
  195. package/lib/styles/tools/_radius.sass +6 -5
  196. package/lib/styles/tools/_rounded.sass +2 -1
  197. package/lib/styles/tools/_theme.sass +3 -2
  198. package/lib/styles/tools/_typography.sass +6 -5
  199. package/lib/styles/tools/_utilities.sass +5 -5
  200. package/lib/styles/utilities/_index.sass +7 -7
  201. package/lib/util/helpers.mjs +0 -5
  202. package/lib/util/helpers.mjs.map +1 -1
  203. package/package.json +1 -1
  204. package/lib/styles/tools/_sheet.sass +0 -14
@@ -1903,7 +1903,7 @@ declare const VDateInput: {
1903
1903
  counter?: string | number | boolean | undefined;
1904
1904
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1905
1905
  modelValue?: any;
1906
- 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;
1906
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1907
1907
  validationValue?: any;
1908
1908
  rounded?: string | number | boolean | undefined;
1909
1909
  baseColor?: string | undefined;
@@ -2016,7 +2016,7 @@ declare const VDateInput: {
2016
2016
  counter?: string | number | boolean | undefined;
2017
2017
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2018
2018
  modelValue?: any;
2019
- 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;
2019
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2020
2020
  validationValue?: any;
2021
2021
  rounded?: string | number | boolean | undefined;
2022
2022
  baseColor?: string | undefined;
@@ -2189,7 +2189,7 @@ declare const VDateInput: {
2189
2189
  counter?: string | number | boolean | undefined;
2190
2190
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2191
2191
  modelValue?: any;
2192
- 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;
2192
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2193
2193
  validationValue?: any;
2194
2194
  rounded?: string | number | boolean | undefined;
2195
2195
  baseColor?: string | undefined;
@@ -2355,7 +2355,7 @@ declare const VDateInput: {
2355
2355
  counter?: string | number | boolean | undefined;
2356
2356
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2357
2357
  modelValue?: any;
2358
- 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;
2358
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2359
2359
  validationValue?: any;
2360
2360
  rounded?: string | number | boolean | undefined;
2361
2361
  baseColor?: string | undefined;
@@ -2605,7 +2605,7 @@ declare const VDateInput: {
2605
2605
  type: vue.PropType<readonly ValidationRule$1[]>;
2606
2606
  default: () => never[];
2607
2607
  };
2608
- 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>;
2608
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2609
2609
  validationValue: null;
2610
2610
  density: {
2611
2611
  type: vue.PropType<Density>;
@@ -2819,7 +2819,7 @@ declare const VDateInput: {
2819
2819
  type: vue.PropType<readonly ValidationRule$1[]>;
2820
2820
  default: () => never[];
2821
2821
  };
2822
- 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>;
2822
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2823
2823
  validationValue: null;
2824
2824
  density: {
2825
2825
  type: vue.PropType<Density>;
@@ -2939,6 +2939,7 @@ declare const VNumberInput: {
2939
2939
  errorMessages: string | readonly string[] | null;
2940
2940
  maxErrors: string | number;
2941
2941
  rules: readonly ValidationRule$1[];
2942
+ modelValue: Number | null;
2942
2943
  tile: boolean;
2943
2944
  density: Density;
2944
2945
  clearIcon: IconValue;
@@ -2968,8 +2969,7 @@ declare const VNumberInput: {
2968
2969
  theme?: string | undefined;
2969
2970
  counter?: string | number | boolean | undefined;
2970
2971
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2971
- modelValue?: any;
2972
- 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;
2972
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2973
2973
  validationValue?: any;
2974
2974
  rounded?: string | number | boolean | undefined;
2975
2975
  baseColor?: string | undefined;
@@ -3047,7 +3047,7 @@ declare const VNumberInput: {
3047
3047
  } & {
3048
3048
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
3049
3049
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3050
- 'update:modelValue': (val: number) => true;
3050
+ 'update:modelValue': (val: number) => boolean;
3051
3051
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3052
3052
  flat: boolean;
3053
3053
  reverse: boolean;
@@ -3069,6 +3069,7 @@ declare const VNumberInput: {
3069
3069
  errorMessages: string | readonly string[] | null;
3070
3070
  maxErrors: string | number;
3071
3071
  rules: readonly ValidationRule$1[];
3072
+ modelValue: Number | null;
3072
3073
  tile: boolean;
3073
3074
  density: Density;
3074
3075
  clearIcon: IconValue;
@@ -3098,8 +3099,7 @@ declare const VNumberInput: {
3098
3099
  theme?: string | undefined;
3099
3100
  counter?: string | number | boolean | undefined;
3100
3101
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3101
- modelValue?: any;
3102
- 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;
3102
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3103
3103
  validationValue?: any;
3104
3104
  rounded?: string | number | boolean | undefined;
3105
3105
  baseColor?: string | undefined;
@@ -3197,6 +3197,7 @@ declare const VNumberInput: {
3197
3197
  errorMessages: string | readonly string[] | null;
3198
3198
  maxErrors: string | number;
3199
3199
  rules: readonly ValidationRule$1[];
3200
+ modelValue: Number | null;
3200
3201
  rounded: string | number | boolean;
3201
3202
  tile: boolean;
3202
3203
  density: Density;
@@ -3282,6 +3283,7 @@ declare const VNumberInput: {
3282
3283
  errorMessages: string | readonly string[] | null;
3283
3284
  maxErrors: string | number;
3284
3285
  rules: readonly ValidationRule$1[];
3286
+ modelValue: Number | null;
3285
3287
  tile: boolean;
3286
3288
  density: Density;
3287
3289
  clearIcon: IconValue;
@@ -3311,8 +3313,7 @@ declare const VNumberInput: {
3311
3313
  theme?: string | undefined;
3312
3314
  counter?: string | number | boolean | undefined;
3313
3315
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3314
- modelValue?: any;
3315
- 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;
3316
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3316
3317
  validationValue?: any;
3317
3318
  rounded?: string | number | boolean | undefined;
3318
3319
  baseColor?: string | undefined;
@@ -3410,6 +3411,7 @@ declare const VNumberInput: {
3410
3411
  errorMessages: string | readonly string[] | null;
3411
3412
  maxErrors: string | number;
3412
3413
  rules: readonly ValidationRule$1[];
3414
+ modelValue: Number | null;
3413
3415
  rounded: string | number | boolean;
3414
3416
  tile: boolean;
3415
3417
  density: Density;
@@ -3450,6 +3452,7 @@ declare const VNumberInput: {
3450
3452
  errorMessages: string | readonly string[] | null;
3451
3453
  maxErrors: string | number;
3452
3454
  rules: readonly ValidationRule$1[];
3455
+ modelValue: Number | null;
3453
3456
  tile: boolean;
3454
3457
  density: Density;
3455
3458
  clearIcon: IconValue;
@@ -3479,8 +3482,7 @@ declare const VNumberInput: {
3479
3482
  theme?: string | undefined;
3480
3483
  counter?: string | number | boolean | undefined;
3481
3484
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3482
- modelValue?: any;
3483
- 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;
3485
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
3484
3486
  validationValue?: any;
3485
3487
  rounded?: string | number | boolean | undefined;
3486
3488
  baseColor?: string | undefined;
@@ -3558,7 +3560,7 @@ declare const VNumberInput: {
3558
3560
  } & {
3559
3561
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
3560
3562
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3561
- 'update:modelValue': (val: number) => true;
3563
+ 'update:modelValue': (val: number) => boolean;
3562
3564
  }, string, {
3563
3565
  flat: boolean;
3564
3566
  reverse: boolean;
@@ -3580,6 +3582,7 @@ declare const VNumberInput: {
3580
3582
  errorMessages: string | readonly string[] | null;
3581
3583
  maxErrors: string | number;
3582
3584
  rules: readonly ValidationRule$1[];
3585
+ modelValue: Number | null;
3583
3586
  rounded: string | number | boolean;
3584
3587
  tile: boolean;
3585
3588
  density: Density;
@@ -3701,8 +3704,7 @@ declare const VNumberInput: {
3701
3704
  type: PropType<readonly ValidationRule$1[]>;
3702
3705
  default: () => never[];
3703
3706
  };
3704
- modelValue: null;
3705
- 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>;
3707
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
3706
3708
  validationValue: null;
3707
3709
  rounded: {
3708
3710
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -3750,6 +3752,10 @@ declare const VNumberInput: {
3750
3752
  };
3751
3753
  inset: BooleanConstructor;
3752
3754
  hideInput: BooleanConstructor;
3755
+ modelValue: {
3756
+ type: PropType<Number | null>;
3757
+ default: null;
3758
+ };
3753
3759
  min: {
3754
3760
  type: NumberConstructor;
3755
3761
  default: number;
@@ -3826,8 +3832,7 @@ declare const VNumberInput: {
3826
3832
  type: PropType<readonly ValidationRule$1[]>;
3827
3833
  default: () => never[];
3828
3834
  };
3829
- modelValue: null;
3830
- 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>;
3835
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
3831
3836
  validationValue: null;
3832
3837
  rounded: {
3833
3838
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -3875,6 +3880,10 @@ declare const VNumberInput: {
3875
3880
  };
3876
3881
  inset: BooleanConstructor;
3877
3882
  hideInput: BooleanConstructor;
3883
+ modelValue: {
3884
+ type: PropType<Number | null>;
3885
+ default: null;
3886
+ };
3878
3887
  min: {
3879
3888
  type: NumberConstructor;
3880
3889
  default: number;
@@ -4382,7 +4391,6 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
4382
4391
 
4383
4392
  type ListItemSlot = {
4384
4393
  isActive: boolean;
4385
- isOpen: boolean;
4386
4394
  isSelected: boolean;
4387
4395
  isIndeterminate: boolean;
4388
4396
  select: (value: boolean) => void;
@@ -4417,6 +4425,28 @@ type ActiveStrategy = {
4417
4425
  out: ActiveStrategyTransformOutFn;
4418
4426
  };
4419
4427
 
4428
+ type OpenStrategyFn = (data: {
4429
+ id: unknown;
4430
+ value: boolean;
4431
+ opened: Set<unknown>;
4432
+ children: Map<unknown, unknown[]>;
4433
+ parents: Map<unknown, unknown>;
4434
+ event?: Event;
4435
+ }) => Set<unknown>;
4436
+ type OpenSelectStrategyFn = (data: {
4437
+ id: unknown;
4438
+ value: boolean;
4439
+ opened: Set<unknown>;
4440
+ selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
4441
+ children: Map<unknown, unknown[]>;
4442
+ parents: Map<unknown, unknown>;
4443
+ event?: Event;
4444
+ }) => Set<unknown> | null;
4445
+ type OpenStrategy = {
4446
+ open: OpenStrategyFn;
4447
+ select: OpenSelectStrategyFn;
4448
+ };
4449
+
4420
4450
  type SelectStrategyFn = (data: {
4421
4451
  id: unknown;
4422
4452
  value: boolean;
@@ -4435,6 +4465,7 @@ type SelectStrategy = {
4435
4465
 
4436
4466
  type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
4437
4467
  type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
4468
+ type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
4438
4469
 
4439
4470
  interface ListItem<T = any> extends InternalItem<T> {
4440
4471
  title: string;
@@ -5009,7 +5040,7 @@ declare const VSnackbar: {
5009
5040
  onAfterLeave?: (() => any) | undefined;
5010
5041
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5011
5042
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5012
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5043
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5013
5044
  activatorEl: Ref<HTMLElement | undefined>;
5014
5045
  scrimEl: Ref<HTMLElement | undefined>;
5015
5046
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -5696,7 +5727,7 @@ declare const VSnackbar: {
5696
5727
  onAfterLeave?: (() => any) | undefined;
5697
5728
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5698
5729
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5699
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5730
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5700
5731
  activatorEl: Ref<HTMLElement | undefined>;
5701
5732
  scrimEl: Ref<HTMLElement | undefined>;
5702
5733
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -6275,7 +6306,7 @@ declare const VSnackbar: {
6275
6306
  onAfterLeave?: (() => any) | undefined;
6276
6307
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6277
6308
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6278
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6309
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6279
6310
  activatorEl: Ref<HTMLElement | undefined>;
6280
6311
  scrimEl: Ref<HTMLElement | undefined>;
6281
6312
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -7281,13 +7312,7 @@ declare const VStepperVerticalItem: {
7281
7312
  editIcon: string;
7282
7313
  errorIcon: string;
7283
7314
  } & {
7284
- height?: string | number | undefined;
7285
- width?: string | number | undefined;
7286
7315
  color?: string | undefined;
7287
- maxHeight?: string | number | undefined;
7288
- maxWidth?: string | number | undefined;
7289
- minHeight?: string | number | undefined;
7290
- minWidth?: string | number | undefined;
7291
7316
  value?: any;
7292
7317
  title?: string | undefined;
7293
7318
  text?: string | undefined;
@@ -7368,13 +7393,7 @@ declare const VStepperVerticalItem: {
7368
7393
  editIcon: string;
7369
7394
  errorIcon: string;
7370
7395
  } & {
7371
- height?: string | number | undefined;
7372
- width?: string | number | undefined;
7373
7396
  color?: string | undefined;
7374
- maxHeight?: string | number | undefined;
7375
- maxWidth?: string | number | undefined;
7376
- minHeight?: string | number | undefined;
7377
- minWidth?: string | number | undefined;
7378
7397
  value?: any;
7379
7398
  title?: string | undefined;
7380
7399
  text?: string | undefined;
@@ -7509,13 +7528,7 @@ declare const VStepperVerticalItem: {
7509
7528
  editIcon: string;
7510
7529
  errorIcon: string;
7511
7530
  } & {
7512
- height?: string | number | undefined;
7513
- width?: string | number | undefined;
7514
7531
  color?: string | undefined;
7515
- maxHeight?: string | number | undefined;
7516
- maxWidth?: string | number | undefined;
7517
- minHeight?: string | number | undefined;
7518
- minWidth?: string | number | undefined;
7519
7532
  value?: any;
7520
7533
  title?: string | undefined;
7521
7534
  text?: string | undefined;
@@ -7619,13 +7632,7 @@ declare const VStepperVerticalItem: {
7619
7632
  editIcon: string;
7620
7633
  errorIcon: string;
7621
7634
  } & {
7622
- height?: string | number | undefined;
7623
- width?: string | number | undefined;
7624
7635
  color?: string | undefined;
7625
- maxHeight?: string | number | undefined;
7626
- maxWidth?: string | number | undefined;
7627
- minHeight?: string | number | undefined;
7628
- minWidth?: string | number | undefined;
7629
7636
  value?: any;
7630
7637
  title?: string | undefined;
7631
7638
  text?: string | undefined;
@@ -7735,13 +7742,7 @@ declare const VStepperVerticalItem: {
7735
7742
  [key: string]: any;
7736
7743
  }>[];
7737
7744
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
7738
- height: (StringConstructor | NumberConstructor)[];
7739
- width: (StringConstructor | NumberConstructor)[];
7740
7745
  color: StringConstructor;
7741
- maxHeight: (StringConstructor | NumberConstructor)[];
7742
- maxWidth: (StringConstructor | NumberConstructor)[];
7743
- minHeight: (StringConstructor | NumberConstructor)[];
7744
- minWidth: (StringConstructor | NumberConstructor)[];
7745
7746
  value: null;
7746
7747
  style: {
7747
7748
  type: vue.PropType<vue.StyleValue>;
@@ -7813,13 +7814,7 @@ declare const VStepperVerticalItem: {
7813
7814
  };
7814
7815
  hideActions: BooleanConstructor;
7815
7816
  }, vue.ExtractPropTypes<{
7816
- height: (StringConstructor | NumberConstructor)[];
7817
- width: (StringConstructor | NumberConstructor)[];
7818
7817
  color: StringConstructor;
7819
- maxHeight: (StringConstructor | NumberConstructor)[];
7820
- maxWidth: (StringConstructor | NumberConstructor)[];
7821
- minHeight: (StringConstructor | NumberConstructor)[];
7822
- minWidth: (StringConstructor | NumberConstructor)[];
7823
7818
  value: null;
7824
7819
  style: {
7825
7820
  type: vue.PropType<vue.StyleValue>;
@@ -9776,10 +9771,10 @@ declare const VTreeview: {
9776
9771
  density: Density;
9777
9772
  slim: boolean;
9778
9773
  valueComparator: typeof deepEqual;
9779
- indeterminateIcon: IconValue;
9780
9774
  activatable: boolean;
9781
9775
  selectable: boolean;
9782
9776
  selectStrategy: NonNullable<SelectStrategyProp>;
9777
+ openStrategy: NonNullable<OpenStrategyProp>;
9783
9778
  collapseIcon: string;
9784
9779
  expandIcon: string;
9785
9780
  lines: false | "one" | "two" | "three";
@@ -9812,13 +9807,11 @@ declare const VTreeview: {
9812
9807
  rounded?: string | number | boolean | undefined;
9813
9808
  baseColor?: string | undefined;
9814
9809
  bgColor?: string | undefined;
9815
- activeColor?: string | undefined;
9816
- falseIcon?: IconValue | undefined;
9817
- trueIcon?: IconValue | undefined;
9818
9810
  activeClass?: string | undefined;
9819
9811
  opened?: any;
9820
9812
  activeStrategy?: ActiveStrategyProp | undefined;
9821
9813
  'onUpdate:opened'?: (() => void) | undefined;
9814
+ activeColor?: string | undefined;
9822
9815
  customFilter?: FilterFunction | undefined;
9823
9816
  customKeyFilter?: FilterKeyFunctions | undefined;
9824
9817
  'onClick:open'?: ((args_0: {
@@ -9831,8 +9824,6 @@ declare const VTreeview: {
9831
9824
  value: boolean;
9832
9825
  path: unknown[];
9833
9826
  }) => void) | undefined;
9834
- openOnClick?: boolean | undefined;
9835
- selectedColor?: string | undefined;
9836
9827
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
9837
9828
  } & {
9838
9829
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
@@ -9874,10 +9865,10 @@ declare const VTreeview: {
9874
9865
  density: Density;
9875
9866
  slim: boolean;
9876
9867
  valueComparator: typeof deepEqual;
9877
- indeterminateIcon: IconValue;
9878
9868
  activatable: boolean;
9879
9869
  selectable: boolean;
9880
9870
  selectStrategy: NonNullable<SelectStrategyProp>;
9871
+ openStrategy: NonNullable<OpenStrategyProp>;
9881
9872
  collapseIcon: string;
9882
9873
  expandIcon: string;
9883
9874
  lines: false | "one" | "two" | "three";
@@ -9910,13 +9901,11 @@ declare const VTreeview: {
9910
9901
  rounded?: string | number | boolean | undefined;
9911
9902
  baseColor?: string | undefined;
9912
9903
  bgColor?: string | undefined;
9913
- activeColor?: string | undefined;
9914
- falseIcon?: IconValue | undefined;
9915
- trueIcon?: IconValue | undefined;
9916
9904
  activeClass?: string | undefined;
9917
9905
  opened?: any;
9918
9906
  activeStrategy?: ActiveStrategyProp | undefined;
9919
9907
  'onUpdate:opened'?: (() => void) | undefined;
9908
+ activeColor?: string | undefined;
9920
9909
  customFilter?: FilterFunction | undefined;
9921
9910
  customKeyFilter?: FilterKeyFunctions | undefined;
9922
9911
  'onClick:open'?: ((args_0: {
@@ -9929,8 +9918,6 @@ declare const VTreeview: {
9929
9918
  value: boolean;
9930
9919
  path: unknown[];
9931
9920
  }) => void) | undefined;
9932
- openOnClick?: boolean | undefined;
9933
- selectedColor?: string | undefined;
9934
9921
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
9935
9922
  } & {
9936
9923
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
@@ -9957,10 +9944,10 @@ declare const VTreeview: {
9957
9944
  density: Density;
9958
9945
  slim: boolean;
9959
9946
  valueComparator: typeof deepEqual;
9960
- indeterminateIcon: IconValue;
9961
9947
  activatable: boolean;
9962
9948
  selectable: boolean;
9963
9949
  selectStrategy: NonNullable<SelectStrategyProp>;
9950
+ openStrategy: NonNullable<OpenStrategyProp>;
9964
9951
  collapseIcon: string;
9965
9952
  expandIcon: string;
9966
9953
  lines: false | "one" | "two" | "three";
@@ -9973,7 +9960,6 @@ declare const VTreeview: {
9973
9960
  itemChildren: SelectItemKey;
9974
9961
  itemProps: SelectItemKey;
9975
9962
  itemType: string;
9976
- openOnClick: boolean;
9977
9963
  loadingIcon: string;
9978
9964
  openAll: boolean;
9979
9965
  }, true, {}, vue.SlotsType<Partial<{
@@ -10053,10 +10039,10 @@ declare const VTreeview: {
10053
10039
  density: Density;
10054
10040
  slim: boolean;
10055
10041
  valueComparator: typeof deepEqual;
10056
- indeterminateIcon: IconValue;
10057
10042
  activatable: boolean;
10058
10043
  selectable: boolean;
10059
10044
  selectStrategy: NonNullable<SelectStrategyProp>;
10045
+ openStrategy: NonNullable<OpenStrategyProp>;
10060
10046
  collapseIcon: string;
10061
10047
  expandIcon: string;
10062
10048
  lines: false | "one" | "two" | "three";
@@ -10089,13 +10075,11 @@ declare const VTreeview: {
10089
10075
  rounded?: string | number | boolean | undefined;
10090
10076
  baseColor?: string | undefined;
10091
10077
  bgColor?: string | undefined;
10092
- activeColor?: string | undefined;
10093
- falseIcon?: IconValue | undefined;
10094
- trueIcon?: IconValue | undefined;
10095
10078
  activeClass?: string | undefined;
10096
10079
  opened?: any;
10097
10080
  activeStrategy?: ActiveStrategyProp | undefined;
10098
10081
  'onUpdate:opened'?: (() => void) | undefined;
10082
+ activeColor?: string | undefined;
10099
10083
  customFilter?: FilterFunction | undefined;
10100
10084
  customKeyFilter?: FilterKeyFunctions | undefined;
10101
10085
  'onClick:open'?: ((args_0: {
@@ -10108,8 +10092,6 @@ declare const VTreeview: {
10108
10092
  value: boolean;
10109
10093
  path: unknown[];
10110
10094
  }) => void) | undefined;
10111
- openOnClick?: boolean | undefined;
10112
- selectedColor?: string | undefined;
10113
10095
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
10114
10096
  } & {
10115
10097
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
@@ -10138,10 +10120,10 @@ declare const VTreeview: {
10138
10120
  density: Density;
10139
10121
  slim: boolean;
10140
10122
  valueComparator: typeof deepEqual;
10141
- indeterminateIcon: IconValue;
10142
10123
  activatable: boolean;
10143
10124
  selectable: boolean;
10144
10125
  selectStrategy: NonNullable<SelectStrategyProp>;
10126
+ openStrategy: NonNullable<OpenStrategyProp>;
10145
10127
  collapseIcon: string;
10146
10128
  expandIcon: string;
10147
10129
  lines: false | "one" | "two" | "three";
@@ -10154,7 +10136,6 @@ declare const VTreeview: {
10154
10136
  itemChildren: SelectItemKey;
10155
10137
  itemProps: SelectItemKey;
10156
10138
  itemType: string;
10157
- openOnClick: boolean;
10158
10139
  loadingIcon: string;
10159
10140
  openAll: boolean;
10160
10141
  }>;
@@ -10171,10 +10152,10 @@ declare const VTreeview: {
10171
10152
  density: Density;
10172
10153
  slim: boolean;
10173
10154
  valueComparator: typeof deepEqual;
10174
- indeterminateIcon: IconValue;
10175
10155
  activatable: boolean;
10176
10156
  selectable: boolean;
10177
10157
  selectStrategy: NonNullable<SelectStrategyProp>;
10158
+ openStrategy: NonNullable<OpenStrategyProp>;
10178
10159
  collapseIcon: string;
10179
10160
  expandIcon: string;
10180
10161
  lines: false | "one" | "two" | "three";
@@ -10207,13 +10188,11 @@ declare const VTreeview: {
10207
10188
  rounded?: string | number | boolean | undefined;
10208
10189
  baseColor?: string | undefined;
10209
10190
  bgColor?: string | undefined;
10210
- activeColor?: string | undefined;
10211
- falseIcon?: IconValue | undefined;
10212
- trueIcon?: IconValue | undefined;
10213
10191
  activeClass?: string | undefined;
10214
10192
  opened?: any;
10215
10193
  activeStrategy?: ActiveStrategyProp | undefined;
10216
10194
  'onUpdate:opened'?: (() => void) | undefined;
10195
+ activeColor?: string | undefined;
10217
10196
  customFilter?: FilterFunction | undefined;
10218
10197
  customKeyFilter?: FilterKeyFunctions | undefined;
10219
10198
  'onClick:open'?: ((args_0: {
@@ -10226,8 +10205,6 @@ declare const VTreeview: {
10226
10205
  value: boolean;
10227
10206
  path: unknown[];
10228
10207
  }) => void) | undefined;
10229
- openOnClick?: boolean | undefined;
10230
- selectedColor?: string | undefined;
10231
10208
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
10232
10209
  } & {
10233
10210
  "onUpdate:activated"?: ((val: unknown) => any) | undefined;
@@ -10270,10 +10247,10 @@ declare const VTreeview: {
10270
10247
  density: Density;
10271
10248
  slim: boolean;
10272
10249
  valueComparator: typeof deepEqual;
10273
- indeterminateIcon: IconValue;
10274
10250
  activatable: boolean;
10275
10251
  selectable: boolean;
10276
10252
  selectStrategy: NonNullable<SelectStrategyProp>;
10253
+ openStrategy: NonNullable<OpenStrategyProp>;
10277
10254
  collapseIcon: string;
10278
10255
  expandIcon: string;
10279
10256
  lines: false | "one" | "two" | "three";
@@ -10286,7 +10263,6 @@ declare const VTreeview: {
10286
10263
  itemChildren: SelectItemKey;
10287
10264
  itemProps: SelectItemKey;
10288
10265
  itemType: string;
10289
- openOnClick: boolean;
10290
10266
  loadingIcon: string;
10291
10267
  openAll: boolean;
10292
10268
  }, {}, string, vue.SlotsType<Partial<{
@@ -10404,7 +10380,6 @@ declare const VTreeview: {
10404
10380
  };
10405
10381
  baseColor: StringConstructor;
10406
10382
  bgColor: StringConstructor;
10407
- activeColor: StringConstructor;
10408
10383
  slim: {
10409
10384
  type: vue.PropType<boolean>;
10410
10385
  default: boolean;
@@ -10422,7 +10397,12 @@ declare const VTreeview: {
10422
10397
  type: vue.PropType<NonNullable<SelectStrategyProp>>;
10423
10398
  default: NonNullable<SelectStrategyProp>;
10424
10399
  };
10400
+ openStrategy: {
10401
+ type: vue.PropType<NonNullable<OpenStrategyProp>>;
10402
+ default: NonNullable<OpenStrategyProp>;
10403
+ };
10425
10404
  'onUpdate:opened': vue.PropType<() => void>;
10405
+ activeColor: StringConstructor;
10426
10406
  collapseIcon: {
10427
10407
  type: vue.PropType<string>;
10428
10408
  default: string;
@@ -10471,17 +10451,6 @@ declare const VTreeview: {
10471
10451
  type: StringConstructor;
10472
10452
  default: string;
10473
10453
  };
10474
- openOnClick: {
10475
- type: BooleanConstructor;
10476
- default: undefined;
10477
- };
10478
- indeterminateIcon: {
10479
- type: vue.PropType<IconValue>;
10480
- default: string;
10481
- };
10482
- falseIcon: vue.PropType<IconValue>;
10483
- trueIcon: vue.PropType<IconValue>;
10484
- selectedColor: StringConstructor;
10485
10454
  customFilter: vue.PropType<FilterFunction>;
10486
10455
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
10487
10456
  filterKeys: {
@@ -10546,7 +10515,6 @@ declare const VTreeview: {
10546
10515
  };
10547
10516
  baseColor: StringConstructor;
10548
10517
  bgColor: StringConstructor;
10549
- activeColor: StringConstructor;
10550
10518
  slim: {
10551
10519
  type: vue.PropType<boolean>;
10552
10520
  default: boolean;
@@ -10564,7 +10532,12 @@ declare const VTreeview: {
10564
10532
  type: vue.PropType<NonNullable<SelectStrategyProp>>;
10565
10533
  default: NonNullable<SelectStrategyProp>;
10566
10534
  };
10535
+ openStrategy: {
10536
+ type: vue.PropType<NonNullable<OpenStrategyProp>>;
10537
+ default: NonNullable<OpenStrategyProp>;
10538
+ };
10567
10539
  'onUpdate:opened': vue.PropType<() => void>;
10540
+ activeColor: StringConstructor;
10568
10541
  collapseIcon: {
10569
10542
  type: vue.PropType<string>;
10570
10543
  default: string;
@@ -10613,17 +10586,6 @@ declare const VTreeview: {
10613
10586
  type: StringConstructor;
10614
10587
  default: string;
10615
10588
  };
10616
- openOnClick: {
10617
- type: BooleanConstructor;
10618
- default: undefined;
10619
- };
10620
- indeterminateIcon: {
10621
- type: vue.PropType<IconValue>;
10622
- default: string;
10623
- };
10624
- falseIcon: vue.PropType<IconValue>;
10625
- trueIcon: vue.PropType<IconValue>;
10626
- selectedColor: StringConstructor;
10627
10589
  customFilter: vue.PropType<FilterFunction>;
10628
10590
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
10629
10591
  filterKeys: {
@@ -10670,7 +10632,7 @@ declare const VTreeviewItem: {
10670
10632
  value?: any;
10671
10633
  title?: string | number | undefined;
10672
10634
  class?: any;
10673
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
10635
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
10674
10636
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
10675
10637
  href?: string | undefined;
10676
10638
  elevation?: string | number | undefined;
@@ -10678,16 +10640,15 @@ declare const VTreeviewItem: {
10678
10640
  theme?: string | undefined;
10679
10641
  rounded?: string | number | boolean | undefined;
10680
10642
  baseColor?: string | undefined;
10681
- activeColor?: string | undefined;
10682
10643
  prependIcon?: IconValue | undefined;
10683
10644
  appendIcon?: IconValue | undefined;
10684
10645
  activeClass?: string | undefined;
10685
10646
  appendAvatar?: string | undefined;
10686
10647
  prependAvatar?: string | undefined;
10648
+ activeColor?: string | undefined;
10687
10649
  subtitle?: string | number | undefined;
10688
10650
  lines?: false | "one" | "two" | "three" | undefined;
10689
10651
  toggleIcon?: IconValue | undefined;
10690
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
10691
10652
  } & {
10692
10653
  $children?: vue.VNodeChild | {
10693
10654
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -10738,7 +10699,7 @@ declare const VTreeviewItem: {
10738
10699
  value?: any;
10739
10700
  title?: string | number | undefined;
10740
10701
  class?: any;
10741
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
10702
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
10742
10703
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
10743
10704
  href?: string | undefined;
10744
10705
  elevation?: string | number | undefined;
@@ -10746,16 +10707,15 @@ declare const VTreeviewItem: {
10746
10707
  theme?: string | undefined;
10747
10708
  rounded?: string | number | boolean | undefined;
10748
10709
  baseColor?: string | undefined;
10749
- activeColor?: string | undefined;
10750
10710
  prependIcon?: IconValue | undefined;
10751
10711
  appendIcon?: IconValue | undefined;
10752
10712
  activeClass?: string | undefined;
10753
10713
  appendAvatar?: string | undefined;
10754
10714
  prependAvatar?: string | undefined;
10715
+ activeColor?: string | undefined;
10755
10716
  subtitle?: string | number | undefined;
10756
10717
  lines?: false | "one" | "two" | "three" | undefined;
10757
10718
  toggleIcon?: IconValue | undefined;
10758
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
10759
10719
  } & {
10760
10720
  $children?: vue.VNodeChild | {
10761
10721
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -10847,7 +10807,7 @@ declare const VTreeviewItem: {
10847
10807
  value?: any;
10848
10808
  title?: string | number | undefined;
10849
10809
  class?: any;
10850
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
10810
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
10851
10811
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
10852
10812
  href?: string | undefined;
10853
10813
  elevation?: string | number | undefined;
@@ -10855,16 +10815,15 @@ declare const VTreeviewItem: {
10855
10815
  theme?: string | undefined;
10856
10816
  rounded?: string | number | boolean | undefined;
10857
10817
  baseColor?: string | undefined;
10858
- activeColor?: string | undefined;
10859
10818
  prependIcon?: IconValue | undefined;
10860
10819
  appendIcon?: IconValue | undefined;
10861
10820
  activeClass?: string | undefined;
10862
10821
  appendAvatar?: string | undefined;
10863
10822
  prependAvatar?: string | undefined;
10823
+ activeColor?: string | undefined;
10864
10824
  subtitle?: string | number | undefined;
10865
10825
  lines?: false | "one" | "two" | "three" | undefined;
10866
10826
  toggleIcon?: IconValue | undefined;
10867
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
10868
10827
  } & {
10869
10828
  $children?: vue.VNodeChild | {
10870
10829
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -10937,7 +10896,7 @@ declare const VTreeviewItem: {
10937
10896
  value?: any;
10938
10897
  title?: string | number | undefined;
10939
10898
  class?: any;
10940
- onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
10899
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
10941
10900
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
10942
10901
  href?: string | undefined;
10943
10902
  elevation?: string | number | undefined;
@@ -10945,16 +10904,15 @@ declare const VTreeviewItem: {
10945
10904
  theme?: string | undefined;
10946
10905
  rounded?: string | number | boolean | undefined;
10947
10906
  baseColor?: string | undefined;
10948
- activeColor?: string | undefined;
10949
10907
  prependIcon?: IconValue | undefined;
10950
10908
  appendIcon?: IconValue | undefined;
10951
10909
  activeClass?: string | undefined;
10952
10910
  appendAvatar?: string | undefined;
10953
10911
  prependAvatar?: string | undefined;
10912
+ activeColor?: string | undefined;
10954
10913
  subtitle?: string | number | undefined;
10955
10914
  lines?: false | "one" | "two" | "three" | undefined;
10956
10915
  toggleIcon?: IconValue | undefined;
10957
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
10958
10916
  } & {
10959
10917
  $children?: vue.VNodeChild | {
10960
10918
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -11086,10 +11044,9 @@ declare const VTreeviewItem: {
11086
11044
  subtitle: (StringConstructor | NumberConstructor)[];
11087
11045
  title: (StringConstructor | NumberConstructor)[];
11088
11046
  value: null;
11089
- onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
11047
+ onClick: vue.PropType<(args_0: MouseEvent) => void>;
11090
11048
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
11091
11049
  loading: BooleanConstructor;
11092
- onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
11093
11050
  toggleIcon: vue.PropType<IconValue>;
11094
11051
  }, vue.ExtractPropTypes<{
11095
11052
  color: StringConstructor;
@@ -11167,10 +11124,9 @@ declare const VTreeviewItem: {
11167
11124
  subtitle: (StringConstructor | NumberConstructor)[];
11168
11125
  title: (StringConstructor | NumberConstructor)[];
11169
11126
  value: null;
11170
- onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
11127
+ onClick: vue.PropType<(args_0: MouseEvent) => void>;
11171
11128
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
11172
11129
  loading: BooleanConstructor;
11173
- onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
11174
11130
  toggleIcon: vue.PropType<IconValue>;
11175
11131
  }>>;
11176
11132
  type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
@@ -11188,9 +11144,9 @@ declare const VTreeviewGroup: {
11188
11144
  title?: string | undefined;
11189
11145
  class?: any;
11190
11146
  baseColor?: string | undefined;
11191
- activeColor?: string | undefined;
11192
11147
  prependIcon?: IconValue | undefined;
11193
11148
  appendIcon?: IconValue | undefined;
11149
+ activeColor?: string | undefined;
11194
11150
  } & {
11195
11151
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
11196
11152
  default?: (() => vue.VNodeChild) | undefined;
@@ -11224,9 +11180,9 @@ declare const VTreeviewGroup: {
11224
11180
  title?: string | undefined;
11225
11181
  class?: any;
11226
11182
  baseColor?: string | undefined;
11227
- activeColor?: string | undefined;
11228
11183
  prependIcon?: IconValue | undefined;
11229
11184
  appendIcon?: IconValue | undefined;
11185
+ activeColor?: string | undefined;
11230
11186
  } & {
11231
11187
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
11232
11188
  default?: (() => vue.VNodeChild) | undefined;
@@ -11283,9 +11239,9 @@ declare const VTreeviewGroup: {
11283
11239
  title?: string | undefined;
11284
11240
  class?: any;
11285
11241
  baseColor?: string | undefined;
11286
- activeColor?: string | undefined;
11287
11242
  prependIcon?: IconValue | undefined;
11288
11243
  appendIcon?: IconValue | undefined;
11244
+ activeColor?: string | undefined;
11289
11245
  } & {
11290
11246
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
11291
11247
  default?: (() => vue.VNodeChild) | undefined;
@@ -11329,9 +11285,9 @@ declare const VTreeviewGroup: {
11329
11285
  title?: string | undefined;
11330
11286
  class?: any;
11331
11287
  baseColor?: string | undefined;
11332
- activeColor?: string | undefined;
11333
11288
  prependIcon?: IconValue | undefined;
11334
11289
  appendIcon?: IconValue | undefined;
11290
+ activeColor?: string | undefined;
11335
11291
  } & {
11336
11292
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
11337
11293
  default?: (() => vue.VNodeChild) | undefined;
@@ -11383,9 +11339,9 @@ declare const VTreeviewGroup: {
11383
11339
  default: string;
11384
11340
  };
11385
11341
  baseColor: StringConstructor;
11386
- activeColor: StringConstructor;
11387
11342
  prependIcon: vue.PropType<IconValue>;
11388
11343
  appendIcon: vue.PropType<IconValue>;
11344
+ activeColor: StringConstructor;
11389
11345
  collapseIcon: Omit<{
11390
11346
  type: vue.PropType<IconValue>;
11391
11347
  default: string;
@@ -11415,9 +11371,9 @@ declare const VTreeviewGroup: {
11415
11371
  default: string;
11416
11372
  };
11417
11373
  baseColor: StringConstructor;
11418
- activeColor: StringConstructor;
11419
11374
  prependIcon: vue.PropType<IconValue>;
11420
11375
  appendIcon: vue.PropType<IconValue>;
11376
+ activeColor: StringConstructor;
11421
11377
  collapseIcon: Omit<{
11422
11378
  type: vue.PropType<IconValue>;
11423
11379
  default: string;