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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2934 -2934
  6. package/dist/vuetify-labs.d.ts +999 -999
  7. package/dist/vuetify-labs.esm.js +11 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +11 -27
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2805 -2805
  12. package/dist/vuetify.d.ts +849 -849
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/components/VAlert/index.d.mts +10 -10
  18. package/lib/components/VAppBar/index.d.mts +18 -18
  19. package/lib/components/VAutocomplete/index.d.mts +109 -109
  20. package/lib/components/VAvatar/index.d.mts +4 -4
  21. package/lib/components/VBadge/index.d.mts +4 -4
  22. package/lib/components/VBanner/index.d.mts +14 -14
  23. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  24. package/lib/components/VBottomSheet/index.d.mts +11 -11
  25. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  26. package/lib/components/VBtn/index.d.mts +14 -14
  27. package/lib/components/VBtnGroup/index.d.mts +4 -4
  28. package/lib/components/VBtnToggle/index.d.mts +4 -4
  29. package/lib/components/VCard/index.d.mts +14 -14
  30. package/lib/components/VCarousel/index.d.mts +13 -13
  31. package/lib/components/VCheckbox/index.d.mts +4 -4
  32. package/lib/components/VChip/index.d.mts +8 -8
  33. package/lib/components/VChipGroup/index.d.mts +4 -4
  34. package/lib/components/VColorPicker/index.d.mts +22 -22
  35. package/lib/components/VCombobox/index.d.mts +109 -109
  36. package/lib/components/VDataTable/index.d.mts +14 -14
  37. package/lib/components/VDatePicker/index.d.mts +12 -12
  38. package/lib/components/VDialog/index.d.mts +50 -50
  39. package/lib/components/VEmptyState/index.d.mts +8 -8
  40. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  41. package/lib/components/VFab/index.d.mts +18 -18
  42. package/lib/components/VFileInput/index.d.mts +6 -6
  43. package/lib/components/VFooter/index.d.mts +4 -4
  44. package/lib/components/VIcon/index.d.mts +4 -4
  45. package/lib/components/VInput/index.d.mts +2 -2
  46. package/lib/components/VItemGroup/index.d.mts +4 -4
  47. package/lib/components/VLabel/index.d.mts +4 -4
  48. package/lib/components/VList/index.d.mts +23 -23
  49. package/lib/components/VMenu/index.d.mts +50 -50
  50. package/lib/components/VMessages/index.d.mts +8 -8
  51. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  52. package/lib/components/VOtpInput/index.d.mts +4 -4
  53. package/lib/components/VOverlay/index.d.mts +11 -11
  54. package/lib/components/VPagination/index.d.mts +4 -4
  55. package/lib/components/VProgressCircular/index.d.mts +4 -4
  56. package/lib/components/VRadioGroup/index.d.mts +2 -2
  57. package/lib/components/VRangeSlider/index.d.mts +8 -8
  58. package/lib/components/VSelect/index.d.mts +109 -109
  59. package/lib/components/VSheet/index.d.mts +10 -10
  60. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  61. package/lib/components/VSlider/index.d.mts +8 -8
  62. package/lib/components/VSnackbar/index.d.mts +62 -62
  63. package/lib/components/VSpeedDial/index.d.mts +11 -11
  64. package/lib/components/VStepper/index.d.mts +12 -12
  65. package/lib/components/VSwitch/index.d.mts +2 -2
  66. package/lib/components/VSystemBar/index.d.mts +4 -4
  67. package/lib/components/VTabs/index.d.mts +53 -53
  68. package/lib/components/VTextField/index.d.mts +13 -13
  69. package/lib/components/VTextarea/index.d.mts +10 -10
  70. package/lib/components/VTimeline/index.d.mts +4 -4
  71. package/lib/components/VToolbar/index.d.mts +4 -4
  72. package/lib/components/VTooltip/index.d.mts +45 -45
  73. package/lib/components/VWindow/index.d.mts +6 -6
  74. package/lib/components/index.d.mts +810 -810
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +39 -39
  78. package/lib/labs/VDateInput/index.d.mts +12 -12
  79. package/lib/labs/VNumberInput/index.d.mts +67 -67
  80. package/lib/labs/VPicker/index.d.mts +10 -10
  81. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  82. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  83. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  84. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  85. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  86. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  87. package/lib/labs/VTimePicker/index.d.mts +26 -26
  88. package/lib/labs/VTimePicker/util.mjs +5 -0
  89. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  90. package/lib/labs/VTreeview/index.d.mts +40 -40
  91. package/lib/labs/components.d.mts +256 -256
  92. package/package.json +6 -8
  93. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  94. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  95. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  96. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  97. package/lib/components/VDatePicker/util/index.mjs +0 -9
  98. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  99. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  100. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  101. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  102. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  103. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  104. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  105. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  106. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  107. package/lib/services/goto/easing-patterns.mjs +0 -27
  108. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  109. package/lib/services/goto/index.mjs +0 -73
  110. package/lib/services/goto/index.mjs.map +0 -1
  111. package/lib/services/goto/util.mjs +0 -39
  112. package/lib/services/goto/util.mjs.map +0 -1
