@cnamts/synapse 1.0.22 → 1.0.23

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