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