vuetify 3.6.3 → 3.6.5

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 (163) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +489 -61
  3. package/dist/json/importMap-labs.json +30 -18
  4. package/dist/json/importMap.json +168 -168
  5. package/dist/json/tags.json +123 -1
  6. package/dist/json/web-types.json +1915 -198
  7. package/dist/vuetify-labs.css +3151 -2738
  8. package/dist/vuetify-labs.d.ts +3424 -1434
  9. package/dist/vuetify-labs.esm.js +483 -173
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +482 -172
  12. package/dist/vuetify-labs.min.css +3 -3
  13. package/dist/vuetify.css +957 -616
  14. package/dist/vuetify.d.ts +1451 -1380
  15. package/dist/vuetify.esm.js +171 -99
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +170 -98
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +3 -3
  20. package/dist/vuetify.min.js +982 -978
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/VAlert.css +3 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +187 -158
  26. package/lib/components/VAvatar/VAvatar.css +3 -1
  27. package/lib/components/VBanner/index.d.mts +11 -11
  28. package/lib/components/VBottomSheet/index.d.mts +42 -42
  29. package/lib/components/VBtn/VBtn.css +3 -1
  30. package/lib/components/VBtn/index.d.mts +2 -0
  31. package/lib/components/VCard/VCard.css +3 -1
  32. package/lib/components/VCarousel/index.d.mts +6 -6
  33. package/lib/components/VChip/VChip.css +3 -1
  34. package/lib/components/VChipGroup/index.d.mts +11 -11
  35. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  36. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  37. package/lib/components/VCombobox/index.d.mts +187 -158
  38. package/lib/components/VDataIterator/index.d.mts +1 -1
  39. package/lib/components/VDataTable/VDataTable.css +1 -1
  40. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  41. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  42. package/lib/components/VDataTable/VDataTable.sass +2 -1
  43. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  44. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  45. package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
  46. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  47. package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
  48. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  49. package/lib/components/VDataTable/composables/select.mjs +2 -1
  50. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  51. package/lib/components/VDataTable/index.d.mts +130 -71
  52. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
  53. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  54. package/lib/components/VDialog/index.d.mts +126 -126
  55. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
  56. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  57. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
  58. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  59. package/lib/components/VExpansionPanel/index.d.mts +82 -27
  60. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  61. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  62. package/lib/components/VFileInput/index.d.mts +9 -9
  63. package/lib/components/VImg/index.d.mts +6 -6
  64. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  65. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  66. package/lib/components/VList/VList.mjs.map +1 -1
  67. package/lib/components/VList/VListItem.css +3 -1
  68. package/lib/components/VList/VListItem.mjs +3 -2
  69. package/lib/components/VList/VListItem.mjs.map +1 -1
  70. package/lib/components/VList/index.d.mts +76 -52
  71. package/lib/components/VMenu/index.d.mts +126 -126
  72. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  73. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  74. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  75. package/lib/components/VOverlay/VOverlay.mjs +2 -5
  76. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  77. package/lib/components/VOverlay/index.d.mts +42 -42
  78. package/lib/components/VOverlay/useActivator.mjs +5 -5
  79. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  80. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  81. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  82. package/lib/components/VResponsive/index.d.mts +6 -6
  83. package/lib/components/VSelect/index.d.mts +187 -158
  84. package/lib/components/VSheet/VSheet.css +1 -1
  85. package/lib/components/VSheet/_variables.scss +1 -1
  86. package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
  87. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  88. package/lib/components/VSlideGroup/index.d.mts +13 -11
  89. package/lib/components/VSlider/VSliderThumb.css +5 -0
  90. package/lib/components/VSlider/VSliderThumb.sass +3 -0
  91. package/lib/components/VSlider/VSliderTrack.css +15 -0
  92. package/lib/components/VSlider/VSliderTrack.sass +9 -0
  93. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  94. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  95. package/lib/components/VSnackbar/index.d.mts +126 -126
  96. package/lib/components/VSpeedDial/index.d.mts +42 -42
  97. package/lib/components/VStepper/VStepper.mjs +17 -8
  98. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  99. package/lib/components/VStepper/VStepperItem.css +47 -0
  100. package/lib/components/VStepper/VStepperItem.mjs +10 -5
  101. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  102. package/lib/components/VStepper/VStepperItem.sass +18 -0
  103. package/lib/components/VStepper/VStepperWindow.mjs +2 -1
  104. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  105. package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
  106. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  107. package/lib/components/VStepper/index.d.mts +1 -1
  108. package/lib/components/VTabs/VTabs.mjs +8 -3
  109. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  110. package/lib/components/VTabs/VTabsWindow.mjs +2 -1
  111. package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
  112. package/lib/components/VTabs/index.d.mts +13 -11
  113. package/lib/components/VToolbar/VToolbar.css +5 -5
  114. package/lib/components/VToolbar/_variables.scss +3 -3
  115. package/lib/components/VTooltip/index.d.mts +126 -126
  116. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  117. package/lib/components/VWindow/index.d.mts +2 -0
  118. package/lib/components/index.d.mts +1393 -1325
  119. package/lib/composables/component.mjs +1 -1
  120. package/lib/composables/component.mjs.map +1 -1
  121. package/lib/composables/display.mjs +1 -1
  122. package/lib/composables/display.mjs.map +1 -1
  123. package/lib/composables/group.mjs +8 -0
  124. package/lib/composables/group.mjs.map +1 -1
  125. package/lib/composables/nested/activeStrategies.mjs +16 -10
  126. package/lib/composables/nested/activeStrategies.mjs.map +1 -1
  127. package/lib/composables/nested/nested.mjs +7 -5
  128. package/lib/composables/nested/nested.mjs.map +1 -1
  129. package/lib/composables/resizeObserver.mjs +5 -5
  130. package/lib/composables/resizeObserver.mjs.map +1 -1
  131. package/lib/entry-bundler.mjs +1 -1
  132. package/lib/framework.mjs +1 -1
  133. package/lib/index.d.mts +58 -55
  134. package/lib/labs/VCalendar/VCalendar.css +5 -1
  135. package/lib/labs/VCalendar/VCalendar.sass +3 -2
  136. package/lib/labs/VCalendar/_variables.scss +8 -0
  137. package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
  138. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  139. package/lib/labs/VNumberInput/index.d.mts +402 -34
  140. package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
  141. package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
  142. package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
  143. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
  144. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
  145. package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
  146. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
  147. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
  148. package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
  149. package/lib/labs/VStepperVertical/_variables.scss +3 -0
  150. package/lib/labs/VStepperVertical/index.d.mts +1590 -0
  151. package/lib/labs/VStepperVertical/index.mjs +4 -0
  152. package/lib/labs/VStepperVertical/index.mjs.map +1 -0
  153. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  154. package/lib/labs/VTreeview/index.d.mts +88 -64
  155. package/lib/labs/components.d.mts +2303 -339
  156. package/lib/labs/components.mjs +1 -0
  157. package/lib/labs/components.mjs.map +1 -1
  158. package/lib/styles/generic/_colors.scss +1 -0
  159. package/lib/styles/main.css +260 -0
  160. package/lib/styles/tools/_variant.sass +3 -1
  161. package/lib/util/helpers.mjs +16 -0
  162. package/lib/util/helpers.mjs.map +1 -1
  163. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
@@ -57,6 +57,11 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
57
57
 
58
58
  declare function deepEqual(a: any, b: any): boolean;
59
59
  type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
60
+ type TemplateRef = {
61
+ (target: Element | ComponentPublicInstance | null): void;
62
+ value: HTMLElement | ComponentPublicInstance | null | undefined;
63
+ readonly el: HTMLElement | undefined;
64
+ };
60
65
 
