@cnamts/synapse 1.0.22 → 1.0.23

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 (190) hide show
  1. package/dist/{DateFilter-B5n-ZkLi.js → DateFilter-Dc-gSGwk.js} +1 -1
  2. package/dist/{NumberFilter-CtiZ9uj8.js → NumberFilter-vP38Wp6j.js} +1 -1
  3. package/dist/{PeriodFilter-DzqiMb-b.js → PeriodFilter-Ba1uYUnT.js} +1 -1
  4. package/dist/{SelectFilter-BOYlF7rX.js → SelectFilter-BioGT6Nn.js} +1 -1
  5. package/dist/{TextFilter-BOFRNfcX.js → TextFilter-B84dpnoq.js} +1 -1
  6. package/dist/components/Accordion/Accordion.d.ts +13 -2
  7. package/dist/components/Accordion/composables/useAccordionState.d.ts +2 -1
  8. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7 -7
  9. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +1 -1
  10. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1 -1
  12. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7 -7
  13. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +16 -16
  14. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
  16. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +22 -1
  17. package/dist/components/Customs/Selects/SyAutocomplete/locales.d.ts +5 -0
  18. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  19. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
  20. package/dist/components/Customs/Selects/SySelect/locales.d.ts +1 -0
  21. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +1 -1
  22. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
  23. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1 -1
  24. package/dist/components/Customs/SyTextField/SyTextField.d.ts +5 -2
  25. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +13 -9
  26. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +7 -5
  27. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +2 -1
  28. package/dist/components/ErrorPage/ErrorPage.d.ts +3 -1
  29. package/dist/components/FileList/UploadItem/UploadItem.d.ts +6 -0
  30. package/dist/components/FileList/UploadItem/locales.d.ts +1 -4
  31. package/dist/components/FileUpload/FileUploadContent.d.ts +2 -0
  32. package/dist/components/FileUpload/validateFiles.d.ts +2 -1
  33. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -1
  34. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +2 -1
  35. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +2 -1
  36. package/dist/components/MonthPicker/MonthPicker.d.ts +1939 -0
  37. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +1899 -0
  38. package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +21 -0
  39. package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.d.ts +21 -0
  40. package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.d.ts +12 -0
  41. package/dist/components/MonthPicker/MonthPickerVisual/MonthSelector.d.ts +11 -0
  42. package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.d.ts +6 -0
  43. package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.d.ts +14 -0
  44. package/dist/components/MonthPicker/MonthPickerVisual/YearSelector.d.ts +14 -0
  45. package/dist/components/MonthPicker/MonthPickerVisual/useMonthGrid.d.ts +9 -0
  46. package/dist/components/MonthPicker/MonthPickerVisual/useYearGrid.d.ts +8 -0
  47. package/dist/components/MonthPicker/MonthPickerVisual/utils.d.ts +8 -0
  48. package/dist/components/MonthPicker/locales.d.ts +12 -0
  49. package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +25 -0
  50. package/dist/components/NirField/NirField.d.ts +3 -1
  51. package/dist/components/NotificationBar/Notification/Notification.d.ts +3 -0
  52. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  53. package/dist/components/PeriodField/PeriodField.d.ts +29 -21
  54. package/dist/components/PhoneField/PhoneField.d.ts +2 -1
  55. package/dist/components/SyBtnMenu/SyBtnMenu.d.ts +1 -1
  56. package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +1 -0
  57. package/dist/components/SyHeading/SyHeading.d.ts +4 -2
  58. package/dist/components/SyHeading/SyHeading.test.d.ts +1 -0
  59. package/dist/components/SyTextArea/SyTextArea.d.ts +1 -1
  60. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +4 -4
  61. package/dist/components/Tables/SyTable/SyTable.d.ts +4 -4
  62. package/dist/components/Tables/common/SyTablePagination.d.ts +6 -6
  63. package/dist/components/index.d.ts +1 -0
  64. package/dist/design-system-v3.js +102 -99
  65. package/dist/design-system-v3.umd.cjs +126 -126
  66. package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +5 -0
  67. package/dist/{main-CEl4J8_T.js → main-aLKwdMi1.js} +11167 -10522
  68. package/dist/main.d.ts +1 -0
  69. package/dist/style.css +1 -1
  70. package/package.json +10 -4
  71. package/src/assets/apTokens.scss +2 -2
  72. package/src/assets/overrides/_btns.scss +8 -0
  73. package/src/assets/overrides/_forms.scss +9 -0
  74. package/src/assets/overrides/_icons.scss +38 -9
  75. package/src/assets/overrides/_tables.scss +19 -0
  76. package/src/components/Accordion/Accordion.mdx +23 -9
  77. package/src/components/Accordion/Accordion.stories.ts +153 -3
  78. package/src/components/Accordion/Accordion.vue +7 -6
  79. package/src/components/Accordion/composables/__tests__/useAccordionState.spec.ts +40 -12
  80. package/src/components/Accordion/composables/useAccordionState.ts +3 -4
  81. package/src/components/Accordion/tests/accordion.spec.ts +131 -19
  82. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.mdx +3 -1
  83. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +8 -0
  84. package/src/components/BackBtn/accessibilite/Accessibility.mdx +62 -10
  85. package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +9 -3
  86. package/src/components/BackToTopBtn/accessibilite/Accessibility.mdx +86 -6
  87. package/src/components/Captcha/tests/Captcha.spec.ts +0 -29
  88. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +2 -110
  89. package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +133 -10
  90. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +379 -93
  91. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +144 -83
  92. package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibilite.stories.ts +40 -1
  93. package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibility.mdx +7 -1
  94. package/src/components/Customs/Selects/SyAutocomplete/locales.ts +5 -0
  95. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +96 -0
  96. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +234 -9
  97. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +13 -3
  98. package/src/components/Customs/Selects/SyAutocomplete/utils/useSelectionLogic.ts +9 -10
  99. package/src/components/Customs/Selects/SySelect/SySelect.vue +46 -3
  100. package/src/components/Customs/Selects/SySelect/locales.ts +1 -0
  101. package/src/components/Customs/SyIcon/SyIcon.vue +1 -1
  102. package/src/components/Customs/SyIcon/tests/SyIcon.a11y.spec.ts +20 -0
  103. package/src/components/Customs/SyIconButton/SyIconButton.mdx +46 -0
  104. package/src/components/Customs/SyIconButton/SyIconButton.stories.ts +184 -0
  105. package/src/components/Customs/SyIconButton/SyIconButton.vue +38 -0
  106. package/src/components/Customs/SyIconButton/accessibilite/Accessibility.mdx +64 -0
  107. package/src/components/Customs/SyIconButton/tests/SyIconButton.a11y.spec.ts +87 -0
  108. package/src/components/Customs/SyIconButton/tests/SyIconButton.spec.ts +152 -0
  109. package/src/components/Customs/SyIconButton/tests/__snapshots__/SyIconButton.spec.ts.snap +61 -0
  110. package/src/components/Customs/SyPagination/SyPagination.vue +5 -5
  111. package/src/components/Customs/SyTextField/SyTextField.vue +20 -2
  112. package/src/components/Customs/SyTextField/accessibilite/Accessibility.mdx +67 -9
  113. package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +15 -0
  114. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +36 -0
  115. package/src/components/DataList/accessibilite/Accessibility.mdx +79 -11
  116. package/src/components/DataListGroup/accessibilite/Accessibility.mdx +80 -11
  117. package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +25 -0
  118. package/src/components/ErrorPage/ErrorPage.stories.ts +113 -19
  119. package/src/components/ErrorPage/ErrorPage.vue +17 -2
  120. package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +17 -0
  121. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +21 -1
  122. package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +0 -1
  123. package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +23 -0
  124. package/src/components/FileList/FileList.stories.ts +51 -1
  125. package/src/components/FileList/UploadItem/UploadItem.vue +13 -6
  126. package/src/components/FileList/UploadItem/locales.ts +3 -12
  127. package/src/components/FileList/accessibilite/Accessibility.mdx +3 -0
  128. package/src/components/FileUpload/FileUpload.vue +2 -1
  129. package/src/components/FileUpload/FileUploadContent.vue +2 -1
  130. package/src/components/FileUpload/tests/FileUpload.spec.ts +47 -0
  131. package/src/components/FileUpload/validateFiles.ts +5 -2
  132. package/src/components/FranceConnectBtn/accessibilite/Accessibility.mdx +62 -9
  133. package/src/components/HeaderBar/HeaderBar.vue +2 -1
  134. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -1
  135. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
  136. package/src/components/LunarCalendar/accessibilite/Accessibility.mdx +74 -8
  137. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +163 -0
  138. package/src/components/MaintenancePage/MaintenancePage.vue +1 -1
  139. package/src/components/MaintenancePage/tests/MaintenancePage.spec.ts +4 -5
  140. package/src/components/MaintenancePage/tests/__snapshots__/MaintenancePage.spec.ts.snap +0 -1
  141. package/src/components/MonthPicker/MonthPicker.mdx +35 -0
  142. package/src/components/MonthPicker/MonthPicker.stories.ts +527 -0
  143. package/src/components/MonthPicker/MonthPicker.vue +79 -0
  144. package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +89 -0
  145. package/src/components/MonthPicker/MonthPickerText/useTextField.ts +27 -0
  146. package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.vue +154 -0
  147. package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.ts +13 -0
  148. package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +137 -0
  149. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +60 -0
  150. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +149 -0
  151. package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +143 -0
  152. package/src/components/MonthPicker/MonthPickerVisual/useMonthGrid.ts +45 -0
  153. package/src/components/MonthPicker/MonthPickerVisual/useYearGrid.ts +45 -0
  154. package/src/components/MonthPicker/MonthPickerVisual/utils.ts +17 -0
  155. package/src/components/MonthPicker/accessibilite/Accessibility.mdx +59 -0
  156. package/src/components/MonthPicker/locales.ts +12 -0
  157. package/src/components/MonthPicker/tests/MonthPicker.a11y.spec.ts +71 -0
  158. package/src/components/MonthPicker/tests/MonthPicker.spec.ts +1248 -0
  159. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +2545 -0
  160. package/src/components/MonthPicker/useMonthPickerValidation.ts +30 -0
  161. package/src/components/NirField/NirField.mdx +1 -2
  162. package/src/components/NirField/NirField.stories.ts +66 -6
  163. package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +2 -3
  164. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +22 -14
  165. package/src/components/NotificationBar/Notification/Notification.vue +3 -1
  166. package/src/components/NotificationBar/NotificationBar.stories.ts +154 -0
  167. package/src/components/NotificationBar/tests/NotificationBar.a11y.spec.ts +26 -0
  168. package/src/components/NotificationBar/tests/NotificationBar.spec.ts +60 -0
  169. package/src/components/RangeField/accessibilite/Accessibility.mdx +79 -11
  170. package/src/components/SkipLink/tests/SkipLink.a11y.spec.ts +23 -0
  171. package/src/components/StatusPage/StatusPage.stories.ts +118 -0
  172. package/src/components/StatusPage/StatusPage.vue +5 -3
  173. package/src/components/StatusPage/tests/StatusPage.a11y.spec.ts +22 -0
  174. package/src/components/StatusPage/tests/StatusPage.spec.ts +22 -0
  175. package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +22 -14
  176. package/src/components/SubHeader/tests/SubHeader.a11y.spec.ts +20 -0
  177. package/src/components/SyAlert/SyAlert.vue +1 -0
  178. package/src/components/SyAlert/accessibilite/Accessibility.mdx +79 -9
  179. package/src/components/SyAlert/tests/SyAlert.a11y.spec.ts +23 -0
  180. package/src/components/SyHeading/SyHeading.a11y.test.ts +149 -0
  181. package/src/components/SyHeading/SyHeading.test.ts +115 -0
  182. package/src/components/SyHeading/SyHeading.vue +5 -3
  183. package/src/components/SyTextArea/accessibilite/Accessibility.mdx +80 -8
  184. package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +151 -0
  185. package/src/components/ToolbarContainer/tests/ToolbarContainer.a11y.spec.ts +126 -0
  186. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +2 -2
  187. package/src/components/index.ts +1 -0
  188. package/src/composables/useFormFieldErrorHandling.ts +11 -2
  189. package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -1
  190. package/src/main.ts +2 -0
