@cnamts/synapse 0.0.14-alpha → 0.0.16-alpha

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 (108) hide show
  1. package/dist/components/CookiesSelection/CookiesSelection.d.ts +26 -26
  2. package/dist/components/Customs/SyInputSelect/SyInputSelect.d.ts +2 -2
  3. package/dist/components/Customs/SySelect/SySelect.d.ts +24 -12
  4. package/dist/components/Customs/SySelect/locales.d.ts +3 -0
  5. package/dist/components/Customs/SyTextField/SyTextField.d.ts +1393 -3
  6. package/dist/components/DatePicker/DatePicker.d.ts +3532 -22
  7. package/dist/components/DatePicker/DateTextInput.d.ts +1408 -11
  8. package/dist/components/DialogBox/config.d.ts +1 -1
  9. package/dist/components/DownloadBtn/DownloadBtn.d.ts +2 -0
  10. package/dist/components/LangBtn/LangBtn.d.ts +467 -1
  11. package/dist/components/LangBtn/config.d.ts +1 -3
  12. package/dist/components/NirField/NirField.d.ts +2805 -15
  13. package/dist/components/PasswordField/PasswordField.d.ts +2 -2
  14. package/dist/components/PeriodField/PeriodField.d.ts +7345 -325
  15. package/dist/components/PhoneField/PhoneField.d.ts +3 -3
  16. package/dist/components/SelectBtnField/SelectBtnField.d.ts +1 -1
  17. package/dist/components/SkipLink/SkipLink.d.ts +3 -2
  18. package/dist/components/SyAlert/SyAlert.d.ts +72 -1
  19. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +26 -26
  20. package/dist/components/UserMenuBtn/UserMenuBtn.d.ts +2 -0
  21. package/dist/components/index.d.ts +2 -0
  22. package/dist/composables/date/useDateFormat.d.ts +2 -2
  23. package/dist/composables/date/useDateFormatDayjs.d.ts +23 -0
  24. package/dist/composables/date/useDateInitializationDayjs.d.ts +18 -0
  25. package/dist/design-system-v3.js +4314 -3987
  26. package/dist/design-system-v3.umd.cjs +1 -1
  27. package/dist/style.css +1 -1
  28. package/dist/vuetifyConfig.d.ts +1 -0
  29. package/package.json +1 -1
  30. package/src/components/BackBtn/Accessibilite.stories.ts +4 -0
  31. package/src/components/BackBtn/BackBtn.vue +2 -1
  32. package/src/components/BackToTopBtn/Accessibilite.stories.ts +4 -0
  33. package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +78 -21
  34. package/src/components/BackToTopBtn/BackToTopBtn.vue +15 -0
  35. package/src/components/BackToTopBtn/config.ts +2 -2
  36. package/src/components/BackToTopBtn/tests/__snapshots__/BackToTopBtn.spec.ts.snap +4 -4
  37. package/src/components/CopyBtn/Accessibilite.stories.ts +4 -0
  38. package/src/components/Customs/SyBtnSelect/SyBtnSelect.stories.ts +2 -2
  39. package/src/components/Customs/SyBtnSelect/SyBtnSelect.vue +0 -1
  40. package/src/components/Customs/SyInputSelect/SyInputSelect.stories.ts +3 -3
  41. package/src/components/Customs/SyInputSelect/SyInputSelect.vue +4 -4
  42. package/src/components/Customs/SySelect/SySelect.stories.ts +4 -0
  43. package/src/components/Customs/SySelect/SySelect.vue +75 -10
  44. package/src/components/Customs/SySelect/locales.ts +3 -0
  45. package/src/components/Customs/SySelect/tests/SySelect.spec.ts +24 -2
  46. package/src/components/Customs/SyTextField/Accessibilite.stories.ts +7 -0
  47. package/src/components/Customs/SyTextField/SyTextField.stories.ts +14 -1
  48. package/src/components/Customs/SyTextField/SyTextField.vue +85 -20
  49. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +795 -0
  50. package/src/components/DatePicker/DatePicker.stories.ts +432 -1
  51. package/src/components/DatePicker/DatePicker.vue +143 -76
  52. package/src/components/DatePicker/DatePickerValidation.mdx +338 -0
  53. package/src/components/DatePicker/DatePickerValidation.stories.ts +30 -0
  54. package/src/components/DatePicker/DateTextInput.vue +87 -135
  55. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +282 -0
  56. package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +535 -0
  57. package/src/components/DatePicker/tests/DatePicker.spec.ts +33 -32
  58. package/src/components/DatePicker/tests/DateTextInput.spec.ts +83 -35
  59. package/src/components/DialogBox/DialogBox.stories.ts +5 -2
  60. package/src/components/DialogBox/DialogBox.vue +1 -1
  61. package/src/components/DialogBox/config.ts +1 -1
  62. package/src/components/DownloadBtn/Accessibilite.stories.ts +4 -0
  63. package/src/components/DownloadBtn/DownloadBtn.stories.ts +17 -8
  64. package/src/components/DownloadBtn/DownloadBtn.vue +13 -6
  65. package/src/components/DownloadBtn/tests/__snapshots__/DownloadBtn.spec.ts.snap +0 -2
  66. package/src/components/FranceConnectBtn/Accessibilite.stories.ts +4 -0
  67. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +3 -0
  68. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +3 -0
  69. package/src/components/HeaderBar/HeaderBurgerMenu/menu.scss +19 -0
  70. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +12 -2
  71. package/src/components/LangBtn/Accessibilite.stories.ts +4 -0
  72. package/src/components/LangBtn/LangBtn.stories.ts +1 -4
  73. package/src/components/LangBtn/LangBtn.vue +68 -9
  74. package/src/components/LangBtn/config.ts +0 -1
  75. package/src/components/LangBtn/tests/LangBtn.spec.ts +30 -2
  76. package/src/components/PageContainer/Accessibilite.stories.ts +36 -23
  77. package/src/components/PaginatedTable/PaginatedTable.stories.ts +144 -18
  78. package/src/components/PasswordField/PasswordField.stories.ts +6 -6
  79. package/src/components/PasswordField/PasswordField.vue +3 -3
  80. package/src/components/PeriodField/PeriodField.vue +4 -4
  81. package/src/components/PhoneField/PhoneField.stories.ts +216 -24
  82. package/src/components/PhoneField/PhoneField.vue +32 -2
  83. package/src/components/PhoneField/tests/PhoneField.spec.ts +161 -14
  84. package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +2 -1
  85. package/src/components/RatingPicker/RatingPicker.stories.ts +1 -1
  86. package/src/components/SkipLink/Accessibilite.stories.ts +8 -0
  87. package/src/components/SkipLink/SkipLink.vue +11 -9
  88. package/src/components/SkipLink/tests/__snapshots__/skipLink.spec.ts.snap +7 -4
  89. package/src/components/SkipLink/tests/skipLink.spec.ts +120 -6
  90. package/src/components/SyAlert/Accessibilite.stories.ts +4 -0
  91. package/src/components/SyAlert/SyAlert.mdx +3 -7
  92. package/src/components/SyAlert/SyAlert.stories.ts +19 -12
  93. package/src/components/SyAlert/SyAlert.vue +88 -51
  94. package/src/components/SyAlert/tests/SyAlert.spec.ts +20 -2
  95. package/src/components/SyAlert/tests/__snapshots__/SyAlert.spec.ts.snap +83 -75
  96. package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +56 -0
  97. package/src/components/UserMenuBtn/UserMenuBtn.vue +4 -2
  98. package/src/components/UserMenuBtn/tests/UserMenuBtn.spec.ts +41 -0
  99. package/src/components/index.ts +2 -0
  100. package/src/composables/date/useDateFormat.ts +17 -1
  101. package/src/composables/date/useDateFormatDayjs.ts +84 -0
  102. package/src/composables/date/useDateInitializationDayjs.ts +133 -0
  103. package/src/composables/rules/useFieldValidation.ts +26 -3
  104. package/src/stories/Accessibilite/Avancement/Avancement.mdx +12 -0
  105. package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +134 -0
  106. package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +1 -1
  107. package/src/stories/GuideDuDev/LesBreackingChanges.mdx +31 -2
  108. package/src/components/LangBtn/tests/Config.spec.ts +0 -24
