@cnamts/synapse 1.1.0 → 1.1.1

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