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