@vuetify/nightly 3.9.2-master.2025-07-23 → 3.9.2-master.2025-07-24

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 (211) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/_component-variables-labs.sass +2 -1
  3. package/dist/json/attributes.json +2563 -2299
  4. package/dist/json/importMap-labs.json +24 -12
  5. package/dist/json/importMap.json +174 -174
  6. package/dist/json/tags.json +81 -0
  7. package/dist/json/web-types.json +5100 -3978
  8. package/dist/vuetify-labs.cjs +751 -15
  9. package/dist/vuetify-labs.css +5171 -4837
  10. package/dist/vuetify-labs.d.ts +6526 -845
  11. package/dist/vuetify-labs.esm.js +752 -16
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +751 -15
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +37 -9
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +3169 -3169
  18. package/dist/vuetify.d.ts +88 -68
  19. package/dist/vuetify.esm.js +37 -9
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +37 -9
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +264 -263
  25. package/dist/vuetify.min.js.map +1 -1
  26. package/lib/components/VBottomSheet/VBottomSheet.d.ts +6 -6
  27. package/lib/components/VDialog/VDialog.d.ts +6 -6
  28. package/lib/components/VOverlay/VOverlay.js +1 -0
  29. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  30. package/lib/components/VOverlay/scrollStrategies.d.ts +1 -0
  31. package/lib/components/VOverlay/scrollStrategies.js +6 -4
  32. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  33. package/lib/components/VRangeSlider/VRangeSlider.d.ts +13 -0
  34. package/lib/components/VSlider/VSlider.d.ts +13 -0
  35. package/lib/components/VSlider/VSlider.js +3 -1
  36. package/lib/components/VSlider/VSlider.js.map +1 -1
  37. package/lib/components/VSlider/VSliderThumb.d.ts +13 -0
  38. package/lib/components/VSlider/VSliderThumb.js +2 -0
  39. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  40. package/lib/components/VSlider/slider.d.ts +6 -0
  41. package/lib/components/VSlider/slider.js +2 -0
  42. package/lib/components/VSlider/slider.js.map +1 -1
  43. package/lib/components/index.js +1 -1
  44. package/lib/components/index.js.map +1 -1
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +60 -56
  47. package/lib/framework.js +1 -1
  48. package/lib/iconsets/fa.js +9 -1
  49. package/lib/iconsets/fa.js.map +1 -1
  50. package/lib/iconsets/fa4.js +9 -1
  51. package/lib/iconsets/fa4.js.map +1 -1
  52. package/lib/iconsets/md.js +9 -1
  53. package/lib/iconsets/md.js.map +1 -1
  54. package/lib/iconsets/mdi-svg.js +9 -1
  55. package/lib/iconsets/mdi-svg.js.map +1 -1
  56. package/lib/iconsets/mdi.js +9 -1
  57. package/lib/iconsets/mdi.js.map +1 -1
  58. package/lib/labs/VVideo/VVideo.css +319 -0
  59. package/lib/labs/VVideo/VVideo.d.ts +6932 -0
  60. package/lib/labs/VVideo/VVideo.js +424 -0
  61. package/lib/labs/VVideo/VVideo.js.map +1 -0
  62. package/lib/labs/VVideo/VVideo.sass +301 -0
  63. package/lib/labs/VVideo/VVideoControls.d.ts +3524 -0
  64. package/lib/labs/VVideo/VVideoControls.js +232 -0
  65. package/lib/labs/VVideo/VVideoControls.js.map +1 -0
  66. package/lib/labs/VVideo/VVideoVolume.d.ts +3088 -0
  67. package/lib/labs/VVideo/VVideoVolume.js +90 -0
  68. package/lib/labs/VVideo/VVideoVolume.js.map +1 -0
  69. package/lib/labs/VVideo/_variables.scss +58 -0
  70. package/lib/labs/VVideo/index.d.ts +3 -0
  71. package/lib/labs/VVideo/index.js +4 -0
  72. package/lib/labs/VVideo/index.js.map +1 -0
  73. package/lib/labs/components.d.ts +1 -0
  74. package/lib/labs/components.js +1 -0
  75. package/lib/labs/components.js.map +1 -1
  76. package/lib/locale/af.d.ts +11 -0
  77. package/lib/locale/af.js +11 -0
  78. package/lib/locale/af.js.map +1 -1
  79. package/lib/locale/ar.d.ts +11 -0
  80. package/lib/locale/ar.js +11 -0
  81. package/lib/locale/ar.js.map +1 -1
  82. package/lib/locale/az.d.ts +11 -0
  83. package/lib/locale/az.js +11 -0
  84. package/lib/locale/az.js.map +1 -1
  85. package/lib/locale/bg.d.ts +11 -0
  86. package/lib/locale/bg.js +11 -0
  87. package/lib/locale/bg.js.map +1 -1
  88. package/lib/locale/ca.d.ts +11 -0
  89. package/lib/locale/ca.js +11 -0
  90. package/lib/locale/ca.js.map +1 -1
  91. package/lib/locale/ckb.d.ts +11 -0
  92. package/lib/locale/ckb.js +11 -0
  93. package/lib/locale/ckb.js.map +1 -1
  94. package/lib/locale/cs.d.ts +11 -0
  95. package/lib/locale/cs.js +11 -0
  96. package/lib/locale/cs.js.map +1 -1
  97. package/lib/locale/da.d.ts +11 -0
  98. package/lib/locale/da.js +11 -0
  99. package/lib/locale/da.js.map +1 -1
  100. package/lib/locale/de.d.ts +11 -0
  101. package/lib/locale/de.js +11 -0
  102. package/lib/locale/de.js.map +1 -1
  103. package/lib/locale/el.d.ts +11 -0
  104. package/lib/locale/el.js +11 -0
  105. package/lib/locale/el.js.map +1 -1
  106. package/lib/locale/en.d.ts +11 -0
  107. package/lib/locale/en.js +11 -0
  108. package/lib/locale/en.js.map +1 -1
  109. package/lib/locale/es.d.ts +11 -0
  110. package/lib/locale/es.js +11 -0
  111. package/lib/locale/es.js.map +1 -1
  112. package/lib/locale/et.d.ts +11 -0
  113. package/lib/locale/et.js +11 -0
  114. package/lib/locale/et.js.map +1 -1
  115. package/lib/locale/fa.d.ts +11 -0
  116. package/lib/locale/fa.js +11 -0
  117. package/lib/locale/fa.js.map +1 -1
  118. package/lib/locale/fi.d.ts +11 -0
  119. package/lib/locale/fi.js +11 -0
  120. package/lib/locale/fi.js.map +1 -1
  121. package/lib/locale/fr.d.ts +11 -0
  122. package/lib/locale/fr.js +11 -0
  123. package/lib/locale/fr.js.map +1 -1
  124. package/lib/locale/he.d.ts +11 -0
  125. package/lib/locale/he.js +11 -0
  126. package/lib/locale/he.js.map +1 -1
  127. package/lib/locale/hr.d.ts +11 -0
  128. package/lib/locale/hr.js +11 -0
  129. package/lib/locale/hr.js.map +1 -1
  130. package/lib/locale/hu.d.ts +11 -0
  131. package/lib/locale/hu.js +11 -0
  132. package/lib/locale/hu.js.map +1 -1
  133. package/lib/locale/id.d.ts +11 -0
  134. package/lib/locale/id.js +11 -0
  135. package/lib/locale/id.js.map +1 -1
  136. package/lib/locale/it.d.ts +11 -0
  137. package/lib/locale/it.js +11 -0
  138. package/lib/locale/it.js.map +1 -1
  139. package/lib/locale/ja.d.ts +11 -0
  140. package/lib/locale/ja.js +11 -0
  141. package/lib/locale/ja.js.map +1 -1
  142. package/lib/locale/km.d.ts +11 -0
  143. package/lib/locale/km.js +11 -0
  144. package/lib/locale/km.js.map +1 -1
  145. package/lib/locale/ko.d.ts +11 -0
  146. package/lib/locale/ko.js +11 -0
  147. package/lib/locale/ko.js.map +1 -1
  148. package/lib/locale/lt.d.ts +11 -0
  149. package/lib/locale/lt.js +11 -0
  150. package/lib/locale/lt.js.map +1 -1
  151. package/lib/locale/lv.d.ts +11 -0
  152. package/lib/locale/lv.js +11 -0
  153. package/lib/locale/lv.js.map +1 -1
  154. package/lib/locale/nl.d.ts +11 -0
  155. package/lib/locale/nl.js +11 -0
  156. package/lib/locale/nl.js.map +1 -1
  157. package/lib/locale/no.d.ts +11 -0
  158. package/lib/locale/no.js +11 -0
  159. package/lib/locale/no.js.map +1 -1
  160. package/lib/locale/pl.d.ts +11 -0
  161. package/lib/locale/pl.js +11 -0
  162. package/lib/locale/pl.js.map +1 -1
  163. package/lib/locale/pt.d.ts +11 -0
  164. package/lib/locale/pt.js +11 -0
  165. package/lib/locale/pt.js.map +1 -1
  166. package/lib/locale/ro.d.ts +11 -0
  167. package/lib/locale/ro.js +11 -0
  168. package/lib/locale/ro.js.map +1 -1
  169. package/lib/locale/ru.d.ts +11 -0
  170. package/lib/locale/ru.js +11 -0
  171. package/lib/locale/ru.js.map +1 -1
  172. package/lib/locale/sk.d.ts +11 -0
  173. package/lib/locale/sk.js +11 -0
  174. package/lib/locale/sk.js.map +1 -1
  175. package/lib/locale/sl.d.ts +11 -0
  176. package/lib/locale/sl.js +11 -0
  177. package/lib/locale/sl.js.map +1 -1
  178. package/lib/locale/sr-Cyrl.d.ts +11 -0
  179. package/lib/locale/sr-Cyrl.js +11 -0
  180. package/lib/locale/sr-Cyrl.js.map +1 -1
  181. package/lib/locale/sr-Latn.d.ts +11 -0
  182. package/lib/locale/sr-Latn.js +11 -0
  183. package/lib/locale/sr-Latn.js.map +1 -1
  184. package/lib/locale/sv.d.ts +11 -0
  185. package/lib/locale/sv.js +11 -0
  186. package/lib/locale/sv.js.map +1 -1
  187. package/lib/locale/th.d.ts +11 -0
  188. package/lib/locale/th.js +11 -0
  189. package/lib/locale/th.js.map +1 -1
  190. package/lib/locale/tr.d.ts +11 -0
  191. package/lib/locale/tr.js +11 -0
  192. package/lib/locale/tr.js.map +1 -1
  193. package/lib/locale/uk.d.ts +11 -0
  194. package/lib/locale/uk.js +11 -0
  195. package/lib/locale/uk.js.map +1 -1
  196. package/lib/locale/vi.d.ts +11 -0
  197. package/lib/locale/vi.js +11 -0
  198. package/lib/locale/vi.js.map +1 -1
  199. package/lib/locale/zh-Hans.d.ts +11 -0
  200. package/lib/locale/zh-Hans.js +11 -0
  201. package/lib/locale/zh-Hans.js.map +1 -1
  202. package/lib/locale/zh-Hant.d.ts +11 -0
  203. package/lib/locale/zh-Hant.js +11 -0
  204. package/lib/locale/zh-Hant.js.map +1 -1
  205. package/lib/util/index.d.ts +1 -0
  206. package/lib/util/index.js +1 -0
  207. package/lib/util/index.js.map +1 -1
  208. package/lib/util/timeUtils.d.ts +1 -0
  209. package/lib/util/timeUtils.js +4 -0
  210. package/lib/util/timeUtils.js.map +1 -0
  211. package/package.json +1 -1
