vuetify 3.1.10 → 3.1.11

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 (200) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +98 -98
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +224 -204
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +121 -129
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +121 -129
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +47 -39
  12. package/dist/vuetify.d.ts +55374 -15927
  13. package/dist/vuetify.esm.js +118 -129
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -129
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +640 -642
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/index.d.ts +1461 -223
  104. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  105. package/lib/components/VMain/index.d.ts +118 -17
  106. package/lib/components/VMenu/VMenu.css +4 -4
  107. package/lib/components/VMenu/VMenu.mjs +2 -2
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/VMenu.sass +1 -1
  110. package/lib/components/VMenu/index.d.ts +2368 -142
  111. package/lib/components/VMessages/index.d.ts +1921 -98
  112. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  113. package/lib/components/VOverlay/VOverlay.css +2 -2
  114. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  115. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  116. package/lib/components/VOverlay/VOverlay.sass +1 -1
  117. package/lib/components/VOverlay/_variables.scss +1 -1
  118. package/lib/components/VOverlay/index.d.ts +519 -85
  119. package/lib/components/VPagination/index.d.ts +502 -68
  120. package/lib/components/VParallax/VParallax.mjs +3 -3
  121. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  122. package/lib/components/VParallax/index.d.ts +141 -28
  123. package/lib/components/VProgressCircular/index.d.ts +186 -25
  124. package/lib/components/VProgressLinear/index.d.ts +319 -48
  125. package/lib/components/VRadio/index.d.ts +313 -57
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  127. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  128. package/lib/components/VRadioGroup/index.d.ts +463 -83
  129. package/lib/components/VRangeSlider/index.d.ts +528 -80
  130. package/lib/components/VRating/index.d.ts +305 -43
  131. package/lib/components/VResponsive/index.d.ts +142 -27
  132. package/lib/components/VSelect/VSelect.mjs +2 -2
  133. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  134. package/lib/components/VSelect/index.d.ts +3060 -328
  135. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  136. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  137. package/lib/components/VSelectionControl/index.d.ts +76 -4
  138. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  139. package/lib/components/VSheet/VSheet.mjs +1 -7
  140. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  141. package/lib/components/VSheet/index.d.ts +194 -31
  142. package/lib/components/VSlideGroup/index.d.ts +475 -83
  143. package/lib/components/VSlider/index.d.ts +521 -79
  144. package/lib/components/VSlider/slider.mjs +2 -5
  145. package/lib/components/VSlider/slider.mjs.map +1 -1
  146. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  147. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  148. package/lib/components/VSnackbar/index.d.ts +1219 -81
  149. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  150. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  151. package/lib/components/VSwitch/index.d.ts +498 -92
  152. package/lib/components/VSystemBar/index.d.ts +184 -27
  153. package/lib/components/VTable/index.d.ts +190 -35
  154. package/lib/components/VTabs/VTab.mjs +7 -23
  155. package/lib/components/VTabs/VTab.mjs.map +1 -1
  156. package/lib/components/VTabs/index.d.ts +623 -71
  157. package/lib/components/VTextField/VTextField.mjs +8 -5
  158. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  159. package/lib/components/VTextField/index.d.ts +1404 -106
  160. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  161. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  162. package/lib/components/VTextarea/index.d.ts +1014 -102
  163. package/lib/components/VThemeProvider/index.d.ts +124 -19
  164. package/lib/components/VTimeline/index.d.ts +441 -71
  165. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  166. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  167. package/lib/components/VToolbar/index.d.ts +542 -93
  168. package/lib/components/VTooltip/VTooltip.css +3 -3
  169. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  170. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  171. package/lib/components/VTooltip/VTooltip.sass +1 -1
  172. package/lib/components/VTooltip/index.d.ts +1263 -81
  173. package/lib/components/VValidation/index.d.ts +201 -30
  174. package/lib/components/VWindow/index.d.ts +527 -95
  175. package/lib/components/index.d.ts +55131 -15681
  176. package/lib/components/transitions/index.d.ts +2097 -308
  177. package/lib/composables/display.mjs +2 -0
  178. package/lib/composables/display.mjs.map +1 -1
  179. package/lib/composables/form.mjs.map +1 -1
  180. package/lib/entry-bundler.mjs +1 -1
  181. package/lib/framework.mjs +1 -1
  182. package/lib/index.d.ts +32 -35
  183. package/lib/labs/VDataTable/VDataTable.css +12 -0
  184. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  185. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  186. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  188. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  189. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  190. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  191. package/lib/labs/components.d.ts +4212 -1026
  192. package/lib/styles/main.css +4 -0
  193. package/lib/styles/settings/_utilities.scss +7 -0
  194. package/lib/util/animation.mjs +8 -1
  195. package/lib/util/animation.mjs.map +1 -1
  196. package/lib/util/defineComponent.mjs +12 -5
  197. package/lib/util/defineComponent.mjs.map +1 -1
  198. package/lib/util/helpers.mjs +4 -0
  199. package/lib/util/helpers.mjs.map +1 -1
  200. package/package.json +3 -2
@@ -1,5 +1,9 @@
1
1
  import * as vue from 'vue';
2
- import { PropType, JSXComponent, ComputedRef, Ref, nextTick, ExtractPropTypes } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
3
+
4
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
6
+ }
3
7
 
4
8
  type EventProp<T = (...args: any[]) => any> = T | T[];
5
9
  declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
@@ -42,7 +46,1236 @@ interface VFieldSlot extends DefaultInputSlot {
42
46
  props: Record<string, unknown>;
43
47
  }
44
48
 
