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