@@ -0,0 +1,3088 @@
1
+ import { VMenu } from "../../components/VMenu/VMenu.js";
2
+ import { VSlider } from "../../components/VSlider/VSlider.js";
3
+ import type { PropType } from 'vue';
4
+ export declare const makeVVideoVolumeProps: <Defaults extends {
5
+ class?: unknown;
6
+ style?: unknown;
7
+ inline?: unknown;
8
+ label?: unknown;
9
+ direction?: unknown;
10
+ modelValue?: unknown;
11
+ menuProps?: unknown;
12
+ sliderProps?: unknown;
13
+ onClick?: unknown;
14
+ } = {}>(defaults?: Defaults | undefined) => {
15
+ class: unknown extends Defaults["class"] ? PropType<any> : {
16
+ type: PropType<unknown extends Defaults["class"] ? any : any>;
17
+ default: unknown extends Defaults["class"] ? any : any;
18
+ };
19
+ style: unknown extends Defaults["style"] ? {
20
+ type: PropType<import("vue").StyleValue>;
21
+ default: null;
22
+ } : Omit<{
23
+ type: PropType<import("vue").StyleValue>;
24
+ default: null;
25
+ }, "type" | "default"> & {
26
+ type: PropType<unknown extends Defaults["style"] ? import("vue").StyleValue : import("vue").StyleValue | Defaults["style"]>;
27
+ default: unknown extends Defaults["style"] ? import("vue").StyleValue : NonNullable<import("vue").StyleValue> | Defaults["style"];
28
+ };
29
+ inline: unknown extends Defaults["inline"] ? BooleanConstructor : {
30
+ type: PropType<unknown extends Defaults["inline"] ? boolean : boolean | Defaults["inline"]>;
31
+ default: unknown extends Defaults["inline"] ? boolean : boolean | Defaults["inline"];
32
+ };
33
+ label: unknown extends Defaults["label"] ? StringConstructor : {
34
+ type: PropType<unknown extends Defaults["label"] ? string : string | Defaults["label"]>;
35
+ default: unknown extends Defaults["label"] ? string : string | Defaults["label"];
36
+ };
37
+ direction: unknown extends Defaults["direction"] ? {
38
+ type: PropType<"horizontal" | "vertical">;
39
+ default: string;
40
+ } : Omit<{
41
+ type: PropType<"horizontal" | "vertical">;
42
+ default: string;
43
+ }, "type" | "default"> & {
44
+ type: PropType<unknown extends Defaults["direction"] ? "horizontal" | "vertical" : "horizontal" | "vertical" | Defaults["direction"]>;
45
+ default: unknown extends Defaults["direction"] ? "horizontal" | "vertical" : NonNullable<"horizontal" | "vertical"> | Defaults["direction"];
46
+ };
47
+ modelValue: unknown extends Defaults["modelValue"] ? {
48
+ type: NumberConstructor;
49
+ default: number;
50
+ } : Omit<{
51
+ type: NumberConstructor;
52
+ default: number;
53
+ }, "type" | "default"> & {
54
+ type: PropType<unknown extends Defaults["modelValue"] ? number : number | Defaults["modelValue"]>;
55
+ default: unknown extends Defaults["modelValue"] ? number : number | Defaults["modelValue"];
56
+ };
57
+ menuProps: unknown extends Defaults["menuProps"] ? PropType<Partial<{
58
+ location: import("../../util/index.js").Anchor | undefined;
59
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
60
+ transition: string | boolean | (import("vue").TransitionProps & {
61
+ component?: import("vue").Component;
62
+ }) | {
63
+ component: {
64
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
65
+ target?: HTMLElement | [x: number, y: number] | undefined;
66
+ } & {
67
+ $children?: import("vue").VNodeChild | {
68
+ $stable?: boolean;
69
+ } | {
70
+ default?: (() => import("vue").VNodeChild) | undefined;
71
+ } | (() => import("vue").VNodeChild);
72
+ 'v-slots'?: {
73
+ default?: false | (() => import("vue").VNodeChild) | undefined;
74
+ } | undefined;
75
+ } & {
76
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
77
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
78
+ default: () => import("vue").VNode[];
79
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
80
+ P: {};
81
+ B: {};
82
+ D: {};
83
+ C: {};
84
+ M: {};
85
+ Defaults: {};
86
+ }, {} & {
87
+ target?: HTMLElement | [x: number, y: number] | undefined;
88
+ } & {
89
+ $children?: import("vue").VNodeChild | {
90
+ $stable?: boolean;
91
+ } | {
92
+ default?: (() => import("vue").VNodeChild) | undefined;
93
+ } | (() => import("vue").VNodeChild);
94
+ 'v-slots'?: {
95
+ default?: false | (() => import("vue").VNodeChild) | undefined;
96
+ } | undefined;
97
+ } & {
98
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
99
+ }, () => JSX.Element, {}, {}, {}, {}>;
100
+ __isFragment?: never;
101
+ __isTeleport?: never;
102
+ __isSuspense?: never;
103
+ } & import("vue").ComponentOptionsBase<{} & {
104
+ target?: HTMLElement | [x: number, y: number] | undefined;
105
+ } & {
106
+ $children?: import("vue").VNodeChild | {
107
+ $stable?: boolean;
108
+ } | {
109
+ default?: (() => import("vue").VNodeChild) | undefined;
110
+ } | (() => import("vue").VNodeChild);
111
+ 'v-slots'?: {
112
+ default?: false | (() => import("vue").VNodeChild) | undefined;
113
+ } | undefined;
114
+ } & {
115
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
116
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
117
+ default: () => import("vue").VNode[];
118
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
119
+ target: PropType<HTMLElement | [x: number, y: number]>;
120
+ }, import("vue").ExtractPropTypes<{
121
+ target: PropType<HTMLElement | [x: number, y: number]>;
122
+ }>>;
123
+ } | null;
124
+ zIndex: string | number;
125
+ style: import("vue").StyleValue;
126
+ eager: boolean;
127
+ disabled: boolean;
128
+ persistent: boolean;
129
+ modelValue: boolean;
130
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
131
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
132
+ closeDelay: string | number;
133
+ openDelay: string | number;
134
+ activatorProps: Record<string, any>;
135
+ openOnClick: boolean;
136
+ openOnHover: boolean;
137
+ openOnFocus: boolean;
138
+ closeOnContentClick: boolean;
139
+ closeOnBack: boolean;
140
+ contained: boolean;
141
+ noClickAnimation: boolean;
142
+ scrim: string | boolean;
143
+ submenu: boolean;
144
+ disableInitialFocus: boolean;
145
+ }> & Omit<{
146
+ location: import("../../util/index.js").Anchor | undefined;
147
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
148
+ transition: string | boolean | (import("vue").TransitionProps & {
149
+ component?: import("vue").Component;
150
+ }) | {
151
+ component: {
152
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
153
+ target?: HTMLElement | [x: number, y: number] | undefined;
154
+ } & {
155
+ $children?: import("vue").VNodeChild | {
156
+ $stable?: boolean;
157
+ } | {
158
+ default?: (() => import("vue").VNodeChild) | undefined;
159
+ } | (() => import("vue").VNodeChild);
160
+ 'v-slots'?: {
161
+ default?: false | (() => import("vue").VNodeChild) | undefined;
162
+ } | undefined;
163
+ } & {
164
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
165
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
166
+ default: () => import("vue").VNode[];
167
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
168
+ P: {};
169
+ B: {};
170
+ D: {};
171
+ C: {};
172
+ M: {};
173
+ Defaults: {};
174
+ }, {} & {
175
+ target?: HTMLElement | [x: number, y: number] | undefined;
176
+ } & {
177
+ $children?: import("vue").VNodeChild | {
178
+ $stable?: boolean;
179
+ } | {
180
+ default?: (() => import("vue").VNodeChild) | undefined;
181
+ } | (() => import("vue").VNodeChild);
182
+ 'v-slots'?: {
183
+ default?: false | (() => import("vue").VNodeChild) | undefined;
184
+ } | undefined;
185
+ } & {
186
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
187
+ }, () => JSX.Element, {}, {}, {}, {}>;
188
+ __isFragment?: never;
189
+ __isTeleport?: never;
190
+ __isSuspense?: never;
191
+ } & import("vue").ComponentOptionsBase<{} & {
192
+ target?: HTMLElement | [x: number, y: number] | undefined;
193
+ } & {
194
+ $children?: import("vue").VNodeChild | {
195
+ $stable?: boolean;
196
+ } | {
197
+ default?: (() => import("vue").VNodeChild) | undefined;
198
+ } | (() => import("vue").VNodeChild);
199
+ 'v-slots'?: {
200
+ default?: false | (() => import("vue").VNodeChild) | undefined;
201
+ } | undefined;
202
+ } & {
203
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
204
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
205
+ default: () => import("vue").VNode[];
206
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
207
+ target: PropType<HTMLElement | [x: number, y: number]>;
208
+ }, import("vue").ExtractPropTypes<{
209
+ target: PropType<HTMLElement | [x: number, y: number]>;
210
+ }>>;
211
+ } | null;
212
+ zIndex: string | number;
213
+ style: import("vue").StyleValue;
214
+ eager: boolean;
215
+ disabled: boolean;
216
+ persistent: boolean;
217
+ modelValue: boolean;
218
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
219
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
220
+ closeDelay: string | number;
221
+ openDelay: string | number;
222
+ activatorProps: Record<string, any>;
223
+ openOnHover: boolean;
224
+ closeOnContentClick: boolean;
225
+ closeOnBack: boolean;
226
+ contained: boolean;
227
+ noClickAnimation: boolean;
228
+ scrim: string | boolean;
229
+ submenu: boolean;
230
+ disableInitialFocus: boolean;
231
+ offset?: string | number | number[] | undefined;
232
+ id?: string | undefined;
233
+ height?: string | number | undefined;
234
+ width?: string | number | undefined;
235
+ maxHeight?: string | number | undefined;
236
+ maxWidth?: string | number | undefined;
237
+ minHeight?: string | number | undefined;
238
+ minWidth?: string | number | undefined;
239
+ opacity?: string | number | undefined;
240
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
241
+ class?: any;
242
+ theme?: string | undefined;
243
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
244
+ openOnClick?: boolean | undefined;
245
+ openOnFocus?: boolean | undefined;
246
+ contentClass?: any;
247
+ contentProps?: any;
248
+ attach?: string | boolean | Element | undefined;
249
+ $children?: import("vue").VNodeChild | {
250
+ $stable?: boolean;
251
+ } | {
252
+ default?: ((arg: {
253
+ isActive: import("vue").Ref<boolean>;
254
+ }) => import("vue").VNodeChild) | undefined;
255
+ activator?: ((arg: {
256
+ isActive: boolean;
257
+ props: Record<string, any>;
258
+ targetRef: import("../../util/index.js").TemplateRef;
259
+ }) => import("vue").VNodeChild) | undefined;
260
+ } | ((arg: {
261
+ isActive: import("vue").Ref<boolean>;
262
+ }) => import("vue").VNodeChild);
263
+ 'v-slots'?: {
264
+ default?: false | ((arg: {
265
+ isActive: import("vue").Ref<boolean>;
266
+ }) => import("vue").VNodeChild) | undefined;
267
+ activator?: false | ((arg: {
268
+ isActive: boolean;
269
+ props: Record<string, any>;
270
+ targetRef: import("../../util/index.js").TemplateRef;
271
+ }) => import("vue").VNodeChild) | undefined;
272
+ } | undefined;
273
+ "v-slot:default"?: false | ((arg: {
274
+ isActive: import("vue").Ref<boolean>;
275
+ }) => import("vue").VNodeChild) | undefined;
276
+ "v-slot:activator"?: false | ((arg: {
277
+ isActive: boolean;
278
+ props: Record<string, any>;
279
+ targetRef: import("../../util/index.js").TemplateRef;
280
+ }) => import("vue").VNodeChild) | undefined;
281
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
282
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">> : {
283
+ type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
284
+ location: import("../../util/index.js").Anchor | undefined;
285
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
286
+ transition: string | boolean | (import("vue").TransitionProps & {
287
+ component?: import("vue").Component;
288
+ }) | {
289
+ component: {
290
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
291
+ target?: HTMLElement | [x: number, y: number] | undefined;
292
+ } & {
293
+ $children?: import("vue").VNodeChild | {
294
+ $stable?: boolean;
295
+ } | {
296
+ default?: (() => import("vue").VNodeChild) | undefined;
297
+ } | (() => import("vue").VNodeChild);
298
+ 'v-slots'?: {
299
+ default?: false | (() => import("vue").VNodeChild) | undefined;
300
+ } | undefined;
301
+ } & {
302
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
303
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
304
+ default: () => import("vue").VNode[];
305
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
306
+ P: {};
307
+ B: {};
308
+ D: {};
309
+ C: {};
310
+ M: {};
311
+ Defaults: {};
312
+ }, {} & {
313
+ target?: HTMLElement | [x: number, y: number] | undefined;
314
+ } & {
315
+ $children?: import("vue").VNodeChild | {
316
+ $stable?: boolean;
317
+ } | {
318
+ default?: (() => import("vue").VNodeChild) | undefined;
319
+ } | (() => import("vue").VNodeChild);
320
+ 'v-slots'?: {
321
+ default?: false | (() => import("vue").VNodeChild) | undefined;
322
+ } | undefined;
323
+ } & {
324
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
325
+ }, () => JSX.Element, {}, {}, {}, {}>;
326
+ __isFragment?: never;
327
+ __isTeleport?: never;
328
+ __isSuspense?: never;
329
+ } & import("vue").ComponentOptionsBase<{} & {
330
+ target?: HTMLElement | [x: number, y: number] | undefined;
331
+ } & {
332
+ $children?: import("vue").VNodeChild | {
333
+ $stable?: boolean;
334
+ } | {
335
+ default?: (() => import("vue").VNodeChild) | undefined;
336
+ } | (() => import("vue").VNodeChild);
337
+ 'v-slots'?: {
338
+ default?: false | (() => import("vue").VNodeChild) | undefined;
339
+ } | undefined;
340
+ } & {
341
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
342
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
343
+ default: () => import("vue").VNode[];
344
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
345
+ target: PropType<HTMLElement | [x: number, y: number]>;
346
+ }, import("vue").ExtractPropTypes<{
347
+ target: PropType<HTMLElement | [x: number, y: number]>;
348
+ }>>;
349
+ } | null;
350
+ zIndex: string | number;
351
+ style: import("vue").StyleValue;
352
+ eager: boolean;
353
+ disabled: boolean;
354
+ persistent: boolean;
355
+ modelValue: boolean;
356
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
357
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
358
+ closeDelay: string | number;
359
+ openDelay: string | number;
360
+ activatorProps: Record<string, any>;
361
+ openOnClick: boolean;
362
+ openOnHover: boolean;
363
+ openOnFocus: boolean;
364
+ closeOnContentClick: boolean;
365
+ closeOnBack: boolean;
366
+ contained: boolean;
367
+ noClickAnimation: boolean;
368
+ scrim: string | boolean;
369
+ submenu: boolean;
370
+ disableInitialFocus: boolean;
371
+ }> & Omit<{
372
+ location: import("../../util/index.js").Anchor | undefined;
373
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
374
+ transition: string | boolean | (import("vue").TransitionProps & {
375
+ component?: import("vue").Component;
376
+ }) | {
377
+ component: {
378
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
379
+ target?: HTMLElement | [x: number, y: number] | undefined;
380
+ } & {
381
+ $children?: import("vue").VNodeChild | {
382
+ $stable?: boolean;
383
+ } | {
384
+ default?: (() => import("vue").VNodeChild) | undefined;
385
+ } | (() => import("vue").VNodeChild);
386
+ 'v-slots'?: {
387
+ default?: false | (() => import("vue").VNodeChild) | undefined;
388
+ } | undefined;
389
+ } & {
390
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
391
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
392
+ default: () => import("vue").VNode[];
393
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
394
+ P: {};
395
+ B: {};
396
+ D: {};
397
+ C: {};
398
+ M: {};
399
+ Defaults: {};
400
+ }, {} & {
401
+ target?: HTMLElement | [x: number, y: number] | undefined;
402
+ } & {
403
+ $children?: import("vue").VNodeChild | {
404
+ $stable?: boolean;
405
+ } | {
406
+ default?: (() => import("vue").VNodeChild) | undefined;
407
+ } | (() => import("vue").VNodeChild);
408
+ 'v-slots'?: {
409
+ default?: false | (() => import("vue").VNodeChild) | undefined;
410
+ } | undefined;
411
+ } & {
412
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
413
+ }, () => JSX.Element, {}, {}, {}, {}>;
414
+ __isFragment?: never;
415
+ __isTeleport?: never;
416
+ __isSuspense?: never;
417
+ } & import("vue").ComponentOptionsBase<{} & {
418
+ target?: HTMLElement | [x: number, y: number] | undefined;
419
+ } & {
420
+ $children?: import("vue").VNodeChild | {
421
+ $stable?: boolean;
422
+ } | {
423
+ default?: (() => import("vue").VNodeChild) | undefined;
424
+ } | (() => import("vue").VNodeChild);
425
+ 'v-slots'?: {
426
+ default?: false | (() => import("vue").VNodeChild) | undefined;
427
+ } | undefined;
428
+ } & {
429
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
430
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
431
+ default: () => import("vue").VNode[];
432
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
433
+ target: PropType<HTMLElement | [x: number, y: number]>;
434
+ }, import("vue").ExtractPropTypes<{
435
+ target: PropType<HTMLElement | [x: number, y: number]>;
436
+ }>>;
437
+ } | null;
438
+ zIndex: string | number;
439
+ style: import("vue").StyleValue;
440
+ eager: boolean;
441
+ disabled: boolean;
442
+ persistent: boolean;
443
+ modelValue: boolean;
444
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
445
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
446
+ closeDelay: string | number;
447
+ openDelay: string | number;
448
+ activatorProps: Record<string, any>;
449
+ openOnHover: boolean;
450
+ closeOnContentClick: boolean;
451
+ closeOnBack: boolean;
452
+ contained: boolean;
453
+ noClickAnimation: boolean;
454
+ scrim: string | boolean;
455
+ submenu: boolean;
456
+ disableInitialFocus: boolean;
457
+ offset?: string | number | number[] | undefined;
458
+ id?: string | undefined;
459
+ height?: string | number | undefined;
460
+ width?: string | number | undefined;
461
+ maxHeight?: string | number | undefined;
462
+ maxWidth?: string | number | undefined;
463
+ minHeight?: string | number | undefined;
464
+ minWidth?: string | number | undefined;
465
+ opacity?: string | number | undefined;
466
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
467
+ class?: any;
468
+ theme?: string | undefined;
469
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
470
+ openOnClick?: boolean | undefined;
471
+ openOnFocus?: boolean | undefined;
472
+ contentClass?: any;
473
+ contentProps?: any;
474
+ attach?: string | boolean | Element | undefined;
475
+ $children?: import("vue").VNodeChild | {
476
+ $stable?: boolean;
477
+ } | {
478
+ default?: ((arg: {
479
+ isActive: import("vue").Ref<boolean>;
480
+ }) => import("vue").VNodeChild) | undefined;
481
+ activator?: ((arg: {
482
+ isActive: boolean;
483
+ props: Record<string, any>;
484
+ targetRef: import("../../util/index.js").TemplateRef;
485
+ }) => import("vue").VNodeChild) | undefined;
486
+ } | ((arg: {
487
+ isActive: import("vue").Ref<boolean>;
488
+ }) => import("vue").VNodeChild);
489
+ 'v-slots'?: {
490
+ default?: false | ((arg: {
491
+ isActive: import("vue").Ref<boolean>;
492
+ }) => import("vue").VNodeChild) | undefined;
493
+ activator?: false | ((arg: {
494
+ isActive: boolean;
495
+ props: Record<string, any>;
496
+ targetRef: import("../../util/index.js").TemplateRef;
497
+ }) => import("vue").VNodeChild) | undefined;
498
+ } | undefined;
499
+ "v-slot:default"?: false | ((arg: {
500
+ isActive: import("vue").Ref<boolean>;
501
+ }) => import("vue").VNodeChild) | undefined;
502
+ "v-slot:activator"?: false | ((arg: {
503
+ isActive: boolean;
504
+ props: Record<string, any>;
505
+ targetRef: import("../../util/index.js").TemplateRef;
506
+ }) => import("vue").VNodeChild) | undefined;
507
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
508
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus"> : (Partial<{
509
+ location: import("../../util/index.js").Anchor | undefined;
510
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
511
+ transition: string | boolean | (import("vue").TransitionProps & {
512
+ component?: import("vue").Component;
513
+ }) | {
514
+ component: {
515
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
516
+ target?: HTMLElement | [x: number, y: number] | undefined;
517
+ } & {
518
+ $children?: import("vue").VNodeChild | {
519
+ $stable?: boolean;
520
+ } | {
521
+ default?: (() => import("vue").VNodeChild) | undefined;
522
+ } | (() => import("vue").VNodeChild);
523
+ 'v-slots'?: {
524
+ default?: false | (() => import("vue").VNodeChild) | undefined;
525
+ } | undefined;
526
+ } & {
527
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
528
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
529
+ default: () => import("vue").VNode[];
530
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
531
+ P: {};
532
+ B: {};
533
+ D: {};
534
+ C: {};
535
+ M: {};
536
+ Defaults: {};
537
+ }, {} & {
538
+ target?: HTMLElement | [x: number, y: number] | undefined;
539
+ } & {
540
+ $children?: import("vue").VNodeChild | {
541
+ $stable?: boolean;
542
+ } | {
543
+ default?: (() => import("vue").VNodeChild) | undefined;
544
+ } | (() => import("vue").VNodeChild);
545
+ 'v-slots'?: {
546
+ default?: false | (() => import("vue").VNodeChild) | undefined;
547
+ } | undefined;
548
+ } & {
549
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
550
+ }, () => JSX.Element, {}, {}, {}, {}>;
551
+ __isFragment?: never;
552
+ __isTeleport?: never;
553
+ __isSuspense?: never;
554
+ } & import("vue").ComponentOptionsBase<{} & {
555
+ target?: HTMLElement | [x: number, y: number] | undefined;
556
+ } & {
557
+ $children?: import("vue").VNodeChild | {
558
+ $stable?: boolean;
559
+ } | {
560
+ default?: (() => import("vue").VNodeChild) | undefined;
561
+ } | (() => import("vue").VNodeChild);
562
+ 'v-slots'?: {
563
+ default?: false | (() => import("vue").VNodeChild) | undefined;
564
+ } | undefined;
565
+ } & {
566
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
567
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
568
+ default: () => import("vue").VNode[];
569
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
570
+ target: PropType<HTMLElement | [x: number, y: number]>;
571
+ }, import("vue").ExtractPropTypes<{
572
+ target: PropType<HTMLElement | [x: number, y: number]>;
573
+ }>>;
574
+ } | null;
575
+ zIndex: string | number;
576
+ style: import("vue").StyleValue;
577
+ eager: boolean;
578
+ disabled: boolean;
579
+ persistent: boolean;
580
+ modelValue: boolean;
581
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
582
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
583
+ closeDelay: string | number;
584
+ openDelay: string | number;
585
+ activatorProps: Record<string, any>;
586
+ openOnClick: boolean;
587
+ openOnHover: boolean;
588
+ openOnFocus: boolean;
589
+ closeOnContentClick: boolean;
590
+ closeOnBack: boolean;
591
+ contained: boolean;
592
+ noClickAnimation: boolean;
593
+ scrim: string | boolean;
594
+ submenu: boolean;
595
+ disableInitialFocus: boolean;
596
+ }> & Omit<{
597
+ location: import("../../util/index.js").Anchor | undefined;
598
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
599
+ transition: string | boolean | (import("vue").TransitionProps & {
600
+ component?: import("vue").Component;
601
+ }) | {
602
+ component: {
603
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
604
+ target?: HTMLElement | [x: number, y: number] | undefined;
605
+ } & {
606
+ $children?: import("vue").VNodeChild | {
607
+ $stable?: boolean;
608
+ } | {
609
+ default?: (() => import("vue").VNodeChild) | undefined;
610
+ } | (() => import("vue").VNodeChild);
611
+ 'v-slots'?: {
612
+ default?: false | (() => import("vue").VNodeChild) | undefined;
613
+ } | undefined;
614
+ } & {
615
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
616
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
617
+ default: () => import("vue").VNode[];
618
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
619
+ P: {};
620
+ B: {};
621
+ D: {};
622
+ C: {};
623
+ M: {};
624
+ Defaults: {};
625
+ }, {} & {
626
+ target?: HTMLElement | [x: number, y: number] | undefined;
627
+ } & {
628
+ $children?: import("vue").VNodeChild | {
629
+ $stable?: boolean;
630
+ } | {
631
+ default?: (() => import("vue").VNodeChild) | undefined;
632
+ } | (() => import("vue").VNodeChild);
633
+ 'v-slots'?: {
634
+ default?: false | (() => import("vue").VNodeChild) | undefined;
635
+ } | undefined;
636
+ } & {
637
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
638
+ }, () => JSX.Element, {}, {}, {}, {}>;
639
+ __isFragment?: never;
640
+ __isTeleport?: never;
641
+ __isSuspense?: never;
642
+ } & import("vue").ComponentOptionsBase<{} & {
643
+ target?: HTMLElement | [x: number, y: number] | undefined;
644
+ } & {
645
+ $children?: import("vue").VNodeChild | {
646
+ $stable?: boolean;
647
+ } | {
648
+ default?: (() => import("vue").VNodeChild) | undefined;
649
+ } | (() => import("vue").VNodeChild);
650
+ 'v-slots'?: {
651
+ default?: false | (() => import("vue").VNodeChild) | undefined;
652
+ } | undefined;
653
+ } & {
654
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
655
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
656
+ default: () => import("vue").VNode[];
657
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
658
+ target: PropType<HTMLElement | [x: number, y: number]>;
659
+ }, import("vue").ExtractPropTypes<{
660
+ target: PropType<HTMLElement | [x: number, y: number]>;
661
+ }>>;
662
+ } | null;
663
+ zIndex: string | number;
664
+ style: import("vue").StyleValue;
665
+ eager: boolean;
666
+ disabled: boolean;
667
+ persistent: boolean;
668
+ modelValue: boolean;
669
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
670
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
671
+ closeDelay: string | number;
672
+ openDelay: string | number;
673
+ activatorProps: Record<string, any>;
674
+ openOnHover: boolean;
675
+ closeOnContentClick: boolean;
676
+ closeOnBack: boolean;
677
+ contained: boolean;
678
+ noClickAnimation: boolean;
679
+ scrim: string | boolean;
680
+ submenu: boolean;
681
+ disableInitialFocus: boolean;
682
+ offset?: string | number | number[] | undefined;
683
+ id?: string | undefined;
684
+ height?: string | number | undefined;
685
+ width?: string | number | undefined;
686
+ maxHeight?: string | number | undefined;
687
+ maxWidth?: string | number | undefined;
688
+ minHeight?: string | number | undefined;
689
+ minWidth?: string | number | undefined;
690
+ opacity?: string | number | undefined;
691
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
692
+ class?: any;
693
+ theme?: string | undefined;
694
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
695
+ openOnClick?: boolean | undefined;
696
+ openOnFocus?: boolean | undefined;
697
+ contentClass?: any;
698
+ contentProps?: any;
699
+ attach?: string | boolean | Element | undefined;
700
+ $children?: import("vue").VNodeChild | {
701
+ $stable?: boolean;
702
+ } | {
703
+ default?: ((arg: {
704
+ isActive: import("vue").Ref<boolean>;
705
+ }) => import("vue").VNodeChild) | undefined;
706
+ activator?: ((arg: {
707
+ isActive: boolean;
708
+ props: Record<string, any>;
709
+ targetRef: import("../../util/index.js").TemplateRef;
710
+ }) => import("vue").VNodeChild) | undefined;
711
+ } | ((arg: {
712
+ isActive: import("vue").Ref<boolean>;
713
+ }) => import("vue").VNodeChild);
714
+ 'v-slots'?: {
715
+ default?: false | ((arg: {
716
+ isActive: import("vue").Ref<boolean>;
717
+ }) => import("vue").VNodeChild) | undefined;
718
+ activator?: false | ((arg: {
719
+ isActive: boolean;
720
+ props: Record<string, any>;
721
+ targetRef: import("../../util/index.js").TemplateRef;
722
+ }) => import("vue").VNodeChild) | undefined;
723
+ } | undefined;
724
+ "v-slot:default"?: false | ((arg: {
725
+ isActive: import("vue").Ref<boolean>;
726
+ }) => import("vue").VNodeChild) | undefined;
727
+ "v-slot:activator"?: false | ((arg: {
728
+ isActive: boolean;
729
+ props: Record<string, any>;
730
+ targetRef: import("../../util/index.js").TemplateRef;
731
+ }) => import("vue").VNodeChild) | undefined;
732
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
733
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | Defaults["menuProps"]>;
734
+ default: unknown extends Defaults["menuProps"] ? Partial<{
735
+ location: import("../../util/index.js").Anchor | undefined;
736
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
737
+ transition: string | boolean | (import("vue").TransitionProps & {
738
+ component?: import("vue").Component;
739
+ }) | {
740
+ component: {
741
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
742
+ target?: HTMLElement | [x: number, y: number] | undefined;
743
+ } & {
744
+ $children?: import("vue").VNodeChild | {
745
+ $stable?: boolean;
746
+ } | {
747
+ default?: (() => import("vue").VNodeChild) | undefined;
748
+ } | (() => import("vue").VNodeChild);
749
+ 'v-slots'?: {
750
+ default?: false | (() => import("vue").VNodeChild) | undefined;
751
+ } | undefined;
752
+ } & {
753
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
754
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
755
+ default: () => import("vue").VNode[];
756
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
757
+ P: {};
758
+ B: {};
759
+ D: {};
760
+ C: {};
761
+ M: {};
762
+ Defaults: {};
763
+ }, {} & {
764
+ target?: HTMLElement | [x: number, y: number] | undefined;
765
+ } & {
766
+ $children?: import("vue").VNodeChild | {
767
+ $stable?: boolean;
768
+ } | {
769
+ default?: (() => import("vue").VNodeChild) | undefined;
770
+ } | (() => import("vue").VNodeChild);
771
+ 'v-slots'?: {
772
+ default?: false | (() => import("vue").VNodeChild) | undefined;
773
+ } | undefined;
774
+ } & {
775
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
776
+ }, () => JSX.Element, {}, {}, {}, {}>;
777
+ __isFragment?: never;
778
+ __isTeleport?: never;
779
+ __isSuspense?: never;
780
+ } & import("vue").ComponentOptionsBase<{} & {
781
+ target?: HTMLElement | [x: number, y: number] | undefined;
782
+ } & {
783
+ $children?: import("vue").VNodeChild | {
784
+ $stable?: boolean;
785
+ } | {
786
+ default?: (() => import("vue").VNodeChild) | undefined;
787
+ } | (() => import("vue").VNodeChild);
788
+ 'v-slots'?: {
789
+ default?: false | (() => import("vue").VNodeChild) | undefined;
790
+ } | undefined;
791
+ } & {
792
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
793
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
794
+ default: () => import("vue").VNode[];
795
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
796
+ target: PropType<HTMLElement | [x: number, y: number]>;
797
+ }, import("vue").ExtractPropTypes<{
798
+ target: PropType<HTMLElement | [x: number, y: number]>;
799
+ }>>;
800
+ } | null;
801
+ zIndex: string | number;
802
+ style: import("vue").StyleValue;
803
+ eager: boolean;
804
+ disabled: boolean;
805
+ persistent: boolean;
806
+ modelValue: boolean;
807
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
808
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
809
+ closeDelay: string | number;
810
+ openDelay: string | number;
811
+ activatorProps: Record<string, any>;
812
+ openOnClick: boolean;
813
+ openOnHover: boolean;
814
+ openOnFocus: boolean;
815
+ closeOnContentClick: boolean;
816
+ closeOnBack: boolean;
817
+ contained: boolean;
818
+ noClickAnimation: boolean;
819
+ scrim: string | boolean;
820
+ submenu: boolean;
821
+ disableInitialFocus: boolean;
822
+ }> & Omit<{
823
+ location: import("../../util/index.js").Anchor | undefined;
824
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
825
+ transition: string | boolean | (import("vue").TransitionProps & {
826
+ component?: import("vue").Component;
827
+ }) | {
828
+ component: {
829
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
830
+ target?: HTMLElement | [x: number, y: number] | undefined;
831
+ } & {
832
+ $children?: import("vue").VNodeChild | {
833
+ $stable?: boolean;
834
+ } | {
835
+ default?: (() => import("vue").VNodeChild) | undefined;
836
+ } | (() => import("vue").VNodeChild);
837
+ 'v-slots'?: {
838
+ default?: false | (() => import("vue").VNodeChild) | undefined;
839
+ } | undefined;
840
+ } & {
841
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
842
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
843
+ default: () => import("vue").VNode[];
844
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
845
+ P: {};
846
+ B: {};
847
+ D: {};
848
+ C: {};
849
+ M: {};
850
+ Defaults: {};
851
+ }, {} & {
852
+ target?: HTMLElement | [x: number, y: number] | undefined;
853
+ } & {
854
+ $children?: import("vue").VNodeChild | {
855
+ $stable?: boolean;
856
+ } | {
857
+ default?: (() => import("vue").VNodeChild) | undefined;
858
+ } | (() => import("vue").VNodeChild);
859
+ 'v-slots'?: {
860
+ default?: false | (() => import("vue").VNodeChild) | undefined;
861
+ } | undefined;
862
+ } & {
863
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
864
+ }, () => JSX.Element, {}, {}, {}, {}>;
865
+ __isFragment?: never;
866
+ __isTeleport?: never;
867
+ __isSuspense?: never;
868
+ } & import("vue").ComponentOptionsBase<{} & {
869
+ target?: HTMLElement | [x: number, y: number] | undefined;
870
+ } & {
871
+ $children?: import("vue").VNodeChild | {
872
+ $stable?: boolean;
873
+ } | {
874
+ default?: (() => import("vue").VNodeChild) | undefined;
875
+ } | (() => import("vue").VNodeChild);
876
+ 'v-slots'?: {
877
+ default?: false | (() => import("vue").VNodeChild) | undefined;
878
+ } | undefined;
879
+ } & {
880
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
881
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
882
+ default: () => import("vue").VNode[];
883
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
884
+ target: PropType<HTMLElement | [x: number, y: number]>;
885
+ }, import("vue").ExtractPropTypes<{
886
+ target: PropType<HTMLElement | [x: number, y: number]>;
887
+ }>>;
888
+ } | null;
889
+ zIndex: string | number;
890
+ style: import("vue").StyleValue;
891
+ eager: boolean;
892
+ disabled: boolean;
893
+ persistent: boolean;
894
+ modelValue: boolean;
895
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
896
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
897
+ closeDelay: string | number;
898
+ openDelay: string | number;
899
+ activatorProps: Record<string, any>;
900
+ openOnHover: boolean;
901
+ closeOnContentClick: boolean;
902
+ closeOnBack: boolean;
903
+ contained: boolean;
904
+ noClickAnimation: boolean;
905
+ scrim: string | boolean;
906
+ submenu: boolean;
907
+ disableInitialFocus: boolean;
908
+ offset?: string | number | number[] | undefined;
909
+ id?: string | undefined;
910
+ height?: string | number | undefined;
911
+ width?: string | number | undefined;
912
+ maxHeight?: string | number | undefined;
913
+ maxWidth?: string | number | undefined;
914
+ minHeight?: string | number | undefined;
915
+ minWidth?: string | number | undefined;
916
+ opacity?: string | number | undefined;
917
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
918
+ class?: any;
919
+ theme?: string | undefined;
920
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
921
+ openOnClick?: boolean | undefined;
922
+ openOnFocus?: boolean | undefined;
923
+ contentClass?: any;
924
+ contentProps?: any;
925
+ attach?: string | boolean | Element | undefined;
926
+ $children?: import("vue").VNodeChild | {
927
+ $stable?: boolean;
928
+ } | {
929
+ default?: ((arg: {
930
+ isActive: import("vue").Ref<boolean>;
931
+ }) => import("vue").VNodeChild) | undefined;
932
+ activator?: ((arg: {
933
+ isActive: boolean;
934
+ props: Record<string, any>;
935
+ targetRef: import("../../util/index.js").TemplateRef;
936
+ }) => import("vue").VNodeChild) | undefined;
937
+ } | ((arg: {
938
+ isActive: import("vue").Ref<boolean>;
939
+ }) => import("vue").VNodeChild);
940
+ 'v-slots'?: {
941
+ default?: false | ((arg: {
942
+ isActive: import("vue").Ref<boolean>;
943
+ }) => import("vue").VNodeChild) | undefined;
944
+ activator?: false | ((arg: {
945
+ isActive: boolean;
946
+ props: Record<string, any>;
947
+ targetRef: import("../../util/index.js").TemplateRef;
948
+ }) => import("vue").VNodeChild) | undefined;
949
+ } | undefined;
950
+ "v-slot:default"?: false | ((arg: {
951
+ isActive: import("vue").Ref<boolean>;
952
+ }) => import("vue").VNodeChild) | undefined;
953
+ "v-slot:activator"?: false | ((arg: {
954
+ isActive: boolean;
955
+ props: Record<string, any>;
956
+ targetRef: import("../../util/index.js").TemplateRef;
957
+ }) => import("vue").VNodeChild) | undefined;
958
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
959
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus"> : NonNullable<Partial<{
960
+ location: import("../../util/index.js").Anchor | undefined;
961
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
962
+ transition: string | boolean | (import("vue").TransitionProps & {
963
+ component?: import("vue").Component;
964
+ }) | {
965
+ component: {
966
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
967
+ target?: HTMLElement | [x: number, y: number] | undefined;
968
+ } & {
969
+ $children?: import("vue").VNodeChild | {
970
+ $stable?: boolean;
971
+ } | {
972
+ default?: (() => import("vue").VNodeChild) | undefined;
973
+ } | (() => import("vue").VNodeChild);
974
+ 'v-slots'?: {
975
+ default?: false | (() => import("vue").VNodeChild) | undefined;
976
+ } | undefined;
977
+ } & {
978
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
979
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
980
+ default: () => import("vue").VNode[];
981
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
982
+ P: {};
983
+ B: {};
984
+ D: {};
985
+ C: {};
986
+ M: {};
987
+ Defaults: {};
988
+ }, {} & {
989
+ target?: HTMLElement | [x: number, y: number] | undefined;
990
+ } & {
991
+ $children?: import("vue").VNodeChild | {
992
+ $stable?: boolean;
993
+ } | {
994
+ default?: (() => import("vue").VNodeChild) | undefined;
995
+ } | (() => import("vue").VNodeChild);
996
+ 'v-slots'?: {
997
+ default?: false | (() => import("vue").VNodeChild) | undefined;
998
+ } | undefined;
999
+ } & {
1000
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1001
+ }, () => JSX.Element, {}, {}, {}, {}>;
1002
+ __isFragment?: never;
1003
+ __isTeleport?: never;
1004
+ __isSuspense?: never;
1005
+ } & import("vue").ComponentOptionsBase<{} & {
1006
+ target?: HTMLElement | [x: number, y: number] | undefined;
1007
+ } & {
1008
+ $children?: import("vue").VNodeChild | {
1009
+ $stable?: boolean;
1010
+ } | {
1011
+ default?: (() => import("vue").VNodeChild) | undefined;
1012
+ } | (() => import("vue").VNodeChild);
1013
+ 'v-slots'?: {
1014
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1015
+ } | undefined;
1016
+ } & {
1017
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1018
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1019
+ default: () => import("vue").VNode[];
1020
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1021
+ target: PropType<HTMLElement | [x: number, y: number]>;
1022
+ }, import("vue").ExtractPropTypes<{
1023
+ target: PropType<HTMLElement | [x: number, y: number]>;
1024
+ }>>;
1025
+ } | null;
1026
+ zIndex: string | number;
1027
+ style: import("vue").StyleValue;
1028
+ eager: boolean;
1029
+ disabled: boolean;
1030
+ persistent: boolean;
1031
+ modelValue: boolean;
1032
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1033
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
1034
+ closeDelay: string | number;
1035
+ openDelay: string | number;
1036
+ activatorProps: Record<string, any>;
1037
+ openOnClick: boolean;
1038
+ openOnHover: boolean;
1039
+ openOnFocus: boolean;
1040
+ closeOnContentClick: boolean;
1041
+ closeOnBack: boolean;
1042
+ contained: boolean;
1043
+ noClickAnimation: boolean;
1044
+ scrim: string | boolean;
1045
+ submenu: boolean;
1046
+ disableInitialFocus: boolean;
1047
+ }> & Omit<{
1048
+ location: import("../../util/index.js").Anchor | undefined;
1049
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1050
+ transition: string | boolean | (import("vue").TransitionProps & {
1051
+ component?: import("vue").Component;
1052
+ }) | {
1053
+ component: {
1054
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1055
+ target?: HTMLElement | [x: number, y: number] | undefined;
1056
+ } & {
1057
+ $children?: import("vue").VNodeChild | {
1058
+ $stable?: boolean;
1059
+ } | {
1060
+ default?: (() => import("vue").VNodeChild) | undefined;
1061
+ } | (() => import("vue").VNodeChild);
1062
+ 'v-slots'?: {
1063
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1064
+ } | undefined;
1065
+ } & {
1066
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1067
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1068
+ default: () => import("vue").VNode[];
1069
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1070
+ P: {};
1071
+ B: {};
1072
+ D: {};
1073
+ C: {};
1074
+ M: {};
1075
+ Defaults: {};
1076
+ }, {} & {
1077
+ target?: HTMLElement | [x: number, y: number] | undefined;
1078
+ } & {
1079
+ $children?: import("vue").VNodeChild | {
1080
+ $stable?: boolean;
1081
+ } | {
1082
+ default?: (() => import("vue").VNodeChild) | undefined;
1083
+ } | (() => import("vue").VNodeChild);
1084
+ 'v-slots'?: {
1085
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1086
+ } | undefined;
1087
+ } & {
1088
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1089
+ }, () => JSX.Element, {}, {}, {}, {}>;
1090
+ __isFragment?: never;
1091
+ __isTeleport?: never;
1092
+ __isSuspense?: never;
1093
+ } & import("vue").ComponentOptionsBase<{} & {
1094
+ target?: HTMLElement | [x: number, y: number] | undefined;
1095
+ } & {
1096
+ $children?: import("vue").VNodeChild | {
1097
+ $stable?: boolean;
1098
+ } | {
1099
+ default?: (() => import("vue").VNodeChild) | undefined;
1100
+ } | (() => import("vue").VNodeChild);
1101
+ 'v-slots'?: {
1102
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1103
+ } | undefined;
1104
+ } & {
1105
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1106
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1107
+ default: () => import("vue").VNode[];
1108
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1109
+ target: PropType<HTMLElement | [x: number, y: number]>;
1110
+ }, import("vue").ExtractPropTypes<{
1111
+ target: PropType<HTMLElement | [x: number, y: number]>;
1112
+ }>>;
1113
+ } | null;
1114
+ zIndex: string | number;
1115
+ style: import("vue").StyleValue;
1116
+ eager: boolean;
1117
+ disabled: boolean;
1118
+ persistent: boolean;
1119
+ modelValue: boolean;
1120
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1121
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
1122
+ closeDelay: string | number;
1123
+ openDelay: string | number;
1124
+ activatorProps: Record<string, any>;
1125
+ openOnHover: boolean;
1126
+ closeOnContentClick: boolean;
1127
+ closeOnBack: boolean;
1128
+ contained: boolean;
1129
+ noClickAnimation: boolean;
1130
+ scrim: string | boolean;
1131
+ submenu: boolean;
1132
+ disableInitialFocus: boolean;
1133
+ offset?: string | number | number[] | undefined;
1134
+ id?: string | undefined;
1135
+ height?: string | number | undefined;
1136
+ width?: string | number | undefined;
1137
+ maxHeight?: string | number | undefined;
1138
+ maxWidth?: string | number | undefined;
1139
+ minHeight?: string | number | undefined;
1140
+ minWidth?: string | number | undefined;
1141
+ opacity?: string | number | undefined;
1142
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1143
+ class?: any;
1144
+ theme?: string | undefined;
1145
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1146
+ openOnClick?: boolean | undefined;
1147
+ openOnFocus?: boolean | undefined;
1148
+ contentClass?: any;
1149
+ contentProps?: any;
1150
+ attach?: string | boolean | Element | undefined;
1151
+ $children?: import("vue").VNodeChild | {
1152
+ $stable?: boolean;
1153
+ } | {
1154
+ default?: ((arg: {
1155
+ isActive: import("vue").Ref<boolean>;
1156
+ }) => import("vue").VNodeChild) | undefined;
1157
+ activator?: ((arg: {
1158
+ isActive: boolean;
1159
+ props: Record<string, any>;
1160
+ targetRef: import("../../util/index.js").TemplateRef;
1161
+ }) => import("vue").VNodeChild) | undefined;
1162
+ } | ((arg: {
1163
+ isActive: import("vue").Ref<boolean>;
1164
+ }) => import("vue").VNodeChild);
1165
+ 'v-slots'?: {
1166
+ default?: false | ((arg: {
1167
+ isActive: import("vue").Ref<boolean>;
1168
+ }) => import("vue").VNodeChild) | undefined;
1169
+ activator?: false | ((arg: {
1170
+ isActive: boolean;
1171
+ props: Record<string, any>;
1172
+ targetRef: import("../../util/index.js").TemplateRef;
1173
+ }) => import("vue").VNodeChild) | undefined;
1174
+ } | undefined;
1175
+ "v-slot:default"?: false | ((arg: {
1176
+ isActive: import("vue").Ref<boolean>;
1177
+ }) => import("vue").VNodeChild) | undefined;
1178
+ "v-slot:activator"?: false | ((arg: {
1179
+ isActive: boolean;
1180
+ props: Record<string, any>;
1181
+ targetRef: import("../../util/index.js").TemplateRef;
1182
+ }) => import("vue").VNodeChild) | undefined;
1183
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1184
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">> | Defaults["menuProps"];
1185
+ };
1186
+ sliderProps: unknown extends Defaults["sliderProps"] ? PropType<Pick<Partial<{
1187
+ reverse: boolean;
1188
+ max: string | number;
1189
+ error: boolean;
1190
+ min: string | number;
1191
+ direction: "horizontal" | "vertical";
1192
+ style: import("vue").StyleValue;
1193
+ disabled: boolean | null;
1194
+ readonly: boolean | null;
1195
+ step: string | number;
1196
+ elevation: string | number;
1197
+ messages: string | readonly string[];
1198
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1199
+ focused: boolean;
1200
+ errorMessages: string | readonly string[] | null;
1201
+ maxErrors: string | number;
1202
+ modelValue: string | number;
1203
+ density: import("../../composables/density.js").Density;
1204
+ rounded: string | number | boolean;
1205
+ tile: boolean;
1206
+ ripple: boolean;
1207
+ centerAffix: boolean;
1208
+ glow: boolean;
1209
+ hideSpinButtons: boolean;
1210
+ persistentHint: boolean;
1211
+ showTicks: boolean | "always";
1212
+ tickSize: string | number;
1213
+ trackSize: string | number;
1214
+ thumbLabel: boolean | "always" | undefined;
1215
+ thumbSize: string | number;
1216
+ noKeyboard: boolean;
1217
+ }> & Omit<{
1218
+ reverse: boolean;
1219
+ max: string | number;
1220
+ error: boolean;
1221
+ min: string | number;
1222
+ direction: "horizontal" | "vertical";
1223
+ style: import("vue").StyleValue;
1224
+ disabled: boolean | null;
1225
+ readonly: boolean | null;
1226
+ step: string | number;
1227
+ elevation: string | number;
1228
+ messages: string | readonly string[];
1229
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1230
+ focused: boolean;
1231
+ errorMessages: string | readonly string[] | null;
1232
+ maxErrors: string | number;
1233
+ modelValue: string | number;
1234
+ density: import("../../composables/density.js").Density;
1235
+ tile: boolean;
1236
+ ripple: boolean;
1237
+ centerAffix: boolean;
1238
+ glow: boolean;
1239
+ hideSpinButtons: boolean;
1240
+ persistentHint: boolean;
1241
+ showTicks: boolean | "always";
1242
+ tickSize: string | number;
1243
+ trackSize: string | number;
1244
+ thumbSize: string | number;
1245
+ noKeyboard: boolean;
1246
+ name?: string | undefined;
1247
+ id?: string | undefined;
1248
+ width?: string | number | undefined;
1249
+ color?: string | undefined;
1250
+ maxWidth?: string | number | undefined;
1251
+ minWidth?: string | number | undefined;
1252
+ label?: string | undefined;
1253
+ class?: any;
1254
+ theme?: string | undefined;
1255
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
1256
+ 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;
1257
+ validationValue?: any;
1258
+ rounded?: string | number | boolean | undefined;
1259
+ baseColor?: string | undefined;
1260
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1261
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1262
+ iconColor?: string | boolean | undefined;
1263
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1264
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1265
+ hint?: string | undefined;
1266
+ hideDetails?: boolean | "auto" | undefined;
1267
+ trackColor?: string | undefined;
1268
+ trackFillColor?: string | undefined;
1269
+ thumbColor?: string | undefined;
1270
+ thumbLabel?: boolean | "always" | undefined;
1271
+ ticks?: readonly number[] | Record<number, string> | undefined;
1272
+ $children?: import("vue").VNodeChild | {
1273
+ $stable?: boolean;
1274
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
1275
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1276
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1277
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1278
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1279
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1280
+ 'thumb-label'?: ((arg: {
1281
+ modelValue: number;
1282
+ }) => import("vue").VNodeChild) | undefined;
1283
+ 'tick-label'?: ((arg: {
1284
+ tick: import("../../components/VSlider/slider.js").Tick;
1285
+ index: number;
1286
+ }) => import("vue").VNodeChild) | undefined;
1287
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1288
+ };
1289
+ 'v-slots'?: {
1290
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1291
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1292
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1293
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1294
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1295
+ 'thumb-label'?: false | ((arg: {
1296
+ modelValue: number;
1297
+ }) => import("vue").VNodeChild) | undefined;
1298
+ 'tick-label'?: false | ((arg: {
1299
+ tick: import("../../components/VSlider/slider.js").Tick;
1300
+ index: number;
1301
+ }) => import("vue").VNodeChild) | undefined;
1302
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1303
+ } | undefined;
1304
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1305
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1306
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1307
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1308
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1309
+ "v-slot:thumb-label"?: false | ((arg: {
1310
+ modelValue: number;
1311
+ }) => import("vue").VNodeChild) | undefined;
1312
+ "v-slot:tick-label"?: false | ((arg: {
1313
+ tick: import("../../components/VSlider/slider.js").Tick;
1314
+ index: number;
1315
+ }) => import("vue").VNodeChild) | undefined;
1316
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1317
+ onStart?: ((value: number) => any) | undefined;
1318
+ onEnd?: ((value: number) => any) | undefined;
1319
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
1320
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize">> : {
1321
+ type: PropType<unknown extends Defaults["sliderProps"] ? Pick<Partial<{
1322
+ reverse: boolean;
1323
+ max: string | number;
1324
+ error: boolean;
1325
+ min: string | number;
1326
+ direction: "horizontal" | "vertical";
1327
+ style: import("vue").StyleValue;
1328
+ disabled: boolean | null;
1329
+ readonly: boolean | null;
1330
+ step: string | number;
1331
+ elevation: string | number;
1332
+ messages: string | readonly string[];
1333
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1334
+ focused: boolean;
1335
+ errorMessages: string | readonly string[] | null;
1336
+ maxErrors: string | number;
1337
+ modelValue: string | number;
1338
+ density: import("../../composables/density.js").Density;
1339
+ rounded: string | number | boolean;
1340
+ tile: boolean;
1341
+ ripple: boolean;
1342
+ centerAffix: boolean;
1343
+ glow: boolean;
1344
+ hideSpinButtons: boolean;
1345
+ persistentHint: boolean;
1346
+ showTicks: boolean | "always";
1347
+ tickSize: string | number;
1348
+ trackSize: string | number;
1349
+ thumbLabel: boolean | "always" | undefined;
1350
+ thumbSize: string | number;
1351
+ noKeyboard: boolean;
1352
+ }> & Omit<{
1353
+ reverse: boolean;
1354
+ max: string | number;
1355
+ error: boolean;
1356
+ min: string | number;
1357
+ direction: "horizontal" | "vertical";
1358
+ style: import("vue").StyleValue;
1359
+ disabled: boolean | null;
1360
+ readonly: boolean | null;
1361
+ step: string | number;
1362
+ elevation: string | number;
1363
+ messages: string | readonly string[];
1364
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1365
+ focused: boolean;
1366
+ errorMessages: string | readonly string[] | null;
1367
+ maxErrors: string | number;
1368
+ modelValue: string | number;
1369
+ density: import("../../composables/density.js").Density;
1370
+ tile: boolean;
1371
+ ripple: boolean;
1372
+ centerAffix: boolean;
1373
+ glow: boolean;
1374
+ hideSpinButtons: boolean;
1375
+ persistentHint: boolean;
1376
+ showTicks: boolean | "always";
1377
+ tickSize: string | number;
1378
+ trackSize: string | number;
1379
+ thumbSize: string | number;
1380
+ noKeyboard: boolean;
1381
+ name?: string | undefined;
1382
+ id?: string | undefined;
1383
+ width?: string | number | undefined;
1384
+ color?: string | undefined;
1385
+ maxWidth?: string | number | undefined;
1386
+ minWidth?: string | number | undefined;
1387
+ label?: string | undefined;
1388
+ class?: any;
1389
+ theme?: string | undefined;
1390
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
1391
+ 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;
1392
+ validationValue?: any;
1393
+ rounded?: string | number | boolean | undefined;
1394
+ baseColor?: string | undefined;
1395
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1396
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1397
+ iconColor?: string | boolean | undefined;
1398
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1399
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1400
+ hint?: string | undefined;
1401
+ hideDetails?: boolean | "auto" | undefined;
1402
+ trackColor?: string | undefined;
1403
+ trackFillColor?: string | undefined;
1404
+ thumbColor?: string | undefined;
1405
+ thumbLabel?: boolean | "always" | undefined;
1406
+ ticks?: readonly number[] | Record<number, string> | undefined;
1407
+ $children?: import("vue").VNodeChild | {
1408
+ $stable?: boolean;
1409
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
1410
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1411
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1412
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1413
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1414
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1415
+ 'thumb-label'?: ((arg: {
1416
+ modelValue: number;
1417
+ }) => import("vue").VNodeChild) | undefined;
1418
+ 'tick-label'?: ((arg: {
1419
+ tick: import("../../components/VSlider/slider.js").Tick;
1420
+ index: number;
1421
+ }) => import("vue").VNodeChild) | undefined;
1422
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1423
+ };
1424
+ 'v-slots'?: {
1425
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1426
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1427
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1428
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1429
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1430
+ 'thumb-label'?: false | ((arg: {
1431
+ modelValue: number;
1432
+ }) => import("vue").VNodeChild) | undefined;
1433
+ 'tick-label'?: false | ((arg: {
1434
+ tick: import("../../components/VSlider/slider.js").Tick;
1435
+ index: number;
1436
+ }) => import("vue").VNodeChild) | undefined;
1437
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1438
+ } | undefined;
1439
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1440
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1441
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1442
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1443
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1444
+ "v-slot:thumb-label"?: false | ((arg: {
1445
+ modelValue: number;
1446
+ }) => import("vue").VNodeChild) | undefined;
1447
+ "v-slot:tick-label"?: false | ((arg: {
1448
+ tick: import("../../components/VSlider/slider.js").Tick;
1449
+ index: number;
1450
+ }) => import("vue").VNodeChild) | undefined;
1451
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1452
+ onStart?: ((value: number) => any) | undefined;
1453
+ onEnd?: ((value: number) => any) | undefined;
1454
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
1455
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> : Pick<Partial<{
1456
+ reverse: boolean;
1457
+ max: string | number;
1458
+ error: boolean;
1459
+ min: string | number;
1460
+ direction: "horizontal" | "vertical";
1461
+ style: import("vue").StyleValue;
1462
+ disabled: boolean | null;
1463
+ readonly: boolean | null;
1464
+ step: string | number;
1465
+ elevation: string | number;
1466
+ messages: string | readonly string[];
1467
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1468
+ focused: boolean;
1469
+ errorMessages: string | readonly string[] | null;
1470
+ maxErrors: string | number;
1471
+ modelValue: string | number;
1472
+ density: import("../../composables/density.js").Density;
1473
+ rounded: string | number | boolean;
1474
+ tile: boolean;
1475
+ ripple: boolean;
1476
+ centerAffix: boolean;
1477
+ glow: boolean;
1478
+ hideSpinButtons: boolean;
1479
+ persistentHint: boolean;
1480
+ showTicks: boolean | "always";
1481
+ tickSize: string | number;
1482
+ trackSize: string | number;
1483
+ thumbLabel: boolean | "always" | undefined;
1484
+ thumbSize: string | number;
1485
+ noKeyboard: boolean;
1486
+ }> & Omit<{
1487
+ reverse: boolean;
1488
+ max: string | number;
1489
+ error: boolean;
1490
+ min: string | number;
1491
+ direction: "horizontal" | "vertical";
1492
+ style: import("vue").StyleValue;
1493
+ disabled: boolean | null;
1494
+ readonly: boolean | null;
1495
+ step: string | number;
1496
+ elevation: string | number;
1497
+ messages: string | readonly string[];
1498
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1499
+ focused: boolean;
1500
+ errorMessages: string | readonly string[] | null;
1501
+ maxErrors: string | number;
1502
+ modelValue: string | number;
1503
+ density: import("../../composables/density.js").Density;
1504
+ tile: boolean;
1505
+ ripple: boolean;
1506
+ centerAffix: boolean;
1507
+ glow: boolean;
1508
+ hideSpinButtons: boolean;
1509
+ persistentHint: boolean;
1510
+ showTicks: boolean | "always";
1511
+ tickSize: string | number;
1512
+ trackSize: string | number;
1513
+ thumbSize: string | number;
1514
+ noKeyboard: boolean;
1515
+ name?: string | undefined;
1516
+ id?: string | undefined;
1517
+ width?: string | number | undefined;
1518
+ color?: string | undefined;
1519
+ maxWidth?: string | number | undefined;
1520
+ minWidth?: string | number | undefined;
1521
+ label?: string | undefined;
1522
+ class?: any;
1523
+ theme?: string | undefined;
1524
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
1525
+ 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;
1526
+ validationValue?: any;
1527
+ rounded?: string | number | boolean | undefined;
1528
+ baseColor?: string | undefined;
1529
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1530
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1531
+ iconColor?: string | boolean | undefined;
1532
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1533
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1534
+ hint?: string | undefined;
1535
+ hideDetails?: boolean | "auto" | undefined;
1536
+ trackColor?: string | undefined;
1537
+ trackFillColor?: string | undefined;
1538
+ thumbColor?: string | undefined;
1539
+ thumbLabel?: boolean | "always" | undefined;
1540
+ ticks?: readonly number[] | Record<number, string> | undefined;
1541
+ $children?: import("vue").VNodeChild | {
1542
+ $stable?: boolean;
1543
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
1544
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1545
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1546
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1547
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1548
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1549
+ 'thumb-label'?: ((arg: {
1550
+ modelValue: number;
1551
+ }) => import("vue").VNodeChild) | undefined;
1552
+ 'tick-label'?: ((arg: {
1553
+ tick: import("../../components/VSlider/slider.js").Tick;
1554
+ index: number;
1555
+ }) => import("vue").VNodeChild) | undefined;
1556
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1557
+ };
1558
+ 'v-slots'?: {
1559
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1560
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1561
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1562
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1563
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1564
+ 'thumb-label'?: false | ((arg: {
1565
+ modelValue: number;
1566
+ }) => import("vue").VNodeChild) | undefined;
1567
+ 'tick-label'?: false | ((arg: {
1568
+ tick: import("../../components/VSlider/slider.js").Tick;
1569
+ index: number;
1570
+ }) => import("vue").VNodeChild) | undefined;
1571
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1572
+ } | undefined;
1573
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1574
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1575
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1576
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1577
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1578
+ "v-slot:thumb-label"?: false | ((arg: {
1579
+ modelValue: number;
1580
+ }) => import("vue").VNodeChild) | undefined;
1581
+ "v-slot:tick-label"?: false | ((arg: {
1582
+ tick: import("../../components/VSlider/slider.js").Tick;
1583
+ index: number;
1584
+ }) => import("vue").VNodeChild) | undefined;
1585
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1586
+ onStart?: ((value: number) => any) | undefined;
1587
+ onEnd?: ((value: number) => any) | undefined;
1588
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
1589
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> | Defaults["sliderProps"]>;
1590
+ default: unknown extends Defaults["sliderProps"] ? Pick<Partial<{
1591
+ reverse: boolean;
1592
+ max: string | number;
1593
+ error: boolean;
1594
+ min: string | number;
1595
+ direction: "horizontal" | "vertical";
1596
+ style: import("vue").StyleValue;
1597
+ disabled: boolean | null;
1598
+ readonly: boolean | null;
1599
+ step: string | number;
1600
+ elevation: string | number;
1601
+ messages: string | readonly string[];
1602
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1603
+ focused: boolean;
1604
+ errorMessages: string | readonly string[] | null;
1605
+ maxErrors: string | number;
1606
+ modelValue: string | number;
1607
+ density: import("../../composables/density.js").Density;
1608
+ rounded: string | number | boolean;
1609
+ tile: boolean;
1610
+ ripple: boolean;
1611
+ centerAffix: boolean;
1612
+ glow: boolean;
1613
+ hideSpinButtons: boolean;
1614
+ persistentHint: boolean;
1615
+ showTicks: boolean | "always";
1616
+ tickSize: string | number;
1617
+ trackSize: string | number;
1618
+ thumbLabel: boolean | "always" | undefined;
1619
+ thumbSize: string | number;
1620
+ noKeyboard: boolean;
1621
+ }> & Omit<{
1622
+ reverse: boolean;
1623
+ max: string | number;
1624
+ error: boolean;
1625
+ min: string | number;
1626
+ direction: "horizontal" | "vertical";
1627
+ style: import("vue").StyleValue;
1628
+ disabled: boolean | null;
1629
+ readonly: boolean | null;
1630
+ step: string | number;
1631
+ elevation: string | number;
1632
+ messages: string | readonly string[];
1633
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1634
+ focused: boolean;
1635
+ errorMessages: string | readonly string[] | null;
1636
+ maxErrors: string | number;
1637
+ modelValue: string | number;
1638
+ density: import("../../composables/density.js").Density;
1639
+ tile: boolean;
1640
+ ripple: boolean;
1641
+ centerAffix: boolean;
1642
+ glow: boolean;
1643
+ hideSpinButtons: boolean;
1644
+ persistentHint: boolean;
1645
+ showTicks: boolean | "always";
1646
+ tickSize: string | number;
1647
+ trackSize: string | number;
1648
+ thumbSize: string | number;
1649
+ noKeyboard: boolean;
1650
+ name?: string | undefined;
1651
+ id?: string | undefined;
1652
+ width?: string | number | undefined;
1653
+ color?: string | undefined;
1654
+ maxWidth?: string | number | undefined;
1655
+ minWidth?: string | number | undefined;
1656
+ label?: string | undefined;
1657
+ class?: any;
1658
+ theme?: string | undefined;
1659
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
1660
+ 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;
1661
+ validationValue?: any;
1662
+ rounded?: string | number | boolean | undefined;
1663
+ baseColor?: string | undefined;
1664
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1665
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1666
+ iconColor?: string | boolean | undefined;
1667
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1668
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1669
+ hint?: string | undefined;
1670
+ hideDetails?: boolean | "auto" | undefined;
1671
+ trackColor?: string | undefined;
1672
+ trackFillColor?: string | undefined;
1673
+ thumbColor?: string | undefined;
1674
+ thumbLabel?: boolean | "always" | undefined;
1675
+ ticks?: readonly number[] | Record<number, string> | undefined;
1676
+ $children?: import("vue").VNodeChild | {
1677
+ $stable?: boolean;
1678
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
1679
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1680
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1681
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1682
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1683
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1684
+ 'thumb-label'?: ((arg: {
1685
+ modelValue: number;
1686
+ }) => import("vue").VNodeChild) | undefined;
1687
+ 'tick-label'?: ((arg: {
1688
+ tick: import("../../components/VSlider/slider.js").Tick;
1689
+ index: number;
1690
+ }) => import("vue").VNodeChild) | undefined;
1691
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1692
+ };
1693
+ 'v-slots'?: {
1694
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1695
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1696
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1697
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1698
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1699
+ 'thumb-label'?: false | ((arg: {
1700
+ modelValue: number;
1701
+ }) => import("vue").VNodeChild) | undefined;
1702
+ 'tick-label'?: false | ((arg: {
1703
+ tick: import("../../components/VSlider/slider.js").Tick;
1704
+ index: number;
1705
+ }) => import("vue").VNodeChild) | undefined;
1706
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1707
+ } | undefined;
1708
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1709
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1710
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1711
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1712
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1713
+ "v-slot:thumb-label"?: false | ((arg: {
1714
+ modelValue: number;
1715
+ }) => import("vue").VNodeChild) | undefined;
1716
+ "v-slot:tick-label"?: false | ((arg: {
1717
+ tick: import("../../components/VSlider/slider.js").Tick;
1718
+ index: number;
1719
+ }) => import("vue").VNodeChild) | undefined;
1720
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1721
+ onStart?: ((value: number) => any) | undefined;
1722
+ onEnd?: ((value: number) => any) | undefined;
1723
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
1724
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> : Pick<Partial<{
1725
+ reverse: boolean;
1726
+ max: string | number;
1727
+ error: boolean;
1728
+ min: string | number;
1729
+ direction: "horizontal" | "vertical";
1730
+ style: import("vue").StyleValue;
1731
+ disabled: boolean | null;
1732
+ readonly: boolean | null;
1733
+ step: string | number;
1734
+ elevation: string | number;
1735
+ messages: string | readonly string[];
1736
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1737
+ focused: boolean;
1738
+ errorMessages: string | readonly string[] | null;
1739
+ maxErrors: string | number;
1740
+ modelValue: string | number;
1741
+ density: import("../../composables/density.js").Density;
1742
+ rounded: string | number | boolean;
1743
+ tile: boolean;
1744
+ ripple: boolean;
1745
+ centerAffix: boolean;
1746
+ glow: boolean;
1747
+ hideSpinButtons: boolean;
1748
+ persistentHint: boolean;
1749
+ showTicks: boolean | "always";
1750
+ tickSize: string | number;
1751
+ trackSize: string | number;
1752
+ thumbLabel: boolean | "always" | undefined;
1753
+ thumbSize: string | number;
1754
+ noKeyboard: boolean;
1755
+ }> & Omit<{
1756
+ reverse: boolean;
1757
+ max: string | number;
1758
+ error: boolean;
1759
+ min: string | number;
1760
+ direction: "horizontal" | "vertical";
1761
+ style: import("vue").StyleValue;
1762
+ disabled: boolean | null;
1763
+ readonly: boolean | null;
1764
+ step: string | number;
1765
+ elevation: string | number;
1766
+ messages: string | readonly string[];
1767
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1768
+ focused: boolean;
1769
+ errorMessages: string | readonly string[] | null;
1770
+ maxErrors: string | number;
1771
+ modelValue: string | number;
1772
+ density: import("../../composables/density.js").Density;
1773
+ tile: boolean;
1774
+ ripple: boolean;
1775
+ centerAffix: boolean;
1776
+ glow: boolean;
1777
+ hideSpinButtons: boolean;
1778
+ persistentHint: boolean;
1779
+ showTicks: boolean | "always";
1780
+ tickSize: string | number;
1781
+ trackSize: string | number;
1782
+ thumbSize: string | number;
1783
+ noKeyboard: boolean;
1784
+ name?: string | undefined;
1785
+ id?: string | undefined;
1786
+ width?: string | number | undefined;
1787
+ color?: string | undefined;
1788
+ maxWidth?: string | number | undefined;
1789
+ minWidth?: string | number | undefined;
1790
+ label?: string | undefined;
1791
+ class?: any;
1792
+ theme?: string | undefined;
1793
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
1794
+ 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;
1795
+ validationValue?: any;
1796
+ rounded?: string | number | boolean | undefined;
1797
+ baseColor?: string | undefined;
1798
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1799
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1800
+ iconColor?: string | boolean | undefined;
1801
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1802
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1803
+ hint?: string | undefined;
1804
+ hideDetails?: boolean | "auto" | undefined;
1805
+ trackColor?: string | undefined;
1806
+ trackFillColor?: string | undefined;
1807
+ thumbColor?: string | undefined;
1808
+ thumbLabel?: boolean | "always" | undefined;
1809
+ ticks?: readonly number[] | Record<number, string> | undefined;
1810
+ $children?: import("vue").VNodeChild | {
1811
+ $stable?: boolean;
1812
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
1813
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1814
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1815
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1816
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1817
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1818
+ 'thumb-label'?: ((arg: {
1819
+ modelValue: number;
1820
+ }) => import("vue").VNodeChild) | undefined;
1821
+ 'tick-label'?: ((arg: {
1822
+ tick: import("../../components/VSlider/slider.js").Tick;
1823
+ index: number;
1824
+ }) => import("vue").VNodeChild) | undefined;
1825
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1826
+ };
1827
+ 'v-slots'?: {
1828
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1829
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1830
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1831
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1832
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1833
+ 'thumb-label'?: false | ((arg: {
1834
+ modelValue: number;
1835
+ }) => import("vue").VNodeChild) | undefined;
1836
+ 'tick-label'?: false | ((arg: {
1837
+ tick: import("../../components/VSlider/slider.js").Tick;
1838
+ index: number;
1839
+ }) => import("vue").VNodeChild) | undefined;
1840
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1841
+ } | undefined;
1842
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1843
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1844
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1845
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1846
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1847
+ "v-slot:thumb-label"?: false | ((arg: {
1848
+ modelValue: number;
1849
+ }) => import("vue").VNodeChild) | undefined;
1850
+ "v-slot:tick-label"?: false | ((arg: {
1851
+ tick: import("../../components/VSlider/slider.js").Tick;
1852
+ index: number;
1853
+ }) => import("vue").VNodeChild) | undefined;
1854
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1855
+ onStart?: ((value: number) => any) | undefined;
1856
+ onEnd?: ((value: number) => any) | undefined;
1857
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
1858
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> | Defaults["sliderProps"];
1859
+ };
1860
+ onClick: unknown extends Defaults["onClick"] ? PropType<(args_0: MouseEvent | KeyboardEvent) => void> : {
1861
+ type: PropType<unknown extends Defaults["onClick"] ? (args_0: MouseEvent | KeyboardEvent) => void : ((args_0: MouseEvent | KeyboardEvent) => void) | Defaults["onClick"]>;
1862
+ default: unknown extends Defaults["onClick"] ? (args_0: MouseEvent | KeyboardEvent) => void : ((args_0: MouseEvent | KeyboardEvent) => void) | Defaults["onClick"];
1863
+ };
1864
+ };
1865
+ export declare const VVideoVolume: {
1866
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
1867
+ inline: boolean;
1868
+ direction: "horizontal" | "vertical";
1869
+ style: import("vue").StyleValue;
1870
+ modelValue: number;
1871
+ } & {
1872
+ label?: string | undefined;
1873
+ class?: any;
1874
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
1875
+ menuProps?: (Partial<{
1876
+ location: import("../../util/index.js").Anchor | undefined;
1877
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1878
+ transition: string | boolean | (import("vue").TransitionProps & {
1879
+ component?: import("vue").Component;
1880
+ }) | {
1881
+ component: {
1882
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1883
+ target?: HTMLElement | [x: number, y: number] | undefined;
1884
+ } & {
1885
+ $children?: import("vue").VNodeChild | {
1886
+ $stable?: boolean;
1887
+ } | {
1888
+ default?: (() => import("vue").VNodeChild) | undefined;
1889
+ } | (() => import("vue").VNodeChild);
1890
+ 'v-slots'?: {
1891
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1892
+ } | undefined;
1893
+ } & {
1894
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1895
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1896
+ default: () => import("vue").VNode[];
1897
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1898
+ P: {};
1899
+ B: {};
1900
+ D: {};
1901
+ C: {};
1902
+ M: {};
1903
+ Defaults: {};
1904
+ }, {} & {
1905
+ target?: HTMLElement | [x: number, y: number] | undefined;
1906
+ } & {
1907
+ $children?: import("vue").VNodeChild | {
1908
+ $stable?: boolean;
1909
+ } | {
1910
+ default?: (() => import("vue").VNodeChild) | undefined;
1911
+ } | (() => import("vue").VNodeChild);
1912
+ 'v-slots'?: {
1913
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1914
+ } | undefined;
1915
+ } & {
1916
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1917
+ }, () => JSX.Element, {}, {}, {}, {}>;
1918
+ __isFragment?: never;
1919
+ __isTeleport?: never;
1920
+ __isSuspense?: never;
1921
+ } & import("vue").ComponentOptionsBase<{} & {
1922
+ target?: HTMLElement | [x: number, y: number] | undefined;
1923
+ } & {
1924
+ $children?: import("vue").VNodeChild | {
1925
+ $stable?: boolean;
1926
+ } | {
1927
+ default?: (() => import("vue").VNodeChild) | undefined;
1928
+ } | (() => import("vue").VNodeChild);
1929
+ 'v-slots'?: {
1930
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1931
+ } | undefined;
1932
+ } & {
1933
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1934
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1935
+ default: () => import("vue").VNode[];
1936
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1937
+ target: PropType<HTMLElement | [x: number, y: number]>;
1938
+ }, import("vue").ExtractPropTypes<{
1939
+ target: PropType<HTMLElement | [x: number, y: number]>;
1940
+ }>>;
1941
+ } | null;
1942
+ zIndex: string | number;
1943
+ style: import("vue").StyleValue;
1944
+ eager: boolean;
1945
+ disabled: boolean;
1946
+ persistent: boolean;
1947
+ modelValue: boolean;
1948
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1949
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
1950
+ closeDelay: string | number;
1951
+ openDelay: string | number;
1952
+ activatorProps: Record<string, any>;
1953
+ openOnClick: boolean;
1954
+ openOnHover: boolean;
1955
+ openOnFocus: boolean;
1956
+ closeOnContentClick: boolean;
1957
+ closeOnBack: boolean;
1958
+ contained: boolean;
1959
+ noClickAnimation: boolean;
1960
+ scrim: string | boolean;
1961
+ submenu: boolean;
1962
+ disableInitialFocus: boolean;
1963
+ }> & Omit<{
1964
+ location: import("../../util/index.js").Anchor | undefined;
1965
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1966
+ transition: string | boolean | (import("vue").TransitionProps & {
1967
+ component?: import("vue").Component;
1968
+ }) | {
1969
+ component: {
1970
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1971
+ target?: HTMLElement | [x: number, y: number] | undefined;
1972
+ } & {
1973
+ $children?: import("vue").VNodeChild | {
1974
+ $stable?: boolean;
1975
+ } | {
1976
+ default?: (() => import("vue").VNodeChild) | undefined;
1977
+ } | (() => import("vue").VNodeChild);
1978
+ 'v-slots'?: {
1979
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1980
+ } | undefined;
1981
+ } & {
1982
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1983
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1984
+ default: () => import("vue").VNode[];
1985
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1986
+ P: {};
1987
+ B: {};
1988
+ D: {};
1989
+ C: {};
1990
+ M: {};
1991
+ Defaults: {};
1992
+ }, {} & {
1993
+ target?: HTMLElement | [x: number, y: number] | undefined;
1994
+ } & {
1995
+ $children?: import("vue").VNodeChild | {
1996
+ $stable?: boolean;
1997
+ } | {
1998
+ default?: (() => import("vue").VNodeChild) | undefined;
1999
+ } | (() => import("vue").VNodeChild);
2000
+ 'v-slots'?: {
2001
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2002
+ } | undefined;
2003
+ } & {
2004
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2005
+ }, () => JSX.Element, {}, {}, {}, {}>;
2006
+ __isFragment?: never;
2007
+ __isTeleport?: never;
2008
+ __isSuspense?: never;
2009
+ } & import("vue").ComponentOptionsBase<{} & {
2010
+ target?: HTMLElement | [x: number, y: number] | undefined;
2011
+ } & {
2012
+ $children?: import("vue").VNodeChild | {
2013
+ $stable?: boolean;
2014
+ } | {
2015
+ default?: (() => import("vue").VNodeChild) | undefined;
2016
+ } | (() => import("vue").VNodeChild);
2017
+ 'v-slots'?: {
2018
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2019
+ } | undefined;
2020
+ } & {
2021
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2022
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2023
+ default: () => import("vue").VNode[];
2024
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2025
+ target: PropType<HTMLElement | [x: number, y: number]>;
2026
+ }, import("vue").ExtractPropTypes<{
2027
+ target: PropType<HTMLElement | [x: number, y: number]>;
2028
+ }>>;
2029
+ } | null;
2030
+ zIndex: string | number;
2031
+ style: import("vue").StyleValue;
2032
+ eager: boolean;
2033
+ disabled: boolean;
2034
+ persistent: boolean;
2035
+ modelValue: boolean;
2036
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2037
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
2038
+ closeDelay: string | number;
2039
+ openDelay: string | number;
2040
+ activatorProps: Record<string, any>;
2041
+ openOnHover: boolean;
2042
+ closeOnContentClick: boolean;
2043
+ closeOnBack: boolean;
2044
+ contained: boolean;
2045
+ noClickAnimation: boolean;
2046
+ scrim: string | boolean;
2047
+ submenu: boolean;
2048
+ disableInitialFocus: boolean;
2049
+ offset?: string | number | number[] | undefined;
2050
+ id?: string | undefined;
2051
+ height?: string | number | undefined;
2052
+ width?: string | number | undefined;
2053
+ maxHeight?: string | number | undefined;
2054
+ maxWidth?: string | number | undefined;
2055
+ minHeight?: string | number | undefined;
2056
+ minWidth?: string | number | undefined;
2057
+ opacity?: string | number | undefined;
2058
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
2059
+ class?: any;
2060
+ theme?: string | undefined;
2061
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
2062
+ openOnClick?: boolean | undefined;
2063
+ openOnFocus?: boolean | undefined;
2064
+ contentClass?: any;
2065
+ contentProps?: any;
2066
+ attach?: string | boolean | Element | undefined;
2067
+ $children?: import("vue").VNodeChild | {
2068
+ $stable?: boolean;
2069
+ } | {
2070
+ default?: ((arg: {
2071
+ isActive: import("vue").Ref<boolean>;
2072
+ }) => import("vue").VNodeChild) | undefined;
2073
+ activator?: ((arg: {
2074
+ isActive: boolean;
2075
+ props: Record<string, any>;
2076
+ targetRef: import("../../util/index.js").TemplateRef;
2077
+ }) => import("vue").VNodeChild) | undefined;
2078
+ } | ((arg: {
2079
+ isActive: import("vue").Ref<boolean>;
2080
+ }) => import("vue").VNodeChild);
2081
+ 'v-slots'?: {
2082
+ default?: false | ((arg: {
2083
+ isActive: import("vue").Ref<boolean>;
2084
+ }) => import("vue").VNodeChild) | undefined;
2085
+ activator?: false | ((arg: {
2086
+ isActive: boolean;
2087
+ props: Record<string, any>;
2088
+ targetRef: import("../../util/index.js").TemplateRef;
2089
+ }) => import("vue").VNodeChild) | undefined;
2090
+ } | undefined;
2091
+ "v-slot:default"?: false | ((arg: {
2092
+ isActive: import("vue").Ref<boolean>;
2093
+ }) => import("vue").VNodeChild) | undefined;
2094
+ "v-slot:activator"?: false | ((arg: {
2095
+ isActive: boolean;
2096
+ props: Record<string, any>;
2097
+ targetRef: import("../../util/index.js").TemplateRef;
2098
+ }) => import("vue").VNodeChild) | undefined;
2099
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2100
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | undefined;
2101
+ sliderProps?: Pick<Partial<{
2102
+ reverse: boolean;
2103
+ max: string | number;
2104
+ error: boolean;
2105
+ min: string | number;
2106
+ direction: "horizontal" | "vertical";
2107
+ style: import("vue").StyleValue;
2108
+ disabled: boolean | null;
2109
+ readonly: boolean | null;
2110
+ step: string | number;
2111
+ elevation: string | number;
2112
+ messages: string | readonly string[];
2113
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2114
+ focused: boolean;
2115
+ errorMessages: string | readonly string[] | null;
2116
+ maxErrors: string | number;
2117
+ modelValue: string | number;
2118
+ density: import("../../composables/density.js").Density;
2119
+ rounded: string | number | boolean;
2120
+ tile: boolean;
2121
+ ripple: boolean;
2122
+ centerAffix: boolean;
2123
+ glow: boolean;
2124
+ hideSpinButtons: boolean;
2125
+ persistentHint: boolean;
2126
+ showTicks: boolean | "always";
2127
+ tickSize: string | number;
2128
+ trackSize: string | number;
2129
+ thumbLabel: boolean | "always" | undefined;
2130
+ thumbSize: string | number;
2131
+ noKeyboard: boolean;
2132
+ }> & Omit<{
2133
+ reverse: boolean;
2134
+ max: string | number;
2135
+ error: boolean;
2136
+ min: string | number;
2137
+ direction: "horizontal" | "vertical";
2138
+ style: import("vue").StyleValue;
2139
+ disabled: boolean | null;
2140
+ readonly: boolean | null;
2141
+ step: string | number;
2142
+ elevation: string | number;
2143
+ messages: string | readonly string[];
2144
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2145
+ focused: boolean;
2146
+ errorMessages: string | readonly string[] | null;
2147
+ maxErrors: string | number;
2148
+ modelValue: string | number;
2149
+ density: import("../../composables/density.js").Density;
2150
+ tile: boolean;
2151
+ ripple: boolean;
2152
+ centerAffix: boolean;
2153
+ glow: boolean;
2154
+ hideSpinButtons: boolean;
2155
+ persistentHint: boolean;
2156
+ showTicks: boolean | "always";
2157
+ tickSize: string | number;
2158
+ trackSize: string | number;
2159
+ thumbSize: string | number;
2160
+ noKeyboard: boolean;
2161
+ name?: string | undefined;
2162
+ id?: string | undefined;
2163
+ width?: string | number | undefined;
2164
+ color?: string | undefined;
2165
+ maxWidth?: string | number | undefined;
2166
+ minWidth?: string | number | undefined;
2167
+ label?: string | undefined;
2168
+ class?: any;
2169
+ theme?: string | undefined;
2170
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
2171
+ 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;
2172
+ validationValue?: any;
2173
+ rounded?: string | number | boolean | undefined;
2174
+ baseColor?: string | undefined;
2175
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2176
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2177
+ iconColor?: string | boolean | undefined;
2178
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2179
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2180
+ hint?: string | undefined;
2181
+ hideDetails?: boolean | "auto" | undefined;
2182
+ trackColor?: string | undefined;
2183
+ trackFillColor?: string | undefined;
2184
+ thumbColor?: string | undefined;
2185
+ thumbLabel?: boolean | "always" | undefined;
2186
+ ticks?: readonly number[] | Record<number, string> | undefined;
2187
+ $children?: import("vue").VNodeChild | {
2188
+ $stable?: boolean;
2189
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
2190
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2191
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2192
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2193
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2194
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2195
+ 'thumb-label'?: ((arg: {
2196
+ modelValue: number;
2197
+ }) => import("vue").VNodeChild) | undefined;
2198
+ 'tick-label'?: ((arg: {
2199
+ tick: import("../../components/VSlider/slider.js").Tick;
2200
+ index: number;
2201
+ }) => import("vue").VNodeChild) | undefined;
2202
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2203
+ };
2204
+ 'v-slots'?: {
2205
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2206
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2207
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2208
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2209
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2210
+ 'thumb-label'?: false | ((arg: {
2211
+ modelValue: number;
2212
+ }) => import("vue").VNodeChild) | undefined;
2213
+ 'tick-label'?: false | ((arg: {
2214
+ tick: import("../../components/VSlider/slider.js").Tick;
2215
+ index: number;
2216
+ }) => import("vue").VNodeChild) | undefined;
2217
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2218
+ } | undefined;
2219
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2220
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2221
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2222
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2223
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2224
+ "v-slot:thumb-label"?: false | ((arg: {
2225
+ modelValue: number;
2226
+ }) => import("vue").VNodeChild) | undefined;
2227
+ "v-slot:tick-label"?: false | ((arg: {
2228
+ tick: import("../../components/VSlider/slider.js").Tick;
2229
+ index: number;
2230
+ }) => import("vue").VNodeChild) | undefined;
2231
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2232
+ onStart?: ((value: number) => any) | undefined;
2233
+ onEnd?: ((value: number) => any) | undefined;
2234
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
2235
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> | undefined;
2236
+ } & {
2237
+ $children?: import("vue").VNodeChild | {
2238
+ $stable?: boolean;
2239
+ } | {
2240
+ default?: (() => import("vue").VNodeChild) | undefined;
2241
+ } | (() => import("vue").VNodeChild);
2242
+ 'v-slots'?: {
2243
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2244
+ } | undefined;
2245
+ } & {
2246
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2247
+ } & {
2248
+ "onUpdate:modelValue"?: ((val: number) => any) | undefined;
2249
+ }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2250
+ 'update:modelValue': (val: number) => true;
2251
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
2252
+ inline: boolean;
2253
+ direction: "horizontal" | "vertical";
2254
+ style: import("vue").StyleValue;
2255
+ modelValue: number;
2256
+ }, true, {}, import("vue").SlotsType<Partial<{
2257
+ default: () => import("vue").VNode[];
2258
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2259
+ P: {};
2260
+ B: {};
2261
+ D: {};
2262
+ C: {};
2263
+ M: {};
2264
+ Defaults: {};
2265
+ }, {
2266
+ inline: boolean;
2267
+ direction: "horizontal" | "vertical";
2268
+ style: import("vue").StyleValue;
2269
+ modelValue: number;
2270
+ } & {
2271
+ label?: string | undefined;
2272
+ class?: any;
2273
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
2274
+ menuProps?: (Partial<{
2275
+ location: import("../../util/index.js").Anchor | undefined;
2276
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2277
+ transition: string | boolean | (import("vue").TransitionProps & {
2278
+ component?: import("vue").Component;
2279
+ }) | {
2280
+ component: {
2281
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
2282
+ target?: HTMLElement | [x: number, y: number] | undefined;
2283
+ } & {
2284
+ $children?: import("vue").VNodeChild | {
2285
+ $stable?: boolean;
2286
+ } | {
2287
+ default?: (() => import("vue").VNodeChild) | undefined;
2288
+ } | (() => import("vue").VNodeChild);
2289
+ 'v-slots'?: {
2290
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2291
+ } | undefined;
2292
+ } & {
2293
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2294
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2295
+ default: () => import("vue").VNode[];
2296
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2297
+ P: {};
2298
+ B: {};
2299
+ D: {};
2300
+ C: {};
2301
+ M: {};
2302
+ Defaults: {};
2303
+ }, {} & {
2304
+ target?: HTMLElement | [x: number, y: number] | undefined;
2305
+ } & {
2306
+ $children?: import("vue").VNodeChild | {
2307
+ $stable?: boolean;
2308
+ } | {
2309
+ default?: (() => import("vue").VNodeChild) | undefined;
2310
+ } | (() => import("vue").VNodeChild);
2311
+ 'v-slots'?: {
2312
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2313
+ } | undefined;
2314
+ } & {
2315
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2316
+ }, () => JSX.Element, {}, {}, {}, {}>;
2317
+ __isFragment?: never;
2318
+ __isTeleport?: never;
2319
+ __isSuspense?: never;
2320
+ } & import("vue").ComponentOptionsBase<{} & {
2321
+ target?: HTMLElement | [x: number, y: number] | undefined;
2322
+ } & {
2323
+ $children?: import("vue").VNodeChild | {
2324
+ $stable?: boolean;
2325
+ } | {
2326
+ default?: (() => import("vue").VNodeChild) | undefined;
2327
+ } | (() => import("vue").VNodeChild);
2328
+ 'v-slots'?: {
2329
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2330
+ } | undefined;
2331
+ } & {
2332
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2333
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2334
+ default: () => import("vue").VNode[];
2335
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2336
+ target: PropType<HTMLElement | [x: number, y: number]>;
2337
+ }, import("vue").ExtractPropTypes<{
2338
+ target: PropType<HTMLElement | [x: number, y: number]>;
2339
+ }>>;
2340
+ } | null;
2341
+ zIndex: string | number;
2342
+ style: import("vue").StyleValue;
2343
+ eager: boolean;
2344
+ disabled: boolean;
2345
+ persistent: boolean;
2346
+ modelValue: boolean;
2347
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2348
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
2349
+ closeDelay: string | number;
2350
+ openDelay: string | number;
2351
+ activatorProps: Record<string, any>;
2352
+ openOnClick: boolean;
2353
+ openOnHover: boolean;
2354
+ openOnFocus: boolean;
2355
+ closeOnContentClick: boolean;
2356
+ closeOnBack: boolean;
2357
+ contained: boolean;
2358
+ noClickAnimation: boolean;
2359
+ scrim: string | boolean;
2360
+ submenu: boolean;
2361
+ disableInitialFocus: boolean;
2362
+ }> & Omit<{
2363
+ location: import("../../util/index.js").Anchor | undefined;
2364
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2365
+ transition: string | boolean | (import("vue").TransitionProps & {
2366
+ component?: import("vue").Component;
2367
+ }) | {
2368
+ component: {
2369
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
2370
+ target?: HTMLElement | [x: number, y: number] | undefined;
2371
+ } & {
2372
+ $children?: import("vue").VNodeChild | {
2373
+ $stable?: boolean;
2374
+ } | {
2375
+ default?: (() => import("vue").VNodeChild) | undefined;
2376
+ } | (() => import("vue").VNodeChild);
2377
+ 'v-slots'?: {
2378
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2379
+ } | undefined;
2380
+ } & {
2381
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2382
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2383
+ default: () => import("vue").VNode[];
2384
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2385
+ P: {};
2386
+ B: {};
2387
+ D: {};
2388
+ C: {};
2389
+ M: {};
2390
+ Defaults: {};
2391
+ }, {} & {
2392
+ target?: HTMLElement | [x: number, y: number] | undefined;
2393
+ } & {
2394
+ $children?: import("vue").VNodeChild | {
2395
+ $stable?: boolean;
2396
+ } | {
2397
+ default?: (() => import("vue").VNodeChild) | undefined;
2398
+ } | (() => import("vue").VNodeChild);
2399
+ 'v-slots'?: {
2400
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2401
+ } | undefined;
2402
+ } & {
2403
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2404
+ }, () => JSX.Element, {}, {}, {}, {}>;
2405
+ __isFragment?: never;
2406
+ __isTeleport?: never;
2407
+ __isSuspense?: never;
2408
+ } & import("vue").ComponentOptionsBase<{} & {
2409
+ target?: HTMLElement | [x: number, y: number] | undefined;
2410
+ } & {
2411
+ $children?: import("vue").VNodeChild | {
2412
+ $stable?: boolean;
2413
+ } | {
2414
+ default?: (() => import("vue").VNodeChild) | undefined;
2415
+ } | (() => import("vue").VNodeChild);
2416
+ 'v-slots'?: {
2417
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2418
+ } | undefined;
2419
+ } & {
2420
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2421
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2422
+ default: () => import("vue").VNode[];
2423
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2424
+ target: PropType<HTMLElement | [x: number, y: number]>;
2425
+ }, import("vue").ExtractPropTypes<{
2426
+ target: PropType<HTMLElement | [x: number, y: number]>;
2427
+ }>>;
2428
+ } | null;
2429
+ zIndex: string | number;
2430
+ style: import("vue").StyleValue;
2431
+ eager: boolean;
2432
+ disabled: boolean;
2433
+ persistent: boolean;
2434
+ modelValue: boolean;
2435
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2436
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
2437
+ closeDelay: string | number;
2438
+ openDelay: string | number;
2439
+ activatorProps: Record<string, any>;
2440
+ openOnHover: boolean;
2441
+ closeOnContentClick: boolean;
2442
+ closeOnBack: boolean;
2443
+ contained: boolean;
2444
+ noClickAnimation: boolean;
2445
+ scrim: string | boolean;
2446
+ submenu: boolean;
2447
+ disableInitialFocus: boolean;
2448
+ offset?: string | number | number[] | undefined;
2449
+ id?: string | undefined;
2450
+ height?: string | number | undefined;
2451
+ width?: string | number | undefined;
2452
+ maxHeight?: string | number | undefined;
2453
+ maxWidth?: string | number | undefined;
2454
+ minHeight?: string | number | undefined;
2455
+ minWidth?: string | number | undefined;
2456
+ opacity?: string | number | undefined;
2457
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
2458
+ class?: any;
2459
+ theme?: string | undefined;
2460
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
2461
+ openOnClick?: boolean | undefined;
2462
+ openOnFocus?: boolean | undefined;
2463
+ contentClass?: any;
2464
+ contentProps?: any;
2465
+ attach?: string | boolean | Element | undefined;
2466
+ $children?: import("vue").VNodeChild | {
2467
+ $stable?: boolean;
2468
+ } | {
2469
+ default?: ((arg: {
2470
+ isActive: import("vue").Ref<boolean>;
2471
+ }) => import("vue").VNodeChild) | undefined;
2472
+ activator?: ((arg: {
2473
+ isActive: boolean;
2474
+ props: Record<string, any>;
2475
+ targetRef: import("../../util/index.js").TemplateRef;
2476
+ }) => import("vue").VNodeChild) | undefined;
2477
+ } | ((arg: {
2478
+ isActive: import("vue").Ref<boolean>;
2479
+ }) => import("vue").VNodeChild);
2480
+ 'v-slots'?: {
2481
+ default?: false | ((arg: {
2482
+ isActive: import("vue").Ref<boolean>;
2483
+ }) => import("vue").VNodeChild) | undefined;
2484
+ activator?: false | ((arg: {
2485
+ isActive: boolean;
2486
+ props: Record<string, any>;
2487
+ targetRef: import("../../util/index.js").TemplateRef;
2488
+ }) => import("vue").VNodeChild) | undefined;
2489
+ } | undefined;
2490
+ "v-slot:default"?: false | ((arg: {
2491
+ isActive: import("vue").Ref<boolean>;
2492
+ }) => import("vue").VNodeChild) | undefined;
2493
+ "v-slot:activator"?: false | ((arg: {
2494
+ isActive: boolean;
2495
+ props: Record<string, any>;
2496
+ targetRef: import("../../util/index.js").TemplateRef;
2497
+ }) => import("vue").VNodeChild) | undefined;
2498
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2499
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | undefined;
2500
+ sliderProps?: Pick<Partial<{
2501
+ reverse: boolean;
2502
+ max: string | number;
2503
+ error: boolean;
2504
+ min: string | number;
2505
+ direction: "horizontal" | "vertical";
2506
+ style: import("vue").StyleValue;
2507
+ disabled: boolean | null;
2508
+ readonly: boolean | null;
2509
+ step: string | number;
2510
+ elevation: string | number;
2511
+ messages: string | readonly string[];
2512
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2513
+ focused: boolean;
2514
+ errorMessages: string | readonly string[] | null;
2515
+ maxErrors: string | number;
2516
+ modelValue: string | number;
2517
+ density: import("../../composables/density.js").Density;
2518
+ rounded: string | number | boolean;
2519
+ tile: boolean;
2520
+ ripple: boolean;
2521
+ centerAffix: boolean;
2522
+ glow: boolean;
2523
+ hideSpinButtons: boolean;
2524
+ persistentHint: boolean;
2525
+ showTicks: boolean | "always";
2526
+ tickSize: string | number;
2527
+ trackSize: string | number;
2528
+ thumbLabel: boolean | "always" | undefined;
2529
+ thumbSize: string | number;
2530
+ noKeyboard: boolean;
2531
+ }> & Omit<{
2532
+ reverse: boolean;
2533
+ max: string | number;
2534
+ error: boolean;
2535
+ min: string | number;
2536
+ direction: "horizontal" | "vertical";
2537
+ style: import("vue").StyleValue;
2538
+ disabled: boolean | null;
2539
+ readonly: boolean | null;
2540
+ step: string | number;
2541
+ elevation: string | number;
2542
+ messages: string | readonly string[];
2543
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2544
+ focused: boolean;
2545
+ errorMessages: string | readonly string[] | null;
2546
+ maxErrors: string | number;
2547
+ modelValue: string | number;
2548
+ density: import("../../composables/density.js").Density;
2549
+ tile: boolean;
2550
+ ripple: boolean;
2551
+ centerAffix: boolean;
2552
+ glow: boolean;
2553
+ hideSpinButtons: boolean;
2554
+ persistentHint: boolean;
2555
+ showTicks: boolean | "always";
2556
+ tickSize: string | number;
2557
+ trackSize: string | number;
2558
+ thumbSize: string | number;
2559
+ noKeyboard: boolean;
2560
+ name?: string | undefined;
2561
+ id?: string | undefined;
2562
+ width?: string | number | undefined;
2563
+ color?: string | undefined;
2564
+ maxWidth?: string | number | undefined;
2565
+ minWidth?: string | number | undefined;
2566
+ label?: string | undefined;
2567
+ class?: any;
2568
+ theme?: string | undefined;
2569
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
2570
+ 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;
2571
+ validationValue?: any;
2572
+ rounded?: string | number | boolean | undefined;
2573
+ baseColor?: string | undefined;
2574
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2575
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2576
+ iconColor?: string | boolean | undefined;
2577
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2578
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2579
+ hint?: string | undefined;
2580
+ hideDetails?: boolean | "auto" | undefined;
2581
+ trackColor?: string | undefined;
2582
+ trackFillColor?: string | undefined;
2583
+ thumbColor?: string | undefined;
2584
+ thumbLabel?: boolean | "always" | undefined;
2585
+ ticks?: readonly number[] | Record<number, string> | undefined;
2586
+ $children?: import("vue").VNodeChild | {
2587
+ $stable?: boolean;
2588
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
2589
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2590
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2591
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2592
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2593
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2594
+ 'thumb-label'?: ((arg: {
2595
+ modelValue: number;
2596
+ }) => import("vue").VNodeChild) | undefined;
2597
+ 'tick-label'?: ((arg: {
2598
+ tick: import("../../components/VSlider/slider.js").Tick;
2599
+ index: number;
2600
+ }) => import("vue").VNodeChild) | undefined;
2601
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2602
+ };
2603
+ 'v-slots'?: {
2604
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2605
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2606
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2607
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2608
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2609
+ 'thumb-label'?: false | ((arg: {
2610
+ modelValue: number;
2611
+ }) => import("vue").VNodeChild) | undefined;
2612
+ 'tick-label'?: false | ((arg: {
2613
+ tick: import("../../components/VSlider/slider.js").Tick;
2614
+ index: number;
2615
+ }) => import("vue").VNodeChild) | undefined;
2616
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2617
+ } | undefined;
2618
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2619
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2620
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2621
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2622
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2623
+ "v-slot:thumb-label"?: false | ((arg: {
2624
+ modelValue: number;
2625
+ }) => import("vue").VNodeChild) | undefined;
2626
+ "v-slot:tick-label"?: false | ((arg: {
2627
+ tick: import("../../components/VSlider/slider.js").Tick;
2628
+ index: number;
2629
+ }) => import("vue").VNodeChild) | undefined;
2630
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2631
+ onStart?: ((value: number) => any) | undefined;
2632
+ onEnd?: ((value: number) => any) | undefined;
2633
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
2634
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> | undefined;
2635
+ } & {
2636
+ $children?: import("vue").VNodeChild | {
2637
+ $stable?: boolean;
2638
+ } | {
2639
+ default?: (() => import("vue").VNodeChild) | undefined;
2640
+ } | (() => import("vue").VNodeChild);
2641
+ 'v-slots'?: {
2642
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2643
+ } | undefined;
2644
+ } & {
2645
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2646
+ } & {
2647
+ "onUpdate:modelValue"?: ((val: number) => any) | undefined;
2648
+ }, {}, {}, {}, {}, {
2649
+ inline: boolean;
2650
+ direction: "horizontal" | "vertical";
2651
+ style: import("vue").StyleValue;
2652
+ modelValue: number;
2653
+ }>;
2654
+ __isFragment?: never;
2655
+ __isTeleport?: never;
2656
+ __isSuspense?: never;
2657
+ } & import("vue").ComponentOptionsBase<{
2658
+ inline: boolean;
2659
+ direction: "horizontal" | "vertical";
2660
+ style: import("vue").StyleValue;
2661
+ modelValue: number;
2662
+ } & {
2663
+ label?: string | undefined;
2664
+ class?: any;
2665
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
2666
+ menuProps?: (Partial<{
2667
+ location: import("../../util/index.js").Anchor | undefined;
2668
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2669
+ transition: string | boolean | (import("vue").TransitionProps & {
2670
+ component?: import("vue").Component;
2671
+ }) | {
2672
+ component: {
2673
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
2674
+ target?: HTMLElement | [x: number, y: number] | undefined;
2675
+ } & {
2676
+ $children?: import("vue").VNodeChild | {
2677
+ $stable?: boolean;
2678
+ } | {
2679
+ default?: (() => import("vue").VNodeChild) | undefined;
2680
+ } | (() => import("vue").VNodeChild);
2681
+ 'v-slots'?: {
2682
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2683
+ } | undefined;
2684
+ } & {
2685
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2686
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2687
+ default: () => import("vue").VNode[];
2688
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2689
+ P: {};
2690
+ B: {};
2691
+ D: {};
2692
+ C: {};
2693
+ M: {};
2694
+ Defaults: {};
2695
+ }, {} & {
2696
+ target?: HTMLElement | [x: number, y: number] | undefined;
2697
+ } & {
2698
+ $children?: import("vue").VNodeChild | {
2699
+ $stable?: boolean;
2700
+ } | {
2701
+ default?: (() => import("vue").VNodeChild) | undefined;
2702
+ } | (() => import("vue").VNodeChild);
2703
+ 'v-slots'?: {
2704
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2705
+ } | undefined;
2706
+ } & {
2707
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2708
+ }, () => JSX.Element, {}, {}, {}, {}>;
2709
+ __isFragment?: never;
2710
+ __isTeleport?: never;
2711
+ __isSuspense?: never;
2712
+ } & import("vue").ComponentOptionsBase<{} & {
2713
+ target?: HTMLElement | [x: number, y: number] | undefined;
2714
+ } & {
2715
+ $children?: import("vue").VNodeChild | {
2716
+ $stable?: boolean;
2717
+ } | {
2718
+ default?: (() => import("vue").VNodeChild) | undefined;
2719
+ } | (() => import("vue").VNodeChild);
2720
+ 'v-slots'?: {
2721
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2722
+ } | undefined;
2723
+ } & {
2724
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2725
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2726
+ default: () => import("vue").VNode[];
2727
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2728
+ target: PropType<HTMLElement | [x: number, y: number]>;
2729
+ }, import("vue").ExtractPropTypes<{
2730
+ target: PropType<HTMLElement | [x: number, y: number]>;
2731
+ }>>;
2732
+ } | null;
2733
+ zIndex: string | number;
2734
+ style: import("vue").StyleValue;
2735
+ eager: boolean;
2736
+ disabled: boolean;
2737
+ persistent: boolean;
2738
+ modelValue: boolean;
2739
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2740
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
2741
+ closeDelay: string | number;
2742
+ openDelay: string | number;
2743
+ activatorProps: Record<string, any>;
2744
+ openOnClick: boolean;
2745
+ openOnHover: boolean;
2746
+ openOnFocus: boolean;
2747
+ closeOnContentClick: boolean;
2748
+ closeOnBack: boolean;
2749
+ contained: boolean;
2750
+ noClickAnimation: boolean;
2751
+ scrim: string | boolean;
2752
+ submenu: boolean;
2753
+ disableInitialFocus: boolean;
2754
+ }> & Omit<{
2755
+ location: import("../../util/index.js").Anchor | undefined;
2756
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2757
+ transition: string | boolean | (import("vue").TransitionProps & {
2758
+ component?: import("vue").Component;
2759
+ }) | {
2760
+ component: {
2761
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
2762
+ target?: HTMLElement | [x: number, y: number] | undefined;
2763
+ } & {
2764
+ $children?: import("vue").VNodeChild | {
2765
+ $stable?: boolean;
2766
+ } | {
2767
+ default?: (() => import("vue").VNodeChild) | undefined;
2768
+ } | (() => import("vue").VNodeChild);
2769
+ 'v-slots'?: {
2770
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2771
+ } | undefined;
2772
+ } & {
2773
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2774
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2775
+ default: () => import("vue").VNode[];
2776
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2777
+ P: {};
2778
+ B: {};
2779
+ D: {};
2780
+ C: {};
2781
+ M: {};
2782
+ Defaults: {};
2783
+ }, {} & {
2784
+ target?: HTMLElement | [x: number, y: number] | undefined;
2785
+ } & {
2786
+ $children?: import("vue").VNodeChild | {
2787
+ $stable?: boolean;
2788
+ } | {
2789
+ default?: (() => import("vue").VNodeChild) | undefined;
2790
+ } | (() => import("vue").VNodeChild);
2791
+ 'v-slots'?: {
2792
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2793
+ } | undefined;
2794
+ } & {
2795
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2796
+ }, () => JSX.Element, {}, {}, {}, {}>;
2797
+ __isFragment?: never;
2798
+ __isTeleport?: never;
2799
+ __isSuspense?: never;
2800
+ } & import("vue").ComponentOptionsBase<{} & {
2801
+ target?: HTMLElement | [x: number, y: number] | undefined;
2802
+ } & {
2803
+ $children?: import("vue").VNodeChild | {
2804
+ $stable?: boolean;
2805
+ } | {
2806
+ default?: (() => import("vue").VNodeChild) | undefined;
2807
+ } | (() => import("vue").VNodeChild);
2808
+ 'v-slots'?: {
2809
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2810
+ } | undefined;
2811
+ } & {
2812
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2813
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2814
+ default: () => import("vue").VNode[];
2815
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2816
+ target: PropType<HTMLElement | [x: number, y: number]>;
2817
+ }, import("vue").ExtractPropTypes<{
2818
+ target: PropType<HTMLElement | [x: number, y: number]>;
2819
+ }>>;
2820
+ } | null;
2821
+ zIndex: string | number;
2822
+ style: import("vue").StyleValue;
2823
+ eager: boolean;
2824
+ disabled: boolean;
2825
+ persistent: boolean;
2826
+ modelValue: boolean;
2827
+ locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2828
+ scrollStrategy: "none" | "block" | "close" | import("../../types.js").ScrollStrategyFunction | "reposition";
2829
+ closeDelay: string | number;
2830
+ openDelay: string | number;
2831
+ activatorProps: Record<string, any>;
2832
+ openOnHover: boolean;
2833
+ closeOnContentClick: boolean;
2834
+ closeOnBack: boolean;
2835
+ contained: boolean;
2836
+ noClickAnimation: boolean;
2837
+ scrim: string | boolean;
2838
+ submenu: boolean;
2839
+ disableInitialFocus: boolean;
2840
+ offset?: string | number | number[] | undefined;
2841
+ id?: string | undefined;
2842
+ height?: string | number | undefined;
2843
+ width?: string | number | undefined;
2844
+ maxHeight?: string | number | undefined;
2845
+ maxWidth?: string | number | undefined;
2846
+ minHeight?: string | number | undefined;
2847
+ minWidth?: string | number | undefined;
2848
+ opacity?: string | number | undefined;
2849
+ target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
2850
+ class?: any;
2851
+ theme?: string | undefined;
2852
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
2853
+ openOnClick?: boolean | undefined;
2854
+ openOnFocus?: boolean | undefined;
2855
+ contentClass?: any;
2856
+ contentProps?: any;
2857
+ attach?: string | boolean | Element | undefined;
2858
+ $children?: import("vue").VNodeChild | {
2859
+ $stable?: boolean;
2860
+ } | {
2861
+ default?: ((arg: {
2862
+ isActive: import("vue").Ref<boolean>;
2863
+ }) => import("vue").VNodeChild) | undefined;
2864
+ activator?: ((arg: {
2865
+ isActive: boolean;
2866
+ props: Record<string, any>;
2867
+ targetRef: import("../../util/index.js").TemplateRef;
2868
+ }) => import("vue").VNodeChild) | undefined;
2869
+ } | ((arg: {
2870
+ isActive: import("vue").Ref<boolean>;
2871
+ }) => import("vue").VNodeChild);
2872
+ 'v-slots'?: {
2873
+ default?: false | ((arg: {
2874
+ isActive: import("vue").Ref<boolean>;
2875
+ }) => import("vue").VNodeChild) | undefined;
2876
+ activator?: false | ((arg: {
2877
+ isActive: boolean;
2878
+ props: Record<string, any>;
2879
+ targetRef: import("../../util/index.js").TemplateRef;
2880
+ }) => import("vue").VNodeChild) | undefined;
2881
+ } | undefined;
2882
+ "v-slot:default"?: false | ((arg: {
2883
+ isActive: import("vue").Ref<boolean>;
2884
+ }) => import("vue").VNodeChild) | undefined;
2885
+ "v-slot:activator"?: false | ((arg: {
2886
+ isActive: boolean;
2887
+ props: Record<string, any>;
2888
+ targetRef: import("../../util/index.js").TemplateRef;
2889
+ }) => import("vue").VNodeChild) | undefined;
2890
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2891
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | undefined;
2892
+ sliderProps?: Pick<Partial<{
2893
+ reverse: boolean;
2894
+ max: string | number;
2895
+ error: boolean;
2896
+ min: string | number;
2897
+ direction: "horizontal" | "vertical";
2898
+ style: import("vue").StyleValue;
2899
+ disabled: boolean | null;
2900
+ readonly: boolean | null;
2901
+ step: string | number;
2902
+ elevation: string | number;
2903
+ messages: string | readonly string[];
2904
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2905
+ focused: boolean;
2906
+ errorMessages: string | readonly string[] | null;
2907
+ maxErrors: string | number;
2908
+ modelValue: string | number;
2909
+ density: import("../../composables/density.js").Density;
2910
+ rounded: string | number | boolean;
2911
+ tile: boolean;
2912
+ ripple: boolean;
2913
+ centerAffix: boolean;
2914
+ glow: boolean;
2915
+ hideSpinButtons: boolean;
2916
+ persistentHint: boolean;
2917
+ showTicks: boolean | "always";
2918
+ tickSize: string | number;
2919
+ trackSize: string | number;
2920
+ thumbLabel: boolean | "always" | undefined;
2921
+ thumbSize: string | number;
2922
+ noKeyboard: boolean;
2923
+ }> & Omit<{
2924
+ reverse: boolean;
2925
+ max: string | number;
2926
+ error: boolean;
2927
+ min: string | number;
2928
+ direction: "horizontal" | "vertical";
2929
+ style: import("vue").StyleValue;
2930
+ disabled: boolean | null;
2931
+ readonly: boolean | null;
2932
+ step: string | number;
2933
+ elevation: string | number;
2934
+ messages: string | readonly string[];
2935
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2936
+ focused: boolean;
2937
+ errorMessages: string | readonly string[] | null;
2938
+ maxErrors: string | number;
2939
+ modelValue: string | number;
2940
+ density: import("../../composables/density.js").Density;
2941
+ tile: boolean;
2942
+ ripple: boolean;
2943
+ centerAffix: boolean;
2944
+ glow: boolean;
2945
+ hideSpinButtons: boolean;
2946
+ persistentHint: boolean;
2947
+ showTicks: boolean | "always";
2948
+ tickSize: string | number;
2949
+ trackSize: string | number;
2950
+ thumbSize: string | number;
2951
+ noKeyboard: boolean;
2952
+ name?: string | undefined;
2953
+ id?: string | undefined;
2954
+ width?: string | number | undefined;
2955
+ color?: string | undefined;
2956
+ maxWidth?: string | number | undefined;
2957
+ minWidth?: string | number | undefined;
2958
+ label?: string | undefined;
2959
+ class?: any;
2960
+ theme?: string | undefined;
2961
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
2962
+ 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;
2963
+ validationValue?: any;
2964
+ rounded?: string | number | boolean | undefined;
2965
+ baseColor?: string | undefined;
2966
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2967
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2968
+ iconColor?: string | boolean | undefined;
2969
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2970
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2971
+ hint?: string | undefined;
2972
+ hideDetails?: boolean | "auto" | undefined;
2973
+ trackColor?: string | undefined;
2974
+ trackFillColor?: string | undefined;
2975
+ thumbColor?: string | undefined;
2976
+ thumbLabel?: boolean | "always" | undefined;
2977
+ ticks?: readonly number[] | Record<number, string> | undefined;
2978
+ $children?: import("vue").VNodeChild | {
2979
+ $stable?: boolean;
2980
+ } | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | {
2981
+ default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2982
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2983
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2984
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2985
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
2986
+ 'thumb-label'?: ((arg: {
2987
+ modelValue: number;
2988
+ }) => import("vue").VNodeChild) | undefined;
2989
+ 'tick-label'?: ((arg: {
2990
+ tick: import("../../components/VSlider/slider.js").Tick;
2991
+ index: number;
2992
+ }) => import("vue").VNodeChild) | undefined;
2993
+ label?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2994
+ };
2995
+ 'v-slots'?: {
2996
+ default?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2997
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2998
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2999
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3000
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
3001
+ 'thumb-label'?: false | ((arg: {
3002
+ modelValue: number;
3003
+ }) => import("vue").VNodeChild) | undefined;
3004
+ 'tick-label'?: false | ((arg: {
3005
+ tick: import("../../components/VSlider/slider.js").Tick;
3006
+ index: number;
3007
+ }) => import("vue").VNodeChild) | undefined;
3008
+ label?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3009
+ } | undefined;
3010
+ "v-slot:default"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3011
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3012
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3013
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3014
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
3015
+ "v-slot:thumb-label"?: false | ((arg: {
3016
+ modelValue: number;
3017
+ }) => import("vue").VNodeChild) | undefined;
3018
+ "v-slot:tick-label"?: false | ((arg: {
3019
+ tick: import("../../components/VSlider/slider.js").Tick;
3020
+ index: number;
3021
+ }) => import("vue").VNodeChild) | undefined;
3022
+ "v-slot:label"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3023
+ onStart?: ((value: number) => any) | undefined;
3024
+ onEnd?: ((value: number) => any) | undefined;
3025
+ "onUpdate:modelValue"?: ((v: number) => any) | undefined;
3026
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "reverse" | "max" | "error" | "min" | "direction" | "style" | "disabled" | "readonly" | "step" | "elevation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "modelValue" | "density" | "rounded" | "tile" | "ripple" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize" | "noKeyboard">, "width" | "color" | "maxWidth" | "disabled" | "trackColor" | "thumbSize"> | undefined;
3027
+ } & {
3028
+ $children?: import("vue").VNodeChild | {
3029
+ $stable?: boolean;
3030
+ } | {
3031
+ default?: (() => import("vue").VNodeChild) | undefined;
3032
+ } | (() => import("vue").VNodeChild);
3033
+ 'v-slots'?: {
3034
+ default?: false | (() => import("vue").VNodeChild) | undefined;
3035
+ } | undefined;
3036
+ } & {
3037
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
3038
+ } & {
3039
+ "onUpdate:modelValue"?: ((val: number) => any) | undefined;
3040
+ }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3041
+ 'update:modelValue': (val: number) => true;
3042
+ }, string, {
3043
+ inline: boolean;
3044
+ direction: "horizontal" | "vertical";
3045
+ style: import("vue").StyleValue;
3046
+ modelValue: number;
3047
+ }, {}, string, import("vue").SlotsType<Partial<{
3048
+ default: () => import("vue").VNode[];
3049
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
3050
+ class: PropType<import("../../composables/component.js").ClassValue>;
3051
+ style: {
3052
+ type: PropType<import("vue").StyleValue>;
3053
+ default: null;
3054
+ };
3055
+ inline: BooleanConstructor;
3056
+ label: StringConstructor;
3057
+ direction: {
3058
+ type: PropType<"horizontal" | "vertical">;
3059
+ default: string;
3060
+ };
3061
+ modelValue: {
3062
+ type: NumberConstructor;
3063
+ default: number;
3064
+ };
3065
+ menuProps: PropType<VMenu["$props"]>;
3066
+ sliderProps: PropType<Pick<VSlider["$props"], "color" | "disabled" | "thumbSize" | "trackColor" | "maxWidth" | "width">>;
3067
+ onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
3068
+ }, import("vue").ExtractPropTypes<{
3069
+ class: PropType<import("../../composables/component.js").ClassValue>;
3070
+ style: {
3071
+ type: PropType<import("vue").StyleValue>;
3072
+ default: null;
3073
+ };
3074
+ inline: BooleanConstructor;
3075
+ label: StringConstructor;
3076
+ direction: {
3077
+ type: PropType<"horizontal" | "vertical">;
3078
+ default: string;
3079
+ };
3080
+ modelValue: {
3081
+ type: NumberConstructor;
3082
+ default: number;
3083
+ };
3084
+ menuProps: PropType<VMenu["$props"]>;
3085
+ sliderProps: PropType<Pick<VSlider["$props"], "color" | "disabled" | "thumbSize" | "trackColor" | "maxWidth" | "width">>;
3086
+ onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
3087
+ }>>;
3088
+ export type VVideoVolume = InstanceType<typeof VVideoVolume>;