45
- declare const VTextField: vue.DefineComponent<{
49
+ declare const VTextField: {
50
+ new (...args: any[]): {
51
+ $: vue.ComponentInternalInstance;
52
+ $data: {};
53
+ $props: Partial<{
54
+ reverse: boolean;
55
+ type: string;
56
+ error: boolean;
57
+ active: boolean;
58
+ direction: "horizontal" | "vertical";
59
+ autofocus: boolean;
60
+ disabled: boolean;
61
+ readonly: boolean;
62
+ messages: string | string[];
63
+ density: Density;
64
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
65
+ clearIcon: IconValue;
66
+ focused: boolean;
67
+ errorMessages: string | string[];
68
+ maxErrors: string | number;
69
+ rules: ValidationRule[];
70
+ clearable: boolean;
71
+ dirty: boolean;
72
+ persistentClear: boolean;
73
+ singleLine: boolean;
74
+ persistentHint: boolean;
75
+ persistentPlaceholder: boolean;
76
+ persistentCounter: boolean;
77
+ }> & Omit<{
78
+ reverse: boolean;
79
+ type: string;
80
+ error: boolean;
81
+ active: boolean;
82
+ direction: "horizontal" | "vertical";
83
+ autofocus: boolean;
84
+ disabled: boolean;
85
+ readonly: boolean;
86
+ messages: string | string[];
87
+ density: Density;
88
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
89
+ clearIcon: IconValue;
90
+ focused: boolean;
91
+ errorMessages: string | string[];
92
+ maxErrors: string | number;
93
+ rules: ValidationRule[];
94
+ clearable: boolean;
95
+ dirty: boolean;
96
+ persistentClear: boolean;
97
+ singleLine: boolean;
98
+ persistentHint: boolean;
99
+ persistentPlaceholder: boolean;
100
+ persistentCounter: boolean;
101
+ } & {
102
+ id?: string | undefined;
103
+ name?: string | undefined;
104
+ color?: string | undefined;
105
+ loading?: string | boolean | undefined;
106
+ label?: string | undefined;
107
+ prefix?: string | undefined;
108
+ placeholder?: string | undefined;
109
+ theme?: string | undefined;
110
+ counter?: string | number | true | undefined;
111
+ modelValue?: any;
112
+ bgColor?: string | undefined;
113
+ prependIcon?: IconValue | undefined;
114
+ appendIcon?: IconValue | undefined;
115
+ appendInnerIcon?: IconValue | undefined;
116
+ prependInnerIcon?: IconValue | undefined;
117
+ 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
118
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
119
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
120
+ 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
121
+ 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
122
+ validateOn?: "input" | "blur" | "submit" | undefined;
123
+ validationValue?: any;
124
+ hideDetails?: boolean | "auto" | undefined;
125
+ hint?: string | undefined;
126
+ suffix?: string | undefined;
127
+ counterValue?: ((value: any) => number) | undefined;
128
+ } & {
129
+ $children?: {} | vue.VNodeChild | {
130
+ clear?: (() => vue.VNodeChild) | undefined;
131
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
132
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
133
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
134
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
135
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
136
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
137
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
138
+ default?: (() => vue.VNodeChild) | undefined;
139
+ };
140
+ $slots?: {
141
+ clear?: (() => vue.VNodeChild) | undefined;
142
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
143
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
144
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
145
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
146
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
147
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
148
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
149
+ default?: (() => vue.VNodeChild) | undefined;
150
+ } | undefined;
151
+ 'v-slots'?: {
152
+ clear?: false | (() => vue.VNodeChild) | undefined;
153
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
154
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
155
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
156
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
157
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
158
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
159
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
160
+ default?: false | (() => vue.VNodeChild) | undefined;
161
+ } | undefined;
162
+ } & {
163
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
164
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
165
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
166
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
167
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
168
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
169
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
170
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
171
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
172
+ } & {
173
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
174
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
175
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
176
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
177
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">;
178
+ $attrs: {
179
+ [x: string]: unknown;
180
+ };
181
+ $refs: {
182
+ [x: string]: unknown;
183
+ };
184
+ $slots: Readonly<{
185
+ [name: string]: vue.Slot | undefined;
186
+ }>;
187
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
188
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
189
+ $emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
190
+ $el: any;
191
+ $options: vue.ComponentOptionsBase<{
192
+ reverse: boolean;
193
+ type: string;
194
+ error: boolean;
195
+ active: boolean;
196
+ direction: "horizontal" | "vertical";
197
+ autofocus: boolean;
198
+ disabled: boolean;
199
+ readonly: boolean;
200
+ messages: string | string[];
201
+ density: Density;
202
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
203
+ clearIcon: IconValue;
204
+ focused: boolean;
205
+ errorMessages: string | string[];
206
+ maxErrors: string | number;
207
+ rules: ValidationRule[];
208
+ clearable: boolean;
209
+ dirty: boolean;
210
+ persistentClear: boolean;
211
+ singleLine: boolean;
212
+ persistentHint: boolean;
213
+ persistentPlaceholder: boolean;
214
+ persistentCounter: boolean;
215
+ } & {
216
+ id?: string | undefined;
217
+ name?: string | undefined;
218
+ color?: string | undefined;
219
+ loading?: string | boolean | undefined;
220
+ label?: string | undefined;
221
+ prefix?: string | undefined;
222
+ placeholder?: string | undefined;
223
+ theme?: string | undefined;
224
+ counter?: string | number | true | undefined;
225
+ modelValue?: any;
226
+ bgColor?: string | undefined;
227
+ prependIcon?: IconValue | undefined;
228
+ appendIcon?: IconValue | undefined;
229
+ appendInnerIcon?: IconValue | undefined;
230
+ prependInnerIcon?: IconValue | undefined;
231
+ 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
232
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
233
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
234
+ 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
235
+ 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
236
+ validateOn?: "input" | "blur" | "submit" | undefined;
237
+ validationValue?: any;
238
+ hideDetails?: boolean | "auto" | undefined;
239
+ hint?: string | undefined;
240
+ suffix?: string | undefined;
241
+ counterValue?: ((value: any) => number) | undefined;
242
+ } & {
243
+ $children?: {} | vue.VNodeChild | {
244
+ clear?: (() => vue.VNodeChild) | undefined;
245
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
246
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
247
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
248
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
249
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
250
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
251
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
252
+ default?: (() => vue.VNodeChild) | undefined;
253
+ };
254
+ $slots?: {
255
+ clear?: (() => vue.VNodeChild) | undefined;
256
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
257
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
258
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
259
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
260
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
261
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
262
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
263
+ default?: (() => vue.VNodeChild) | undefined;
264
+ } | undefined;
265
+ 'v-slots'?: {
266
+ clear?: false | (() => vue.VNodeChild) | undefined;
267
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
268
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
269
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
270
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
271
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
272
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
273
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
274
+ default?: false | (() => vue.VNodeChild) | undefined;
275
+ } | undefined;
276
+ } & {
277
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
278
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
279
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
280
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
281
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
282
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
283
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
284
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
285
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
286
+ } & {
287
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
288
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
289
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
290
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
291
+ }, Omit<Omit<{
292
+ $: vue.ComponentInternalInstance;
293
+ $data: {};
294
+ $props: Partial<{
295
+ error: boolean;
296
+ direction: "horizontal" | "vertical";
297
+ disabled: boolean;
298
+ readonly: boolean;
299
+ messages: string | string[];
300
+ density: Density;
301
+ focused: boolean;
302
+ errorMessages: string | string[];
303
+ maxErrors: string | number;
304
+ rules: ValidationRule[];
305
+ }> & Omit<{
306
+ error: boolean;
307
+ direction: "horizontal" | "vertical";
308
+ disabled: boolean;
309
+ readonly: boolean;
310
+ messages: string | string[];
311
+ density: Density;
312
+ focused: boolean;
313
+ errorMessages: string | string[];
314
+ maxErrors: string | number;
315
+ rules: ValidationRule[];
316
+ } & {
317
+ id?: string | undefined;
318
+ name?: string | undefined;
319
+ label?: string | undefined;
320
+ modelValue?: any;
321
+ prependIcon?: IconValue | undefined;
322
+ appendIcon?: IconValue | undefined;
323
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
324
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
325
+ validateOn?: "input" | "blur" | "submit" | undefined;
326
+ validationValue?: any;
327
+ hideDetails?: boolean | "auto" | undefined;
328
+ } & {
329
+ $children?: {} | vue.VNodeChild | {
330
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
331
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
332
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
333
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
334
+ };
335
+ $slots?: {
336
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
337
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
338
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
339
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
340
+ } | undefined;
341
+ 'v-slots'?: {
342
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
343
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
344
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
345
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
346
+ } | undefined;
347
+ } & {
348
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
349
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
350
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
351
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
352
+ } & {
353
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
354
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
355
+ $attrs: {
356
+ [x: string]: unknown;
357
+ };
358
+ $refs: {
359
+ [x: string]: unknown;
360
+ };
361
+ $slots: Readonly<{
362
+ [name: string]: vue.Slot | undefined;
363
+ }>;
364
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
365
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
366
+ $emit: (event: "update:modelValue", val: any) => void;
367
+ $el: any;
368
+ $options: vue.ComponentOptionsBase<{
369
+ error: boolean;
370
+ direction: "horizontal" | "vertical";
371
+ disabled: boolean;
372
+ readonly: boolean;
373
+ messages: string | string[];
374
+ density: Density;
375
+ focused: boolean;
376
+ errorMessages: string | string[];
377
+ maxErrors: string | number;
378
+ rules: ValidationRule[];
379
+ } & {
380
+ id?: string | undefined;
381
+ name?: string | undefined;
382
+ label?: string | undefined;
383
+ modelValue?: any;
384
+ prependIcon?: IconValue | undefined;
385
+ appendIcon?: IconValue | undefined;
386
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
387
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
388
+ validateOn?: "input" | "blur" | "submit" | undefined;
389
+ validationValue?: any;
390
+ hideDetails?: boolean | "auto" | undefined;
391
+ } & {
392
+ $children?: {} | vue.VNodeChild | {
393
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
394
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
395
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
396
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
397
+ };
398
+ $slots?: {
399
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
400
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
401
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
402
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
403
+ } | undefined;
404
+ 'v-slots'?: {
405
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
406
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
407
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
408
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
409
+ } | undefined;
410
+ } & {
411
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
412
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
413
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
414
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
415
+ } & {
416
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
417
+ }, {
418
+ reset: () => void;
419
+ resetValidation: () => void;
420
+ validate: () => Promise<string[]>;
421
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
422
+ 'update:modelValue': (val: any) => true;
423
+ }, string, {
424
+ error: boolean;
425
+ direction: "horizontal" | "vertical";
426
+ disabled: boolean;
427
+ readonly: boolean;
428
+ messages: string | string[];
429
+ density: Density;
430
+ focused: boolean;
431
+ errorMessages: string | string[];
432
+ maxErrors: string | number;
433
+ rules: ValidationRule[];
434
+ }, {}, string> & {
435
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
436
+ created?: ((() => void) | (() => void)[]) | undefined;
437
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
438
+ mounted?: ((() => void) | (() => void)[]) | undefined;
439
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
440
+ updated?: ((() => void) | (() => void)[]) | undefined;
441
+ activated?: ((() => void) | (() => void)[]) | undefined;
442
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
443
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
444
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
445
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
446
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
447
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
448
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
449
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
450
+ };
451
+ $forceUpdate: () => void;
452
+ $nextTick: typeof nextTick;
453
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
454
+ } & {
455
+ error: boolean;
456
+ direction: "horizontal" | "vertical";
457
+ disabled: boolean;
458
+ readonly: boolean;
459
+ messages: string | string[];
460
+ density: Density;
461
+ focused: boolean;
462
+ errorMessages: string | string[];
463
+ maxErrors: string | number;
464
+ rules: ValidationRule[];
465
+ } & {
466
+ id?: string | undefined;
467
+ name?: string | undefined;
468
+ label?: string | undefined;
469
+ modelValue?: any;
470
+ prependIcon?: IconValue | undefined;
471
+ appendIcon?: IconValue | undefined;
472
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
473
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
474
+ validateOn?: "input" | "blur" | "submit" | undefined;
475
+ validationValue?: any;
476
+ hideDetails?: boolean | "auto" | undefined;
477
+ } & {
478
+ $children?: {} | vue.VNodeChild | {
479
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
480
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
481
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
482
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
483
+ };
484
+ $slots?: {
485
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
486
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
487
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
488
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
489
+ } | undefined;
490
+ 'v-slots'?: {
491
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
492
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
493
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
494
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
495
+ } | undefined;
496
+ } & {
497
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
498
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
499
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
500
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
501
+ } & {
502
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
503
+ } & vue.ShallowUnwrapRef<{
504
+ reset: () => void;
505
+ resetValidation: () => void;
506
+ validate: () => Promise<string[]>;
507
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`> & Omit<Omit<{
508
+ $: vue.ComponentInternalInstance;
509
+ $data: {};
510
+ $props: Partial<{
511
+ reverse: boolean;
512
+ error: boolean;
513
+ active: boolean;
514
+ disabled: boolean;
515
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
516
+ clearIcon: IconValue;
517
+ focused: boolean;
518
+ clearable: boolean;
519
+ dirty: boolean;
520
+ persistentClear: boolean;
521
+ singleLine: boolean;
522
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
523
+ loading: (StringConstructor | BooleanConstructor)[];
524
+ theme: StringConstructor;
525
+ appendInnerIcon: PropType<IconValue>;
526
+ bgColor: StringConstructor;
527
+ clearable: BooleanConstructor;
528
+ clearIcon: {
529
+ type: PropType<IconValue>;
530
+ default: string;
531
+ };
532
+ active: BooleanConstructor;
533
+ color: StringConstructor;
534
+ dirty: BooleanConstructor;
535
+ disabled: BooleanConstructor;
536
+ error: BooleanConstructor;
537
+ label: StringConstructor;
538
+ persistentClear: BooleanConstructor;
539
+ prependInnerIcon: PropType<IconValue>;
540
+ reverse: BooleanConstructor;
541
+ singleLine: BooleanConstructor;
542
+ variant: {
543
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
544
+ default: string;
545
+ validator: (v: any) => boolean;
546
+ };
547
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
548
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
549
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
550
+ focused: BooleanConstructor;
551
+ id: StringConstructor;
552
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
553
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
554
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
555
+ $attrs: {
556
+ [x: string]: unknown;
557
+ };
558
+ $refs: {
559
+ [x: string]: unknown;
560
+ };
561
+ $slots: Readonly<{
562
+ [name: string]: vue.Slot | undefined;
563
+ }>;
564
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
565
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
566
+ $emit: (event: "update:focused", focused: boolean) => void;
567
+ $el: any;
568
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
569
+ loading: (StringConstructor | BooleanConstructor)[];
570
+ theme: StringConstructor;
571
+ appendInnerIcon: PropType<IconValue>;
572
+ bgColor: StringConstructor;
573
+ clearable: BooleanConstructor;
574
+ clearIcon: {
575
+ type: PropType<IconValue>;
576
+ default: string;
577
+ };
578
+ active: BooleanConstructor;
579
+ color: StringConstructor;
580
+ dirty: BooleanConstructor;
581
+ disabled: BooleanConstructor;
582
+ error: BooleanConstructor;
583
+ label: StringConstructor;
584
+ persistentClear: BooleanConstructor;
585
+ prependInnerIcon: PropType<IconValue>;
586
+ reverse: BooleanConstructor;
587
+ singleLine: BooleanConstructor;
588
+ variant: {
589
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
590
+ default: string;
591
+ validator: (v: any) => boolean;
592
+ };
593
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
594
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
595
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
596
+ focused: BooleanConstructor;
597
+ id: StringConstructor;
598
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
599
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
600
+ }, {
601
+ controlRef: vue.Ref<HTMLElement | undefined>;
602
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
603
+ 'update:focused': (focused: boolean) => true;
604
+ 'update:modelValue': (val: any) => true;
605
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
606
+ reverse: boolean;
607
+ error: boolean;
608
+ active: boolean;
609
+ disabled: boolean;
610
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
611
+ clearIcon: IconValue;
612
+ focused: boolean;
613
+ clearable: boolean;
614
+ dirty: boolean;
615
+ persistentClear: boolean;
616
+ singleLine: boolean;
617
+ }, {}, string> & {
618
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
619
+ created?: ((() => void) | (() => void)[]) | undefined;
620
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
621
+ mounted?: ((() => void) | (() => void)[]) | undefined;
622
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
623
+ updated?: ((() => void) | (() => void)[]) | undefined;
624
+ activated?: ((() => void) | (() => void)[]) | undefined;
625
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
626
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
627
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
628
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
629
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
630
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
631
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
632
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
633
+ };
634
+ $forceUpdate: () => void;
635
+ $nextTick: typeof nextTick;
636
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
637
+ } & Readonly<vue.ExtractPropTypes<Omit<{
638
+ loading: (StringConstructor | BooleanConstructor)[];
639
+ theme: StringConstructor;
640
+ appendInnerIcon: PropType<IconValue>;
641
+ bgColor: StringConstructor;
642
+ clearable: BooleanConstructor;
643
+ clearIcon: {
644
+ type: PropType<IconValue>;
645
+ default: string;
646
+ };
647
+ active: BooleanConstructor;
648
+ color: StringConstructor;
649
+ dirty: BooleanConstructor;
650
+ disabled: BooleanConstructor;
651
+ error: BooleanConstructor;
652
+ label: StringConstructor;
653
+ persistentClear: BooleanConstructor;
654
+ prependInnerIcon: PropType<IconValue>;
655
+ reverse: BooleanConstructor;
656
+ singleLine: BooleanConstructor;
657
+ variant: {
658
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
659
+ default: string;
660
+ validator: (v: any) => boolean;
661
+ };
662
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
663
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
664
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
665
+ focused: BooleanConstructor;
666
+ id: StringConstructor;
667
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
668
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
669
+ } & vue.ShallowUnwrapRef<{
670
+ controlRef: vue.Ref<HTMLElement | undefined>;
671
+ }> & {} & vue.ComponentCustomProperties & {} & {
672
+ $props: {
673
+ modelValue?: unknown;
674
+ 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
675
+ } & {
676
+ $children?: {} | vue.VNodeChild | {
677
+ clear?: (() => vue.VNodeChild) | undefined;
678
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
679
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
680
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
681
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
682
+ default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
683
+ };
684
+ $slots?: {
685
+ clear?: (() => vue.VNodeChild) | undefined;
686
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
687
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
688
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
689
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
690
+ default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
691
+ } | undefined;
692
+ 'v-slots'?: {
693
+ clear?: false | (() => vue.VNodeChild) | undefined;
694
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
695
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
696
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
697
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
698
+ default?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
699
+ } | undefined;
700
+ } & {
701
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
702
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
703
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
704
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
705
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
706
+ "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
707
+ };
708
+ }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
709
+ 'click:control': (e: MouseEvent) => true;
710
+ 'mousedown:control': (e: MouseEvent) => true;
711
+ 'update:focused': (focused: boolean) => true;
712
+ 'update:modelValue': (val: string) => true;
713
+ }, string, {
714
+ reverse: boolean;
715
+ type: string;
716
+ error: boolean;
717
+ active: boolean;
718
+ direction: "horizontal" | "vertical";
719
+ autofocus: boolean;
720
+ disabled: boolean;
721
+ readonly: boolean;
722
+ messages: string | string[];
723
+ density: Density;
724
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
725
+ clearIcon: IconValue;
726
+ focused: boolean;
727
+ errorMessages: string | string[];
728
+ maxErrors: string | number;
729
+ rules: ValidationRule[];
730
+ clearable: boolean;
731
+ dirty: boolean;
732
+ persistentClear: boolean;
733
+ singleLine: boolean;
734
+ persistentHint: boolean;
735
+ persistentPlaceholder: boolean;
736
+ persistentCounter: boolean;
737
+ }, {}, string> & {
738
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
739
+ created?: ((() => void) | (() => void)[]) | undefined;
740
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
741
+ mounted?: ((() => void) | (() => void)[]) | undefined;
742
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
743
+ updated?: ((() => void) | (() => void)[]) | undefined;
744
+ activated?: ((() => void) | (() => void)[]) | undefined;
745
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
746
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
747
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
748
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
749
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
750
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
751
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
752
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
753
+ };
754
+ $forceUpdate: () => void;
755
+ $nextTick: typeof nextTick;
756
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
757
+ } & {
758
+ reverse: boolean;
759
+ type: string;
760
+ error: boolean;
761
+ active: boolean;
762
+ direction: "horizontal" | "vertical";
763
+ autofocus: boolean;
764
+ disabled: boolean;
765
+ readonly: boolean;
766
+ messages: string | string[];
767
+ density: Density;
768
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
769
+ clearIcon: IconValue;
770
+ focused: boolean;
771
+ errorMessages: string | string[];
772
+ maxErrors: string | number;
773
+ rules: ValidationRule[];
774
+ clearable: boolean;
775
+ dirty: boolean;
776
+ persistentClear: boolean;
777
+ singleLine: boolean;
778
+ persistentHint: boolean;
779
+ persistentPlaceholder: boolean;
780
+ persistentCounter: boolean;
781
+ } & {
782
+ id?: string | undefined;
783
+ name?: string | undefined;
784
+ color?: string | undefined;
785
+ loading?: string | boolean | undefined;
786
+ label?: string | undefined;
787
+ prefix?: string | undefined;
788
+ placeholder?: string | undefined;
789
+ theme?: string | undefined;
790
+ counter?: string | number | true | undefined;
791
+ modelValue?: any;
792
+ bgColor?: string | undefined;
793
+ prependIcon?: IconValue | undefined;
794
+ appendIcon?: IconValue | undefined;
795
+ appendInnerIcon?: IconValue | undefined;
796
+ prependInnerIcon?: IconValue | undefined;
797
+ 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
798
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
799
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
800
+ 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
801
+ 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
802
+ validateOn?: "input" | "blur" | "submit" | undefined;
803
+ validationValue?: any;
804
+ hideDetails?: boolean | "auto" | undefined;
805
+ hint?: string | undefined;
806
+ suffix?: string | undefined;
807
+ counterValue?: ((value: any) => number) | undefined;
808
+ } & {
809
+ $children?: {} | vue.VNodeChild | {
810
+ clear?: (() => vue.VNodeChild) | undefined;
811
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
812
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
813
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
814
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
815
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
816
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
817
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
818
+ default?: (() => vue.VNodeChild) | undefined;
819
+ };
820
+ $slots?: {
821
+ clear?: (() => vue.VNodeChild) | undefined;
822
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
823
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
824
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
825
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
826
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
827
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
828
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
829
+ default?: (() => vue.VNodeChild) | undefined;
830
+ } | undefined;
831
+ 'v-slots'?: {
832
+ clear?: false | (() => vue.VNodeChild) | undefined;
833
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
834
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
835
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
836
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
837
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
838
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
839
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
840
+ default?: false | (() => vue.VNodeChild) | undefined;
841
+ } | undefined;
842
+ } & {
843
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
844
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
845
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
846
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
847
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
848
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
849
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
850
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
851
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
852
+ } & {
853
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
854
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
855
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
856
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
857
+ } & vue.ShallowUnwrapRef<Omit<Omit<{
858
+ $: vue.ComponentInternalInstance;
859
+ $data: {};
860
+ $props: Partial<{
861
+ error: boolean;
862
+ direction: "horizontal" | "vertical";
863
+ disabled: boolean;
864
+ readonly: boolean;
865
+ messages: string | string[];
866
+ density: Density;
867
+ focused: boolean;
868
+ errorMessages: string | string[];
869
+ maxErrors: string | number;
870
+ rules: ValidationRule[];
871
+ }> & Omit<{
872
+ error: boolean;
873
+ direction: "horizontal" | "vertical";
874
+ disabled: boolean;
875
+ readonly: boolean;
876
+ messages: string | string[];
877
+ density: Density;
878
+ focused: boolean;
879
+ errorMessages: string | string[];
880
+ maxErrors: string | number;
881
+ rules: ValidationRule[];
882
+ } & {
883
+ id?: string | undefined;
884
+ name?: string | undefined;
885
+ label?: string | undefined;
886
+ modelValue?: any;
887
+ prependIcon?: IconValue | undefined;
888
+ appendIcon?: IconValue | undefined;
889
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
890
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
891
+ validateOn?: "input" | "blur" | "submit" | undefined;
892
+ validationValue?: any;
893
+ hideDetails?: boolean | "auto" | undefined;
894
+ } & {
895
+ $children?: {} | vue.VNodeChild | {
896
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
897
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
898
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
899
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
900
+ };
901
+ $slots?: {
902
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
903
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
904
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
905
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
906
+ } | undefined;
907
+ 'v-slots'?: {
908
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
909
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
910
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
911
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
912
+ } | undefined;
913
+ } & {
914
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
915
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
916
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
917
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
918
+ } & {
919
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
920
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
921
+ $attrs: {
922
+ [x: string]: unknown;
923
+ };
924
+ $refs: {
925
+ [x: string]: unknown;
926
+ };
927
+ $slots: Readonly<{
928
+ [name: string]: vue.Slot | undefined;
929
+ }>;
930
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
931
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
932
+ $emit: (event: "update:modelValue", val: any) => void;
933
+ $el: any;
934
+ $options: vue.ComponentOptionsBase<{
935
+ error: boolean;
936
+ direction: "horizontal" | "vertical";
937
+ disabled: boolean;
938
+ readonly: boolean;
939
+ messages: string | string[];
940
+ density: Density;
941
+ focused: boolean;
942
+ errorMessages: string | string[];
943
+ maxErrors: string | number;
944
+ rules: ValidationRule[];
945
+ } & {
946
+ id?: string | undefined;
947
+ name?: string | undefined;
948
+ label?: string | undefined;
949
+ modelValue?: any;
950
+ prependIcon?: IconValue | undefined;
951
+ appendIcon?: IconValue | undefined;
952
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
953
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
954
+ validateOn?: "input" | "blur" | "submit" | undefined;
955
+ validationValue?: any;
956
+ hideDetails?: boolean | "auto" | undefined;
957
+ } & {
958
+ $children?: {} | vue.VNodeChild | {
959
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
960
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
961
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
962
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
963
+ };
964
+ $slots?: {
965
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
966
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
967
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
968
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
969
+ } | undefined;
970
+ 'v-slots'?: {
971
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
972
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
973
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
974
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
975
+ } | undefined;
976
+ } & {
977
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
978
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
979
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
980
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
981
+ } & {
982
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
983
+ }, {
984
+ reset: () => void;
985
+ resetValidation: () => void;
986
+ validate: () => Promise<string[]>;
987
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
988
+ 'update:modelValue': (val: any) => true;
989
+ }, string, {
990
+ error: boolean;
991
+ direction: "horizontal" | "vertical";
992
+ disabled: boolean;
993
+ readonly: boolean;
994
+ messages: string | string[];
995
+ density: Density;
996
+ focused: boolean;
997
+ errorMessages: string | string[];
998
+ maxErrors: string | number;
999
+ rules: ValidationRule[];
1000
+ }, {}, string> & {
1001
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1002
+ created?: ((() => void) | (() => void)[]) | undefined;
1003
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1004
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1005
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1006
+ updated?: ((() => void) | (() => void)[]) | undefined;
1007
+ activated?: ((() => void) | (() => void)[]) | undefined;
1008
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1009
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1010
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1011
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1012
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1013
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1014
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1015
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1016
+ };
1017
+ $forceUpdate: () => void;
1018
+ $nextTick: typeof nextTick;
1019
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1020
+ } & {
1021
+ error: boolean;
1022
+ direction: "horizontal" | "vertical";
1023
+ disabled: boolean;
1024
+ readonly: boolean;
1025
+ messages: string | string[];
1026
+ density: Density;
1027
+ focused: boolean;
1028
+ errorMessages: string | string[];
1029
+ maxErrors: string | number;
1030
+ rules: ValidationRule[];
1031
+ } & {
1032
+ id?: string | undefined;
1033
+ name?: string | undefined;
1034
+ label?: string | undefined;
1035
+ modelValue?: any;
1036
+ prependIcon?: IconValue | undefined;
1037
+ appendIcon?: IconValue | undefined;
1038
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
1039
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
1040
+ validateOn?: "input" | "blur" | "submit" | undefined;
1041
+ validationValue?: any;
1042
+ hideDetails?: boolean | "auto" | undefined;
1043
+ } & {
1044
+ $children?: {} | vue.VNodeChild | {
1045
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1046
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1047
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1048
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1049
+ };
1050
+ $slots?: {
1051
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1052
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1053
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1054
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1055
+ } | undefined;
1056
+ 'v-slots'?: {
1057
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1058
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1059
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1060
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1061
+ } | undefined;
1062
+ } & {
1063
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1064
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1065
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1066
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1067
+ } & {
1068
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1069
+ } & vue.ShallowUnwrapRef<{
1070
+ reset: () => void;
1071
+ resetValidation: () => void;
1072
+ validate: () => Promise<string[]>;
1073
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`> & Omit<Omit<{
1074
+ $: vue.ComponentInternalInstance;
1075
+ $data: {};
1076
+ $props: Partial<{
1077
+ reverse: boolean;
1078
+ error: boolean;
1079
+ active: boolean;
1080
+ disabled: boolean;
1081
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1082
+ clearIcon: IconValue;
1083
+ focused: boolean;
1084
+ clearable: boolean;
1085
+ dirty: boolean;
1086
+ persistentClear: boolean;
1087
+ singleLine: boolean;
1088
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1089
+ loading: (StringConstructor | BooleanConstructor)[];
1090
+ theme: StringConstructor;
1091
+ appendInnerIcon: PropType<IconValue>;
1092
+ bgColor: StringConstructor;
1093
+ clearable: BooleanConstructor;
1094
+ clearIcon: {
1095
+ type: PropType<IconValue>;
1096
+ default: string;
1097
+ };
1098
+ active: BooleanConstructor;
1099
+ color: StringConstructor;
1100
+ dirty: BooleanConstructor;
1101
+ disabled: BooleanConstructor;
1102
+ error: BooleanConstructor;
1103
+ label: StringConstructor;
1104
+ persistentClear: BooleanConstructor;
1105
+ prependInnerIcon: PropType<IconValue>;
1106
+ reverse: BooleanConstructor;
1107
+ singleLine: BooleanConstructor;
1108
+ variant: {
1109
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1110
+ default: string;
1111
+ validator: (v: any) => boolean;
1112
+ };
1113
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1114
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1115
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1116
+ focused: BooleanConstructor;
1117
+ id: StringConstructor;
1118
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
1119
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1120
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1121
+ $attrs: {
1122
+ [x: string]: unknown;
1123
+ };
1124
+ $refs: {
1125
+ [x: string]: unknown;
1126
+ };
1127
+ $slots: Readonly<{
1128
+ [name: string]: vue.Slot | undefined;
1129
+ }>;
1130
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1131
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1132
+ $emit: (event: "update:focused", focused: boolean) => void;
1133
+ $el: any;
1134
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1135
+ loading: (StringConstructor | BooleanConstructor)[];
1136
+ theme: StringConstructor;
1137
+ appendInnerIcon: PropType<IconValue>;
1138
+ bgColor: StringConstructor;
1139
+ clearable: BooleanConstructor;
1140
+ clearIcon: {
1141
+ type: PropType<IconValue>;
1142
+ default: string;
1143
+ };
1144
+ active: BooleanConstructor;
1145
+ color: StringConstructor;
1146
+ dirty: BooleanConstructor;
1147
+ disabled: BooleanConstructor;
1148
+ error: BooleanConstructor;
1149
+ label: StringConstructor;
1150
+ persistentClear: BooleanConstructor;
1151
+ prependInnerIcon: PropType<IconValue>;
1152
+ reverse: BooleanConstructor;
1153
+ singleLine: BooleanConstructor;
1154
+ variant: {
1155
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1156
+ default: string;
1157
+ validator: (v: any) => boolean;
1158
+ };
1159
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1160
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1161
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1162
+ focused: BooleanConstructor;
1163
+ id: StringConstructor;
1164
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
1165
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1166
+ }, {
1167
+ controlRef: vue.Ref<HTMLElement | undefined>;
1168
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1169
+ 'update:focused': (focused: boolean) => true;
1170
+ 'update:modelValue': (val: any) => true;
1171
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1172
+ reverse: boolean;
1173
+ error: boolean;
1174
+ active: boolean;
1175
+ disabled: boolean;
1176
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1177
+ clearIcon: IconValue;
1178
+ focused: boolean;
1179
+ clearable: boolean;
1180
+ dirty: boolean;
1181
+ persistentClear: boolean;
1182
+ singleLine: boolean;
1183
+ }, {}, string> & {
1184
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1185
+ created?: ((() => void) | (() => void)[]) | undefined;
1186
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1187
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1188
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1189
+ updated?: ((() => void) | (() => void)[]) | undefined;
1190
+ activated?: ((() => void) | (() => void)[]) | undefined;
1191
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1192
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1193
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1194
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1195
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1196
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1197
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1198
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1199
+ };
1200
+ $forceUpdate: () => void;
1201
+ $nextTick: typeof nextTick;
1202
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1203
+ } & Readonly<vue.ExtractPropTypes<Omit<{
1204
+ loading: (StringConstructor | BooleanConstructor)[];
1205
+ theme: StringConstructor;
1206
+ appendInnerIcon: PropType<IconValue>;
1207
+ bgColor: StringConstructor;
1208
+ clearable: BooleanConstructor;
1209
+ clearIcon: {
1210
+ type: PropType<IconValue>;
1211
+ default: string;
1212
+ };
1213
+ active: BooleanConstructor;
1214
+ color: StringConstructor;
1215
+ dirty: BooleanConstructor;
1216
+ disabled: BooleanConstructor;
1217
+ error: BooleanConstructor;
1218
+ label: StringConstructor;
1219
+ persistentClear: BooleanConstructor;
1220
+ prependInnerIcon: PropType<IconValue>;
1221
+ reverse: BooleanConstructor;
1222
+ singleLine: BooleanConstructor;
1223
+ variant: {
1224
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1225
+ default: string;
1226
+ validator: (v: any) => boolean;
1227
+ };
1228
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1229
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1230
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1231
+ focused: BooleanConstructor;
1232
+ id: StringConstructor;
1233
+ }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
1234
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1235
+ } & vue.ShallowUnwrapRef<{
1236
+ controlRef: vue.Ref<HTMLElement | undefined>;
1237
+ }> & {} & vue.ComponentCustomProperties & {} & {
1238
+ $props: {
1239
+ modelValue?: unknown;
1240
+ 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
1241
+ } & {
1242
+ $children?: {} | vue.VNodeChild | {
1243
+ clear?: (() => vue.VNodeChild) | undefined;
1244
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1245
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1246
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1247
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1248
+ default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1249
+ };
1250
+ $slots?: {
1251
+ clear?: (() => vue.VNodeChild) | undefined;
1252
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1253
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1254
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1255
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1256
+ default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1257
+ } | undefined;
1258
+ 'v-slots'?: {
1259
+ clear?: false | (() => vue.VNodeChild) | undefined;
1260
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1261
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1262
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1263
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1264
+ default?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1265
+ } | undefined;
1266
+ } & {
1267
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
1268
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1269
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1270
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1271
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1272
+ "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1273
+ };
1274
+ }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1275
+ __isFragment?: undefined;
1276
+ __isTeleport?: undefined;
1277
+ __isSuspense?: undefined;
1278
+ } & vue.ComponentOptionsBase<{
46
1279
  reverse: boolean;
47
1280
  type: string;
48
1281
  error: boolean;
@@ -137,6 +1370,11 @@ declare const VTextField: vue.DefineComponent<{
137
1370
  "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
138
1371
  "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
139
1372
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1373
+ } & {
1374
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1375
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1376
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1377
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
140
1378
  }, Omit<Omit<{
141
1379
  $: vue.ComponentInternalInstance;
142
1380
  $data: {};
@@ -368,7 +1606,7 @@ declare const VTextField: vue.DefineComponent<{
368
1606
  dirty: boolean;
369
1607
  persistentClear: boolean;
370
1608
  singleLine: boolean;
371
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
1609
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
372
1610
  loading: (StringConstructor | BooleanConstructor)[];
373
1611
  theme: StringConstructor;
374
1612
  appendInnerIcon: PropType<IconValue>;
@@ -414,7 +1652,7 @@ declare const VTextField: vue.DefineComponent<{
414
1652
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
415
1653
  $emit: (event: "update:focused", focused: boolean) => void;
416
1654
  $el: any;
417
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
1655
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
418
1656
  loading: (StringConstructor | BooleanConstructor)[];
419
1657
  theme: StringConstructor;
420
1658
  appendInnerIcon: PropType<IconValue>;
@@ -483,7 +1721,7 @@ declare const VTextField: vue.DefineComponent<{
483
1721
  $forceUpdate: () => void;
484
1722
  $nextTick: typeof nextTick;
485
1723
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
486
- } & Readonly<ExtractPropTypes<Omit<{
1724
+ } & Readonly<vue.ExtractPropTypes<Omit<{
487
1725
  loading: (StringConstructor | BooleanConstructor)[];
488
1726
  theme: StringConstructor;
489
1727
  appendInnerIcon: PropType<IconValue>;
@@ -559,7 +1797,7 @@ declare const VTextField: vue.DefineComponent<{
559
1797
  'mousedown:control': (e: MouseEvent) => true;
560
1798
  'update:focused': (focused: boolean) => true;
561
1799
  'update:modelValue': (val: string) => true;
562
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
1800
+ }, string, {
563
1801
  reverse: boolean;
564
1802
  type: string;
565
1803
  error: boolean;
@@ -583,107 +1821,167 @@ declare const VTextField: vue.DefineComponent<{
583
1821
  persistentHint: boolean;
584
1822
  persistentPlaceholder: boolean;
585
1823
  persistentCounter: boolean;
586
- } & {
587
- id?: string | undefined;
588
- name?: string | undefined;
589
- color?: string | undefined;
590
- loading?: string | boolean | undefined;
591
- label?: string | undefined;
592
- prefix?: string | undefined;
593
- placeholder?: string | undefined;
594
- theme?: string | undefined;
595
- counter?: string | number | true | undefined;
596
- modelValue?: any;
597
- bgColor?: string | undefined;
598
- prependIcon?: IconValue | undefined;
599
- appendIcon?: IconValue | undefined;
600
- appendInnerIcon?: IconValue | undefined;
601
- prependInnerIcon?: IconValue | undefined;
602
- 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
603
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
604
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
605
- 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
606
- 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
607
- validateOn?: "input" | "blur" | "submit" | undefined;
608
- validationValue?: any;
609
- hideDetails?: boolean | "auto" | undefined;
610
- hint?: string | undefined;
611
- suffix?: string | undefined;
612
- counterValue?: ((value: any) => number) | undefined;
613
- } & {
614
- $children?: {} | vue.VNodeChild | {
615
- clear?: (() => vue.VNodeChild) | undefined;
616
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
617
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
618
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
619
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
620
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
621
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
622
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
623
- default?: (() => vue.VNodeChild) | undefined;
1824
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1825
+ loading: (StringConstructor | BooleanConstructor)[];
1826
+ theme: StringConstructor;
1827
+ appendInnerIcon: PropType<IconValue>;
1828
+ bgColor: StringConstructor;
1829
+ clearable: BooleanConstructor;
1830
+ clearIcon: {
1831
+ type: PropType<IconValue>;
1832
+ default: string;
624
1833
  };
625
- $slots?: {
626
- clear?: (() => vue.VNodeChild) | undefined;
627
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
628
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
629
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
630
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
631
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
632
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
633
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
634
- default?: (() => vue.VNodeChild) | undefined;
635
- } | undefined;
636
- 'v-slots'?: {
637
- clear?: false | (() => vue.VNodeChild) | undefined;
638
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
639
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
640
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
641
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
642
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
643
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
644
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
645
- default?: false | (() => vue.VNodeChild) | undefined;
646
- } | undefined;
647
- } & {
648
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
649
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
650
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
651
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
652
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
653
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
654
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
655
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
656
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
657
- } & {
658
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
659
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
660
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
661
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
662
- }, {
663
- reverse: boolean;
664
- type: string;
665
- error: boolean;
666
- active: boolean;
667
- direction: "horizontal" | "vertical";
668
- autofocus: boolean;
669
- disabled: boolean;
670
- readonly: boolean;
671
- messages: string | string[];
672
- density: Density;
673
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
674
- clearIcon: IconValue;
675
- focused: boolean;
676
- errorMessages: string | string[];
677
- maxErrors: string | number;
678
- rules: ValidationRule[];
679
- clearable: boolean;
680
- dirty: boolean;
681
- persistentClear: boolean;
682
- singleLine: boolean;
683
- persistentHint: boolean;
684
- persistentPlaceholder: boolean;
685
- persistentCounter: boolean;
686
- }>;
1834
+ active: BooleanConstructor;
1835
+ color: StringConstructor;
1836
+ dirty: BooleanConstructor;
1837
+ disabled: BooleanConstructor;
1838
+ error: BooleanConstructor;
1839
+ label: StringConstructor;
1840
+ persistentClear: BooleanConstructor;
1841
+ prependInnerIcon: PropType<IconValue>;
1842
+ reverse: BooleanConstructor;
1843
+ singleLine: BooleanConstructor;
1844
+ variant: {
1845
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1846
+ default: string;
1847
+ validator: (v: any) => boolean;
1848
+ };
1849
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1850
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1851
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1852
+ focused: BooleanConstructor;
1853
+ errorMessages: {
1854
+ type: PropType<string | string[]>;
1855
+ default: () => never[];
1856
+ };
1857
+ maxErrors: {
1858
+ type: (StringConstructor | NumberConstructor)[];
1859
+ default: number;
1860
+ };
1861
+ name: StringConstructor;
1862
+ readonly: BooleanConstructor;
1863
+ rules: {
1864
+ type: PropType<ValidationRule[]>;
1865
+ default: () => never[];
1866
+ };
1867
+ modelValue: null;
1868
+ validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1869
+ validationValue: null;
1870
+ density: {
1871
+ type: PropType<Density>;
1872
+ default: string;
1873
+ validator: (v: any) => boolean;
1874
+ };
1875
+ id: StringConstructor;
1876
+ appendIcon: PropType<IconValue>;
1877
+ prependIcon: PropType<IconValue>;
1878
+ hideDetails: PropType<boolean | "auto">;
1879
+ messages: {
1880
+ type: PropType<string | string[]>;
1881
+ default: () => never[];
1882
+ };
1883
+ direction: {
1884
+ type: PropType<"horizontal" | "vertical">;
1885
+ default: string;
1886
+ validator: (v: any) => boolean;
1887
+ };
1888
+ 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1889
+ 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1890
+ autofocus: BooleanConstructor;
1891
+ counter: PropType<string | number | true>;
1892
+ counterValue: PropType<(value: any) => number>;
1893
+ hint: StringConstructor;
1894
+ persistentHint: BooleanConstructor;
1895
+ prefix: StringConstructor;
1896
+ placeholder: StringConstructor;
1897
+ persistentPlaceholder: BooleanConstructor;
1898
+ persistentCounter: BooleanConstructor;
1899
+ suffix: StringConstructor;
1900
+ type: {
1901
+ type: StringConstructor;
1902
+ default: string;
1903
+ };
1904
+ }, vue.ExtractPropTypes<{
1905
+ loading: (StringConstructor | BooleanConstructor)[];
1906
+ theme: StringConstructor;
1907
+ appendInnerIcon: PropType<IconValue>;
1908
+ bgColor: StringConstructor;
1909
+ clearable: BooleanConstructor;
1910
+ clearIcon: {
1911
+ type: PropType<IconValue>;
1912
+ default: string;
1913
+ };
1914
+ active: BooleanConstructor;
1915
+ color: StringConstructor;
1916
+ dirty: BooleanConstructor;
1917
+ disabled: BooleanConstructor;
1918
+ error: BooleanConstructor;
1919
+ label: StringConstructor;
1920
+ persistentClear: BooleanConstructor;
1921
+ prependInnerIcon: PropType<IconValue>;
1922
+ reverse: BooleanConstructor;
1923
+ singleLine: BooleanConstructor;
1924
+ variant: {
1925
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1926
+ default: string;
1927
+ validator: (v: any) => boolean;
1928
+ };
1929
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1930
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1931
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1932
+ focused: BooleanConstructor;
1933
+ errorMessages: {
1934
+ type: PropType<string | string[]>;
1935
+ default: () => never[];
1936
+ };
1937
+ maxErrors: {
1938
+ type: (StringConstructor | NumberConstructor)[];
1939
+ default: number;
1940
+ };
1941
+ name: StringConstructor;
1942
+ readonly: BooleanConstructor;
1943
+ rules: {
1944
+ type: PropType<ValidationRule[]>;
1945
+ default: () => never[];
1946
+ };
1947
+ modelValue: null;
1948
+ validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1949
+ validationValue: null;
1950
+ density: {
1951
+ type: PropType<Density>;
1952
+ default: string;
1953
+ validator: (v: any) => boolean;
1954
+ };
1955
+ id: StringConstructor;
1956
+ appendIcon: PropType<IconValue>;
1957
+ prependIcon: PropType<IconValue>;
1958
+ hideDetails: PropType<boolean | "auto">;
1959
+ messages: {
1960
+ type: PropType<string | string[]>;
1961
+ default: () => never[];
1962
+ };
1963
+ direction: {
1964
+ type: PropType<"horizontal" | "vertical">;
1965
+ default: string;
1966
+ validator: (v: any) => boolean;
1967
+ };
1968
+ 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1969
+ 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1970
+ autofocus: BooleanConstructor;
1971
+ counter: PropType<string | number | true>;
1972
+ counterValue: PropType<(value: any) => number>;
1973
+ hint: StringConstructor;
1974
+ persistentHint: BooleanConstructor;
1975
+ prefix: StringConstructor;
1976
+ placeholder: StringConstructor;
1977
+ persistentPlaceholder: BooleanConstructor;
1978
+ persistentCounter: BooleanConstructor;
1979
+ suffix: StringConstructor;
1980
+ type: {
1981
+ type: StringConstructor;
1982
+ default: string;
1983
+ };
1984
+ }>>;
687
1985
  type VTextField = InstanceType<typeof VTextField>;
688
1986
 
689
1987
  export { VTextField };