61
66
  declare const VCalendar: {
62
67
  new (...args: any[]): vue.CreateComponentPublicInstance<{
@@ -1808,7 +1813,7 @@ type VCalendarMonthDay = InstanceType<typeof VCalendarMonthDay>;
1808
1813
  type Density = null | 'default' | 'comfortable' | 'compact';
1809
1814
 
1810
1815
  type ValidationResult = string | boolean;
1811
- type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
1816
+ type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
1812
1817
 
1813
1818
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
1814
1819
  declare const IconValue: PropType<IconValue>;
@@ -1832,7 +1837,7 @@ declare const VDateInput: {
1832
1837
  errorMessages: string | readonly string[] | null;
1833
1838
  maxErrors: string | number;
1834
1839
  readonly: boolean | null;
1835
- rules: readonly ValidationRule[];
1840
+ rules: readonly ValidationRule$1[];
1836
1841
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1837
1842
  tile: boolean;
1838
1843
  density: Density;
@@ -1944,7 +1949,7 @@ declare const VDateInput: {
1944
1949
  errorMessages: string | readonly string[] | null;
1945
1950
  maxErrors: string | number;
1946
1951
  readonly: boolean | null;
1947
- rules: readonly ValidationRule[];
1952
+ rules: readonly ValidationRule$1[];
1948
1953
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1949
1954
  tile: boolean;
1950
1955
  density: Density;
@@ -2054,7 +2059,7 @@ declare const VDateInput: {
2054
2059
  errorMessages: string | readonly string[] | null;
2055
2060
  maxErrors: string | number;
2056
2061
  readonly: boolean | null;
2057
- rules: readonly ValidationRule[];
2062
+ rules: readonly ValidationRule$1[];
2058
2063
  rounded: string | number | boolean;
2059
2064
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2060
2065
  tile: boolean;
@@ -2116,7 +2121,7 @@ declare const VDateInput: {
2116
2121
  errorMessages: string | readonly string[] | null;
2117
2122
  maxErrors: string | number;
2118
2123
  readonly: boolean | null;
2119
- rules: readonly ValidationRule[];
2124
+ rules: readonly ValidationRule$1[];
2120
2125
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2121
2126
  tile: boolean;
2122
2127
  density: Density;
@@ -2226,7 +2231,7 @@ declare const VDateInput: {
2226
2231
  errorMessages: string | readonly string[] | null;
2227
2232
  maxErrors: string | number;
2228
2233
  readonly: boolean | null;
2229
- rules: readonly ValidationRule[];
2234
+ rules: readonly ValidationRule$1[];
2230
2235
  rounded: string | number | boolean;
2231
2236
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2232
2237
  tile: boolean;
@@ -2281,7 +2286,7 @@ declare const VDateInput: {
2281
2286
  errorMessages: string | readonly string[] | null;
2282
2287
  maxErrors: string | number;
2283
2288
  readonly: boolean | null;
2284
- rules: readonly ValidationRule[];
2289
+ rules: readonly ValidationRule$1[];
2285
2290
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2286
2291
  tile: boolean;
2287
2292
  density: Density;
@@ -2393,7 +2398,7 @@ declare const VDateInput: {
2393
2398
  errorMessages: string | readonly string[] | null;
2394
2399
  maxErrors: string | number;
2395
2400
  readonly: boolean | null;
2396
- rules: readonly ValidationRule[];
2401
+ rules: readonly ValidationRule$1[];
2397
2402
  rounded: string | number | boolean;
2398
2403
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2399
2404
  tile: boolean;
@@ -2586,7 +2591,7 @@ declare const VDateInput: {
2586
2591
  default: null;
2587
2592
  };
2588
2593
  rules: {
2589
- type: vue.PropType<readonly ValidationRule[]>;
2594
+ type: vue.PropType<readonly ValidationRule$1[]>;
2590
2595
  default: () => never[];
2591
2596
  };
2592
2597
  validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
@@ -2799,7 +2804,7 @@ declare const VDateInput: {
2799
2804
  default: null;
2800
2805
  };
2801
2806
  rules: {
2802
- type: vue.PropType<readonly ValidationRule[]>;
2807
+ type: vue.PropType<readonly ValidationRule$1[]>;
2803
2808
  default: () => never[];
2804
2809
  };
2805
2810
  validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
@@ -2868,6 +2873,12 @@ type VMessageSlot = {
2868
2873
  message: string;
2869
2874
  };
2870
2875
 
2876
+ type VCounterSlot = {
2877
+ counter: string;
2878
+ max: string | number | undefined;
2879
+ value: string | number | undefined;
2880
+ };
2881
+
2871
2882
  interface VInputSlot {
2872
2883
  id: ComputedRef<string>;
2873
2884
  messagesId: ComputedRef<string>;
@@ -2897,33 +2908,73 @@ type ControlVariant = 'default' | 'stacked' | 'split';
2897
2908
  declare const VNumberInput: {
2898
2909
  new (...args: any[]): vue.CreateComponentPublicInstance<{
2899
2910
  reverse: boolean;
2911
+ flat: boolean;
2900
2912
  style: vue.StyleValue;
2913
+ type: string;
2914
+ active: boolean;
2901
2915
  error: boolean;
2902
2916
  disabled: boolean;
2917
+ messages: string | readonly string[];
2903
2918
  focused: boolean;
2919
+ errorMessages: string | readonly string[] | null;
2920
+ maxErrors: string | number;
2904
2921
  readonly: boolean | null;
2922
+ rules: readonly ValidationRule$1[];
2905
2923
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2906
2924
  inset: boolean;
2925
+ tile: boolean;
2907
2926
  density: Density;
2927
+ direction: "horizontal" | "vertical";
2908
2928
  max: number;
2929
+ clearIcon: IconValue;
2930
+ hideSpinButtons: boolean;
2909
2931
  persistentHint: boolean;
2932
+ autofocus: boolean;
2933
+ clearable: boolean;
2934
+ dirty: boolean;
2935
+ persistentClear: boolean;
2936
+ singleLine: boolean;
2937
+ persistentPlaceholder: boolean;
2938
+ persistentCounter: boolean;
2910
2939
  min: number;
2911
2940
  step: number;
2912
2941
  hideInput: boolean;
2913
2942
  controlVariant: ControlVariant;
2914
2943
  } & {
2915
2944
  class?: any;
2945
+ id?: string | undefined;
2916
2946
  label?: string | undefined;
2947
+ width?: string | number | undefined;
2917
2948
  theme?: string | undefined;
2918
2949
  color?: string | undefined;
2950
+ name?: string | undefined;
2951
+ prefix?: string | undefined;
2919
2952
  loading?: string | boolean | undefined;
2953
+ placeholder?: string | undefined;
2954
+ counter?: string | number | boolean | undefined;
2920
2955
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2921
- modelValue?: number | undefined;
2956
+ modelValue?: any;
2957
+ validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
2958
+ validationValue?: any;
2922
2959
  rounded?: string | number | boolean | undefined;
2960
+ maxWidth?: string | number | undefined;
2961
+ minWidth?: string | number | undefined;
2962
+ role?: string | undefined;
2923
2963
  baseColor?: string | undefined;
2924
2964
  bgColor?: string | undefined;
2965
+ prependIcon?: IconValue | undefined;
2966
+ appendIcon?: IconValue | undefined;
2967
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2968
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2969
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2970
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2971
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2972
+ centerAffix?: boolean | undefined;
2925
2973
  hint?: string | undefined;
2926
2974
  hideDetails?: boolean | "auto" | undefined;
2975
+ suffix?: string | undefined;
2976
+ counterValue?: number | ((value: any) => number) | undefined;
2977
+ modelModifiers?: Record<string, boolean> | undefined;
2927
2978
  } & {
2928
2979
  $children?: {} | vue.VNodeChild | {
2929
2980
  clear?: ((arg: DefaultInputSlot & {
@@ -2934,6 +2985,7 @@ declare const VNumberInput: {
2934
2985
  label: string | undefined;
2935
2986
  props: Record<string, any>;
2936
2987
  }) => vue.VNodeChild) | undefined;
2988
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2937
2989
  message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2938
2990
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2939
2991
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -2952,6 +3004,7 @@ declare const VNumberInput: {
2952
3004
  label: string | undefined;
2953
3005
  props: Record<string, any>;
2954
3006
  }) => vue.VNodeChild) | undefined;
3007
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2955
3008
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2956
3009
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2957
3010
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -2970,6 +3023,7 @@ declare const VNumberInput: {
2970
3023
  label: string | undefined;
2971
3024
  props: Record<string, any>;
2972
3025
  }) => vue.VNodeChild) | undefined;
3026
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2973
3027
  "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2974
3028
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2975
3029
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -2984,33 +3038,73 @@ declare const VNumberInput: {
2984
3038
  'update:modelValue': (val: number) => true;
2985
3039
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2986
3040
  reverse: boolean;
3041
+ flat: boolean;
2987
3042
  style: vue.StyleValue;
3043
+ type: string;
3044
+ active: boolean;
2988
3045
  error: boolean;
2989
3046
  disabled: boolean;
3047
+ messages: string | readonly string[];
2990
3048
  focused: boolean;
3049
+ errorMessages: string | readonly string[] | null;
3050
+ maxErrors: string | number;
2991
3051
  readonly: boolean | null;
3052
+ rules: readonly ValidationRule$1[];
2992
3053
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2993
3054
  inset: boolean;
3055
+ tile: boolean;
2994
3056
  density: Density;
3057
+ direction: "horizontal" | "vertical";
2995
3058
  max: number;
3059
+ clearIcon: IconValue;
3060
+ hideSpinButtons: boolean;
2996
3061
  persistentHint: boolean;
3062
+ autofocus: boolean;
3063
+ clearable: boolean;
3064
+ dirty: boolean;
3065
+ persistentClear: boolean;
3066
+ singleLine: boolean;
3067
+ persistentPlaceholder: boolean;
3068
+ persistentCounter: boolean;
2997
3069
  min: number;
2998
3070
  step: number;
2999
3071
  hideInput: boolean;
3000
3072
  controlVariant: ControlVariant;
3001
3073
  } & {
3002
3074
  class?: any;
3075
+ id?: string | undefined;
3003
3076
  label?: string | undefined;
3077
+ width?: string | number | undefined;
3004
3078
  theme?: string | undefined;
3005
3079
  color?: string | undefined;
3080
+ name?: string | undefined;
3081
+ prefix?: string | undefined;
3006
3082
  loading?: string | boolean | undefined;
3083
+ placeholder?: string | undefined;
3084
+ counter?: string | number | boolean | undefined;
3007
3085
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3008
- modelValue?: number | undefined;
3086
+ modelValue?: any;
3087
+ validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
3088
+ validationValue?: any;
3009
3089
  rounded?: string | number | boolean | undefined;
3090
+ maxWidth?: string | number | undefined;
3091
+ minWidth?: string | number | undefined;
3092
+ role?: string | undefined;
3010
3093
  baseColor?: string | undefined;
3011
3094
  bgColor?: string | undefined;
3095
+ prependIcon?: IconValue | undefined;
3096
+ appendIcon?: IconValue | undefined;
3097
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3098
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3099
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3100
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3101
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3102
+ centerAffix?: boolean | undefined;
3012
3103
  hint?: string | undefined;
3013
3104
  hideDetails?: boolean | "auto" | undefined;
3105
+ suffix?: string | undefined;
3106
+ counterValue?: number | ((value: any) => number) | undefined;
3107
+ modelModifiers?: Record<string, boolean> | undefined;
3014
3108
  } & {
3015
3109
  $children?: {} | vue.VNodeChild | {
3016
3110
  clear?: ((arg: DefaultInputSlot & {
@@ -3021,6 +3115,7 @@ declare const VNumberInput: {
3021
3115
  label: string | undefined;
3022
3116
  props: Record<string, any>;
3023
3117
  }) => vue.VNodeChild) | undefined;
3118
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3024
3119
  message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3025
3120
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3026
3121
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3039,6 +3134,7 @@ declare const VNumberInput: {
3039
3134
  label: string | undefined;
3040
3135
  props: Record<string, any>;
3041
3136
  }) => vue.VNodeChild) | undefined;
3137
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3042
3138
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3043
3139
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3044
3140
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3057,6 +3153,7 @@ declare const VNumberInput: {
3057
3153
  label: string | undefined;
3058
3154
  props: Record<string, any>;
3059
3155
  }) => vue.VNodeChild) | undefined;
3156
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3060
3157
  "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3061
3158
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3062
3159
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3069,18 +3166,36 @@ declare const VNumberInput: {
3069
3166
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
3070
3167
  }, {
3071
3168
  reverse: boolean;
3169
+ flat: boolean;
3072
3170
  style: vue.StyleValue;
3171
+ type: string;
3172
+ active: boolean;
3073
3173
  error: boolean;
3074
3174
  disabled: boolean;
3175
+ messages: string | readonly string[];
3075
3176
  focused: boolean;
3177
+ errorMessages: string | readonly string[] | null;
3178
+ maxErrors: string | number;
3076
3179
  readonly: boolean | null;
3077
- modelValue: number;
3180
+ rules: readonly ValidationRule$1[];
3078
3181
  rounded: string | number | boolean;
3079
3182
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3080
3183
  inset: boolean;
3184
+ tile: boolean;
3081
3185
  density: Density;
3186
+ direction: "horizontal" | "vertical";
3082
3187
  max: number;
3188
+ clearIcon: IconValue;
3189
+ centerAffix: boolean;
3190
+ hideSpinButtons: boolean;
3083
3191
  persistentHint: boolean;
3192
+ autofocus: boolean;
3193
+ clearable: boolean;
3194
+ dirty: boolean;
3195
+ persistentClear: boolean;
3196
+ singleLine: boolean;
3197
+ persistentPlaceholder: boolean;
3198
+ persistentCounter: boolean;
3084
3199
  min: number;
3085
3200
  step: number;
3086
3201
  hideInput: boolean;
@@ -3100,6 +3215,9 @@ declare const VNumberInput: {
3100
3215
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3101
3216
  [key: string]: any;
3102
3217
  }>[];
3218
+ counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3219
+ [key: string]: any;
3220
+ }>[];
3103
3221
  message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3104
3222
  [key: string]: any;
3105
3223
  }>[];
@@ -3133,33 +3251,73 @@ declare const VNumberInput: {
3133
3251
  Defaults: {};
3134
3252
  }, {
3135
3253
  reverse: boolean;
3254
+ flat: boolean;
3136
3255
  style: vue.StyleValue;
3256
+ type: string;
3257
+ active: boolean;
3137
3258
  error: boolean;
3138
3259
  disabled: boolean;
3260
+ messages: string | readonly string[];
3139
3261
  focused: boolean;
3262
+ errorMessages: string | readonly string[] | null;
3263
+ maxErrors: string | number;
3140
3264
  readonly: boolean | null;
3265
+ rules: readonly ValidationRule$1[];
3141
3266
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3142
3267
  inset: boolean;
3268
+ tile: boolean;
3143
3269
  density: Density;
3270
+ direction: "horizontal" | "vertical";
3144
3271
  max: number;
3272
+ clearIcon: IconValue;
3273
+ hideSpinButtons: boolean;
3145
3274
  persistentHint: boolean;
3275
+ autofocus: boolean;
3276
+ clearable: boolean;
3277
+ dirty: boolean;
3278
+ persistentClear: boolean;
3279
+ singleLine: boolean;
3280
+ persistentPlaceholder: boolean;
3281
+ persistentCounter: boolean;
3146
3282
  min: number;
3147
3283
  step: number;
3148
3284
  hideInput: boolean;
3149
3285
  controlVariant: ControlVariant;
3150
3286
  } & {
3151
3287
  class?: any;
3288
+ id?: string | undefined;
3152
3289
  label?: string | undefined;
3290
+ width?: string | number | undefined;
3153
3291
  theme?: string | undefined;
3154
3292
  color?: string | undefined;
3293
+ name?: string | undefined;
3294
+ prefix?: string | undefined;
3155
3295
  loading?: string | boolean | undefined;
3296
+ placeholder?: string | undefined;
3297
+ counter?: string | number | boolean | undefined;
3156
3298
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3157
- modelValue?: number | undefined;
3299
+ modelValue?: any;
3300
+ validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
3301
+ validationValue?: any;
3158
3302
  rounded?: string | number | boolean | undefined;
3303
+ maxWidth?: string | number | undefined;
3304
+ minWidth?: string | number | undefined;
3305
+ role?: string | undefined;
3159
3306
  baseColor?: string | undefined;
3160
3307
  bgColor?: string | undefined;
3308
+ prependIcon?: IconValue | undefined;
3309
+ appendIcon?: IconValue | undefined;
3310
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3311
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3312
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3313
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3314
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3315
+ centerAffix?: boolean | undefined;
3161
3316
  hint?: string | undefined;
3162
3317
  hideDetails?: boolean | "auto" | undefined;
3318
+ suffix?: string | undefined;
3319
+ counterValue?: number | ((value: any) => number) | undefined;
3320
+ modelModifiers?: Record<string, boolean> | undefined;
3163
3321
  } & {
3164
3322
  $children?: {} | vue.VNodeChild | {
3165
3323
  clear?: ((arg: DefaultInputSlot & {
@@ -3170,6 +3328,7 @@ declare const VNumberInput: {
3170
3328
  label: string | undefined;
3171
3329
  props: Record<string, any>;
3172
3330
  }) => vue.VNodeChild) | undefined;
3331
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3173
3332
  message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3174
3333
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3175
3334
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3188,6 +3347,7 @@ declare const VNumberInput: {
3188
3347
  label: string | undefined;
3189
3348
  props: Record<string, any>;
3190
3349
  }) => vue.VNodeChild) | undefined;
3350
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3191
3351
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3192
3352
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3193
3353
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3206,6 +3366,7 @@ declare const VNumberInput: {
3206
3366
  label: string | undefined;
3207
3367
  props: Record<string, any>;
3208
3368
  }) => vue.VNodeChild) | undefined;
3369
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3209
3370
  "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3210
3371
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3211
3372
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3218,18 +3379,36 @@ declare const VNumberInput: {
3218
3379
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
3219
3380
  }, {}, {}, {}, {}, {
3220
3381
  reverse: boolean;
3382
+ flat: boolean;
3221
3383
  style: vue.StyleValue;
3384
+ type: string;
3385
+ active: boolean;
3222
3386
  error: boolean;
3223
3387
  disabled: boolean;
3388
+ messages: string | readonly string[];
3224
3389
  focused: boolean;
3390
+ errorMessages: string | readonly string[] | null;
3391
+ maxErrors: string | number;
3225
3392
  readonly: boolean | null;
3226
- modelValue: number;
3393
+ rules: readonly ValidationRule$1[];
3227
3394
  rounded: string | number | boolean;
3228
3395
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3229
3396
  inset: boolean;
3397
+ tile: boolean;
3230
3398
  density: Density;
3399
+ direction: "horizontal" | "vertical";
3231
3400
  max: number;
3401
+ clearIcon: IconValue;
3402
+ centerAffix: boolean;
3403
+ hideSpinButtons: boolean;
3232
3404
  persistentHint: boolean;
3405
+ autofocus: boolean;
3406
+ clearable: boolean;
3407
+ dirty: boolean;
3408
+ persistentClear: boolean;
3409
+ singleLine: boolean;
3410
+ persistentPlaceholder: boolean;
3411
+ persistentCounter: boolean;
3233
3412
  min: number;
3234
3413
  step: number;
3235
3414
  hideInput: boolean;
@@ -3240,33 +3419,73 @@ declare const VNumberInput: {
3240
3419
  __isSuspense?: undefined;
3241
3420
  } & vue.ComponentOptionsBase<{
3242
3421
  reverse: boolean;
3422
+ flat: boolean;
3243
3423
  style: vue.StyleValue;
3424
+ type: string;
3425
+ active: boolean;
3244
3426
  error: boolean;
3245
3427
  disabled: boolean;
3428
+ messages: string | readonly string[];
3246
3429
  focused: boolean;
3430
+ errorMessages: string | readonly string[] | null;
3431
+ maxErrors: string | number;
3247
3432
  readonly: boolean | null;
3433
+ rules: readonly ValidationRule$1[];
3248
3434
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3249
3435
  inset: boolean;
3436
+ tile: boolean;
3250
3437
  density: Density;
3438
+ direction: "horizontal" | "vertical";
3251
3439
  max: number;
3440
+ clearIcon: IconValue;
3441
+ hideSpinButtons: boolean;
3252
3442
  persistentHint: boolean;
3443
+ autofocus: boolean;
3444
+ clearable: boolean;
3445
+ dirty: boolean;
3446
+ persistentClear: boolean;
3447
+ singleLine: boolean;
3448
+ persistentPlaceholder: boolean;
3449
+ persistentCounter: boolean;
3253
3450
  min: number;
3254
3451
  step: number;
3255
3452
  hideInput: boolean;
3256
3453
  controlVariant: ControlVariant;
3257
3454
  } & {
3258
3455
  class?: any;
3456
+ id?: string | undefined;
3259
3457
  label?: string | undefined;
3458
+ width?: string | number | undefined;
3260
3459
  theme?: string | undefined;
3261
3460
  color?: string | undefined;
3461
+ name?: string | undefined;
3462
+ prefix?: string | undefined;
3262
3463
  loading?: string | boolean | undefined;
3464
+ placeholder?: string | undefined;
3465
+ counter?: string | number | boolean | undefined;
3263
3466
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3264
- modelValue?: number | undefined;
3467
+ modelValue?: any;
3468
+ validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
3469
+ validationValue?: any;
3265
3470
  rounded?: string | number | boolean | undefined;
3471
+ maxWidth?: string | number | undefined;
3472
+ minWidth?: string | number | undefined;
3473
+ role?: string | undefined;
3266
3474
  baseColor?: string | undefined;
3267
3475
  bgColor?: string | undefined;
3476
+ prependIcon?: IconValue | undefined;
3477
+ appendIcon?: IconValue | undefined;
3478
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3479
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3480
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3481
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3482
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3483
+ centerAffix?: boolean | undefined;
3268
3484
  hint?: string | undefined;
3269
3485
  hideDetails?: boolean | "auto" | undefined;
3486
+ suffix?: string | undefined;
3487
+ counterValue?: number | ((value: any) => number) | undefined;
3488
+ modelModifiers?: Record<string, boolean> | undefined;
3270
3489
  } & {
3271
3490
  $children?: {} | vue.VNodeChild | {
3272
3491
  clear?: ((arg: DefaultInputSlot & {
@@ -3277,6 +3496,7 @@ declare const VNumberInput: {
3277
3496
  label: string | undefined;
3278
3497
  props: Record<string, any>;
3279
3498
  }) => vue.VNodeChild) | undefined;
3499
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3280
3500
  message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3281
3501
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3282
3502
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3295,6 +3515,7 @@ declare const VNumberInput: {
3295
3515
  label: string | undefined;
3296
3516
  props: Record<string, any>;
3297
3517
  }) => vue.VNodeChild) | undefined;
3518
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3298
3519
  message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3299
3520
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3300
3521
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3313,6 +3534,7 @@ declare const VNumberInput: {
3313
3534
  label: string | undefined;
3314
3535
  props: Record<string, any>;
3315
3536
  }) => vue.VNodeChild) | undefined;
3537
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3316
3538
  "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
3317
3539
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3318
3540
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -3327,18 +3549,36 @@ declare const VNumberInput: {
3327
3549
  'update:modelValue': (val: number) => true;
3328
3550
  }, string, {
3329
3551
  reverse: boolean;
3552
+ flat: boolean;
3330
3553
  style: vue.StyleValue;
3554
+ type: string;
3555
+ active: boolean;
3331
3556
  error: boolean;
3332
3557
  disabled: boolean;
3558
+ messages: string | readonly string[];
3333
3559
  focused: boolean;
3560
+ errorMessages: string | readonly string[] | null;
3561
+ maxErrors: string | number;
3334
3562
  readonly: boolean | null;
3335
- modelValue: number;
3563
+ rules: readonly ValidationRule$1[];
3336
3564
  rounded: string | number | boolean;
3337
3565
  variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3338
3566
  inset: boolean;
3567
+ tile: boolean;
3339
3568
  density: Density;
3569
+ direction: "horizontal" | "vertical";
3340
3570
  max: number;
3571
+ clearIcon: IconValue;
3572
+ centerAffix: boolean;
3573
+ hideSpinButtons: boolean;
3341
3574
  persistentHint: boolean;
3575
+ autofocus: boolean;
3576
+ clearable: boolean;
3577
+ dirty: boolean;
3578
+ persistentClear: boolean;
3579
+ singleLine: boolean;
3580
+ persistentPlaceholder: boolean;
3581
+ persistentCounter: boolean;
3342
3582
  min: number;
3343
3583
  step: number;
3344
3584
  hideInput: boolean;
@@ -3358,6 +3598,9 @@ declare const VNumberInput: {
3358
3598
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3359
3599
  [key: string]: any;
3360
3600
  }>[];
3601
+ counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3602
+ [key: string]: any;
3603
+ }>[];
3361
3604
  message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3362
3605
  [key: string]: any;
3363
3606
  }>[];
@@ -3383,50 +3626,112 @@ declare const VNumberInput: {
3383
3626
  [key: string]: any;
3384
3627
  }>[];
3385
3628
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3386
- modelValue: {
3387
- type: NumberConstructor;
3388
- default: undefined;
3389
- };
3390
- focused: BooleanConstructor;
3391
- 'onUpdate:focused': PropType<(args_0: boolean) => void>;
3392
3629
  reverse: BooleanConstructor;
3630
+ flat: BooleanConstructor;
3393
3631
  class: PropType<any>;
3394
3632
  style: {
3395
3633
  type: PropType<vue.StyleValue>;
3396
3634
  default: null;
3397
3635
  };
3636
+ id: StringConstructor;
3637
+ label: StringConstructor;
3638
+ type: {
3639
+ type: StringConstructor;
3640
+ default: string;
3641
+ };
3642
+ width: (StringConstructor | NumberConstructor)[];
3643
+ active: BooleanConstructor;
3398
3644
  error: BooleanConstructor;
3399
3645
  theme: StringConstructor;
3400
3646
  color: StringConstructor;
3647
+ name: StringConstructor;
3648
+ prefix: StringConstructor;
3401
3649
  disabled: {
3402
3650
  type: BooleanConstructor;
3403
3651
  default: null;
3404
3652
  };
3405
3653
  loading: (StringConstructor | BooleanConstructor)[];
3406
- rounded: {
3407
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3408
- default: undefined;
3654
+ messages: {
3655
+ type: PropType<string | readonly string[]>;
3656
+ default: () => never[];
3409
3657
  };
3410
- variant: {
3411
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
3412
- default: string;
3413
- validator: (v: any) => boolean;
3658
+ placeholder: StringConstructor;
3659
+ counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3660
+ focused: BooleanConstructor;
3661
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
3662
+ errorMessages: {
3663
+ type: PropType<string | readonly string[] | null>;
3664
+ default: () => never[];
3665
+ };
3666
+ maxErrors: {
3667
+ type: (StringConstructor | NumberConstructor)[];
3668
+ default: number;
3414
3669
  };
3415
- baseColor: StringConstructor;
3416
- bgColor: StringConstructor;
3417
- label: StringConstructor;
3418
3670
  readonly: {
3419
3671
  type: PropType<boolean | null>;
3420
3672
  default: null;
3421
3673
  };
3674
+ rules: {
3675
+ type: PropType<readonly ValidationRule$1[]>;
3676
+ default: () => never[];
3677
+ };
3678
+ modelValue: null;
3679
+ validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
3680
+ validationValue: null;
3681
+ rounded: {
3682
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3683
+ default: undefined;
3684
+ };
3685
+ variant: {
3686
+ type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
3687
+ default: string;
3688
+ validator: (v: any) => boolean;
3689
+ };
3690
+ maxWidth: (StringConstructor | NumberConstructor)[];
3691
+ minWidth: (StringConstructor | NumberConstructor)[];
3692
+ tile: BooleanConstructor;
3693
+ role: StringConstructor;
3422
3694
  density: {
3423
3695
  type: PropType<Density>;
3424
3696
  default: string;
3425
3697
  validator: (v: any) => boolean;
3426
3698
  };
3699
+ direction: {
3700
+ type: PropType<"horizontal" | "vertical">;
3701
+ default: string;
3702
+ validator: (v: any) => boolean;
3703
+ };
3704
+ baseColor: StringConstructor;
3705
+ bgColor: StringConstructor;
3706
+ prependIcon: PropType<IconValue>;
3707
+ appendIcon: PropType<IconValue>;
3708
+ clearIcon: {
3709
+ type: PropType<IconValue>;
3710
+ default: string;
3711
+ };
3712
+ 'onClick:clear': PropType<(args_0: MouseEvent) => void>;
3713
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
3714
+ 'onClick:append': PropType<(args_0: MouseEvent) => void>;
3715
+ 'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
3716
+ 'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
3717
+ centerAffix: {
3718
+ type: BooleanConstructor;
3719
+ default: undefined;
3720
+ };
3721
+ hideSpinButtons: BooleanConstructor;
3427
3722
  hint: StringConstructor;
3428
3723
  persistentHint: BooleanConstructor;
3429
3724
  hideDetails: PropType<boolean | "auto">;
3725
+ autofocus: BooleanConstructor;
3726
+ clearable: BooleanConstructor;
3727
+ dirty: BooleanConstructor;
3728
+ persistentClear: BooleanConstructor;
3729
+ singleLine: BooleanConstructor;
3730
+ persistentPlaceholder: BooleanConstructor;
3731
+ persistentCounter: BooleanConstructor;
3732
+ suffix: StringConstructor;
3733
+ counterValue: PropType<number | ((value: any) => number)>;
3734
+ modelModifiers: PropType<Record<string, boolean>>;
3430
3735
  controlVariant: {
3431
3736
  type: PropType<ControlVariant>;
3432
3737
  default: string;
@@ -3446,26 +3751,58 @@ declare const VNumberInput: {
3446
3751
  default: number;
3447
3752
  };
3448
3753
  }, vue.ExtractPropTypes<{
3449
- modelValue: {
3450
- type: NumberConstructor;
3451
- default: undefined;
3452
- };
3453
- focused: BooleanConstructor;
3454
- 'onUpdate:focused': PropType<(args_0: boolean) => void>;
3455
3754
  reverse: BooleanConstructor;
3755
+ flat: BooleanConstructor;
3456
3756
  class: PropType<any>;
3457
3757
  style: {
3458
3758
  type: PropType<vue.StyleValue>;
3459
3759
  default: null;
3460
3760
  };
3761
+ id: StringConstructor;
3762
+ label: StringConstructor;
3763
+ type: {
3764
+ type: StringConstructor;
3765
+ default: string;
3766
+ };
3767
+ width: (StringConstructor | NumberConstructor)[];
3768
+ active: BooleanConstructor;
3461
3769
  error: BooleanConstructor;
3462
3770
  theme: StringConstructor;
3463
3771
  color: StringConstructor;
3772
+ name: StringConstructor;
3773
+ prefix: StringConstructor;
3464
3774
  disabled: {
3465
3775
  type: BooleanConstructor;
3466
3776
  default: null;
3467
3777
  };
3468
3778
  loading: (StringConstructor | BooleanConstructor)[];
3779
+ messages: {
3780
+ type: PropType<string | readonly string[]>;
3781
+ default: () => never[];
3782
+ };
3783
+ placeholder: StringConstructor;
3784
+ counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3785
+ focused: BooleanConstructor;
3786
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
3787
+ errorMessages: {
3788
+ type: PropType<string | readonly string[] | null>;
3789
+ default: () => never[];
3790
+ };
3791
+ maxErrors: {
3792
+ type: (StringConstructor | NumberConstructor)[];
3793
+ default: number;
3794
+ };
3795
+ readonly: {
3796
+ type: PropType<boolean | null>;
3797
+ default: null;
3798
+ };
3799
+ rules: {
3800
+ type: PropType<readonly ValidationRule$1[]>;
3801
+ default: () => never[];
3802
+ };
3803
+ modelValue: null;
3804
+ validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
3805
+ validationValue: null;
3469
3806
  rounded: {
3470
3807
  type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3471
3808
  default: undefined;
@@ -3475,21 +3812,51 @@ declare const VNumberInput: {
3475
3812
  default: string;
3476
3813
  validator: (v: any) => boolean;
3477
3814
  };
3478
- baseColor: StringConstructor;
3479
- bgColor: StringConstructor;
3480
- label: StringConstructor;
3481
- readonly: {
3482
- type: PropType<boolean | null>;
3483
- default: null;
3484
- };
3815
+ maxWidth: (StringConstructor | NumberConstructor)[];
3816
+ minWidth: (StringConstructor | NumberConstructor)[];
3817
+ tile: BooleanConstructor;
3818
+ role: StringConstructor;
3485
3819
  density: {
3486
3820
  type: PropType<Density>;
3487
3821
  default: string;
3488
3822
  validator: (v: any) => boolean;
3489
3823
  };
3824
+ direction: {
3825
+ type: PropType<"horizontal" | "vertical">;
3826
+ default: string;
3827
+ validator: (v: any) => boolean;
3828
+ };
3829
+ baseColor: StringConstructor;
3830
+ bgColor: StringConstructor;
3831
+ prependIcon: PropType<IconValue>;
3832
+ appendIcon: PropType<IconValue>;
3833
+ clearIcon: {
3834
+ type: PropType<IconValue>;
3835
+ default: string;
3836
+ };
3837
+ 'onClick:clear': PropType<(args_0: MouseEvent) => void>;
3838
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
3839
+ 'onClick:append': PropType<(args_0: MouseEvent) => void>;
3840
+ 'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
3841
+ 'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
3842
+ centerAffix: {
3843
+ type: BooleanConstructor;
3844
+ default: undefined;
3845
+ };
3846
+ hideSpinButtons: BooleanConstructor;
3490
3847
  hint: StringConstructor;
3491
3848
  persistentHint: BooleanConstructor;
3492
3849
  hideDetails: PropType<boolean | "auto">;
3850
+ autofocus: BooleanConstructor;
3851
+ clearable: BooleanConstructor;
3852
+ dirty: BooleanConstructor;
3853
+ persistentClear: BooleanConstructor;
3854
+ singleLine: BooleanConstructor;
3855
+ persistentPlaceholder: BooleanConstructor;
3856
+ persistentCounter: BooleanConstructor;
3857
+ suffix: StringConstructor;
3858
+ counterValue: PropType<number | ((value: any) => number)>;
3859
+ modelModifiers: PropType<Record<string, boolean>>;
3493
3860
  controlVariant: {
3494
3861
  type: PropType<ControlVariant>;
3495
3862
  default: string;
@@ -3777,76 +4144,1573 @@ declare const VPicker: {
3777
4144
  type: StringConstructor;
3778
4145
  default: string;
3779
4146
  };
3780
- rounded: {
3781
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3782
- default: undefined;
3783
- };
3784
- tile: BooleanConstructor;
3785
- position: {
3786
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
3787
- validator: (v: any) => boolean;
4147
+ rounded: {
4148
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
4149
+ default: undefined;
4150
+ };
4151
+ tile: BooleanConstructor;
4152
+ position: {
4153
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
4154
+ validator: (v: any) => boolean;
4155
+ };
4156
+ location: vue.PropType<Anchor>;
4157
+ elevation: {
4158
+ type: (StringConstructor | NumberConstructor)[];
4159
+ validator(v: any): boolean;
4160
+ };
4161
+ height: (StringConstructor | NumberConstructor)[];
4162
+ maxHeight: (StringConstructor | NumberConstructor)[];
4163
+ maxWidth: (StringConstructor | NumberConstructor)[];
4164
+ minHeight: (StringConstructor | NumberConstructor)[];
4165
+ minWidth: (StringConstructor | NumberConstructor)[];
4166
+ width: (StringConstructor | NumberConstructor)[];
4167
+ class: vue.PropType<any>;
4168
+ style: {
4169
+ type: vue.PropType<vue.StyleValue>;
4170
+ default: null;
4171
+ };
4172
+ border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
4173
+ color: StringConstructor;
4174
+ bgColor: StringConstructor;
4175
+ landscape: BooleanConstructor;
4176
+ title: StringConstructor;
4177
+ hideHeader: BooleanConstructor;
4178
+ }>>;
4179
+ type VPicker = InstanceType<typeof VPicker>;
4180
+
4181
+ declare const VPickerTitle: {
4182
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
4183
+ style: vue.StyleValue;
4184
+ tag: string;
4185
+ } & {
4186
+ class?: any;
4187
+ } & {
4188
+ $children?: vue.VNodeChild | {
4189
+ default?: (() => vue.VNodeChild) | undefined;
4190
+ } | (() => vue.VNodeChild);
4191
+ 'v-slots'?: {
4192
+ default?: false | (() => vue.VNodeChild) | undefined;
4193
+ } | undefined;
4194
+ } & {
4195
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4196
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
4197
+ [key: string]: any;
4198
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4199
+ style: vue.StyleValue;
4200
+ tag: string;
4201
+ } & {
4202
+ class?: any;
4203
+ } & {
4204
+ $children?: vue.VNodeChild | {
4205
+ default?: (() => vue.VNodeChild) | undefined;
4206
+ } | (() => vue.VNodeChild);
4207
+ 'v-slots'?: {
4208
+ default?: false | (() => vue.VNodeChild) | undefined;
4209
+ } | undefined;
4210
+ } & {
4211
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4212
+ }, {
4213
+ style: vue.StyleValue;
4214
+ tag: string;
4215
+ }, true, {}, vue.SlotsType<Partial<{
4216
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
4217
+ [key: string]: any;
4218
+ }>[];
4219
+ }>>, {
4220
+ P: {};
4221
+ B: {};
4222
+ D: {};
4223
+ C: {};
4224
+ M: {};
4225
+ Defaults: {};
4226
+ }, {
4227
+ style: vue.StyleValue;
4228
+ tag: string;
4229
+ } & {
4230
+ class?: any;
4231
+ } & {
4232
+ $children?: vue.VNodeChild | {
4233
+ default?: (() => vue.VNodeChild) | undefined;
4234
+ } | (() => vue.VNodeChild);
4235
+ 'v-slots'?: {
4236
+ default?: false | (() => vue.VNodeChild) | undefined;
4237
+ } | undefined;
4238
+ } & {
4239
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4240
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
4241
+ [key: string]: any;
4242
+ }>, {}, {}, {}, {
4243
+ style: vue.StyleValue;
4244
+ tag: string;
4245
+ }>;
4246
+ __isFragment?: undefined;
4247
+ __isTeleport?: undefined;
4248
+ __isSuspense?: undefined;
4249
+ } & vue.ComponentOptionsBase<{
4250
+ style: vue.StyleValue;
4251
+ tag: string;
4252
+ } & {
4253
+ class?: any;
4254
+ } & {
4255
+ $children?: vue.VNodeChild | {
4256
+ default?: (() => vue.VNodeChild) | undefined;
4257
+ } | (() => vue.VNodeChild);
4258
+ 'v-slots'?: {
4259
+ default?: false | (() => vue.VNodeChild) | undefined;
4260
+ } | undefined;
4261
+ } & {
4262
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4263
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
4264
+ [key: string]: any;
4265
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
4266
+ style: vue.StyleValue;
4267
+ tag: string;
4268
+ }, {}, string, vue.SlotsType<Partial<{
4269
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
4270
+ [key: string]: any;
4271
+ }>[];
4272
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
4273
+ class: vue.PropType<any>;
4274
+ style: {
4275
+ type: vue.PropType<vue.StyleValue>;
4276
+ default: null;
4277
+ };
4278
+ tag: {
4279
+ type: StringConstructor;
4280
+ default: string;
4281
+ };
4282
+ }, vue.ExtractPropTypes<{
4283
+ class: vue.PropType<any>;
4284
+ style: {
4285
+ type: vue.PropType<vue.StyleValue>;
4286
+ default: null;
4287
+ };
4288
+ tag: {
4289
+ type: StringConstructor;
4290
+ default: string;
4291
+ };
4292
+ }>>;
4293
+ type VPickerTitle = InstanceType<typeof VPickerTitle>;
4294
+
4295
+ type StepperItem = string | Record<string, any>;
4296
+ type StepperItemSlot = {
4297
+ canEdit: boolean;
4298
+ hasError: boolean;
4299
+ hasCompleted: boolean;
4300
+ title?: string | number;
4301
+ subtitle?: string | number;
4302
+ step: any;
4303
+ };
4304
+ type ValidationRule = () => string | boolean;
4305
+
4306
+ type VStepperSlot = {
4307
+ prev: () => void;
4308
+ next: () => void;
4309
+ };
4310
+
4311
+ declare const VStepperVertical: {
4312
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
4313
+ flat: boolean;
4314
+ style: vue.StyleValue;
4315
+ disabled: boolean;
4316
+ tag: string;
4317
+ mobile: boolean;
4318
+ readonly: boolean;
4319
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4320
+ items: readonly StepperItem[];
4321
+ mandatory: NonNullable<boolean | "force">;
4322
+ multiple: boolean;
4323
+ tile: boolean;
4324
+ eager: boolean;
4325
+ ripple: boolean | {
4326
+ class: string;
4327
+ } | undefined;
4328
+ collapseIcon: IconValue;
4329
+ expandIcon: IconValue;
4330
+ itemTitle: string;
4331
+ itemValue: string;
4332
+ hideActions: boolean;
4333
+ focusable: boolean;
4334
+ prevText: string;
4335
+ nextText: string;
4336
+ editable: boolean;
4337
+ altLabels: boolean;
4338
+ nonLinear: boolean;
4339
+ } & {
4340
+ class?: any;
4341
+ title?: string | undefined;
4342
+ text?: string | undefined;
4343
+ value?: any;
4344
+ theme?: string | undefined;
4345
+ color?: string | undefined;
4346
+ modelValue?: any;
4347
+ rounded?: string | number | boolean | undefined;
4348
+ elevation?: string | number | undefined;
4349
+ max?: number | undefined;
4350
+ selectedClass?: string | undefined;
4351
+ bgColor?: string | undefined;
4352
+ } & {
4353
+ $children?: vue.VNodeChild | {
4354
+ [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4355
+ [x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4356
+ actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4357
+ default?: ((arg: VStepperSlot & {
4358
+ step: unknown;
4359
+ }) => vue.VNodeChild) | undefined;
4360
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4361
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4362
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4363
+ item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4364
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4365
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4366
+ } | ((arg: VStepperSlot & {
4367
+ step: unknown;
4368
+ }) => vue.VNodeChild);
4369
+ 'v-slots'?: {
4370
+ [x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4371
+ [x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4372
+ actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4373
+ default?: false | ((arg: VStepperSlot & {
4374
+ step: unknown;
4375
+ }) => vue.VNodeChild) | undefined;
4376
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4377
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4378
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4379
+ item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4380
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4381
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4382
+ } | undefined;
4383
+ } & {
4384
+ [x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4385
+ [x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4386
+ "v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4387
+ "v-slot:default"?: false | ((arg: VStepperSlot & {
4388
+ step: unknown;
4389
+ }) => vue.VNodeChild) | undefined;
4390
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4391
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4392
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4393
+ "v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4394
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4395
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4396
+ } & {
4397
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
4398
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4399
+ 'update:modelValue': (val: any) => boolean;
4400
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4401
+ flat: boolean;
4402
+ style: vue.StyleValue;
4403
+ disabled: boolean;
4404
+ tag: string;
4405
+ mobile: boolean;
4406
+ readonly: boolean;
4407
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4408
+ items: readonly StepperItem[];
4409
+ mandatory: NonNullable<boolean | "force">;
4410
+ multiple: boolean;
4411
+ tile: boolean;
4412
+ eager: boolean;
4413
+ ripple: boolean | {
4414
+ class: string;
4415
+ } | undefined;
4416
+ collapseIcon: IconValue;
4417
+ expandIcon: IconValue;
4418
+ itemTitle: string;
4419
+ itemValue: string;
4420
+ hideActions: boolean;
4421
+ focusable: boolean;
4422
+ prevText: string;
4423
+ nextText: string;
4424
+ editable: boolean;
4425
+ altLabels: boolean;
4426
+ nonLinear: boolean;
4427
+ } & {
4428
+ class?: any;
4429
+ title?: string | undefined;
4430
+ text?: string | undefined;
4431
+ value?: any;
4432
+ theme?: string | undefined;
4433
+ color?: string | undefined;
4434
+ modelValue?: any;
4435
+ rounded?: string | number | boolean | undefined;
4436
+ elevation?: string | number | undefined;
4437
+ max?: number | undefined;
4438
+ selectedClass?: string | undefined;
4439
+ bgColor?: string | undefined;
4440
+ } & {
4441
+ $children?: vue.VNodeChild | {
4442
+ [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4443
+ [x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4444
+ actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4445
+ default?: ((arg: VStepperSlot & {
4446
+ step: unknown;
4447
+ }) => vue.VNodeChild) | undefined;
4448
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4449
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4450
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4451
+ item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4452
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4453
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4454
+ } | ((arg: VStepperSlot & {
4455
+ step: unknown;
4456
+ }) => vue.VNodeChild);
4457
+ 'v-slots'?: {
4458
+ [x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4459
+ [x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4460
+ actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4461
+ default?: false | ((arg: VStepperSlot & {
4462
+ step: unknown;
4463
+ }) => vue.VNodeChild) | undefined;
4464
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4465
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4466
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4467
+ item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4468
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4469
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4470
+ } | undefined;
4471
+ } & {
4472
+ [x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4473
+ [x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4474
+ "v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4475
+ "v-slot:default"?: false | ((arg: VStepperSlot & {
4476
+ step: unknown;
4477
+ }) => vue.VNodeChild) | undefined;
4478
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4479
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4480
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4481
+ "v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4482
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4483
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4484
+ } & {
4485
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
4486
+ }, {
4487
+ flat: boolean;
4488
+ style: vue.StyleValue;
4489
+ disabled: boolean;
4490
+ tag: string;
4491
+ mobile: boolean;
4492
+ readonly: boolean;
4493
+ modelValue: any;
4494
+ rounded: string | number | boolean;
4495
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4496
+ items: readonly StepperItem[];
4497
+ mandatory: NonNullable<boolean | "force">;
4498
+ multiple: boolean;
4499
+ tile: boolean;
4500
+ eager: boolean;
4501
+ ripple: boolean | {
4502
+ class: string;
4503
+ } | undefined;
4504
+ collapseIcon: IconValue;
4505
+ expandIcon: IconValue;
4506
+ itemTitle: string;
4507
+ itemValue: string;
4508
+ hideActions: boolean;
4509
+ focusable: boolean;
4510
+ prevText: string;
4511
+ nextText: string;
4512
+ editable: boolean;
4513
+ altLabels: boolean;
4514
+ nonLinear: boolean;
4515
+ }, true, {}, vue.SlotsType<Partial<{
4516
+ [x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4517
+ [key: string]: any;
4518
+ }>[];
4519
+ [x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4520
+ [key: string]: any;
4521
+ }>[];
4522
+ actions: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4523
+ [key: string]: any;
4524
+ }>[];
4525
+ default: (arg: VStepperSlot & {
4526
+ step: unknown;
4527
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4528
+ [key: string]: any;
4529
+ }>[];
4530
+ icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4531
+ [key: string]: any;
4532
+ }>[];
4533
+ title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4534
+ [key: string]: any;
4535
+ }>[];
4536
+ subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4537
+ [key: string]: any;
4538
+ }>[];
4539
+ item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4540
+ [key: string]: any;
4541
+ }>[];
4542
+ prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4543
+ [key: string]: any;
4544
+ }>[];
4545
+ next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4546
+ [key: string]: any;
4547
+ }>[];
4548
+ }>>, {
4549
+ P: {};
4550
+ B: {};
4551
+ D: {};
4552
+ C: {};
4553
+ M: {};
4554
+ Defaults: {};
4555
+ }, {
4556
+ flat: boolean;
4557
+ style: vue.StyleValue;
4558
+ disabled: boolean;
4559
+ tag: string;
4560
+ mobile: boolean;
4561
+ readonly: boolean;
4562
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4563
+ items: readonly StepperItem[];
4564
+ mandatory: NonNullable<boolean | "force">;
4565
+ multiple: boolean;
4566
+ tile: boolean;
4567
+ eager: boolean;
4568
+ ripple: boolean | {
4569
+ class: string;
4570
+ } | undefined;
4571
+ collapseIcon: IconValue;
4572
+ expandIcon: IconValue;
4573
+ itemTitle: string;
4574
+ itemValue: string;
4575
+ hideActions: boolean;
4576
+ focusable: boolean;
4577
+ prevText: string;
4578
+ nextText: string;
4579
+ editable: boolean;
4580
+ altLabels: boolean;
4581
+ nonLinear: boolean;
4582
+ } & {
4583
+ class?: any;
4584
+ title?: string | undefined;
4585
+ text?: string | undefined;
4586
+ value?: any;
4587
+ theme?: string | undefined;
4588
+ color?: string | undefined;
4589
+ modelValue?: any;
4590
+ rounded?: string | number | boolean | undefined;
4591
+ elevation?: string | number | undefined;
4592
+ max?: number | undefined;
4593
+ selectedClass?: string | undefined;
4594
+ bgColor?: string | undefined;
4595
+ } & {
4596
+ $children?: vue.VNodeChild | {
4597
+ [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4598
+ [x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4599
+ actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4600
+ default?: ((arg: VStepperSlot & {
4601
+ step: unknown;
4602
+ }) => vue.VNodeChild) | undefined;
4603
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4604
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4605
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4606
+ item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4607
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4608
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4609
+ } | ((arg: VStepperSlot & {
4610
+ step: unknown;
4611
+ }) => vue.VNodeChild);
4612
+ 'v-slots'?: {
4613
+ [x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4614
+ [x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4615
+ actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4616
+ default?: false | ((arg: VStepperSlot & {
4617
+ step: unknown;
4618
+ }) => vue.VNodeChild) | undefined;
4619
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4620
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4621
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4622
+ item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4623
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4624
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4625
+ } | undefined;
4626
+ } & {
4627
+ [x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4628
+ [x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4629
+ "v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4630
+ "v-slot:default"?: false | ((arg: VStepperSlot & {
4631
+ step: unknown;
4632
+ }) => vue.VNodeChild) | undefined;
4633
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4634
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4635
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4636
+ "v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4637
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4638
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4639
+ } & {
4640
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
4641
+ }, {}, {}, {}, {}, {
4642
+ flat: boolean;
4643
+ style: vue.StyleValue;
4644
+ disabled: boolean;
4645
+ tag: string;
4646
+ mobile: boolean;
4647
+ readonly: boolean;
4648
+ modelValue: any;
4649
+ rounded: string | number | boolean;
4650
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4651
+ items: readonly StepperItem[];
4652
+ mandatory: NonNullable<boolean | "force">;
4653
+ multiple: boolean;
4654
+ tile: boolean;
4655
+ eager: boolean;
4656
+ ripple: boolean | {
4657
+ class: string;
4658
+ } | undefined;
4659
+ collapseIcon: IconValue;
4660
+ expandIcon: IconValue;
4661
+ itemTitle: string;
4662
+ itemValue: string;
4663
+ hideActions: boolean;
4664
+ focusable: boolean;
4665
+ prevText: string;
4666
+ nextText: string;
4667
+ editable: boolean;
4668
+ altLabels: boolean;
4669
+ nonLinear: boolean;
4670
+ }>;
4671
+ __isFragment?: undefined;
4672
+ __isTeleport?: undefined;
4673
+ __isSuspense?: undefined;
4674
+ } & vue.ComponentOptionsBase<{
4675
+ flat: boolean;
4676
+ style: vue.StyleValue;
4677
+ disabled: boolean;
4678
+ tag: string;
4679
+ mobile: boolean;
4680
+ readonly: boolean;
4681
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4682
+ items: readonly StepperItem[];
4683
+ mandatory: NonNullable<boolean | "force">;
4684
+ multiple: boolean;
4685
+ tile: boolean;
4686
+ eager: boolean;
4687
+ ripple: boolean | {
4688
+ class: string;
4689
+ } | undefined;
4690
+ collapseIcon: IconValue;
4691
+ expandIcon: IconValue;
4692
+ itemTitle: string;
4693
+ itemValue: string;
4694
+ hideActions: boolean;
4695
+ focusable: boolean;
4696
+ prevText: string;
4697
+ nextText: string;
4698
+ editable: boolean;
4699
+ altLabels: boolean;
4700
+ nonLinear: boolean;
4701
+ } & {
4702
+ class?: any;
4703
+ title?: string | undefined;
4704
+ text?: string | undefined;
4705
+ value?: any;
4706
+ theme?: string | undefined;
4707
+ color?: string | undefined;
4708
+ modelValue?: any;
4709
+ rounded?: string | number | boolean | undefined;
4710
+ elevation?: string | number | undefined;
4711
+ max?: number | undefined;
4712
+ selectedClass?: string | undefined;
4713
+ bgColor?: string | undefined;
4714
+ } & {
4715
+ $children?: vue.VNodeChild | {
4716
+ [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4717
+ [x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4718
+ actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4719
+ default?: ((arg: VStepperSlot & {
4720
+ step: unknown;
4721
+ }) => vue.VNodeChild) | undefined;
4722
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4723
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4724
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4725
+ item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
4726
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4727
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4728
+ } | ((arg: VStepperSlot & {
4729
+ step: unknown;
4730
+ }) => vue.VNodeChild);
4731
+ 'v-slots'?: {
4732
+ [x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4733
+ [x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4734
+ actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4735
+ default?: false | ((arg: VStepperSlot & {
4736
+ step: unknown;
4737
+ }) => vue.VNodeChild) | undefined;
4738
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4739
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4740
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4741
+ item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4742
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4743
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4744
+ } | undefined;
4745
+ } & {
4746
+ [x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4747
+ [x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4748
+ "v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4749
+ "v-slot:default"?: false | ((arg: VStepperSlot & {
4750
+ step: unknown;
4751
+ }) => vue.VNodeChild) | undefined;
4752
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4753
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4754
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4755
+ "v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
4756
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4757
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
4758
+ } & {
4759
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
4760
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4761
+ 'update:modelValue': (val: any) => boolean;
4762
+ }, string, {
4763
+ flat: boolean;
4764
+ style: vue.StyleValue;
4765
+ disabled: boolean;
4766
+ tag: string;
4767
+ mobile: boolean;
4768
+ readonly: boolean;
4769
+ modelValue: any;
4770
+ rounded: string | number | boolean;
4771
+ variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
4772
+ items: readonly StepperItem[];
4773
+ mandatory: NonNullable<boolean | "force">;
4774
+ multiple: boolean;
4775
+ tile: boolean;
4776
+ eager: boolean;
4777
+ ripple: boolean | {
4778
+ class: string;
4779
+ } | undefined;
4780
+ collapseIcon: IconValue;
4781
+ expandIcon: IconValue;
4782
+ itemTitle: string;
4783
+ itemValue: string;
4784
+ hideActions: boolean;
4785
+ focusable: boolean;
4786
+ prevText: string;
4787
+ nextText: string;
4788
+ editable: boolean;
4789
+ altLabels: boolean;
4790
+ nonLinear: boolean;
4791
+ }, {}, string, vue.SlotsType<Partial<{
4792
+ [x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4793
+ [key: string]: any;
4794
+ }>[];
4795
+ [x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4796
+ [key: string]: any;
4797
+ }>[];
4798
+ actions: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4799
+ [key: string]: any;
4800
+ }>[];
4801
+ default: (arg: VStepperSlot & {
4802
+ step: unknown;
4803
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4804
+ [key: string]: any;
4805
+ }>[];
4806
+ icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4807
+ [key: string]: any;
4808
+ }>[];
4809
+ title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4810
+ [key: string]: any;
4811
+ }>[];
4812
+ subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4813
+ [key: string]: any;
4814
+ }>[];
4815
+ item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4816
+ [key: string]: any;
4817
+ }>[];
4818
+ prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4819
+ [key: string]: any;
4820
+ }>[];
4821
+ next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4822
+ [key: string]: any;
4823
+ }>[];
4824
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
4825
+ flat: BooleanConstructor;
4826
+ class: vue.PropType<any>;
4827
+ style: {
4828
+ type: vue.PropType<vue.StyleValue>;
4829
+ default: null;
4830
+ };
4831
+ title: StringConstructor;
4832
+ text: StringConstructor;
4833
+ value: null;
4834
+ theme: StringConstructor;
4835
+ color: StringConstructor;
4836
+ disabled: BooleanConstructor;
4837
+ tag: {
4838
+ type: StringConstructor;
4839
+ default: string;
4840
+ };
4841
+ readonly: BooleanConstructor;
4842
+ modelValue: {
4843
+ type: null;
4844
+ default: undefined;
4845
+ };
4846
+ rounded: {
4847
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
4848
+ default: undefined;
4849
+ };
4850
+ variant: Omit<{
4851
+ type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
4852
+ default: string;
4853
+ validator: (v: any) => boolean;
4854
+ }, "default" | "type"> & {
4855
+ type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
4856
+ default: NonNullable<"default" | "inset" | "accordion" | "popout">;
4857
+ };
4858
+ mandatory: {
4859
+ type: vue.PropType<NonNullable<boolean | "force">>;
4860
+ default: NonNullable<boolean | "force">;
4861
+ };
4862
+ multiple: BooleanConstructor;
4863
+ tile: BooleanConstructor;
4864
+ eager: BooleanConstructor;
4865
+ elevation: {
4866
+ type: (StringConstructor | NumberConstructor)[];
4867
+ validator(v: any): boolean;
4868
+ };
4869
+ max: NumberConstructor;
4870
+ selectedClass: StringConstructor;
4871
+ bgColor: StringConstructor;
4872
+ ripple: {
4873
+ type: vue.PropType<boolean | {
4874
+ class: string;
4875
+ } | undefined>;
4876
+ default: boolean;
4877
+ };
4878
+ collapseIcon: {
4879
+ type: vue.PropType<IconValue>;
4880
+ default: string;
4881
+ };
4882
+ expandIcon: {
4883
+ type: vue.PropType<IconValue>;
4884
+ default: string;
4885
+ };
4886
+ hideActions: BooleanConstructor;
4887
+ focusable: BooleanConstructor;
4888
+ altLabels: BooleanConstructor;
4889
+ editable: BooleanConstructor;
4890
+ items: {
4891
+ type: vue.PropType<readonly StepperItem[]>;
4892
+ default: () => never[];
4893
+ };
4894
+ itemTitle: {
4895
+ type: StringConstructor;
4896
+ default: string;
4897
+ };
4898
+ itemValue: {
4899
+ type: StringConstructor;
4900
+ default: string;
4901
+ };
4902
+ mobile: BooleanConstructor;
4903
+ nonLinear: BooleanConstructor;
4904
+ prevText: {
4905
+ type: StringConstructor;
4906
+ default: string;
4907
+ };
4908
+ nextText: {
4909
+ type: StringConstructor;
4910
+ default: string;
4911
+ };
4912
+ }, vue.ExtractPropTypes<{
4913
+ flat: BooleanConstructor;
4914
+ class: vue.PropType<any>;
4915
+ style: {
4916
+ type: vue.PropType<vue.StyleValue>;
4917
+ default: null;
4918
+ };
4919
+ title: StringConstructor;
4920
+ text: StringConstructor;
4921
+ value: null;
4922
+ theme: StringConstructor;
4923
+ color: StringConstructor;
4924
+ disabled: BooleanConstructor;
4925
+ tag: {
4926
+ type: StringConstructor;
4927
+ default: string;
4928
+ };
4929
+ readonly: BooleanConstructor;
4930
+ modelValue: {
4931
+ type: null;
4932
+ default: undefined;
4933
+ };
4934
+ rounded: {
4935
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
4936
+ default: undefined;
4937
+ };
4938
+ variant: Omit<{
4939
+ type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
4940
+ default: string;
4941
+ validator: (v: any) => boolean;
4942
+ }, "default" | "type"> & {
4943
+ type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
4944
+ default: NonNullable<"default" | "inset" | "accordion" | "popout">;
4945
+ };
4946
+ mandatory: {
4947
+ type: vue.PropType<NonNullable<boolean | "force">>;
4948
+ default: NonNullable<boolean | "force">;
4949
+ };
4950
+ multiple: BooleanConstructor;
4951
+ tile: BooleanConstructor;
4952
+ eager: BooleanConstructor;
4953
+ elevation: {
4954
+ type: (StringConstructor | NumberConstructor)[];
4955
+ validator(v: any): boolean;
4956
+ };
4957
+ max: NumberConstructor;
4958
+ selectedClass: StringConstructor;
4959
+ bgColor: StringConstructor;
4960
+ ripple: {
4961
+ type: vue.PropType<boolean | {
4962
+ class: string;
4963
+ } | undefined>;
4964
+ default: boolean;
4965
+ };
4966
+ collapseIcon: {
4967
+ type: vue.PropType<IconValue>;
4968
+ default: string;
4969
+ };
4970
+ expandIcon: {
4971
+ type: vue.PropType<IconValue>;
4972
+ default: string;
4973
+ };
4974
+ hideActions: BooleanConstructor;
4975
+ focusable: BooleanConstructor;
4976
+ altLabels: BooleanConstructor;
4977
+ editable: BooleanConstructor;
4978
+ items: {
4979
+ type: vue.PropType<readonly StepperItem[]>;
4980
+ default: () => never[];
4981
+ };
4982
+ itemTitle: {
4983
+ type: StringConstructor;
4984
+ default: string;
4985
+ };
4986
+ itemValue: {
4987
+ type: StringConstructor;
4988
+ default: string;
4989
+ };
4990
+ mobile: BooleanConstructor;
4991
+ nonLinear: BooleanConstructor;
4992
+ prevText: {
4993
+ type: StringConstructor;
4994
+ default: string;
4995
+ };
4996
+ nextText: {
4997
+ type: StringConstructor;
4998
+ default: string;
4999
+ };
5000
+ }>>;
5001
+ type VStepperVertical = InstanceType<typeof VStepperVertical>;
5002
+
5003
+ declare const VStepperVerticalItem: {
5004
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
5005
+ style: vue.StyleValue;
5006
+ error: boolean;
5007
+ disabled: boolean;
5008
+ tag: string;
5009
+ complete: boolean;
5010
+ static: boolean;
5011
+ readonly: boolean;
5012
+ rules: readonly ValidationRule[];
5013
+ tile: boolean;
5014
+ eager: boolean;
5015
+ ripple: boolean | {
5016
+ class: string;
5017
+ } | undefined;
5018
+ collapseIcon: NonNullable<IconValue>;
5019
+ expandIcon: NonNullable<IconValue>;
5020
+ hideActions: boolean;
5021
+ focusable: boolean;
5022
+ completeIcon: string;
5023
+ editable: boolean;
5024
+ editIcon: string;
5025
+ errorIcon: string;
5026
+ } & {
5027
+ class?: any;
5028
+ title?: string | undefined;
5029
+ text?: string | undefined;
5030
+ value?: any;
5031
+ color?: string | undefined;
5032
+ icon?: string | undefined;
5033
+ rounded?: string | number | boolean | undefined;
5034
+ elevation?: string | number | undefined;
5035
+ selectedClass?: string | undefined;
5036
+ bgColor?: string | undefined;
5037
+ subtitle?: string | undefined;
5038
+ } & {
5039
+ $children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
5040
+ default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5041
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5042
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5043
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5044
+ text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5045
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5046
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5047
+ actions?: ((arg: StepperItemSlot & {
5048
+ next: () => void;
5049
+ prev: () => void;
5050
+ }) => vue.VNodeChild) | undefined;
5051
+ };
5052
+ 'v-slots'?: {
5053
+ default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5054
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5055
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5056
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5057
+ text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5058
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5059
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5060
+ actions?: false | ((arg: StepperItemSlot & {
5061
+ next: () => void;
5062
+ prev: () => void;
5063
+ }) => vue.VNodeChild) | undefined;
5064
+ } | undefined;
5065
+ } & {
5066
+ "v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5067
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5068
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5069
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5070
+ "v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5071
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5072
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5073
+ "v-slot:actions"?: false | ((arg: StepperItemSlot & {
5074
+ next: () => void;
5075
+ prev: () => void;
5076
+ }) => vue.VNodeChild) | undefined;
5077
+ } & {
5078
+ "onClick:prev"?: (() => any) | undefined;
5079
+ "onClick:next"?: (() => any) | undefined;
5080
+ "onClick:finish"?: (() => any) | undefined;
5081
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5082
+ 'click:next': () => true;
5083
+ 'click:prev': () => true;
5084
+ 'click:finish': () => true;
5085
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5086
+ style: vue.StyleValue;
5087
+ error: boolean;
5088
+ disabled: boolean;
5089
+ tag: string;
5090
+ complete: boolean;
5091
+ static: boolean;
5092
+ readonly: boolean;
5093
+ rules: readonly ValidationRule[];
5094
+ tile: boolean;
5095
+ eager: boolean;
5096
+ ripple: boolean | {
5097
+ class: string;
5098
+ } | undefined;
5099
+ collapseIcon: NonNullable<IconValue>;
5100
+ expandIcon: NonNullable<IconValue>;
5101
+ hideActions: boolean;
5102
+ focusable: boolean;
5103
+ completeIcon: string;
5104
+ editable: boolean;
5105
+ editIcon: string;
5106
+ errorIcon: string;
5107
+ } & {
5108
+ class?: any;
5109
+ title?: string | undefined;
5110
+ text?: string | undefined;
5111
+ value?: any;
5112
+ color?: string | undefined;
5113
+ icon?: string | undefined;
5114
+ rounded?: string | number | boolean | undefined;
5115
+ elevation?: string | number | undefined;
5116
+ selectedClass?: string | undefined;
5117
+ bgColor?: string | undefined;
5118
+ subtitle?: string | undefined;
5119
+ } & {
5120
+ $children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
5121
+ default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5122
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5123
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5124
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5125
+ text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5126
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5127
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5128
+ actions?: ((arg: StepperItemSlot & {
5129
+ next: () => void;
5130
+ prev: () => void;
5131
+ }) => vue.VNodeChild) | undefined;
5132
+ };
5133
+ 'v-slots'?: {
5134
+ default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5135
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5136
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5137
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5138
+ text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5139
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5140
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5141
+ actions?: false | ((arg: StepperItemSlot & {
5142
+ next: () => void;
5143
+ prev: () => void;
5144
+ }) => vue.VNodeChild) | undefined;
5145
+ } | undefined;
5146
+ } & {
5147
+ "v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5148
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5149
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5150
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5151
+ "v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5152
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5153
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5154
+ "v-slot:actions"?: false | ((arg: StepperItemSlot & {
5155
+ next: () => void;
5156
+ prev: () => void;
5157
+ }) => vue.VNodeChild) | undefined;
5158
+ } & {
5159
+ "onClick:prev"?: (() => any) | undefined;
5160
+ "onClick:next"?: (() => any) | undefined;
5161
+ "onClick:finish"?: (() => any) | undefined;
5162
+ }, {
5163
+ style: vue.StyleValue;
5164
+ error: boolean;
5165
+ disabled: boolean;
5166
+ tag: string;
5167
+ complete: boolean;
5168
+ static: boolean;
5169
+ readonly: boolean;
5170
+ rules: readonly ValidationRule[];
5171
+ rounded: string | number | boolean;
5172
+ tile: boolean;
5173
+ eager: boolean;
5174
+ ripple: boolean | {
5175
+ class: string;
5176
+ } | undefined;
5177
+ collapseIcon: NonNullable<IconValue>;
5178
+ expandIcon: NonNullable<IconValue>;
5179
+ hideActions: boolean;
5180
+ focusable: boolean;
5181
+ completeIcon: string;
5182
+ editable: boolean;
5183
+ editIcon: string;
5184
+ errorIcon: string;
5185
+ }, true, {}, vue.SlotsType<Partial<{
5186
+ default: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5187
+ [key: string]: any;
5188
+ }>[];
5189
+ icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5190
+ [key: string]: any;
5191
+ }>[];
5192
+ subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5193
+ [key: string]: any;
5194
+ }>[];
5195
+ title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5196
+ [key: string]: any;
5197
+ }>[];
5198
+ text: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5199
+ [key: string]: any;
5200
+ }>[];
5201
+ prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5202
+ [key: string]: any;
5203
+ }>[];
5204
+ next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5205
+ [key: string]: any;
5206
+ }>[];
5207
+ actions: (arg: StepperItemSlot & {
5208
+ next: () => void;
5209
+ prev: () => void;
5210
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5211
+ [key: string]: any;
5212
+ }>[];
5213
+ }>>, {
5214
+ P: {};
5215
+ B: {};
5216
+ D: {};
5217
+ C: {};
5218
+ M: {};
5219
+ Defaults: {};
5220
+ }, {
5221
+ style: vue.StyleValue;
5222
+ error: boolean;
5223
+ disabled: boolean;
5224
+ tag: string;
5225
+ complete: boolean;
5226
+ static: boolean;
5227
+ readonly: boolean;
5228
+ rules: readonly ValidationRule[];
5229
+ tile: boolean;
5230
+ eager: boolean;
5231
+ ripple: boolean | {
5232
+ class: string;
5233
+ } | undefined;
5234
+ collapseIcon: NonNullable<IconValue>;
5235
+ expandIcon: NonNullable<IconValue>;
5236
+ hideActions: boolean;
5237
+ focusable: boolean;
5238
+ completeIcon: string;
5239
+ editable: boolean;
5240
+ editIcon: string;
5241
+ errorIcon: string;
5242
+ } & {
5243
+ class?: any;
5244
+ title?: string | undefined;
5245
+ text?: string | undefined;
5246
+ value?: any;
5247
+ color?: string | undefined;
5248
+ icon?: string | undefined;
5249
+ rounded?: string | number | boolean | undefined;
5250
+ elevation?: string | number | undefined;
5251
+ selectedClass?: string | undefined;
5252
+ bgColor?: string | undefined;
5253
+ subtitle?: string | undefined;
5254
+ } & {
5255
+ $children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
5256
+ default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5257
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5258
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5259
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5260
+ text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5261
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5262
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5263
+ actions?: ((arg: StepperItemSlot & {
5264
+ next: () => void;
5265
+ prev: () => void;
5266
+ }) => vue.VNodeChild) | undefined;
5267
+ };
5268
+ 'v-slots'?: {
5269
+ default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5270
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5271
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5272
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5273
+ text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5274
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5275
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5276
+ actions?: false | ((arg: StepperItemSlot & {
5277
+ next: () => void;
5278
+ prev: () => void;
5279
+ }) => vue.VNodeChild) | undefined;
5280
+ } | undefined;
5281
+ } & {
5282
+ "v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5283
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5284
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5285
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5286
+ "v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5287
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5288
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5289
+ "v-slot:actions"?: false | ((arg: StepperItemSlot & {
5290
+ next: () => void;
5291
+ prev: () => void;
5292
+ }) => vue.VNodeChild) | undefined;
5293
+ } & {
5294
+ "onClick:prev"?: (() => any) | undefined;
5295
+ "onClick:next"?: (() => any) | undefined;
5296
+ "onClick:finish"?: (() => any) | undefined;
5297
+ }, {}, {}, {}, {}, {
5298
+ style: vue.StyleValue;
5299
+ error: boolean;
5300
+ disabled: boolean;
5301
+ tag: string;
5302
+ complete: boolean;
5303
+ static: boolean;
5304
+ readonly: boolean;
5305
+ rules: readonly ValidationRule[];
5306
+ rounded: string | number | boolean;
5307
+ tile: boolean;
5308
+ eager: boolean;
5309
+ ripple: boolean | {
5310
+ class: string;
5311
+ } | undefined;
5312
+ collapseIcon: NonNullable<IconValue>;
5313
+ expandIcon: NonNullable<IconValue>;
5314
+ hideActions: boolean;
5315
+ focusable: boolean;
5316
+ completeIcon: string;
5317
+ editable: boolean;
5318
+ editIcon: string;
5319
+ errorIcon: string;
5320
+ }>;
5321
+ __isFragment?: undefined;
5322
+ __isTeleport?: undefined;
5323
+ __isSuspense?: undefined;
5324
+ } & vue.ComponentOptionsBase<{
5325
+ style: vue.StyleValue;
5326
+ error: boolean;
5327
+ disabled: boolean;
5328
+ tag: string;
5329
+ complete: boolean;
5330
+ static: boolean;
5331
+ readonly: boolean;
5332
+ rules: readonly ValidationRule[];
5333
+ tile: boolean;
5334
+ eager: boolean;
5335
+ ripple: boolean | {
5336
+ class: string;
5337
+ } | undefined;
5338
+ collapseIcon: NonNullable<IconValue>;
5339
+ expandIcon: NonNullable<IconValue>;
5340
+ hideActions: boolean;
5341
+ focusable: boolean;
5342
+ completeIcon: string;
5343
+ editable: boolean;
5344
+ editIcon: string;
5345
+ errorIcon: string;
5346
+ } & {
5347
+ class?: any;
5348
+ title?: string | undefined;
5349
+ text?: string | undefined;
5350
+ value?: any;
5351
+ color?: string | undefined;
5352
+ icon?: string | undefined;
5353
+ rounded?: string | number | boolean | undefined;
5354
+ elevation?: string | number | undefined;
5355
+ selectedClass?: string | undefined;
5356
+ bgColor?: string | undefined;
5357
+ subtitle?: string | undefined;
5358
+ } & {
5359
+ $children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
5360
+ default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5361
+ icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5362
+ subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5363
+ title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5364
+ text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5365
+ prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5366
+ next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5367
+ actions?: ((arg: StepperItemSlot & {
5368
+ next: () => void;
5369
+ prev: () => void;
5370
+ }) => vue.VNodeChild) | undefined;
5371
+ };
5372
+ 'v-slots'?: {
5373
+ default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5374
+ icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5375
+ subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5376
+ title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5377
+ text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5378
+ prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5379
+ next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5380
+ actions?: false | ((arg: StepperItemSlot & {
5381
+ next: () => void;
5382
+ prev: () => void;
5383
+ }) => vue.VNodeChild) | undefined;
5384
+ } | undefined;
5385
+ } & {
5386
+ "v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5387
+ "v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5388
+ "v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5389
+ "v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5390
+ "v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5391
+ "v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5392
+ "v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
5393
+ "v-slot:actions"?: false | ((arg: StepperItemSlot & {
5394
+ next: () => void;
5395
+ prev: () => void;
5396
+ }) => vue.VNodeChild) | undefined;
5397
+ } & {
5398
+ "onClick:prev"?: (() => any) | undefined;
5399
+ "onClick:next"?: (() => any) | undefined;
5400
+ "onClick:finish"?: (() => any) | undefined;
5401
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5402
+ 'click:next': () => true;
5403
+ 'click:prev': () => true;
5404
+ 'click:finish': () => true;
5405
+ }, string, {
5406
+ style: vue.StyleValue;
5407
+ error: boolean;
5408
+ disabled: boolean;
5409
+ tag: string;
5410
+ complete: boolean;
5411
+ static: boolean;
5412
+ readonly: boolean;
5413
+ rules: readonly ValidationRule[];
5414
+ rounded: string | number | boolean;
5415
+ tile: boolean;
5416
+ eager: boolean;
5417
+ ripple: boolean | {
5418
+ class: string;
5419
+ } | undefined;
5420
+ collapseIcon: NonNullable<IconValue>;
5421
+ expandIcon: NonNullable<IconValue>;
5422
+ hideActions: boolean;
5423
+ focusable: boolean;
5424
+ completeIcon: string;
5425
+ editable: boolean;
5426
+ editIcon: string;
5427
+ errorIcon: string;
5428
+ }, {}, string, vue.SlotsType<Partial<{
5429
+ default: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5430
+ [key: string]: any;
5431
+ }>[];
5432
+ icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5433
+ [key: string]: any;
5434
+ }>[];
5435
+ subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5436
+ [key: string]: any;
5437
+ }>[];
5438
+ title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5439
+ [key: string]: any;
5440
+ }>[];
5441
+ text: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5442
+ [key: string]: any;
5443
+ }>[];
5444
+ prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5445
+ [key: string]: any;
5446
+ }>[];
5447
+ next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5448
+ [key: string]: any;
5449
+ }>[];
5450
+ actions: (arg: StepperItemSlot & {
5451
+ next: () => void;
5452
+ prev: () => void;
5453
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5454
+ [key: string]: any;
5455
+ }>[];
5456
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
5457
+ class: vue.PropType<any>;
5458
+ style: {
5459
+ type: vue.PropType<vue.StyleValue>;
5460
+ default: null;
5461
+ };
5462
+ title: StringConstructor;
5463
+ text: StringConstructor;
5464
+ value: null;
5465
+ color: StringConstructor;
5466
+ disabled: BooleanConstructor;
5467
+ tag: {
5468
+ type: StringConstructor;
5469
+ default: string;
5470
+ };
5471
+ static: BooleanConstructor;
5472
+ readonly: BooleanConstructor;
5473
+ rounded: {
5474
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
5475
+ default: undefined;
5476
+ };
5477
+ tile: BooleanConstructor;
5478
+ eager: BooleanConstructor;
5479
+ elevation: {
5480
+ type: (StringConstructor | NumberConstructor)[];
5481
+ validator(v: any): boolean;
5482
+ };
5483
+ selectedClass: StringConstructor;
5484
+ bgColor: StringConstructor;
5485
+ ripple: {
5486
+ type: vue.PropType<boolean | {
5487
+ class: string;
5488
+ } | undefined>;
5489
+ default: boolean;
5490
+ };
5491
+ collapseIcon: Omit<{
5492
+ type: vue.PropType<IconValue>;
5493
+ default: string;
5494
+ }, "default" | "type"> & {
5495
+ type: vue.PropType<NonNullable<IconValue>>;
5496
+ default: NonNullable<IconValue>;
5497
+ };
5498
+ expandIcon: Omit<{
5499
+ type: vue.PropType<IconValue>;
5500
+ default: string;
5501
+ }, "default" | "type"> & {
5502
+ type: vue.PropType<NonNullable<IconValue>>;
5503
+ default: NonNullable<IconValue>;
5504
+ };
5505
+ focusable: BooleanConstructor;
5506
+ subtitle: StringConstructor;
5507
+ complete: BooleanConstructor;
5508
+ completeIcon: {
5509
+ type: StringConstructor;
5510
+ default: string;
5511
+ };
5512
+ editable: BooleanConstructor;
5513
+ editIcon: {
5514
+ type: StringConstructor;
5515
+ default: string;
5516
+ };
5517
+ error: BooleanConstructor;
5518
+ errorIcon: {
5519
+ type: StringConstructor;
5520
+ default: string;
5521
+ };
5522
+ icon: StringConstructor;
5523
+ rules: {
5524
+ type: vue.PropType<readonly ValidationRule[]>;
5525
+ default: () => never[];
5526
+ };
5527
+ hideActions: BooleanConstructor;
5528
+ }, vue.ExtractPropTypes<{
5529
+ class: vue.PropType<any>;
5530
+ style: {
5531
+ type: vue.PropType<vue.StyleValue>;
5532
+ default: null;
5533
+ };
5534
+ title: StringConstructor;
5535
+ text: StringConstructor;
5536
+ value: null;
5537
+ color: StringConstructor;
5538
+ disabled: BooleanConstructor;
5539
+ tag: {
5540
+ type: StringConstructor;
5541
+ default: string;
5542
+ };
5543
+ static: BooleanConstructor;
5544
+ readonly: BooleanConstructor;
5545
+ rounded: {
5546
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
5547
+ default: undefined;
5548
+ };
5549
+ tile: BooleanConstructor;
5550
+ eager: BooleanConstructor;
5551
+ elevation: {
5552
+ type: (StringConstructor | NumberConstructor)[];
5553
+ validator(v: any): boolean;
5554
+ };
5555
+ selectedClass: StringConstructor;
5556
+ bgColor: StringConstructor;
5557
+ ripple: {
5558
+ type: vue.PropType<boolean | {
5559
+ class: string;
5560
+ } | undefined>;
5561
+ default: boolean;
5562
+ };
5563
+ collapseIcon: Omit<{
5564
+ type: vue.PropType<IconValue>;
5565
+ default: string;
5566
+ }, "default" | "type"> & {
5567
+ type: vue.PropType<NonNullable<IconValue>>;
5568
+ default: NonNullable<IconValue>;
5569
+ };
5570
+ expandIcon: Omit<{
5571
+ type: vue.PropType<IconValue>;
5572
+ default: string;
5573
+ }, "default" | "type"> & {
5574
+ type: vue.PropType<NonNullable<IconValue>>;
5575
+ default: NonNullable<IconValue>;
5576
+ };
5577
+ focusable: BooleanConstructor;
5578
+ subtitle: StringConstructor;
5579
+ complete: BooleanConstructor;
5580
+ completeIcon: {
5581
+ type: StringConstructor;
5582
+ default: string;
5583
+ };
5584
+ editable: BooleanConstructor;
5585
+ editIcon: {
5586
+ type: StringConstructor;
5587
+ default: string;
3788
5588
  };
3789
- location: vue.PropType<Anchor>;
3790
- elevation: {
3791
- type: (StringConstructor | NumberConstructor)[];
3792
- validator(v: any): boolean;
5589
+ error: BooleanConstructor;
5590
+ errorIcon: {
5591
+ type: StringConstructor;
5592
+ default: string;
3793
5593
  };
3794
- height: (StringConstructor | NumberConstructor)[];
3795
- maxHeight: (StringConstructor | NumberConstructor)[];
3796
- maxWidth: (StringConstructor | NumberConstructor)[];
3797
- minHeight: (StringConstructor | NumberConstructor)[];
3798
- minWidth: (StringConstructor | NumberConstructor)[];
3799
- width: (StringConstructor | NumberConstructor)[];
3800
- class: vue.PropType<any>;
3801
- style: {
3802
- type: vue.PropType<vue.StyleValue>;
3803
- default: null;
5594
+ icon: StringConstructor;
5595
+ rules: {
5596
+ type: vue.PropType<readonly ValidationRule[]>;
5597
+ default: () => never[];
3804
5598
  };
3805
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3806
- color: StringConstructor;
3807
- bgColor: StringConstructor;
3808
- landscape: BooleanConstructor;
3809
- title: StringConstructor;
3810
- hideHeader: BooleanConstructor;
5599
+ hideActions: BooleanConstructor;
3811
5600
  }>>;
3812
- type VPicker = InstanceType<typeof VPicker>;
5601
+ type VStepperVerticalItem = InstanceType<typeof VStepperVerticalItem>;
3813
5602
 
3814
- declare const VPickerTitle: {
5603
+ declare const VStepperVerticalActions: {
3815
5604
  new (...args: any[]): vue.CreateComponentPublicInstance<{
3816
- style: vue.StyleValue;
3817
- tag: string;
5605
+ disabled: boolean | "next" | "prev";
5606
+ prevText: string;
5607
+ nextText: string;
3818
5608
  } & {
3819
- class?: any;
5609
+ color?: string | undefined;
3820
5610
  } & {
3821
- $children?: vue.VNodeChild | {
3822
- default?: (() => vue.VNodeChild) | undefined;
3823
- } | (() => vue.VNodeChild);
5611
+ $children?: {} | vue.VNodeChild | {
5612
+ prev?: ((arg: {
5613
+ props: {
5614
+ onClick: () => void;
5615
+ };
5616
+ }) => vue.VNodeChild) | undefined;
5617
+ next?: ((arg: {
5618
+ props: {
5619
+ onClick: () => void;
5620
+ };
5621
+ }) => vue.VNodeChild) | undefined;
5622
+ };
3824
5623
  'v-slots'?: {
3825
- default?: false | (() => vue.VNodeChild) | undefined;
5624
+ prev?: false | ((arg: {
5625
+ props: {
5626
+ onClick: () => void;
5627
+ };
5628
+ }) => vue.VNodeChild) | undefined;
5629
+ next?: false | ((arg: {
5630
+ props: {
5631
+ onClick: () => void;
5632
+ };
5633
+ }) => vue.VNodeChild) | undefined;
3826
5634
  } | undefined;
3827
5635
  } & {
3828
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3829
- }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
3830
- [key: string]: any;
3831
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3832
- style: vue.StyleValue;
3833
- tag: string;
5636
+ "v-slot:prev"?: false | ((arg: {
5637
+ props: {
5638
+ onClick: () => void;
5639
+ };
5640
+ }) => vue.VNodeChild) | undefined;
5641
+ "v-slot:next"?: false | ((arg: {
5642
+ props: {
5643
+ onClick: () => void;
5644
+ };
5645
+ }) => vue.VNodeChild) | undefined;
3834
5646
  } & {
3835
- class?: any;
5647
+ "onClick:prev"?: (() => any) | undefined;
5648
+ "onClick:next"?: (() => any) | undefined;
5649
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5650
+ 'click:prev': () => true;
5651
+ 'click:next': () => true;
5652
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5653
+ disabled: boolean | "next" | "prev";
5654
+ prevText: string;
5655
+ nextText: string;
3836
5656
  } & {
3837
- $children?: vue.VNodeChild | {
3838
- default?: (() => vue.VNodeChild) | undefined;
3839
- } | (() => vue.VNodeChild);
5657
+ color?: string | undefined;
5658
+ } & {
5659
+ $children?: {} | vue.VNodeChild | {
5660
+ prev?: ((arg: {
5661
+ props: {
5662
+ onClick: () => void;
5663
+ };
5664
+ }) => vue.VNodeChild) | undefined;
5665
+ next?: ((arg: {
5666
+ props: {
5667
+ onClick: () => void;
5668
+ };
5669
+ }) => vue.VNodeChild) | undefined;
5670
+ };
3840
5671
  'v-slots'?: {
3841
- default?: false | (() => vue.VNodeChild) | undefined;
5672
+ prev?: false | ((arg: {
5673
+ props: {
5674
+ onClick: () => void;
5675
+ };
5676
+ }) => vue.VNodeChild) | undefined;
5677
+ next?: false | ((arg: {
5678
+ props: {
5679
+ onClick: () => void;
5680
+ };
5681
+ }) => vue.VNodeChild) | undefined;
3842
5682
  } | undefined;
3843
5683
  } & {
3844
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
5684
+ "v-slot:prev"?: false | ((arg: {
5685
+ props: {
5686
+ onClick: () => void;
5687
+ };
5688
+ }) => vue.VNodeChild) | undefined;
5689
+ "v-slot:next"?: false | ((arg: {
5690
+ props: {
5691
+ onClick: () => void;
5692
+ };
5693
+ }) => vue.VNodeChild) | undefined;
5694
+ } & {
5695
+ "onClick:prev"?: (() => any) | undefined;
5696
+ "onClick:next"?: (() => any) | undefined;
3845
5697
  }, {
3846
- style: vue.StyleValue;
3847
- tag: string;
5698
+ disabled: boolean | "next" | "prev";
5699
+ prevText: string;
5700
+ nextText: string;
3848
5701
  }, true, {}, vue.SlotsType<Partial<{
3849
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
5702
+ prev: (arg: {
5703
+ props: {
5704
+ onClick: () => void;
5705
+ };
5706
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5707
+ [key: string]: any;
5708
+ }>[];
5709
+ next: (arg: {
5710
+ props: {
5711
+ onClick: () => void;
5712
+ };
5713
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3850
5714
  [key: string]: any;
3851
5715
  }>[];
3852
5716
  }>>, {
@@ -3857,73 +5721,155 @@ declare const VPickerTitle: {
3857
5721
  M: {};
3858
5722
  Defaults: {};
3859
5723
  }, {
3860
- style: vue.StyleValue;
3861
- tag: string;
5724
+ disabled: boolean | "next" | "prev";
5725
+ prevText: string;
5726
+ nextText: string;
3862
5727
  } & {
3863
- class?: any;
5728
+ color?: string | undefined;
3864
5729
  } & {
3865
- $children?: vue.VNodeChild | {
3866
- default?: (() => vue.VNodeChild) | undefined;
3867
- } | (() => vue.VNodeChild);
5730
+ $children?: {} | vue.VNodeChild | {
5731
+ prev?: ((arg: {
5732
+ props: {
5733
+ onClick: () => void;
5734
+ };
5735
+ }) => vue.VNodeChild) | undefined;
5736
+ next?: ((arg: {
5737
+ props: {
5738
+ onClick: () => void;
5739
+ };
5740
+ }) => vue.VNodeChild) | undefined;
5741
+ };
3868
5742
  'v-slots'?: {
3869
- default?: false | (() => vue.VNodeChild) | undefined;
5743
+ prev?: false | ((arg: {
5744
+ props: {
5745
+ onClick: () => void;
5746
+ };
5747
+ }) => vue.VNodeChild) | undefined;
5748
+ next?: false | ((arg: {
5749
+ props: {
5750
+ onClick: () => void;
5751
+ };
5752
+ }) => vue.VNodeChild) | undefined;
3870
5753
  } | undefined;
3871
5754
  } & {
3872
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3873
- }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
3874
- [key: string]: any;
3875
- }>, {}, {}, {}, {
3876
- style: vue.StyleValue;
3877
- tag: string;
5755
+ "v-slot:prev"?: false | ((arg: {
5756
+ props: {
5757
+ onClick: () => void;
5758
+ };
5759
+ }) => vue.VNodeChild) | undefined;
5760
+ "v-slot:next"?: false | ((arg: {
5761
+ props: {
5762
+ onClick: () => void;
5763
+ };
5764
+ }) => vue.VNodeChild) | undefined;
5765
+ } & {
5766
+ "onClick:prev"?: (() => any) | undefined;
5767
+ "onClick:next"?: (() => any) | undefined;
5768
+ }, {}, {}, {}, {}, {
5769
+ disabled: boolean | "next" | "prev";
5770
+ prevText: string;
5771
+ nextText: string;
3878
5772
  }>;
3879
5773
  __isFragment?: undefined;
3880
5774
  __isTeleport?: undefined;
3881
5775
  __isSuspense?: undefined;
3882
5776
  } & vue.ComponentOptionsBase<{
3883
- style: vue.StyleValue;
3884
- tag: string;
5777
+ disabled: boolean | "next" | "prev";
5778
+ prevText: string;
5779
+ nextText: string;
3885
5780
  } & {
3886
- class?: any;
5781
+ color?: string | undefined;
3887
5782
  } & {
3888
- $children?: vue.VNodeChild | {
3889
- default?: (() => vue.VNodeChild) | undefined;
3890
- } | (() => vue.VNodeChild);
5783
+ $children?: {} | vue.VNodeChild | {
5784
+ prev?: ((arg: {
5785
+ props: {
5786
+ onClick: () => void;
5787
+ };
5788
+ }) => vue.VNodeChild) | undefined;
5789
+ next?: ((arg: {
5790
+ props: {
5791
+ onClick: () => void;
5792
+ };
5793
+ }) => vue.VNodeChild) | undefined;
5794
+ };
3891
5795
  'v-slots'?: {
3892
- default?: false | (() => vue.VNodeChild) | undefined;
5796
+ prev?: false | ((arg: {
5797
+ props: {
5798
+ onClick: () => void;
5799
+ };
5800
+ }) => vue.VNodeChild) | undefined;
5801
+ next?: false | ((arg: {
5802
+ props: {
5803
+ onClick: () => void;
5804
+ };
5805
+ }) => vue.VNodeChild) | undefined;
3893
5806
  } | undefined;
3894
5807
  } & {
3895
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3896
- }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
3897
- [key: string]: any;
3898
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
3899
- style: vue.StyleValue;
3900
- tag: string;
5808
+ "v-slot:prev"?: false | ((arg: {
5809
+ props: {
5810
+ onClick: () => void;
5811
+ };
5812
+ }) => vue.VNodeChild) | undefined;
5813
+ "v-slot:next"?: false | ((arg: {
5814
+ props: {
5815
+ onClick: () => void;
5816
+ };
5817
+ }) => vue.VNodeChild) | undefined;
5818
+ } & {
5819
+ "onClick:prev"?: (() => any) | undefined;
5820
+ "onClick:next"?: (() => any) | undefined;
5821
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5822
+ 'click:prev': () => true;
5823
+ 'click:next': () => true;
5824
+ }, string, {
5825
+ disabled: boolean | "next" | "prev";
5826
+ prevText: string;
5827
+ nextText: string;
3901
5828
  }, {}, string, vue.SlotsType<Partial<{
3902
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
5829
+ prev: (arg: {
5830
+ props: {
5831
+ onClick: () => void;
5832
+ };
5833
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5834
+ [key: string]: any;
5835
+ }>[];
5836
+ next: (arg: {
5837
+ props: {
5838
+ onClick: () => void;
5839
+ };
5840
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
3903
5841
  [key: string]: any;
3904
5842
  }>[];
3905
5843
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3906
- class: vue.PropType<any>;
3907
- style: {
3908
- type: vue.PropType<vue.StyleValue>;
3909
- default: null;
5844
+ color: StringConstructor;
5845
+ disabled: {
5846
+ type: vue.PropType<boolean | "next" | "prev">;
5847
+ default: boolean;
3910
5848
  };
3911
- tag: {
5849
+ prevText: {
5850
+ type: StringConstructor;
5851
+ default: string;
5852
+ };
5853
+ nextText: {
3912
5854
  type: StringConstructor;
3913
5855
  default: string;
3914
5856
  };
3915
5857
  }, vue.ExtractPropTypes<{
3916
- class: vue.PropType<any>;
3917
- style: {
3918
- type: vue.PropType<vue.StyleValue>;
3919
- default: null;
5858
+ color: StringConstructor;
5859
+ disabled: {
5860
+ type: vue.PropType<boolean | "next" | "prev">;
5861
+ default: boolean;
3920
5862
  };
3921
- tag: {
5863
+ prevText: {
5864
+ type: StringConstructor;
5865
+ default: string;
5866
+ };
5867
+ nextText: {
3922
5868
  type: StringConstructor;
3923
5869
  default: string;
3924
5870
  };
3925
5871
  }>>;
3926
- type VPickerTitle = InstanceType<typeof VPickerTitle>;
5872
+ type VStepperVerticalActions = InstanceType<typeof VStepperVerticalActions>;
3927
5873
 
3928
5874
  declare const VPullToRefresh: {
3929
5875
  new (...args: any[]): vue.CreateComponentPublicInstance<{
@@ -4171,7 +6117,7 @@ declare const VSnackbar: {
4171
6117
  component?: vue.Component | undefined;
4172
6118
  })>;
4173
6119
  zIndex: string | number;
4174
- modelValue: boolean | null;
6120
+ modelValue: boolean;
4175
6121
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4176
6122
  origin: Anchor | "auto" | "overlap";
4177
6123
  vertical: boolean;
@@ -4194,7 +6140,7 @@ declare const VSnackbar: {
4194
6140
  width?: string | number | undefined;
4195
6141
  height?: string | number | undefined;
4196
6142
  theme?: string | undefined;
4197
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6143
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4198
6144
  color?: string | undefined;
4199
6145
  offset?: string | number | number[] | undefined;
4200
6146
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -4205,7 +6151,7 @@ declare const VSnackbar: {
4205
6151
  maxWidth?: string | number | undefined;
4206
6152
  minHeight?: string | number | undefined;
4207
6153
  minWidth?: string | number | undefined;
4208
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6154
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4209
6155
  closeDelay?: string | number | undefined;
4210
6156
  openDelay?: string | number | undefined;
4211
6157
  openOnClick?: boolean | undefined;
@@ -4221,7 +6167,7 @@ declare const VSnackbar: {
4221
6167
  }) => vue.VNodeChild) | undefined;
4222
6168
  default?: (() => vue.VNodeChild) | undefined;
4223
6169
  actions?: ((arg: {
4224
- isActive: Ref<boolean | null>;
6170
+ isActive: Ref<boolean>;
4225
6171
  }) => vue.VNodeChild) | undefined;
4226
6172
  text?: (() => vue.VNodeChild) | undefined;
4227
6173
  };
@@ -4232,7 +6178,7 @@ declare const VSnackbar: {
4232
6178
  }) => vue.VNodeChild) | undefined;
4233
6179
  default?: false | (() => vue.VNodeChild) | undefined;
4234
6180
  actions?: false | ((arg: {
4235
- isActive: Ref<boolean | null>;
6181
+ isActive: Ref<boolean>;
4236
6182
  }) => vue.VNodeChild) | undefined;
4237
6183
  text?: false | (() => vue.VNodeChild) | undefined;
4238
6184
  } | undefined;
@@ -4243,7 +6189,7 @@ declare const VSnackbar: {
4243
6189
  }) => vue.VNodeChild) | undefined;
4244
6190
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4245
6191
  "v-slot:actions"?: false | ((arg: {
4246
- isActive: Ref<boolean | null>;
6192
+ isActive: Ref<boolean>;
4247
6193
  }) => vue.VNodeChild) | undefined;
4248
6194
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
4249
6195
  } & {
@@ -4259,7 +6205,7 @@ declare const VSnackbar: {
4259
6205
  component?: vue.Component | undefined;
4260
6206
  });
4261
6207
  zIndex: string | number;
4262
- modelValue: boolean | null;
6208
+ modelValue: boolean;
4263
6209
  origin: Anchor | "auto" | "overlap";
4264
6210
  eager: boolean;
4265
6211
  location: Anchor;
@@ -4286,7 +6232,7 @@ declare const VSnackbar: {
4286
6232
  component?: vue.Component | undefined;
4287
6233
  });
4288
6234
  zIndex: string | number;
4289
- modelValue: boolean | null;
6235
+ modelValue: boolean;
4290
6236
  origin: Anchor | "auto" | "overlap";
4291
6237
  eager: boolean;
4292
6238
  location: Anchor;
@@ -4307,7 +6253,7 @@ declare const VSnackbar: {
4307
6253
  width?: string | number | undefined;
4308
6254
  height?: string | number | undefined;
4309
6255
  theme?: string | undefined;
4310
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6256
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4311
6257
  offset?: string | number | number[] | undefined;
4312
6258
  contentClass?: any;
4313
6259
  opacity?: string | number | undefined;
@@ -4315,7 +6261,7 @@ declare const VSnackbar: {
4315
6261
  maxWidth?: string | number | undefined;
4316
6262
  minHeight?: string | number | undefined;
4317
6263
  minWidth?: string | number | undefined;
4318
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6264
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4319
6265
  closeDelay?: string | number | undefined;
4320
6266
  openDelay?: string | number | undefined;
4321
6267
  openOnClick?: boolean | undefined;
@@ -4329,7 +6275,7 @@ declare const VSnackbar: {
4329
6275
  activator?: ((arg: {
4330
6276
  isActive: boolean;
4331
6277
  props: Record<string, any>;
4332
- targetRef: Ref<any>;
6278
+ targetRef: TemplateRef;
4333
6279
  }) => vue.VNodeChild) | undefined;
4334
6280
  } | ((arg: {
4335
6281
  isActive: Ref<boolean>;
@@ -4341,7 +6287,7 @@ declare const VSnackbar: {
4341
6287
  activator?: false | ((arg: {
4342
6288
  isActive: boolean;
4343
6289
  props: Record<string, any>;
4344
- targetRef: Ref<any>;
6290
+ targetRef: TemplateRef;
4345
6291
  }) => vue.VNodeChild) | undefined;
4346
6292
  } | undefined;
4347
6293
  "v-slot:default"?: false | ((arg: {
@@ -4350,7 +6296,7 @@ declare const VSnackbar: {
4350
6296
  "v-slot:activator"?: false | ((arg: {
4351
6297
  isActive: boolean;
4352
6298
  props: Record<string, any>;
4353
- targetRef: Ref<any>;
6299
+ targetRef: TemplateRef;
4354
6300
  }) => vue.VNodeChild) | undefined;
4355
6301
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4356
6302
  onAfterEnter?: (() => any) | undefined;
@@ -4364,7 +6310,7 @@ declare const VSnackbar: {
4364
6310
  component?: vue.Component | undefined;
4365
6311
  });
4366
6312
  zIndex: string | number;
4367
- modelValue: boolean | null;
6313
+ modelValue: boolean;
4368
6314
  origin: Anchor | "auto" | "overlap";
4369
6315
  eager: boolean;
4370
6316
  location: Anchor;
@@ -4386,7 +6332,7 @@ declare const VSnackbar: {
4386
6332
  width?: string | number | undefined;
4387
6333
  height?: string | number | undefined;
4388
6334
  theme?: string | undefined;
4389
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6335
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4390
6336
  offset?: string | number | number[] | undefined;
4391
6337
  contentClass?: any;
4392
6338
  opacity?: string | number | undefined;
@@ -4394,7 +6340,7 @@ declare const VSnackbar: {
4394
6340
  maxWidth?: string | number | undefined;
4395
6341
  minHeight?: string | number | undefined;
4396
6342
  minWidth?: string | number | undefined;
4397
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6343
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4398
6344
  closeDelay?: string | number | undefined;
4399
6345
  openDelay?: string | number | undefined;
4400
6346
  openOnClick?: boolean | undefined;
@@ -4409,7 +6355,7 @@ declare const VSnackbar: {
4409
6355
  activator?: ((arg: {
4410
6356
  isActive: boolean;
4411
6357
  props: Record<string, any>;
4412
- targetRef: Ref<any>;
6358
+ targetRef: TemplateRef;
4413
6359
  }) => vue.VNodeChild) | undefined;
4414
6360
  } | ((arg: {
4415
6361
  isActive: Ref<boolean>;
@@ -4421,7 +6367,7 @@ declare const VSnackbar: {
4421
6367
  activator?: false | ((arg: {
4422
6368
  isActive: boolean;
4423
6369
  props: Record<string, any>;
4424
- targetRef: Ref<any>;
6370
+ targetRef: TemplateRef;
4425
6371
  }) => vue.VNodeChild) | undefined;
4426
6372
  } | undefined;
4427
6373
  } & {
@@ -4431,7 +6377,7 @@ declare const VSnackbar: {
4431
6377
  "v-slot:activator"?: false | ((arg: {
4432
6378
  isActive: boolean;
4433
6379
  props: Record<string, any>;
4434
- targetRef: Ref<any>;
6380
+ targetRef: TemplateRef;
4435
6381
  }) => vue.VNodeChild) | undefined;
4436
6382
  } & {
4437
6383
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -4454,7 +6400,7 @@ declare const VSnackbar: {
4454
6400
  activator?: ((arg: {
4455
6401
  isActive: boolean;
4456
6402
  props: Record<string, any>;
4457
- targetRef: Ref<any>;
6403
+ targetRef: TemplateRef;
4458
6404
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4459
6405
  [key: string]: any;
4460
6406
  }>[]) | undefined;
@@ -4471,7 +6417,7 @@ declare const VSnackbar: {
4471
6417
  component?: vue.Component | undefined;
4472
6418
  });
4473
6419
  zIndex: string | number;
4474
- modelValue: boolean | null;
6420
+ modelValue: boolean;
4475
6421
  origin: Anchor | "auto" | "overlap";
4476
6422
  eager: boolean;
4477
6423
  location: Anchor;
@@ -4493,7 +6439,7 @@ declare const VSnackbar: {
4493
6439
  width?: string | number | undefined;
4494
6440
  height?: string | number | undefined;
4495
6441
  theme?: string | undefined;
4496
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6442
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4497
6443
  offset?: string | number | number[] | undefined;
4498
6444
  contentClass?: any;
4499
6445
  opacity?: string | number | undefined;
@@ -4501,7 +6447,7 @@ declare const VSnackbar: {
4501
6447
  maxWidth?: string | number | undefined;
4502
6448
  minHeight?: string | number | undefined;
4503
6449
  minWidth?: string | number | undefined;
4504
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6450
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4505
6451
  closeDelay?: string | number | undefined;
4506
6452
  openDelay?: string | number | undefined;
4507
6453
  openOnClick?: boolean | undefined;
@@ -4516,7 +6462,7 @@ declare const VSnackbar: {
4516
6462
  activator?: ((arg: {
4517
6463
  isActive: boolean;
4518
6464
  props: Record<string, any>;
4519
- targetRef: Ref<any>;
6465
+ targetRef: TemplateRef;
4520
6466
  }) => vue.VNodeChild) | undefined;
4521
6467
  } | ((arg: {
4522
6468
  isActive: Ref<boolean>;
@@ -4528,7 +6474,7 @@ declare const VSnackbar: {
4528
6474
  activator?: false | ((arg: {
4529
6475
  isActive: boolean;
4530
6476
  props: Record<string, any>;
4531
- targetRef: Ref<any>;
6477
+ targetRef: TemplateRef;
4532
6478
  }) => vue.VNodeChild) | undefined;
4533
6479
  } | undefined;
4534
6480
  } & {
@@ -4538,7 +6484,7 @@ declare const VSnackbar: {
4538
6484
  "v-slot:activator"?: false | ((arg: {
4539
6485
  isActive: boolean;
4540
6486
  props: Record<string, any>;
4541
- targetRef: Ref<any>;
6487
+ targetRef: TemplateRef;
4542
6488
  }) => vue.VNodeChild) | undefined;
4543
6489
  } & {
4544
6490
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -4567,7 +6513,7 @@ declare const VSnackbar: {
4567
6513
  component?: vue.Component | undefined;
4568
6514
  });
4569
6515
  zIndex: string | number;
4570
- modelValue: boolean | null;
6516
+ modelValue: boolean;
4571
6517
  origin: Anchor | "auto" | "overlap";
4572
6518
  eager: boolean;
4573
6519
  location: Anchor;
@@ -4595,7 +6541,7 @@ declare const VSnackbar: {
4595
6541
  activator: (arg: {
4596
6542
  isActive: boolean;
4597
6543
  props: Record<string, any>;
4598
- targetRef: Ref<any>;
6544
+ targetRef: TemplateRef;
4599
6545
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4600
6546
  [key: string]: any;
4601
6547
  }>[];
@@ -4627,7 +6573,7 @@ declare const VSnackbar: {
4627
6573
  component?: vue.Component | undefined;
4628
6574
  });
4629
6575
  zIndex: string | number;
4630
- modelValue: boolean | null;
6576
+ modelValue: boolean;
4631
6577
  origin: Anchor | "auto" | "overlap";
4632
6578
  eager: boolean;
4633
6579
  location: Anchor;
@@ -4649,7 +6595,7 @@ declare const VSnackbar: {
4649
6595
  width?: string | number | undefined;
4650
6596
  height?: string | number | undefined;
4651
6597
  theme?: string | undefined;
4652
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6598
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4653
6599
  offset?: string | number | number[] | undefined;
4654
6600
  contentClass?: any;
4655
6601
  opacity?: string | number | undefined;
@@ -4657,7 +6603,7 @@ declare const VSnackbar: {
4657
6603
  maxWidth?: string | number | undefined;
4658
6604
  minHeight?: string | number | undefined;
4659
6605
  minWidth?: string | number | undefined;
4660
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6606
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4661
6607
  closeDelay?: string | number | undefined;
4662
6608
  openDelay?: string | number | undefined;
4663
6609
  openOnClick?: boolean | undefined;
@@ -4672,7 +6618,7 @@ declare const VSnackbar: {
4672
6618
  activator?: ((arg: {
4673
6619
  isActive: boolean;
4674
6620
  props: Record<string, any>;
4675
- targetRef: Ref<any>;
6621
+ targetRef: TemplateRef;
4676
6622
  }) => vue.VNodeChild) | undefined;
4677
6623
  } | ((arg: {
4678
6624
  isActive: Ref<boolean>;
@@ -4684,7 +6630,7 @@ declare const VSnackbar: {
4684
6630
  activator?: false | ((arg: {
4685
6631
  isActive: boolean;
4686
6632
  props: Record<string, any>;
4687
- targetRef: Ref<any>;
6633
+ targetRef: TemplateRef;
4688
6634
  }) => vue.VNodeChild) | undefined;
4689
6635
  } | undefined;
4690
6636
  } & {
@@ -4694,7 +6640,7 @@ declare const VSnackbar: {
4694
6640
  "v-slot:activator"?: false | ((arg: {
4695
6641
  isActive: boolean;
4696
6642
  props: Record<string, any>;
4697
- targetRef: Ref<any>;
6643
+ targetRef: TemplateRef;
4698
6644
  }) => vue.VNodeChild) | undefined;
4699
6645
  } & {
4700
6646
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -4720,7 +6666,7 @@ declare const VSnackbar: {
4720
6666
  component?: vue.Component | undefined;
4721
6667
  })>;
4722
6668
  zIndex: string | number;
4723
- modelValue: boolean | null;
6669
+ modelValue: boolean;
4724
6670
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4725
6671
  origin: Anchor | "auto" | "overlap";
4726
6672
  vertical: boolean;
@@ -4743,7 +6689,7 @@ declare const VSnackbar: {
4743
6689
  width?: string | number | undefined;
4744
6690
  height?: string | number | undefined;
4745
6691
  theme?: string | undefined;
4746
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6692
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4747
6693
  color?: string | undefined;
4748
6694
  offset?: string | number | number[] | undefined;
4749
6695
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -4754,7 +6700,7 @@ declare const VSnackbar: {
4754
6700
  maxWidth?: string | number | undefined;
4755
6701
  minHeight?: string | number | undefined;
4756
6702
  minWidth?: string | number | undefined;
4757
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6703
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4758
6704
  closeDelay?: string | number | undefined;
4759
6705
  openDelay?: string | number | undefined;
4760
6706
  openOnClick?: boolean | undefined;
@@ -4770,7 +6716,7 @@ declare const VSnackbar: {
4770
6716
  }) => vue.VNodeChild) | undefined;
4771
6717
  default?: (() => vue.VNodeChild) | undefined;
4772
6718
  actions?: ((arg: {
4773
- isActive: Ref<boolean | null>;
6719
+ isActive: Ref<boolean>;
4774
6720
  }) => vue.VNodeChild) | undefined;
4775
6721
  text?: (() => vue.VNodeChild) | undefined;
4776
6722
  };
@@ -4781,7 +6727,7 @@ declare const VSnackbar: {
4781
6727
  }) => vue.VNodeChild) | undefined;
4782
6728
  default?: false | (() => vue.VNodeChild) | undefined;
4783
6729
  actions?: false | ((arg: {
4784
- isActive: Ref<boolean | null>;
6730
+ isActive: Ref<boolean>;
4785
6731
  }) => vue.VNodeChild) | undefined;
4786
6732
  text?: false | (() => vue.VNodeChild) | undefined;
4787
6733
  } | undefined;
@@ -4792,7 +6738,7 @@ declare const VSnackbar: {
4792
6738
  }) => vue.VNodeChild) | undefined;
4793
6739
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4794
6740
  "v-slot:actions"?: false | ((arg: {
4795
- isActive: Ref<boolean | null>;
6741
+ isActive: Ref<boolean>;
4796
6742
  }) => vue.VNodeChild) | undefined;
4797
6743
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
4798
6744
  } & {
@@ -4805,7 +6751,7 @@ declare const VSnackbar: {
4805
6751
  component?: vue.Component | undefined;
4806
6752
  })>;
4807
6753
  zIndex: string | number;
4808
- modelValue: boolean | null;
6754
+ modelValue: boolean;
4809
6755
  rounded: string | number | boolean;
4810
6756
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4811
6757
  origin: Anchor | "auto" | "overlap";
@@ -4836,7 +6782,7 @@ declare const VSnackbar: {
4836
6782
  [key: string]: any;
4837
6783
  }>[];
4838
6784
  actions: (arg: {
4839
- isActive: Ref<boolean | null>;
6785
+ isActive: Ref<boolean>;
4840
6786
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
4841
6787
  [key: string]: any;
4842
6788
  }>[];
@@ -4858,7 +6804,7 @@ declare const VSnackbar: {
4858
6804
  component?: vue.Component | undefined;
4859
6805
  })>;
4860
6806
  zIndex: string | number;
4861
- modelValue: boolean | null;
6807
+ modelValue: boolean;
4862
6808
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4863
6809
  origin: Anchor | "auto" | "overlap";
4864
6810
  vertical: boolean;
@@ -4881,7 +6827,7 @@ declare const VSnackbar: {
4881
6827
  width?: string | number | undefined;
4882
6828
  height?: string | number | undefined;
4883
6829
  theme?: string | undefined;
4884
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6830
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4885
6831
  color?: string | undefined;
4886
6832
  offset?: string | number | number[] | undefined;
4887
6833
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -4892,7 +6838,7 @@ declare const VSnackbar: {
4892
6838
  maxWidth?: string | number | undefined;
4893
6839
  minHeight?: string | number | undefined;
4894
6840
  minWidth?: string | number | undefined;
4895
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6841
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4896
6842
  closeDelay?: string | number | undefined;
4897
6843
  openDelay?: string | number | undefined;
4898
6844
  openOnClick?: boolean | undefined;
@@ -4908,7 +6854,7 @@ declare const VSnackbar: {
4908
6854
  }) => vue.VNodeChild) | undefined;
4909
6855
  default?: (() => vue.VNodeChild) | undefined;
4910
6856
  actions?: ((arg: {
4911
- isActive: Ref<boolean | null>;
6857
+ isActive: Ref<boolean>;
4912
6858
  }) => vue.VNodeChild) | undefined;
4913
6859
  text?: (() => vue.VNodeChild) | undefined;
4914
6860
  };
@@ -4919,7 +6865,7 @@ declare const VSnackbar: {
4919
6865
  }) => vue.VNodeChild) | undefined;
4920
6866
  default?: false | (() => vue.VNodeChild) | undefined;
4921
6867
  actions?: false | ((arg: {
4922
- isActive: Ref<boolean | null>;
6868
+ isActive: Ref<boolean>;
4923
6869
  }) => vue.VNodeChild) | undefined;
4924
6870
  text?: false | (() => vue.VNodeChild) | undefined;
4925
6871
  } | undefined;
@@ -4930,7 +6876,7 @@ declare const VSnackbar: {
4930
6876
  }) => vue.VNodeChild) | undefined;
4931
6877
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
4932
6878
  "v-slot:actions"?: false | ((arg: {
4933
- isActive: Ref<boolean | null>;
6879
+ isActive: Ref<boolean>;
4934
6880
  }) => vue.VNodeChild) | undefined;
4935
6881
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
4936
6882
  } & {
@@ -4946,7 +6892,7 @@ declare const VSnackbar: {
4946
6892
  component?: vue.Component | undefined;
4947
6893
  });
4948
6894
  zIndex: string | number;
4949
- modelValue: boolean | null;
6895
+ modelValue: boolean;
4950
6896
  origin: Anchor | "auto" | "overlap";
4951
6897
  eager: boolean;
4952
6898
  location: Anchor;
@@ -4973,7 +6919,7 @@ declare const VSnackbar: {
4973
6919
  component?: vue.Component | undefined;
4974
6920
  });
4975
6921
  zIndex: string | number;
4976
- modelValue: boolean | null;
6922
+ modelValue: boolean;
4977
6923
  origin: Anchor | "auto" | "overlap";
4978
6924
  eager: boolean;
4979
6925
  location: Anchor;
@@ -4994,7 +6940,7 @@ declare const VSnackbar: {
4994
6940
  width?: string | number | undefined;
4995
6941
  height?: string | number | undefined;
4996
6942
  theme?: string | undefined;
4997
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
6943
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4998
6944
  offset?: string | number | number[] | undefined;
4999
6945
  contentClass?: any;
5000
6946
  opacity?: string | number | undefined;
@@ -5002,7 +6948,7 @@ declare const VSnackbar: {
5002
6948
  maxWidth?: string | number | undefined;
5003
6949
  minHeight?: string | number | undefined;
5004
6950
  minWidth?: string | number | undefined;
5005
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
6951
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5006
6952
  closeDelay?: string | number | undefined;
5007
6953
  openDelay?: string | number | undefined;
5008
6954
  openOnClick?: boolean | undefined;
@@ -5016,7 +6962,7 @@ declare const VSnackbar: {
5016
6962
  activator?: ((arg: {
5017
6963
  isActive: boolean;
5018
6964
  props: Record<string, any>;
5019
- targetRef: Ref<any>;
6965
+ targetRef: TemplateRef;
5020
6966
  }) => vue.VNodeChild) | undefined;
5021
6967
  } | ((arg: {
5022
6968
  isActive: Ref<boolean>;
@@ -5028,7 +6974,7 @@ declare const VSnackbar: {
5028
6974
  activator?: false | ((arg: {
5029
6975
  isActive: boolean;
5030
6976
  props: Record<string, any>;
5031
- targetRef: Ref<any>;
6977
+ targetRef: TemplateRef;
5032
6978
  }) => vue.VNodeChild) | undefined;
5033
6979
  } | undefined;
5034
6980
  "v-slot:default"?: false | ((arg: {
@@ -5037,7 +6983,7 @@ declare const VSnackbar: {
5037
6983
  "v-slot:activator"?: false | ((arg: {
5038
6984
  isActive: boolean;
5039
6985
  props: Record<string, any>;
5040
- targetRef: Ref<any>;
6986
+ targetRef: TemplateRef;
5041
6987
  }) => vue.VNodeChild) | undefined;
5042
6988
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5043
6989
  onAfterEnter?: (() => any) | undefined;
@@ -5051,7 +6997,7 @@ declare const VSnackbar: {
5051
6997
  component?: vue.Component | undefined;
5052
6998
  });
5053
6999
  zIndex: string | number;
5054
- modelValue: boolean | null;
7000
+ modelValue: boolean;
5055
7001
  origin: Anchor | "auto" | "overlap";
5056
7002
  eager: boolean;
5057
7003
  location: Anchor;
@@ -5073,7 +7019,7 @@ declare const VSnackbar: {
5073
7019
  width?: string | number | undefined;
5074
7020
  height?: string | number | undefined;
5075
7021
  theme?: string | undefined;
5076
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7022
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5077
7023
  offset?: string | number | number[] | undefined;
5078
7024
  contentClass?: any;
5079
7025
  opacity?: string | number | undefined;
@@ -5081,7 +7027,7 @@ declare const VSnackbar: {
5081
7027
  maxWidth?: string | number | undefined;
5082
7028
  minHeight?: string | number | undefined;
5083
7029
  minWidth?: string | number | undefined;
5084
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7030
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5085
7031
  closeDelay?: string | number | undefined;
5086
7032
  openDelay?: string | number | undefined;
5087
7033
  openOnClick?: boolean | undefined;
@@ -5096,7 +7042,7 @@ declare const VSnackbar: {
5096
7042
  activator?: ((arg: {
5097
7043
  isActive: boolean;
5098
7044
  props: Record<string, any>;
5099
- targetRef: Ref<any>;
7045
+ targetRef: TemplateRef;
5100
7046
  }) => vue.VNodeChild) | undefined;
5101
7047
  } | ((arg: {
5102
7048
  isActive: Ref<boolean>;
@@ -5108,7 +7054,7 @@ declare const VSnackbar: {
5108
7054
  activator?: false | ((arg: {
5109
7055
  isActive: boolean;
5110
7056
  props: Record<string, any>;
5111
- targetRef: Ref<any>;
7057
+ targetRef: TemplateRef;
5112
7058
  }) => vue.VNodeChild) | undefined;
5113
7059
  } | undefined;
5114
7060
  } & {
@@ -5118,7 +7064,7 @@ declare const VSnackbar: {
5118
7064
  "v-slot:activator"?: false | ((arg: {
5119
7065
  isActive: boolean;
5120
7066
  props: Record<string, any>;
5121
- targetRef: Ref<any>;
7067
+ targetRef: TemplateRef;
5122
7068
  }) => vue.VNodeChild) | undefined;
5123
7069
  } & {
5124
7070
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -5141,7 +7087,7 @@ declare const VSnackbar: {
5141
7087
  activator?: ((arg: {
5142
7088
  isActive: boolean;
5143
7089
  props: Record<string, any>;
5144
- targetRef: Ref<any>;
7090
+ targetRef: TemplateRef;
5145
7091
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5146
7092
  [key: string]: any;
5147
7093
  }>[]) | undefined;
@@ -5158,7 +7104,7 @@ declare const VSnackbar: {
5158
7104
  component?: vue.Component | undefined;
5159
7105
  });
5160
7106
  zIndex: string | number;
5161
- modelValue: boolean | null;
7107
+ modelValue: boolean;
5162
7108
  origin: Anchor | "auto" | "overlap";
5163
7109
  eager: boolean;
5164
7110
  location: Anchor;
@@ -5180,7 +7126,7 @@ declare const VSnackbar: {
5180
7126
  width?: string | number | undefined;
5181
7127
  height?: string | number | undefined;
5182
7128
  theme?: string | undefined;
5183
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7129
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5184
7130
  offset?: string | number | number[] | undefined;
5185
7131
  contentClass?: any;
5186
7132
  opacity?: string | number | undefined;
@@ -5188,7 +7134,7 @@ declare const VSnackbar: {
5188
7134
  maxWidth?: string | number | undefined;
5189
7135
  minHeight?: string | number | undefined;
5190
7136
  minWidth?: string | number | undefined;
5191
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7137
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5192
7138
  closeDelay?: string | number | undefined;
5193
7139
  openDelay?: string | number | undefined;
5194
7140
  openOnClick?: boolean | undefined;
@@ -5203,7 +7149,7 @@ declare const VSnackbar: {
5203
7149
  activator?: ((arg: {
5204
7150
  isActive: boolean;
5205
7151
  props: Record<string, any>;
5206
- targetRef: Ref<any>;
7152
+ targetRef: TemplateRef;
5207
7153
  }) => vue.VNodeChild) | undefined;
5208
7154
  } | ((arg: {
5209
7155
  isActive: Ref<boolean>;
@@ -5215,7 +7161,7 @@ declare const VSnackbar: {
5215
7161
  activator?: false | ((arg: {
5216
7162
  isActive: boolean;
5217
7163
  props: Record<string, any>;
5218
- targetRef: Ref<any>;
7164
+ targetRef: TemplateRef;
5219
7165
  }) => vue.VNodeChild) | undefined;
5220
7166
  } | undefined;
5221
7167
  } & {
@@ -5225,7 +7171,7 @@ declare const VSnackbar: {
5225
7171
  "v-slot:activator"?: false | ((arg: {
5226
7172
  isActive: boolean;
5227
7173
  props: Record<string, any>;
5228
- targetRef: Ref<any>;
7174
+ targetRef: TemplateRef;
5229
7175
  }) => vue.VNodeChild) | undefined;
5230
7176
  } & {
5231
7177
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -5254,7 +7200,7 @@ declare const VSnackbar: {
5254
7200
  component?: vue.Component | undefined;
5255
7201
  });
5256
7202
  zIndex: string | number;
5257
- modelValue: boolean | null;
7203
+ modelValue: boolean;
5258
7204
  origin: Anchor | "auto" | "overlap";
5259
7205
  eager: boolean;
5260
7206
  location: Anchor;
@@ -5282,7 +7228,7 @@ declare const VSnackbar: {
5282
7228
  activator: (arg: {
5283
7229
  isActive: boolean;
5284
7230
  props: Record<string, any>;
5285
- targetRef: Ref<any>;
7231
+ targetRef: TemplateRef;
5286
7232
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5287
7233
  [key: string]: any;
5288
7234
  }>[];
@@ -5314,7 +7260,7 @@ declare const VSnackbar: {
5314
7260
  component?: vue.Component | undefined;
5315
7261
  });
5316
7262
  zIndex: string | number;
5317
- modelValue: boolean | null;
7263
+ modelValue: boolean;
5318
7264
  origin: Anchor | "auto" | "overlap";
5319
7265
  eager: boolean;
5320
7266
  location: Anchor;
@@ -5336,7 +7282,7 @@ declare const VSnackbar: {
5336
7282
  width?: string | number | undefined;
5337
7283
  height?: string | number | undefined;
5338
7284
  theme?: string | undefined;
5339
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7285
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5340
7286
  offset?: string | number | number[] | undefined;
5341
7287
  contentClass?: any;
5342
7288
  opacity?: string | number | undefined;
@@ -5344,7 +7290,7 @@ declare const VSnackbar: {
5344
7290
  maxWidth?: string | number | undefined;
5345
7291
  minHeight?: string | number | undefined;
5346
7292
  minWidth?: string | number | undefined;
5347
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7293
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5348
7294
  closeDelay?: string | number | undefined;
5349
7295
  openDelay?: string | number | undefined;
5350
7296
  openOnClick?: boolean | undefined;
@@ -5359,7 +7305,7 @@ declare const VSnackbar: {
5359
7305
  activator?: ((arg: {
5360
7306
  isActive: boolean;
5361
7307
  props: Record<string, any>;
5362
- targetRef: Ref<any>;
7308
+ targetRef: TemplateRef;
5363
7309
  }) => vue.VNodeChild) | undefined;
5364
7310
  } | ((arg: {
5365
7311
  isActive: Ref<boolean>;
@@ -5371,7 +7317,7 @@ declare const VSnackbar: {
5371
7317
  activator?: false | ((arg: {
5372
7318
  isActive: boolean;
5373
7319
  props: Record<string, any>;
5374
- targetRef: Ref<any>;
7320
+ targetRef: TemplateRef;
5375
7321
  }) => vue.VNodeChild) | undefined;
5376
7322
  } | undefined;
5377
7323
  } & {
@@ -5381,7 +7327,7 @@ declare const VSnackbar: {
5381
7327
  "v-slot:activator"?: false | ((arg: {
5382
7328
  isActive: boolean;
5383
7329
  props: Record<string, any>;
5384
- targetRef: Ref<any>;
7330
+ targetRef: TemplateRef;
5385
7331
  }) => vue.VNodeChild) | undefined;
5386
7332
  } & {
5387
7333
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -5405,7 +7351,7 @@ declare const VSnackbar: {
5405
7351
  component?: vue.Component | undefined;
5406
7352
  })>;
5407
7353
  zIndex: string | number;
5408
- modelValue: boolean | null;
7354
+ modelValue: boolean;
5409
7355
  rounded: string | number | boolean;
5410
7356
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5411
7357
  origin: Anchor | "auto" | "overlap";
@@ -5437,7 +7383,7 @@ declare const VSnackbar: {
5437
7383
  component?: vue.Component | undefined;
5438
7384
  })>;
5439
7385
  zIndex: string | number;
5440
- modelValue: boolean | null;
7386
+ modelValue: boolean;
5441
7387
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5442
7388
  origin: Anchor | "auto" | "overlap";
5443
7389
  vertical: boolean;
@@ -5460,7 +7406,7 @@ declare const VSnackbar: {
5460
7406
  width?: string | number | undefined;
5461
7407
  height?: string | number | undefined;
5462
7408
  theme?: string | undefined;
5463
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7409
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5464
7410
  color?: string | undefined;
5465
7411
  offset?: string | number | number[] | undefined;
5466
7412
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -5471,7 +7417,7 @@ declare const VSnackbar: {
5471
7417
  maxWidth?: string | number | undefined;
5472
7418
  minHeight?: string | number | undefined;
5473
7419
  minWidth?: string | number | undefined;
5474
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7420
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5475
7421
  closeDelay?: string | number | undefined;
5476
7422
  openDelay?: string | number | undefined;
5477
7423
  openOnClick?: boolean | undefined;
@@ -5487,7 +7433,7 @@ declare const VSnackbar: {
5487
7433
  }) => vue.VNodeChild) | undefined;
5488
7434
  default?: (() => vue.VNodeChild) | undefined;
5489
7435
  actions?: ((arg: {
5490
- isActive: Ref<boolean | null>;
7436
+ isActive: Ref<boolean>;
5491
7437
  }) => vue.VNodeChild) | undefined;
5492
7438
  text?: (() => vue.VNodeChild) | undefined;
5493
7439
  };
@@ -5498,7 +7444,7 @@ declare const VSnackbar: {
5498
7444
  }) => vue.VNodeChild) | undefined;
5499
7445
  default?: false | (() => vue.VNodeChild) | undefined;
5500
7446
  actions?: false | ((arg: {
5501
- isActive: Ref<boolean | null>;
7447
+ isActive: Ref<boolean>;
5502
7448
  }) => vue.VNodeChild) | undefined;
5503
7449
  text?: false | (() => vue.VNodeChild) | undefined;
5504
7450
  } | undefined;
@@ -5509,7 +7455,7 @@ declare const VSnackbar: {
5509
7455
  }) => vue.VNodeChild) | undefined;
5510
7456
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
5511
7457
  "v-slot:actions"?: false | ((arg: {
5512
- isActive: Ref<boolean | null>;
7458
+ isActive: Ref<boolean>;
5513
7459
  }) => vue.VNodeChild) | undefined;
5514
7460
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
5515
7461
  } & {
@@ -5525,7 +7471,7 @@ declare const VSnackbar: {
5525
7471
  component?: vue.Component | undefined;
5526
7472
  });
5527
7473
  zIndex: string | number;
5528
- modelValue: boolean | null;
7474
+ modelValue: boolean;
5529
7475
  origin: Anchor | "auto" | "overlap";
5530
7476
  eager: boolean;
5531
7477
  location: Anchor;
@@ -5552,7 +7498,7 @@ declare const VSnackbar: {
5552
7498
  component?: vue.Component | undefined;
5553
7499
  });
5554
7500
  zIndex: string | number;
5555
- modelValue: boolean | null;
7501
+ modelValue: boolean;
5556
7502
  origin: Anchor | "auto" | "overlap";
5557
7503
  eager: boolean;
5558
7504
  location: Anchor;
@@ -5573,7 +7519,7 @@ declare const VSnackbar: {
5573
7519
  width?: string | number | undefined;
5574
7520
  height?: string | number | undefined;
5575
7521
  theme?: string | undefined;
5576
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7522
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5577
7523
  offset?: string | number | number[] | undefined;
5578
7524
  contentClass?: any;
5579
7525
  opacity?: string | number | undefined;
@@ -5581,7 +7527,7 @@ declare const VSnackbar: {
5581
7527
  maxWidth?: string | number | undefined;
5582
7528
  minHeight?: string | number | undefined;
5583
7529
  minWidth?: string | number | undefined;
5584
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7530
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5585
7531
  closeDelay?: string | number | undefined;
5586
7532
  openDelay?: string | number | undefined;
5587
7533
  openOnClick?: boolean | undefined;
@@ -5595,7 +7541,7 @@ declare const VSnackbar: {
5595
7541
  activator?: ((arg: {
5596
7542
  isActive: boolean;
5597
7543
  props: Record<string, any>;
5598
- targetRef: Ref<any>;
7544
+ targetRef: TemplateRef;
5599
7545
  }) => vue.VNodeChild) | undefined;
5600
7546
  } | ((arg: {
5601
7547
  isActive: Ref<boolean>;
@@ -5607,7 +7553,7 @@ declare const VSnackbar: {
5607
7553
  activator?: false | ((arg: {
5608
7554
  isActive: boolean;
5609
7555
  props: Record<string, any>;
5610
- targetRef: Ref<any>;
7556
+ targetRef: TemplateRef;
5611
7557
  }) => vue.VNodeChild) | undefined;
5612
7558
  } | undefined;
5613
7559
  "v-slot:default"?: false | ((arg: {
@@ -5616,7 +7562,7 @@ declare const VSnackbar: {
5616
7562
  "v-slot:activator"?: false | ((arg: {
5617
7563
  isActive: boolean;
5618
7564
  props: Record<string, any>;
5619
- targetRef: Ref<any>;
7565
+ targetRef: TemplateRef;
5620
7566
  }) => vue.VNodeChild) | undefined;
5621
7567
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5622
7568
  onAfterEnter?: (() => any) | undefined;
@@ -5630,7 +7576,7 @@ declare const VSnackbar: {
5630
7576
  component?: vue.Component | undefined;
5631
7577
  });
5632
7578
  zIndex: string | number;
5633
- modelValue: boolean | null;
7579
+ modelValue: boolean;
5634
7580
  origin: Anchor | "auto" | "overlap";
5635
7581
  eager: boolean;
5636
7582
  location: Anchor;
@@ -5652,7 +7598,7 @@ declare const VSnackbar: {
5652
7598
  width?: string | number | undefined;
5653
7599
  height?: string | number | undefined;
5654
7600
  theme?: string | undefined;
5655
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7601
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5656
7602
  offset?: string | number | number[] | undefined;
5657
7603
  contentClass?: any;
5658
7604
  opacity?: string | number | undefined;
@@ -5660,7 +7606,7 @@ declare const VSnackbar: {
5660
7606
  maxWidth?: string | number | undefined;
5661
7607
  minHeight?: string | number | undefined;
5662
7608
  minWidth?: string | number | undefined;
5663
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7609
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5664
7610
  closeDelay?: string | number | undefined;
5665
7611
  openDelay?: string | number | undefined;
5666
7612
  openOnClick?: boolean | undefined;
@@ -5675,7 +7621,7 @@ declare const VSnackbar: {
5675
7621
  activator?: ((arg: {
5676
7622
  isActive: boolean;
5677
7623
  props: Record<string, any>;
5678
- targetRef: Ref<any>;
7624
+ targetRef: TemplateRef;
5679
7625
  }) => vue.VNodeChild) | undefined;
5680
7626
  } | ((arg: {
5681
7627
  isActive: Ref<boolean>;
@@ -5687,7 +7633,7 @@ declare const VSnackbar: {
5687
7633
  activator?: false | ((arg: {
5688
7634
  isActive: boolean;
5689
7635
  props: Record<string, any>;
5690
- targetRef: Ref<any>;
7636
+ targetRef: TemplateRef;
5691
7637
  }) => vue.VNodeChild) | undefined;
5692
7638
  } | undefined;
5693
7639
  } & {
@@ -5697,7 +7643,7 @@ declare const VSnackbar: {
5697
7643
  "v-slot:activator"?: false | ((arg: {
5698
7644
  isActive: boolean;
5699
7645
  props: Record<string, any>;
5700
- targetRef: Ref<any>;
7646
+ targetRef: TemplateRef;
5701
7647
  }) => vue.VNodeChild) | undefined;
5702
7648
  } & {
5703
7649
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -5720,7 +7666,7 @@ declare const VSnackbar: {
5720
7666
  activator?: ((arg: {
5721
7667
  isActive: boolean;
5722
7668
  props: Record<string, any>;
5723
- targetRef: Ref<any>;
7669
+ targetRef: TemplateRef;
5724
7670
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5725
7671
  [key: string]: any;
5726
7672
  }>[]) | undefined;
@@ -5737,7 +7683,7 @@ declare const VSnackbar: {
5737
7683
  component?: vue.Component | undefined;
5738
7684
  });
5739
7685
  zIndex: string | number;
5740
- modelValue: boolean | null;
7686
+ modelValue: boolean;
5741
7687
  origin: Anchor | "auto" | "overlap";
5742
7688
  eager: boolean;
5743
7689
  location: Anchor;
@@ -5759,7 +7705,7 @@ declare const VSnackbar: {
5759
7705
  width?: string | number | undefined;
5760
7706
  height?: string | number | undefined;
5761
7707
  theme?: string | undefined;
5762
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7708
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5763
7709
  offset?: string | number | number[] | undefined;
5764
7710
  contentClass?: any;
5765
7711
  opacity?: string | number | undefined;
@@ -5767,7 +7713,7 @@ declare const VSnackbar: {
5767
7713
  maxWidth?: string | number | undefined;
5768
7714
  minHeight?: string | number | undefined;
5769
7715
  minWidth?: string | number | undefined;
5770
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7716
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5771
7717
  closeDelay?: string | number | undefined;
5772
7718
  openDelay?: string | number | undefined;
5773
7719
  openOnClick?: boolean | undefined;
@@ -5782,7 +7728,7 @@ declare const VSnackbar: {
5782
7728
  activator?: ((arg: {
5783
7729
  isActive: boolean;
5784
7730
  props: Record<string, any>;
5785
- targetRef: Ref<any>;
7731
+ targetRef: TemplateRef;
5786
7732
  }) => vue.VNodeChild) | undefined;
5787
7733
  } | ((arg: {
5788
7734
  isActive: Ref<boolean>;
@@ -5794,7 +7740,7 @@ declare const VSnackbar: {
5794
7740
  activator?: false | ((arg: {
5795
7741
  isActive: boolean;
5796
7742
  props: Record<string, any>;
5797
- targetRef: Ref<any>;
7743
+ targetRef: TemplateRef;
5798
7744
  }) => vue.VNodeChild) | undefined;
5799
7745
  } | undefined;
5800
7746
  } & {
@@ -5804,7 +7750,7 @@ declare const VSnackbar: {
5804
7750
  "v-slot:activator"?: false | ((arg: {
5805
7751
  isActive: boolean;
5806
7752
  props: Record<string, any>;
5807
- targetRef: Ref<any>;
7753
+ targetRef: TemplateRef;
5808
7754
  }) => vue.VNodeChild) | undefined;
5809
7755
  } & {
5810
7756
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -5833,7 +7779,7 @@ declare const VSnackbar: {
5833
7779
  component?: vue.Component | undefined;
5834
7780
  });
5835
7781
  zIndex: string | number;
5836
- modelValue: boolean | null;
7782
+ modelValue: boolean;
5837
7783
  origin: Anchor | "auto" | "overlap";
5838
7784
  eager: boolean;
5839
7785
  location: Anchor;
@@ -5861,7 +7807,7 @@ declare const VSnackbar: {
5861
7807
  activator: (arg: {
5862
7808
  isActive: boolean;
5863
7809
  props: Record<string, any>;
5864
- targetRef: Ref<any>;
7810
+ targetRef: TemplateRef;
5865
7811
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
5866
7812
  [key: string]: any;
5867
7813
  }>[];
@@ -5893,7 +7839,7 @@ declare const VSnackbar: {
5893
7839
  component?: vue.Component | undefined;
5894
7840
  });
5895
7841
  zIndex: string | number;
5896
- modelValue: boolean | null;
7842
+ modelValue: boolean;
5897
7843
  origin: Anchor | "auto" | "overlap";
5898
7844
  eager: boolean;
5899
7845
  location: Anchor;
@@ -5915,7 +7861,7 @@ declare const VSnackbar: {
5915
7861
  width?: string | number | undefined;
5916
7862
  height?: string | number | undefined;
5917
7863
  theme?: string | undefined;
5918
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
7864
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
5919
7865
  offset?: string | number | number[] | undefined;
5920
7866
  contentClass?: any;
5921
7867
  opacity?: string | number | undefined;
@@ -5923,7 +7869,7 @@ declare const VSnackbar: {
5923
7869
  maxWidth?: string | number | undefined;
5924
7870
  minHeight?: string | number | undefined;
5925
7871
  minWidth?: string | number | undefined;
5926
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
7872
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
5927
7873
  closeDelay?: string | number | undefined;
5928
7874
  openDelay?: string | number | undefined;
5929
7875
  openOnClick?: boolean | undefined;
@@ -5938,7 +7884,7 @@ declare const VSnackbar: {
5938
7884
  activator?: ((arg: {
5939
7885
  isActive: boolean;
5940
7886
  props: Record<string, any>;
5941
- targetRef: Ref<any>;
7887
+ targetRef: TemplateRef;
5942
7888
  }) => vue.VNodeChild) | undefined;
5943
7889
  } | ((arg: {
5944
7890
  isActive: Ref<boolean>;
@@ -5950,7 +7896,7 @@ declare const VSnackbar: {
5950
7896
  activator?: false | ((arg: {
5951
7897
  isActive: boolean;
5952
7898
  props: Record<string, any>;
5953
- targetRef: Ref<any>;
7899
+ targetRef: TemplateRef;
5954
7900
  }) => vue.VNodeChild) | undefined;
5955
7901
  } | undefined;
5956
7902
  } & {
@@ -5960,7 +7906,7 @@ declare const VSnackbar: {
5960
7906
  "v-slot:activator"?: false | ((arg: {
5961
7907
  isActive: boolean;
5962
7908
  props: Record<string, any>;
5963
- targetRef: Ref<any>;
7909
+ targetRef: TemplateRef;
5964
7910
  }) => vue.VNodeChild) | undefined;
5965
7911
  } & {
5966
7912
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -5986,7 +7932,7 @@ declare const VSnackbar: {
5986
7932
  component?: vue.Component | undefined;
5987
7933
  })>;
5988
7934
  zIndex: string | number;
5989
- modelValue: boolean | null;
7935
+ modelValue: boolean;
5990
7936
  rounded: string | number | boolean;
5991
7937
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5992
7938
  origin: Anchor | "auto" | "overlap";
@@ -6017,7 +7963,7 @@ declare const VSnackbar: {
6017
7963
  [key: string]: any;
6018
7964
  }>[];
6019
7965
  actions: (arg: {
6020
- isActive: Ref<boolean | null>;
7966
+ isActive: Ref<boolean>;
6021
7967
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
6022
7968
  [key: string]: any;
6023
7969
  }>[];
@@ -6033,7 +7979,7 @@ declare const VSnackbar: {
6033
7979
  width: (StringConstructor | NumberConstructor)[];
6034
7980
  height: (StringConstructor | NumberConstructor)[];
6035
7981
  theme: StringConstructor;
6036
- target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
7982
+ target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
6037
7983
  disabled: BooleanConstructor;
6038
7984
  offset: vue.PropType<string | number | number[] | undefined>;
6039
7985
  absolute: BooleanConstructor;
@@ -6055,10 +8001,7 @@ declare const VSnackbar: {
6055
8001
  type: (StringConstructor | NumberConstructor)[];
6056
8002
  default: number;
6057
8003
  };
6058
- modelValue: {
6059
- type: vue.PropType<boolean | null>;
6060
- default: null;
6061
- };
8004
+ modelValue: BooleanConstructor;
6062
8005
  contentClass: null;
6063
8006
  origin: {
6064
8007
  type: vue.PropType<Anchor | "auto" | "overlap">;
@@ -6074,7 +8017,7 @@ declare const VSnackbar: {
6074
8017
  type: vue.PropType<Anchor>;
6075
8018
  default: string;
6076
8019
  };
6077
- activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
8020
+ activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
6078
8021
  locationStrategy: {
6079
8022
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
6080
8023
  updateLocation: (e: Event) => void;
@@ -6137,7 +8080,7 @@ declare const VSnackbar: {
6137
8080
  width: (StringConstructor | NumberConstructor)[];
6138
8081
  height: (StringConstructor | NumberConstructor)[];
6139
8082
  theme: StringConstructor;
6140
- target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
8083
+ target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
6141
8084
  disabled: BooleanConstructor;
6142
8085
  offset: vue.PropType<string | number | number[] | undefined>;
6143
8086
  absolute: BooleanConstructor;
@@ -6159,10 +8102,7 @@ declare const VSnackbar: {
6159
8102
  type: (StringConstructor | NumberConstructor)[];
6160
8103
  default: number;
6161
8104
  };
6162
- modelValue: {
6163
- type: vue.PropType<boolean | null>;
6164
- default: null;
6165
- };
8105
+ modelValue: BooleanConstructor;
6166
8106
  contentClass: null;
6167
8107
  origin: {
6168
8108
  type: vue.PropType<Anchor | "auto" | "overlap">;
@@ -6178,7 +8118,7 @@ declare const VSnackbar: {
6178
8118
  type: vue.PropType<Anchor>;
6179
8119
  default: string;
6180
8120
  };
6181
- activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
8121
+ activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
6182
8122
  locationStrategy: {
6183
8123
  type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
6184
8124
  updateLocation: (e: Event) => void;
@@ -6282,7 +8222,7 @@ declare const VSnackbarQueue: {
6282
8222
  width?: string | number | undefined;
6283
8223
  height?: string | number | undefined;
6284
8224
  theme?: string | undefined;
6285
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
8225
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
6286
8226
  color?: string | undefined;
6287
8227
  offset?: string | number | number[] | undefined;
6288
8228
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -6294,7 +8234,7 @@ declare const VSnackbarQueue: {
6294
8234
  minHeight?: string | number | undefined;
6295
8235
  minWidth?: string | number | undefined;
6296
8236
  closable?: string | boolean | undefined;
6297
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
8237
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
6298
8238
  closeDelay?: string | number | undefined;
6299
8239
  openDelay?: string | number | undefined;
6300
8240
  openOnClick?: boolean | undefined;
@@ -6335,7 +8275,7 @@ declare const VSnackbarQueue: {
6335
8275
  width?: string | number | undefined;
6336
8276
  height?: string | number | undefined;
6337
8277
  theme?: string | undefined;
6338
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
8278
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
6339
8279
  color?: string | undefined;
6340
8280
  offset?: string | number | number[] | undefined;
6341
8281
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -6347,7 +8287,7 @@ declare const VSnackbarQueue: {
6347
8287
  minHeight?: string | number | undefined;
6348
8288
  minWidth?: string | number | undefined;
6349
8289
  closable?: string | boolean | undefined;
6350
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
8290
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
6351
8291
  closeDelay?: string | number | undefined;
6352
8292
  openDelay?: string | number | undefined;
6353
8293
  openOnClick?: boolean | undefined;
@@ -6440,7 +8380,7 @@ declare const VSnackbarQueue: {
6440
8380
  width?: string | number | undefined;
6441
8381
  height?: string | number | undefined;
6442
8382
  theme?: string | undefined;
6443
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
8383
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
6444
8384
  color?: string | undefined;
6445
8385
  offset?: string | number | number[] | undefined;
6446
8386
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -6452,7 +8392,7 @@ declare const VSnackbarQueue: {
6452
8392
  minHeight?: string | number | undefined;
6453
8393
  minWidth?: string | number | undefined;
6454
8394
  closable?: string | boolean | undefined;
6455
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
8395
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
6456
8396
  closeDelay?: string | number | undefined;
6457
8397
  openDelay?: string | number | undefined;
6458
8398
  openOnClick?: boolean | undefined;
@@ -6523,7 +8463,7 @@ declare const VSnackbarQueue: {
6523
8463
  width?: string | number | undefined;
6524
8464
  height?: string | number | undefined;
6525
8465
  theme?: string | undefined;
6526
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
8466
+ target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
6527
8467
  color?: string | undefined;
6528
8468
  offset?: string | number | number[] | undefined;
6529
8469
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
@@ -6535,7 +8475,7 @@ declare const VSnackbarQueue: {
6535
8475
  minHeight?: string | number | undefined;
6536
8476
  minWidth?: string | number | undefined;
6537
8477
  closable?: string | boolean | undefined;
6538
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
8478
+ activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
6539
8479
  closeDelay?: string | number | undefined;
6540
8480
  openDelay?: string | number | undefined;
6541
8481
  openOnClick?: boolean | undefined;
@@ -6608,7 +8548,7 @@ declare const VSnackbarQueue: {
6608
8548
  width: (StringConstructor | NumberConstructor)[];
6609
8549
  height: (StringConstructor | NumberConstructor)[];
6610
8550
  theme: StringConstructor;
6611
- target: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
8551
+ target: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
6612
8552
  color: StringConstructor;
6613
8553
  disabled: BooleanConstructor;
6614
8554
  offset: PropType<string | number | number[] | undefined>;
@@ -6661,7 +8601,7 @@ declare const VSnackbarQueue: {
6661
8601
  type: PropType<Anchor>;
6662
8602
  default: string;
6663
8603
  };
6664
- activator: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
8604
+ activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
6665
8605
  locationStrategy: {
6666
8606
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
6667
8607
  updateLocation: (e: Event) => void;
@@ -6717,7 +8657,7 @@ declare const VSnackbarQueue: {
6717
8657
  width: (StringConstructor | NumberConstructor)[];
6718
8658
  height: (StringConstructor | NumberConstructor)[];
6719
8659
  theme: StringConstructor;
6720
- target: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
8660
+ target: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
6721
8661
  color: StringConstructor;
6722
8662
  disabled: BooleanConstructor;
6723
8663
  offset: PropType<string | number | number[] | undefined>;
@@ -6770,7 +8710,7 @@ declare const VSnackbarQueue: {
6770
8710
  type: PropType<Anchor>;
6771
8711
  default: string;
6772
8712
  };
6773
- activator: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
8713
+ activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
6774
8714
  locationStrategy: {
6775
8715
  type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
6776
8716
  updateLocation: (e: Event) => void;
@@ -7682,6 +9622,22 @@ interface InternalItem<T = any> {
7682
9622
  raw: T;
7683
9623
  }
7684
9624
 
9625
+ type ActiveStrategyFn = (data: {
9626
+ id: unknown;
9627
+ value: boolean;
9628
+ activated: Set<unknown>;
9629
+ children: Map<unknown, unknown[]>;
9630
+ parents: Map<unknown, unknown>;
9631
+ event?: Event;
9632
+ }) => Set<unknown>;
9633
+ type ActiveStrategyTransformInFn = (v: unknown | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Set<unknown>;
9634
+ type ActiveStrategyTransformOutFn = (v: Set<unknown>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown;
9635
+ type ActiveStrategy = {
9636
+ activate: ActiveStrategyFn;
9637
+ in: ActiveStrategyTransformInFn;
9638
+ out: ActiveStrategyTransformOutFn;
9639
+ };
9640
+
7685
9641
  type OpenStrategyFn = (data: {
7686
9642
  id: unknown;
7687
9643
  value: boolean;
@@ -7712,8 +9668,16 @@ type SelectStrategyFn = (data: {
7712
9668
  parents: Map<unknown, unknown>;
7713
9669
  event?: Event;
7714
9670
  }) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
9671
+ type SelectStrategyTransformInFn = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
9672
+ type SelectStrategyTransformOutFn = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
9673
+ type SelectStrategy = {
9674
+ select: SelectStrategyFn;
9675
+ in: SelectStrategyTransformInFn;
9676
+ out: SelectStrategyTransformOutFn;
9677
+ };
7715
9678
 
7716
- type SelectStrategy = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategyFn;
9679
+ type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
9680
+ type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
7717
9681
  type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
7718
9682
 
7719
9683
  interface ListItem<T = any> extends InternalItem<T> {
@@ -7763,7 +9727,7 @@ declare const VTreeview: {
7763
9727
  valueComparator: typeof deepEqual;
7764
9728
  activatable: boolean;
7765
9729
  selectable: boolean;
7766
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
9730
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
7767
9731
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
7768
9732
  collapseIcon: string;
7769
9733
  expandIcon: string;
@@ -7786,7 +9750,7 @@ declare const VTreeview: {
7786
9750
  height?: string | number | undefined;
7787
9751
  theme?: string | undefined;
7788
9752
  color?: string | undefined;
7789
- activated?: readonly unknown[] | undefined;
9753
+ activated?: any;
7790
9754
  border?: string | number | boolean | undefined;
7791
9755
  rounded?: string | number | boolean | undefined;
7792
9756
  maxHeight?: string | number | undefined;
@@ -7795,19 +9759,19 @@ declare const VTreeview: {
7795
9759
  minWidth?: string | number | undefined;
7796
9760
  elevation?: string | number | undefined;
7797
9761
  baseColor?: string | undefined;
7798
- selected?: readonly unknown[] | undefined;
9762
+ selected?: any;
7799
9763
  bgColor?: string | undefined;
7800
9764
  activeClass?: string | undefined;
7801
- opened?: readonly unknown[] | undefined;
7802
- activeStrategy?: SelectStrategy | undefined;
9765
+ opened?: any;
9766
+ activeStrategy?: ActiveStrategyProp | undefined;
7803
9767
  activeColor?: string | undefined;
7804
9768
  customFilter?: FilterFunction | undefined;
7805
9769
  customKeyFilter?: FilterKeyFunctions | undefined;
7806
9770
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
7807
9771
  } & {
7808
- "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
7809
- "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
7810
- "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
9772
+ "onUpdate:activated"?: ((val: unknown) => any) | undefined;
9773
+ "onUpdate:selected"?: ((val: unknown) => any) | undefined;
9774
+ "onUpdate:opened"?: ((val: unknown) => any) | undefined;
7811
9775
  "onClick:open"?: ((value: {
7812
9776
  id: unknown;
7813
9777
  value: boolean;
@@ -7821,9 +9785,9 @@ declare const VTreeview: {
7821
9785
  }, {
7822
9786
  open: typeof open;
7823
9787
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
7824
- 'update:opened': (val: unknown[]) => boolean;
7825
- 'update:activated': (val: unknown[]) => boolean;
7826
- 'update:selected': (val: unknown[]) => boolean;
9788
+ 'update:opened': (val: unknown) => boolean;
9789
+ 'update:activated': (val: unknown) => boolean;
9790
+ 'update:selected': (val: unknown) => boolean;
7827
9791
  'click:open': (value: {
7828
9792
  id: unknown;
7829
9793
  value: boolean;
@@ -7846,7 +9810,7 @@ declare const VTreeview: {
7846
9810
  valueComparator: typeof deepEqual;
7847
9811
  activatable: boolean;
7848
9812
  selectable: boolean;
7849
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
9813
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
7850
9814
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
7851
9815
  collapseIcon: string;
7852
9816
  expandIcon: string;
@@ -7869,7 +9833,7 @@ declare const VTreeview: {
7869
9833
  height?: string | number | undefined;
7870
9834
  theme?: string | undefined;
7871
9835
  color?: string | undefined;
7872
- activated?: readonly unknown[] | undefined;
9836
+ activated?: any;
7873
9837
  border?: string | number | boolean | undefined;
7874
9838
  rounded?: string | number | boolean | undefined;
7875
9839
  maxHeight?: string | number | undefined;
@@ -7878,19 +9842,19 @@ declare const VTreeview: {
7878
9842
  minWidth?: string | number | undefined;
7879
9843
  elevation?: string | number | undefined;
7880
9844
  baseColor?: string | undefined;
7881
- selected?: readonly unknown[] | undefined;
9845
+ selected?: any;
7882
9846
  bgColor?: string | undefined;
7883
9847
  activeClass?: string | undefined;
7884
- opened?: readonly unknown[] | undefined;
7885
- activeStrategy?: SelectStrategy | undefined;
9848
+ opened?: any;
9849
+ activeStrategy?: ActiveStrategyProp | undefined;
7886
9850
  activeColor?: string | undefined;
7887
9851
  customFilter?: FilterFunction | undefined;
7888
9852
  customKeyFilter?: FilterKeyFunctions | undefined;
7889
9853
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
7890
9854
  } & {
7891
- "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
7892
- "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
7893
- "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
9855
+ "onUpdate:activated"?: ((val: unknown) => any) | undefined;
9856
+ "onUpdate:selected"?: ((val: unknown) => any) | undefined;
9857
+ "onUpdate:opened"?: ((val: unknown) => any) | undefined;
7894
9858
  "onClick:open"?: ((value: {
7895
9859
  id: unknown;
7896
9860
  value: boolean;
@@ -7914,7 +9878,7 @@ declare const VTreeview: {
7914
9878
  valueComparator: typeof deepEqual;
7915
9879
  activatable: boolean;
7916
9880
  selectable: boolean;
7917
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
9881
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
7918
9882
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
7919
9883
  collapseIcon: string;
7920
9884
  expandIcon: string;
@@ -8019,7 +9983,7 @@ declare const VTreeview: {
8019
9983
  valueComparator: typeof deepEqual;
8020
9984
  activatable: boolean;
8021
9985
  selectable: boolean;
8022
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
9986
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
8023
9987
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
8024
9988
  collapseIcon: string;
8025
9989
  expandIcon: string;
@@ -8042,7 +10006,7 @@ declare const VTreeview: {
8042
10006
  height?: string | number | undefined;
8043
10007
  theme?: string | undefined;
8044
10008
  color?: string | undefined;
8045
- activated?: readonly unknown[] | undefined;
10009
+ activated?: any;
8046
10010
  border?: string | number | boolean | undefined;
8047
10011
  rounded?: string | number | boolean | undefined;
8048
10012
  maxHeight?: string | number | undefined;
@@ -8051,19 +10015,19 @@ declare const VTreeview: {
8051
10015
  minWidth?: string | number | undefined;
8052
10016
  elevation?: string | number | undefined;
8053
10017
  baseColor?: string | undefined;
8054
- selected?: readonly unknown[] | undefined;
10018
+ selected?: any;
8055
10019
  bgColor?: string | undefined;
8056
10020
  activeClass?: string | undefined;
8057
- opened?: readonly unknown[] | undefined;
8058
- activeStrategy?: SelectStrategy | undefined;
10021
+ opened?: any;
10022
+ activeStrategy?: ActiveStrategyProp | undefined;
8059
10023
  activeColor?: string | undefined;
8060
10024
  customFilter?: FilterFunction | undefined;
8061
10025
  customKeyFilter?: FilterKeyFunctions | undefined;
8062
10026
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
8063
10027
  } & {
8064
- "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
8065
- "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
8066
- "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
10028
+ "onUpdate:activated"?: ((val: unknown) => any) | undefined;
10029
+ "onUpdate:selected"?: ((val: unknown) => any) | undefined;
10030
+ "onUpdate:opened"?: ((val: unknown) => any) | undefined;
8067
10031
  "onClick:open"?: ((value: {
8068
10032
  id: unknown;
8069
10033
  value: boolean;
@@ -8089,7 +10053,7 @@ declare const VTreeview: {
8089
10053
  valueComparator: typeof deepEqual;
8090
10054
  activatable: boolean;
8091
10055
  selectable: boolean;
8092
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
10056
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
8093
10057
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
8094
10058
  collapseIcon: string;
8095
10059
  expandIcon: string;
@@ -8121,7 +10085,7 @@ declare const VTreeview: {
8121
10085
  valueComparator: typeof deepEqual;
8122
10086
  activatable: boolean;
8123
10087
  selectable: boolean;
8124
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
10088
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
8125
10089
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
8126
10090
  collapseIcon: string;
8127
10091
  expandIcon: string;
@@ -8144,7 +10108,7 @@ declare const VTreeview: {
8144
10108
  height?: string | number | undefined;
8145
10109
  theme?: string | undefined;
8146
10110
  color?: string | undefined;
8147
- activated?: readonly unknown[] | undefined;
10111
+ activated?: any;
8148
10112
  border?: string | number | boolean | undefined;
8149
10113
  rounded?: string | number | boolean | undefined;
8150
10114
  maxHeight?: string | number | undefined;
@@ -8153,19 +10117,19 @@ declare const VTreeview: {
8153
10117
  minWidth?: string | number | undefined;
8154
10118
  elevation?: string | number | undefined;
8155
10119
  baseColor?: string | undefined;
8156
- selected?: readonly unknown[] | undefined;
10120
+ selected?: any;
8157
10121
  bgColor?: string | undefined;
8158
10122
  activeClass?: string | undefined;
8159
- opened?: readonly unknown[] | undefined;
8160
- activeStrategy?: SelectStrategy | undefined;
10123
+ opened?: any;
10124
+ activeStrategy?: ActiveStrategyProp | undefined;
8161
10125
  activeColor?: string | undefined;
8162
10126
  customFilter?: FilterFunction | undefined;
8163
10127
  customKeyFilter?: FilterKeyFunctions | undefined;
8164
10128
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
8165
10129
  } & {
8166
- "onUpdate:activated"?: ((val: unknown[]) => any) | undefined;
8167
- "onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
8168
- "onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
10130
+ "onUpdate:activated"?: ((val: unknown) => any) | undefined;
10131
+ "onUpdate:selected"?: ((val: unknown) => any) | undefined;
10132
+ "onUpdate:opened"?: ((val: unknown) => any) | undefined;
8169
10133
  "onClick:open"?: ((value: {
8170
10134
  id: unknown;
8171
10135
  value: boolean;
@@ -8179,9 +10143,9 @@ declare const VTreeview: {
8179
10143
  }, {
8180
10144
  open: typeof open;
8181
10145
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
8182
- 'update:opened': (val: unknown[]) => boolean;
8183
- 'update:activated': (val: unknown[]) => boolean;
8184
- 'update:selected': (val: unknown[]) => boolean;
10146
+ 'update:opened': (val: unknown) => boolean;
10147
+ 'update:activated': (val: unknown) => boolean;
10148
+ 'update:selected': (val: unknown) => boolean;
8185
10149
  'click:open': (value: {
8186
10150
  id: unknown;
8187
10151
  value: boolean;
@@ -8205,7 +10169,7 @@ declare const VTreeview: {
8205
10169
  valueComparator: typeof deepEqual;
8206
10170
  activatable: boolean;
8207
10171
  selectable: boolean;
8208
- selectStrategy: NonNullable<NonNullable<SelectStrategy>>;
10172
+ selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
8209
10173
  openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
8210
10174
  collapseIcon: string;
8211
10175
  expandIcon: string;
@@ -8306,7 +10270,7 @@ declare const VTreeview: {
8306
10270
  theme: StringConstructor;
8307
10271
  color: StringConstructor;
8308
10272
  disabled: BooleanConstructor;
8309
- activated: vue.PropType<readonly unknown[]>;
10273
+ activated: null;
8310
10274
  tag: {
8311
10275
  type: StringConstructor;
8312
10276
  default: string;
@@ -8344,7 +10308,7 @@ declare const VTreeview: {
8344
10308
  validator: (v: any) => boolean;
8345
10309
  };
8346
10310
  baseColor: StringConstructor;
8347
- selected: vue.PropType<readonly unknown[]>;
10311
+ selected: null;
8348
10312
  bgColor: StringConstructor;
8349
10313
  slim: {
8350
10314
  type: vue.PropType<boolean>;
@@ -8355,16 +10319,16 @@ declare const VTreeview: {
8355
10319
  default: typeof deepEqual;
8356
10320
  };
8357
10321
  activeClass: StringConstructor;
8358
- opened: vue.PropType<readonly unknown[]>;
10322
+ opened: null;
8359
10323
  activatable: BooleanConstructor;
8360
10324
  selectable: BooleanConstructor;
8361
- activeStrategy: vue.PropType<SelectStrategy>;
10325
+ activeStrategy: vue.PropType<ActiveStrategyProp>;
8362
10326
  selectStrategy: Omit<{
8363
- type: vue.PropType<NonNullable<SelectStrategy>>;
8364
- default: NonNullable<SelectStrategy>;
10327
+ type: vue.PropType<NonNullable<SelectStrategyProp>>;
10328
+ default: NonNullable<SelectStrategyProp>;
8365
10329
  }, "default" | "type"> & {
8366
- type: vue.PropType<NonNullable<NonNullable<SelectStrategy>>>;
8367
- default: NonNullable<NonNullable<SelectStrategy>>;
10330
+ type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
10331
+ default: NonNullable<NonNullable<SelectStrategyProp>>;
8368
10332
  };
8369
10333
  openStrategy: Omit<{
8370
10334
  type: vue.PropType<NonNullable<OpenStrategyProp>>;
@@ -8436,7 +10400,7 @@ declare const VTreeview: {
8436
10400
  theme: StringConstructor;
8437
10401
  color: StringConstructor;
8438
10402
  disabled: BooleanConstructor;
8439
- activated: vue.PropType<readonly unknown[]>;
10403
+ activated: null;
8440
10404
  tag: {
8441
10405
  type: StringConstructor;
8442
10406
  default: string;
@@ -8474,7 +10438,7 @@ declare const VTreeview: {
8474
10438
  validator: (v: any) => boolean;
8475
10439
  };
8476
10440
  baseColor: StringConstructor;
8477
- selected: vue.PropType<readonly unknown[]>;
10441
+ selected: null;
8478
10442
  bgColor: StringConstructor;
8479
10443
  slim: {
8480
10444
  type: vue.PropType<boolean>;
@@ -8485,16 +10449,16 @@ declare const VTreeview: {
8485
10449
  default: typeof deepEqual;
8486
10450
  };
8487
10451
  activeClass: StringConstructor;
8488
- opened: vue.PropType<readonly unknown[]>;
10452
+ opened: null;
8489
10453
  activatable: BooleanConstructor;
8490
10454
  selectable: BooleanConstructor;
8491
- activeStrategy: vue.PropType<SelectStrategy>;
10455
+ activeStrategy: vue.PropType<ActiveStrategyProp>;
8492
10456
  selectStrategy: Omit<{
8493
- type: vue.PropType<NonNullable<SelectStrategy>>;
8494
- default: NonNullable<SelectStrategy>;
10457
+ type: vue.PropType<NonNullable<SelectStrategyProp>>;
10458
+ default: NonNullable<SelectStrategyProp>;
8495
10459
  }, "default" | "type"> & {
8496
- type: vue.PropType<NonNullable<NonNullable<SelectStrategy>>>;
8497
- default: NonNullable<NonNullable<SelectStrategy>>;
10460
+ type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
10461
+ default: NonNullable<NonNullable<SelectStrategyProp>>;
8498
10462
  };
8499
10463
  openStrategy: Omit<{
8500
10464
  type: vue.PropType<NonNullable<OpenStrategyProp>>;
@@ -8603,7 +10567,7 @@ declare const VTreeviewItem: {
8603
10567
  prependAvatar?: string | undefined;
8604
10568
  activeColor?: string | undefined;
8605
10569
  subtitle?: string | number | undefined;
8606
- lines?: "one" | "two" | "three" | undefined;
10570
+ lines?: false | "one" | "two" | "three" | undefined;
8607
10571
  toggleIcon?: IconValue | undefined;
8608
10572
  } & {
8609
10573
  $children?: vue.VNodeChild | {
@@ -8720,7 +10684,7 @@ declare const VTreeviewItem: {
8720
10684
  prependAvatar?: string | undefined;
8721
10685
  activeColor?: string | undefined;
8722
10686
  subtitle?: string | number | undefined;
8723
- lines?: "one" | "two" | "three" | undefined;
10687
+ lines?: false | "one" | "two" | "three" | undefined;
8724
10688
  toggleIcon?: IconValue | undefined;
8725
10689
  } & {
8726
10690
  $children?: vue.VNodeChild | {
@@ -8893,7 +10857,7 @@ declare const VTreeviewItem: {
8893
10857
  prependAvatar?: string | undefined;
8894
10858
  activeColor?: string | undefined;
8895
10859
  subtitle?: string | number | undefined;
8896
- lines?: "one" | "two" | "three" | undefined;
10860
+ lines?: false | "one" | "two" | "three" | undefined;
8897
10861
  toggleIcon?: IconValue | undefined;
8898
10862
  } & {
8899
10863
  $children?: vue.VNodeChild | {
@@ -9032,7 +10996,7 @@ declare const VTreeviewItem: {
9032
10996
  prependAvatar?: string | undefined;
9033
10997
  activeColor?: string | undefined;
9034
10998
  subtitle?: string | number | undefined;
9035
- lines?: "one" | "two" | "three" | undefined;
10999
+ lines?: false | "one" | "two" | "three" | undefined;
9036
11000
  toggleIcon?: IconValue | undefined;
9037
11001
  } & {
9038
11002
  $children?: vue.VNodeChild | {
@@ -9209,7 +11173,7 @@ declare const VTreeviewItem: {
9209
11173
  appendIcon: vue.PropType<IconValue>;
9210
11174
  baseColor: StringConstructor;
9211
11175
  disabled: BooleanConstructor;
9212
- lines: vue.PropType<"one" | "two" | "three">;
11176
+ lines: vue.PropType<false | "one" | "two" | "three">;
9213
11177
  link: {
9214
11178
  type: BooleanConstructor;
9215
11179
  default: undefined;
@@ -9289,7 +11253,7 @@ declare const VTreeviewItem: {
9289
11253
  appendIcon: vue.PropType<IconValue>;
9290
11254
  baseColor: StringConstructor;
9291
11255
  disabled: BooleanConstructor;
9292
- lines: vue.PropType<"one" | "two" | "three">;
11256
+ lines: vue.PropType<false | "one" | "two" | "three">;
9293
11257
  link: {
9294
11258
  type: BooleanConstructor;
9295
11259
  default: undefined;
@@ -9578,4 +11542,4 @@ declare const VTreeviewGroup: {
9578
11542
  }>>;
9579
11543
  type VTreeviewGroup = InstanceType<typeof VTreeviewGroup>;
9580
11544
 
9581
- export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VDateInput, VNumberInput, VPicker, VPickerTitle, VPullToRefresh, VSnackbarQueue, VTimePicker, VTimePickerClock, VTimePickerControls, VTreeview, VTreeviewGroup, VTreeviewItem };
11545
+ export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VDateInput, VNumberInput, VPicker, VPickerTitle, VPullToRefresh, VSnackbarQueue, VStepperVertical, VStepperVerticalActions, VStepperVerticalItem, VTimePicker, VTimePickerClock, VTimePickerControls, VTreeview, VTreeviewGroup, VTreeviewItem };