@@ -1,3 +1,4 @@
1
+ import { nextTick, ComponentPublicInstance } from 'vue';
1
2
  import { IconType, VariantStyle, ColorType } from './types';
2
3
  import { ValidationRule } from '../../../composables/validation/useValidation';
3
4
  type __VLS_Props = {
@@ -18,7 +19,7 @@ type __VLS_Props = {
18
19
  errorMessages?: string[] | null;
19
20
  warningMessages?: string[] | null;
20
21
  successMessages?: string[] | null;
21
- readOnly?: boolean;
22
+ readonly?: boolean;
22
23
  isActive?: boolean;
23
24
  baseColor?: string;
24
25
  bgColor?: string;
@@ -65,6 +66,8 @@ type __VLS_Props = {
65
66
  showSuccessMessages?: boolean;
66
67
  isValidateOnBlur?: boolean;
67
68
  disableErrorHandling?: boolean;
69
+ disableClickButton?: boolean;
70
+ autocomplete?: string;
68
71
  };
69
72
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {
70
73
  validation: {
@@ -106,7 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
106
109
  errorMessages: string[] | null;
107
110
  warningMessages: string[] | null;
108
111
  successMessages: string[] | null;
109
- readOnly: boolean;
112
+ readonly: boolean;
110
113
  isActive: boolean;
111
114
  baseColor: string;
112
115
  bgColor: string;
@@ -153,7 +156,1394 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
153
156
  showSuccessMessages: boolean;
154
157
  isValidateOnBlur: boolean;
155
158
  disableErrorHandling: boolean;
156
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
159
+ disableClickButton: boolean;
160
+ autocomplete: string;
161
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
162
+ syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
163
+ flat: boolean;
164
+ reverse: boolean;
165
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
166
+ type: string;
167
+ error: boolean;
168
+ active: boolean;
169
+ direction: "horizontal" | "vertical";
170
+ style: import('vue').StyleValue;
171
+ autofocus: boolean;
172
+ disabled: boolean;
173
+ readonly: boolean | null;
174
+ messages: string | readonly string[];
175
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
176
+ focused: boolean;
177
+ errorMessages: string | readonly string[] | null;
178
+ maxErrors: string | number;
179
+ density: import('vuetify/lib/composables/density.mjs').Density;
180
+ tile: boolean;
181
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
182
+ glow: boolean;
183
+ hideSpinButtons: boolean;
184
+ persistentHint: boolean;
185
+ clearable: boolean;
186
+ dirty: boolean;
187
+ persistentClear: boolean;
188
+ singleLine: boolean;
189
+ persistentPlaceholder: boolean;
190
+ persistentCounter: boolean;
191
+ } & {
192
+ name?: string | undefined;
193
+ id?: string | undefined;
194
+ width?: string | number | undefined;
195
+ color?: string | undefined;
196
+ maxWidth?: string | number | undefined;
197
+ minWidth?: string | number | undefined;
198
+ loading?: string | boolean | undefined;
199
+ label?: string | undefined;
200
+ prefix?: string | undefined;
201
+ role?: string | undefined;
202
+ class?: any;
203
+ theme?: string | undefined;
204
+ placeholder?: string | undefined;
205
+ counter?: string | number | boolean | undefined;
206
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
207
+ modelValue?: any;
208
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
209
+ validationValue?: any;
210
+ rounded?: string | number | boolean | undefined;
211
+ baseColor?: string | undefined;
212
+ bgColor?: string | undefined;
213
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
214
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
215
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
216
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
217
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
218
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
219
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
220
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
221
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
222
+ centerAffix?: boolean | undefined;
223
+ iconColor?: string | boolean | undefined;
224
+ hint?: string | undefined;
225
+ hideDetails?: boolean | "auto" | undefined;
226
+ suffix?: string | undefined;
227
+ counterValue?: number | ((value: any) => number) | undefined;
228
+ modelModifiers?: Record<string, boolean> | undefined;
229
+ } & {
230
+ $children?: import('vue').VNodeChild | (() => import('vue').VNodeChild) | {
231
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
232
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
233
+ props: Record<string, any>;
234
+ }) => import('vue').VNodeChild) | undefined;
235
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
236
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
237
+ label: string | undefined;
238
+ props: Record<string, any>;
239
+ }) => import('vue').VNodeChild) | undefined;
240
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
241
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
242
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
243
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
244
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
245
+ default?: (() => import('vue').VNodeChild) | undefined;
246
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
247
+ };
248
+ 'v-slots'?: {
249
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
250
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
251
+ props: Record<string, any>;
252
+ }) => import('vue').VNodeChild) | undefined;
253
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
254
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
255
+ label: string | undefined;
256
+ props: Record<string, any>;
257
+ }) => import('vue').VNodeChild) | undefined;
258
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
259
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
260
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
261
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
262
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
263
+ default?: false | (() => import('vue').VNodeChild) | undefined;
264
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
265
+ } | undefined;
266
+ } & {
267
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
268
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
269
+ props: Record<string, any>;
270
+ }) => import('vue').VNodeChild) | undefined;
271
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
272
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
273
+ label: string | undefined;
274
+ props: Record<string, any>;
275
+ }) => import('vue').VNodeChild) | undefined;
276
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
277
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
278
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
279
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
280
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
281
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
282
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
283
+ } & {
284
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
285
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
286
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
287
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
288
+ }, HTMLInputElement & Omit<Omit<{
289
+ $: import('vue').ComponentInternalInstance;
290
+ $data: {};
291
+ $props: Partial<{
292
+ error: boolean;
293
+ direction: "horizontal" | "vertical";
294
+ style: import('vue').StyleValue;
295
+ disabled: boolean | null;
296
+ readonly: boolean | null;
297
+ messages: string | readonly string[];
298
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
299
+ focused: boolean;
300
+ errorMessages: string | readonly string[] | null;
301
+ maxErrors: string | number;
302
+ /** @type { [typeof __VLS_components.VIcon, ] } */ density: import('vuetify/lib/composables/density.mjs').Density;
303
+ centerAffix: boolean;
304
+ glow: boolean;
305
+ hideSpinButtons: boolean;
306
+ persistentHint: boolean;
307
+ }> & Omit<{
308
+ error: boolean;
309
+ direction: "horizontal" | "vertical";
310
+ style: import('vue').StyleValue;
311
+ disabled: boolean | null;
312
+ readonly: boolean | null;
313
+ messages: string | readonly string[];
314
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
315
+ focused: boolean;
316
+ errorMessages: string | readonly string[] | null;
317
+ maxErrors: string | number;
318
+ density: import('vuetify/lib/composables/density.mjs').Density;
319
+ centerAffix: boolean;
320
+ glow: boolean;
321
+ hideSpinButtons: boolean;
322
+ persistentHint: boolean;
323
+ name?: string | undefined;
324
+ id?: string | undefined;
325
+ width?: string | number | undefined;
326
+ color?: string | undefined;
327
+ maxWidth?: string | number | undefined;
328
+ minWidth?: string | number | undefined;
329
+ label?: string | undefined;
330
+ class?: any;
331
+ theme?: string | undefined;
332
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
333
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
334
+ validationValue?: any;
335
+ baseColor?: string | undefined;
336
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
337
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
338
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
339
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
340
+ iconColor?: string | boolean | undefined;
341
+ hint?: string | undefined;
342
+ hideDetails?: boolean | "auto" | undefined;
343
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
344
+ $attrs: {
345
+ [x: string]: unknown;
346
+ };
347
+ $refs: {
348
+ [x: string]: unknown;
349
+ };
350
+ $slots: Readonly<{
351
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
352
+ [key: string]: any;
353
+ }>[]) | undefined;
354
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
355
+ [key: string]: any;
356
+ }>[]) | undefined;
357
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
358
+ [key: string]: any;
359
+ }>[]) | undefined;
360
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
361
+ [key: string]: any;
362
+ }>[]) | undefined;
363
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
364
+ [key: string]: any;
365
+ }>[]) | undefined;
366
+ }>;
367
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
368
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
369
+ $host: Element | null;
370
+ $emit: (event: string, ...args: any[]) => void;
371
+ $el: any;
372
+ $options: import('vue').ComponentOptionsBase<{
373
+ error: boolean;
374
+ direction: "horizontal" | "vertical";
375
+ style: import('vue').StyleValue;
376
+ disabled: boolean | null;
377
+ readonly: boolean | null;
378
+ messages: string | readonly string[];
379
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
380
+ focused: boolean;
381
+ errorMessages: string | readonly string[] | null;
382
+ maxErrors: string | number;
383
+ density: import('vuetify/lib/composables/density.mjs').Density;
384
+ centerAffix: boolean;
385
+ glow: boolean;
386
+ hideSpinButtons: boolean;
387
+ persistentHint: boolean;
388
+ } & {
389
+ name?: string | undefined;
390
+ id?: string | undefined;
391
+ width?: string | number | undefined;
392
+ color?: string | undefined;
393
+ maxWidth?: string | number | undefined;
394
+ minWidth?: string | number | undefined;
395
+ label?: string | undefined;
396
+ class?: any;
397
+ theme?: string | undefined;
398
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
399
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
400
+ validationValue?: any;
401
+ baseColor?: string | undefined;
402
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
403
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
404
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
405
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
406
+ iconColor?: string | boolean | undefined;
407
+ hint?: string | undefined;
408
+ hideDetails?: boolean | "auto" | undefined;
409
+ }, {
410
+ reset: () => Promise<void>;
411
+ resetValidation: () => Promise<void>;
412
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
413
+ isValid: import('vue').ComputedRef<boolean | null>;
414
+ errorMessages: import('vue').ComputedRef<string[]>;
415
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
416
+ 'update:modelValue': (value: any) => true;
417
+ }, "modelValue" | "update:modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
418
+ error: boolean;
419
+ direction: "horizontal" | "vertical";
420
+ style: import('vue').StyleValue;
421
+ disabled: boolean | null;
422
+ readonly: boolean | null;
423
+ messages: string | readonly string[];
424
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
425
+ focused: boolean;
426
+ errorMessages: string | readonly string[] | null;
427
+ maxErrors: string | number;
428
+ density: import('vuetify/lib/composables/density.mjs').Density;
429
+ centerAffix: boolean;
430
+ glow: boolean;
431
+ hideSpinButtons: boolean;
432
+ persistentHint: boolean;
433
+ }, {}, string, import('vue').SlotsType<Partial<{
434
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
435
+ [key: string]: any;
436
+ }>[];
437
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
438
+ [key: string]: any;
439
+ }>[];
440
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
441
+ [key: string]: any;
442
+ }>[];
443
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
444
+ [key: string]: any;
445
+ }>[];
446
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
447
+ [key: string]: any;
448
+ }>[];
449
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
450
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
451
+ created?: (() => void) | (() => void)[] | undefined;
452
+ beforeMount?: (() => void) | (() => void)[] | undefined;
453
+ mounted?: (() => void) | (() => void)[] | undefined;
454
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
455
+ updated?: (() => void) | (() => void)[] | undefined;
456
+ activated?: (() => void) | (() => void)[] | undefined;
457
+ deactivated?: (() => void) | (() => void)[] | undefined;
458
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
459
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
460
+ destroyed?: (() => void) | (() => void)[] | undefined;
461
+ unmounted?: (() => void) | (() => void)[] | undefined;
462
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
463
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
464
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
465
+ };
466
+ $forceUpdate: () => void;
467
+ $nextTick: typeof nextTick;
468
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
469
+ } & Readonly<{
470
+ error: boolean;
471
+ direction: "horizontal" | "vertical";
472
+ style: import('vue').StyleValue;
473
+ disabled: boolean | null;
474
+ readonly: boolean | null;
475
+ messages: string | readonly string[];
476
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
477
+ focused: boolean;
478
+ errorMessages: string | readonly string[] | null;
479
+ maxErrors: string | number;
480
+ density: import('vuetify/lib/composables/density.mjs').Density;
481
+ centerAffix: boolean;
482
+ glow: boolean;
483
+ hideSpinButtons: boolean;
484
+ persistentHint: boolean;
485
+ }> & Omit<{
486
+ error: boolean;
487
+ direction: "horizontal" | "vertical";
488
+ style: import('vue').StyleValue;
489
+ disabled: boolean | null;
490
+ readonly: boolean | null;
491
+ messages: string | readonly string[];
492
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
493
+ focused: boolean;
494
+ errorMessages: string | readonly string[] | null;
495
+ maxErrors: string | number;
496
+ density: import('vuetify/lib/composables/density.mjs').Density;
497
+ centerAffix: boolean;
498
+ glow: boolean;
499
+ hideSpinButtons: boolean;
500
+ persistentHint: boolean;
501
+ } & {
502
+ name?: string | undefined;
503
+ id?: string | undefined;
504
+ width?: string | number | undefined;
505
+ color?: string | undefined;
506
+ maxWidth?: string | number | undefined;
507
+ minWidth?: string | number | undefined;
508
+ label?: string | undefined;
509
+ class?: any;
510
+ theme?: string | undefined;
511
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
512
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
513
+ validationValue?: any;
514
+ baseColor?: string | undefined;
515
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
516
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
517
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
518
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
519
+ iconColor?: string | boolean | undefined;
520
+ hint?: string | undefined;
521
+ hideDetails?: boolean | "auto" | undefined;
522
+ }, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "reset" | "isValid" | "validate" | "resetValidation" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
523
+ reset: () => Promise<void>;
524
+ resetValidation: () => Promise<void>;
525
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
526
+ isValid: import('vue').ComputedRef<boolean | null>;
527
+ errorMessages: import('vue').ComputedRef<string[]>;
528
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
529
+ modelValue?: unknown;
530
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
531
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "modelValue" | "prependIcon" | "appendIcon" | "color" | "label" | "errorMessages" | "readonly" | "baseColor" | "centerAffix" | "density" | "direction" | "disabled" | "hint" | "id" | "maxErrors" | "maxWidth" | "messages" | "minWidth" | "name" | "theme" | "width" | "onUpdate:modelValue" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "class" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "iconColor" | "hideDetails" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, `$${any}`> & Omit<Omit<{
532
+ $: import('vue').ComponentInternalInstance;
533
+ $data: {};
534
+ $props: Partial<{
535
+ flat: boolean;
536
+ reverse: boolean;
537
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
538
+ error: boolean;
539
+ active: boolean;
540
+ style: import('vue').StyleValue;
541
+ disabled: boolean;
542
+ focused: boolean;
543
+ rounded: string | number | boolean;
544
+ tile: boolean;
545
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
546
+ centerAffix: boolean;
547
+ glow: boolean;
548
+ clearable: boolean;
549
+ dirty: boolean;
550
+ persistentClear: boolean;
551
+ singleLine: boolean;
552
+ }> & Omit<{
553
+ flat: boolean;
554
+ reverse: boolean;
555
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
556
+ error: boolean;
557
+ active: boolean;
558
+ style: import('vue').StyleValue;
559
+ disabled: boolean;
560
+ focused: boolean;
561
+ tile: boolean;
562
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
563
+ glow: boolean;
564
+ clearable: boolean;
565
+ dirty: boolean;
566
+ persistentClear: boolean;
567
+ singleLine: boolean;
568
+ id?: string | undefined;
569
+ color?: string | undefined;
570
+ loading?: string | boolean | undefined;
571
+ label?: string | undefined;
572
+ class?: any;
573
+ theme?: string | undefined;
574
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
575
+ rounded?: string | number | boolean | undefined;
576
+ baseColor?: string | undefined;
577
+ bgColor?: string | undefined;
578
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
579
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
580
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
581
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
582
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
583
+ centerAffix?: boolean | undefined;
584
+ iconColor?: string | boolean | undefined;
585
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "centerAffix" | "disabled" | "rounded" | "style" | "focused" | "glow" | "variant" | "active" | "tile" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
586
+ $attrs: {
587
+ [x: string]: unknown;
588
+ };
589
+ $refs: {
590
+ [x: string]: unknown;
591
+ };
592
+ $slots: Readonly<{
593
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
594
+ props: Record<string, any>;
595
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
596
+ [key: string]: any;
597
+ }>[]) | undefined;
598
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
599
+ [key: string]: any;
600
+ }>[]) | undefined;
601
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
602
+ [key: string]: any;
603
+ }>[]) | undefined;
604
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
605
+ label: string | undefined;
606
+ props: Record<string, any>;
607
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
608
+ [key: string]: any;
609
+ }>[]) | undefined;
610
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
611
+ [key: string]: any;
612
+ }>[]) | undefined;
613
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
614
+ [key: string]: any;
615
+ }>[]) | undefined;
616
+ }>;
617
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
618
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
619
+ $host: Element | null;
620
+ $emit: (event: "update:focused", focused: boolean) => void;
621
+ $el: any;
622
+ $options: import('vue').ComponentOptionsBase<{
623
+ flat: boolean;
624
+ reverse: boolean;
625
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
626
+ error: boolean;
627
+ active: boolean;
628
+ style: import('vue').StyleValue;
629
+ disabled: boolean;
630
+ focused: boolean;
631
+ tile: boolean;
632
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
633
+ glow: boolean;
634
+ clearable: boolean;
635
+ dirty: boolean;
636
+ persistentClear: boolean;
637
+ singleLine: boolean;
638
+ } & {
639
+ id?: string | undefined;
640
+ color?: string | undefined;
641
+ loading?: string | boolean | undefined;
642
+ label?: string | undefined;
643
+ class?: any;
644
+ theme?: string | undefined;
645
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
646
+ rounded?: string | number | boolean | undefined;
647
+ baseColor?: string | undefined;
648
+ bgColor?: string | undefined;
649
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
650
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
651
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
652
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
653
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
654
+ centerAffix?: boolean | undefined;
655
+ iconColor?: string | boolean | undefined;
656
+ } & {
657
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
658
+ }, {
659
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
660
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
661
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
662
+ 'update:focused': (focused: boolean) => true;
663
+ 'update:modelValue': (value: any) => true;
664
+ }, "modelValue" | "update:modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
665
+ flat: boolean;
666
+ reverse: boolean;
667
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
668
+ error: boolean;
669
+ active: boolean;
670
+ style: import('vue').StyleValue;
671
+ disabled: boolean;
672
+ focused: boolean;
673
+ rounded: string | number | boolean;
674
+ tile: boolean;
675
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
676
+ centerAffix: boolean;
677
+ glow: boolean;
678
+ clearable: boolean;
679
+ dirty: boolean;
680
+ persistentClear: boolean;
681
+ singleLine: boolean;
682
+ }, {}, string, import('vue').SlotsType<Partial<{
683
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
684
+ props: Record<string, any>;
685
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
686
+ [key: string]: any;
687
+ }>[];
688
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
689
+ [key: string]: any;
690
+ }>[];
691
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
692
+ [key: string]: any;
693
+ }>[];
694
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
695
+ label: string | undefined;
696
+ props: Record<string, any>;
697
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
698
+ [key: string]: any;
699
+ }>[];
700
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
701
+ [key: string]: any;
702
+ }>[];
703
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
704
+ [key: string]: any;
705
+ }>[];
706
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
707
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
708
+ created?: (() => void) | (() => void)[] | undefined;
709
+ beforeMount?: (() => void) | (() => void)[] | undefined;
710
+ mounted?: (() => void) | (() => void)[] | undefined;
711
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
712
+ updated?: (() => void) | (() => void)[] | undefined;
713
+ activated?: (() => void) | (() => void)[] | undefined;
714
+ deactivated?: (() => void) | (() => void)[] | undefined;
715
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
716
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
717
+ destroyed?: (() => void) | (() => void)[] | undefined;
718
+ unmounted?: (() => void) | (() => void)[] | undefined;
719
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
720
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
721
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
722
+ };
723
+ $forceUpdate: () => void;
724
+ $nextTick: typeof nextTick;
725
+ $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
726
+ } & Readonly<{
727
+ flat: boolean;
728
+ reverse: boolean;
729
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
730
+ error: boolean;
731
+ active: boolean;
732
+ style: import('vue').StyleValue;
733
+ disabled: boolean;
734
+ focused: boolean;
735
+ rounded: string | number | boolean;
736
+ tile: boolean;
737
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
738
+ centerAffix: boolean;
739
+ glow: boolean;
740
+ clearable: boolean;
741
+ dirty: boolean;
742
+ persistentClear: boolean;
743
+ singleLine: boolean;
744
+ }> & Omit<{
745
+ flat: boolean;
746
+ reverse: boolean;
747
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
748
+ error: boolean;
749
+ active: boolean;
750
+ style: import('vue').StyleValue;
751
+ disabled: boolean;
752
+ focused: boolean;
753
+ tile: boolean;
754
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
755
+ glow: boolean;
756
+ clearable: boolean;
757
+ dirty: boolean;
758
+ persistentClear: boolean;
759
+ singleLine: boolean;
760
+ } & {
761
+ id?: string | undefined;
762
+ color?: string | undefined;
763
+ loading?: string | boolean | undefined;
764
+ label?: string | undefined;
765
+ class?: any;
766
+ theme?: string | undefined;
767
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
768
+ rounded?: string | number | boolean | undefined;
769
+ baseColor?: string | undefined;
770
+ bgColor?: string | undefined;
771
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
772
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
773
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
774
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
775
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
776
+ centerAffix?: boolean | undefined;
777
+ iconColor?: string | boolean | undefined;
778
+ } & {
779
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
780
+ }, "error" | "reverse" | "flat" | "centerAffix" | "disabled" | "rounded" | "style" | "focused" | "glow" | "variant" | "active" | "tile" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
781
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
782
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
783
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
784
+ modelValue?: unknown;
785
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
786
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "modelValue" | "prependInnerIcon" | "appendInnerIcon" | "color" | "label" | "baseColor" | "bgColor" | "centerAffix" | "disabled" | "id" | "loading" | "rounded" | "theme" | "onUpdate:modelValue" | "style" | "focused" | "glow" | "class" | "onUpdate:focused" | "iconColor" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "active" | "tile" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
787
+ _allExposed: {} | {
788
+ reset: () => Promise<void>;
789
+ resetValidation: () => Promise<void>;
790
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
791
+ isValid: import('vue').ComputedRef<boolean | null>;
792
+ errorMessages: import('vue').ComputedRef<string[]>;
793
+ } | {
794
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
795
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
796
+ };
797
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
798
+ 'click:control': (e: MouseEvent) => true;
799
+ 'mousedown:control': (e: MouseEvent) => true;
800
+ 'update:focused': (focused: boolean) => true;
801
+ 'update:modelValue': (val: string) => true;
802
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
803
+ flat: boolean;
804
+ reverse: boolean;
805
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
806
+ type: string;
807
+ error: boolean;
808
+ active: boolean;
809
+ direction: "horizontal" | "vertical";
810
+ style: import('vue').StyleValue;
811
+ autofocus: boolean;
812
+ disabled: boolean;
813
+ readonly: boolean | null;
814
+ messages: string | readonly string[];
815
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
816
+ focused: boolean;
817
+ errorMessages: string | readonly string[] | null;
818
+ maxErrors: string | number;
819
+ density: import('vuetify/lib/composables/density.mjs').Density;
820
+ rounded: string | number | boolean;
821
+ tile: boolean;
822
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
823
+ centerAffix: boolean;
824
+ glow: boolean;
825
+ hideSpinButtons: boolean;
826
+ persistentHint: boolean;
827
+ clearable: boolean;
828
+ dirty: boolean;
829
+ persistentClear: boolean;
830
+ singleLine: boolean;
831
+ persistentPlaceholder: boolean;
832
+ persistentCounter: boolean;
833
+ }, true, {}, import('vue').SlotsType<Partial<{
834
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
835
+ [key: string]: any;
836
+ }>[];
837
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
838
+ props: Record<string, any>;
839
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
840
+ [key: string]: any;
841
+ }>[];
842
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
843
+ [key: string]: any;
844
+ }>[];
845
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
846
+ label: string | undefined;
847
+ props: Record<string, any>;
848
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
849
+ [key: string]: any;
850
+ }>[];
851
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
852
+ [key: string]: any;
853
+ }>[];
854
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
855
+ [key: string]: any;
856
+ }>[];
857
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
858
+ [key: string]: any;
859
+ }>[];
860
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
861
+ [key: string]: any;
862
+ }>[];
863
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
864
+ [key: string]: any;
865
+ }>[];
866
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
867
+ [key: string]: any;
868
+ }>[];
869
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
870
+ [key: string]: any;
871
+ }>[];
872
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
873
+ P: {};
874
+ B: {};
875
+ D: {};
876
+ C: {};
877
+ M: {};
878
+ Defaults: {};
879
+ }, {
880
+ flat: boolean;
881
+ reverse: boolean;
882
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
883
+ type: string;
884
+ error: boolean;
885
+ active: boolean;
886
+ direction: "horizontal" | "vertical";
887
+ style: import('vue').StyleValue;
888
+ autofocus: boolean;
889
+ disabled: boolean;
890
+ readonly: boolean | null;
891
+ messages: string | readonly string[];
892
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
893
+ focused: boolean;
894
+ errorMessages: string | readonly string[] | null;
895
+ maxErrors: string | number;
896
+ density: import('vuetify/lib/composables/density.mjs').Density;
897
+ tile: boolean;
898
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
899
+ glow: boolean;
900
+ hideSpinButtons: boolean;
901
+ persistentHint: boolean;
902
+ clearable: boolean;
903
+ dirty: boolean;
904
+ persistentClear: boolean;
905
+ singleLine: boolean;
906
+ persistentPlaceholder: boolean;
907
+ persistentCounter: boolean;
908
+ } & {
909
+ name?: string | undefined;
910
+ id?: string | undefined;
911
+ width?: string | number | undefined;
912
+ color?: string | undefined;
913
+ maxWidth?: string | number | undefined;
914
+ minWidth?: string | number | undefined;
915
+ loading?: string | boolean | undefined;
916
+ label?: string | undefined;
917
+ prefix?: string | undefined;
918
+ role?: string | undefined;
919
+ class?: any;
920
+ theme?: string | undefined;
921
+ placeholder?: string | undefined;
922
+ counter?: string | number | boolean | undefined;
923
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
924
+ modelValue?: any;
925
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
926
+ validationValue?: any;
927
+ rounded?: string | number | boolean | undefined;
928
+ baseColor?: string | undefined;
929
+ bgColor?: string | undefined;
930
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
931
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
932
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
933
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
934
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
935
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
936
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
937
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
938
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
939
+ centerAffix?: boolean | undefined;
940
+ iconColor?: string | boolean | undefined;
941
+ hint?: string | undefined;
942
+ hideDetails?: boolean | "auto" | undefined;
943
+ suffix?: string | undefined;
944
+ counterValue?: number | ((value: any) => number) | undefined;
945
+ modelModifiers?: Record<string, boolean> | undefined;
946
+ } & {
947
+ $children?: import('vue').VNodeChild | (() => import('vue').VNodeChild) | {
948
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
949
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
950
+ props: Record<string, any>;
951
+ }) => import('vue').VNodeChild) | undefined;
952
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
953
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
954
+ label: string | undefined;
955
+ props: Record<string, any>;
956
+ }) => import('vue').VNodeChild) | undefined;
957
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
958
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
959
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
960
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
961
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
962
+ default?: (() => import('vue').VNodeChild) | undefined;
963
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
964
+ };
965
+ 'v-slots'?: {
966
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
967
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
968
+ props: Record<string, any>;
969
+ }) => import('vue').VNodeChild) | undefined;
970
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
971
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
972
+ label: string | undefined;
973
+ props: Record<string, any>;
974
+ }) => import('vue').VNodeChild) | undefined;
975
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
976
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
977
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
978
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
979
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
980
+ default?: false | (() => import('vue').VNodeChild) | undefined;
981
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
982
+ } | undefined;
983
+ } & {
984
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
985
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
986
+ props: Record<string, any>;
987
+ }) => import('vue').VNodeChild) | undefined;
988
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
989
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
990
+ label: string | undefined;
991
+ props: Record<string, any>;
992
+ }) => import('vue').VNodeChild) | undefined;
993
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
994
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
995
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
996
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
997
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
998
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
999
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1000
+ } & {
1001
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1002
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1003
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1004
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1005
+ }, HTMLInputElement & Omit<Omit<{
1006
+ $: import('vue').ComponentInternalInstance;
1007
+ $data: {};
1008
+ $props: Partial<{
1009
+ error: boolean;
1010
+ direction: "horizontal" | "vertical";
1011
+ style: import('vue').StyleValue;
1012
+ disabled: boolean | null;
1013
+ readonly: boolean | null;
1014
+ messages: string | readonly string[];
1015
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1016
+ focused: boolean;
1017
+ errorMessages: string | readonly string[] | null;
1018
+ maxErrors: string | number;
1019
+ density: import('vuetify/lib/composables/density.mjs').Density;
1020
+ centerAffix: boolean;
1021
+ glow: boolean;
1022
+ hideSpinButtons: boolean;
1023
+ persistentHint: boolean;
1024
+ }> & Omit<{
1025
+ error: boolean;
1026
+ direction: "horizontal" | "vertical";
1027
+ style: import('vue').StyleValue;
1028
+ disabled: boolean | null;
1029
+ readonly: boolean | null;
1030
+ messages: string | readonly string[];
1031
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1032
+ focused: boolean;
1033
+ errorMessages: string | readonly string[] | null;
1034
+ maxErrors: string | number;
1035
+ density: import('vuetify/lib/composables/density.mjs').Density;
1036
+ centerAffix: boolean;
1037
+ glow: boolean;
1038
+ hideSpinButtons: boolean;
1039
+ persistentHint: boolean;
1040
+ name?: string | undefined;
1041
+ id?: string | undefined;
1042
+ width?: string | number | undefined;
1043
+ color?: string | undefined;
1044
+ maxWidth?: string | number | undefined;
1045
+ minWidth?: string | number | undefined;
1046
+ label?: string | undefined;
1047
+ class?: any;
1048
+ theme?: string | undefined;
1049
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1050
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
1051
+ validationValue?: any;
1052
+ baseColor?: string | undefined;
1053
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1054
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1055
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1056
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1057
+ iconColor?: string | boolean | undefined;
1058
+ hint?: string | undefined;
1059
+ hideDetails?: boolean | "auto" | undefined;
1060
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
1061
+ $attrs: {
1062
+ [x: string]: unknown;
1063
+ };
1064
+ $refs: {
1065
+ [x: string]: unknown;
1066
+ };
1067
+ $slots: Readonly<{
1068
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1069
+ [key: string]: any;
1070
+ }>[]) | undefined;
1071
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1072
+ [key: string]: any;
1073
+ }>[]) | undefined;
1074
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1075
+ [key: string]: any;
1076
+ }>[]) | undefined;
1077
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1078
+ [key: string]: any;
1079
+ }>[]) | undefined;
1080
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1081
+ [key: string]: any;
1082
+ }>[]) | undefined;
1083
+ }>;
1084
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1085
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1086
+ $host: Element | null;
1087
+ $emit: (event: string, ...args: any[]) => void;
1088
+ $el: any;
1089
+ $options: import('vue').ComponentOptionsBase<{
1090
+ error: boolean;
1091
+ direction: "horizontal" | "vertical";
1092
+ style: import('vue').StyleValue;
1093
+ disabled: boolean | null;
1094
+ readonly: boolean | null;
1095
+ messages: string | readonly string[];
1096
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1097
+ focused: boolean;
1098
+ errorMessages: string | readonly string[] | null;
1099
+ maxErrors: string | number;
1100
+ density: import('vuetify/lib/composables/density.mjs').Density;
1101
+ centerAffix: boolean;
1102
+ glow: boolean;
1103
+ hideSpinButtons: boolean;
1104
+ persistentHint: boolean;
1105
+ } & {
1106
+ name?: string | undefined;
1107
+ id?: string | undefined;
1108
+ width?: string | number | undefined;
1109
+ color?: string | undefined;
1110
+ maxWidth?: string | number | undefined;
1111
+ minWidth?: string | number | undefined;
1112
+ label?: string | undefined;
1113
+ class?: any;
1114
+ theme?: string | undefined;
1115
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1116
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
1117
+ validationValue?: any;
1118
+ baseColor?: string | undefined;
1119
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1120
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1121
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1122
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1123
+ iconColor?: string | boolean | undefined;
1124
+ hint?: string | undefined;
1125
+ hideDetails?: boolean | "auto" | undefined;
1126
+ }, {
1127
+ reset: () => Promise<void>;
1128
+ resetValidation: () => Promise<void>;
1129
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
1130
+ isValid: import('vue').ComputedRef<boolean | null>;
1131
+ errorMessages: import('vue').ComputedRef<string[]>;
1132
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1133
+ 'update:modelValue': (value: any) => true;
1134
+ }, "modelValue" | "update:modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1135
+ error: boolean;
1136
+ direction: "horizontal" | "vertical";
1137
+ style: import('vue').StyleValue;
1138
+ disabled: boolean | null;
1139
+ readonly: boolean | null;
1140
+ messages: string | readonly string[];
1141
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1142
+ focused: boolean;
1143
+ errorMessages: string | readonly string[] | null;
1144
+ maxErrors: string | number;
1145
+ density: import('vuetify/lib/composables/density.mjs').Density;
1146
+ centerAffix: boolean;
1147
+ glow: boolean;
1148
+ hideSpinButtons: boolean;
1149
+ persistentHint: boolean;
1150
+ }, {}, string, import('vue').SlotsType<Partial<{
1151
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1152
+ [key: string]: any;
1153
+ }>[];
1154
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1155
+ [key: string]: any;
1156
+ }>[];
1157
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1158
+ [key: string]: any;
1159
+ }>[];
1160
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1161
+ [key: string]: any;
1162
+ }>[];
1163
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1164
+ [key: string]: any;
1165
+ }>[];
1166
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1167
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1168
+ created?: (() => void) | (() => void)[] | undefined;
1169
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1170
+ mounted?: (() => void) | (() => void)[] | undefined;
1171
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1172
+ updated?: (() => void) | (() => void)[] | undefined;
1173
+ activated?: (() => void) | (() => void)[] | undefined;
1174
+ deactivated?: (() => void) | (() => void)[] | undefined;
1175
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1176
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1177
+ destroyed?: (() => void) | (() => void)[] | undefined;
1178
+ unmounted?: (() => void) | (() => void)[] | undefined;
1179
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1180
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1181
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
1182
+ };
1183
+ $forceUpdate: () => void;
1184
+ $nextTick: typeof nextTick;
1185
+ $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R_2 ? (args_0: R_2, args_1: R_2, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1186
+ } & Readonly<{
1187
+ error: boolean;
1188
+ direction: "horizontal" | "vertical";
1189
+ style: import('vue').StyleValue;
1190
+ disabled: boolean | null;
1191
+ readonly: boolean | null;
1192
+ messages: string | readonly string[];
1193
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1194
+ focused: boolean;
1195
+ errorMessages: string | readonly string[] | null;
1196
+ maxErrors: string | number;
1197
+ density: import('vuetify/lib/composables/density.mjs').Density;
1198
+ centerAffix: boolean;
1199
+ glow: boolean;
1200
+ hideSpinButtons: boolean;
1201
+ persistentHint: boolean;
1202
+ }> & Omit<{
1203
+ error: boolean;
1204
+ direction: "horizontal" | "vertical";
1205
+ style: import('vue').StyleValue;
1206
+ disabled: boolean | null;
1207
+ readonly: boolean | null;
1208
+ messages: string | readonly string[];
1209
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1210
+ focused: boolean;
1211
+ errorMessages: string | readonly string[] | null;
1212
+ maxErrors: string | number;
1213
+ density: import('vuetify/lib/composables/density.mjs').Density;
1214
+ centerAffix: boolean;
1215
+ glow: boolean;
1216
+ hideSpinButtons: boolean;
1217
+ persistentHint: boolean;
1218
+ } & {
1219
+ name?: string | undefined;
1220
+ id?: string | undefined;
1221
+ width?: string | number | undefined;
1222
+ color?: string | undefined;
1223
+ maxWidth?: string | number | undefined;
1224
+ minWidth?: string | number | undefined;
1225
+ label?: string | undefined;
1226
+ class?: any;
1227
+ theme?: string | undefined;
1228
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1229
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
1230
+ validationValue?: any;
1231
+ baseColor?: string | undefined;
1232
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1233
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1234
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1235
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1236
+ iconColor?: string | boolean | undefined;
1237
+ hint?: string | undefined;
1238
+ hideDetails?: boolean | "auto" | undefined;
1239
+ }, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "reset" | "isValid" | "validate" | "resetValidation" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1240
+ reset: () => Promise<void>;
1241
+ resetValidation: () => Promise<void>;
1242
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
1243
+ isValid: import('vue').ComputedRef<boolean | null>;
1244
+ errorMessages: import('vue').ComputedRef<string[]>;
1245
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1246
+ modelValue?: unknown;
1247
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1248
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "modelValue" | "prependIcon" | "appendIcon" | "color" | "label" | "errorMessages" | "readonly" | "baseColor" | "centerAffix" | "density" | "direction" | "disabled" | "hint" | "id" | "maxErrors" | "maxWidth" | "messages" | "minWidth" | "name" | "theme" | "width" | "onUpdate:modelValue" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "class" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "iconColor" | "hideDetails" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, `$${any}`> & Omit<Omit<{
1249
+ $: import('vue').ComponentInternalInstance;
1250
+ $data: {};
1251
+ $props: Partial<{
1252
+ flat: boolean;
1253
+ reverse: boolean;
1254
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1255
+ error: boolean;
1256
+ active: boolean;
1257
+ style: import('vue').StyleValue;
1258
+ disabled: boolean;
1259
+ focused: boolean;
1260
+ rounded: string | number | boolean;
1261
+ tile: boolean;
1262
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1263
+ centerAffix: boolean;
1264
+ glow: boolean;
1265
+ clearable: boolean;
1266
+ dirty: boolean;
1267
+ persistentClear: boolean;
1268
+ singleLine: boolean;
1269
+ }> & Omit<{
1270
+ flat: boolean;
1271
+ reverse: boolean;
1272
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1273
+ error: boolean;
1274
+ active: boolean;
1275
+ style: import('vue').StyleValue;
1276
+ disabled: boolean;
1277
+ focused: boolean;
1278
+ tile: boolean;
1279
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1280
+ glow: boolean;
1281
+ clearable: boolean;
1282
+ dirty: boolean;
1283
+ persistentClear: boolean;
1284
+ singleLine: boolean;
1285
+ id?: string | undefined;
1286
+ color?: string | undefined;
1287
+ loading?: string | boolean | undefined;
1288
+ label?: string | undefined;
1289
+ class?: any;
1290
+ theme?: string | undefined;
1291
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1292
+ rounded?: string | number | boolean | undefined;
1293
+ baseColor?: string | undefined;
1294
+ bgColor?: string | undefined;
1295
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1296
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1297
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1298
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1299
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1300
+ centerAffix?: boolean | undefined;
1301
+ iconColor?: string | boolean | undefined;
1302
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "centerAffix" | "disabled" | "rounded" | "style" | "focused" | "glow" | "variant" | "active" | "tile" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1303
+ $attrs: {
1304
+ [x: string]: unknown;
1305
+ };
1306
+ $refs: {
1307
+ [x: string]: unknown;
1308
+ };
1309
+ $slots: Readonly<{
1310
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1311
+ props: Record<string, any>;
1312
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1313
+ [key: string]: any;
1314
+ }>[]) | undefined;
1315
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1316
+ [key: string]: any;
1317
+ }>[]) | undefined;
1318
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1319
+ [key: string]: any;
1320
+ }>[]) | undefined;
1321
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1322
+ label: string | undefined;
1323
+ props: Record<string, any>;
1324
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1325
+ [key: string]: any;
1326
+ }>[]) | undefined;
1327
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1328
+ [key: string]: any;
1329
+ }>[]) | undefined;
1330
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1331
+ [key: string]: any;
1332
+ }>[]) | undefined;
1333
+ }>;
1334
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1335
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1336
+ $host: Element | null;
1337
+ $emit: (event: "update:focused", focused: boolean) => void;
1338
+ $el: any;
1339
+ $options: import('vue').ComponentOptionsBase<{
1340
+ flat: boolean;
1341
+ reverse: boolean;
1342
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1343
+ error: boolean;
1344
+ active: boolean;
1345
+ style: import('vue').StyleValue;
1346
+ disabled: boolean;
1347
+ focused: boolean;
1348
+ tile: boolean;
1349
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1350
+ glow: boolean;
1351
+ clearable: boolean;
1352
+ dirty: boolean;
1353
+ persistentClear: boolean;
1354
+ singleLine: boolean;
1355
+ } & {
1356
+ id?: string | undefined;
1357
+ color?: string | undefined;
1358
+ loading?: string | boolean | undefined;
1359
+ label?: string | undefined;
1360
+ class?: any;
1361
+ theme?: string | undefined;
1362
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1363
+ rounded?: string | number | boolean | undefined;
1364
+ baseColor?: string | undefined;
1365
+ bgColor?: string | undefined;
1366
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1367
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1368
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1369
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1370
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1371
+ centerAffix?: boolean | undefined;
1372
+ iconColor?: string | boolean | undefined;
1373
+ } & {
1374
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1375
+ }, {
1376
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1377
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1378
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1379
+ 'update:focused': (focused: boolean) => true;
1380
+ 'update:modelValue': (value: any) => true;
1381
+ }, "modelValue" | "update:modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1382
+ flat: boolean;
1383
+ reverse: boolean;
1384
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1385
+ error: boolean;
1386
+ active: boolean;
1387
+ style: import('vue').StyleValue;
1388
+ disabled: boolean;
1389
+ focused: boolean;
1390
+ rounded: string | number | boolean;
1391
+ tile: boolean;
1392
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1393
+ centerAffix: boolean;
1394
+ glow: boolean;
1395
+ clearable: boolean;
1396
+ dirty: boolean;
1397
+ persistentClear: boolean;
1398
+ singleLine: boolean;
1399
+ }, {}, string, import('vue').SlotsType<Partial<{
1400
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1401
+ props: Record<string, any>;
1402
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1403
+ [key: string]: any;
1404
+ }>[];
1405
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1406
+ [key: string]: any;
1407
+ }>[];
1408
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1409
+ [key: string]: any;
1410
+ }>[];
1411
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1412
+ label: string | undefined;
1413
+ props: Record<string, any>;
1414
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1415
+ [key: string]: any;
1416
+ }>[];
1417
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1418
+ [key: string]: any;
1419
+ }>[];
1420
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1421
+ [key: string]: any;
1422
+ }>[];
1423
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1424
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1425
+ created?: (() => void) | (() => void)[] | undefined;
1426
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1427
+ mounted?: (() => void) | (() => void)[] | undefined;
1428
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1429
+ updated?: (() => void) | (() => void)[] | undefined;
1430
+ activated?: (() => void) | (() => void)[] | undefined;
1431
+ deactivated?: (() => void) | (() => void)[] | undefined;
1432
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1433
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1434
+ destroyed?: (() => void) | (() => void)[] | undefined;
1435
+ unmounted?: (() => void) | (() => void)[] | undefined;
1436
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1437
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1438
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
1439
+ };
1440
+ $forceUpdate: () => void;
1441
+ $nextTick: typeof nextTick;
1442
+ $watch<T_3 extends string | ((...args: any) => any)>(source: T_3, cb: T_3 extends (...args: any) => infer R_3 ? (args_0: R_3, args_1: R_3, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1443
+ } & Readonly<{
1444
+ flat: boolean;
1445
+ reverse: boolean;
1446
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1447
+ error: boolean;
1448
+ active: boolean;
1449
+ style: import('vue').StyleValue;
1450
+ disabled: boolean;
1451
+ focused: boolean;
1452
+ rounded: string | number | boolean;
1453
+ tile: boolean;
1454
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1455
+ centerAffix: boolean;
1456
+ glow: boolean;
1457
+ clearable: boolean;
1458
+ dirty: boolean;
1459
+ persistentClear: boolean;
1460
+ singleLine: boolean;
1461
+ }> & Omit<{
1462
+ flat: boolean;
1463
+ reverse: boolean;
1464
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1465
+ error: boolean;
1466
+ active: boolean;
1467
+ style: import('vue').StyleValue;
1468
+ disabled: boolean;
1469
+ focused: boolean;
1470
+ tile: boolean;
1471
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1472
+ glow: boolean;
1473
+ clearable: boolean;
1474
+ dirty: boolean;
1475
+ persistentClear: boolean;
1476
+ singleLine: boolean;
1477
+ } & {
1478
+ id?: string | undefined;
1479
+ color?: string | undefined;
1480
+ loading?: string | boolean | undefined;
1481
+ label?: string | undefined;
1482
+ class?: any;
1483
+ theme?: string | undefined;
1484
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1485
+ rounded?: string | number | boolean | undefined;
1486
+ baseColor?: string | undefined;
1487
+ bgColor?: string | undefined;
1488
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1489
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1490
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1491
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1492
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1493
+ centerAffix?: boolean | undefined;
1494
+ iconColor?: string | boolean | undefined;
1495
+ } & {
1496
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1497
+ }, "error" | "reverse" | "flat" | "centerAffix" | "disabled" | "rounded" | "style" | "focused" | "glow" | "variant" | "active" | "tile" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1498
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1499
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1500
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1501
+ modelValue?: unknown;
1502
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1503
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "modelValue" | "prependInnerIcon" | "appendInnerIcon" | "color" | "label" | "baseColor" | "bgColor" | "centerAffix" | "disabled" | "id" | "loading" | "rounded" | "theme" | "onUpdate:modelValue" | "style" | "focused" | "glow" | "class" | "onUpdate:focused" | "iconColor" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "active" | "tile" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
1504
+ _allExposed: {} | {
1505
+ reset: () => Promise<void>;
1506
+ resetValidation: () => Promise<void>;
1507
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
1508
+ isValid: import('vue').ComputedRef<boolean | null>;
1509
+ errorMessages: import('vue').ComputedRef<string[]>;
1510
+ } | {
1511
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1512
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1513
+ };
1514
+ }, {}, {}, {}, {
1515
+ flat: boolean;
1516
+ reverse: boolean;
1517
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
1518
+ type: string;
1519
+ error: boolean;
1520
+ active: boolean;
1521
+ direction: "horizontal" | "vertical";
1522
+ style: import('vue').StyleValue;
1523
+ autofocus: boolean;
1524
+ disabled: boolean;
1525
+ readonly: boolean | null;
1526
+ messages: string | readonly string[];
1527
+ rules: readonly import('vuetify/lib/types.mjs').ValidationRule[];
1528
+ focused: boolean;
1529
+ errorMessages: string | readonly string[] | null;
1530
+ maxErrors: string | number;
1531
+ density: import('vuetify/lib/composables/density.mjs').Density;
1532
+ rounded: string | number | boolean;
1533
+ tile: boolean;
1534
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1535
+ centerAffix: boolean;
1536
+ glow: boolean;
1537
+ hideSpinButtons: boolean;
1538
+ persistentHint: boolean;
1539
+ clearable: boolean;
1540
+ dirty: boolean;
1541
+ persistentClear: boolean;
1542
+ singleLine: boolean;
1543
+ persistentPlaceholder: boolean;
1544
+ persistentCounter: boolean;
1545
+ }> | null;
1546
+ }, any>, {
157
1547
  prepend?(_: {}): any;
158
1548
  append?(_: {}): any;
159
1549
  'prepend-inner'?(_: {}): any;