@@ -1892,7 +1892,7 @@ declare const VDateInput: {
1892
1892
  maxWidth?: string | number | undefined;
1893
1893
  minHeight?: string | number | undefined;
1894
1894
  minWidth?: string | number | undefined;
1895
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
1895
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1896
1896
  loading?: string | boolean | undefined;
1897
1897
  label?: string | undefined;
1898
1898
  text?: string | undefined;
@@ -1902,8 +1902,8 @@ declare const VDateInput: {
1902
1902
  month?: string | number | undefined;
1903
1903
  year?: number | undefined;
1904
1904
  class?: any;
1905
- elevation?: string | number | undefined;
1906
1905
  theme?: string | undefined;
1906
+ elevation?: string | number | undefined;
1907
1907
  counter?: string | number | boolean | undefined;
1908
1908
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1909
1909
  modelValue?: any;
@@ -2005,7 +2005,7 @@ declare const VDateInput: {
2005
2005
  maxWidth?: string | number | undefined;
2006
2006
  minHeight?: string | number | undefined;
2007
2007
  minWidth?: string | number | undefined;
2008
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
2008
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2009
2009
  loading?: string | boolean | undefined;
2010
2010
  label?: string | undefined;
2011
2011
  text?: string | undefined;
@@ -2015,8 +2015,8 @@ declare const VDateInput: {
2015
2015
  month?: string | number | undefined;
2016
2016
  year?: number | undefined;
2017
2017
  class?: any;
2018
- elevation?: string | number | undefined;
2019
2018
  theme?: string | undefined;
2019
+ elevation?: string | number | undefined;
2020
2020
  counter?: string | number | boolean | undefined;
2021
2021
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2022
2022
  modelValue?: any;
@@ -2176,7 +2176,7 @@ declare const VDateInput: {
2176
2176
  maxWidth?: string | number | undefined;
2177
2177
  minHeight?: string | number | undefined;
2178
2178
  minWidth?: string | number | undefined;
2179
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
2179
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2180
2180
  loading?: string | boolean | undefined;
2181
2181
  label?: string | undefined;
2182
2182
  text?: string | undefined;
@@ -2186,8 +2186,8 @@ declare const VDateInput: {
2186
2186
  month?: string | number | undefined;
2187
2187
  year?: number | undefined;
2188
2188
  class?: any;
2189
- elevation?: string | number | undefined;
2190
2189
  theme?: string | undefined;
2190
+ elevation?: string | number | undefined;
2191
2191
  counter?: string | number | boolean | undefined;
2192
2192
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2193
2193
  modelValue?: any;
@@ -2342,7 +2342,7 @@ declare const VDateInput: {
2342
2342
  maxWidth?: string | number | undefined;
2343
2343
  minHeight?: string | number | undefined;
2344
2344
  minWidth?: string | number | undefined;
2345
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
2345
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2346
2346
  loading?: string | boolean | undefined;
2347
2347
  label?: string | undefined;
2348
2348
  text?: string | undefined;
@@ -2352,8 +2352,8 @@ declare const VDateInput: {
2352
2352
  month?: string | number | undefined;
2353
2353
  year?: number | undefined;
2354
2354
  class?: any;
2355
- elevation?: string | number | undefined;
2356
2355
  theme?: string | undefined;
2356
+ elevation?: string | number | undefined;
2357
2357
  counter?: string | number | boolean | undefined;
2358
2358
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2359
2359
  modelValue?: any;
@@ -2458,7 +2458,7 @@ declare const VDateInput: {
2458
2458
  minHeight: (StringConstructor | NumberConstructor)[];
2459
2459
  minWidth: (StringConstructor | NumberConstructor)[];
2460
2460
  position: {
2461
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
2461
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
2462
2462
  validator: (v: any) => boolean;
2463
2463
  };
2464
2464
  transition: {
@@ -2483,6 +2483,7 @@ declare const VDateInput: {
2483
2483
  month: (StringConstructor | NumberConstructor)[];
2484
2484
  year: NumberConstructor;
2485
2485
  class: vue.PropType<ClassValue>;
2486
+ theme: StringConstructor;
2486
2487
  tag: {
2487
2488
  type: StringConstructor;
2488
2489
  default: string;
@@ -2492,7 +2493,6 @@ declare const VDateInput: {
2492
2493
  type: (StringConstructor | NumberConstructor)[];
2493
2494
  validator(v: any): boolean;
2494
2495
  };
2495
- theme: StringConstructor;
2496
2496
  modelValue: null;
2497
2497
  rounded: {
2498
2498
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -2674,7 +2674,7 @@ declare const VDateInput: {
2674
2674
  minHeight: (StringConstructor | NumberConstructor)[];
2675
2675
  minWidth: (StringConstructor | NumberConstructor)[];
2676
2676
  position: {
2677
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
2677
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
2678
2678
  validator: (v: any) => boolean;
2679
2679
  };
2680
2680
  transition: {
@@ -2699,6 +2699,7 @@ declare const VDateInput: {
2699
2699
  month: (StringConstructor | NumberConstructor)[];
2700
2700
  year: NumberConstructor;
2701
2701
  class: vue.PropType<ClassValue>;
2702
+ theme: StringConstructor;
2702
2703
  tag: {
2703
2704
  type: StringConstructor;
2704
2705
  default: string;
@@ -2708,7 +2709,6 @@ declare const VDateInput: {
2708
2709
  type: (StringConstructor | NumberConstructor)[];
2709
2710
  validator(v: any): boolean;
2710
2711
  };
2711
- theme: StringConstructor;
2712
2712
  modelValue: null;
2713
2713
  rounded: {
2714
2714
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -2880,17 +2880,17 @@ declare const VDateInput: {
2880
2880
  }>>;
2881
2881
  type VDateInput = InstanceType<typeof VDateInput>;
2882
2882
 
2883
- interface LoaderSlotProps {
2884
- color: string | undefined;
2885
- isActive: boolean;
2886
- }
2887
-
2888
2883
  type VCounterSlot = {
2889
2884
  counter: string;
2890
2885
  max: string | number | undefined;
2891
2886
  value: string | number | undefined;
2892
2887
  };
2893
2888
 
2889
+ interface LoaderSlotProps {
2890
+ color: string | undefined;
2891
+ isActive: boolean;
2892
+ }
2893
+
2894
2894
  type VMessageSlot = {
2895
2895
  message: string;
2896
2896
  };
@@ -2992,8 +2992,8 @@ declare const VNumberInput: {
2992
2992
  prefix?: string | undefined;
2993
2993
  role?: string | undefined;
2994
2994
  class?: any;
2995
- placeholder?: string | undefined;
2996
2995
  theme?: string | undefined;
2996
+ placeholder?: string | undefined;
2997
2997
  counter?: string | number | boolean | undefined;
2998
2998
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2999
2999
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -3027,8 +3027,8 @@ declare const VNumberInput: {
3027
3027
  }) => vue.VNodeChild) | undefined;
3028
3028
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3029
3029
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3030
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3031
3030
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
3031
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3032
3032
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3033
3033
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3034
3034
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -3046,8 +3046,8 @@ declare const VNumberInput: {
3046
3046
  }) => vue.VNodeChild) | undefined;
3047
3047
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3048
3048
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3049
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3050
3049
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
3050
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3051
3051
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3052
3052
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3053
3053
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -3065,8 +3065,8 @@ declare const VNumberInput: {
3065
3065
  }) => vue.VNodeChild) | undefined;
3066
3066
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3067
3067
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3068
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3069
3068
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
3069
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3070
3070
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3071
3071
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3072
3072
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -3145,8 +3145,8 @@ declare const VNumberInput: {
3145
3145
  prefix?: string | undefined;
3146
3146
  role?: string | undefined;
3147
3147
  class?: any;
3148
- placeholder?: string | undefined;
3149
3148
  theme?: string | undefined;
3149
+ placeholder?: string | undefined;
3150
3150
  counter?: string | number | boolean | undefined;
3151
3151
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3152
3152
  modelValue?: any;
@@ -3265,8 +3265,8 @@ declare const VNumberInput: {
3265
3265
  prefix?: string | undefined;
3266
3266
  role?: string | undefined;
3267
3267
  class?: any;
3268
- placeholder?: string | undefined;
3269
3268
  theme?: string | undefined;
3269
+ placeholder?: string | undefined;
3270
3270
  counter?: string | number | boolean | undefined;
3271
3271
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3272
3272
  modelValue?: any;
@@ -3418,8 +3418,8 @@ declare const VNumberInput: {
3418
3418
  prefix?: string | undefined;
3419
3419
  role?: string | undefined;
3420
3420
  class?: any;
3421
- placeholder?: string | undefined;
3422
3421
  theme?: string | undefined;
3422
+ placeholder?: string | undefined;
3423
3423
  counter?: string | number | boolean | undefined;
3424
3424
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3425
3425
  modelValue?: any;
@@ -3644,7 +3644,7 @@ declare const VNumberInput: {
3644
3644
  errorMessages: vue.ComputedRef<string[]>;
3645
3645
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3646
3646
  'update:modelValue': (value: any) => true;
3647
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
3647
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
3648
3648
  error: boolean;
3649
3649
  direction: "horizontal" | "vertical";
3650
3650
  style: vue.StyleValue;
@@ -3727,7 +3727,7 @@ declare const VNumberInput: {
3727
3727
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3728
3728
  modelValue?: unknown;
3729
3729
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3730
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3730
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3731
3731
  $: vue.ComponentInternalInstance;
3732
3732
  $data: {};
3733
3733
  $props: Partial<{
@@ -3963,7 +3963,7 @@ declare const VNumberInput: {
3963
3963
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3964
3964
  modelValue?: unknown;
3965
3965
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3966
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3966
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3967
3967
  _allExposed: {
3968
3968
  reset: () => Promise<void>;
3969
3969
  resetValidation: () => Promise<void>;
@@ -4085,8 +4085,8 @@ declare const VNumberInput: {
4085
4085
  prefix?: string | undefined;
4086
4086
  role?: string | undefined;
4087
4087
  class?: any;
4088
- placeholder?: string | undefined;
4089
4088
  theme?: string | undefined;
4089
+ placeholder?: string | undefined;
4090
4090
  counter?: string | number | boolean | undefined;
4091
4091
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4092
4092
  modelValue?: any;
@@ -4311,7 +4311,7 @@ declare const VNumberInput: {
4311
4311
  errorMessages: vue.ComputedRef<string[]>;
4312
4312
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4313
4313
  'update:modelValue': (value: any) => true;
4314
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
4314
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4315
4315
  error: boolean;
4316
4316
  direction: "horizontal" | "vertical";
4317
4317
  style: vue.StyleValue;
@@ -4394,7 +4394,7 @@ declare const VNumberInput: {
4394
4394
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4395
4395
  modelValue?: unknown;
4396
4396
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4397
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4397
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4398
4398
  $: vue.ComponentInternalInstance;
4399
4399
  $data: {};
4400
4400
  $props: Partial<{
@@ -4630,7 +4630,7 @@ declare const VNumberInput: {
4630
4630
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4631
4631
  modelValue?: unknown;
4632
4632
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4633
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4633
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4634
4634
  _allExposed: {
4635
4635
  reset: () => Promise<void>;
4636
4636
  resetValidation: () => Promise<void>;
@@ -4640,7 +4640,7 @@ declare const VNumberInput: {
4640
4640
  } | {
4641
4641
  controlRef: vue.Ref<HTMLElement | undefined>;
4642
4642
  } | {};
4643
- }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4643
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4644
4644
  _allExposed: (HTMLInputElement & Omit<Omit<{
4645
4645
  $: vue.ComponentInternalInstance;
4646
4646
  $data: {};
@@ -4783,7 +4783,7 @@ declare const VNumberInput: {
4783
4783
  errorMessages: vue.ComputedRef<string[]>;
4784
4784
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4785
4785
  'update:modelValue': (value: any) => true;
4786
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
4786
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4787
4787
  error: boolean;
4788
4788
  direction: "horizontal" | "vertical";
4789
4789
  style: vue.StyleValue;
@@ -4866,7 +4866,7 @@ declare const VNumberInput: {
4866
4866
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4867
4867
  modelValue?: unknown;
4868
4868
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4869
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4869
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4870
4870
  $: vue.ComponentInternalInstance;
4871
4871
  $data: {};
4872
4872
  $props: Partial<{
@@ -5102,7 +5102,7 @@ declare const VNumberInput: {
5102
5102
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5103
5103
  modelValue?: unknown;
5104
5104
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5105
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5105
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5106
5106
  _allExposed: {
5107
5107
  reset: () => Promise<void>;
5108
5108
  resetValidation: () => Promise<void>;
@@ -5162,8 +5162,8 @@ declare const VNumberInput: {
5162
5162
  prefix?: string | undefined;
5163
5163
  role?: string | undefined;
5164
5164
  class?: any;
5165
- placeholder?: string | undefined;
5166
5165
  theme?: string | undefined;
5166
+ placeholder?: string | undefined;
5167
5167
  counter?: string | number | boolean | undefined;
5168
5168
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5169
5169
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -5197,8 +5197,8 @@ declare const VNumberInput: {
5197
5197
  }) => vue.VNodeChild) | undefined;
5198
5198
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5199
5199
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5200
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5201
5200
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5201
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5202
5202
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5203
5203
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5204
5204
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -5216,8 +5216,8 @@ declare const VNumberInput: {
5216
5216
  }) => vue.VNodeChild) | undefined;
5217
5217
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5218
5218
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5219
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5220
5219
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5220
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5221
5221
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5222
5222
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5223
5223
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -5235,8 +5235,8 @@ declare const VNumberInput: {
5235
5235
  }) => vue.VNodeChild) | undefined;
5236
5236
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5237
5237
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5238
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5239
5238
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5239
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5240
5240
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5241
5241
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5242
5242
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -5292,8 +5292,8 @@ declare const VNumberInput: {
5292
5292
  }) => vue.VNode[];
5293
5293
  append: (arg: VInputSlot) => vue.VNode[];
5294
5294
  prepend: (arg: VInputSlot) => vue.VNode[];
5295
- counter: (arg: VCounterSlot) => vue.VNode[];
5296
5295
  loader: (arg: LoaderSlotProps) => vue.VNode[];
5296
+ counter: (arg: VCounterSlot) => vue.VNode[];
5297
5297
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
5298
5298
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
5299
5299
  increment: (arg: ControlSlot) => vue.VNode[];
@@ -5352,8 +5352,8 @@ declare const VNumberInput: {
5352
5352
  prefix?: string | undefined;
5353
5353
  role?: string | undefined;
5354
5354
  class?: any;
5355
- placeholder?: string | undefined;
5356
5355
  theme?: string | undefined;
5356
+ placeholder?: string | undefined;
5357
5357
  counter?: string | number | boolean | undefined;
5358
5358
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5359
5359
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -5387,8 +5387,8 @@ declare const VNumberInput: {
5387
5387
  }) => vue.VNodeChild) | undefined;
5388
5388
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5389
5389
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5390
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5391
5390
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5391
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5392
5392
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5393
5393
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5394
5394
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -5406,8 +5406,8 @@ declare const VNumberInput: {
5406
5406
  }) => vue.VNodeChild) | undefined;
5407
5407
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5408
5408
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5409
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5410
5409
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5410
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5411
5411
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5412
5412
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5413
5413
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -5425,8 +5425,8 @@ declare const VNumberInput: {
5425
5425
  }) => vue.VNodeChild) | undefined;
5426
5426
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5427
5427
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5428
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5429
5428
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5429
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5430
5430
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5431
5431
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5432
5432
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -5505,8 +5505,8 @@ declare const VNumberInput: {
5505
5505
  prefix?: string | undefined;
5506
5506
  role?: string | undefined;
5507
5507
  class?: any;
5508
- placeholder?: string | undefined;
5509
5508
  theme?: string | undefined;
5509
+ placeholder?: string | undefined;
5510
5510
  counter?: string | number | boolean | undefined;
5511
5511
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5512
5512
  modelValue?: any;
@@ -5625,8 +5625,8 @@ declare const VNumberInput: {
5625
5625
  prefix?: string | undefined;
5626
5626
  role?: string | undefined;
5627
5627
  class?: any;
5628
- placeholder?: string | undefined;
5629
5628
  theme?: string | undefined;
5629
+ placeholder?: string | undefined;
5630
5630
  counter?: string | number | boolean | undefined;
5631
5631
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5632
5632
  modelValue?: any;
@@ -5778,8 +5778,8 @@ declare const VNumberInput: {
5778
5778
  prefix?: string | undefined;
5779
5779
  role?: string | undefined;
5780
5780
  class?: any;
5781
- placeholder?: string | undefined;
5782
5781
  theme?: string | undefined;
5782
+ placeholder?: string | undefined;
5783
5783
  counter?: string | number | boolean | undefined;
5784
5784
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5785
5785
  modelValue?: any;
@@ -6004,7 +6004,7 @@ declare const VNumberInput: {
6004
6004
  errorMessages: vue.ComputedRef<string[]>;
6005
6005
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6006
6006
  'update:modelValue': (value: any) => true;
6007
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
6007
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
6008
6008
  error: boolean;
6009
6009
  direction: "horizontal" | "vertical";
6010
6010
  style: vue.StyleValue;
@@ -6087,7 +6087,7 @@ declare const VNumberInput: {
6087
6087
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6088
6088
  modelValue?: unknown;
6089
6089
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6090
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6090
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6091
6091
  $: vue.ComponentInternalInstance;
6092
6092
  $data: {};
6093
6093
  $props: Partial<{
@@ -6323,7 +6323,7 @@ declare const VNumberInput: {
6323
6323
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6324
6324
  modelValue?: unknown;
6325
6325
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6326
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6326
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6327
6327
  _allExposed: {
6328
6328
  reset: () => Promise<void>;
6329
6329
  resetValidation: () => Promise<void>;
@@ -6445,8 +6445,8 @@ declare const VNumberInput: {
6445
6445
  prefix?: string | undefined;
6446
6446
  role?: string | undefined;
6447
6447
  class?: any;
6448
- placeholder?: string | undefined;
6449
6448
  theme?: string | undefined;
6449
+ placeholder?: string | undefined;
6450
6450
  counter?: string | number | boolean | undefined;
6451
6451
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6452
6452
  modelValue?: any;
@@ -6671,7 +6671,7 @@ declare const VNumberInput: {
6671
6671
  errorMessages: vue.ComputedRef<string[]>;
6672
6672
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6673
6673
  'update:modelValue': (value: any) => true;
6674
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
6674
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
6675
6675
  error: boolean;
6676
6676
  direction: "horizontal" | "vertical";
6677
6677
  style: vue.StyleValue;
@@ -6754,7 +6754,7 @@ declare const VNumberInput: {
6754
6754
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6755
6755
  modelValue?: unknown;
6756
6756
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6757
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6757
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6758
6758
  $: vue.ComponentInternalInstance;
6759
6759
  $data: {};
6760
6760
  $props: Partial<{
@@ -6990,7 +6990,7 @@ declare const VNumberInput: {
6990
6990
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6991
6991
  modelValue?: unknown;
6992
6992
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6993
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6993
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6994
6994
  _allExposed: {
6995
6995
  reset: () => Promise<void>;
6996
6996
  resetValidation: () => Promise<void>;
@@ -7000,7 +7000,7 @@ declare const VNumberInput: {
7000
7000
  } | {
7001
7001
  controlRef: vue.Ref<HTMLElement | undefined>;
7002
7002
  } | {};
7003
- }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
7003
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
7004
7004
  _allExposed: (HTMLInputElement & Omit<Omit<{
7005
7005
  $: vue.ComponentInternalInstance;
7006
7006
  $data: {};
@@ -7143,7 +7143,7 @@ declare const VNumberInput: {
7143
7143
  errorMessages: vue.ComputedRef<string[]>;
7144
7144
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
7145
7145
  'update:modelValue': (value: any) => true;
7146
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
7146
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
7147
7147
  error: boolean;
7148
7148
  direction: "horizontal" | "vertical";
7149
7149
  style: vue.StyleValue;
@@ -7226,7 +7226,7 @@ declare const VNumberInput: {
7226
7226
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
7227
7227
  modelValue?: unknown;
7228
7228
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7229
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
7229
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
7230
7230
  $: vue.ComponentInternalInstance;
7231
7231
  $data: {};
7232
7232
  $props: Partial<{
@@ -7462,7 +7462,7 @@ declare const VNumberInput: {
7462
7462
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
7463
7463
  modelValue?: unknown;
7464
7464
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7465
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7465
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7466
7466
  _allExposed: {
7467
7467
  reset: () => Promise<void>;
7468
7468
  resetValidation: () => Promise<void>;
@@ -7561,8 +7561,8 @@ declare const VNumberInput: {
7561
7561
  prefix?: string | undefined;
7562
7562
  role?: string | undefined;
7563
7563
  class?: any;
7564
- placeholder?: string | undefined;
7565
7564
  theme?: string | undefined;
7565
+ placeholder?: string | undefined;
7566
7566
  counter?: string | number | boolean | undefined;
7567
7567
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7568
7568
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -7596,8 +7596,8 @@ declare const VNumberInput: {
7596
7596
  }) => vue.VNodeChild) | undefined;
7597
7597
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
7598
7598
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
7599
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
7600
7599
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
7600
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
7601
7601
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
7602
7602
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
7603
7603
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -7615,8 +7615,8 @@ declare const VNumberInput: {
7615
7615
  }) => vue.VNodeChild) | undefined;
7616
7616
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
7617
7617
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
7618
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
7619
7618
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
7619
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
7620
7620
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
7621
7621
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
7622
7622
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -7634,8 +7634,8 @@ declare const VNumberInput: {
7634
7634
  }) => vue.VNodeChild) | undefined;
7635
7635
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
7636
7636
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
7637
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
7638
7637
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
7638
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
7639
7639
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
7640
7640
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
7641
7641
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -7714,8 +7714,8 @@ declare const VNumberInput: {
7714
7714
  prefix?: string | undefined;
7715
7715
  role?: string | undefined;
7716
7716
  class?: any;
7717
- placeholder?: string | undefined;
7718
7717
  theme?: string | undefined;
7718
+ placeholder?: string | undefined;
7719
7719
  counter?: string | number | boolean | undefined;
7720
7720
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
7721
7721
  modelValue?: any;
@@ -7834,8 +7834,8 @@ declare const VNumberInput: {
7834
7834
  prefix?: string | undefined;
7835
7835
  role?: string | undefined;
7836
7836
  class?: any;
7837
- placeholder?: string | undefined;
7838
7837
  theme?: string | undefined;
7838
+ placeholder?: string | undefined;
7839
7839
  counter?: string | number | boolean | undefined;
7840
7840
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7841
7841
  modelValue?: any;
@@ -7987,8 +7987,8 @@ declare const VNumberInput: {
7987
7987
  prefix?: string | undefined;
7988
7988
  role?: string | undefined;
7989
7989
  class?: any;
7990
- placeholder?: string | undefined;
7991
7990
  theme?: string | undefined;
7991
+ placeholder?: string | undefined;
7992
7992
  counter?: string | number | boolean | undefined;
7993
7993
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
7994
7994
  modelValue?: any;
@@ -8213,7 +8213,7 @@ declare const VNumberInput: {
8213
8213
  errorMessages: vue.ComputedRef<string[]>;
8214
8214
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
8215
8215
  'update:modelValue': (value: any) => true;
8216
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
8216
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
8217
8217
  error: boolean;
8218
8218
  direction: "horizontal" | "vertical";
8219
8219
  style: vue.StyleValue;
@@ -8296,7 +8296,7 @@ declare const VNumberInput: {
8296
8296
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
8297
8297
  modelValue?: unknown;
8298
8298
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8299
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8299
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8300
8300
  $: vue.ComponentInternalInstance;
8301
8301
  $data: {};
8302
8302
  $props: Partial<{
@@ -8532,7 +8532,7 @@ declare const VNumberInput: {
8532
8532
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
8533
8533
  modelValue?: unknown;
8534
8534
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8535
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8535
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8536
8536
  _allExposed: {
8537
8537
  reset: () => Promise<void>;
8538
8538
  resetValidation: () => Promise<void>;
@@ -8654,8 +8654,8 @@ declare const VNumberInput: {
8654
8654
  prefix?: string | undefined;
8655
8655
  role?: string | undefined;
8656
8656
  class?: any;
8657
- placeholder?: string | undefined;
8658
8657
  theme?: string | undefined;
8658
+ placeholder?: string | undefined;
8659
8659
  counter?: string | number | boolean | undefined;
8660
8660
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
8661
8661
  modelValue?: any;
@@ -8880,7 +8880,7 @@ declare const VNumberInput: {
8880
8880
  errorMessages: vue.ComputedRef<string[]>;
8881
8881
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
8882
8882
  'update:modelValue': (value: any) => true;
8883
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
8883
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
8884
8884
  error: boolean;
8885
8885
  direction: "horizontal" | "vertical";
8886
8886
  style: vue.StyleValue;
@@ -8963,7 +8963,7 @@ declare const VNumberInput: {
8963
8963
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
8964
8964
  modelValue?: unknown;
8965
8965
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8966
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8966
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8967
8967
  $: vue.ComponentInternalInstance;
8968
8968
  $data: {};
8969
8969
  $props: Partial<{
@@ -9199,7 +9199,7 @@ declare const VNumberInput: {
9199
9199
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
9200
9200
  modelValue?: unknown;
9201
9201
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9202
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9202
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9203
9203
  _allExposed: {
9204
9204
  reset: () => Promise<void>;
9205
9205
  resetValidation: () => Promise<void>;
@@ -9209,7 +9209,7 @@ declare const VNumberInput: {
9209
9209
  } | {
9210
9210
  controlRef: vue.Ref<HTMLElement | undefined>;
9211
9211
  } | {};
9212
- }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9212
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9213
9213
  _allExposed: (HTMLInputElement & Omit<Omit<{
9214
9214
  $: vue.ComponentInternalInstance;
9215
9215
  $data: {};
@@ -9352,7 +9352,7 @@ declare const VNumberInput: {
9352
9352
  errorMessages: vue.ComputedRef<string[]>;
9353
9353
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
9354
9354
  'update:modelValue': (value: any) => true;
9355
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
9355
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
9356
9356
  error: boolean;
9357
9357
  direction: "horizontal" | "vertical";
9358
9358
  style: vue.StyleValue;
@@ -9435,7 +9435,7 @@ declare const VNumberInput: {
9435
9435
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
9436
9436
  modelValue?: unknown;
9437
9437
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9438
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9438
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9439
9439
  $: vue.ComponentInternalInstance;
9440
9440
  $data: {};
9441
9441
  $props: Partial<{
@@ -9671,7 +9671,7 @@ declare const VNumberInput: {
9671
9671
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
9672
9672
  modelValue?: unknown;
9673
9673
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9674
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9674
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9675
9675
  _allExposed: {
9676
9676
  reset: () => Promise<void>;
9677
9677
  resetValidation: () => Promise<void>;
@@ -9733,8 +9733,8 @@ declare const VNumberInput: {
9733
9733
  }) => vue.VNode[];
9734
9734
  append: (arg: VInputSlot) => vue.VNode[];
9735
9735
  prepend: (arg: VInputSlot) => vue.VNode[];
9736
- counter: (arg: VCounterSlot) => vue.VNode[];
9737
9736
  loader: (arg: LoaderSlotProps) => vue.VNode[];
9737
+ counter: (arg: VCounterSlot) => vue.VNode[];
9738
9738
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
9739
9739
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
9740
9740
  increment: (arg: ControlSlot) => vue.VNode[];
@@ -9782,8 +9782,8 @@ declare const VNumberInput: {
9782
9782
  default: null;
9783
9783
  };
9784
9784
  class: PropType<ClassValue>;
9785
- placeholder: StringConstructor;
9786
9785
  theme: StringConstructor;
9786
+ placeholder: StringConstructor;
9787
9787
  messages: {
9788
9788
  type: PropType<string | readonly string[]>;
9789
9789
  default: () => never[];
@@ -9910,8 +9910,8 @@ declare const VNumberInput: {
9910
9910
  default: null;
9911
9911
  };
9912
9912
  class: PropType<ClassValue>;
9913
- placeholder: StringConstructor;
9914
9913
  theme: StringConstructor;
9914
+ placeholder: StringConstructor;
9915
9915
  messages: {
9916
9916
  type: PropType<string | readonly string[]>;
9917
9917
  default: () => never[];
@@ -10015,11 +10015,11 @@ declare const VPicker: {
10015
10015
  maxWidth?: string | number | undefined;
10016
10016
  minHeight?: string | number | undefined;
10017
10017
  minWidth?: string | number | undefined;
10018
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
10018
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
10019
10019
  title?: string | undefined;
10020
10020
  class?: any;
10021
- elevation?: string | number | undefined;
10022
10021
  theme?: string | undefined;
10022
+ elevation?: string | number | undefined;
10023
10023
  rounded?: string | number | boolean | undefined;
10024
10024
  bgColor?: string | undefined;
10025
10025
  } & {
@@ -10056,11 +10056,11 @@ declare const VPicker: {
10056
10056
  maxWidth?: string | number | undefined;
10057
10057
  minHeight?: string | number | undefined;
10058
10058
  minWidth?: string | number | undefined;
10059
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
10059
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
10060
10060
  title?: string | undefined;
10061
10061
  class?: any;
10062
- elevation?: string | number | undefined;
10063
10062
  theme?: string | undefined;
10063
+ elevation?: string | number | undefined;
10064
10064
  rounded?: string | number | boolean | undefined;
10065
10065
  bgColor?: string | undefined;
10066
10066
  } & {
@@ -10116,11 +10116,11 @@ declare const VPicker: {
10116
10116
  maxWidth?: string | number | undefined;
10117
10117
  minHeight?: string | number | undefined;
10118
10118
  minWidth?: string | number | undefined;
10119
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
10119
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
10120
10120
  title?: string | undefined;
10121
10121
  class?: any;
10122
- elevation?: string | number | undefined;
10123
10122
  theme?: string | undefined;
10123
+ elevation?: string | number | undefined;
10124
10124
  rounded?: string | number | boolean | undefined;
10125
10125
  bgColor?: string | undefined;
10126
10126
  } & {
@@ -10168,11 +10168,11 @@ declare const VPicker: {
10168
10168
  maxWidth?: string | number | undefined;
10169
10169
  minHeight?: string | number | undefined;
10170
10170
  minWidth?: string | number | undefined;
10171
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
10171
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
10172
10172
  title?: string | undefined;
10173
10173
  class?: any;
10174
- elevation?: string | number | undefined;
10175
10174
  theme?: string | undefined;
10175
+ elevation?: string | number | undefined;
10176
10176
  rounded?: string | number | boolean | undefined;
10177
10177
  bgColor?: string | undefined;
10178
10178
  } & {
@@ -10217,7 +10217,7 @@ declare const VPicker: {
10217
10217
  };
10218
10218
  tile: BooleanConstructor;
10219
10219
  position: {
10220
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
10220
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
10221
10221
  validator: (v: any) => boolean;
10222
10222
  };
10223
10223
  location: vue.PropType<Anchor | null>;
@@ -10254,7 +10254,7 @@ declare const VPicker: {
10254
10254
  };
10255
10255
  tile: BooleanConstructor;
10256
10256
  position: {
10257
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
10257
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
10258
10258
  validator: (v: any) => boolean;
10259
10259
  };
10260
10260
  location: vue.PropType<Anchor | null>;
@@ -10597,7 +10597,6 @@ declare const VSnackbar: {
10597
10597
  timeout: string | number;
10598
10598
  vertical: boolean;
10599
10599
  modelValue: boolean;
10600
- tile: boolean;
10601
10600
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10602
10601
  updateLocation: (e?: Event) => void;
10603
10602
  });
@@ -10606,6 +10605,7 @@ declare const VSnackbar: {
10606
10605
  closeOnContentClick: boolean;
10607
10606
  closeOnBack: boolean;
10608
10607
  contained: boolean;
10608
+ tile: boolean;
10609
10609
  multiLine: boolean;
10610
10610
  } & {
10611
10611
  offset?: string | number | number[] | undefined;
@@ -10617,17 +10617,17 @@ declare const VSnackbar: {
10617
10617
  minHeight?: string | number | undefined;
10618
10618
  minWidth?: string | number | undefined;
10619
10619
  opacity?: string | number | undefined;
10620
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
10620
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
10621
10621
  text?: string | undefined;
10622
10622
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
10623
10623
  class?: any;
10624
- timer?: string | boolean | undefined;
10625
10624
  theme?: string | undefined;
10625
+ timer?: string | boolean | undefined;
10626
10626
  rounded?: string | number | boolean | undefined;
10627
10627
  contentClass?: any;
10628
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10629
10628
  closeDelay?: string | number | undefined;
10630
10629
  openDelay?: string | number | undefined;
10630
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10631
10631
  openOnClick?: boolean | undefined;
10632
10632
  openOnFocus?: boolean | undefined;
10633
10633
  contentProps?: any;
@@ -10681,6 +10681,7 @@ declare const VSnackbar: {
10681
10681
  style: vue.StyleValue;
10682
10682
  eager: boolean;
10683
10683
  disabled: boolean;
10684
+ persistent: boolean;
10684
10685
  modelValue: boolean;
10685
10686
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10686
10687
  updateLocation: (e?: Event) => void;
@@ -10694,7 +10695,6 @@ declare const VSnackbar: {
10694
10695
  closeOnBack: boolean;
10695
10696
  contained: boolean;
10696
10697
  noClickAnimation: boolean;
10697
- persistent: boolean;
10698
10698
  scrim: string | boolean;
10699
10699
  _disableGlobalStack: boolean;
10700
10700
  }> & Omit<{
@@ -10708,6 +10708,7 @@ declare const VSnackbar: {
10708
10708
  style: vue.StyleValue;
10709
10709
  eager: boolean;
10710
10710
  disabled: boolean;
10711
+ persistent: boolean;
10711
10712
  modelValue: boolean;
10712
10713
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10713
10714
  updateLocation: (e?: Event) => void;
@@ -10719,7 +10720,6 @@ declare const VSnackbar: {
10719
10720
  closeOnBack: boolean;
10720
10721
  contained: boolean;
10721
10722
  noClickAnimation: boolean;
10722
- persistent: boolean;
10723
10723
  scrim: string | boolean;
10724
10724
  _disableGlobalStack: boolean;
10725
10725
  offset?: string | number | number[] | undefined;
@@ -10734,9 +10734,9 @@ declare const VSnackbar: {
10734
10734
  class?: any;
10735
10735
  theme?: string | undefined;
10736
10736
  contentClass?: any;
10737
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10738
10737
  closeDelay?: string | number | undefined;
10739
10738
  openDelay?: string | number | undefined;
10739
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10740
10740
  openOnClick?: boolean | undefined;
10741
10741
  openOnFocus?: boolean | undefined;
10742
10742
  contentProps?: any;
@@ -10786,6 +10786,7 @@ declare const VSnackbar: {
10786
10786
  style: vue.StyleValue;
10787
10787
  eager: boolean;
10788
10788
  disabled: boolean;
10789
+ persistent: boolean;
10789
10790
  modelValue: boolean;
10790
10791
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10791
10792
  updateLocation: (e?: Event) => void;
@@ -10797,7 +10798,6 @@ declare const VSnackbar: {
10797
10798
  closeOnBack: boolean;
10798
10799
  contained: boolean;
10799
10800
  noClickAnimation: boolean;
10800
- persistent: boolean;
10801
10801
  scrim: string | boolean;
10802
10802
  _disableGlobalStack: boolean;
10803
10803
  } & {
@@ -10813,9 +10813,9 @@ declare const VSnackbar: {
10813
10813
  class?: any;
10814
10814
  theme?: string | undefined;
10815
10815
  contentClass?: any;
10816
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10817
10816
  closeDelay?: string | number | undefined;
10818
10817
  openDelay?: string | number | undefined;
10818
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10819
10819
  openOnClick?: boolean | undefined;
10820
10820
  openOnFocus?: boolean | undefined;
10821
10821
  contentProps?: any;
@@ -10857,7 +10857,7 @@ declare const VSnackbar: {
10857
10857
  onAfterLeave?: (() => any) | undefined;
10858
10858
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10859
10859
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
10860
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
10860
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
10861
10861
  $attrs: {
10862
10862
  [x: string]: unknown;
10863
10863
  };
@@ -10876,7 +10876,7 @@ declare const VSnackbar: {
10876
10876
  }>;
10877
10877
  $root: vue.ComponentPublicInstance | null;
10878
10878
  $parent: vue.ComponentPublicInstance | null;
10879
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
10879
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
10880
10880
  $el: any;
10881
10881
  $options: vue.ComponentOptionsBase<{
10882
10882
  absolute: boolean;
@@ -10889,6 +10889,7 @@ declare const VSnackbar: {
10889
10889
  style: vue.StyleValue;
10890
10890
  eager: boolean;
10891
10891
  disabled: boolean;
10892
+ persistent: boolean;
10892
10893
  modelValue: boolean;
10893
10894
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10894
10895
  updateLocation: (e?: Event) => void;
@@ -10900,7 +10901,6 @@ declare const VSnackbar: {
10900
10901
  closeOnBack: boolean;
10901
10902
  contained: boolean;
10902
10903
  noClickAnimation: boolean;
10903
- persistent: boolean;
10904
10904
  scrim: string | boolean;
10905
10905
  _disableGlobalStack: boolean;
10906
10906
  } & {
@@ -10916,9 +10916,9 @@ declare const VSnackbar: {
10916
10916
  class?: any;
10917
10917
  theme?: string | undefined;
10918
10918
  contentClass?: any;
10919
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10920
10919
  closeDelay?: string | number | undefined;
10921
10920
  openDelay?: string | number | undefined;
10921
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10922
10922
  openOnClick?: boolean | undefined;
10923
10923
  openOnFocus?: boolean | undefined;
10924
10924
  contentProps?: any;
@@ -10985,6 +10985,7 @@ declare const VSnackbar: {
10985
10985
  style: vue.StyleValue;
10986
10986
  eager: boolean;
10987
10987
  disabled: boolean;
10988
+ persistent: boolean;
10988
10989
  modelValue: boolean;
10989
10990
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10990
10991
  updateLocation: (e?: Event) => void;
@@ -10998,7 +10999,6 @@ declare const VSnackbar: {
10998
10999
  closeOnBack: boolean;
10999
11000
  contained: boolean;
11000
11001
  noClickAnimation: boolean;
11001
- persistent: boolean;
11002
11002
  scrim: string | boolean;
11003
11003
  _disableGlobalStack: boolean;
11004
11004
  }, {}, string, vue.SlotsType<Partial<{
@@ -11041,6 +11041,7 @@ declare const VSnackbar: {
11041
11041
  style: vue.StyleValue;
11042
11042
  eager: boolean;
11043
11043
  disabled: boolean;
11044
+ persistent: boolean;
11044
11045
  modelValue: boolean;
11045
11046
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11046
11047
  updateLocation: (e?: Event) => void;
@@ -11052,7 +11053,6 @@ declare const VSnackbar: {
11052
11053
  closeOnBack: boolean;
11053
11054
  contained: boolean;
11054
11055
  noClickAnimation: boolean;
11055
- persistent: boolean;
11056
11056
  scrim: string | boolean;
11057
11057
  _disableGlobalStack: boolean;
11058
11058
  } & {
@@ -11068,9 +11068,9 @@ declare const VSnackbar: {
11068
11068
  class?: any;
11069
11069
  theme?: string | undefined;
11070
11070
  contentClass?: any;
11071
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11072
11071
  closeDelay?: string | number | undefined;
11073
11072
  openDelay?: string | number | undefined;
11073
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11074
11074
  openOnClick?: boolean | undefined;
11075
11075
  openOnFocus?: boolean | undefined;
11076
11076
  contentProps?: any;
@@ -11121,7 +11121,7 @@ declare const VSnackbar: {
11121
11121
  globalTop: Readonly<Ref<boolean>>;
11122
11122
  localTop: vue.ComputedRef<boolean>;
11123
11123
  updateLocation: Ref<((e: Event) => void) | undefined>;
11124
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
11124
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
11125
11125
  _allExposed: {
11126
11126
  activatorEl: Ref<HTMLElement | undefined>;
11127
11127
  scrimEl: Ref<HTMLElement | undefined>;
@@ -11149,7 +11149,6 @@ declare const VSnackbar: {
11149
11149
  timeout: string | number;
11150
11150
  vertical: boolean;
11151
11151
  modelValue: boolean;
11152
- tile: boolean;
11153
11152
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11154
11153
  updateLocation: (e?: Event) => void;
11155
11154
  });
@@ -11158,6 +11157,7 @@ declare const VSnackbar: {
11158
11157
  closeOnContentClick: boolean;
11159
11158
  closeOnBack: boolean;
11160
11159
  contained: boolean;
11160
+ tile: boolean;
11161
11161
  multiLine: boolean;
11162
11162
  } & {
11163
11163
  offset?: string | number | number[] | undefined;
@@ -11169,17 +11169,17 @@ declare const VSnackbar: {
11169
11169
  minHeight?: string | number | undefined;
11170
11170
  minWidth?: string | number | undefined;
11171
11171
  opacity?: string | number | undefined;
11172
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
11172
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
11173
11173
  text?: string | undefined;
11174
11174
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
11175
11175
  class?: any;
11176
- timer?: string | boolean | undefined;
11177
11176
  theme?: string | undefined;
11177
+ timer?: string | boolean | undefined;
11178
11178
  rounded?: string | number | boolean | undefined;
11179
11179
  contentClass?: any;
11180
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11181
11180
  closeDelay?: string | number | undefined;
11182
11181
  openDelay?: string | number | undefined;
11182
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11183
11183
  openOnClick?: boolean | undefined;
11184
11184
  openOnFocus?: boolean | undefined;
11185
11185
  contentProps?: any;
@@ -11235,7 +11235,6 @@ declare const VSnackbar: {
11235
11235
  vertical: boolean;
11236
11236
  modelValue: boolean;
11237
11237
  rounded: string | number | boolean;
11238
- tile: boolean;
11239
11238
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11240
11239
  updateLocation: (e?: Event) => void;
11241
11240
  });
@@ -11246,6 +11245,7 @@ declare const VSnackbar: {
11246
11245
  closeOnContentClick: boolean;
11247
11246
  closeOnBack: boolean;
11248
11247
  contained: boolean;
11248
+ tile: boolean;
11249
11249
  multiLine: boolean;
11250
11250
  }, true, {}, vue.SlotsType<Partial<{
11251
11251
  activator: (arg: {
@@ -11279,7 +11279,6 @@ declare const VSnackbar: {
11279
11279
  timeout: string | number;
11280
11280
  vertical: boolean;
11281
11281
  modelValue: boolean;
11282
- tile: boolean;
11283
11282
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11284
11283
  updateLocation: (e?: Event) => void;
11285
11284
  });
@@ -11288,6 +11287,7 @@ declare const VSnackbar: {
11288
11287
  closeOnContentClick: boolean;
11289
11288
  closeOnBack: boolean;
11290
11289
  contained: boolean;
11290
+ tile: boolean;
11291
11291
  multiLine: boolean;
11292
11292
  } & {
11293
11293
  offset?: string | number | number[] | undefined;
@@ -11299,17 +11299,17 @@ declare const VSnackbar: {
11299
11299
  minHeight?: string | number | undefined;
11300
11300
  minWidth?: string | number | undefined;
11301
11301
  opacity?: string | number | undefined;
11302
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
11302
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
11303
11303
  text?: string | undefined;
11304
11304
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
11305
11305
  class?: any;
11306
- timer?: string | boolean | undefined;
11307
11306
  theme?: string | undefined;
11307
+ timer?: string | boolean | undefined;
11308
11308
  rounded?: string | number | boolean | undefined;
11309
11309
  contentClass?: any;
11310
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11311
11310
  closeDelay?: string | number | undefined;
11312
11311
  openDelay?: string | number | undefined;
11312
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11313
11313
  openOnClick?: boolean | undefined;
11314
11314
  openOnFocus?: boolean | undefined;
11315
11315
  contentProps?: any;
@@ -11363,6 +11363,7 @@ declare const VSnackbar: {
11363
11363
  style: vue.StyleValue;
11364
11364
  eager: boolean;
11365
11365
  disabled: boolean;
11366
+ persistent: boolean;
11366
11367
  modelValue: boolean;
11367
11368
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11368
11369
  updateLocation: (e?: Event) => void;
@@ -11376,7 +11377,6 @@ declare const VSnackbar: {
11376
11377
  closeOnBack: boolean;
11377
11378
  contained: boolean;
11378
11379
  noClickAnimation: boolean;
11379
- persistent: boolean;
11380
11380
  scrim: string | boolean;
11381
11381
  _disableGlobalStack: boolean;
11382
11382
  }> & Omit<{
@@ -11390,6 +11390,7 @@ declare const VSnackbar: {
11390
11390
  style: vue.StyleValue;
11391
11391
  eager: boolean;
11392
11392
  disabled: boolean;
11393
+ persistent: boolean;
11393
11394
  modelValue: boolean;
11394
11395
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11395
11396
  updateLocation: (e?: Event) => void;
@@ -11401,7 +11402,6 @@ declare const VSnackbar: {
11401
11402
  closeOnBack: boolean;
11402
11403
  contained: boolean;
11403
11404
  noClickAnimation: boolean;
11404
- persistent: boolean;
11405
11405
  scrim: string | boolean;
11406
11406
  _disableGlobalStack: boolean;
11407
11407
  offset?: string | number | number[] | undefined;
@@ -11416,9 +11416,9 @@ declare const VSnackbar: {
11416
11416
  class?: any;
11417
11417
  theme?: string | undefined;
11418
11418
  contentClass?: any;
11419
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11420
11419
  closeDelay?: string | number | undefined;
11421
11420
  openDelay?: string | number | undefined;
11421
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11422
11422
  openOnClick?: boolean | undefined;
11423
11423
  openOnFocus?: boolean | undefined;
11424
11424
  contentProps?: any;
@@ -11468,6 +11468,7 @@ declare const VSnackbar: {
11468
11468
  style: vue.StyleValue;
11469
11469
  eager: boolean;
11470
11470
  disabled: boolean;
11471
+ persistent: boolean;
11471
11472
  modelValue: boolean;
11472
11473
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11473
11474
  updateLocation: (e?: Event) => void;
@@ -11479,7 +11480,6 @@ declare const VSnackbar: {
11479
11480
  closeOnBack: boolean;
11480
11481
  contained: boolean;
11481
11482
  noClickAnimation: boolean;
11482
- persistent: boolean;
11483
11483
  scrim: string | boolean;
11484
11484
  _disableGlobalStack: boolean;
11485
11485
  } & {
@@ -11495,9 +11495,9 @@ declare const VSnackbar: {
11495
11495
  class?: any;
11496
11496
  theme?: string | undefined;
11497
11497
  contentClass?: any;
11498
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11499
11498
  closeDelay?: string | number | undefined;
11500
11499
  openDelay?: string | number | undefined;
11500
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11501
11501
  openOnClick?: boolean | undefined;
11502
11502
  openOnFocus?: boolean | undefined;
11503
11503
  contentProps?: any;
@@ -11539,7 +11539,7 @@ declare const VSnackbar: {
11539
11539
  onAfterLeave?: (() => any) | undefined;
11540
11540
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
11541
11541
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
11542
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
11542
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
11543
11543
  $attrs: {
11544
11544
  [x: string]: unknown;
11545
11545
  };
@@ -11558,7 +11558,7 @@ declare const VSnackbar: {
11558
11558
  }>;
11559
11559
  $root: vue.ComponentPublicInstance | null;
11560
11560
  $parent: vue.ComponentPublicInstance | null;
11561
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
11561
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
11562
11562
  $el: any;
11563
11563
  $options: vue.ComponentOptionsBase<{
11564
11564
  absolute: boolean;
@@ -11571,6 +11571,7 @@ declare const VSnackbar: {
11571
11571
  style: vue.StyleValue;
11572
11572
  eager: boolean;
11573
11573
  disabled: boolean;
11574
+ persistent: boolean;
11574
11575
  modelValue: boolean;
11575
11576
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11576
11577
  updateLocation: (e?: Event) => void;
@@ -11582,7 +11583,6 @@ declare const VSnackbar: {
11582
11583
  closeOnBack: boolean;
11583
11584
  contained: boolean;
11584
11585
  noClickAnimation: boolean;
11585
- persistent: boolean;
11586
11586
  scrim: string | boolean;
11587
11587
  _disableGlobalStack: boolean;
11588
11588
  } & {
@@ -11598,9 +11598,9 @@ declare const VSnackbar: {
11598
11598
  class?: any;
11599
11599
  theme?: string | undefined;
11600
11600
  contentClass?: any;
11601
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11602
11601
  closeDelay?: string | number | undefined;
11603
11602
  openDelay?: string | number | undefined;
11603
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11604
11604
  openOnClick?: boolean | undefined;
11605
11605
  openOnFocus?: boolean | undefined;
11606
11606
  contentProps?: any;
@@ -11667,6 +11667,7 @@ declare const VSnackbar: {
11667
11667
  style: vue.StyleValue;
11668
11668
  eager: boolean;
11669
11669
  disabled: boolean;
11670
+ persistent: boolean;
11670
11671
  modelValue: boolean;
11671
11672
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11672
11673
  updateLocation: (e?: Event) => void;
@@ -11680,7 +11681,6 @@ declare const VSnackbar: {
11680
11681
  closeOnBack: boolean;
11681
11682
  contained: boolean;
11682
11683
  noClickAnimation: boolean;
11683
- persistent: boolean;
11684
11684
  scrim: string | boolean;
11685
11685
  _disableGlobalStack: boolean;
11686
11686
  }, {}, string, vue.SlotsType<Partial<{
@@ -11723,6 +11723,7 @@ declare const VSnackbar: {
11723
11723
  style: vue.StyleValue;
11724
11724
  eager: boolean;
11725
11725
  disabled: boolean;
11726
+ persistent: boolean;
11726
11727
  modelValue: boolean;
11727
11728
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11728
11729
  updateLocation: (e?: Event) => void;
@@ -11734,7 +11735,6 @@ declare const VSnackbar: {
11734
11735
  closeOnBack: boolean;
11735
11736
  contained: boolean;
11736
11737
  noClickAnimation: boolean;
11737
- persistent: boolean;
11738
11738
  scrim: string | boolean;
11739
11739
  _disableGlobalStack: boolean;
11740
11740
  } & {
@@ -11750,9 +11750,9 @@ declare const VSnackbar: {
11750
11750
  class?: any;
11751
11751
  theme?: string | undefined;
11752
11752
  contentClass?: any;
11753
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11754
11753
  closeDelay?: string | number | undefined;
11755
11754
  openDelay?: string | number | undefined;
11755
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11756
11756
  openOnClick?: boolean | undefined;
11757
11757
  openOnFocus?: boolean | undefined;
11758
11758
  contentProps?: any;
@@ -11803,7 +11803,7 @@ declare const VSnackbar: {
11803
11803
  globalTop: Readonly<Ref<boolean>>;
11804
11804
  localTop: vue.ComputedRef<boolean>;
11805
11805
  updateLocation: Ref<((e: Event) => void) | undefined>;
11806
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
11806
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
11807
11807
  _allExposed: {
11808
11808
  activatorEl: Ref<HTMLElement | undefined>;
11809
11809
  scrimEl: Ref<HTMLElement | undefined>;
@@ -11830,7 +11830,6 @@ declare const VSnackbar: {
11830
11830
  vertical: boolean;
11831
11831
  modelValue: boolean;
11832
11832
  rounded: string | number | boolean;
11833
- tile: boolean;
11834
11833
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11835
11834
  updateLocation: (e?: Event) => void;
11836
11835
  });
@@ -11841,6 +11840,7 @@ declare const VSnackbar: {
11841
11840
  closeOnContentClick: boolean;
11842
11841
  closeOnBack: boolean;
11843
11842
  contained: boolean;
11843
+ tile: boolean;
11844
11844
  multiLine: boolean;
11845
11845
  }>;
11846
11846
  __isFragment?: never;
@@ -11861,7 +11861,6 @@ declare const VSnackbar: {
11861
11861
  timeout: string | number;
11862
11862
  vertical: boolean;
11863
11863
  modelValue: boolean;
11864
- tile: boolean;
11865
11864
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11866
11865
  updateLocation: (e?: Event) => void;
11867
11866
  });
@@ -11870,6 +11869,7 @@ declare const VSnackbar: {
11870
11869
  closeOnContentClick: boolean;
11871
11870
  closeOnBack: boolean;
11872
11871
  contained: boolean;
11872
+ tile: boolean;
11873
11873
  multiLine: boolean;
11874
11874
  } & {
11875
11875
  offset?: string | number | number[] | undefined;
@@ -11881,17 +11881,17 @@ declare const VSnackbar: {
11881
11881
  minHeight?: string | number | undefined;
11882
11882
  minWidth?: string | number | undefined;
11883
11883
  opacity?: string | number | undefined;
11884
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
11884
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
11885
11885
  text?: string | undefined;
11886
11886
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
11887
11887
  class?: any;
11888
- timer?: string | boolean | undefined;
11889
11888
  theme?: string | undefined;
11889
+ timer?: string | boolean | undefined;
11890
11890
  rounded?: string | number | boolean | undefined;
11891
11891
  contentClass?: any;
11892
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11893
11892
  closeDelay?: string | number | undefined;
11894
11893
  openDelay?: string | number | undefined;
11894
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11895
11895
  openOnClick?: boolean | undefined;
11896
11896
  openOnFocus?: boolean | undefined;
11897
11897
  contentProps?: any;
@@ -11945,6 +11945,7 @@ declare const VSnackbar: {
11945
11945
  style: vue.StyleValue;
11946
11946
  eager: boolean;
11947
11947
  disabled: boolean;
11948
+ persistent: boolean;
11948
11949
  modelValue: boolean;
11949
11950
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11950
11951
  updateLocation: (e?: Event) => void;
@@ -11958,7 +11959,6 @@ declare const VSnackbar: {
11958
11959
  closeOnBack: boolean;
11959
11960
  contained: boolean;
11960
11961
  noClickAnimation: boolean;
11961
- persistent: boolean;
11962
11962
  scrim: string | boolean;
11963
11963
  _disableGlobalStack: boolean;
11964
11964
  }> & Omit<{
@@ -11972,6 +11972,7 @@ declare const VSnackbar: {
11972
11972
  style: vue.StyleValue;
11973
11973
  eager: boolean;
11974
11974
  disabled: boolean;
11975
+ persistent: boolean;
11975
11976
  modelValue: boolean;
11976
11977
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11977
11978
  updateLocation: (e?: Event) => void;
@@ -11983,7 +11984,6 @@ declare const VSnackbar: {
11983
11984
  closeOnBack: boolean;
11984
11985
  contained: boolean;
11985
11986
  noClickAnimation: boolean;
11986
- persistent: boolean;
11987
11987
  scrim: string | boolean;
11988
11988
  _disableGlobalStack: boolean;
11989
11989
  offset?: string | number | number[] | undefined;
@@ -11998,9 +11998,9 @@ declare const VSnackbar: {
11998
11998
  class?: any;
11999
11999
  theme?: string | undefined;
12000
12000
  contentClass?: any;
12001
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12002
12001
  closeDelay?: string | number | undefined;
12003
12002
  openDelay?: string | number | undefined;
12003
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12004
12004
  openOnClick?: boolean | undefined;
12005
12005
  openOnFocus?: boolean | undefined;
12006
12006
  contentProps?: any;
@@ -12050,6 +12050,7 @@ declare const VSnackbar: {
12050
12050
  style: vue.StyleValue;
12051
12051
  eager: boolean;
12052
12052
  disabled: boolean;
12053
+ persistent: boolean;
12053
12054
  modelValue: boolean;
12054
12055
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
12055
12056
  updateLocation: (e?: Event) => void;
@@ -12061,7 +12062,6 @@ declare const VSnackbar: {
12061
12062
  closeOnBack: boolean;
12062
12063
  contained: boolean;
12063
12064
  noClickAnimation: boolean;
12064
- persistent: boolean;
12065
12065
  scrim: string | boolean;
12066
12066
  _disableGlobalStack: boolean;
12067
12067
  } & {
@@ -12077,9 +12077,9 @@ declare const VSnackbar: {
12077
12077
  class?: any;
12078
12078
  theme?: string | undefined;
12079
12079
  contentClass?: any;
12080
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12081
12080
  closeDelay?: string | number | undefined;
12082
12081
  openDelay?: string | number | undefined;
12082
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12083
12083
  openOnClick?: boolean | undefined;
12084
12084
  openOnFocus?: boolean | undefined;
12085
12085
  contentProps?: any;
@@ -12121,7 +12121,7 @@ declare const VSnackbar: {
12121
12121
  onAfterLeave?: (() => any) | undefined;
12122
12122
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12123
12123
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
12124
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
12124
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
12125
12125
  $attrs: {
12126
12126
  [x: string]: unknown;
12127
12127
  };
@@ -12140,7 +12140,7 @@ declare const VSnackbar: {
12140
12140
  }>;
12141
12141
  $root: vue.ComponentPublicInstance | null;
12142
12142
  $parent: vue.ComponentPublicInstance | null;
12143
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
12143
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
12144
12144
  $el: any;
12145
12145
  $options: vue.ComponentOptionsBase<{
12146
12146
  absolute: boolean;
@@ -12153,6 +12153,7 @@ declare const VSnackbar: {
12153
12153
  style: vue.StyleValue;
12154
12154
  eager: boolean;
12155
12155
  disabled: boolean;
12156
+ persistent: boolean;
12156
12157
  modelValue: boolean;
12157
12158
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
12158
12159
  updateLocation: (e?: Event) => void;
@@ -12164,7 +12165,6 @@ declare const VSnackbar: {
12164
12165
  closeOnBack: boolean;
12165
12166
  contained: boolean;
12166
12167
  noClickAnimation: boolean;
12167
- persistent: boolean;
12168
12168
  scrim: string | boolean;
12169
12169
  _disableGlobalStack: boolean;
12170
12170
  } & {
@@ -12180,9 +12180,9 @@ declare const VSnackbar: {
12180
12180
  class?: any;
12181
12181
  theme?: string | undefined;
12182
12182
  contentClass?: any;
12183
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12184
12183
  closeDelay?: string | number | undefined;
12185
12184
  openDelay?: string | number | undefined;
12185
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12186
12186
  openOnClick?: boolean | undefined;
12187
12187
  openOnFocus?: boolean | undefined;
12188
12188
  contentProps?: any;
@@ -12249,6 +12249,7 @@ declare const VSnackbar: {
12249
12249
  style: vue.StyleValue;
12250
12250
  eager: boolean;
12251
12251
  disabled: boolean;
12252
+ persistent: boolean;
12252
12253
  modelValue: boolean;
12253
12254
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
12254
12255
  updateLocation: (e?: Event) => void;
@@ -12262,7 +12263,6 @@ declare const VSnackbar: {
12262
12263
  closeOnBack: boolean;
12263
12264
  contained: boolean;
12264
12265
  noClickAnimation: boolean;
12265
- persistent: boolean;
12266
12266
  scrim: string | boolean;
12267
12267
  _disableGlobalStack: boolean;
12268
12268
  }, {}, string, vue.SlotsType<Partial<{
@@ -12305,6 +12305,7 @@ declare const VSnackbar: {
12305
12305
  style: vue.StyleValue;
12306
12306
  eager: boolean;
12307
12307
  disabled: boolean;
12308
+ persistent: boolean;
12308
12309
  modelValue: boolean;
12309
12310
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
12310
12311
  updateLocation: (e?: Event) => void;
@@ -12316,7 +12317,6 @@ declare const VSnackbar: {
12316
12317
  closeOnBack: boolean;
12317
12318
  contained: boolean;
12318
12319
  noClickAnimation: boolean;
12319
- persistent: boolean;
12320
12320
  scrim: string | boolean;
12321
12321
  _disableGlobalStack: boolean;
12322
12322
  } & {
@@ -12332,9 +12332,9 @@ declare const VSnackbar: {
12332
12332
  class?: any;
12333
12333
  theme?: string | undefined;
12334
12334
  contentClass?: any;
12335
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12336
12335
  closeDelay?: string | number | undefined;
12337
12336
  openDelay?: string | number | undefined;
12337
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12338
12338
  openOnClick?: boolean | undefined;
12339
12339
  openOnFocus?: boolean | undefined;
12340
12340
  contentProps?: any;
@@ -12385,7 +12385,7 @@ declare const VSnackbar: {
12385
12385
  globalTop: Readonly<Ref<boolean>>;
12386
12386
  localTop: vue.ComputedRef<boolean>;
12387
12387
  updateLocation: Ref<((e: Event) => void) | undefined>;
12388
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
12388
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
12389
12389
  _allExposed: {
12390
12390
  activatorEl: Ref<HTMLElement | undefined>;
12391
12391
  scrimEl: Ref<HTMLElement | undefined>;
@@ -12414,7 +12414,6 @@ declare const VSnackbar: {
12414
12414
  vertical: boolean;
12415
12415
  modelValue: boolean;
12416
12416
  rounded: string | number | boolean;
12417
- tile: boolean;
12418
12417
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
12419
12418
  updateLocation: (e?: Event) => void;
12420
12419
  });
@@ -12425,6 +12424,7 @@ declare const VSnackbar: {
12425
12424
  closeOnContentClick: boolean;
12426
12425
  closeOnBack: boolean;
12427
12426
  contained: boolean;
12427
+ tile: boolean;
12428
12428
  multiLine: boolean;
12429
12429
  }, {}, string, vue.SlotsType<Partial<{
12430
12430
  activator: (arg: {
@@ -12483,7 +12483,6 @@ declare const VSnackbar: {
12483
12483
  theme: StringConstructor;
12484
12484
  modelValue: BooleanConstructor;
12485
12485
  contentClass: null;
12486
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12487
12486
  locationStrategy: {
12488
12487
  type: vue.PropType<StrategyProps["locationStrategy"]>;
12489
12488
  default: string;
@@ -12491,6 +12490,7 @@ declare const VSnackbar: {
12491
12490
  };
12492
12491
  closeDelay: (StringConstructor | NumberConstructor)[];
12493
12492
  openDelay: (StringConstructor | NumberConstructor)[];
12493
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12494
12494
  activatorProps: {
12495
12495
  type: vue.PropType<Record<string, any>>;
12496
12496
  default: () => {};
@@ -12524,7 +12524,7 @@ declare const VSnackbar: {
12524
12524
  };
12525
12525
  tile: BooleanConstructor;
12526
12526
  position: {
12527
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
12527
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
12528
12528
  validator: (v: any) => boolean;
12529
12529
  };
12530
12530
  multiLine: BooleanConstructor;
@@ -12582,7 +12582,6 @@ declare const VSnackbar: {
12582
12582
  theme: StringConstructor;
12583
12583
  modelValue: BooleanConstructor;
12584
12584
  contentClass: null;
12585
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12586
12585
  locationStrategy: {
12587
12586
  type: vue.PropType<StrategyProps["locationStrategy"]>;
12588
12587
  default: string;
@@ -12590,6 +12589,7 @@ declare const VSnackbar: {
12590
12589
  };
12591
12590
  closeDelay: (StringConstructor | NumberConstructor)[];
12592
12591
  openDelay: (StringConstructor | NumberConstructor)[];
12592
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12593
12593
  activatorProps: {
12594
12594
  type: vue.PropType<Record<string, any>>;
12595
12595
  default: () => {};
@@ -12623,7 +12623,7 @@ declare const VSnackbar: {
12623
12623
  };
12624
12624
  tile: BooleanConstructor;
12625
12625
  position: {
12626
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
12626
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
12627
12627
  validator: (v: any) => boolean;
12628
12628
  };
12629
12629
  multiLine: BooleanConstructor;
@@ -12685,8 +12685,8 @@ declare const VStepperVertical: {
12685
12685
  max?: number | undefined;
12686
12686
  color?: string | undefined;
12687
12687
  class?: any;
12688
- elevation?: string | number | undefined;
12689
12688
  theme?: string | undefined;
12689
+ elevation?: string | number | undefined;
12690
12690
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
12691
12691
  modelValue?: any;
12692
12692
  rounded?: string | number | boolean | undefined;
@@ -12774,8 +12774,8 @@ declare const VStepperVertical: {
12774
12774
  max?: number | undefined;
12775
12775
  color?: string | undefined;
12776
12776
  class?: any;
12777
- elevation?: string | number | undefined;
12778
12777
  theme?: string | undefined;
12778
+ elevation?: string | number | undefined;
12779
12779
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
12780
12780
  modelValue?: any;
12781
12781
  rounded?: string | number | boolean | undefined;
@@ -12910,8 +12910,8 @@ declare const VStepperVertical: {
12910
12910
  max?: number | undefined;
12911
12911
  color?: string | undefined;
12912
12912
  class?: any;
12913
- elevation?: string | number | undefined;
12914
12913
  theme?: string | undefined;
12914
+ elevation?: string | number | undefined;
12915
12915
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
12916
12916
  modelValue?: any;
12917
12917
  rounded?: string | number | boolean | undefined;
@@ -13030,8 +13030,8 @@ declare const VStepperVertical: {
13030
13030
  max?: number | undefined;
13031
13031
  color?: string | undefined;
13032
13032
  class?: any;
13033
- elevation?: string | number | undefined;
13034
13033
  theme?: string | undefined;
13034
+ elevation?: string | number | undefined;
13035
13035
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
13036
13036
  modelValue?: any;
13037
13037
  rounded?: string | number | boolean | undefined;
@@ -13151,6 +13151,7 @@ declare const VStepperVertical: {
13151
13151
  multiple: BooleanConstructor;
13152
13152
  readonly: BooleanConstructor;
13153
13153
  class: vue.PropType<ClassValue>;
13154
+ theme: StringConstructor;
13154
13155
  tag: {
13155
13156
  type: StringConstructor;
13156
13157
  default: string;
@@ -13164,7 +13165,6 @@ declare const VStepperVertical: {
13164
13165
  validator(v: any): boolean;
13165
13166
  };
13166
13167
  focusable: BooleanConstructor;
13167
- theme: StringConstructor;
13168
13168
  modelValue: {
13169
13169
  type: null;
13170
13170
  default: undefined;
@@ -13241,6 +13241,7 @@ declare const VStepperVertical: {
13241
13241
  multiple: BooleanConstructor;
13242
13242
  readonly: BooleanConstructor;
13243
13243
  class: vue.PropType<ClassValue>;
13244
+ theme: StringConstructor;
13244
13245
  tag: {
13245
13246
  type: StringConstructor;
13246
13247
  default: string;
@@ -13254,7 +13255,6 @@ declare const VStepperVertical: {
13254
13255
  validator(v: any): boolean;
13255
13256
  };
13256
13257
  focusable: BooleanConstructor;
13257
- theme: StringConstructor;
13258
13258
  modelValue: {
13259
13259
  type: null;
13260
13260
  default: undefined;
@@ -14388,7 +14388,6 @@ declare const VSnackbarQueue: {
14388
14388
  disabled: boolean;
14389
14389
  timeout: string | number;
14390
14390
  vertical: boolean;
14391
- tile: boolean;
14392
14391
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14393
14392
  updateLocation: (e?: Event) => void;
14394
14393
  });
@@ -14397,6 +14396,7 @@ declare const VSnackbarQueue: {
14397
14396
  closeOnContentClick: boolean;
14398
14397
  closeOnBack: boolean;
14399
14398
  contained: boolean;
14399
+ tile: boolean;
14400
14400
  closeText: string;
14401
14401
  multiLine: boolean;
14402
14402
  } & {
@@ -14409,25 +14409,25 @@ declare const VSnackbarQueue: {
14409
14409
  minHeight?: string | number | undefined;
14410
14410
  minWidth?: string | number | undefined;
14411
14411
  opacity?: string | number | undefined;
14412
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
14412
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14413
14413
  text?: string | undefined;
14414
14414
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
14415
14415
  class?: any;
14416
- timer?: string | boolean | undefined;
14417
14416
  theme?: string | undefined;
14417
+ timer?: string | boolean | undefined;
14418
14418
  rounded?: string | number | boolean | undefined;
14419
14419
  contentClass?: any;
14420
- closable?: string | boolean | undefined;
14421
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14422
14420
  closeDelay?: string | number | undefined;
14423
14421
  openDelay?: string | number | undefined;
14422
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14424
14423
  openOnClick?: boolean | undefined;
14425
14424
  openOnFocus?: boolean | undefined;
14426
14425
  contentProps?: any;
14427
14426
  attach?: string | boolean | Element | undefined;
14427
+ closable?: string | boolean | undefined;
14428
14428
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
14429
14429
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
14430
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
14430
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
14431
14431
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14432
14432
  absolute: boolean;
14433
14433
  location: Anchor;
@@ -14441,7 +14441,6 @@ declare const VSnackbarQueue: {
14441
14441
  disabled: boolean;
14442
14442
  timeout: string | number;
14443
14443
  vertical: boolean;
14444
- tile: boolean;
14445
14444
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14446
14445
  updateLocation: (e?: Event) => void;
14447
14446
  });
@@ -14450,6 +14449,7 @@ declare const VSnackbarQueue: {
14450
14449
  closeOnContentClick: boolean;
14451
14450
  closeOnBack: boolean;
14452
14451
  contained: boolean;
14452
+ tile: boolean;
14453
14453
  closeText: string;
14454
14454
  multiLine: boolean;
14455
14455
  } & {
@@ -14462,22 +14462,22 @@ declare const VSnackbarQueue: {
14462
14462
  minHeight?: string | number | undefined;
14463
14463
  minWidth?: string | number | undefined;
14464
14464
  opacity?: string | number | undefined;
14465
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
14465
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14466
14466
  text?: string | undefined;
14467
14467
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
14468
14468
  class?: any;
14469
- timer?: string | boolean | undefined;
14470
14469
  theme?: string | undefined;
14470
+ timer?: string | boolean | undefined;
14471
14471
  rounded?: string | number | boolean | undefined;
14472
14472
  contentClass?: any;
14473
- closable?: string | boolean | undefined;
14474
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14475
14473
  closeDelay?: string | number | undefined;
14476
14474
  openDelay?: string | number | undefined;
14475
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14477
14476
  openOnClick?: boolean | undefined;
14478
14477
  openOnFocus?: boolean | undefined;
14479
14478
  contentProps?: any;
14480
14479
  attach?: string | boolean | Element | undefined;
14480
+ closable?: string | boolean | undefined;
14481
14481
  } & {}, {
14482
14482
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14483
14483
  absolute: boolean;
@@ -14493,7 +14493,6 @@ declare const VSnackbarQueue: {
14493
14493
  timeout: string | number;
14494
14494
  vertical: boolean;
14495
14495
  rounded: string | number | boolean;
14496
- tile: boolean;
14497
14496
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14498
14497
  updateLocation: (e?: Event) => void;
14499
14498
  });
@@ -14504,6 +14503,7 @@ declare const VSnackbarQueue: {
14504
14503
  closeOnContentClick: boolean;
14505
14504
  closeOnBack: boolean;
14506
14505
  contained: boolean;
14506
+ tile: boolean;
14507
14507
  closeText: string;
14508
14508
  multiLine: boolean;
14509
14509
  }, true, {}, vue.SlotsType<Partial<{
@@ -14540,7 +14540,6 @@ declare const VSnackbarQueue: {
14540
14540
  disabled: boolean;
14541
14541
  timeout: string | number;
14542
14542
  vertical: boolean;
14543
- tile: boolean;
14544
14543
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14545
14544
  updateLocation: (e?: Event) => void;
14546
14545
  });
@@ -14549,6 +14548,7 @@ declare const VSnackbarQueue: {
14549
14548
  closeOnContentClick: boolean;
14550
14549
  closeOnBack: boolean;
14551
14550
  contained: boolean;
14551
+ tile: boolean;
14552
14552
  closeText: string;
14553
14553
  multiLine: boolean;
14554
14554
  } & {
@@ -14561,22 +14561,22 @@ declare const VSnackbarQueue: {
14561
14561
  minHeight?: string | number | undefined;
14562
14562
  minWidth?: string | number | undefined;
14563
14563
  opacity?: string | number | undefined;
14564
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
14564
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14565
14565
  text?: string | undefined;
14566
14566
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
14567
14567
  class?: any;
14568
- timer?: string | boolean | undefined;
14569
14568
  theme?: string | undefined;
14569
+ timer?: string | boolean | undefined;
14570
14570
  rounded?: string | number | boolean | undefined;
14571
14571
  contentClass?: any;
14572
- closable?: string | boolean | undefined;
14573
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14574
14572
  closeDelay?: string | number | undefined;
14575
14573
  openDelay?: string | number | undefined;
14574
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14576
14575
  openOnClick?: boolean | undefined;
14577
14576
  openOnFocus?: boolean | undefined;
14578
14577
  contentProps?: any;
14579
14578
  attach?: string | boolean | Element | undefined;
14579
+ closable?: string | boolean | undefined;
14580
14580
  } & {}, {}, {}, {}, {}, {
14581
14581
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14582
14582
  absolute: boolean;
@@ -14592,7 +14592,6 @@ declare const VSnackbarQueue: {
14592
14592
  timeout: string | number;
14593
14593
  vertical: boolean;
14594
14594
  rounded: string | number | boolean;
14595
- tile: boolean;
14596
14595
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14597
14596
  updateLocation: (e?: Event) => void;
14598
14597
  });
@@ -14603,6 +14602,7 @@ declare const VSnackbarQueue: {
14603
14602
  closeOnContentClick: boolean;
14604
14603
  closeOnBack: boolean;
14605
14604
  contained: boolean;
14605
+ tile: boolean;
14606
14606
  closeText: string;
14607
14607
  multiLine: boolean;
14608
14608
  }>;
@@ -14623,7 +14623,6 @@ declare const VSnackbarQueue: {
14623
14623
  disabled: boolean;
14624
14624
  timeout: string | number;
14625
14625
  vertical: boolean;
14626
- tile: boolean;
14627
14626
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14628
14627
  updateLocation: (e?: Event) => void;
14629
14628
  });
@@ -14632,6 +14631,7 @@ declare const VSnackbarQueue: {
14632
14631
  closeOnContentClick: boolean;
14633
14632
  closeOnBack: boolean;
14634
14633
  contained: boolean;
14634
+ tile: boolean;
14635
14635
  closeText: string;
14636
14636
  multiLine: boolean;
14637
14637
  } & {
@@ -14644,25 +14644,25 @@ declare const VSnackbarQueue: {
14644
14644
  minHeight?: string | number | undefined;
14645
14645
  minWidth?: string | number | undefined;
14646
14646
  opacity?: string | number | undefined;
14647
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
14647
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14648
14648
  text?: string | undefined;
14649
14649
  target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
14650
14650
  class?: any;
14651
- timer?: string | boolean | undefined;
14652
14651
  theme?: string | undefined;
14652
+ timer?: string | boolean | undefined;
14653
14653
  rounded?: string | number | boolean | undefined;
14654
14654
  contentClass?: any;
14655
- closable?: string | boolean | undefined;
14656
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14657
14655
  closeDelay?: string | number | undefined;
14658
14656
  openDelay?: string | number | undefined;
14657
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14659
14658
  openOnClick?: boolean | undefined;
14660
14659
  openOnFocus?: boolean | undefined;
14661
14660
  contentProps?: any;
14662
14661
  attach?: string | boolean | Element | undefined;
14662
+ closable?: string | boolean | undefined;
14663
14663
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
14664
14664
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
14665
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
14665
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, string, {
14666
14666
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14667
14667
  absolute: boolean;
14668
14668
  location: Anchor;
@@ -14677,7 +14677,6 @@ declare const VSnackbarQueue: {
14677
14677
  timeout: string | number;
14678
14678
  vertical: boolean;
14679
14679
  rounded: string | number | boolean;
14680
- tile: boolean;
14681
14680
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14682
14681
  updateLocation: (e?: Event) => void;
14683
14682
  });
@@ -14688,6 +14687,7 @@ declare const VSnackbarQueue: {
14688
14687
  closeOnContentClick: boolean;
14689
14688
  closeOnBack: boolean;
14690
14689
  contained: boolean;
14690
+ tile: boolean;
14691
14691
  closeText: string;
14692
14692
  multiLine: boolean;
14693
14693
  }, {}, string, vue.SlotsType<Partial<{
@@ -14731,7 +14731,7 @@ declare const VSnackbarQueue: {
14731
14731
  minWidth: (StringConstructor | NumberConstructor)[];
14732
14732
  opacity: (StringConstructor | NumberConstructor)[];
14733
14733
  position: {
14734
- type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
14734
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
14735
14735
  validator: (v: any) => boolean;
14736
14736
  };
14737
14737
  transition: Omit<{
@@ -14765,16 +14765,14 @@ declare const VSnackbarQueue: {
14765
14765
  default: number;
14766
14766
  };
14767
14767
  class: PropType<ClassValue>;
14768
+ theme: StringConstructor;
14768
14769
  vertical: BooleanConstructor;
14769
14770
  timer: (StringConstructor | BooleanConstructor)[];
14770
- theme: StringConstructor;
14771
14771
  rounded: {
14772
14772
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14773
14773
  default: undefined;
14774
14774
  };
14775
14775
  contentClass: null;
14776
- tile: BooleanConstructor;
14777
- activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14778
14776
  locationStrategy: {
14779
14777
  type: PropType<StrategyProps["locationStrategy"]>;
14780
14778
  default: string;
@@ -14782,6 +14780,7 @@ declare const VSnackbarQueue: {
14782
14780
  };
14783
14781
  closeDelay: (StringConstructor | NumberConstructor)[];
14784
14782
  openDelay: (StringConstructor | NumberConstructor)[];
14783
+ activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14785
14784
  activatorProps: {
14786
14785
  type: PropType<Record<string, any>>;
14787
14786
  default: () => {};
@@ -14803,6 +14802,7 @@ declare const VSnackbarQueue: {
14803
14802
  contained: BooleanConstructor;
14804
14803
  contentProps: null;
14805
14804
  attach: PropType<boolean | string | Element>;
14805
+ tile: BooleanConstructor;
14806
14806
  multiLine: BooleanConstructor;
14807
14807
  closable: (StringConstructor | BooleanConstructor)[];
14808
14808
  closeText: {
@@ -14838,7 +14838,7 @@ declare const VSnackbarQueue: {
14838
14838
  minWidth: (StringConstructor | NumberConstructor)[];
14839
14839
  opacity: (StringConstructor | NumberConstructor)[];
14840
14840
  position: {
14841
- type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
14841
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
14842
14842
  validator: (v: any) => boolean;
14843
14843
  };
14844
14844
  transition: Omit<{
@@ -14872,16 +14872,14 @@ declare const VSnackbarQueue: {
14872
14872
  default: number;
14873
14873
  };
14874
14874
  class: PropType<ClassValue>;
14875
+ theme: StringConstructor;
14875
14876
  vertical: BooleanConstructor;
14876
14877
  timer: (StringConstructor | BooleanConstructor)[];
14877
- theme: StringConstructor;
14878
14878
  rounded: {
14879
14879
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14880
14880
  default: undefined;
14881
14881
  };
14882
14882
  contentClass: null;
14883
- tile: BooleanConstructor;
14884
- activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14885
14883
  locationStrategy: {
14886
14884
  type: PropType<StrategyProps["locationStrategy"]>;
14887
14885
  default: string;
@@ -14889,6 +14887,7 @@ declare const VSnackbarQueue: {
14889
14887
  };
14890
14888
  closeDelay: (StringConstructor | NumberConstructor)[];
14891
14889
  openDelay: (StringConstructor | NumberConstructor)[];
14890
+ activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14892
14891
  activatorProps: {
14893
14892
  type: PropType<Record<string, any>>;
14894
14893
  default: () => {};
@@ -14910,6 +14909,7 @@ declare const VSnackbarQueue: {
14910
14909
  contained: BooleanConstructor;
14911
14910
  contentProps: null;
14912
14911
  attach: PropType<boolean | string | Element>;
14912
+ tile: BooleanConstructor;
14913
14913
  multiLine: BooleanConstructor;
14914
14914
  closable: (StringConstructor | BooleanConstructor)[];
14915
14915
  closeText: {
@@ -14932,8 +14932,8 @@ declare const VTimePicker: {
14932
14932
  title: string;
14933
14933
  disabled: boolean;
14934
14934
  readonly: boolean;
14935
- tag: string;
14936
14935
  format: "ampm" | "24hr";
14936
+ tag: string;
14937
14937
  tile: boolean;
14938
14938
  scrollable: boolean;
14939
14939
  hideHeader: boolean;
@@ -14951,10 +14951,10 @@ declare const VTimePicker: {
14951
14951
  maxWidth?: string | number | undefined;
14952
14952
  minHeight?: string | number | undefined;
14953
14953
  minWidth?: string | number | undefined;
14954
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
14954
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14955
14955
  class?: any;
14956
- elevation?: string | number | undefined;
14957
14956
  theme?: string | undefined;
14957
+ elevation?: string | number | undefined;
14958
14958
  modelValue?: any;
14959
14959
  rounded?: string | number | boolean | undefined;
14960
14960
  bgColor?: string | undefined;
@@ -14993,8 +14993,8 @@ declare const VTimePicker: {
14993
14993
  title: string;
14994
14994
  disabled: boolean;
14995
14995
  readonly: boolean;
14996
- tag: string;
14997
14996
  format: "ampm" | "24hr";
14997
+ tag: string;
14998
14998
  tile: boolean;
14999
14999
  scrollable: boolean;
15000
15000
  hideHeader: boolean;
@@ -15012,10 +15012,10 @@ declare const VTimePicker: {
15012
15012
  maxWidth?: string | number | undefined;
15013
15013
  minHeight?: string | number | undefined;
15014
15014
  minWidth?: string | number | undefined;
15015
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
15015
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15016
15016
  class?: any;
15017
- elevation?: string | number | undefined;
15018
15017
  theme?: string | undefined;
15018
+ elevation?: string | number | undefined;
15019
15019
  modelValue?: any;
15020
15020
  rounded?: string | number | boolean | undefined;
15021
15021
  bgColor?: string | undefined;
@@ -15048,8 +15048,8 @@ declare const VTimePicker: {
15048
15048
  title: string;
15049
15049
  disabled: boolean;
15050
15050
  readonly: boolean;
15051
- tag: string;
15052
15051
  format: "ampm" | "24hr";
15052
+ tag: string;
15053
15053
  rounded: string | number | boolean;
15054
15054
  tile: boolean;
15055
15055
  scrollable: boolean;
@@ -15072,8 +15072,8 @@ declare const VTimePicker: {
15072
15072
  title: string;
15073
15073
  disabled: boolean;
15074
15074
  readonly: boolean;
15075
- tag: string;
15076
15075
  format: "ampm" | "24hr";
15076
+ tag: string;
15077
15077
  tile: boolean;
15078
15078
  scrollable: boolean;
15079
15079
  hideHeader: boolean;
@@ -15091,10 +15091,10 @@ declare const VTimePicker: {
15091
15091
  maxWidth?: string | number | undefined;
15092
15092
  minHeight?: string | number | undefined;
15093
15093
  minWidth?: string | number | undefined;
15094
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
15094
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15095
15095
  class?: any;
15096
- elevation?: string | number | undefined;
15097
15096
  theme?: string | undefined;
15097
+ elevation?: string | number | undefined;
15098
15098
  modelValue?: any;
15099
15099
  rounded?: string | number | boolean | undefined;
15100
15100
  bgColor?: string | undefined;
@@ -15127,8 +15127,8 @@ declare const VTimePicker: {
15127
15127
  title: string;
15128
15128
  disabled: boolean;
15129
15129
  readonly: boolean;
15130
- tag: string;
15131
15130
  format: "ampm" | "24hr";
15131
+ tag: string;
15132
15132
  rounded: string | number | boolean;
15133
15133
  tile: boolean;
15134
15134
  scrollable: boolean;
@@ -15144,8 +15144,8 @@ declare const VTimePicker: {
15144
15144
  title: string;
15145
15145
  disabled: boolean;
15146
15146
  readonly: boolean;
15147
- tag: string;
15148
15147
  format: "ampm" | "24hr";
15148
+ tag: string;
15149
15149
  tile: boolean;
15150
15150
  scrollable: boolean;
15151
15151
  hideHeader: boolean;
@@ -15163,10 +15163,10 @@ declare const VTimePicker: {
15163
15163
  maxWidth?: string | number | undefined;
15164
15164
  minHeight?: string | number | undefined;
15165
15165
  minWidth?: string | number | undefined;
15166
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
15166
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15167
15167
  class?: any;
15168
- elevation?: string | number | undefined;
15169
15168
  theme?: string | undefined;
15169
+ elevation?: string | number | undefined;
15170
15170
  modelValue?: any;
15171
15171
  rounded?: string | number | boolean | undefined;
15172
15172
  bgColor?: string | undefined;
@@ -15205,8 +15205,8 @@ declare const VTimePicker: {
15205
15205
  title: string;
15206
15206
  disabled: boolean;
15207
15207
  readonly: boolean;
15208
- tag: string;
15209
15208
  format: "ampm" | "24hr";
15209
+ tag: string;
15210
15210
  rounded: string | number | boolean;
15211
15211
  tile: boolean;
15212
15212
  scrollable: boolean;
@@ -15228,7 +15228,7 @@ declare const VTimePicker: {
15228
15228
  minHeight: (StringConstructor | NumberConstructor)[];
15229
15229
  minWidth: (StringConstructor | NumberConstructor)[];
15230
15230
  position: {
15231
- type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
15231
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
15232
15232
  validator: (v: any) => boolean;
15233
15233
  };
15234
15234
  style: {
@@ -15240,6 +15240,7 @@ declare const VTimePicker: {
15240
15240
  default: string;
15241
15241
  };
15242
15242
  class: PropType<ClassValue>;
15243
+ theme: StringConstructor;
15243
15244
  tag: {
15244
15245
  type: StringConstructor;
15245
15246
  default: string;
@@ -15248,7 +15249,6 @@ declare const VTimePicker: {
15248
15249
  type: (StringConstructor | NumberConstructor)[];
15249
15250
  validator(v: any): boolean;
15250
15251
  };
15251
- theme: StringConstructor;
15252
15252
  rounded: {
15253
15253
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15254
15254
  default: undefined;
@@ -15282,7 +15282,7 @@ declare const VTimePicker: {
15282
15282
  minHeight: (StringConstructor | NumberConstructor)[];
15283
15283
  minWidth: (StringConstructor | NumberConstructor)[];
15284
15284
  position: {
15285
- type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
15285
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
15286
15286
  validator: (v: any) => boolean;
15287
15287
  };
15288
15288
  style: {
@@ -15294,6 +15294,7 @@ declare const VTimePicker: {
15294
15294
  default: string;
15295
15295
  };
15296
15296
  class: PropType<ClassValue>;
15297
+ theme: StringConstructor;
15297
15298
  tag: {
15298
15299
  type: StringConstructor;
15299
15300
  default: string;
@@ -15302,7 +15303,6 @@ declare const VTimePicker: {
15302
15303
  type: (StringConstructor | NumberConstructor)[];
15303
15304
  validator(v: any): boolean;
15304
15305
  };
15305
- theme: StringConstructor;
15306
15306
  rounded: {
15307
15307
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15308
15308
  default: undefined;
@@ -15335,9 +15335,9 @@ declare const VTimePickerClock: {
15335
15335
  rotate: number;
15336
15336
  disabled: boolean;
15337
15337
  readonly: boolean;
15338
+ format: Function;
15338
15339
  double: boolean;
15339
15340
  step: number;
15340
- format: Function;
15341
15341
  scrollable: boolean;
15342
15342
  ampm: boolean;
15343
15343
  } & {
@@ -15366,9 +15366,9 @@ declare const VTimePickerClock: {
15366
15366
  rotate: number;
15367
15367
  disabled: boolean;
15368
15368
  readonly: boolean;
15369
+ format: Function;
15369
15370
  double: boolean;
15370
15371
  step: number;
15371
- format: Function;
15372
15372
  scrollable: boolean;
15373
15373
  ampm: boolean;
15374
15374
  } & {
@@ -15392,9 +15392,9 @@ declare const VTimePickerClock: {
15392
15392
  rotate: number;
15393
15393
  disabled: boolean;
15394
15394
  readonly: boolean;
15395
+ format: Function;
15395
15396
  double: boolean;
15396
15397
  step: number;
15397
- format: Function;
15398
15398
  scrollable: boolean;
15399
15399
  ampm: boolean;
15400
15400
  }, true, {}, vue.SlotsType<Partial<{
@@ -15412,9 +15412,9 @@ declare const VTimePickerClock: {
15412
15412
  rotate: number;
15413
15413
  disabled: boolean;
15414
15414
  readonly: boolean;
15415
+ format: Function;
15415
15416
  double: boolean;
15416
15417
  step: number;
15417
- format: Function;
15418
15418
  scrollable: boolean;
15419
15419
  ampm: boolean;
15420
15420
  } & {
@@ -15438,9 +15438,9 @@ declare const VTimePickerClock: {
15438
15438
  rotate: number;
15439
15439
  disabled: boolean;
15440
15440
  readonly: boolean;
15441
+ format: Function;
15441
15442
  double: boolean;
15442
15443
  step: number;
15443
- format: Function;
15444
15444
  scrollable: boolean;
15445
15445
  ampm: boolean;
15446
15446
  }>;
@@ -15453,9 +15453,9 @@ declare const VTimePickerClock: {
15453
15453
  rotate: number;
15454
15454
  disabled: boolean;
15455
15455
  readonly: boolean;
15456
+ format: Function;
15456
15457
  double: boolean;
15457
15458
  step: number;
15458
- format: Function;
15459
15459
  scrollable: boolean;
15460
15460
  ampm: boolean;
15461
15461
  } & {
@@ -15482,9 +15482,9 @@ declare const VTimePickerClock: {
15482
15482
  rotate: number;
15483
15483
  disabled: boolean;
15484
15484
  readonly: boolean;
15485
+ format: Function;
15485
15486
  double: boolean;
15486
15487
  step: number;
15487
- format: Function;
15488
15488
  scrollable: boolean;
15489
15489
  ampm: boolean;
15490
15490
  }, {}, string, vue.SlotsType<Partial<{
@@ -15745,6 +15745,7 @@ declare const VTreeview: {
15745
15745
  style: vue.StyleValue;
15746
15746
  disabled: boolean;
15747
15747
  tag: string;
15748
+ lines: false | "one" | "two" | "three";
15748
15749
  mandatory: boolean;
15749
15750
  modelValue: unknown[];
15750
15751
  tile: boolean;
@@ -15757,7 +15758,6 @@ declare const VTreeview: {
15757
15758
  selectStrategy: SelectStrategyProp;
15758
15759
  collapseIcon: string;
15759
15760
  expandIcon: string;
15760
- lines: false | "one" | "two" | "three";
15761
15761
  returnObject: boolean;
15762
15762
  filterMode: FilterMode;
15763
15763
  noFilter: boolean;
@@ -15780,10 +15780,11 @@ declare const VTreeview: {
15780
15780
  minWidth?: string | number | undefined;
15781
15781
  activated?: any;
15782
15782
  class?: any;
15783
+ theme?: string | undefined;
15783
15784
  selected?: any;
15784
15785
  elevation?: string | number | undefined;
15785
- theme?: string | undefined;
15786
15786
  rounded?: string | number | boolean | undefined;
15787
+ openOnClick?: boolean | undefined;
15787
15788
  baseColor?: string | undefined;
15788
15789
  bgColor?: string | undefined;
15789
15790
  activeColor?: string | undefined;
@@ -15805,7 +15806,6 @@ declare const VTreeview: {
15805
15806
  value: boolean;
15806
15807
  path: unknown[];
15807
15808
  }) => void) | undefined;
15808
- openOnClick?: boolean | undefined;
15809
15809
  selectedColor?: string | undefined;
15810
15810
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
15811
15811
  } & {
@@ -15843,6 +15843,7 @@ declare const VTreeview: {
15843
15843
  style: vue.StyleValue;
15844
15844
  disabled: boolean;
15845
15845
  tag: string;
15846
+ lines: false | "one" | "two" | "three";
15846
15847
  mandatory: boolean;
15847
15848
  modelValue: unknown[];
15848
15849
  tile: boolean;
@@ -15855,7 +15856,6 @@ declare const VTreeview: {
15855
15856
  selectStrategy: SelectStrategyProp;
15856
15857
  collapseIcon: string;
15857
15858
  expandIcon: string;
15858
- lines: false | "one" | "two" | "three";
15859
15859
  returnObject: boolean;
15860
15860
  filterMode: FilterMode;
15861
15861
  noFilter: boolean;
@@ -15878,10 +15878,11 @@ declare const VTreeview: {
15878
15878
  minWidth?: string | number | undefined;
15879
15879
  activated?: any;
15880
15880
  class?: any;
15881
+ theme?: string | undefined;
15881
15882
  selected?: any;
15882
15883
  elevation?: string | number | undefined;
15883
- theme?: string | undefined;
15884
15884
  rounded?: string | number | boolean | undefined;
15885
+ openOnClick?: boolean | undefined;
15885
15886
  baseColor?: string | undefined;
15886
15887
  bgColor?: string | undefined;
15887
15888
  activeColor?: string | undefined;
@@ -15903,7 +15904,6 @@ declare const VTreeview: {
15903
15904
  value: boolean;
15904
15905
  path: unknown[];
15905
15906
  }) => void) | undefined;
15906
- openOnClick?: boolean | undefined;
15907
15907
  selectedColor?: string | undefined;
15908
15908
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
15909
15909
  } & {
@@ -15926,9 +15926,11 @@ declare const VTreeview: {
15926
15926
  style: vue.StyleValue;
15927
15927
  disabled: boolean;
15928
15928
  tag: string;
15929
+ lines: false | "one" | "two" | "three";
15929
15930
  mandatory: boolean;
15930
15931
  modelValue: unknown[];
15931
15932
  rounded: string | number | boolean;
15933
+ openOnClick: boolean;
15932
15934
  tile: boolean;
15933
15935
  density: Density;
15934
15936
  slim: boolean;
@@ -15939,7 +15941,6 @@ declare const VTreeview: {
15939
15941
  selectStrategy: SelectStrategyProp;
15940
15942
  collapseIcon: string;
15941
15943
  expandIcon: string;
15942
- lines: false | "one" | "two" | "three";
15943
15944
  returnObject: boolean;
15944
15945
  filterMode: FilterMode;
15945
15946
  noFilter: boolean;
@@ -15948,7 +15949,6 @@ declare const VTreeview: {
15948
15949
  itemValue: SelectItemKey;
15949
15950
  itemChildren: SelectItemKey;
15950
15951
  itemProps: SelectItemKey;
15951
- openOnClick: boolean;
15952
15952
  loadingIcon: string;
15953
15953
  openAll: boolean;
15954
15954
  }, true, {}, vue.SlotsType<Partial<{
@@ -15989,6 +15989,7 @@ declare const VTreeview: {
15989
15989
  style: vue.StyleValue;
15990
15990
  disabled: boolean;
15991
15991
  tag: string;
15992
+ lines: false | "one" | "two" | "three";
15992
15993
  mandatory: boolean;
15993
15994
  modelValue: unknown[];
15994
15995
  tile: boolean;
@@ -16001,7 +16002,6 @@ declare const VTreeview: {
16001
16002
  selectStrategy: SelectStrategyProp;
16002
16003
  collapseIcon: string;
16003
16004
  expandIcon: string;
16004
- lines: false | "one" | "two" | "three";
16005
16005
  returnObject: boolean;
16006
16006
  filterMode: FilterMode;
16007
16007
  noFilter: boolean;
@@ -16024,10 +16024,11 @@ declare const VTreeview: {
16024
16024
  minWidth?: string | number | undefined;
16025
16025
  activated?: any;
16026
16026
  class?: any;
16027
+ theme?: string | undefined;
16027
16028
  selected?: any;
16028
16029
  elevation?: string | number | undefined;
16029
- theme?: string | undefined;
16030
16030
  rounded?: string | number | boolean | undefined;
16031
+ openOnClick?: boolean | undefined;
16031
16032
  baseColor?: string | undefined;
16032
16033
  bgColor?: string | undefined;
16033
16034
  activeColor?: string | undefined;
@@ -16049,7 +16050,6 @@ declare const VTreeview: {
16049
16050
  value: boolean;
16050
16051
  path: unknown[];
16051
16052
  }) => void) | undefined;
16052
- openOnClick?: boolean | undefined;
16053
16053
  selectedColor?: string | undefined;
16054
16054
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
16055
16055
  } & {
@@ -16072,9 +16072,11 @@ declare const VTreeview: {
16072
16072
  style: vue.StyleValue;
16073
16073
  disabled: boolean;
16074
16074
  tag: string;
16075
+ lines: false | "one" | "two" | "three";
16075
16076
  mandatory: boolean;
16076
16077
  modelValue: unknown[];
16077
16078
  rounded: string | number | boolean;
16079
+ openOnClick: boolean;
16078
16080
  tile: boolean;
16079
16081
  density: Density;
16080
16082
  slim: boolean;
@@ -16085,7 +16087,6 @@ declare const VTreeview: {
16085
16087
  selectStrategy: SelectStrategyProp;
16086
16088
  collapseIcon: string;
16087
16089
  expandIcon: string;
16088
- lines: false | "one" | "two" | "three";
16089
16090
  returnObject: boolean;
16090
16091
  filterMode: FilterMode;
16091
16092
  noFilter: boolean;
@@ -16094,7 +16095,6 @@ declare const VTreeview: {
16094
16095
  itemValue: SelectItemKey;
16095
16096
  itemChildren: SelectItemKey;
16096
16097
  itemProps: SelectItemKey;
16097
- openOnClick: boolean;
16098
16098
  loadingIcon: string;
16099
16099
  openAll: boolean;
16100
16100
  }>;
@@ -16106,6 +16106,7 @@ declare const VTreeview: {
16106
16106
  style: vue.StyleValue;
16107
16107
  disabled: boolean;
16108
16108
  tag: string;
16109
+ lines: false | "one" | "two" | "three";
16109
16110
  mandatory: boolean;
16110
16111
  modelValue: unknown[];
16111
16112
  tile: boolean;
@@ -16118,7 +16119,6 @@ declare const VTreeview: {
16118
16119
  selectStrategy: SelectStrategyProp;
16119
16120
  collapseIcon: string;
16120
16121
  expandIcon: string;
16121
- lines: false | "one" | "two" | "three";
16122
16122
  returnObject: boolean;
16123
16123
  filterMode: FilterMode;
16124
16124
  noFilter: boolean;
@@ -16141,10 +16141,11 @@ declare const VTreeview: {
16141
16141
  minWidth?: string | number | undefined;
16142
16142
  activated?: any;
16143
16143
  class?: any;
16144
+ theme?: string | undefined;
16144
16145
  selected?: any;
16145
16146
  elevation?: string | number | undefined;
16146
- theme?: string | undefined;
16147
16147
  rounded?: string | number | boolean | undefined;
16148
+ openOnClick?: boolean | undefined;
16148
16149
  baseColor?: string | undefined;
16149
16150
  bgColor?: string | undefined;
16150
16151
  activeColor?: string | undefined;
@@ -16166,7 +16167,6 @@ declare const VTreeview: {
16166
16167
  value: boolean;
16167
16168
  path: unknown[];
16168
16169
  }) => void) | undefined;
16169
- openOnClick?: boolean | undefined;
16170
16170
  selectedColor?: string | undefined;
16171
16171
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
16172
16172
  } & {
@@ -16204,9 +16204,11 @@ declare const VTreeview: {
16204
16204
  style: vue.StyleValue;
16205
16205
  disabled: boolean;
16206
16206
  tag: string;
16207
+ lines: false | "one" | "two" | "three";
16207
16208
  mandatory: boolean;
16208
16209
  modelValue: unknown[];
16209
16210
  rounded: string | number | boolean;
16211
+ openOnClick: boolean;
16210
16212
  tile: boolean;
16211
16213
  density: Density;
16212
16214
  slim: boolean;
@@ -16217,7 +16219,6 @@ declare const VTreeview: {
16217
16219
  selectStrategy: SelectStrategyProp;
16218
16220
  collapseIcon: string;
16219
16221
  expandIcon: string;
16220
- lines: false | "one" | "two" | "three";
16221
16222
  returnObject: boolean;
16222
16223
  filterMode: FilterMode;
16223
16224
  noFilter: boolean;
@@ -16226,7 +16227,6 @@ declare const VTreeview: {
16226
16227
  itemValue: SelectItemKey;
16227
16228
  itemChildren: SelectItemKey;
16228
16229
  itemProps: SelectItemKey;
16229
- openOnClick: boolean;
16230
16230
  loadingIcon: string;
16231
16231
  openAll: boolean;
16232
16232
  }, {}, string, vue.SlotsType<Partial<{
@@ -16285,17 +16285,21 @@ declare const VTreeview: {
16285
16285
  disabled: BooleanConstructor;
16286
16286
  activated: null;
16287
16287
  class: vue.PropType<ClassValue>;
16288
+ theme: StringConstructor;
16288
16289
  tag: {
16289
16290
  type: StringConstructor;
16290
16291
  default: string;
16291
16292
  };
16293
+ lines: {
16294
+ type: vue.PropType<"one" | "two" | "three" | false>;
16295
+ default: string;
16296
+ };
16292
16297
  mandatory: BooleanConstructor;
16293
16298
  selected: null;
16294
16299
  elevation: {
16295
16300
  type: (StringConstructor | NumberConstructor)[];
16296
16301
  validator(v: any): boolean;
16297
16302
  };
16298
- theme: StringConstructor;
16299
16303
  rounded: {
16300
16304
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16301
16305
  default: undefined;
@@ -16339,10 +16343,6 @@ declare const VTreeview: {
16339
16343
  type: vue.PropType<string>;
16340
16344
  default: string;
16341
16345
  };
16342
- lines: {
16343
- type: vue.PropType<"one" | "two" | "three" | false>;
16344
- default: string;
16345
- };
16346
16346
  returnObject: BooleanConstructor;
16347
16347
  itemTitle: {
16348
16348
  type: vue.PropType<SelectItemKey>;
@@ -16427,17 +16427,21 @@ declare const VTreeview: {
16427
16427
  disabled: BooleanConstructor;
16428
16428
  activated: null;
16429
16429
  class: vue.PropType<ClassValue>;
16430
+ theme: StringConstructor;
16430
16431
  tag: {
16431
16432
  type: StringConstructor;
16432
16433
  default: string;
16433
16434
  };
16435
+ lines: {
16436
+ type: vue.PropType<"one" | "two" | "three" | false>;
16437
+ default: string;
16438
+ };
16434
16439
  mandatory: BooleanConstructor;
16435
16440
  selected: null;
16436
16441
  elevation: {
16437
16442
  type: (StringConstructor | NumberConstructor)[];
16438
16443
  validator(v: any): boolean;
16439
16444
  };
16440
- theme: StringConstructor;
16441
16445
  rounded: {
16442
16446
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16443
16447
  default: undefined;
@@ -16481,10 +16485,6 @@ declare const VTreeview: {
16481
16485
  type: vue.PropType<string>;
16482
16486
  default: string;
16483
16487
  };
16484
- lines: {
16485
- type: vue.PropType<"one" | "two" | "three" | false>;
16486
- default: string;
16487
- };
16488
16488
  returnObject: BooleanConstructor;
16489
16489
  itemTitle: {
16490
16490
  type: vue.PropType<SelectItemKey>;
@@ -16574,12 +16574,13 @@ declare const VTreeviewItem: {
16574
16574
  value?: any;
16575
16575
  title?: string | number | undefined;
16576
16576
  class?: any;
16577
+ theme?: string | undefined;
16578
+ to?: vue_router.RouteLocationRaw | undefined;
16579
+ lines?: false | "one" | "two" | "three" | undefined;
16577
16580
  onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
16578
16581
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
16579
16582
  href?: string | undefined;
16580
16583
  elevation?: string | number | undefined;
16581
- to?: vue_router.RouteLocationRaw | undefined;
16582
- theme?: string | undefined;
16583
16584
  rounded?: string | number | boolean | undefined;
16584
16585
  baseColor?: string | undefined;
16585
16586
  activeColor?: string | undefined;
@@ -16589,7 +16590,6 @@ declare const VTreeviewItem: {
16589
16590
  appendAvatar?: string | undefined;
16590
16591
  prependAvatar?: string | undefined;
16591
16592
  subtitle?: string | number | undefined;
16592
- lines?: false | "one" | "two" | "three" | undefined;
16593
16593
  toggleIcon?: IconValue | undefined;
16594
16594
  onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
16595
16595
  } & {
@@ -16642,12 +16642,13 @@ declare const VTreeviewItem: {
16642
16642
  value?: any;
16643
16643
  title?: string | number | undefined;
16644
16644
  class?: any;
16645
+ theme?: string | undefined;
16646
+ to?: vue_router.RouteLocationRaw | undefined;
16647
+ lines?: false | "one" | "two" | "three" | undefined;
16645
16648
  onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
16646
16649
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
16647
16650
  href?: string | undefined;
16648
16651
  elevation?: string | number | undefined;
16649
- to?: vue_router.RouteLocationRaw | undefined;
16650
- theme?: string | undefined;
16651
16652
  rounded?: string | number | boolean | undefined;
16652
16653
  baseColor?: string | undefined;
16653
16654
  activeColor?: string | undefined;
@@ -16657,7 +16658,6 @@ declare const VTreeviewItem: {
16657
16658
  appendAvatar?: string | undefined;
16658
16659
  prependAvatar?: string | undefined;
16659
16660
  subtitle?: string | number | undefined;
16660
- lines?: false | "one" | "two" | "three" | undefined;
16661
16661
  toggleIcon?: IconValue | undefined;
16662
16662
  onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
16663
16663
  } & {
@@ -16741,12 +16741,13 @@ declare const VTreeviewItem: {
16741
16741
  value?: any;
16742
16742
  title?: string | number | undefined;
16743
16743
  class?: any;
16744
+ theme?: string | undefined;
16745
+ to?: vue_router.RouteLocationRaw | undefined;
16746
+ lines?: false | "one" | "two" | "three" | undefined;
16744
16747
  onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
16745
16748
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
16746
16749
  href?: string | undefined;
16747
16750
  elevation?: string | number | undefined;
16748
- to?: vue_router.RouteLocationRaw | undefined;
16749
- theme?: string | undefined;
16750
16751
  rounded?: string | number | boolean | undefined;
16751
16752
  baseColor?: string | undefined;
16752
16753
  activeColor?: string | undefined;
@@ -16756,7 +16757,6 @@ declare const VTreeviewItem: {
16756
16757
  appendAvatar?: string | undefined;
16757
16758
  prependAvatar?: string | undefined;
16758
16759
  subtitle?: string | number | undefined;
16759
- lines?: false | "one" | "two" | "three" | undefined;
16760
16760
  toggleIcon?: IconValue | undefined;
16761
16761
  onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
16762
16762
  } & {
@@ -16831,12 +16831,13 @@ declare const VTreeviewItem: {
16831
16831
  value?: any;
16832
16832
  title?: string | number | undefined;
16833
16833
  class?: any;
16834
+ theme?: string | undefined;
16835
+ to?: vue_router.RouteLocationRaw | undefined;
16836
+ lines?: false | "one" | "two" | "three" | undefined;
16834
16837
  onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
16835
16838
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
16836
16839
  href?: string | undefined;
16837
16840
  elevation?: string | number | undefined;
16838
- to?: vue_router.RouteLocationRaw | undefined;
16839
- theme?: string | undefined;
16840
16841
  rounded?: string | number | boolean | undefined;
16841
16842
  baseColor?: string | undefined;
16842
16843
  activeColor?: string | undefined;
@@ -16846,7 +16847,6 @@ declare const VTreeviewItem: {
16846
16847
  appendAvatar?: string | undefined;
16847
16848
  prependAvatar?: string | undefined;
16848
16849
  subtitle?: string | number | undefined;
16849
- lines?: false | "one" | "two" | "three" | undefined;
16850
16850
  toggleIcon?: IconValue | undefined;
16851
16851
  onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
16852
16852
  } & {