@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,215 +1,957 @@
1
- import { nextTick, PropType } from 'vue';
2
- import { ValidationRule } from '../../composables/validation/useValidation';
3
- type DisplayFormat = 'code' | 'code-abbreviation' | 'code-country' | 'country' | 'abbreviation';
4
- type Indicatif = {
5
- code: string;
6
- abbreviation: string;
7
- country: string;
8
- countryFr?: string;
9
- mask?: string;
10
- phoneLength: number;
11
- };
12
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
- modelValue: {
14
- type: StringConstructor;
15
- default: string;
16
- };
17
- dialCodeModel: {
18
- type: PropType<string | Record<string, any>>;
19
- default: string;
20
- };
21
- required: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- outlined: {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- };
29
- outlinedIndicatif: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- withCountryCode: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- countryCodeRequired: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- displayFormat: {
42
- type: PropType<DisplayFormat>;
43
- default: string;
44
- };
45
- customIndicatifs: {
46
- type: PropType<Indicatif[]>;
47
- default: () => never[];
48
- };
49
- useCustomIndicatifsOnly: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- isValidatedOnBlur: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- displayAsterisk: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- disableErrorHandling: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- showSuccessMessages: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- bgColor: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- readonly: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- disabled: {
78
- type: BooleanConstructor;
79
- default: boolean;
80
- };
81
- helpText: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- autocompleteCountryCode: {
86
- type: StringConstructor;
87
- default: string;
88
- };
89
- autocompletePhone: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
- withoutFieldset: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
97
- }>, {
98
- computedValue: import('vue').ComputedRef<string>;
99
- dialCode: import('vue').Ref<string | Record<string, any>, string | Record<string, any>>;
100
- phoneMask: import('vue').Ref<string, string>;
101
- counter: import('vue').Ref<number, number>;
1
+ import { locales as defaultLocales } from './locales';
2
+ import { PhoneFieldProps, Indicatif } from './types';
3
+ declare const _default: import('vue').DefineComponent<PhoneFieldProps, {
4
+ dialCodeList: import('vue').ComputedRef<({
5
+ displayText: string;
6
+ plainDisplayText: string;
7
+ phoneLength: number | undefined;
8
+ code: "+1";
9
+ country: "USA/Canada";
10
+ countryFr: "États-Unis/Canada";
11
+ abbreviation: "US/CA";
12
+ mask: "### ### ####";
13
+ } | {
14
+ displayText: string;
15
+ plainDisplayText: string;
16
+ phoneLength: number | undefined;
17
+ code: "+7";
18
+ country: "Russia/Kazakhstan";
19
+ countryFr: "Russie/Kazakhstan";
20
+ abbreviation: "RU/KZ";
21
+ mask: "### ### ## ##";
22
+ } | {
23
+ displayText: string;
24
+ plainDisplayText: string;
25
+ phoneLength: number | undefined;
26
+ code: "+20";
27
+ country: "Egypt";
28
+ countryFr: "Égypte";
29
+ abbreviation: "EG";
30
+ mask: "### ### ###";
31
+ } | {
32
+ displayText: string;
33
+ plainDisplayText: string;
34
+ phoneLength: number | undefined;
35
+ code: "+27";
36
+ country: "South Africa";
37
+ countryFr: "Afrique du Sud";
38
+ abbreviation: "ZA";
39
+ mask: "## ### ####";
40
+ } | {
41
+ displayText: string;
42
+ plainDisplayText: string;
43
+ phoneLength: number | undefined;
44
+ code: "+30";
45
+ country: "Greece";
46
+ countryFr: "Grèce";
47
+ abbreviation: "GR";
48
+ mask: "### ### ####";
49
+ } | {
50
+ displayText: string;
51
+ plainDisplayText: string;
52
+ phoneLength: number | undefined;
53
+ code: "+31";
54
+ country: "Netherlands";
55
+ countryFr: "Pays-Bas";
56
+ abbreviation: "NL";
57
+ mask: "## ### ####";
58
+ } | {
59
+ displayText: string;
60
+ plainDisplayText: string;
61
+ phoneLength: number | undefined;
62
+ code: "+32";
63
+ country: "Belgium";
64
+ countryFr: "Belgique";
65
+ abbreviation: "BE";
66
+ mask: "### ### ###";
67
+ } | {
68
+ displayText: string;
69
+ plainDisplayText: string;
70
+ phoneLength: number | undefined;
71
+ code: "+33";
72
+ country: "France";
73
+ countryFr: "France";
74
+ abbreviation: "FR";
75
+ mask: "## ## ## ## ##";
76
+ } | {
77
+ displayText: string;
78
+ plainDisplayText: string;
79
+ phoneLength: number | undefined;
80
+ code: "+34";
81
+ country: "Spain";
82
+ countryFr: "Espagne";
83
+ abbreviation: "ES";
84
+ mask: "### ### ###";
85
+ } | {
86
+ displayText: string;
87
+ plainDisplayText: string;
88
+ phoneLength: number | undefined;
89
+ code: "+36";
90
+ country: "Hungary";
91
+ countryFr: "Hongrie";
92
+ abbreviation: "HU";
93
+ mask: "## ### ####";
94
+ } | {
95
+ displayText: string;
96
+ plainDisplayText: string;
97
+ phoneLength: number | undefined;
98
+ code: "+39";
99
+ country: "Italy";
100
+ countryFr: "Italie";
101
+ abbreviation: "IT";
102
+ mask: "### ### ####";
103
+ } | {
104
+ displayText: string;
105
+ plainDisplayText: string;
106
+ phoneLength: number | undefined;
107
+ code: "+40";
108
+ country: "Romania";
109
+ countryFr: "Roumanie";
110
+ abbreviation: "RO";
111
+ mask: "### ### ###";
112
+ } | {
113
+ displayText: string;
114
+ plainDisplayText: string;
115
+ phoneLength: number | undefined;
116
+ code: "+41";
117
+ country: "Switzerland";
118
+ countryFr: "Suisse";
119
+ abbreviation: "CH";
120
+ mask: "## ### ## ##";
121
+ } | {
122
+ displayText: string;
123
+ plainDisplayText: string;
124
+ phoneLength: number | undefined;
125
+ code: "+44";
126
+ country: "United Kingdom";
127
+ countryFr: "Royaume-Uni";
128
+ abbreviation: "GB";
129
+ mask: "#### ### ####";
130
+ } | {
131
+ displayText: string;
132
+ plainDisplayText: string;
133
+ phoneLength: number | undefined;
134
+ code: "+45";
135
+ country: "Denmark";
136
+ countryFr: "Danemark";
137
+ abbreviation: "DK";
138
+ mask: "## ## ## ##";
139
+ } | {
140
+ displayText: string;
141
+ plainDisplayText: string;
142
+ phoneLength: number | undefined;
143
+ code: "+46";
144
+ country: "Sweden";
145
+ countryFr: "Suède";
146
+ abbreviation: "SE";
147
+ mask: "## ### ## ##";
148
+ } | {
149
+ displayText: string;
150
+ plainDisplayText: string;
151
+ phoneLength: number | undefined;
152
+ code: "+47";
153
+ country: "Norway";
154
+ countryFr: "Norvège";
155
+ abbreviation: "NO";
156
+ mask: "### ## ###";
157
+ } | {
158
+ displayText: string;
159
+ plainDisplayText: string;
160
+ phoneLength: number | undefined;
161
+ code: "+48";
162
+ country: "Poland";
163
+ countryFr: "Pologne";
164
+ abbreviation: "PL";
165
+ mask: "### ### ###";
166
+ } | {
167
+ displayText: string;
168
+ plainDisplayText: string;
169
+ phoneLength: number | undefined;
170
+ code: "+49";
171
+ country: "Germany";
172
+ countryFr: "Allemagne";
173
+ abbreviation: "DE";
174
+ mask: "#### ### ####";
175
+ } | {
176
+ displayText: string;
177
+ plainDisplayText: string;
178
+ phoneLength: number | undefined;
179
+ code: "+51";
180
+ country: "Peru";
181
+ countryFr: "Pérou";
182
+ abbreviation: "PE";
183
+ mask: "### ### ###";
184
+ } | {
185
+ displayText: string;
186
+ plainDisplayText: string;
187
+ phoneLength: number | undefined;
188
+ code: "+52";
189
+ country: "Mexico";
190
+ countryFr: "Mexique";
191
+ abbreviation: "MX";
192
+ mask: "## #### ####";
193
+ } | {
194
+ displayText: string;
195
+ plainDisplayText: string;
196
+ phoneLength: number | undefined;
197
+ code: "+53";
198
+ country: "Cuba";
199
+ countryFr: "Cuba";
200
+ abbreviation: "CU";
201
+ mask: "### ### ###";
202
+ } | {
203
+ displayText: string;
204
+ plainDisplayText: string;
205
+ phoneLength: number | undefined;
206
+ code: "+54";
207
+ country: "Argentina";
208
+ countryFr: "Argentine";
209
+ abbreviation: "AR";
210
+ mask: "### ### ####";
211
+ } | {
212
+ displayText: string;
213
+ plainDisplayText: string;
214
+ phoneLength: number | undefined;
215
+ code: "+55";
216
+ country: "Brazil";
217
+ countryFr: "Brésil";
218
+ abbreviation: "BR";
219
+ mask: "## ##### ####";
220
+ } | {
221
+ displayText: string;
222
+ plainDisplayText: string;
223
+ phoneLength: number | undefined;
224
+ code: "+56";
225
+ country: "Chile";
226
+ countryFr: "Chili";
227
+ abbreviation: "CL";
228
+ mask: "## #### ####";
229
+ } | {
230
+ displayText: string;
231
+ plainDisplayText: string;
232
+ phoneLength: number | undefined;
233
+ code: "+57";
234
+ country: "Colombia";
235
+ countryFr: "Colombie";
236
+ abbreviation: "CO";
237
+ mask: "### ### ####";
238
+ } | {
239
+ displayText: string;
240
+ plainDisplayText: string;
241
+ phoneLength: number | undefined;
242
+ code: "+58";
243
+ country: "Venezuela";
244
+ countryFr: "Venezuela";
245
+ abbreviation: "VE";
246
+ mask: "### ### ####";
247
+ } | {
248
+ displayText: string;
249
+ plainDisplayText: string;
250
+ phoneLength: number | undefined;
251
+ code: "+60";
252
+ country: "Malaysia";
253
+ countryFr: "Malaisie";
254
+ abbreviation: "MY";
255
+ mask: "## ### ####";
256
+ } | {
257
+ displayText: string;
258
+ plainDisplayText: string;
259
+ phoneLength: number | undefined;
260
+ code: "+61";
261
+ country: "Australia";
262
+ countryFr: "Australie";
263
+ abbreviation: "AU";
264
+ mask: "### ### ###";
265
+ } | {
266
+ displayText: string;
267
+ plainDisplayText: string;
268
+ phoneLength: number | undefined;
269
+ code: "+62";
270
+ country: "Indonesia";
271
+ countryFr: "Indonésie";
272
+ abbreviation: "ID";
273
+ mask: "### ### ####";
274
+ } | {
275
+ displayText: string;
276
+ plainDisplayText: string;
277
+ phoneLength: number | undefined;
278
+ code: "+63";
279
+ country: "Philippines";
280
+ countryFr: "Philippines";
281
+ abbreviation: "PH";
282
+ mask: "### ### ####";
283
+ } | {
284
+ displayText: string;
285
+ plainDisplayText: string;
286
+ phoneLength: number | undefined;
287
+ code: "+64";
288
+ country: "New Zealand";
289
+ countryFr: "Nouvelle-Zélande";
290
+ abbreviation: "NZ";
291
+ mask: "### ### ###";
292
+ } | {
293
+ displayText: string;
294
+ plainDisplayText: string;
295
+ phoneLength: number | undefined;
296
+ code: "+65";
297
+ country: "Singapore";
298
+ countryFr: "Singapour";
299
+ abbreviation: "SG";
300
+ mask: "#### ####";
301
+ } | {
302
+ displayText: string;
303
+ plainDisplayText: string;
304
+ phoneLength: number | undefined;
305
+ code: "+66";
306
+ country: "Thailand";
307
+ countryFr: "Thaïlande";
308
+ abbreviation: "TH";
309
+ mask: "### ### ###";
310
+ } | {
311
+ displayText: string;
312
+ plainDisplayText: string;
313
+ phoneLength: number | undefined;
314
+ code: "+81";
315
+ country: "Japan";
316
+ countryFr: "Japon";
317
+ abbreviation: "JP";
318
+ mask: "## #### ####";
319
+ } | {
320
+ displayText: string;
321
+ plainDisplayText: string;
322
+ phoneLength: number | undefined;
323
+ code: "+82";
324
+ country: "South Korea";
325
+ countryFr: "Corée du Sud";
326
+ abbreviation: "KR";
327
+ mask: "## #### ####";
328
+ } | {
329
+ displayText: string;
330
+ plainDisplayText: string;
331
+ phoneLength: number | undefined;
332
+ code: "+84";
333
+ country: "Vietnam";
334
+ countryFr: "Vietnam";
335
+ abbreviation: "VN";
336
+ mask: "## ### ####";
337
+ } | {
338
+ displayText: string;
339
+ plainDisplayText: string;
340
+ phoneLength: number | undefined;
341
+ code: "+86";
342
+ country: "China";
343
+ countryFr: "Chine";
344
+ abbreviation: "CN";
345
+ mask: "### #### ####";
346
+ } | {
347
+ displayText: string;
348
+ plainDisplayText: string;
349
+ phoneLength: number | undefined;
350
+ code: "+90";
351
+ country: "Turkey";
352
+ countryFr: "Turquie";
353
+ abbreviation: "TR";
354
+ mask: "### ### ## ##";
355
+ } | {
356
+ displayText: string;
357
+ plainDisplayText: string;
358
+ phoneLength: number | undefined;
359
+ code: "+91";
360
+ country: "India";
361
+ countryFr: "Inde";
362
+ abbreviation: "IN";
363
+ mask: "##### #####";
364
+ } | {
365
+ displayText: string;
366
+ plainDisplayText: string;
367
+ phoneLength: number | undefined;
368
+ code: "+92";
369
+ country: "Pakistan";
370
+ countryFr: "Pakistan";
371
+ abbreviation: "PK";
372
+ mask: "### #### ####";
373
+ } | {
374
+ displayText: string;
375
+ plainDisplayText: string;
376
+ phoneLength: number | undefined;
377
+ code: "+93";
378
+ country: "Afghanistan";
379
+ countryFr: "Afghanistan";
380
+ abbreviation: "AF";
381
+ mask: "## ### ####";
382
+ } | {
383
+ displayText: string;
384
+ plainDisplayText: string;
385
+ phoneLength: number | undefined;
386
+ code: "+94";
387
+ country: "Sri Lanka";
388
+ countryFr: "Sri Lanka";
389
+ abbreviation: "LK";
390
+ mask: "### ### ####";
391
+ } | {
392
+ displayText: string;
393
+ plainDisplayText: string;
394
+ phoneLength: number | undefined;
395
+ code: "+95";
396
+ country: "Myanmar";
397
+ countryFr: "Myanmar";
398
+ abbreviation: "MM";
399
+ mask: "## ### ###";
400
+ } | {
401
+ displayText: string;
402
+ plainDisplayText: string;
403
+ phoneLength: number | undefined;
404
+ code: "+98";
405
+ country: "Iran";
406
+ countryFr: "Iran";
407
+ abbreviation: "IR";
408
+ mask: "### ### ####";
409
+ } | {
410
+ displayText: string;
411
+ plainDisplayText: string;
412
+ phoneLength: number | undefined;
413
+ code: "+212";
414
+ country: "Morocco";
415
+ countryFr: "Maroc";
416
+ abbreviation: "MA";
417
+ mask: "### #### ###";
418
+ } | {
419
+ displayText: string;
420
+ plainDisplayText: string;
421
+ phoneLength: number | undefined;
422
+ code: "+213";
423
+ country: "Algeria";
424
+ countryFr: "Algérie";
425
+ abbreviation: "DZ";
426
+ mask: "### ### ####";
427
+ } | {
428
+ displayText: string;
429
+ plainDisplayText: string;
430
+ phoneLength: number | undefined;
431
+ code: "+216";
432
+ country: "Tunisia";
433
+ countryFr: "Tunisie";
434
+ abbreviation: "TN";
435
+ mask: "## ### ###";
436
+ } | {
437
+ displayText: string;
438
+ plainDisplayText: string;
439
+ phoneLength: number | undefined;
440
+ code: "+218";
441
+ country: "Libya";
442
+ countryFr: "Libye";
443
+ abbreviation: "LY";
444
+ mask: "### ### ###";
445
+ } | {
446
+ displayText: string;
447
+ plainDisplayText: string;
448
+ phoneLength: number | undefined;
449
+ code: "+262";
450
+ country: "Réunion";
451
+ countryFr: "Réunion";
452
+ abbreviation: "FR";
453
+ mask: "### ### ###";
454
+ } | {
455
+ displayText: string;
456
+ plainDisplayText: string;
457
+ phoneLength: number | undefined;
458
+ code: "+508";
459
+ country: "Saint Pierre and Miquelon";
460
+ countryFr: "Saint-Pierre-et-Miquelon";
461
+ abbreviation: "FR";
462
+ mask: "## ## ##";
463
+ } | {
464
+ displayText: string;
465
+ plainDisplayText: string;
466
+ phoneLength: number | undefined;
467
+ code: "+590";
468
+ country: "Guadeloupe";
469
+ countryFr: "Guadeloupe";
470
+ abbreviation: "FR";
471
+ mask: "### ### ###";
472
+ } | {
473
+ displayText: string;
474
+ plainDisplayText: string;
475
+ phoneLength: number | undefined;
476
+ code: "+594";
477
+ country: "French Guiana";
478
+ countryFr: "Guyane française";
479
+ abbreviation: "FR";
480
+ mask: "### ### ###";
481
+ } | {
482
+ displayText: string;
483
+ plainDisplayText: string;
484
+ phoneLength: number | undefined;
485
+ code: "+596";
486
+ country: "Martinique";
487
+ countryFr: "Martinique";
488
+ abbreviation: "FR";
489
+ mask: "### ### ###";
490
+ } | {
491
+ displayText: string;
492
+ plainDisplayText: string;
493
+ phoneLength: number | undefined;
494
+ code: "+687";
495
+ country: "New Caledonia";
496
+ countryFr: "Nouvelle-Calédonie";
497
+ abbreviation: "FR";
498
+ mask: "## ## ##";
499
+ } | {
500
+ displayText: string;
501
+ plainDisplayText: string;
502
+ phoneLength: number | undefined;
503
+ code: "+689";
504
+ country: "French Polynesia";
505
+ countryFr: "Polynésie française";
506
+ abbreviation: "FR";
507
+ mask: "## ## ##";
508
+ } | {
509
+ displayText: string;
510
+ plainDisplayText: string;
511
+ phoneLength: number | undefined;
512
+ code: "+220";
513
+ country: "Gambia";
514
+ countryFr: "Gambie";
515
+ abbreviation: "GM";
516
+ mask: "### ## ##";
517
+ } | {
518
+ displayText: string;
519
+ plainDisplayText: string;
520
+ phoneLength: number | undefined;
521
+ code: "+221";
522
+ country: "Senegal";
523
+ countryFr: "Sénégal";
524
+ abbreviation: "SN";
525
+ mask: "## ### ####";
526
+ } | {
527
+ displayText: string;
528
+ plainDisplayText: string;
529
+ phoneLength: number | undefined;
530
+ code: "+222";
531
+ country: "Mauritania";
532
+ countryFr: "Mauritanie";
533
+ abbreviation: "MR";
534
+ mask: "## ## ## ##";
535
+ } | {
536
+ displayText: string;
537
+ plainDisplayText: string;
538
+ phoneLength: number | undefined;
539
+ code: "+223";
540
+ country: "Mali";
541
+ countryFr: "Mali";
542
+ abbreviation: "ML";
543
+ mask: "## ## ## ##";
544
+ } | {
545
+ displayText: string;
546
+ plainDisplayText: string;
547
+ phoneLength: number | undefined;
548
+ code: "+224";
549
+ country: "Guinea";
550
+ countryFr: "Guinée";
551
+ abbreviation: "GN";
552
+ mask: "## ### ####";
553
+ } | {
554
+ displayText: string;
555
+ plainDisplayText: string;
556
+ phoneLength: number | undefined;
557
+ code: "+225";
558
+ country: "Ivory Coast";
559
+ countryFr: "Côte d'Ivoire";
560
+ abbreviation: "CI";
561
+ mask: "## ## ## ##";
562
+ } | {
563
+ displayText: string;
564
+ plainDisplayText: string;
565
+ phoneLength: number | undefined;
566
+ code: "+226";
567
+ country: "Burkina Faso";
568
+ countryFr: "Burkina Faso";
569
+ abbreviation: "BF";
570
+ mask: "## ## ## ##";
571
+ } | {
572
+ displayText: string;
573
+ plainDisplayText: string;
574
+ phoneLength: number | undefined;
575
+ code: "+227";
576
+ country: "Niger";
577
+ countryFr: "Niger";
578
+ abbreviation: "NE";
579
+ mask: "## ## ## ##";
580
+ } | {
581
+ displayText: string;
582
+ plainDisplayText: string;
583
+ phoneLength: number | undefined;
584
+ code: "+228";
585
+ country: "Togo";
586
+ countryFr: "Togo";
587
+ abbreviation: "TG";
588
+ mask: "## ## ## ##";
589
+ } | {
590
+ displayText: string;
591
+ plainDisplayText: string;
592
+ phoneLength: number | undefined;
593
+ code: "+229";
594
+ country: "Benin";
595
+ countryFr: "Bénin";
596
+ abbreviation: "BJ";
597
+ mask: "## ## ## ##";
598
+ } | {
599
+ displayText: string;
600
+ plainDisplayText: string;
601
+ phoneLength: number | undefined;
602
+ code: "+230";
603
+ country: "Mauritius";
604
+ countryFr: "Maurice";
605
+ abbreviation: "MU";
606
+ mask: "### ####";
607
+ } | {
608
+ displayText: string;
609
+ plainDisplayText: string;
610
+ phoneLength: number | undefined;
611
+ code: "+231";
612
+ country: "Liberia";
613
+ countryFr: "Libéria";
614
+ abbreviation: "LR";
615
+ mask: "## ### ###";
616
+ } | {
617
+ displayText: string;
618
+ plainDisplayText: string;
619
+ phoneLength: number | undefined;
620
+ code: "+232";
621
+ country: "Sierra Leone";
622
+ countryFr: "Sierra Leone";
623
+ abbreviation: "SL";
624
+ mask: "## #### ####";
625
+ } | {
626
+ displayText: string;
627
+ plainDisplayText: string;
628
+ phoneLength: number | undefined;
629
+ code: "+233";
630
+ country: "Ghana";
631
+ countryFr: "Ghana";
632
+ abbreviation: "GH";
633
+ mask: "### ### ###";
634
+ } | {
635
+ displayText: string;
636
+ plainDisplayText: string;
637
+ phoneLength: number | undefined;
638
+ code: "+234";
639
+ country: "Nigeria";
640
+ countryFr: "Nigéria";
641
+ abbreviation: "NG";
642
+ mask: "### ### ###";
643
+ } | {
644
+ displayText: string;
645
+ plainDisplayText: string;
646
+ phoneLength: number | undefined;
647
+ code: "+235";
648
+ country: "Chad";
649
+ countryFr: "Tchad";
650
+ abbreviation: "TD";
651
+ mask: "## ## ## ##";
652
+ } | {
653
+ displayText: string;
654
+ plainDisplayText: string;
655
+ phoneLength: number | undefined;
656
+ code: "+236";
657
+ country: "Central African Republic";
658
+ countryFr: "République centrafricaine";
659
+ abbreviation: "CF";
660
+ mask: "## ## ## ##";
661
+ } | {
662
+ displayText: string;
663
+ plainDisplayText: string;
664
+ phoneLength: number | undefined;
665
+ code: "+237";
666
+ country: "Cameroon";
667
+ countryFr: "Cameroun";
668
+ abbreviation: "CM";
669
+ mask: "## ### ####";
670
+ } | {
671
+ displayText: string;
672
+ plainDisplayText: string;
673
+ phoneLength: number | undefined;
674
+ code: "+238";
675
+ country: "Cape Verde";
676
+ countryFr: "Cap-Vert";
677
+ abbreviation: "CV";
678
+ mask: "### ####";
679
+ } | {
680
+ displayText: string;
681
+ plainDisplayText: string;
682
+ phoneLength: number | undefined;
683
+ code: "+239";
684
+ country: "Sao Tome and Principe";
685
+ countryFr: "São Tomé-et-Principe";
686
+ abbreviation: "ST";
687
+ mask: "### ####";
688
+ } | {
689
+ displayText: string;
690
+ plainDisplayText: string;
691
+ phoneLength: number | undefined;
692
+ code: "+240";
693
+ country: "Equatorial Guinea";
694
+ countryFr: "Guinée équatoriale";
695
+ abbreviation: "GQ";
696
+ mask: "### ### ####";
697
+ } | {
698
+ displayText: string;
699
+ plainDisplayText: string;
700
+ phoneLength: number | undefined;
701
+ code: "+241";
702
+ country: "Gabon";
703
+ countryFr: "Gabon";
704
+ abbreviation: "GA";
705
+ mask: "## ### ####";
706
+ } | {
707
+ displayText: string;
708
+ plainDisplayText: string;
709
+ phoneLength: number | undefined;
710
+ code: "+242";
711
+ country: "Republic of the Congo";
712
+ countryFr: "République du Congo";
713
+ abbreviation: "CG";
714
+ mask: "## ### ####";
715
+ } | {
716
+ displayText: string;
717
+ plainDisplayText: string;
718
+ phoneLength: number | undefined;
719
+ code: "+243";
720
+ country: "Democratic Republic of the Congo";
721
+ countryFr: "République démocratique du Congo";
722
+ abbreviation: "CD";
723
+ mask: "### ### ####";
724
+ } | {
725
+ displayText: string;
726
+ plainDisplayText: string;
727
+ phoneLength: number | undefined;
728
+ code: "+244";
729
+ country: "Angola";
730
+ countryFr: "Angola";
731
+ abbreviation: "AO";
732
+ mask: "### ### ####";
733
+ } | {
734
+ displayText: string;
735
+ plainDisplayText: string;
736
+ phoneLength: number | undefined;
737
+ code: "+245";
738
+ country: "Guinea-Bissau";
739
+ countryFr: "Guinée-Bissau";
740
+ abbreviation: "GW";
741
+ mask: "### ####";
742
+ } | {
743
+ displayText: string;
744
+ plainDisplayText: string;
745
+ phoneLength: number | undefined;
746
+ code: "+248";
747
+ country: "Seychelles";
748
+ countryFr: "Seychelles";
749
+ abbreviation: "SC";
750
+ mask: "### ####";
751
+ } | {
752
+ displayText: string;
753
+ plainDisplayText: string;
754
+ phoneLength: number | undefined;
755
+ code: "+249";
756
+ country: "Sudan";
757
+ countryFr: "Soudan";
758
+ abbreviation: "SD";
759
+ mask: "### ### ####";
760
+ } | {
761
+ displayText: string;
762
+ plainDisplayText: string;
763
+ phoneLength: number | undefined;
764
+ code: "+250";
765
+ country: "Rwanda";
766
+ countryFr: "Rwanda";
767
+ abbreviation: "RW";
768
+ mask: "### ### ###";
769
+ } | {
770
+ displayText: string;
771
+ plainDisplayText: string;
772
+ phoneLength: number | undefined;
773
+ code: "+251";
774
+ country: "Ethiopia";
775
+ countryFr: "Éthiopie";
776
+ abbreviation: "ET";
777
+ mask: "### ### ###";
778
+ } | {
779
+ displayText: string;
780
+ plainDisplayText: string;
781
+ phoneLength: number | undefined;
782
+ code: "+252";
783
+ country: "Somalia";
784
+ countryFr: "Somalie";
785
+ abbreviation: "SO";
786
+ mask: "### ### ##";
787
+ } | {
788
+ displayText: string;
789
+ plainDisplayText: string;
790
+ phoneLength: number | undefined;
791
+ code: "+253";
792
+ country: "Djibouti";
793
+ countryFr: "Djibouti";
794
+ abbreviation: "DJ";
795
+ mask: "## ## ## ##";
796
+ } | {
797
+ displayText: string;
798
+ plainDisplayText: string;
799
+ phoneLength: number | undefined;
800
+ code: "+254";
801
+ country: "Kenya";
802
+ countryFr: "Kenya";
803
+ abbreviation: "KE";
804
+ mask: "### ### ###";
805
+ } | {
806
+ displayText: string;
807
+ plainDisplayText: string;
808
+ phoneLength: number | undefined;
809
+ code: "+255";
810
+ country: "Tanzania";
811
+ countryFr: "Tanzanie";
812
+ abbreviation: "TZ";
813
+ mask: "### ### ###";
814
+ } | {
815
+ displayText: string;
816
+ plainDisplayText: string;
817
+ phoneLength: number | undefined;
818
+ code: "+256";
819
+ country: "Uganda";
820
+ countryFr: "Ouganda";
821
+ abbreviation: "UG";
822
+ mask: "### ### ###";
823
+ } | {
824
+ displayText: string;
825
+ plainDisplayText: string;
826
+ phoneLength: number | undefined;
827
+ code: "+257";
828
+ country: "Burundi";
829
+ countryFr: "Burundi";
830
+ abbreviation: "BI";
831
+ mask: "## ## ## ##";
832
+ } | {
833
+ displayText: string;
834
+ plainDisplayText: string;
835
+ phoneLength: number | undefined;
836
+ code: "+258";
837
+ country: "Mozambique";
838
+ countryFr: "Mozambique";
839
+ abbreviation: "MZ";
840
+ mask: "## ### ####";
841
+ } | {
842
+ displayText: string;
843
+ plainDisplayText: string;
844
+ phoneLength: number | undefined;
845
+ code: "+260";
846
+ country: "Zambia";
847
+ countryFr: "Zambie";
848
+ abbreviation: "ZM";
849
+ mask: "### ### ###";
850
+ } | {
851
+ displayText: string;
852
+ plainDisplayText: string;
853
+ phoneLength: number | undefined;
854
+ code: "+261";
855
+ country: "Madagascar";
856
+ countryFr: "Madagascar";
857
+ abbreviation: "MG";
858
+ mask: "## ## ###";
859
+ } | {
860
+ displayText: string;
861
+ plainDisplayText: string;
862
+ phoneLength: number | undefined;
863
+ code: "+263";
864
+ country: "Zimbabwe";
865
+ countryFr: "Zimbabwe";
866
+ abbreviation: "ZW";
867
+ mask: "### ### ###";
868
+ } | {
869
+ displayText: string;
870
+ plainDisplayText: string;
871
+ phoneLength: number | undefined;
872
+ code: "+264";
873
+ country: "Namibia";
874
+ countryFr: "Namibie";
875
+ abbreviation: "NA";
876
+ mask: "### ### ###";
877
+ } | {
878
+ displayText: string;
879
+ plainDisplayText: string;
880
+ phoneLength: number | undefined;
881
+ code: "+265";
882
+ country: "Malawi";
883
+ countryFr: "Malawi";
884
+ abbreviation: "MW";
885
+ mask: "### ### ###";
886
+ } | {
887
+ displayText: string;
888
+ plainDisplayText: string;
889
+ phoneLength: number | undefined;
890
+ code: "+266";
891
+ country: "Lesotho";
892
+ countryFr: "Lesotho";
893
+ abbreviation: "LS";
894
+ mask: "## ### ###";
895
+ } | {
896
+ displayText: string;
897
+ plainDisplayText: string;
898
+ phoneLength: number | undefined;
899
+ code: "+267";
900
+ country: "Botswana";
901
+ countryFr: "Botswana";
902
+ abbreviation: "BW";
903
+ mask: "## ### ###";
904
+ } | {
905
+ displayText: string;
906
+ plainDisplayText: string;
907
+ phoneLength: number | undefined;
908
+ code: "+268";
909
+ country: "Eswatini";
910
+ countryFr: "Eswatini";
911
+ abbreviation: "SZ";
912
+ mask: "### ### ###";
913
+ } | {
914
+ displayText: string;
915
+ plainDisplayText: string;
916
+ phoneLength: number | undefined;
917
+ code: "+269";
918
+ country: "Comoros";
919
+ countryFr: "Comores";
920
+ abbreviation: "KM";
921
+ mask: "### ####";
922
+ } | {
923
+ displayText: string;
924
+ plainDisplayText: string;
925
+ phoneLength: number | undefined;
926
+ code: string;
927
+ abbreviation: string;
928
+ country: string;
929
+ countryFr?: string;
930
+ mask?: string;
931
+ })[]>;
102
932
  hasError: import('vue').ComputedRef<boolean>;
103
- phoneNumber: import('vue').Ref<string, string>;
104
- mergedDialCodes: import('vue').ComputedRef<Indicatif[]>;
933
+ errors: import('vue').ComputedRef<string[]>;
105
934
  validation: {
106
- errors: import('vue').Ref<string[], string[]>;
107
- warnings: import('vue').Ref<string[], string[]>;
108
- successes: import('vue').Ref<string[], string[]>;
109
- displaySuccesses: import('vue').ComputedRef<string[]>;
935
+ clearValidation: () => void;
936
+ errors: import('vue').ComputedRef<string[]>;
937
+ warnings: import('vue').ComputedRef<string[]>;
938
+ successes: import('vue').ComputedRef<string[]>;
110
939
  hasError: import('vue').ComputedRef<boolean>;
111
940
  hasWarning: import('vue').ComputedRef<boolean>;
112
941
  hasSuccess: import('vue').ComputedRef<boolean>;
113
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
114
- validateOnSubmit: () => boolean;
115
- clearValidation: () => void;
116
942
  };
117
943
  validateOnSubmit: () => Promise<boolean>;
944
+ phoneMask: import('vue').ComputedRef<string | undefined>;
945
+ clearValidation: () => void;
118
946
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
- change: (...args: any[]) => void;
120
- "update:modelValue": (...args: any[]) => void;
121
- "update:selectedDialCode": (...args: any[]) => void;
122
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
123
- modelValue: {
124
- type: StringConstructor;
125
- default: string;
126
- };
127
- dialCodeModel: {
128
- type: PropType<string | Record<string, any>>;
129
- default: string;
130
- };
131
- required: {
132
- type: BooleanConstructor;
133
- default: boolean;
134
- };
135
- outlined: {
136
- type: BooleanConstructor;
137
- default: boolean;
138
- };
139
- outlinedIndicatif: {
140
- type: BooleanConstructor;
141
- default: boolean;
142
- };
143
- withCountryCode: {
144
- type: BooleanConstructor;
145
- default: boolean;
146
- };
147
- countryCodeRequired: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- displayFormat: {
152
- type: PropType<DisplayFormat>;
153
- default: string;
154
- };
155
- customIndicatifs: {
156
- type: PropType<Indicatif[]>;
157
- default: () => never[];
158
- };
159
- useCustomIndicatifsOnly: {
160
- type: BooleanConstructor;
161
- default: boolean;
162
- };
163
- isValidatedOnBlur: {
164
- type: BooleanConstructor;
165
- default: boolean;
166
- };
167
- displayAsterisk: {
168
- type: BooleanConstructor;
169
- default: boolean;
170
- };
171
- disableErrorHandling: {
172
- type: BooleanConstructor;
173
- default: boolean;
174
- };
175
- showSuccessMessages: {
176
- type: BooleanConstructor;
177
- default: boolean;
178
- };
179
- bgColor: {
180
- type: StringConstructor;
181
- default: string;
182
- };
183
- readonly: {
184
- type: BooleanConstructor;
185
- default: boolean;
186
- };
187
- disabled: {
188
- type: BooleanConstructor;
189
- default: boolean;
190
- };
191
- helpText: {
192
- type: StringConstructor;
193
- default: string;
194
- };
195
- autocompleteCountryCode: {
196
- type: StringConstructor;
197
- default: string;
198
- };
199
- autocompletePhone: {
200
- type: StringConstructor;
201
- default: string;
202
- };
203
- withoutFieldset: {
204
- type: BooleanConstructor;
205
- default: boolean;
206
- };
207
- }>> & Readonly<{
208
- onChange?: ((...args: any[]) => any) | undefined;
209
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
210
- "onUpdate:selectedDialCode"?: ((...args: any[]) => any) | undefined;
947
+ "update:modelValue": (value: string) => any;
948
+ "update:dialCodeModel": (value: string | Indicatif | undefined) => any;
949
+ }, string, import('vue').PublicProps, Readonly<PhoneFieldProps> & Readonly<{
950
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
951
+ "onUpdate:dialCodeModel"?: ((value: string | Indicatif | undefined) => any) | undefined;
211
952
  }>, {
212
953
  disabled: boolean;
954
+ locales: typeof defaultLocales;
213
955
  readonly: boolean;
214
956
  outlined: boolean;
215
957
  modelValue: string;
@@ -217,1748 +959,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
217
959
  required: boolean;
218
960
  showSuccessMessages: boolean;
219
961
  disableErrorHandling: boolean;
962
+ errorMessages: string[] | null;
963
+ maxErrors: number;
964
+ hasError: boolean;
965
+ hasWarning: boolean;
966
+ hasSuccess: boolean;
967
+ useVuetifyValidation: boolean;
968
+ customRules: import('../../composables/unifyValidation/useValidation').ValidationRule[];
969
+ customWarningRules: import('../../composables/unifyValidation/useValidation').ValidationRule[];
970
+ customSuccessRules: import('../../composables/unifyValidation/useValidation').ValidationRule[];
971
+ isClearable: boolean;
220
972
  displayAsterisk: boolean;
221
973
  helpText: string;
222
- displayFormat: DisplayFormat;
974
+ isValidateOnBlur: boolean;
975
+ successMessages: string[] | null;
976
+ warningMessages: string[] | null;
977
+ displayFormat: import('./types').DisplayFormat;
223
978
  withoutFieldset: boolean;
224
- dialCodeModel: string | Record<string, any>;
225
- outlinedIndicatif: boolean;
979
+ dialCodeModel: string | Indicatif;
226
980
  withCountryCode: boolean;
227
- countryCodeRequired: boolean;
228
981
  customIndicatifs: Indicatif[];
229
982
  useCustomIndicatifsOnly: boolean;
230
- isValidatedOnBlur: boolean;
231
983
  autocompleteCountryCode: string;
232
984
  autocompletePhone: string;
233
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
234
- phoneField: ({
235
- $: import('vue').ComponentInternalInstance;
236
- $data: {};
237
- $props: {
238
- readonly modelValue?: string | number | null | undefined | undefined;
239
- readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
240
- readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
241
- readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
242
- readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
243
- readonly prependTooltip?: string | undefined;
244
- readonly appendTooltip?: string | undefined;
245
- readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
246
- readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
247
- readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
248
- readonly isClearable?: boolean | undefined;
249
- readonly showDivider?: boolean | undefined;
250
- readonly label?: string | undefined;
251
- readonly readonly?: boolean | undefined;
252
- readonly isActive?: boolean | undefined;
253
- readonly baseColor?: string | undefined;
254
- readonly bgColor?: string | undefined;
255
- readonly centerAffix?: boolean | undefined;
256
- readonly counter?: string | number | boolean | undefined;
257
- readonly counterValue?: number | ((value: any) => number) | undefined;
258
- readonly density?: "default" | "comfortable" | "compact" | undefined;
259
- readonly direction?: "horizontal" | "vertical" | undefined;
260
- readonly isDirty?: boolean | undefined;
261
- readonly disabled?: boolean | undefined;
262
- readonly isFlat?: boolean | undefined;
263
- readonly isFocused?: boolean | undefined;
264
- readonly areSpinButtonsHidden?: boolean | undefined;
265
- readonly hint?: string | undefined;
266
- readonly id?: string | undefined;
267
- readonly loading?: string | boolean | undefined;
268
- readonly maxWidth?: string | number | undefined;
269
- readonly messages?: string | string[] | undefined;
270
- readonly minWidth?: string | number | undefined;
271
- readonly name?: string | undefined;
272
- readonly displayPersistentClear?: boolean | undefined;
273
- readonly displayPersistentCounter?: boolean | undefined;
274
- readonly displayPersistentHint?: boolean | undefined;
275
- readonly displayPersistentPlaceholder?: boolean | undefined;
276
- readonly placeholder?: string | undefined;
277
- readonly prefix?: string | undefined;
278
- readonly isReversed?: boolean | undefined;
279
- readonly role?: string | undefined;
280
- readonly rounded?: string | number | boolean | undefined;
281
- readonly isOnSingleLine?: boolean | undefined;
282
- readonly suffix?: string | undefined;
283
- readonly theme?: string | undefined;
284
- readonly isTiled?: boolean | undefined;
285
- readonly type?: string | undefined;
286
- readonly width?: string | number | undefined;
287
- readonly displayAsterisk?: boolean | undefined;
288
- readonly noIcon?: boolean | undefined;
289
- readonly disableClickButton?: boolean | undefined;
290
- readonly autocomplete?: string | undefined;
291
- readonly helpText?: string | undefined;
292
- readonly maxlength?: string | number | undefined;
293
- readonly title?: string | false | undefined;
294
- readonly hideDetails?: boolean | "auto" | undefined;
295
- readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
296
- readonly customRules?: ValidationRule[] | undefined;
297
- readonly customSuccessRules?: ValidationRule[] | undefined;
298
- readonly customWarningRules?: ValidationRule[] | undefined;
299
- readonly disableErrorHandling?: boolean | undefined;
300
- readonly errorMessages?: string[] | null | undefined;
301
- readonly hasError?: boolean | undefined;
302
- readonly hasSuccess?: boolean | undefined;
303
- readonly hasWarning?: boolean | undefined;
304
- readonly isValidateOnBlur?: boolean | undefined;
305
- readonly maxErrors?: number | undefined;
306
- readonly required?: boolean | undefined;
307
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
308
- readonly showSuccessMessages?: boolean | undefined;
309
- readonly successMessages?: string[] | null | undefined;
310
- readonly useVuetifyValidation?: boolean | undefined;
311
- readonly warningMessages?: string[] | null | undefined;
312
- readonly onInput?: ((...args: any[]) => any) | undefined;
313
- readonly onBlur?: ((...args: any[]) => any) | undefined;
314
- readonly onFocus?: ((...args: any[]) => any) | undefined;
315
- readonly onKeydown?: ((...args: any[]) => any) | undefined;
316
- readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
317
- readonly onClear?: ((...args: any[]) => any) | undefined;
318
- readonly "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
319
- readonly "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
320
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
321
- $attrs: import('vue').Attrs;
322
- $refs: {
323
- [x: string]: unknown;
324
- } & {
325
- syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
326
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
327
- focused: boolean;
328
- errorMessages: string | readonly string[] | null;
329
- maxErrors: string | number;
330
- readonly: boolean | null;
331
- 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)?])[];
332
- density: import('vuetify/lib/composables/density.mjs').Density;
333
- tile: boolean;
334
- hideSpinButtons: boolean;
335
- persistentHint: boolean;
336
- messages: string | readonly string[];
337
- clearable: boolean;
338
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
339
- active: boolean;
340
- dirty: boolean;
341
- disabled: boolean;
342
- glow: boolean;
343
- error: boolean;
344
- flat: boolean;
345
- persistentClear: boolean;
346
- reverse: boolean;
347
- singleLine: boolean;
348
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
349
- autofocus: boolean;
350
- persistentPlaceholder: boolean;
351
- persistentCounter: boolean;
352
- type: string;
353
- } & {
354
- theme?: string | undefined;
355
- class?: any;
356
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
357
- name?: string | undefined;
358
- modelValue?: any;
359
- 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;
360
- validationValue?: any;
361
- rounded?: string | number | boolean | undefined;
362
- maxWidth?: string | number | undefined;
363
- minWidth?: string | number | undefined;
364
- width?: string | number | undefined;
365
- loading?: string | boolean | undefined;
366
- id?: string | undefined;
367
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
368
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
369
- hideDetails?: "auto" | boolean | undefined;
370
- hint?: string | undefined;
371
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
372
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
373
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
374
- bgColor?: string | undefined;
375
- centerAffix?: boolean | undefined;
376
- color?: string | undefined;
377
- baseColor?: string | undefined;
378
- iconColor?: string | boolean | undefined;
379
- label?: string | undefined;
380
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
381
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
382
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
383
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
384
- autocomplete?: string | undefined;
385
- counter?: string | number | boolean | undefined;
386
- counterValue?: number | ((value: any) => number) | undefined;
387
- prefix?: string | undefined;
388
- placeholder?: string | undefined;
389
- suffix?: string | undefined;
390
- role?: string | undefined;
391
- modelModifiers?: Record<string, boolean> | undefined;
392
- } & {
393
- $children?: {
394
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
395
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
396
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
397
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
398
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
399
- props: Record<string, any>;
400
- }) => import('vue').VNodeChild) | undefined;
401
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
402
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
403
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
404
- label: string | undefined;
405
- props: Record<string, any>;
406
- }) => import('vue').VNodeChild) | undefined;
407
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
408
- default?: ((arg: {
409
- id: Readonly<import('vue').Ref<string, string>>;
410
- }) => import('vue').VNodeChild) | undefined;
411
- counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
412
- } | {
413
- $stable?: boolean | undefined;
414
- } | ((arg: {
415
- id: Readonly<import('vue').Ref<string, string>>;
416
- }) => import('vue').VNodeChild) | import('vue').VNodeChild;
417
- "v-slots"?: {
418
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
419
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
420
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
421
- message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
422
- clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
423
- props: Record<string, any>;
424
- }) => import('vue').VNodeChild) | undefined;
425
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
426
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
427
- label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
428
- label: string | undefined;
429
- props: Record<string, any>;
430
- }) => import('vue').VNodeChild) | undefined;
431
- loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
432
- default?: false | ((arg: {
433
- id: Readonly<import('vue').Ref<string, string>>;
434
- }) => import('vue').VNodeChild) | undefined;
435
- counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
436
- } | undefined;
437
- } & {
438
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
439
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
440
- "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
441
- props: Record<string, any>;
442
- }) => import('vue').VNodeChild) | undefined;
443
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
444
- "v-slot:default"?: false | ((arg: {
445
- id: Readonly<import('vue').Ref<string, string>>;
446
- }) => import('vue').VNodeChild) | undefined;
447
- "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
448
- "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
449
- label: string | undefined;
450
- props: Record<string, any>;
451
- }) => import('vue').VNodeChild) | undefined;
452
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
453
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
454
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
455
- "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
456
- } & {
457
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
458
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
459
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
460
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
461
- }, HTMLInputElement & Omit<Omit<{
462
- $: import('vue').ComponentInternalInstance;
463
- $data: {};
464
- $props: Partial<{
465
- style: import('vue').StyleValue;
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
- }> & Omit<{
481
- theme?: string | undefined;
482
- class?: any;
483
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
484
- focused: boolean;
485
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
486
- disabled: boolean | null;
487
- error: boolean;
488
- errorMessages: string | readonly string[] | null;
489
- maxErrors: string | number;
490
- name?: string | undefined;
491
- label?: string | undefined;
492
- readonly: boolean | null;
493
- 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)?])[];
494
- 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;
495
- validationValue?: any;
496
- density: import('vuetify/lib/composables/density.mjs').Density;
497
- maxWidth?: string | number | undefined;
498
- minWidth?: string | number | undefined;
499
- width?: string | number | undefined;
500
- id?: string | undefined;
501
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
502
- baseColor?: string | undefined;
503
- centerAffix: boolean;
504
- color?: string | undefined;
505
- glow: boolean;
506
- iconColor?: string | boolean | undefined;
507
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
508
- hideDetails?: "auto" | boolean | undefined;
509
- hideSpinButtons: boolean;
510
- hint?: string | undefined;
511
- persistentHint: boolean;
512
- messages: string | readonly string[];
513
- direction: "horizontal" | "vertical";
514
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
515
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
516
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
517
- $attrs: {
518
- [x: string]: unknown;
519
- };
520
- $refs: {
521
- [x: string]: unknown;
522
- };
523
- $slots: Readonly<{
524
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
525
- [key: string]: any;
526
- }>[]) | undefined;
527
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
528
- [key: string]: any;
529
- }>[]) | undefined;
530
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
531
- [key: string]: any;
532
- }>[]) | undefined;
533
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
534
- [key: string]: any;
535
- }>[]) | undefined;
536
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
537
- [key: string]: any;
538
- }>[]) | undefined;
539
- }>;
540
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
541
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
542
- $host: Element | null;
543
- $emit: (event: string, ...args: any[]) => void;
544
- $el: any;
545
- $options: import('vue').ComponentOptionsBase<{
546
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
547
- focused: boolean;
548
- disabled: boolean | null;
549
- error: boolean;
550
- errorMessages: string | readonly string[] | null;
551
- maxErrors: string | number;
552
- readonly: boolean | null;
553
- 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)?])[];
554
- density: import('vuetify/lib/composables/density.mjs').Density;
555
- centerAffix: boolean;
556
- glow: boolean;
557
- hideSpinButtons: boolean;
558
- persistentHint: boolean;
559
- messages: string | readonly string[];
560
- direction: "horizontal" | "vertical";
561
- } & {
562
- theme?: string | undefined;
563
- class?: any;
564
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
565
- name?: string | undefined;
566
- label?: string | undefined;
567
- 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;
568
- validationValue?: any;
569
- maxWidth?: string | number | undefined;
570
- minWidth?: string | number | undefined;
571
- width?: string | number | undefined;
572
- id?: string | undefined;
573
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
574
- baseColor?: string | undefined;
575
- color?: string | undefined;
576
- iconColor?: string | boolean | undefined;
577
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
578
- hideDetails?: "auto" | boolean | undefined;
579
- hint?: string | undefined;
580
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
581
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
582
- } & {}, {
583
- reset: () => Promise<void>;
584
- resetValidation: () => Promise<void>;
585
- validate: (silent?: boolean) => Promise<string[]>;
586
- isValid: import('vue').ComputedRef<boolean | null>;
587
- errorMessages: import('vue').ComputedRef<string[]>;
588
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
589
- "update:modelValue": (value: any) => true;
590
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
591
- style: import('vue').StyleValue;
592
- focused: boolean;
593
- disabled: boolean | null;
594
- error: boolean;
595
- errorMessages: string | readonly string[] | null;
596
- maxErrors: string | number;
597
- readonly: boolean | null;
598
- 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)?])[];
599
- density: import('vuetify/lib/composables/density.mjs').Density;
600
- centerAffix: boolean;
601
- glow: boolean;
602
- hideSpinButtons: boolean;
603
- persistentHint: boolean;
604
- messages: string | readonly string[];
605
- direction: "horizontal" | "vertical";
606
- }, {}, string, import('vue').SlotsType<Partial<{
607
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
608
- [key: string]: any;
609
- }>[];
610
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
611
- [key: string]: any;
612
- }>[];
613
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
614
- [key: string]: any;
615
- }>[];
616
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
617
- [key: string]: any;
618
- }>[];
619
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
620
- [key: string]: any;
621
- }>[];
622
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
623
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
624
- created?: ((() => void)[] | (() => void)) | undefined;
625
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
626
- mounted?: ((() => void)[] | (() => void)) | undefined;
627
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
628
- updated?: ((() => void)[] | (() => void)) | undefined;
629
- activated?: ((() => void)[] | (() => void)) | undefined;
630
- deactivated?: ((() => void)[] | (() => void)) | undefined;
631
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
632
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
633
- destroyed?: ((() => void)[] | (() => void)) | undefined;
634
- unmounted?: ((() => void)[] | (() => void)) | undefined;
635
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
636
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
637
- 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;
638
- };
639
- $forceUpdate: () => void;
640
- $nextTick: typeof nextTick;
641
- $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;
642
- } & Readonly<{
643
- style: import('vue').StyleValue;
644
- focused: boolean;
645
- disabled: boolean | null;
646
- error: boolean;
647
- errorMessages: string | readonly string[] | null;
648
- maxErrors: string | number;
649
- readonly: boolean | null;
650
- 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)?])[];
651
- density: import('vuetify/lib/composables/density.mjs').Density;
652
- centerAffix: boolean;
653
- glow: boolean;
654
- hideSpinButtons: boolean;
655
- persistentHint: boolean;
656
- messages: string | readonly string[];
657
- direction: "horizontal" | "vertical";
658
- }> & Omit<{
659
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
660
- focused: boolean;
661
- disabled: boolean | null;
662
- error: boolean;
663
- errorMessages: string | readonly string[] | null;
664
- maxErrors: string | number;
665
- readonly: boolean | null;
666
- 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)?])[];
667
- density: import('vuetify/lib/composables/density.mjs').Density;
668
- centerAffix: boolean;
669
- glow: boolean;
670
- hideSpinButtons: boolean;
671
- persistentHint: boolean;
672
- messages: string | readonly string[];
673
- direction: "horizontal" | "vertical";
674
- } & {
675
- theme?: string | undefined;
676
- class?: any;
677
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
678
- name?: string | undefined;
679
- label?: string | undefined;
680
- 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;
681
- validationValue?: any;
682
- maxWidth?: string | number | undefined;
683
- minWidth?: string | number | undefined;
684
- width?: string | number | undefined;
685
- id?: string | undefined;
686
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
687
- baseColor?: string | undefined;
688
- color?: string | undefined;
689
- iconColor?: string | boolean | undefined;
690
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
691
- hideDetails?: "auto" | boolean | undefined;
692
- hint?: string | undefined;
693
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
694
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
695
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
696
- reset: () => Promise<void>;
697
- resetValidation: () => Promise<void>;
698
- validate: (silent?: boolean) => Promise<string[]>;
699
- isValid: boolean | null;
700
- errorMessages: string[];
701
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
702
- modelValue?: unknown;
703
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
704
- }, 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<{
705
- $: import('vue').ComponentInternalInstance;
706
- $data: {};
707
- $props: Partial<{
708
- style: import('vue').StyleValue;
709
- focused: boolean;
710
- rounded: string | number | boolean;
711
- tile: boolean;
712
- clearable: boolean;
713
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
714
- active: boolean;
715
- centerAffix: boolean;
716
- dirty: boolean;
717
- disabled: boolean;
718
- glow: boolean;
719
- error: boolean;
720
- flat: boolean;
721
- persistentClear: boolean;
722
- reverse: boolean;
723
- singleLine: boolean;
724
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
725
- details: boolean;
726
- }> & Omit<{
727
- theme?: string | undefined;
728
- class?: any;
729
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
730
- focused: boolean;
731
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
732
- rounded?: string | number | boolean | undefined;
733
- tile: boolean;
734
- loading?: string | boolean | undefined;
735
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
736
- bgColor?: string | undefined;
737
- clearable: boolean;
738
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
739
- active: boolean;
740
- centerAffix?: boolean | undefined;
741
- color?: string | undefined;
742
- baseColor?: string | undefined;
743
- dirty: boolean;
744
- disabled: boolean;
745
- glow: boolean;
746
- error: boolean;
747
- flat: boolean;
748
- iconColor?: string | boolean | undefined;
749
- label?: string | undefined;
750
- persistentClear: boolean;
751
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
752
- reverse: boolean;
753
- singleLine: boolean;
754
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
755
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
756
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
757
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
758
- id?: string | undefined;
759
- details: boolean;
760
- labelId?: string | undefined;
761
- } & 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">;
762
- $attrs: {
763
- [x: string]: unknown;
764
- };
765
- $refs: {
766
- [x: string]: unknown;
767
- };
768
- $slots: Readonly<{
769
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
770
- props: Record<string, any>;
771
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
772
- [key: string]: any;
773
- }>[]) | undefined;
774
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
775
- [key: string]: any;
776
- }>[]) | undefined;
777
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
778
- [key: string]: any;
779
- }>[]) | undefined;
780
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
781
- label: string | undefined;
782
- props: Record<string, any>;
783
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
784
- [key: string]: any;
785
- }>[]) | undefined;
786
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
787
- [key: string]: any;
788
- }>[]) | undefined;
789
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
790
- [key: string]: any;
791
- }>[]) | undefined;
792
- }>;
793
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
794
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
795
- $host: Element | null;
796
- $emit: (event: "update:focused", focused: boolean) => void;
797
- $el: any;
798
- $options: import('vue').ComponentOptionsBase<{
799
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
800
- focused: boolean;
801
- tile: boolean;
802
- clearable: boolean;
803
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
804
- active: boolean;
805
- dirty: boolean;
806
- disabled: boolean;
807
- glow: boolean;
808
- error: boolean;
809
- flat: boolean;
810
- persistentClear: boolean;
811
- reverse: boolean;
812
- singleLine: boolean;
813
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
814
- details: boolean;
815
- } & {
816
- theme?: string | undefined;
817
- class?: any;
818
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
819
- rounded?: string | number | boolean | undefined;
820
- loading?: string | boolean | undefined;
821
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
822
- bgColor?: string | undefined;
823
- centerAffix?: boolean | undefined;
824
- color?: string | undefined;
825
- baseColor?: string | undefined;
826
- iconColor?: string | boolean | undefined;
827
- label?: string | undefined;
828
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
829
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
830
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
831
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
832
- id?: string | undefined;
833
- labelId?: string | undefined;
834
- } & {
835
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
836
- }, {
837
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
838
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
839
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
840
- "update:focused": (focused: boolean) => true;
841
- "update:modelValue": (value: any) => true;
842
- }, "$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, {
843
- style: import('vue').StyleValue;
844
- focused: boolean;
845
- rounded: string | number | boolean;
846
- tile: boolean;
847
- clearable: boolean;
848
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
849
- active: boolean;
850
- centerAffix: boolean;
851
- dirty: boolean;
852
- disabled: boolean;
853
- glow: boolean;
854
- error: boolean;
855
- flat: boolean;
856
- persistentClear: boolean;
857
- reverse: boolean;
858
- singleLine: boolean;
859
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
860
- details: boolean;
861
- }, {}, string, import('vue').SlotsType<Partial<{
862
- clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
863
- props: Record<string, any>;
864
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
865
- [key: string]: any;
866
- }>[];
867
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
868
- [key: string]: any;
869
- }>[];
870
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
871
- [key: string]: any;
872
- }>[];
873
- label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
874
- label: string | undefined;
875
- props: Record<string, any>;
876
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
877
- [key: string]: any;
878
- }>[];
879
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
880
- [key: string]: any;
881
- }>[];
882
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
883
- [key: string]: any;
884
- }>[];
885
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
886
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
887
- created?: ((() => void)[] | (() => void)) | undefined;
888
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
889
- mounted?: ((() => void)[] | (() => void)) | undefined;
890
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
891
- updated?: ((() => void)[] | (() => void)) | undefined;
892
- activated?: ((() => void)[] | (() => void)) | undefined;
893
- deactivated?: ((() => void)[] | (() => void)) | undefined;
894
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
895
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
896
- destroyed?: ((() => void)[] | (() => void)) | undefined;
897
- unmounted?: ((() => void)[] | (() => void)) | undefined;
898
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
899
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
900
- 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;
901
- };
902
- $forceUpdate: () => void;
903
- $nextTick: typeof nextTick;
904
- $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;
905
- } & Readonly<{
906
- style: import('vue').StyleValue;
907
- focused: boolean;
908
- rounded: string | number | boolean;
909
- tile: boolean;
910
- clearable: boolean;
911
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
912
- active: boolean;
913
- centerAffix: boolean;
914
- dirty: boolean;
915
- disabled: boolean;
916
- glow: boolean;
917
- error: boolean;
918
- flat: boolean;
919
- persistentClear: boolean;
920
- reverse: boolean;
921
- singleLine: boolean;
922
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
923
- details: boolean;
924
- }> & Omit<{
925
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
926
- focused: boolean;
927
- tile: boolean;
928
- clearable: boolean;
929
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
930
- active: boolean;
931
- dirty: boolean;
932
- disabled: boolean;
933
- glow: boolean;
934
- error: boolean;
935
- flat: boolean;
936
- persistentClear: boolean;
937
- reverse: boolean;
938
- singleLine: boolean;
939
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
940
- details: boolean;
941
- } & {
942
- theme?: string | undefined;
943
- class?: any;
944
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
945
- rounded?: string | number | boolean | undefined;
946
- loading?: string | boolean | undefined;
947
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
948
- bgColor?: string | undefined;
949
- centerAffix?: boolean | undefined;
950
- color?: string | undefined;
951
- baseColor?: string | undefined;
952
- iconColor?: string | boolean | undefined;
953
- label?: string | undefined;
954
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
955
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
956
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
957
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
958
- id?: string | undefined;
959
- labelId?: string | undefined;
960
- } & {
961
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
962
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
963
- controlRef: HTMLElement | undefined;
964
- fieldIconColor: string | undefined;
965
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
966
- modelValue?: unknown;
967
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
968
- }, 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}`> & {
969
- _allExposed: {
970
- reset: () => Promise<void>;
971
- resetValidation: () => Promise<void>;
972
- validate: (silent?: boolean) => Promise<string[]>;
973
- isValid: import('vue').ComputedRef<boolean | null>;
974
- errorMessages: import('vue').ComputedRef<string[]>;
975
- } | {
976
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
977
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
978
- } | {};
979
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
980
- "click:control": (e: MouseEvent) => true;
981
- "mousedown:control": (e: MouseEvent) => true;
982
- "update:focused": (focused: boolean) => true;
983
- "update:modelValue": (val: string) => true;
984
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
985
- style: import('vue').StyleValue;
986
- focused: boolean;
987
- errorMessages: string | readonly string[] | null;
988
- maxErrors: string | number;
989
- readonly: boolean | null;
990
- 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)?])[];
991
- density: import('vuetify/lib/composables/density.mjs').Density;
992
- rounded: string | number | boolean;
993
- tile: boolean;
994
- hideSpinButtons: boolean;
995
- persistentHint: boolean;
996
- messages: string | readonly string[];
997
- clearable: boolean;
998
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
999
- active: boolean;
1000
- centerAffix: boolean;
1001
- dirty: boolean;
1002
- disabled: boolean;
1003
- glow: boolean;
1004
- error: boolean;
1005
- flat: boolean;
1006
- persistentClear: boolean;
1007
- reverse: boolean;
1008
- singleLine: boolean;
1009
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1010
- autofocus: boolean;
1011
- persistentPlaceholder: boolean;
1012
- persistentCounter: boolean;
1013
- type: string;
1014
- }, true, {}, import('vue').SlotsType<Partial<{
1015
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1016
- [key: string]: any;
1017
- }>[];
1018
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1019
- [key: string]: any;
1020
- }>[];
1021
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1022
- [key: string]: any;
1023
- }>[];
1024
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1025
- [key: string]: any;
1026
- }>[];
1027
- clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1028
- props: Record<string, any>;
1029
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1030
- [key: string]: any;
1031
- }>[];
1032
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1033
- [key: string]: any;
1034
- }>[];
1035
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1036
- [key: string]: any;
1037
- }>[];
1038
- label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1039
- label: string | undefined;
1040
- props: Record<string, any>;
1041
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1042
- [key: string]: any;
1043
- }>[];
1044
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1045
- [key: string]: any;
1046
- }>[];
1047
- default: (arg: {
1048
- id: Readonly<import('vue').Ref<string, string>>;
1049
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1050
- [key: string]: any;
1051
- }>[];
1052
- counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1053
- [key: string]: any;
1054
- }>[];
1055
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1056
- P: {};
1057
- B: {};
1058
- D: {};
1059
- C: {};
1060
- M: {};
1061
- Defaults: {};
1062
- }, {
1063
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1064
- focused: boolean;
1065
- errorMessages: string | readonly string[] | null;
1066
- maxErrors: string | number;
1067
- readonly: boolean | null;
1068
- 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)?])[];
1069
- density: import('vuetify/lib/composables/density.mjs').Density;
1070
- tile: boolean;
1071
- hideSpinButtons: boolean;
1072
- persistentHint: boolean;
1073
- messages: string | readonly string[];
1074
- clearable: boolean;
1075
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1076
- active: boolean;
1077
- dirty: boolean;
1078
- disabled: boolean;
1079
- glow: boolean;
1080
- error: boolean;
1081
- flat: boolean;
1082
- persistentClear: boolean;
1083
- reverse: boolean;
1084
- singleLine: boolean;
1085
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1086
- autofocus: boolean;
1087
- persistentPlaceholder: boolean;
1088
- persistentCounter: boolean;
1089
- type: string;
1090
- } & {
1091
- theme?: string | undefined;
1092
- class?: any;
1093
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1094
- name?: string | undefined;
1095
- modelValue?: any;
1096
- 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;
1097
- validationValue?: any;
1098
- rounded?: string | number | boolean | undefined;
1099
- maxWidth?: string | number | undefined;
1100
- minWidth?: string | number | undefined;
1101
- width?: string | number | undefined;
1102
- loading?: string | boolean | undefined;
1103
- id?: string | undefined;
1104
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1105
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1106
- hideDetails?: "auto" | boolean | undefined;
1107
- hint?: string | undefined;
1108
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1109
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1110
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1111
- bgColor?: string | undefined;
1112
- centerAffix?: boolean | undefined;
1113
- color?: string | undefined;
1114
- baseColor?: string | undefined;
1115
- iconColor?: string | boolean | undefined;
1116
- label?: string | undefined;
1117
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1118
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1119
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1120
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1121
- autocomplete?: string | undefined;
1122
- counter?: string | number | boolean | undefined;
1123
- counterValue?: number | ((value: any) => number) | undefined;
1124
- prefix?: string | undefined;
1125
- placeholder?: string | undefined;
1126
- suffix?: string | undefined;
1127
- role?: string | undefined;
1128
- modelModifiers?: Record<string, boolean> | undefined;
1129
- } & {
1130
- $children?: {
1131
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1132
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1133
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1134
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1135
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1136
- props: Record<string, any>;
1137
- }) => import('vue').VNodeChild) | undefined;
1138
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1139
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1140
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1141
- label: string | undefined;
1142
- props: Record<string, any>;
1143
- }) => import('vue').VNodeChild) | undefined;
1144
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1145
- default?: ((arg: {
1146
- id: Readonly<import('vue').Ref<string, string>>;
1147
- }) => import('vue').VNodeChild) | undefined;
1148
- counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1149
- } | {
1150
- $stable?: boolean | undefined;
1151
- } | ((arg: {
1152
- id: Readonly<import('vue').Ref<string, string>>;
1153
- }) => import('vue').VNodeChild) | import('vue').VNodeChild;
1154
- "v-slots"?: {
1155
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1156
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1157
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1158
- message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1159
- clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1160
- props: Record<string, any>;
1161
- }) => import('vue').VNodeChild) | undefined;
1162
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1163
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1164
- label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1165
- label: string | undefined;
1166
- props: Record<string, any>;
1167
- }) => import('vue').VNodeChild) | undefined;
1168
- loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1169
- default?: false | ((arg: {
1170
- id: Readonly<import('vue').Ref<string, string>>;
1171
- }) => import('vue').VNodeChild) | undefined;
1172
- counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1173
- } | undefined;
1174
- } & {
1175
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1176
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1177
- "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1178
- props: Record<string, any>;
1179
- }) => import('vue').VNodeChild) | undefined;
1180
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1181
- "v-slot:default"?: false | ((arg: {
1182
- id: Readonly<import('vue').Ref<string, string>>;
1183
- }) => import('vue').VNodeChild) | undefined;
1184
- "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1185
- "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1186
- label: string | undefined;
1187
- props: Record<string, any>;
1188
- }) => import('vue').VNodeChild) | undefined;
1189
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1190
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1191
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1192
- "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1193
- } & {
1194
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1195
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1196
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1197
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1198
- }, HTMLInputElement & Omit<Omit<{
1199
- $: import('vue').ComponentInternalInstance;
1200
- $data: {};
1201
- $props: Partial<{
1202
- style: import('vue').StyleValue;
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
- }> & Omit<{
1218
- theme?: string | undefined;
1219
- class?: any;
1220
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1221
- focused: boolean;
1222
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1223
- disabled: boolean | null;
1224
- error: boolean;
1225
- errorMessages: string | readonly string[] | null;
1226
- maxErrors: string | number;
1227
- name?: string | undefined;
1228
- label?: string | undefined;
1229
- readonly: boolean | null;
1230
- 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)?])[];
1231
- 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;
1232
- validationValue?: any;
1233
- density: import('vuetify/lib/composables/density.mjs').Density;
1234
- maxWidth?: string | number | undefined;
1235
- minWidth?: string | number | undefined;
1236
- width?: string | number | undefined;
1237
- id?: string | undefined;
1238
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1239
- baseColor?: string | undefined;
1240
- centerAffix: boolean;
1241
- color?: string | undefined;
1242
- glow: boolean;
1243
- iconColor?: string | boolean | undefined;
1244
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1245
- hideDetails?: "auto" | boolean | undefined;
1246
- hideSpinButtons: boolean;
1247
- hint?: string | undefined;
1248
- persistentHint: boolean;
1249
- messages: string | readonly string[];
1250
- direction: "horizontal" | "vertical";
1251
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1252
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1253
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1254
- $attrs: {
1255
- [x: string]: unknown;
1256
- };
1257
- $refs: {
1258
- [x: string]: unknown;
1259
- };
1260
- $slots: Readonly<{
1261
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1262
- [key: string]: any;
1263
- }>[]) | undefined;
1264
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1265
- [key: string]: any;
1266
- }>[]) | undefined;
1267
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1268
- [key: string]: any;
1269
- }>[]) | undefined;
1270
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1271
- [key: string]: any;
1272
- }>[]) | undefined;
1273
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1274
- [key: string]: any;
1275
- }>[]) | undefined;
1276
- }>;
1277
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1278
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1279
- $host: Element | null;
1280
- $emit: (event: string, ...args: any[]) => void;
1281
- $el: any;
1282
- $options: import('vue').ComponentOptionsBase<{
1283
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1284
- focused: boolean;
1285
- disabled: boolean | null;
1286
- error: boolean;
1287
- errorMessages: string | readonly string[] | null;
1288
- maxErrors: string | number;
1289
- readonly: boolean | null;
1290
- 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)?])[];
1291
- density: import('vuetify/lib/composables/density.mjs').Density;
1292
- centerAffix: boolean;
1293
- glow: boolean;
1294
- hideSpinButtons: boolean;
1295
- persistentHint: boolean;
1296
- messages: string | readonly string[];
1297
- direction: "horizontal" | "vertical";
1298
- } & {
1299
- theme?: string | undefined;
1300
- class?: any;
1301
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1302
- name?: string | undefined;
1303
- label?: string | undefined;
1304
- 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;
1305
- validationValue?: any;
1306
- maxWidth?: string | number | undefined;
1307
- minWidth?: string | number | undefined;
1308
- width?: string | number | undefined;
1309
- id?: string | undefined;
1310
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1311
- baseColor?: string | undefined;
1312
- color?: string | undefined;
1313
- iconColor?: string | boolean | undefined;
1314
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1315
- hideDetails?: "auto" | boolean | undefined;
1316
- hint?: string | undefined;
1317
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1318
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1319
- } & {}, {
1320
- reset: () => Promise<void>;
1321
- resetValidation: () => Promise<void>;
1322
- validate: (silent?: boolean) => Promise<string[]>;
1323
- isValid: import('vue').ComputedRef<boolean | null>;
1324
- errorMessages: import('vue').ComputedRef<string[]>;
1325
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1326
- "update:modelValue": (value: any) => true;
1327
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1328
- style: import('vue').StyleValue;
1329
- focused: boolean;
1330
- disabled: boolean | null;
1331
- error: boolean;
1332
- errorMessages: string | readonly string[] | null;
1333
- maxErrors: string | number;
1334
- readonly: boolean | null;
1335
- 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)?])[];
1336
- density: import('vuetify/lib/composables/density.mjs').Density;
1337
- centerAffix: boolean;
1338
- glow: boolean;
1339
- hideSpinButtons: boolean;
1340
- persistentHint: boolean;
1341
- messages: string | readonly string[];
1342
- direction: "horizontal" | "vertical";
1343
- }, {}, string, import('vue').SlotsType<Partial<{
1344
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1345
- [key: string]: any;
1346
- }>[];
1347
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1348
- [key: string]: any;
1349
- }>[];
1350
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1351
- [key: string]: any;
1352
- }>[];
1353
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1354
- [key: string]: any;
1355
- }>[];
1356
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1357
- [key: string]: any;
1358
- }>[];
1359
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1360
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1361
- created?: ((() => void)[] | (() => void)) | undefined;
1362
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
1363
- mounted?: ((() => void)[] | (() => void)) | undefined;
1364
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1365
- updated?: ((() => void)[] | (() => void)) | undefined;
1366
- activated?: ((() => void)[] | (() => void)) | undefined;
1367
- deactivated?: ((() => void)[] | (() => void)) | undefined;
1368
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1369
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1370
- destroyed?: ((() => void)[] | (() => void)) | undefined;
1371
- unmounted?: ((() => void)[] | (() => void)) | undefined;
1372
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1373
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1374
- 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;
1375
- };
1376
- $forceUpdate: () => void;
1377
- $nextTick: typeof nextTick;
1378
- $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;
1379
- } & Readonly<{
1380
- style: import('vue').StyleValue;
1381
- focused: boolean;
1382
- disabled: boolean | null;
1383
- error: boolean;
1384
- errorMessages: string | readonly string[] | null;
1385
- maxErrors: string | number;
1386
- readonly: boolean | null;
1387
- 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)?])[];
1388
- density: import('vuetify/lib/composables/density.mjs').Density;
1389
- centerAffix: boolean;
1390
- glow: boolean;
1391
- hideSpinButtons: boolean;
1392
- persistentHint: boolean;
1393
- messages: string | readonly string[];
1394
- direction: "horizontal" | "vertical";
1395
- }> & Omit<{
1396
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1397
- focused: boolean;
1398
- disabled: boolean | null;
1399
- error: boolean;
1400
- errorMessages: string | readonly string[] | null;
1401
- maxErrors: string | number;
1402
- readonly: boolean | null;
1403
- 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)?])[];
1404
- density: import('vuetify/lib/composables/density.mjs').Density;
1405
- centerAffix: boolean;
1406
- glow: boolean;
1407
- hideSpinButtons: boolean;
1408
- persistentHint: boolean;
1409
- messages: string | readonly string[];
1410
- direction: "horizontal" | "vertical";
1411
- } & {
1412
- theme?: string | undefined;
1413
- class?: any;
1414
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1415
- name?: string | undefined;
1416
- label?: string | undefined;
1417
- 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;
1418
- validationValue?: any;
1419
- maxWidth?: string | number | undefined;
1420
- minWidth?: string | number | undefined;
1421
- width?: string | number | undefined;
1422
- id?: string | undefined;
1423
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1424
- baseColor?: string | undefined;
1425
- color?: string | undefined;
1426
- iconColor?: string | boolean | undefined;
1427
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1428
- hideDetails?: "auto" | boolean | undefined;
1429
- hint?: string | undefined;
1430
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1431
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1432
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1433
- reset: () => Promise<void>;
1434
- resetValidation: () => Promise<void>;
1435
- validate: (silent?: boolean) => Promise<string[]>;
1436
- isValid: boolean | null;
1437
- errorMessages: string[];
1438
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1439
- modelValue?: unknown;
1440
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1441
- }, 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<{
1442
- $: import('vue').ComponentInternalInstance;
1443
- $data: {};
1444
- $props: Partial<{
1445
- style: import('vue').StyleValue;
1446
- focused: boolean;
1447
- rounded: string | number | boolean;
1448
- tile: boolean;
1449
- clearable: boolean;
1450
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1451
- active: boolean;
1452
- centerAffix: boolean;
1453
- dirty: boolean;
1454
- disabled: boolean;
1455
- glow: boolean;
1456
- error: boolean;
1457
- flat: boolean;
1458
- persistentClear: boolean;
1459
- reverse: boolean;
1460
- singleLine: boolean;
1461
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1462
- details: boolean;
1463
- }> & Omit<{
1464
- theme?: string | undefined;
1465
- class?: any;
1466
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1467
- focused: boolean;
1468
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1469
- rounded?: string | number | boolean | undefined;
1470
- tile: boolean;
1471
- loading?: string | boolean | undefined;
1472
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1473
- bgColor?: string | undefined;
1474
- clearable: boolean;
1475
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1476
- active: boolean;
1477
- centerAffix?: boolean | undefined;
1478
- color?: string | undefined;
1479
- baseColor?: string | undefined;
1480
- dirty: boolean;
1481
- disabled: boolean;
1482
- glow: boolean;
1483
- error: boolean;
1484
- flat: boolean;
1485
- iconColor?: string | boolean | undefined;
1486
- label?: string | undefined;
1487
- persistentClear: boolean;
1488
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1489
- reverse: boolean;
1490
- singleLine: boolean;
1491
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1492
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1493
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1494
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1495
- id?: string | undefined;
1496
- details: boolean;
1497
- labelId?: string | undefined;
1498
- } & 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">;
1499
- $attrs: {
1500
- [x: string]: unknown;
1501
- };
1502
- $refs: {
1503
- [x: string]: unknown;
1504
- };
1505
- $slots: Readonly<{
1506
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1507
- props: Record<string, any>;
1508
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1509
- [key: string]: any;
1510
- }>[]) | undefined;
1511
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1512
- [key: string]: any;
1513
- }>[]) | undefined;
1514
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1515
- [key: string]: any;
1516
- }>[]) | undefined;
1517
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1518
- label: string | undefined;
1519
- props: Record<string, any>;
1520
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1521
- [key: string]: any;
1522
- }>[]) | undefined;
1523
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1524
- [key: string]: any;
1525
- }>[]) | undefined;
1526
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1527
- [key: string]: any;
1528
- }>[]) | undefined;
1529
- }>;
1530
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1531
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1532
- $host: Element | null;
1533
- $emit: (event: "update:focused", focused: boolean) => void;
1534
- $el: any;
1535
- $options: import('vue').ComponentOptionsBase<{
1536
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1537
- focused: boolean;
1538
- tile: boolean;
1539
- clearable: boolean;
1540
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1541
- active: boolean;
1542
- dirty: boolean;
1543
- disabled: boolean;
1544
- glow: boolean;
1545
- error: boolean;
1546
- flat: boolean;
1547
- persistentClear: boolean;
1548
- reverse: boolean;
1549
- singleLine: boolean;
1550
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1551
- details: boolean;
1552
- } & {
1553
- theme?: string | undefined;
1554
- class?: any;
1555
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1556
- rounded?: string | number | boolean | undefined;
1557
- loading?: string | boolean | undefined;
1558
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1559
- bgColor?: string | undefined;
1560
- centerAffix?: boolean | undefined;
1561
- color?: string | undefined;
1562
- baseColor?: string | undefined;
1563
- iconColor?: string | boolean | undefined;
1564
- label?: string | undefined;
1565
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1566
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1567
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1568
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1569
- id?: string | undefined;
1570
- labelId?: string | undefined;
1571
- } & {
1572
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1573
- }, {
1574
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1575
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
1576
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1577
- "update:focused": (focused: boolean) => true;
1578
- "update:modelValue": (value: any) => true;
1579
- }, "$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, {
1580
- style: import('vue').StyleValue;
1581
- focused: boolean;
1582
- rounded: string | number | boolean;
1583
- tile: boolean;
1584
- clearable: boolean;
1585
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1586
- active: boolean;
1587
- centerAffix: boolean;
1588
- dirty: boolean;
1589
- disabled: boolean;
1590
- glow: boolean;
1591
- error: boolean;
1592
- flat: boolean;
1593
- persistentClear: boolean;
1594
- reverse: boolean;
1595
- singleLine: boolean;
1596
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1597
- details: boolean;
1598
- }, {}, string, import('vue').SlotsType<Partial<{
1599
- clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1600
- props: Record<string, any>;
1601
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1602
- [key: string]: any;
1603
- }>[];
1604
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1605
- [key: string]: any;
1606
- }>[];
1607
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1608
- [key: string]: any;
1609
- }>[];
1610
- label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1611
- label: string | undefined;
1612
- props: Record<string, any>;
1613
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1614
- [key: string]: any;
1615
- }>[];
1616
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1617
- [key: string]: any;
1618
- }>[];
1619
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1620
- [key: string]: any;
1621
- }>[];
1622
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1623
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1624
- created?: ((() => void)[] | (() => void)) | undefined;
1625
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
1626
- mounted?: ((() => void)[] | (() => void)) | undefined;
1627
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1628
- updated?: ((() => void)[] | (() => void)) | undefined;
1629
- activated?: ((() => void)[] | (() => void)) | undefined;
1630
- deactivated?: ((() => void)[] | (() => void)) | undefined;
1631
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1632
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1633
- destroyed?: ((() => void)[] | (() => void)) | undefined;
1634
- unmounted?: ((() => void)[] | (() => void)) | undefined;
1635
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1636
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1637
- 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;
1638
- };
1639
- $forceUpdate: () => void;
1640
- $nextTick: typeof nextTick;
1641
- $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;
1642
- } & Readonly<{
1643
- style: import('vue').StyleValue;
1644
- focused: boolean;
1645
- rounded: string | number | boolean;
1646
- tile: boolean;
1647
- clearable: boolean;
1648
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1649
- active: boolean;
1650
- centerAffix: boolean;
1651
- dirty: boolean;
1652
- disabled: boolean;
1653
- glow: boolean;
1654
- error: boolean;
1655
- flat: boolean;
1656
- persistentClear: boolean;
1657
- reverse: boolean;
1658
- singleLine: boolean;
1659
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1660
- details: boolean;
1661
- }> & Omit<{
1662
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1663
- focused: boolean;
1664
- tile: boolean;
1665
- clearable: boolean;
1666
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1667
- active: boolean;
1668
- dirty: boolean;
1669
- disabled: boolean;
1670
- glow: boolean;
1671
- error: boolean;
1672
- flat: boolean;
1673
- persistentClear: boolean;
1674
- reverse: boolean;
1675
- singleLine: boolean;
1676
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1677
- details: boolean;
1678
- } & {
1679
- theme?: string | undefined;
1680
- class?: any;
1681
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1682
- rounded?: string | number | boolean | undefined;
1683
- loading?: string | boolean | undefined;
1684
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1685
- bgColor?: string | undefined;
1686
- centerAffix?: boolean | undefined;
1687
- color?: string | undefined;
1688
- baseColor?: string | undefined;
1689
- iconColor?: string | boolean | undefined;
1690
- label?: string | undefined;
1691
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1692
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1693
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1694
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1695
- id?: string | undefined;
1696
- labelId?: string | undefined;
1697
- } & {
1698
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1699
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1700
- controlRef: HTMLElement | undefined;
1701
- fieldIconColor: string | undefined;
1702
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1703
- modelValue?: unknown;
1704
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1705
- }, 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}`> & {
1706
- _allExposed: {
1707
- reset: () => Promise<void>;
1708
- resetValidation: () => Promise<void>;
1709
- validate: (silent?: boolean) => Promise<string[]>;
1710
- isValid: import('vue').ComputedRef<boolean | null>;
1711
- errorMessages: import('vue').ComputedRef<string[]>;
1712
- } | {
1713
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1714
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
1715
- } | {};
1716
- }, {}, {}, {}, {
1717
- style: import('vue').StyleValue;
1718
- focused: boolean;
1719
- errorMessages: string | readonly string[] | null;
1720
- maxErrors: string | number;
1721
- readonly: boolean | null;
1722
- 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)?])[];
1723
- density: import('vuetify/lib/composables/density.mjs').Density;
1724
- rounded: string | number | boolean;
1725
- tile: boolean;
1726
- hideSpinButtons: boolean;
1727
- persistentHint: boolean;
1728
- messages: string | readonly string[];
1729
- clearable: boolean;
1730
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1731
- active: boolean;
1732
- centerAffix: boolean;
1733
- dirty: boolean;
1734
- disabled: boolean;
1735
- glow: boolean;
1736
- error: boolean;
1737
- flat: boolean;
1738
- persistentClear: boolean;
1739
- reverse: boolean;
1740
- singleLine: boolean;
1741
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1742
- autofocus: boolean;
1743
- persistentPlaceholder: boolean;
1744
- persistentCounter: boolean;
1745
- type: string;
1746
- }> | null;
1747
- };
1748
- $slots: Readonly<{
1749
- [name: string]: import('vue').Slot<any> | undefined;
1750
- }>;
1751
- $root: import('vue').ComponentPublicInstance | null;
1752
- $parent: import('vue').ComponentPublicInstance | null;
1753
- $host: Element | null;
1754
- $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);
1755
- $el: any;
1756
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
1757
- onInput?: ((...args: any[]) => any) | undefined;
1758
- onBlur?: ((...args: any[]) => any) | undefined;
1759
- onFocus?: ((...args: any[]) => any) | undefined;
1760
- onKeydown?: ((...args: any[]) => any) | undefined;
1761
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1762
- onClear?: ((...args: any[]) => any) | undefined;
1763
- "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1764
- "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1765
- }>, {
1766
- validateOnSubmit: () => Promise<boolean>;
1767
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1768
- input: (...args: any[]) => void;
1769
- blur: (...args: any[]) => void;
1770
- focus: (...args: any[]) => void;
1771
- keydown: (...args: any[]) => void;
1772
- "update:modelValue": (...args: any[]) => void;
1773
- clear: (...args: any[]) => void;
1774
- "prepend-icon-click": (...args: any[]) => void;
1775
- "append-icon-click": (...args: any[]) => void;
1776
- }, string, {
1777
- type: string;
1778
- label: string;
1779
- title: string | false;
1780
- width: string | number;
1781
- role: string;
1782
- color: import('../Customs/SyTextField/types').ColorType;
1783
- theme: string;
1784
- disabled: boolean;
1785
- placeholder: string;
1786
- locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
1787
- density: "default" | "comfortable" | "compact";
1788
- rounded: string | number | boolean;
1789
- maxWidth: string | number;
1790
- minWidth: string | number;
1791
- loading: string | boolean;
1792
- baseColor: string;
1793
- prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1794
- appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1795
- readonly: boolean;
1796
- id: string;
1797
- name: string;
1798
- modelValue: string | number | null;
1799
- bgColor: string;
1800
- isActive: boolean;
1801
- required: boolean;
1802
- prefix: string;
1803
- showSuccessMessages: boolean;
1804
- disableErrorHandling: boolean;
1805
- errorMessages: string[] | null;
1806
- maxErrors: number;
1807
- hasError: boolean;
1808
- hasWarning: boolean;
1809
- hasSuccess: boolean;
1810
- useVuetifyValidation: boolean;
1811
- customRules: ValidationRule[];
1812
- customWarningRules: ValidationRule[];
1813
- customSuccessRules: ValidationRule[];
1814
- prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1815
- appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1816
- prependTooltip: string;
1817
- appendTooltip: string;
1818
- tooltipLocation: "top" | "bottom" | "start" | "end";
1819
- variantStyle: import('../Customs/SyTextField/types').VariantStyle;
1820
- isClearable: boolean;
1821
- centerAffix: boolean;
1822
- counter: string | number | boolean;
1823
- counterValue: number | ((value: any) => number);
1824
- direction: "horizontal" | "vertical";
1825
- isDirty: boolean;
1826
- isFlat: boolean;
1827
- isFocused: boolean;
1828
- areSpinButtonsHidden: boolean;
1829
- hint: string;
1830
- messages: string | string[];
1831
- displayPersistentClear: boolean;
1832
- displayPersistentCounter: boolean;
1833
- displayPersistentHint: boolean;
1834
- displayPersistentPlaceholder: boolean;
1835
- isReversed: boolean;
1836
- isOnSingleLine: boolean;
1837
- suffix: string;
1838
- isTiled: boolean;
1839
- displayAsterisk: boolean;
1840
- noIcon: boolean;
1841
- disableClickButton: boolean;
1842
- autocomplete: string;
1843
- helpText: string;
1844
- maxlength: string | number;
1845
- hideDetails: boolean | "auto";
1846
- isValidateOnBlur: boolean;
1847
- successMessages: string[] | null;
1848
- warningMessages: string[] | null;
1849
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1850
- beforeCreate?: (() => void) | (() => void)[];
1851
- created?: (() => void) | (() => void)[];
1852
- beforeMount?: (() => void) | (() => void)[];
1853
- mounted?: (() => void) | (() => void)[];
1854
- beforeUpdate?: (() => void) | (() => void)[];
1855
- updated?: (() => void) | (() => void)[];
1856
- activated?: (() => void) | (() => void)[];
1857
- deactivated?: (() => void) | (() => void)[];
1858
- beforeDestroy?: (() => void) | (() => void)[];
1859
- beforeUnmount?: (() => void) | (() => void)[];
1860
- destroyed?: (() => void) | (() => void)[];
1861
- unmounted?: (() => void) | (() => void)[];
1862
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1863
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1864
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1865
- };
1866
- $forceUpdate: () => void;
1867
- $nextTick: typeof nextTick;
1868
- $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;
1869
- } & Readonly<{
1870
- type: string;
1871
- label: string;
1872
- title: string | false;
1873
- width: string | number;
1874
- role: string;
1875
- color: import('../Customs/SyTextField/types').ColorType;
1876
- theme: string;
1877
- disabled: boolean;
1878
- placeholder: string;
1879
- locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
1880
- density: "default" | "comfortable" | "compact";
1881
- rounded: string | number | boolean;
1882
- maxWidth: string | number;
1883
- minWidth: string | number;
1884
- loading: string | boolean;
1885
- baseColor: string;
1886
- prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1887
- appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1888
- readonly: boolean;
1889
- id: string;
1890
- name: string;
1891
- modelValue: string | number | null;
1892
- bgColor: string;
1893
- isActive: boolean;
1894
- required: boolean;
1895
- prefix: string;
1896
- showSuccessMessages: boolean;
1897
- disableErrorHandling: boolean;
1898
- errorMessages: string[] | null;
1899
- maxErrors: number;
1900
- hasError: boolean;
1901
- hasWarning: boolean;
1902
- hasSuccess: boolean;
1903
- useVuetifyValidation: boolean;
1904
- customRules: ValidationRule[];
1905
- customWarningRules: ValidationRule[];
1906
- customSuccessRules: ValidationRule[];
1907
- prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1908
- appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1909
- prependTooltip: string;
1910
- appendTooltip: string;
1911
- tooltipLocation: "top" | "bottom" | "start" | "end";
1912
- variantStyle: import('../Customs/SyTextField/types').VariantStyle;
1913
- isClearable: boolean;
1914
- centerAffix: boolean;
1915
- counter: string | number | boolean;
1916
- counterValue: number | ((value: any) => number);
1917
- direction: "horizontal" | "vertical";
1918
- isDirty: boolean;
1919
- isFlat: boolean;
1920
- isFocused: boolean;
1921
- areSpinButtonsHidden: boolean;
1922
- hint: string;
1923
- messages: string | string[];
1924
- displayPersistentClear: boolean;
1925
- displayPersistentCounter: boolean;
1926
- displayPersistentHint: boolean;
1927
- displayPersistentPlaceholder: boolean;
1928
- isReversed: boolean;
1929
- isOnSingleLine: boolean;
1930
- suffix: string;
1931
- isTiled: boolean;
1932
- displayAsterisk: boolean;
1933
- noIcon: boolean;
1934
- disableClickButton: boolean;
1935
- autocomplete: string;
1936
- helpText: string;
1937
- maxlength: string | number;
1938
- hideDetails: boolean | "auto";
1939
- isValidateOnBlur: boolean;
1940
- successMessages: string[] | null;
1941
- warningMessages: string[] | null;
1942
- }> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
1943
- onInput?: ((...args: any[]) => any) | undefined;
1944
- onBlur?: ((...args: any[]) => any) | undefined;
1945
- onFocus?: ((...args: any[]) => any) | undefined;
1946
- onKeydown?: ((...args: any[]) => any) | undefined;
1947
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1948
- onClear?: ((...args: any[]) => any) | undefined;
1949
- "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1950
- "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1951
- }>, "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")> & {
1952
- validateOnSubmit: () => Promise<boolean>;
1953
- } & {} & import('vue').ComponentCustomProperties & {} & {
1954
- $slots: {
1955
- prepend?(_: {}): any;
1956
- append?(_: {}): any;
1957
- default?(_: {}): any;
1958
- 'prepend-inner'?(_: {}): any;
1959
- 'append-inner'?(_: {}): any;
1960
- details?(_: {}): any;
1961
- };
1962
- }) | null;
1963
- }, any>;
985
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1964
986
  export default _default;