@@ -0,0 +1,1939 @@
1
+ import { ComponentPublicInstance } from 'vue';
2
+ import { locales as defaultLocales } from './locales';
3
+ import { TextFieldProps } from './MonthPickerText/useTextField';
4
+ import { MonthPickerVisualProps } from './MonthPickerVisual/MonthPickerVisualProps';
5
+ import { ValidationProps } from './useMonthPickerValidation';
6
+ type __VLS_Props = {
7
+ modelValue?: string;
8
+ locales?: typeof defaultLocales;
9
+ disabled?: boolean;
10
+ readonly?: boolean;
11
+ } & TextFieldProps & ValidationProps & Partial<MonthPickerVisualProps>;
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
+ "update:modelValue": (value: string | undefined) => any;
14
+ "update:open": (value: boolean) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
17
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
+ }>, {
19
+ disabled: boolean;
20
+ locales: typeof defaultLocales;
21
+ density: "default" | "comfortable" | "compact";
22
+ readonly: boolean;
23
+ modelValue: string;
24
+ hint: string | false;
25
+ showSuccessMessages: boolean;
26
+ maxYear: number;
27
+ minYear: number;
28
+ yearsOrder: "asc" | "desc";
29
+ initialView: "months" | "years";
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
31
+ textInput: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
32
+ modelValue: string | undefined;
33
+ } & TextFieldProps & ValidationProps> & Readonly<{
34
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
35
+ }>, {
36
+ toggleBtn: import('vue').Ref<HTMLButtonElement | null, HTMLButtonElement | null>;
37
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
38
+ "update:modelValue": (value: string | undefined) => any;
39
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
40
+ input: ({
41
+ $: import('vue').ComponentInternalInstance;
42
+ $data: {};
43
+ $props: {
44
+ readonly modelValue?: string | number | null | undefined;
45
+ readonly prependIcon?: import('../../types/vuetifyTypes').IconType;
46
+ readonly appendIcon?: import('../../types/vuetifyTypes').IconType;
47
+ readonly prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
48
+ readonly appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
49
+ readonly prependTooltip?: string | undefined;
50
+ readonly appendTooltip?: string | undefined;
51
+ readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
52
+ readonly variantStyle?: import('../../types/vuetifyTypes').VariantStyle | undefined;
53
+ readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
54
+ readonly isClearable?: boolean | undefined;
55
+ readonly showDivider?: boolean | undefined;
56
+ readonly label?: string | undefined;
57
+ readonly required?: boolean | undefined;
58
+ readonly errorMessages?: string[] | null | undefined;
59
+ readonly warningMessages?: string[] | null | undefined;
60
+ readonly successMessages?: string[] | null | undefined;
61
+ readonly readonly?: boolean | undefined;
62
+ readonly isActive?: boolean | undefined;
63
+ readonly baseColor?: string | undefined;
64
+ readonly bgColor?: string | undefined;
65
+ readonly centerAffix?: boolean | undefined;
66
+ readonly counter?: string | number | boolean | undefined;
67
+ readonly counterValue?: number | ((value: any) => number) | undefined;
68
+ readonly density?: "default" | "comfortable" | "compact" | undefined;
69
+ readonly direction?: "horizontal" | "vertical" | undefined;
70
+ readonly isDirty?: boolean | undefined;
71
+ readonly disabled?: boolean | undefined;
72
+ readonly isOnError?: boolean | undefined;
73
+ readonly isFlat?: boolean | undefined;
74
+ readonly isFocused?: boolean | undefined;
75
+ readonly areDetailsHidden?: boolean | "auto" | undefined;
76
+ readonly areSpinButtonsHidden?: boolean | undefined;
77
+ readonly hint?: string | undefined;
78
+ readonly id?: string | undefined;
79
+ readonly loading?: string | boolean | undefined;
80
+ readonly maxErrors?: string | number | undefined;
81
+ readonly maxWidth?: string | number | undefined;
82
+ readonly messages?: string | string[] | undefined;
83
+ readonly minWidth?: string | number | undefined;
84
+ readonly name?: string | undefined;
85
+ readonly displayPersistentClear?: boolean | undefined;
86
+ readonly displayPersistentCounter?: boolean | undefined;
87
+ readonly displayPersistentHint?: boolean | undefined;
88
+ readonly displayPersistentPlaceholder?: boolean | undefined;
89
+ readonly placeholder?: string | undefined;
90
+ readonly prefix?: string | undefined;
91
+ readonly isReversed?: boolean | undefined;
92
+ readonly role?: string | undefined;
93
+ readonly rounded?: string | number | boolean | undefined;
94
+ readonly hasError?: boolean | undefined;
95
+ readonly hasWarning?: boolean | undefined;
96
+ readonly hasSuccess?: boolean | undefined;
97
+ readonly isOnSingleLine?: boolean | undefined;
98
+ readonly suffix?: string | undefined;
99
+ readonly theme?: string | undefined;
100
+ readonly isTiled?: boolean | undefined;
101
+ readonly type?: string | undefined;
102
+ readonly width?: string | number | undefined;
103
+ readonly displayAsterisk?: boolean | undefined;
104
+ readonly noIcon?: boolean | undefined;
105
+ readonly customRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
106
+ readonly customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
107
+ readonly customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
108
+ readonly showSuccessMessages?: boolean | undefined;
109
+ readonly isValidateOnBlur?: boolean | undefined;
110
+ readonly disableErrorHandling?: boolean | undefined;
111
+ readonly disableClickButton?: boolean | undefined;
112
+ readonly autocomplete?: string | undefined;
113
+ readonly helpText?: string | undefined;
114
+ readonly maxlength?: string | number | undefined;
115
+ readonly title?: string | false | undefined;
116
+ readonly onInput?: ((...args: any[]) => any) | undefined;
117
+ readonly onKeydown?: ((...args: any[]) => any) | undefined;
118
+ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
119
+ readonly onClear?: ((...args: any[]) => any) | undefined;
120
+ readonly "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
121
+ readonly "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
122
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
123
+ $attrs: import('vue').Attrs;
124
+ $refs: {
125
+ [x: string]: unknown;
126
+ } & {
127
+ syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
128
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
129
+ focused: boolean;
130
+ errorMessages: string | readonly string[] | null;
131
+ maxErrors: string | number;
132
+ readonly: boolean | null;
133
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
134
+ density: import('vuetify/lib/composables/density.mjs').Density;
135
+ tile: boolean;
136
+ hideSpinButtons: boolean;
137
+ persistentHint: boolean;
138
+ messages: string | readonly string[];
139
+ clearable: boolean;
140
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
141
+ active: boolean;
142
+ dirty: boolean;
143
+ disabled: boolean;
144
+ glow: boolean;
145
+ error: boolean;
146
+ flat: boolean;
147
+ persistentClear: boolean;
148
+ reverse: boolean;
149
+ singleLine: boolean;
150
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
151
+ autofocus: boolean;
152
+ persistentPlaceholder: boolean;
153
+ persistentCounter: boolean;
154
+ type: string;
155
+ } & {
156
+ theme?: string | undefined;
157
+ class?: any;
158
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
159
+ name?: string | undefined;
160
+ modelValue?: any;
161
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
162
+ validationValue?: any;
163
+ rounded?: string | number | boolean | undefined;
164
+ maxWidth?: string | number | undefined;
165
+ minWidth?: string | number | undefined;
166
+ width?: string | number | undefined;
167
+ loading?: string | boolean | undefined;
168
+ id?: string | undefined;
169
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
170
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
171
+ hideDetails?: "auto" | boolean | undefined;
172
+ hint?: string | undefined;
173
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
174
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
175
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
176
+ bgColor?: string | undefined;
177
+ centerAffix?: boolean | undefined;
178
+ color?: string | undefined;
179
+ baseColor?: string | undefined;
180
+ iconColor?: string | boolean | undefined;
181
+ label?: string | undefined;
182
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
183
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
184
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
185
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
186
+ autocomplete?: string | undefined;
187
+ counter?: string | number | boolean | undefined;
188
+ counterValue?: number | ((value: any) => number) | undefined;
189
+ prefix?: string | undefined;
190
+ placeholder?: string | undefined;
191
+ suffix?: string | undefined;
192
+ role?: string | undefined;
193
+ modelModifiers?: Record<string, boolean> | undefined;
194
+ } & {
195
+ $children?: {
196
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
197
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
198
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
199
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
200
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
201
+ props: Record<string, any>;
202
+ }) => import('vue').VNodeChild) | undefined;
203
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
204
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
205
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
206
+ label: string | undefined;
207
+ props: Record<string, any>;
208
+ }) => import('vue').VNodeChild) | undefined;
209
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
210
+ default?: ((arg: {
211
+ id: Readonly<import('vue').Ref<string, string>>;
212
+ }) => import('vue').VNodeChild) | undefined;
213
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
214
+ } | {
215
+ $stable?: boolean | undefined;
216
+ } | ((arg: {
217
+ id: Readonly<import('vue').Ref<string, string>>;
218
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
219
+ "v-slots"?: {
220
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
221
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
222
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
223
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
224
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
225
+ props: Record<string, any>;
226
+ }) => import('vue').VNodeChild) | undefined;
227
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
228
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => 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
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
234
+ default?: false | ((arg: {
235
+ id: Readonly<import('vue').Ref<string, string>>;
236
+ }) => import('vue').VNodeChild) | undefined;
237
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
238
+ } | undefined;
239
+ } & {
240
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
241
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
242
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
243
+ props: Record<string, any>;
244
+ }) => import('vue').VNodeChild) | undefined;
245
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
246
+ "v-slot:default"?: false | ((arg: {
247
+ id: Readonly<import('vue').Ref<string, string>>;
248
+ }) => import('vue').VNodeChild) | undefined;
249
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
250
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
251
+ label: string | undefined;
252
+ props: Record<string, any>;
253
+ }) => import('vue').VNodeChild) | undefined;
254
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
255
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
256
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
257
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
258
+ } & {
259
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
260
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
261
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
262
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
263
+ }, HTMLInputElement & Omit<Omit<{
264
+ $: import('vue').ComponentInternalInstance;
265
+ $data: {};
266
+ $props: Partial<{
267
+ style: import('vue').StyleValue;
268
+ focused: boolean;
269
+ disabled: boolean | null;
270
+ error: boolean;
271
+ errorMessages: string | readonly string[] | null;
272
+ maxErrors: string | number;
273
+ readonly: boolean | null;
274
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
275
+ density: import('vuetify/lib/composables/density.mjs').Density;
276
+ centerAffix: boolean;
277
+ glow: boolean;
278
+ hideSpinButtons: boolean;
279
+ persistentHint: boolean;
280
+ messages: string | readonly string[];
281
+ direction: "horizontal" | "vertical";
282
+ }> & Omit<{
283
+ theme?: string | undefined;
284
+ class?: any;
285
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
286
+ focused: boolean;
287
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
288
+ disabled: boolean | null;
289
+ error: boolean;
290
+ errorMessages: string | readonly string[] | null;
291
+ maxErrors: string | number;
292
+ name?: string | undefined;
293
+ label?: string | undefined;
294
+ readonly: boolean | null;
295
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
296
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
297
+ validationValue?: any;
298
+ density: import('vuetify/lib/composables/density.mjs').Density;
299
+ maxWidth?: string | number | undefined;
300
+ minWidth?: string | number | undefined;
301
+ width?: string | number | undefined;
302
+ id?: string | undefined;
303
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
304
+ baseColor?: string | undefined;
305
+ centerAffix: boolean;
306
+ color?: string | undefined;
307
+ glow: boolean;
308
+ iconColor?: string | boolean | undefined;
309
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
310
+ hideDetails?: "auto" | boolean | undefined;
311
+ hideSpinButtons: boolean;
312
+ hint?: string | undefined;
313
+ persistentHint: boolean;
314
+ messages: string | readonly string[];
315
+ direction: "horizontal" | "vertical";
316
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
317
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
318
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
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
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
349
+ focused: boolean;
350
+ disabled: boolean | null;
351
+ error: boolean;
352
+ errorMessages: string | readonly string[] | null;
353
+ maxErrors: string | number;
354
+ readonly: boolean | null;
355
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
356
+ density: import('vuetify/lib/composables/density.mjs').Density;
357
+ centerAffix: boolean;
358
+ glow: boolean;
359
+ hideSpinButtons: boolean;
360
+ persistentHint: boolean;
361
+ messages: string | readonly string[];
362
+ direction: "horizontal" | "vertical";
363
+ } & {
364
+ theme?: string | undefined;
365
+ class?: any;
366
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
367
+ name?: string | undefined;
368
+ label?: string | undefined;
369
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
370
+ validationValue?: any;
371
+ maxWidth?: string | number | undefined;
372
+ minWidth?: string | number | undefined;
373
+ width?: string | number | undefined;
374
+ id?: string | undefined;
375
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
376
+ baseColor?: string | undefined;
377
+ color?: string | undefined;
378
+ iconColor?: string | boolean | undefined;
379
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
380
+ hideDetails?: "auto" | boolean | undefined;
381
+ hint?: string | undefined;
382
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
383
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
384
+ } & {}, {
385
+ reset: () => Promise<void>;
386
+ resetValidation: () => Promise<void>;
387
+ validate: (silent?: boolean) => 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
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
393
+ style: import('vue').StyleValue;
394
+ focused: boolean;
395
+ disabled: boolean | null;
396
+ error: boolean;
397
+ errorMessages: string | readonly string[] | null;
398
+ maxErrors: string | number;
399
+ readonly: boolean | null;
400
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
401
+ density: import('vuetify/lib/composables/density.mjs').Density;
402
+ centerAffix: boolean;
403
+ glow: boolean;
404
+ hideSpinButtons: boolean;
405
+ persistentHint: boolean;
406
+ messages: string | readonly string[];
407
+ direction: "horizontal" | "vertical";
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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
440
+ };
441
+ $forceUpdate: () => void;
442
+ $nextTick: typeof import('vue').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
+ style: import('vue').StyleValue;
446
+ focused: boolean;
447
+ disabled: boolean | null;
448
+ error: boolean;
449
+ errorMessages: string | readonly string[] | null;
450
+ maxErrors: string | number;
451
+ readonly: boolean | null;
452
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
453
+ density: import('vuetify/lib/composables/density.mjs').Density;
454
+ centerAffix: boolean;
455
+ glow: boolean;
456
+ hideSpinButtons: boolean;
457
+ persistentHint: boolean;
458
+ messages: string | readonly string[];
459
+ direction: "horizontal" | "vertical";
460
+ }> & Omit<{
461
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
462
+ focused: boolean;
463
+ disabled: boolean | null;
464
+ error: boolean;
465
+ errorMessages: string | readonly string[] | null;
466
+ maxErrors: string | number;
467
+ readonly: boolean | null;
468
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
469
+ density: import('vuetify/lib/composables/density.mjs').Density;
470
+ centerAffix: boolean;
471
+ glow: boolean;
472
+ hideSpinButtons: boolean;
473
+ persistentHint: boolean;
474
+ messages: string | readonly string[];
475
+ direction: "horizontal" | "vertical";
476
+ } & {
477
+ theme?: string | undefined;
478
+ class?: any;
479
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
480
+ name?: string | undefined;
481
+ label?: string | undefined;
482
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
483
+ validationValue?: any;
484
+ maxWidth?: string | number | undefined;
485
+ minWidth?: string | number | undefined;
486
+ width?: string | number | undefined;
487
+ id?: string | undefined;
488
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
489
+ baseColor?: string | undefined;
490
+ color?: string | undefined;
491
+ iconColor?: string | boolean | undefined;
492
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
493
+ hideDetails?: "auto" | boolean | undefined;
494
+ hint?: string | undefined;
495
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
496
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
497
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
498
+ reset: () => Promise<void>;
499
+ resetValidation: () => Promise<void>;
500
+ validate: (silent?: boolean) => 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>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
507
+ $: import('vue').ComponentInternalInstance;
508
+ $data: {};
509
+ $props: Partial<{
510
+ style: import('vue').StyleValue;
511
+ focused: boolean;
512
+ rounded: string | number | boolean;
513
+ tile: boolean;
514
+ clearable: boolean;
515
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
516
+ active: boolean;
517
+ centerAffix: boolean;
518
+ dirty: boolean;
519
+ disabled: boolean;
520
+ glow: boolean;
521
+ error: boolean;
522
+ flat: boolean;
523
+ persistentClear: boolean;
524
+ reverse: boolean;
525
+ singleLine: boolean;
526
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
527
+ details: boolean;
528
+ }> & Omit<{
529
+ theme?: string | undefined;
530
+ class?: any;
531
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
532
+ focused: boolean;
533
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
534
+ rounded?: string | number | boolean | undefined;
535
+ tile: boolean;
536
+ loading?: string | boolean | undefined;
537
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
538
+ bgColor?: string | undefined;
539
+ clearable: boolean;
540
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
541
+ active: boolean;
542
+ centerAffix?: boolean | undefined;
543
+ color?: string | undefined;
544
+ baseColor?: string | undefined;
545
+ dirty: boolean;
546
+ disabled: boolean;
547
+ glow: boolean;
548
+ error: boolean;
549
+ flat: boolean;
550
+ iconColor?: string | boolean | undefined;
551
+ label?: string | undefined;
552
+ persistentClear: boolean;
553
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
554
+ reverse: boolean;
555
+ singleLine: boolean;
556
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
557
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
558
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
559
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
560
+ id?: string | undefined;
561
+ details: boolean;
562
+ labelId?: string | undefined;
563
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
564
+ $attrs: {
565
+ [x: string]: unknown;
566
+ };
567
+ $refs: {
568
+ [x: string]: unknown;
569
+ };
570
+ $slots: Readonly<{
571
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
572
+ props: Record<string, any>;
573
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
574
+ [key: string]: any;
575
+ }>[]) | undefined;
576
+ "prepend-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
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
580
+ [key: string]: any;
581
+ }>[]) | undefined;
582
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
583
+ label: string | undefined;
584
+ props: Record<string, any>;
585
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
586
+ [key: string]: any;
587
+ }>[]) | undefined;
588
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
589
+ [key: string]: any;
590
+ }>[]) | undefined;
591
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
592
+ [key: string]: any;
593
+ }>[]) | undefined;
594
+ }>;
595
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
596
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
597
+ $host: Element | null;
598
+ $emit: (event: "update:focused", focused: boolean) => void;
599
+ $el: any;
600
+ $options: import('vue').ComponentOptionsBase<{
601
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
602
+ focused: boolean;
603
+ tile: boolean;
604
+ clearable: boolean;
605
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
606
+ active: boolean;
607
+ dirty: boolean;
608
+ disabled: boolean;
609
+ glow: boolean;
610
+ error: boolean;
611
+ flat: boolean;
612
+ persistentClear: boolean;
613
+ reverse: boolean;
614
+ singleLine: boolean;
615
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
616
+ details: boolean;
617
+ } & {
618
+ theme?: string | undefined;
619
+ class?: any;
620
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
621
+ rounded?: string | number | boolean | undefined;
622
+ loading?: string | boolean | undefined;
623
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
624
+ bgColor?: string | undefined;
625
+ centerAffix?: boolean | undefined;
626
+ color?: string | undefined;
627
+ baseColor?: string | undefined;
628
+ iconColor?: string | boolean | undefined;
629
+ label?: string | undefined;
630
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
631
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
632
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
633
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
634
+ id?: string | undefined;
635
+ labelId?: string | undefined;
636
+ } & {
637
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
638
+ }, {
639
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
640
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
641
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
642
+ "update:focused": (focused: boolean) => true;
643
+ "update:modelValue": (value: any) => true;
644
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
645
+ style: import('vue').StyleValue;
646
+ focused: boolean;
647
+ rounded: string | number | boolean;
648
+ tile: boolean;
649
+ clearable: boolean;
650
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
651
+ active: boolean;
652
+ centerAffix: boolean;
653
+ dirty: boolean;
654
+ disabled: boolean;
655
+ glow: boolean;
656
+ error: boolean;
657
+ flat: boolean;
658
+ persistentClear: boolean;
659
+ reverse: boolean;
660
+ singleLine: boolean;
661
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
662
+ details: boolean;
663
+ }, {}, string, import('vue').SlotsType<Partial<{
664
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
665
+ props: Record<string, any>;
666
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
667
+ [key: string]: any;
668
+ }>[];
669
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
670
+ [key: string]: any;
671
+ }>[];
672
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
673
+ [key: string]: any;
674
+ }>[];
675
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
676
+ label: string | undefined;
677
+ props: Record<string, any>;
678
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
679
+ [key: string]: any;
680
+ }>[];
681
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
682
+ [key: string]: any;
683
+ }>[];
684
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
685
+ [key: string]: any;
686
+ }>[];
687
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
688
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
689
+ created?: ((() => void)[] | (() => void)) | undefined;
690
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
691
+ mounted?: ((() => void)[] | (() => void)) | undefined;
692
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
693
+ updated?: ((() => void)[] | (() => void)) | undefined;
694
+ activated?: ((() => void)[] | (() => void)) | undefined;
695
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
696
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
697
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
698
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
699
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
700
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
701
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
702
+ 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
703
+ };
704
+ $forceUpdate: () => void;
705
+ $nextTick: typeof import('vue').nextTick;
706
+ $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;
707
+ } & Readonly<{
708
+ style: import('vue').StyleValue;
709
+ focused: boolean;
710
+ rounded: string | number | boolean;
711
+ tile: boolean;
712
+ clearable: boolean;
713
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
714
+ active: boolean;
715
+ centerAffix: boolean;
716
+ dirty: boolean;
717
+ disabled: boolean;
718
+ glow: boolean;
719
+ error: boolean;
720
+ flat: boolean;
721
+ persistentClear: boolean;
722
+ reverse: boolean;
723
+ singleLine: boolean;
724
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
725
+ details: boolean;
726
+ }> & Omit<{
727
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
728
+ focused: boolean;
729
+ tile: boolean;
730
+ clearable: boolean;
731
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
732
+ active: boolean;
733
+ dirty: boolean;
734
+ disabled: boolean;
735
+ glow: boolean;
736
+ error: boolean;
737
+ flat: boolean;
738
+ persistentClear: boolean;
739
+ reverse: boolean;
740
+ singleLine: boolean;
741
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
742
+ details: boolean;
743
+ } & {
744
+ theme?: string | undefined;
745
+ class?: any;
746
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
747
+ rounded?: string | number | boolean | undefined;
748
+ loading?: string | boolean | undefined;
749
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
750
+ bgColor?: string | undefined;
751
+ centerAffix?: boolean | undefined;
752
+ color?: string | undefined;
753
+ baseColor?: string | undefined;
754
+ iconColor?: string | boolean | undefined;
755
+ label?: string | undefined;
756
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
757
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
758
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
759
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
760
+ id?: string | undefined;
761
+ labelId?: string | undefined;
762
+ } & {
763
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
764
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
765
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
766
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
767
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
768
+ modelValue?: unknown;
769
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
770
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
771
+ _allExposed: {
772
+ reset: () => Promise<void>;
773
+ resetValidation: () => Promise<void>;
774
+ validate: (silent?: boolean) => Promise<string[]>;
775
+ isValid: import('vue').ComputedRef<boolean | null>;
776
+ errorMessages: import('vue').ComputedRef<string[]>;
777
+ } | {
778
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
779
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
780
+ } | {};
781
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
782
+ "click:control": (e: MouseEvent) => true;
783
+ "mousedown:control": (e: MouseEvent) => true;
784
+ "update:focused": (focused: boolean) => true;
785
+ "update:modelValue": (val: string) => true;
786
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
787
+ style: import('vue').StyleValue;
788
+ focused: boolean;
789
+ errorMessages: string | readonly string[] | null;
790
+ maxErrors: string | number;
791
+ readonly: boolean | null;
792
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
793
+ density: import('vuetify/lib/composables/density.mjs').Density;
794
+ rounded: string | number | boolean;
795
+ tile: boolean;
796
+ hideSpinButtons: boolean;
797
+ persistentHint: boolean;
798
+ messages: string | readonly string[];
799
+ clearable: boolean;
800
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
801
+ active: boolean;
802
+ centerAffix: boolean;
803
+ dirty: boolean;
804
+ disabled: boolean;
805
+ glow: boolean;
806
+ error: boolean;
807
+ flat: boolean;
808
+ persistentClear: boolean;
809
+ reverse: boolean;
810
+ singleLine: boolean;
811
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
812
+ autofocus: boolean;
813
+ persistentPlaceholder: boolean;
814
+ persistentCounter: boolean;
815
+ type: string;
816
+ }, true, {}, import('vue').SlotsType<Partial<{
817
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
818
+ [key: string]: any;
819
+ }>[];
820
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
821
+ [key: string]: any;
822
+ }>[];
823
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
824
+ [key: string]: any;
825
+ }>[];
826
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
827
+ [key: string]: any;
828
+ }>[];
829
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
830
+ props: Record<string, any>;
831
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
832
+ [key: string]: any;
833
+ }>[];
834
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
835
+ [key: string]: any;
836
+ }>[];
837
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
838
+ [key: string]: any;
839
+ }>[];
840
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
841
+ label: string | undefined;
842
+ props: Record<string, any>;
843
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
844
+ [key: string]: any;
845
+ }>[];
846
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
847
+ [key: string]: any;
848
+ }>[];
849
+ default: (arg: {
850
+ id: Readonly<import('vue').Ref<string, string>>;
851
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
852
+ [key: string]: any;
853
+ }>[];
854
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
855
+ [key: string]: any;
856
+ }>[];
857
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
858
+ P: {};
859
+ B: {};
860
+ D: {};
861
+ C: {};
862
+ M: {};
863
+ Defaults: {};
864
+ }, {
865
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
866
+ focused: boolean;
867
+ errorMessages: string | readonly string[] | null;
868
+ maxErrors: string | number;
869
+ readonly: boolean | null;
870
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
871
+ density: import('vuetify/lib/composables/density.mjs').Density;
872
+ tile: boolean;
873
+ hideSpinButtons: boolean;
874
+ persistentHint: boolean;
875
+ messages: string | readonly string[];
876
+ clearable: boolean;
877
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
878
+ active: boolean;
879
+ dirty: boolean;
880
+ disabled: boolean;
881
+ glow: boolean;
882
+ error: boolean;
883
+ flat: boolean;
884
+ persistentClear: boolean;
885
+ reverse: boolean;
886
+ singleLine: boolean;
887
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
888
+ autofocus: boolean;
889
+ persistentPlaceholder: boolean;
890
+ persistentCounter: boolean;
891
+ type: string;
892
+ } & {
893
+ theme?: string | undefined;
894
+ class?: any;
895
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
896
+ name?: string | undefined;
897
+ modelValue?: any;
898
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
899
+ validationValue?: any;
900
+ rounded?: string | number | boolean | undefined;
901
+ maxWidth?: string | number | undefined;
902
+ minWidth?: string | number | undefined;
903
+ width?: string | number | undefined;
904
+ loading?: string | boolean | undefined;
905
+ id?: string | undefined;
906
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
907
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
908
+ hideDetails?: "auto" | boolean | undefined;
909
+ hint?: string | undefined;
910
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
911
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
912
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
913
+ bgColor?: string | undefined;
914
+ centerAffix?: boolean | undefined;
915
+ color?: string | undefined;
916
+ baseColor?: string | undefined;
917
+ iconColor?: string | boolean | undefined;
918
+ label?: string | undefined;
919
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
920
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
921
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
922
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
923
+ autocomplete?: string | undefined;
924
+ counter?: string | number | boolean | undefined;
925
+ counterValue?: number | ((value: any) => number) | undefined;
926
+ prefix?: string | undefined;
927
+ placeholder?: string | undefined;
928
+ suffix?: string | undefined;
929
+ role?: string | undefined;
930
+ modelModifiers?: Record<string, boolean> | undefined;
931
+ } & {
932
+ $children?: {
933
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
934
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
935
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
936
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
937
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
938
+ props: Record<string, any>;
939
+ }) => import('vue').VNodeChild) | undefined;
940
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
941
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
942
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
943
+ label: string | undefined;
944
+ props: Record<string, any>;
945
+ }) => import('vue').VNodeChild) | undefined;
946
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
947
+ default?: ((arg: {
948
+ id: Readonly<import('vue').Ref<string, string>>;
949
+ }) => import('vue').VNodeChild) | undefined;
950
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
951
+ } | {
952
+ $stable?: boolean | undefined;
953
+ } | ((arg: {
954
+ id: Readonly<import('vue').Ref<string, string>>;
955
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
956
+ "v-slots"?: {
957
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
958
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
959
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
960
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
961
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
962
+ props: Record<string, any>;
963
+ }) => import('vue').VNodeChild) | undefined;
964
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
965
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
966
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
967
+ label: string | undefined;
968
+ props: Record<string, any>;
969
+ }) => import('vue').VNodeChild) | undefined;
970
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
971
+ default?: false | ((arg: {
972
+ id: Readonly<import('vue').Ref<string, string>>;
973
+ }) => import('vue').VNodeChild) | undefined;
974
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
975
+ } | undefined;
976
+ } & {
977
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
978
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
979
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
980
+ props: Record<string, any>;
981
+ }) => import('vue').VNodeChild) | undefined;
982
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
983
+ "v-slot:default"?: false | ((arg: {
984
+ id: Readonly<import('vue').Ref<string, string>>;
985
+ }) => import('vue').VNodeChild) | undefined;
986
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
987
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
988
+ label: string | undefined;
989
+ props: Record<string, any>;
990
+ }) => import('vue').VNodeChild) | undefined;
991
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
992
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
993
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
994
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
995
+ } & {
996
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
997
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
998
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
999
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1000
+ }, HTMLInputElement & Omit<Omit<{
1001
+ $: import('vue').ComponentInternalInstance;
1002
+ $data: {};
1003
+ $props: Partial<{
1004
+ style: import('vue').StyleValue;
1005
+ focused: boolean;
1006
+ disabled: boolean | null;
1007
+ error: boolean;
1008
+ errorMessages: string | readonly string[] | null;
1009
+ maxErrors: string | number;
1010
+ readonly: boolean | null;
1011
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1012
+ density: import('vuetify/lib/composables/density.mjs').Density;
1013
+ centerAffix: boolean;
1014
+ glow: boolean;
1015
+ hideSpinButtons: boolean;
1016
+ persistentHint: boolean;
1017
+ messages: string | readonly string[];
1018
+ direction: "horizontal" | "vertical";
1019
+ }> & Omit<{
1020
+ theme?: string | undefined;
1021
+ class?: any;
1022
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1023
+ focused: boolean;
1024
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1025
+ disabled: boolean | null;
1026
+ error: boolean;
1027
+ errorMessages: string | readonly string[] | null;
1028
+ maxErrors: string | number;
1029
+ name?: string | undefined;
1030
+ label?: string | undefined;
1031
+ readonly: boolean | null;
1032
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1033
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1034
+ validationValue?: any;
1035
+ density: import('vuetify/lib/composables/density.mjs').Density;
1036
+ maxWidth?: string | number | undefined;
1037
+ minWidth?: string | number | undefined;
1038
+ width?: string | number | undefined;
1039
+ id?: string | undefined;
1040
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1041
+ baseColor?: string | undefined;
1042
+ centerAffix: boolean;
1043
+ color?: string | undefined;
1044
+ glow: boolean;
1045
+ iconColor?: string | boolean | undefined;
1046
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1047
+ hideDetails?: "auto" | boolean | undefined;
1048
+ hideSpinButtons: boolean;
1049
+ hint?: string | undefined;
1050
+ persistentHint: boolean;
1051
+ messages: string | readonly string[];
1052
+ direction: "horizontal" | "vertical";
1053
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1054
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1055
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1056
+ $attrs: {
1057
+ [x: string]: unknown;
1058
+ };
1059
+ $refs: {
1060
+ [x: string]: unknown;
1061
+ };
1062
+ $slots: Readonly<{
1063
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1064
+ [key: string]: any;
1065
+ }>[]) | undefined;
1066
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1067
+ [key: string]: any;
1068
+ }>[]) | undefined;
1069
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1070
+ [key: string]: any;
1071
+ }>[]) | undefined;
1072
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1073
+ [key: string]: any;
1074
+ }>[]) | undefined;
1075
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1076
+ [key: string]: any;
1077
+ }>[]) | undefined;
1078
+ }>;
1079
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1080
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1081
+ $host: Element | null;
1082
+ $emit: (event: string, ...args: any[]) => void;
1083
+ $el: any;
1084
+ $options: import('vue').ComponentOptionsBase<{
1085
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1086
+ focused: boolean;
1087
+ disabled: boolean | null;
1088
+ error: boolean;
1089
+ errorMessages: string | readonly string[] | null;
1090
+ maxErrors: string | number;
1091
+ readonly: boolean | null;
1092
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1093
+ density: import('vuetify/lib/composables/density.mjs').Density;
1094
+ centerAffix: boolean;
1095
+ glow: boolean;
1096
+ hideSpinButtons: boolean;
1097
+ persistentHint: boolean;
1098
+ messages: string | readonly string[];
1099
+ direction: "horizontal" | "vertical";
1100
+ } & {
1101
+ theme?: string | undefined;
1102
+ class?: any;
1103
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1104
+ name?: string | undefined;
1105
+ label?: string | undefined;
1106
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1107
+ validationValue?: any;
1108
+ maxWidth?: string | number | undefined;
1109
+ minWidth?: string | number | undefined;
1110
+ width?: string | number | undefined;
1111
+ id?: string | undefined;
1112
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1113
+ baseColor?: string | undefined;
1114
+ color?: string | undefined;
1115
+ iconColor?: string | boolean | undefined;
1116
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1117
+ hideDetails?: "auto" | boolean | undefined;
1118
+ hint?: string | undefined;
1119
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1120
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1121
+ } & {}, {
1122
+ reset: () => Promise<void>;
1123
+ resetValidation: () => Promise<void>;
1124
+ validate: (silent?: boolean) => Promise<string[]>;
1125
+ isValid: import('vue').ComputedRef<boolean | null>;
1126
+ errorMessages: import('vue').ComputedRef<string[]>;
1127
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1128
+ "update:modelValue": (value: any) => true;
1129
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1130
+ style: import('vue').StyleValue;
1131
+ focused: boolean;
1132
+ disabled: boolean | null;
1133
+ error: boolean;
1134
+ errorMessages: string | readonly string[] | null;
1135
+ maxErrors: string | number;
1136
+ readonly: boolean | null;
1137
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1138
+ density: import('vuetify/lib/composables/density.mjs').Density;
1139
+ centerAffix: boolean;
1140
+ glow: boolean;
1141
+ hideSpinButtons: boolean;
1142
+ persistentHint: boolean;
1143
+ messages: string | readonly string[];
1144
+ direction: "horizontal" | "vertical";
1145
+ }, {}, string, import('vue').SlotsType<Partial<{
1146
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1147
+ [key: string]: any;
1148
+ }>[];
1149
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1150
+ [key: string]: any;
1151
+ }>[];
1152
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1153
+ [key: string]: any;
1154
+ }>[];
1155
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1156
+ [key: string]: any;
1157
+ }>[];
1158
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1159
+ [key: string]: any;
1160
+ }>[];
1161
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1162
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1163
+ created?: ((() => void)[] | (() => void)) | undefined;
1164
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1165
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1166
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1167
+ updated?: ((() => void)[] | (() => void)) | undefined;
1168
+ activated?: ((() => void)[] | (() => void)) | undefined;
1169
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1170
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1171
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1172
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1173
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1174
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1175
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1176
+ 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
1177
+ };
1178
+ $forceUpdate: () => void;
1179
+ $nextTick: typeof import('vue').nextTick;
1180
+ $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;
1181
+ } & Readonly<{
1182
+ style: import('vue').StyleValue;
1183
+ focused: boolean;
1184
+ disabled: boolean | null;
1185
+ error: boolean;
1186
+ errorMessages: string | readonly string[] | null;
1187
+ maxErrors: string | number;
1188
+ readonly: boolean | null;
1189
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1190
+ density: import('vuetify/lib/composables/density.mjs').Density;
1191
+ centerAffix: boolean;
1192
+ glow: boolean;
1193
+ hideSpinButtons: boolean;
1194
+ persistentHint: boolean;
1195
+ messages: string | readonly string[];
1196
+ direction: "horizontal" | "vertical";
1197
+ }> & Omit<{
1198
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1199
+ focused: boolean;
1200
+ disabled: boolean | null;
1201
+ error: boolean;
1202
+ errorMessages: string | readonly string[] | null;
1203
+ maxErrors: string | number;
1204
+ readonly: boolean | null;
1205
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1206
+ density: import('vuetify/lib/composables/density.mjs').Density;
1207
+ centerAffix: boolean;
1208
+ glow: boolean;
1209
+ hideSpinButtons: boolean;
1210
+ persistentHint: boolean;
1211
+ messages: string | readonly string[];
1212
+ direction: "horizontal" | "vertical";
1213
+ } & {
1214
+ theme?: string | undefined;
1215
+ class?: any;
1216
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1217
+ name?: string | undefined;
1218
+ label?: string | undefined;
1219
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1220
+ validationValue?: any;
1221
+ maxWidth?: string | number | undefined;
1222
+ minWidth?: string | number | undefined;
1223
+ width?: string | number | undefined;
1224
+ id?: string | undefined;
1225
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1226
+ baseColor?: string | undefined;
1227
+ color?: string | undefined;
1228
+ iconColor?: string | boolean | undefined;
1229
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1230
+ hideDetails?: "auto" | boolean | undefined;
1231
+ hint?: string | undefined;
1232
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1233
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1234
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1235
+ reset: () => Promise<void>;
1236
+ resetValidation: () => Promise<void>;
1237
+ validate: (silent?: boolean) => Promise<string[]>;
1238
+ isValid: import('vue').ComputedRef<boolean | null>;
1239
+ errorMessages: import('vue').ComputedRef<string[]>;
1240
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1241
+ modelValue?: unknown;
1242
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1243
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1244
+ $: import('vue').ComponentInternalInstance;
1245
+ $data: {};
1246
+ $props: Partial<{
1247
+ style: import('vue').StyleValue;
1248
+ focused: boolean;
1249
+ rounded: string | number | boolean;
1250
+ tile: boolean;
1251
+ clearable: boolean;
1252
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1253
+ active: boolean;
1254
+ centerAffix: boolean;
1255
+ dirty: boolean;
1256
+ disabled: boolean;
1257
+ glow: boolean;
1258
+ error: boolean;
1259
+ flat: boolean;
1260
+ persistentClear: boolean;
1261
+ reverse: boolean;
1262
+ singleLine: boolean;
1263
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1264
+ details: boolean;
1265
+ }> & Omit<{
1266
+ theme?: string | undefined;
1267
+ class?: any;
1268
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1269
+ focused: boolean;
1270
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1271
+ rounded?: string | number | boolean | undefined;
1272
+ tile: boolean;
1273
+ loading?: string | boolean | undefined;
1274
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1275
+ bgColor?: string | undefined;
1276
+ clearable: boolean;
1277
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1278
+ active: boolean;
1279
+ centerAffix?: boolean | undefined;
1280
+ color?: string | undefined;
1281
+ baseColor?: string | undefined;
1282
+ dirty: boolean;
1283
+ disabled: boolean;
1284
+ glow: boolean;
1285
+ error: boolean;
1286
+ flat: boolean;
1287
+ iconColor?: string | boolean | undefined;
1288
+ label?: string | undefined;
1289
+ persistentClear: boolean;
1290
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1291
+ reverse: boolean;
1292
+ singleLine: boolean;
1293
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1294
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1295
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1296
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1297
+ id?: string | undefined;
1298
+ details: boolean;
1299
+ labelId?: string | undefined;
1300
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
1301
+ $attrs: {
1302
+ [x: string]: unknown;
1303
+ };
1304
+ $refs: {
1305
+ [x: string]: unknown;
1306
+ };
1307
+ $slots: Readonly<{
1308
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1309
+ props: Record<string, any>;
1310
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1311
+ [key: string]: any;
1312
+ }>[]) | undefined;
1313
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1314
+ [key: string]: any;
1315
+ }>[]) | undefined;
1316
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1317
+ [key: string]: any;
1318
+ }>[]) | undefined;
1319
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1320
+ label: string | undefined;
1321
+ props: Record<string, any>;
1322
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1323
+ [key: string]: any;
1324
+ }>[]) | undefined;
1325
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1326
+ [key: string]: any;
1327
+ }>[]) | undefined;
1328
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1329
+ [key: string]: any;
1330
+ }>[]) | undefined;
1331
+ }>;
1332
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1333
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1334
+ $host: Element | null;
1335
+ $emit: (event: "update:focused", focused: boolean) => void;
1336
+ $el: any;
1337
+ $options: import('vue').ComponentOptionsBase<{
1338
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1339
+ focused: boolean;
1340
+ tile: boolean;
1341
+ clearable: boolean;
1342
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1343
+ active: boolean;
1344
+ dirty: boolean;
1345
+ disabled: boolean;
1346
+ glow: boolean;
1347
+ error: boolean;
1348
+ flat: boolean;
1349
+ persistentClear: boolean;
1350
+ reverse: boolean;
1351
+ singleLine: boolean;
1352
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1353
+ details: boolean;
1354
+ } & {
1355
+ theme?: string | undefined;
1356
+ class?: any;
1357
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1358
+ rounded?: string | number | boolean | undefined;
1359
+ loading?: string | boolean | undefined;
1360
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1361
+ bgColor?: string | undefined;
1362
+ centerAffix?: boolean | undefined;
1363
+ color?: string | undefined;
1364
+ baseColor?: string | undefined;
1365
+ iconColor?: string | boolean | undefined;
1366
+ label?: string | undefined;
1367
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1368
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1369
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1370
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1371
+ id?: string | undefined;
1372
+ labelId?: string | undefined;
1373
+ } & {
1374
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1375
+ }, {
1376
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1377
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1378
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1379
+ "update:focused": (focused: boolean) => true;
1380
+ "update:modelValue": (value: any) => true;
1381
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
1382
+ style: import('vue').StyleValue;
1383
+ focused: boolean;
1384
+ rounded: string | number | boolean;
1385
+ tile: boolean;
1386
+ clearable: boolean;
1387
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1388
+ active: boolean;
1389
+ centerAffix: boolean;
1390
+ dirty: boolean;
1391
+ disabled: boolean;
1392
+ glow: boolean;
1393
+ error: boolean;
1394
+ flat: boolean;
1395
+ persistentClear: boolean;
1396
+ reverse: boolean;
1397
+ singleLine: boolean;
1398
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1399
+ details: boolean;
1400
+ }, {}, string, import('vue').SlotsType<Partial<{
1401
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1402
+ props: Record<string, any>;
1403
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1404
+ [key: string]: any;
1405
+ }>[];
1406
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1407
+ [key: string]: any;
1408
+ }>[];
1409
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1410
+ [key: string]: any;
1411
+ }>[];
1412
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1413
+ label: string | undefined;
1414
+ props: Record<string, any>;
1415
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1416
+ [key: string]: any;
1417
+ }>[];
1418
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1419
+ [key: string]: any;
1420
+ }>[];
1421
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1422
+ [key: string]: any;
1423
+ }>[];
1424
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1425
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1426
+ created?: ((() => void)[] | (() => void)) | undefined;
1427
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1428
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1429
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1430
+ updated?: ((() => void)[] | (() => void)) | undefined;
1431
+ activated?: ((() => void)[] | (() => void)) | undefined;
1432
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1433
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1434
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1435
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1436
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1437
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1438
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1439
+ 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
1440
+ };
1441
+ $forceUpdate: () => void;
1442
+ $nextTick: typeof import('vue').nextTick;
1443
+ $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;
1444
+ } & Readonly<{
1445
+ style: import('vue').StyleValue;
1446
+ focused: boolean;
1447
+ rounded: string | number | boolean;
1448
+ tile: boolean;
1449
+ clearable: boolean;
1450
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1451
+ active: boolean;
1452
+ centerAffix: boolean;
1453
+ dirty: boolean;
1454
+ disabled: boolean;
1455
+ glow: boolean;
1456
+ error: boolean;
1457
+ flat: boolean;
1458
+ persistentClear: boolean;
1459
+ reverse: boolean;
1460
+ singleLine: boolean;
1461
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1462
+ details: boolean;
1463
+ }> & Omit<{
1464
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1465
+ focused: boolean;
1466
+ tile: boolean;
1467
+ clearable: boolean;
1468
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1469
+ active: boolean;
1470
+ dirty: boolean;
1471
+ disabled: boolean;
1472
+ glow: boolean;
1473
+ error: boolean;
1474
+ flat: boolean;
1475
+ persistentClear: boolean;
1476
+ reverse: boolean;
1477
+ singleLine: boolean;
1478
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1479
+ details: boolean;
1480
+ } & {
1481
+ theme?: string | undefined;
1482
+ class?: any;
1483
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1484
+ rounded?: string | number | boolean | undefined;
1485
+ loading?: string | boolean | undefined;
1486
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1487
+ bgColor?: string | undefined;
1488
+ centerAffix?: boolean | undefined;
1489
+ color?: string | undefined;
1490
+ baseColor?: string | undefined;
1491
+ iconColor?: string | boolean | undefined;
1492
+ label?: string | undefined;
1493
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1494
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1495
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1496
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1497
+ id?: string | undefined;
1498
+ labelId?: string | undefined;
1499
+ } & {
1500
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1501
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1502
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1503
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1504
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1505
+ modelValue?: unknown;
1506
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1507
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1508
+ _allExposed: {
1509
+ reset: () => Promise<void>;
1510
+ resetValidation: () => Promise<void>;
1511
+ validate: (silent?: boolean) => Promise<string[]>;
1512
+ isValid: import('vue').ComputedRef<boolean | null>;
1513
+ errorMessages: import('vue').ComputedRef<string[]>;
1514
+ } | {
1515
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1516
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1517
+ } | {};
1518
+ }, {}, {}, {}, {
1519
+ style: import('vue').StyleValue;
1520
+ focused: boolean;
1521
+ errorMessages: string | readonly string[] | null;
1522
+ maxErrors: string | number;
1523
+ readonly: boolean | null;
1524
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1525
+ density: import('vuetify/lib/composables/density.mjs').Density;
1526
+ rounded: string | number | boolean;
1527
+ tile: boolean;
1528
+ hideSpinButtons: boolean;
1529
+ persistentHint: boolean;
1530
+ messages: string | readonly string[];
1531
+ clearable: boolean;
1532
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1533
+ active: boolean;
1534
+ centerAffix: boolean;
1535
+ dirty: boolean;
1536
+ disabled: boolean;
1537
+ glow: boolean;
1538
+ error: boolean;
1539
+ flat: boolean;
1540
+ persistentClear: boolean;
1541
+ reverse: boolean;
1542
+ singleLine: boolean;
1543
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1544
+ autofocus: boolean;
1545
+ persistentPlaceholder: boolean;
1546
+ persistentCounter: boolean;
1547
+ type: string;
1548
+ }> | null;
1549
+ };
1550
+ $slots: Readonly<{
1551
+ [name: string]: import('vue').Slot<any> | undefined;
1552
+ }>;
1553
+ $root: ComponentPublicInstance | null;
1554
+ $parent: ComponentPublicInstance | null;
1555
+ $host: Element | null;
1556
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1557
+ $el: any;
1558
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1559
+ modelValue?: string | number | null;
1560
+ prependIcon?: import('../../types/vuetifyTypes').IconType;
1561
+ appendIcon?: import('../../types/vuetifyTypes').IconType;
1562
+ prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
1563
+ appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
1564
+ prependTooltip?: string;
1565
+ appendTooltip?: string;
1566
+ tooltipLocation?: "top" | "bottom" | "start" | "end";
1567
+ variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
1568
+ color?: import('../../types/vuetifyTypes').ColorType;
1569
+ isClearable?: boolean;
1570
+ showDivider?: boolean;
1571
+ label?: string;
1572
+ required?: boolean;
1573
+ errorMessages?: string[] | null;
1574
+ warningMessages?: string[] | null;
1575
+ successMessages?: string[] | null;
1576
+ readonly?: boolean;
1577
+ isActive?: boolean;
1578
+ baseColor?: string;
1579
+ bgColor?: string;
1580
+ centerAffix?: boolean;
1581
+ counter?: string | number | boolean;
1582
+ counterValue?: number | ((value: any) => number);
1583
+ density?: "default" | "comfortable" | "compact";
1584
+ direction?: "horizontal" | "vertical";
1585
+ isDirty?: boolean;
1586
+ disabled?: boolean;
1587
+ isOnError?: boolean;
1588
+ isFlat?: boolean;
1589
+ isFocused?: boolean;
1590
+ areDetailsHidden?: boolean | "auto";
1591
+ areSpinButtonsHidden?: boolean;
1592
+ hint?: string;
1593
+ id?: string;
1594
+ loading?: string | boolean;
1595
+ maxErrors?: string | number;
1596
+ maxWidth?: string | number;
1597
+ messages?: string | string[];
1598
+ minWidth?: string | number;
1599
+ name?: string;
1600
+ displayPersistentClear?: boolean;
1601
+ displayPersistentCounter?: boolean;
1602
+ displayPersistentHint?: boolean;
1603
+ displayPersistentPlaceholder?: boolean;
1604
+ placeholder?: string;
1605
+ prefix?: string;
1606
+ isReversed?: boolean;
1607
+ role?: string;
1608
+ rounded?: string | number | boolean;
1609
+ hasError?: boolean;
1610
+ hasWarning?: boolean;
1611
+ hasSuccess?: boolean;
1612
+ isOnSingleLine?: boolean;
1613
+ suffix?: string;
1614
+ theme?: string;
1615
+ isTiled?: boolean;
1616
+ type?: string;
1617
+ width?: string | number;
1618
+ displayAsterisk?: boolean;
1619
+ noIcon?: boolean;
1620
+ customRules?: import('../../composables/validation/useValidation').ValidationRule[];
1621
+ customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[];
1622
+ customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[];
1623
+ showSuccessMessages?: boolean;
1624
+ isValidateOnBlur?: boolean;
1625
+ disableErrorHandling?: boolean;
1626
+ disableClickButton?: boolean;
1627
+ autocomplete?: string;
1628
+ helpText?: string;
1629
+ maxlength?: string | number;
1630
+ title?: string | false;
1631
+ }> & Readonly<{
1632
+ onInput?: ((...args: any[]) => any) | undefined;
1633
+ onKeydown?: ((...args: any[]) => any) | undefined;
1634
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1635
+ onClear?: ((...args: any[]) => any) | undefined;
1636
+ "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1637
+ "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1638
+ }>, {
1639
+ validation: {
1640
+ errors: import('vue').Ref<string[], string[]>;
1641
+ warnings: import('vue').Ref<string[], string[]>;
1642
+ successes: import('vue').Ref<string[], string[]>;
1643
+ hasError: import('vue').ComputedRef<boolean>;
1644
+ hasWarning: import('vue').ComputedRef<boolean>;
1645
+ hasSuccess: import('vue').ComputedRef<boolean>;
1646
+ validateField: (value: unknown, rules?: import('../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../composables/validation/useValidation').ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
1647
+ validateOnSubmit: () => Promise<boolean>;
1648
+ clearValidation: () => void;
1649
+ };
1650
+ validateOnSubmit: () => boolean;
1651
+ checkErrorOnBlur: () => void;
1652
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1653
+ input: (...args: any[]) => void;
1654
+ keydown: (...args: any[]) => void;
1655
+ "update:modelValue": (...args: any[]) => void;
1656
+ clear: (...args: any[]) => void;
1657
+ "prepend-icon-click": (...args: any[]) => void;
1658
+ "append-icon-click": (...args: any[]) => void;
1659
+ }, string, {
1660
+ type: string;
1661
+ label: string;
1662
+ title: string | false;
1663
+ width: string | number;
1664
+ role: string;
1665
+ color: import('../../types/vuetifyTypes').ColorType;
1666
+ theme: string;
1667
+ disabled: boolean;
1668
+ placeholder: string;
1669
+ density: "default" | "comfortable" | "compact";
1670
+ rounded: string | number | boolean;
1671
+ maxWidth: string | number;
1672
+ minWidth: string | number;
1673
+ loading: string | boolean;
1674
+ baseColor: string;
1675
+ prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1676
+ appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1677
+ readonly: boolean;
1678
+ id: string;
1679
+ name: string;
1680
+ modelValue: string | number | null;
1681
+ bgColor: string;
1682
+ isActive: boolean;
1683
+ prefix: string;
1684
+ prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1685
+ appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1686
+ prependTooltip: string;
1687
+ appendTooltip: string;
1688
+ tooltipLocation: "top" | "bottom" | "start" | "end";
1689
+ variantStyle: import('../../types/vuetifyTypes').VariantStyle;
1690
+ isClearable: boolean;
1691
+ errorMessages: string[] | null;
1692
+ warningMessages: string[] | null;
1693
+ successMessages: string[] | null;
1694
+ centerAffix: boolean;
1695
+ counter: string | number | boolean;
1696
+ counterValue: number | ((value: any) => number);
1697
+ direction: "horizontal" | "vertical";
1698
+ isDirty: boolean;
1699
+ isOnError: boolean;
1700
+ isFlat: boolean;
1701
+ isFocused: boolean;
1702
+ areDetailsHidden: boolean | "auto";
1703
+ areSpinButtonsHidden: boolean;
1704
+ hint: string;
1705
+ maxErrors: string | number;
1706
+ messages: string | string[];
1707
+ displayPersistentClear: boolean;
1708
+ displayPersistentCounter: boolean;
1709
+ displayPersistentHint: boolean;
1710
+ displayPersistentPlaceholder: boolean;
1711
+ isReversed: boolean;
1712
+ hasError: boolean;
1713
+ hasWarning: boolean;
1714
+ isOnSingleLine: boolean;
1715
+ suffix: string;
1716
+ isTiled: boolean;
1717
+ displayAsterisk: boolean;
1718
+ noIcon: boolean;
1719
+ customRules: import('../../composables/validation/useValidation').ValidationRule[];
1720
+ customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
1721
+ customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
1722
+ showSuccessMessages: boolean;
1723
+ isValidateOnBlur: boolean;
1724
+ disableErrorHandling: boolean;
1725
+ disableClickButton: boolean;
1726
+ autocomplete: string;
1727
+ helpText: string;
1728
+ maxlength: string | number;
1729
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1730
+ beforeCreate?: (() => void) | (() => void)[];
1731
+ created?: (() => void) | (() => void)[];
1732
+ beforeMount?: (() => void) | (() => void)[];
1733
+ mounted?: (() => void) | (() => void)[];
1734
+ beforeUpdate?: (() => void) | (() => void)[];
1735
+ updated?: (() => void) | (() => void)[];
1736
+ activated?: (() => void) | (() => void)[];
1737
+ deactivated?: (() => void) | (() => void)[];
1738
+ beforeDestroy?: (() => void) | (() => void)[];
1739
+ beforeUnmount?: (() => void) | (() => void)[];
1740
+ destroyed?: (() => void) | (() => void)[];
1741
+ unmounted?: (() => void) | (() => void)[];
1742
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1743
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1744
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1745
+ };
1746
+ $forceUpdate: () => void;
1747
+ $nextTick: typeof import('vue').nextTick;
1748
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1749
+ } & Readonly<{
1750
+ type: string;
1751
+ label: string;
1752
+ title: string | false;
1753
+ width: string | number;
1754
+ role: string;
1755
+ color: import('../../types/vuetifyTypes').ColorType;
1756
+ theme: string;
1757
+ disabled: boolean;
1758
+ placeholder: string;
1759
+ density: "default" | "comfortable" | "compact";
1760
+ rounded: string | number | boolean;
1761
+ maxWidth: string | number;
1762
+ minWidth: string | number;
1763
+ loading: string | boolean;
1764
+ baseColor: string;
1765
+ prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1766
+ appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1767
+ readonly: boolean;
1768
+ id: string;
1769
+ name: string;
1770
+ modelValue: string | number | null;
1771
+ bgColor: string;
1772
+ isActive: boolean;
1773
+ prefix: string;
1774
+ prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1775
+ appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1776
+ prependTooltip: string;
1777
+ appendTooltip: string;
1778
+ tooltipLocation: "top" | "bottom" | "start" | "end";
1779
+ variantStyle: import('../../types/vuetifyTypes').VariantStyle;
1780
+ isClearable: boolean;
1781
+ errorMessages: string[] | null;
1782
+ warningMessages: string[] | null;
1783
+ successMessages: string[] | null;
1784
+ centerAffix: boolean;
1785
+ counter: string | number | boolean;
1786
+ counterValue: number | ((value: any) => number);
1787
+ direction: "horizontal" | "vertical";
1788
+ isDirty: boolean;
1789
+ isOnError: boolean;
1790
+ isFlat: boolean;
1791
+ isFocused: boolean;
1792
+ areDetailsHidden: boolean | "auto";
1793
+ areSpinButtonsHidden: boolean;
1794
+ hint: string;
1795
+ maxErrors: string | number;
1796
+ messages: string | string[];
1797
+ displayPersistentClear: boolean;
1798
+ displayPersistentCounter: boolean;
1799
+ displayPersistentHint: boolean;
1800
+ displayPersistentPlaceholder: boolean;
1801
+ isReversed: boolean;
1802
+ hasError: boolean;
1803
+ hasWarning: boolean;
1804
+ isOnSingleLine: boolean;
1805
+ suffix: string;
1806
+ isTiled: boolean;
1807
+ displayAsterisk: boolean;
1808
+ noIcon: boolean;
1809
+ customRules: import('../../composables/validation/useValidation').ValidationRule[];
1810
+ customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
1811
+ customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
1812
+ showSuccessMessages: boolean;
1813
+ isValidateOnBlur: boolean;
1814
+ disableErrorHandling: boolean;
1815
+ disableClickButton: boolean;
1816
+ autocomplete: string;
1817
+ helpText: string;
1818
+ maxlength: string | number;
1819
+ }> & Omit<Readonly<{
1820
+ modelValue?: string | number | null;
1821
+ prependIcon?: import('../../types/vuetifyTypes').IconType;
1822
+ appendIcon?: import('../../types/vuetifyTypes').IconType;
1823
+ prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
1824
+ appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
1825
+ prependTooltip?: string;
1826
+ appendTooltip?: string;
1827
+ tooltipLocation?: "top" | "bottom" | "start" | "end";
1828
+ variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
1829
+ color?: import('../../types/vuetifyTypes').ColorType;
1830
+ isClearable?: boolean;
1831
+ showDivider?: boolean;
1832
+ label?: string;
1833
+ required?: boolean;
1834
+ errorMessages?: string[] | null;
1835
+ warningMessages?: string[] | null;
1836
+ successMessages?: string[] | null;
1837
+ readonly?: boolean;
1838
+ isActive?: boolean;
1839
+ baseColor?: string;
1840
+ bgColor?: string;
1841
+ centerAffix?: boolean;
1842
+ counter?: string | number | boolean;
1843
+ counterValue?: number | ((value: any) => number);
1844
+ density?: "default" | "comfortable" | "compact";
1845
+ direction?: "horizontal" | "vertical";
1846
+ isDirty?: boolean;
1847
+ disabled?: boolean;
1848
+ isOnError?: boolean;
1849
+ isFlat?: boolean;
1850
+ isFocused?: boolean;
1851
+ areDetailsHidden?: boolean | "auto";
1852
+ areSpinButtonsHidden?: boolean;
1853
+ hint?: string;
1854
+ id?: string;
1855
+ loading?: string | boolean;
1856
+ maxErrors?: string | number;
1857
+ maxWidth?: string | number;
1858
+ messages?: string | string[];
1859
+ minWidth?: string | number;
1860
+ name?: string;
1861
+ displayPersistentClear?: boolean;
1862
+ displayPersistentCounter?: boolean;
1863
+ displayPersistentHint?: boolean;
1864
+ displayPersistentPlaceholder?: boolean;
1865
+ placeholder?: string;
1866
+ prefix?: string;
1867
+ isReversed?: boolean;
1868
+ role?: string;
1869
+ rounded?: string | number | boolean;
1870
+ hasError?: boolean;
1871
+ hasWarning?: boolean;
1872
+ hasSuccess?: boolean;
1873
+ isOnSingleLine?: boolean;
1874
+ suffix?: string;
1875
+ theme?: string;
1876
+ isTiled?: boolean;
1877
+ type?: string;
1878
+ width?: string | number;
1879
+ displayAsterisk?: boolean;
1880
+ noIcon?: boolean;
1881
+ customRules?: import('../../composables/validation/useValidation').ValidationRule[];
1882
+ customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[];
1883
+ customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[];
1884
+ showSuccessMessages?: boolean;
1885
+ isValidateOnBlur?: boolean;
1886
+ disableErrorHandling?: boolean;
1887
+ disableClickButton?: boolean;
1888
+ autocomplete?: string;
1889
+ helpText?: string;
1890
+ maxlength?: string | number;
1891
+ title?: string | false;
1892
+ }> & Readonly<{
1893
+ onInput?: ((...args: any[]) => any) | undefined;
1894
+ onKeydown?: ((...args: any[]) => any) | undefined;
1895
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1896
+ onClear?: ((...args: any[]) => any) | undefined;
1897
+ "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1898
+ "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1899
+ }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength")> & import('vue').ShallowUnwrapRef<{
1900
+ validation: {
1901
+ errors: import('vue').Ref<string[], string[]>;
1902
+ warnings: import('vue').Ref<string[], string[]>;
1903
+ successes: import('vue').Ref<string[], string[]>;
1904
+ hasError: import('vue').ComputedRef<boolean>;
1905
+ hasWarning: import('vue').ComputedRef<boolean>;
1906
+ hasSuccess: import('vue').ComputedRef<boolean>;
1907
+ validateField: (value: unknown, rules?: import('../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../composables/validation/useValidation').ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
1908
+ validateOnSubmit: () => Promise<boolean>;
1909
+ clearValidation: () => void;
1910
+ };
1911
+ validateOnSubmit: () => boolean;
1912
+ checkErrorOnBlur: () => void;
1913
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1914
+ $slots: {
1915
+ prepend?(_: {}): any;
1916
+ append?(_: {}): any;
1917
+ default?(_: {}): any;
1918
+ 'prepend-inner'?(_: {}): any;
1919
+ 'append-inner'?(_: {}): any;
1920
+ details?(_: {}): any;
1921
+ };
1922
+ }) | null;
1923
+ toggleBtn: HTMLButtonElement;
1924
+ }, any, import('vue').ComponentProvideOptions, {
1925
+ P: {};
1926
+ B: {};
1927
+ D: {};
1928
+ C: {};
1929
+ M: {};
1930
+ Defaults: {};
1931
+ }, Readonly<{
1932
+ modelValue: string | undefined;
1933
+ } & TextFieldProps & ValidationProps> & Readonly<{
1934
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
1935
+ }>, {
1936
+ toggleBtn: import('vue').Ref<HTMLButtonElement | null, HTMLButtonElement | null>;
1937
+ }, {}, {}, {}, {}> | null;
1938
+ }, HTMLDivElement>;
1939
+ export default _default;