@cnamts/synapse 1.0.26 → 1.0.27

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 (253) hide show
  1. package/dist/{AutocompleteFilter-BPR-a55G.js → AutocompleteFilter-C9eLKyW8.js} +3 -3
  2. package/dist/{DateFilter-CknrJWs2.js → DateFilter-y-GLkAkn.js} +8 -8
  3. package/dist/{NumberFilter-DJ-yNlzv.js → NumberFilter-DN6hIBS7.js} +1 -1
  4. package/dist/{PeriodFilter-CiB5Oa9Z.js → PeriodFilter-MoUUp9qS.js} +1 -1
  5. package/dist/{SelectFilter-EiafX97M.js → SelectFilter-bCbrdLmu.js} +1 -1
  6. package/dist/{TextFilter-BzOmpdxj.js → TextFilter-CvjgEaoM.js} +4 -4
  7. package/dist/apLightTheme2026-ug4Y23ns.js +611 -0
  8. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +2369 -353
  9. package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +18 -0
  10. package/dist/components/Customs/Selects/SyAutocomplete/utils/ariaManager.d.ts +1 -1
  11. package/dist/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.d.ts +3 -1
  12. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +9 -10
  13. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -0
  14. package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +15 -0
  15. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +3 -3
  16. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +3 -3
  17. package/dist/components/Customs/SyIconButton/SyIconButton.d.ts +18 -0
  18. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +20 -38
  19. package/dist/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.d.ts +50 -0
  20. package/dist/components/Customs/SyTextField/SyTextField.d.ts +6 -6
  21. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +147 -136
  22. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +62 -54
  23. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +27 -24
  24. package/dist/components/DatePicker/composables/index.d.ts +1 -0
  25. package/dist/components/DatePicker/composables/useDatePickerValidationBridge.d.ts +51 -0
  26. package/dist/components/MonthPicker/MonthPicker.d.ts +23 -23
  27. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +23 -23
  28. package/dist/components/NirField/NirField.d.ts +56 -56
  29. package/dist/components/PasswordField/PasswordField.d.ts +3 -3
  30. package/dist/components/PeriodField/PeriodField.d.ts +236 -212
  31. package/dist/components/PhoneField/PhoneField.d.ts +23 -23
  32. package/dist/components/SyTextArea/SyTextArea.d.ts +25 -15
  33. package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +20 -0
  34. package/dist/components/SyTextArea/locales.d.ts +1 -0
  35. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +1 -0
  36. package/dist/components/Tables/SyTable/SyTable.d.ts +1 -0
  37. package/dist/components/Tables/common/SyTablePagination.d.ts +25 -25
  38. package/dist/components/Tables/common/types.d.ts +2 -0
  39. package/dist/components/index.d.ts +1 -0
  40. package/dist/composables/unifyValidation/documentationValidationProps.d.ts +160 -160
  41. package/dist/composables/unifyValidation/useValidation.d.ts +16 -14
  42. package/dist/design-system-v3.js +81 -80
  43. package/dist/designTokens/tokens/amelipro/apContextual.d.ts +6 -6
  44. package/dist/designTokens/tokens/amelipro/apDarkTheme.d.ts +3 -1
  45. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +53 -100
  46. package/dist/designTokens/tokens/baseContextualTokens.d.ts +0 -6
  47. package/dist/designTokens/tokens/baseTokens.d.ts +232 -0
  48. package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +6 -6
  49. package/dist/designTokens/tokens/cnam/cnamDarkTheme.d.ts +1 -1
  50. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +57 -101
  51. package/dist/designTokens/tokens/pa/paContextual.d.ts +0 -6
  52. package/dist/designTokens/tokens/pa/paDarkTheme.d.ts +1 -1
  53. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +53 -97
  54. package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -0
  55. package/dist/designTokens/tokens/semanticTokens.d.ts +112 -0
  56. package/dist/main-CI6Q9nmO.js +39234 -0
  57. package/dist/synapse.css +1 -1
  58. package/dist/vuetifyConfig.js +208 -72
  59. package/package.json +4 -2
  60. package/src/assets/overrides/_icons.scss +5 -4
  61. package/src/assets/overrides/_otp.scss +4 -4
  62. package/src/assets/overrides/_typography.scss +2 -1
  63. package/src/assets/overrides/_utilities.scss +1 -42
  64. package/src/components/ChipList/ChipList.vue +30 -18
  65. package/src/components/ChipList/tests/chipList.spec.ts +4 -4
  66. package/src/components/CopyBtn/CopyBtn.vue +2 -2
  67. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +4 -0
  68. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +7 -6
  69. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +223 -0
  70. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +283 -351
  71. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +182 -218
  72. package/src/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.ts +101 -0
  73. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +761 -1
  74. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +3 -1
  75. package/src/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.ts +79 -5
  76. package/src/components/Customs/Selects/SyAutocomplete/validation/Validation.stories.ts +1029 -0
  77. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +9 -491
  78. package/src/components/Customs/Selects/SySelect/SySelect.vue +46 -79
  79. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +3 -0
  80. package/src/components/Customs/Selects/SySelect/composables/useSySelectValidation.ts +64 -0
  81. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +196 -0
  82. package/src/components/Customs/Selects/SySelect/validation/Validation.stories.ts +1026 -0
  83. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +18 -7
  84. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +2 -2
  85. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +8 -8
  86. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +8 -8
  87. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +1 -1
  88. package/src/components/Customs/SyIcon/accessibilite/Accessibility.mdx +0 -6
  89. package/src/components/Customs/SyIcon/utils/tests/iconUtils.spec.ts +107 -0
  90. package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +2 -2
  91. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +395 -200
  92. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +82 -127
  93. package/src/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.ts +127 -0
  94. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.a11y.spec.ts +93 -1
  95. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +146 -9
  96. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.visual.cy.ts +165 -0
  97. package/src/components/Customs/SyRadioGroup/validation/Validation.stories.ts +773 -0
  98. package/src/components/Customs/SyTabs/config.ts +3 -3
  99. package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +265 -0
  100. package/src/components/Customs/SyTabs/tests/useTabTransition.spec.ts +188 -0
  101. package/src/components/Customs/SyTextField/SyTextField.stories.ts +10 -29
  102. package/src/components/Customs/SyTextField/SyTextField.vue +23 -15
  103. package/src/components/DataList/DataList.stories.ts +1 -1
  104. package/src/components/DataListItem/tests/DataListItem.spec.ts +3 -1
  105. package/src/components/DatePicker/CalendarMode/DatePicker.vue +37 -142
  106. package/src/components/DatePicker/CalendarMode/tests/DatePicker.coverage.spec.ts +156 -0
  107. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +495 -4
  108. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +47 -66
  109. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +206 -0
  110. package/src/components/DatePicker/ComplexDatePicker/tests/bridge-integration.regression.spec.ts +210 -0
  111. package/src/components/DatePicker/ComplexDatePicker/tests/calendar-navigation.regression.spec.ts +214 -0
  112. package/src/components/DatePicker/ComplexDatePicker/tests/validation-cross.regression.spec.ts +194 -0
  113. package/src/components/DatePicker/ComplexDatePicker/tests/validation-success-messages.regression.spec.ts +83 -0
  114. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +129 -54
  115. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +320 -0
  116. package/src/components/DatePicker/composables/index.ts +1 -0
  117. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +360 -0
  118. package/src/components/DatePicker/composables/tests/useDatePickerValidationBridge.spec.ts +129 -0
  119. package/src/components/DatePicker/composables/useDatePickerValidationBridge.ts +205 -0
  120. package/src/components/DatePicker/docExamples/BidirectionalComplexValidation.vue +1 -1
  121. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +1 -1
  122. package/src/components/DatePicker/tests/exposed-methods.coverage.spec.ts +75 -0
  123. package/src/components/DialogBox/DialogBox.vue +1 -1
  124. package/src/components/FileList/UploadItem/UploadItem.vue +4 -4
  125. package/src/components/FileUpload/FileUpload.vue +2 -2
  126. package/src/components/FileUpload/FileUploadContent.vue +1 -1
  127. package/src/components/FilterInline/FilterInline.mdx +2 -2
  128. package/src/components/FilterSideBar/FilterSideBar.stories.ts +1 -1
  129. package/src/components/FilterSideBar/FilterSideBar.vue +2 -2
  130. package/src/components/FooterBar/FooterBar.vue +7 -7
  131. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
  132. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -2
  133. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +7 -7
  134. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +2 -2
  135. package/src/components/HeaderLoading/tests/HeaderLoading.spec.ts +87 -8
  136. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +3 -3
  137. package/src/components/HeaderNavigationBar/HorizontalNavbar/tests/HorizontalNavbar.spec.ts +589 -0
  138. package/src/components/HeaderToolbar/tests/HeaderToolBar.spec.ts +153 -1
  139. package/src/components/HeaderToolbar/tests/useMobileRightMenu.spec.ts +258 -0
  140. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +2 -2
  141. package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +1 -1
  142. package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +184 -0
  143. package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +3 -3
  144. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +1 -1
  145. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +2 -2
  146. package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +1 -1
  147. package/src/components/NirField/NirField.vue +3 -3
  148. package/src/components/NotificationBar/Notification/Notification.vue +12 -12
  149. package/src/components/NotificationBar/NotificationBar.stories.ts +8 -8
  150. package/src/components/PaginatedTable/Pagination.vue +2 -2
  151. package/src/components/PasswordField/PasswordField.vue +8 -8
  152. package/src/components/PasswordField/tests/PasswordField.spec.ts +3 -3
  153. package/src/components/RangeField/RangeSlider/RangeSlider.vue +2 -2
  154. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
  155. package/src/components/StatusPage/tests/StatusPage.spec.ts +149 -0
  156. package/src/components/SubHeader/SubHeader.vue +1 -1
  157. package/src/components/SyAlert/SyAlert.vue +23 -23
  158. package/src/components/SyTextArea/SyTextArea.stories.ts +177 -131
  159. package/src/components/SyTextArea/SyTextArea.vue +235 -83
  160. package/src/components/SyTextArea/composables/useSyTextAreaValidation.ts +81 -0
  161. package/src/components/SyTextArea/locales.ts +1 -0
  162. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +449 -1
  163. package/src/components/SyTextArea/useDefaultValidationRules.ts +2 -7
  164. package/src/components/SyTextArea/validation/Validation.stories.ts +856 -0
  165. package/src/components/TableToolbar/TableToolbar.vue +6 -6
  166. package/src/components/TableToolbar/accessibilite/Accessibility.mdx +81 -7
  167. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +163 -0
  168. package/src/components/Tables/SyServerTable/SyServerTable.vue +2 -1
  169. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
  170. package/src/components/Tables/SyTable/SyTable.stories.ts +94 -0
  171. package/src/components/Tables/SyTable/SyTable.vue +2 -1
  172. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +64 -0
  173. package/src/components/Tables/common/TableHeader.vue +2 -2
  174. package/src/components/Tables/common/filters/logics/tests/NumberFilterLogic.spec.ts +176 -0
  175. package/src/components/Tables/common/filters/logics/tests/SelectFilterLogic.spec.ts +111 -0
  176. package/src/components/Tables/common/tableStyles.scss +6 -6
  177. package/src/components/Tables/common/types.ts +2 -0
  178. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +2 -0
  179. package/src/components/index.ts +1 -0
  180. package/src/composables/date/tests/useDateFormatDayjs.spec.ts +31 -0
  181. package/src/composables/date/tests/useHolidayDay.spec.ts +109 -0
  182. package/src/composables/rules/tests/useFieldValidation.spec.ts +374 -0
  183. package/src/composables/tests/useError.spec.ts +30 -0
  184. package/src/composables/tests/useFormFieldErrorHandling.spec.ts +234 -0
  185. package/src/composables/unifyValidation/documentationValidationProps.ts +5 -5
  186. package/src/composables/unifyValidation/tests/documentationValidationProps.spec.ts +177 -0
  187. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +30 -0
  188. package/src/composables/unifyValidation/tests/useValidation.spec.ts +6 -2
  189. package/src/composables/unifyValidation/useCustomValidation.ts +19 -9
  190. package/src/composables/unifyValidation/useValidation.ts +18 -21
  191. package/src/composables/useFilterable/useFilterable.spec.ts +42 -0
  192. package/src/composables/useFilterable/useFilterable.ts +11 -7
  193. package/src/composables/useFormFieldErrorHandling.ts +2 -2
  194. package/src/composantsVuetify/VBtn/VBtn.mdx +9 -39
  195. package/src/composantsVuetify/VBtn/v-btn.stories.ts +26 -86
  196. package/src/designTokens/tokens/amelipro/apContextual.ts +6 -0
  197. package/src/designTokens/tokens/amelipro/apDarkTheme.ts +2 -2
  198. package/src/designTokens/tokens/amelipro/apLightTheme.ts +72 -103
  199. package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
  200. package/src/designTokens/tokens/baseContextualTokens.ts +1 -6
  201. package/src/designTokens/tokens/baseTokens.ts +232 -0
  202. package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -0
  203. package/src/designTokens/tokens/cnam/cnamDarkTheme.ts +2 -2
  204. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +76 -104
  205. package/src/designTokens/tokens/pa/paDarkTheme.ts +2 -2
  206. package/src/designTokens/tokens/pa/paLightTheme.ts +73 -99
  207. package/src/designTokens/tokens/pa/paSemantic.ts +2 -0
  208. package/src/designTokens/tokens/semanticTokens.ts +114 -0
  209. package/src/stories/Components/Components.stories.ts +7 -3
  210. package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -3
  211. package/src/stories/DesignTokens/Colors.mdx +6 -8
  212. package/src/stories/DesignTokens/colors.stories.ts +244 -1081
  213. package/src/utils/amelipro/toKebabCase/tests/toKebabCase.spec.ts +52 -0
  214. package/src/utils/formatNir/tests/formatNir.spec.ts +34 -0
  215. package/src/utils/tests/insertAt.spec.ts +44 -0
  216. package/dist/apLightTheme-DS0Uy44H.js +0 -954
  217. package/dist/components/RatingPicker/tests/RatingPicker.a11y.spect.d.ts +0 -1
  218. package/dist/main-BsJ9ec3i.js +0 -38954
  219. package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
  220. package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
  221. package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
  222. package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
  223. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +0 -178
  224. package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
  225. package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
  226. package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
  227. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
  228. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
  229. package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
  230. package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
  231. package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
  232. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
  233. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
  234. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
  235. package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
  236. package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
  237. package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
  238. package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
  239. package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
  240. package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
  241. package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
  242. package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
  243. package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
  244. package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
  245. package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
  246. package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
  247. package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
  248. package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
  249. package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
  250. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
  251. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
  252. package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
  253. /package/src/components/RatingPicker/tests/{RatingPicker.a11y.spect.ts → RatingPicker.a11y.spec.ts} +0 -0
@@ -1,169 +1,2325 @@
1
- import { nextTick, PropType } from 'vue';
2
- import { ValidationRule } from '../../../../composables/validation/useValidation';
1
+ import { nextTick } from 'vue';
2
+ import { FieldValidationProps } from '../../../../composables/unifyValidation/useValidation';
3
3
  import { ItemType, SelectValue, SelectArray } from './types';
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- bgColor: {
6
- type: StringConstructor;
7
- default: string;
4
+ interface SyAutocompleteProps {
5
+ bgColor?: string;
6
+ chips?: boolean;
7
+ clearable?: boolean;
8
+ debounce?: number;
9
+ density?: 'default' | 'comfortable' | 'compact' | undefined;
10
+ displayAsterisk?: boolean;
11
+ filter?: boolean;
12
+ hideDetails?: boolean;
13
+ hideNoData?: boolean;
14
+ items?: ItemType[];
15
+ label?: string;
16
+ loading?: boolean;
17
+ menuId?: string;
18
+ modelValue?: SelectValue | SelectArray;
19
+ multiple?: boolean;
20
+ noDataText?: string;
21
+ placeholder?: string;
22
+ plainTextKey?: string;
23
+ helpText?: string;
24
+ returnObject?: boolean;
25
+ selectionText?: (selected: SelectArray) => string;
26
+ textKey?: string;
27
+ valueKey?: string;
28
+ }
29
+ type __VLS_Props = SyAutocompleteProps & FieldValidationProps;
30
+ declare function __VLS_template(): {
31
+ attrs: Partial<{}>;
32
+ slots: {
33
+ 'prepend-item'?(_: {}): any;
8
34
  };
9
- chips: {
10
- type: BooleanConstructor;
11
- default: boolean;
12
- };
13
- clearable: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- customRules: {
18
- type: PropType<ValidationRule[]>;
19
- default: () => never[];
20
- };
21
- customSuccessRules: {
22
- type: PropType<ValidationRule[]>;
23
- default: () => never[];
24
- };
25
- customWarningRules: {
26
- type: PropType<ValidationRule[]>;
27
- default: () => never[];
28
- };
29
- debounce: {
30
- type: NumberConstructor;
31
- default: number;
32
- };
33
- density: {
34
- type: PropType<"default" | "comfortable" | "compact" | undefined>;
35
- default: string;
36
- };
37
- disableErrorHandling: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- displayAsterisk: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- errorMessages: {
46
- type: PropType<string[] | null>;
47
- default: null;
48
- };
49
- filter: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- hasError: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- hasSuccess: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- hasWarning: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- hideDetails: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- hideNoData: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- isValidateOnBlur: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- items: {
78
- type: PropType<ItemType[]>;
79
- default: () => never[];
80
- };
81
- label: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- loading: {
86
- type: BooleanConstructor;
87
- default: boolean;
88
- };
89
- menuId: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
- modelValue: {
94
- type: PropType<SelectValue | SelectArray>;
95
- default: null;
96
- };
97
- multiple: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- noDataText: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- placeholder: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- plainTextKey: {
110
- type: StringConstructor;
111
- default: string;
112
- };
113
- disabled: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- readonly: {
118
- type: BooleanConstructor;
119
- default: boolean;
120
- };
121
- required: {
122
- type: BooleanConstructor;
123
- default: boolean;
124
- };
125
- returnObject: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- showSuccessMessages: {
130
- type: BooleanConstructor;
131
- default: boolean;
132
- };
133
- successMessages: {
134
- type: PropType<string[] | null>;
135
- default: null;
136
- };
137
- selectionText: {
138
- type: PropType<(selected: SelectArray) => string>;
139
- default: undefined;
140
- };
141
- textKey: {
142
- type: StringConstructor;
143
- default: string;
144
- };
145
- valueKey: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- warningMessages: {
150
- type: PropType<string[] | null>;
151
- default: null;
152
- };
153
- }>, {
154
- validation: {
155
- errors: import('vue').Ref<string[], string[]>;
156
- warnings: import('vue').Ref<string[], string[]>;
157
- successes: import('vue').Ref<string[], string[]>;
158
- displaySuccesses: import('vue').ComputedRef<string[]>;
159
- hasError: import('vue').ComputedRef<boolean>;
160
- hasWarning: import('vue').ComputedRef<boolean>;
161
- hasSuccess: import('vue').ComputedRef<boolean>;
162
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../../composables/validation/useValidation').ValidationResult>;
163
- validateOnSubmit: () => boolean;
164
- clearValidation: () => void;
35
+ refs: {
36
+ textFieldRef: ({
37
+ $: import('vue').ComponentInternalInstance;
38
+ $data: {};
39
+ $props: {
40
+ readonly modelValue?: string | number | null | undefined | undefined;
41
+ readonly prependIcon?: import('../../../../types/vuetifyTypes').IconType;
42
+ readonly appendIcon?: import('../../../../types/vuetifyTypes').IconType;
43
+ readonly prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
44
+ readonly appendInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
45
+ readonly prependTooltip?: string | undefined;
46
+ readonly appendTooltip?: string | undefined;
47
+ readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
48
+ readonly variantStyle?: import('../../../../types/vuetifyTypes').VariantStyle | undefined;
49
+ readonly color?: import('../../../../types/vuetifyTypes').ColorType | undefined;
50
+ readonly isClearable?: boolean | undefined;
51
+ readonly showDivider?: boolean | undefined;
52
+ readonly label?: string | undefined;
53
+ readonly readonly?: boolean | undefined;
54
+ readonly isActive?: boolean | undefined;
55
+ readonly baseColor?: string | undefined;
56
+ readonly bgColor?: string | undefined;
57
+ readonly centerAffix?: boolean | undefined;
58
+ readonly counter?: string | number | boolean | undefined;
59
+ readonly counterValue?: number | ((value: any) => number) | undefined;
60
+ readonly density?: "default" | "comfortable" | "compact" | undefined;
61
+ readonly direction?: "horizontal" | "vertical" | undefined;
62
+ readonly isDirty?: boolean | undefined;
63
+ readonly disabled?: boolean | undefined;
64
+ readonly isFlat?: boolean | undefined;
65
+ readonly isFocused?: boolean | undefined;
66
+ readonly areDetailsHidden?: boolean | "auto" | undefined;
67
+ readonly areSpinButtonsHidden?: boolean | undefined;
68
+ readonly hint?: string | undefined;
69
+ readonly id?: string | undefined;
70
+ readonly loading?: string | boolean | undefined;
71
+ readonly maxWidth?: string | number | undefined;
72
+ readonly messages?: string | string[] | undefined;
73
+ readonly minWidth?: string | number | undefined;
74
+ readonly name?: string | undefined;
75
+ readonly displayPersistentClear?: boolean | undefined;
76
+ readonly displayPersistentCounter?: boolean | undefined;
77
+ readonly displayPersistentHint?: boolean | undefined;
78
+ readonly displayPersistentPlaceholder?: boolean | undefined;
79
+ readonly placeholder?: string | undefined;
80
+ readonly prefix?: string | undefined;
81
+ readonly isReversed?: boolean | undefined;
82
+ readonly role?: string | undefined;
83
+ readonly rounded?: string | number | boolean | undefined;
84
+ readonly isOnSingleLine?: boolean | undefined;
85
+ readonly suffix?: string | undefined;
86
+ readonly theme?: string | undefined;
87
+ readonly isTiled?: boolean | undefined;
88
+ readonly type?: string | undefined;
89
+ readonly width?: string | number | undefined;
90
+ readonly displayAsterisk?: boolean | undefined;
91
+ readonly noIcon?: boolean | undefined;
92
+ readonly disableClickButton?: boolean | undefined;
93
+ readonly autocomplete?: string | undefined;
94
+ readonly helpText?: string | undefined;
95
+ readonly maxlength?: string | number | undefined;
96
+ readonly title?: string | false | undefined;
97
+ readonly customRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
98
+ readonly customSuccessRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
99
+ readonly customWarningRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
100
+ readonly disableErrorHandling?: boolean | undefined;
101
+ readonly errorMessages?: string[] | null | undefined;
102
+ readonly hasError?: boolean | undefined;
103
+ readonly hasSuccess?: boolean | undefined;
104
+ readonly hasWarning?: boolean | undefined;
105
+ readonly isValidateOnBlur?: boolean | undefined;
106
+ readonly maxErrors?: number | undefined;
107
+ readonly required?: boolean | undefined;
108
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
109
+ readonly showSuccessMessages?: boolean | undefined;
110
+ readonly successMessages?: string[] | null | undefined;
111
+ readonly useVuetifyValidation?: boolean | undefined;
112
+ readonly warningMessages?: string[] | null | undefined;
113
+ readonly onInput?: ((...args: any[]) => any) | undefined;
114
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
115
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
116
+ readonly onKeydown?: ((...args: any[]) => any) | undefined;
117
+ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
118
+ readonly onClear?: ((...args: any[]) => any) | undefined;
119
+ readonly "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
120
+ readonly "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
121
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
122
+ $attrs: import('vue').Attrs;
123
+ $refs: {
124
+ [x: string]: unknown;
125
+ } & {
126
+ syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
127
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
128
+ focused: boolean;
129
+ errorMessages: string | readonly string[] | null;
130
+ maxErrors: string | number;
131
+ readonly: boolean | null;
132
+ 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)?])[];
133
+ density: import('vuetify/lib/composables/density.mjs').Density;
134
+ tile: boolean;
135
+ hideSpinButtons: boolean;
136
+ persistentHint: boolean;
137
+ messages: string | readonly string[];
138
+ clearable: boolean;
139
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
140
+ active: boolean;
141
+ dirty: boolean;
142
+ disabled: boolean;
143
+ glow: boolean;
144
+ error: boolean;
145
+ flat: boolean;
146
+ persistentClear: boolean;
147
+ reverse: boolean;
148
+ singleLine: boolean;
149
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
150
+ autofocus: boolean;
151
+ persistentPlaceholder: boolean;
152
+ persistentCounter: boolean;
153
+ type: string;
154
+ } & {
155
+ theme?: string | undefined;
156
+ class?: any;
157
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
158
+ name?: string | undefined;
159
+ modelValue?: any;
160
+ 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;
161
+ validationValue?: any;
162
+ rounded?: string | number | boolean | undefined;
163
+ maxWidth?: string | number | undefined;
164
+ minWidth?: string | number | undefined;
165
+ width?: string | number | undefined;
166
+ loading?: string | boolean | undefined;
167
+ id?: string | undefined;
168
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
169
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
170
+ hideDetails?: "auto" | boolean | undefined;
171
+ hint?: string | undefined;
172
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
173
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
174
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
175
+ bgColor?: string | undefined;
176
+ centerAffix?: boolean | undefined;
177
+ color?: string | undefined;
178
+ baseColor?: string | undefined;
179
+ iconColor?: string | boolean | undefined;
180
+ label?: string | undefined;
181
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
182
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
183
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
184
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
185
+ autocomplete?: string | undefined;
186
+ counter?: string | number | boolean | undefined;
187
+ counterValue?: number | ((value: any) => number) | undefined;
188
+ prefix?: string | undefined;
189
+ placeholder?: string | undefined;
190
+ suffix?: string | undefined;
191
+ role?: string | undefined;
192
+ modelModifiers?: Record<string, boolean> | undefined;
193
+ } & {
194
+ $children?: {
195
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
196
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
197
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
198
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
199
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
200
+ props: Record<string, any>;
201
+ }) => import('vue').VNodeChild) | undefined;
202
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
203
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
204
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
205
+ label: string | undefined;
206
+ props: Record<string, any>;
207
+ }) => import('vue').VNodeChild) | undefined;
208
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
209
+ default?: ((arg: {
210
+ id: Readonly<import('vue').Ref<string, string>>;
211
+ }) => import('vue').VNodeChild) | undefined;
212
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
213
+ } | {
214
+ $stable
215
+ /** @type { [typeof SyTextField, typeof SyTextField, ] } */ ?: boolean | undefined;
216
+ } | ((arg: {
217
+ id: Readonly<import('vue').Ref<string, string>>;
218
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
219
+ "v-slots"?: {
220
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
221
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
222
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
223
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
224
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
225
+ props: Record<string, any>;
226
+ }) => import('vue').VNodeChild) | undefined;
227
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
228
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
229
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
230
+ label: string | undefined;
231
+ props: Record<string, any>;
232
+ }) => import('vue').VNodeChild) | undefined;
233
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
234
+ default?: false | ((arg: {
235
+ id: Readonly<import('vue').Ref<string, string>>;
236
+ }) => import('vue').VNodeChild) | undefined;
237
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
238
+ } | undefined;
239
+ } & {
240
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
241
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
242
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
243
+ props: Record<string, any>;
244
+ }) => import('vue').VNodeChild) | undefined;
245
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
246
+ "v-slot:default"?: false | ((arg: {
247
+ id: Readonly<import('vue').Ref<string, string>>;
248
+ }) => import('vue').VNodeChild) | undefined;
249
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
250
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
251
+ label: string | undefined;
252
+ props: Record<string, any>;
253
+ }) => import('vue').VNodeChild) | undefined;
254
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
255
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
256
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
257
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
258
+ } & {
259
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
260
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
261
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
262
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
263
+ }, HTMLInputElement & Omit<Omit<{
264
+ $: import('vue').ComponentInternalInstance;
265
+ $data: {};
266
+ $props: Partial<{
267
+ style: import('vue').StyleValue;
268
+ focused: boolean;
269
+ disabled: boolean | null;
270
+ error: boolean;
271
+ errorMessages: string | readonly string[] | null;
272
+ maxErrors: string | number;
273
+ readonly: boolean | null;
274
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
275
+ density: import('vuetify/lib/composables/density.mjs').Density;
276
+ centerAffix: boolean;
277
+ glow: boolean;
278
+ hideSpinButtons: boolean;
279
+ persistentHint: boolean;
280
+ messages: string | readonly string[];
281
+ direction: "horizontal" | "vertical";
282
+ }> & Omit<{
283
+ theme?: string | undefined;
284
+ class?: any;
285
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
286
+ focused: boolean;
287
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
288
+ disabled: boolean | null;
289
+ error: boolean;
290
+ errorMessages: string | readonly string[] | null;
291
+ maxErrors: string | number;
292
+ name?: string | undefined;
293
+ label?: string | undefined;
294
+ readonly: boolean | null;
295
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
296
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
297
+ validationValue?: any;
298
+ density: import('vuetify/lib/composables/density.mjs').Density;
299
+ maxWidth?: string | number | undefined;
300
+ minWidth?: string | number | undefined;
301
+ width?: string | number | undefined;
302
+ id?: string | undefined;
303
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
304
+ baseColor?: string | undefined;
305
+ centerAffix: boolean;
306
+ color?: string | undefined;
307
+ glow: boolean;
308
+ iconColor?: string | boolean | undefined;
309
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
310
+ hideDetails?: "auto" | boolean | undefined;
311
+ hideSpinButtons: boolean;
312
+ hint?: string | undefined;
313
+ persistentHint: boolean;
314
+ messages: string | readonly string[];
315
+ direction: "horizontal" | "vertical";
316
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
317
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
318
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
319
+ $attrs: {
320
+ [x: string]: unknown;
321
+ };
322
+ $refs: {
323
+ [x: string]: unknown;
324
+ };
325
+ $slots: Readonly<{
326
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
327
+ [key: string]: any;
328
+ }>[]) | undefined;
329
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
330
+ [key: string]: any;
331
+ }>[]) | undefined;
332
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
333
+ [key: string]: any;
334
+ }>[]) | undefined;
335
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
336
+ [key: string]: any;
337
+ }>[]) | undefined;
338
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
339
+ [key: string]: any;
340
+ }>[]) | undefined;
341
+ }>;
342
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
343
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
344
+ $host: Element | null;
345
+ $emit: (event: string, ...args: any[]) => void;
346
+ $el: any;
347
+ $options: import('vue').ComponentOptionsBase<{
348
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
349
+ focused: boolean;
350
+ disabled: boolean | null;
351
+ error: boolean;
352
+ errorMessages: string | readonly string[] | null;
353
+ maxErrors: string | number;
354
+ readonly: boolean | null;
355
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
356
+ density: import('vuetify/lib/composables/density.mjs').Density;
357
+ centerAffix: boolean;
358
+ glow: boolean;
359
+ hideSpinButtons: boolean;
360
+ persistentHint: boolean;
361
+ messages: string | readonly string[];
362
+ direction: "horizontal" | "vertical";
363
+ } & {
364
+ theme?: string | undefined;
365
+ class?: any;
366
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
367
+ name?: string | undefined;
368
+ label?: string | undefined;
369
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
370
+ validationValue?: any;
371
+ maxWidth?: string | number | undefined;
372
+ minWidth?: string | number | undefined;
373
+ width?: string | number | undefined;
374
+ id?: string | undefined;
375
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
376
+ baseColor?: string | undefined;
377
+ color?: string | undefined;
378
+ iconColor?: string | boolean | undefined;
379
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
380
+ hideDetails?: "auto" | boolean | undefined;
381
+ hint?: string | undefined;
382
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
383
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
384
+ } & {}, {
385
+ reset: () => Promise<void>;
386
+ resetValidation: () => Promise<void>;
387
+ validate: (silent?: boolean) => Promise<string[]>;
388
+ isValid: import('vue').ComputedRef<boolean | null>;
389
+ errorMessages: import('vue').ComputedRef<string[]>;
390
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
391
+ "update:modelValue": (value: any) => true;
392
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
393
+ style: import('vue').StyleValue;
394
+ focused: boolean;
395
+ disabled: boolean | null;
396
+ error: boolean;
397
+ errorMessages: string | readonly string[] | null;
398
+ maxErrors: string | number;
399
+ readonly: boolean | null;
400
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
401
+ density: import('vuetify/lib/composables/density.mjs').Density;
402
+ centerAffix: boolean;
403
+ glow: boolean;
404
+ hideSpinButtons: boolean;
405
+ persistentHint: boolean;
406
+ messages: string | readonly string[];
407
+ direction: "horizontal" | "vertical";
408
+ }, {}, string, import('vue').SlotsType<Partial<{
409
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
410
+ [key: string]: any;
411
+ }>[];
412
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
413
+ [key: string]: any;
414
+ }>[];
415
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
416
+ [key: string]: any;
417
+ }>[];
418
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
419
+ [key: string]: any;
420
+ }>[];
421
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
422
+ [key: string]: any;
423
+ }>[];
424
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
425
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
426
+ created?: ((() => void)[] | (() => void)) | undefined;
427
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
428
+ mounted?: ((() => void)[] | (() => void)) | undefined;
429
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
430
+ updated?: ((() => void)[] | (() => void)) | undefined;
431
+ activated?: ((() => void)[] | (() => void)) | undefined;
432
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
433
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
434
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
435
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
436
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
437
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
438
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
439
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
440
+ };
441
+ $forceUpdate: () => void;
442
+ $nextTick: typeof nextTick;
443
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
444
+ } & Readonly<{
445
+ style: import('vue').StyleValue;
446
+ focused: boolean;
447
+ disabled: boolean | null;
448
+ error: boolean;
449
+ errorMessages: string | readonly string[] | null;
450
+ maxErrors: string | number;
451
+ readonly: boolean | null;
452
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
453
+ density: import('vuetify/lib/composables/density.mjs').Density;
454
+ centerAffix: boolean;
455
+ glow: boolean;
456
+ hideSpinButtons: boolean;
457
+ persistentHint: boolean;
458
+ messages: string | readonly string[];
459
+ direction: "horizontal" | "vertical";
460
+ }> & Omit<{
461
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
462
+ focused: boolean;
463
+ disabled: boolean | null;
464
+ error: boolean;
465
+ errorMessages: string | readonly string[] | null;
466
+ maxErrors: string | number;
467
+ readonly: boolean | null;
468
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
469
+ density: import('vuetify/lib/composables/density.mjs').Density;
470
+ centerAffix: boolean;
471
+ glow: boolean;
472
+ hideSpinButtons: boolean;
473
+ persistentHint: boolean;
474
+ messages: string | readonly string[];
475
+ direction: "horizontal" | "vertical";
476
+ } & {
477
+ theme?: string | undefined;
478
+ class?: any;
479
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
480
+ name?: string | undefined;
481
+ label?: string | undefined;
482
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
483
+ validationValue?: any;
484
+ maxWidth?: string | number | undefined;
485
+ minWidth?: string | number | undefined;
486
+ width?: string | number | undefined;
487
+ id?: string | undefined;
488
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
489
+ baseColor?: string | undefined;
490
+ color?: string | undefined;
491
+ iconColor?: string | boolean | undefined;
492
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
493
+ hideDetails?: "auto" | boolean | undefined;
494
+ hint?: string | undefined;
495
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
496
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
497
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
498
+ reset: () => Promise<void>;
499
+ resetValidation: () => Promise<void>;
500
+ validate: (silent?: boolean) => Promise<string[]>;
501
+ isValid: boolean | null;
502
+ errorMessages: string[];
503
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
504
+ modelValue?: unknown;
505
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
506
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
507
+ $: import('vue').ComponentInternalInstance;
508
+ $data: {};
509
+ $props: Partial<{
510
+ style: import('vue').StyleValue;
511
+ focused: boolean;
512
+ rounded: string | number | boolean;
513
+ tile: boolean;
514
+ clearable: boolean;
515
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
516
+ active: boolean;
517
+ centerAffix: boolean;
518
+ dirty: boolean;
519
+ disabled: boolean;
520
+ glow: boolean;
521
+ error: boolean;
522
+ flat: boolean;
523
+ persistentClear: boolean;
524
+ reverse: boolean;
525
+ singleLine: boolean;
526
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
527
+ details: boolean;
528
+ }> & Omit<{
529
+ theme?: string | undefined;
530
+ class?: any;
531
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
532
+ focused: boolean;
533
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
534
+ rounded?: string | number | boolean | undefined;
535
+ tile: boolean;
536
+ loading?: string | boolean | undefined;
537
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
538
+ bgColor?: string | undefined;
539
+ clearable: boolean;
540
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
541
+ active: boolean;
542
+ centerAffix?: boolean | undefined;
543
+ color?: string | undefined;
544
+ baseColor?: string | undefined;
545
+ dirty: boolean;
546
+ disabled: boolean;
547
+ glow: boolean;
548
+ error: boolean;
549
+ flat: boolean;
550
+ iconColor?: string | boolean | undefined;
551
+ label?: string | undefined;
552
+ persistentClear: boolean;
553
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
554
+ reverse: boolean;
555
+ singleLine: boolean;
556
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
557
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
558
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
559
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
560
+ id?: string | undefined;
561
+ details: boolean;
562
+ labelId?: string | undefined;
563
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
564
+ $attrs: {
565
+ [x: string]: unknown;
566
+ };
567
+ $refs: {
568
+ [x: string]: unknown;
569
+ };
570
+ $slots: Readonly<{
571
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
572
+ props: Record<string, any>;
573
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
574
+ [key: string]: any;
575
+ }>[]) | undefined;
576
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
577
+ [key: string]: any;
578
+ }>[]) | undefined;
579
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
580
+ [key: string]: any;
581
+ }>[]) | undefined;
582
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
583
+ label: string | undefined;
584
+ props: Record<string, any>;
585
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
586
+ [key: string]: any;
587
+ }>[]) | undefined;
588
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
589
+ [key: string]: any;
590
+ }>[]) | undefined;
591
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
592
+ [key: string]: any;
593
+ }>[]) | undefined;
594
+ }>;
595
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
596
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
597
+ $host: Element | null;
598
+ $emit: (event: "update:focused", focused: boolean) => void;
599
+ $el: any;
600
+ $options: import('vue').ComponentOptionsBase<{
601
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
602
+ focused: boolean;
603
+ tile: boolean;
604
+ clearable: boolean;
605
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
606
+ active: boolean;
607
+ dirty: boolean;
608
+ disabled: boolean;
609
+ glow: boolean;
610
+ error: boolean;
611
+ flat: boolean;
612
+ persistentClear: boolean;
613
+ reverse: boolean;
614
+ singleLine: boolean;
615
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
616
+ details: boolean;
617
+ } & {
618
+ theme?: string | undefined;
619
+ class?: any;
620
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
621
+ rounded?: string | number | boolean | undefined;
622
+ loading?: string | boolean | undefined;
623
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
624
+ bgColor?: string | undefined;
625
+ centerAffix?: boolean | undefined;
626
+ color?: string | undefined;
627
+ baseColor?: string | undefined;
628
+ iconColor?: string | boolean | undefined;
629
+ label?: string | undefined;
630
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
631
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
632
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
633
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
634
+ id?: string | undefined;
635
+ labelId?: string | undefined;
636
+ } & {
637
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
638
+ }, {
639
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
640
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
641
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
642
+ "update:focused": (focused: boolean) => true;
643
+ "update:modelValue": (value: any) => true;
644
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
645
+ style: import('vue').StyleValue;
646
+ focused: boolean;
647
+ rounded: string | number | boolean;
648
+ tile: boolean;
649
+ clearable: boolean;
650
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
651
+ active: boolean;
652
+ centerAffix: boolean;
653
+ dirty: boolean;
654
+ disabled: boolean;
655
+ glow: boolean;
656
+ error: boolean;
657
+ flat: boolean;
658
+ persistentClear: boolean;
659
+ reverse: boolean;
660
+ singleLine: boolean;
661
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
662
+ details: boolean;
663
+ }, {}, string, import('vue').SlotsType<Partial<{
664
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
665
+ props: Record<string, any>;
666
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
667
+ [key: string]: any;
668
+ }>[];
669
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
670
+ [key: string]: any;
671
+ }>[];
672
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
673
+ [key: string]: any;
674
+ }>[];
675
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
676
+ label: string | undefined;
677
+ props: Record<string, any>;
678
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
679
+ [key: string]: any;
680
+ }>[];
681
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
682
+ [key: string]: any;
683
+ }>[];
684
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
685
+ [key: string]: any;
686
+ }>[];
687
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
688
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
689
+ created?: ((() => void)[] | (() => void)) | undefined;
690
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
691
+ mounted?: ((() => void)[] | (() => void)) | undefined;
692
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
693
+ updated?: ((() => void)[] | (() => void)) | undefined;
694
+ activated?: ((() => void)[] | (() => void)) | undefined;
695
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
696
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
697
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
698
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
699
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
700
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
701
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
702
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
703
+ };
704
+ $forceUpdate: () => void;
705
+ $nextTick: typeof nextTick;
706
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
707
+ } & Readonly<{
708
+ style: import('vue').StyleValue;
709
+ focused: boolean;
710
+ rounded: string | number | boolean;
711
+ tile: boolean;
712
+ clearable: boolean;
713
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
714
+ active: boolean;
715
+ centerAffix: boolean;
716
+ dirty: boolean;
717
+ disabled: boolean;
718
+ glow: boolean;
719
+ error: boolean;
720
+ flat: boolean;
721
+ persistentClear: boolean;
722
+ reverse: boolean;
723
+ singleLine: boolean;
724
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
725
+ details: boolean;
726
+ }> & Omit<{
727
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
728
+ focused: boolean;
729
+ tile: boolean;
730
+ clearable: boolean;
731
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
732
+ active: boolean;
733
+ dirty: boolean;
734
+ disabled: boolean;
735
+ glow: boolean;
736
+ error: boolean;
737
+ flat: boolean;
738
+ persistentClear: boolean;
739
+ reverse: boolean;
740
+ singleLine: boolean;
741
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
742
+ details: boolean;
743
+ } & {
744
+ theme?: string | undefined;
745
+ class?: any;
746
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
747
+ rounded?: string | number | boolean | undefined;
748
+ loading?: string | boolean | undefined;
749
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
750
+ bgColor?: string | undefined;
751
+ centerAffix?: boolean | undefined;
752
+ color?: string | undefined;
753
+ baseColor?: string | undefined;
754
+ iconColor?: string | boolean | undefined;
755
+ label?: string | undefined;
756
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
757
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
758
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
759
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
760
+ id?: string | undefined;
761
+ labelId?: string | undefined;
762
+ } & {
763
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
764
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
765
+ controlRef: HTMLElement | undefined;
766
+ fieldIconColor: string | undefined;
767
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
768
+ modelValue?: unknown;
769
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
770
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
771
+ _allExposed: {
772
+ reset: () => Promise<void>;
773
+ resetValidation: () => Promise<void>;
774
+ validate: (silent?: boolean) => Promise<string[]>;
775
+ isValid: import('vue').ComputedRef<boolean | null>;
776
+ errorMessages: import('vue').ComputedRef<string[]>;
777
+ } | {
778
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
779
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
780
+ } | {};
781
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
782
+ "click:control": (e: MouseEvent) => true;
783
+ "mousedown:control": (e: MouseEvent) => true;
784
+ "update:focused": (focused: boolean) => true;
785
+ "update:modelValue": (val: string) => true;
786
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
787
+ style: import('vue').StyleValue;
788
+ focused: boolean;
789
+ errorMessages: string | readonly string[] | null;
790
+ maxErrors: string | number;
791
+ readonly: boolean | null;
792
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
793
+ density: import('vuetify/lib/composables/density.mjs').Density;
794
+ rounded: string | number | boolean;
795
+ tile: boolean;
796
+ hideSpinButtons: boolean;
797
+ persistentHint: boolean;
798
+ messages: string | readonly string[];
799
+ clearable: boolean;
800
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
801
+ active: boolean;
802
+ centerAffix: boolean;
803
+ dirty: boolean;
804
+ disabled: boolean;
805
+ glow: boolean;
806
+ error: boolean;
807
+ flat: boolean;
808
+ persistentClear: boolean;
809
+ reverse: boolean;
810
+ singleLine: boolean;
811
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
812
+ autofocus: boolean;
813
+ persistentPlaceholder: boolean;
814
+ persistentCounter: boolean;
815
+ type: string;
816
+ }, true, {}, import('vue').SlotsType<Partial<{
817
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
818
+ [key: string]: any;
819
+ }>[];
820
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
821
+ [key: string]: any;
822
+ }>[];
823
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
824
+ [key: string]: any;
825
+ }>[];
826
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
827
+ [key: string]: any;
828
+ }>[];
829
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
830
+ props: Record<string, any>;
831
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
832
+ [key: string]: any;
833
+ }>[];
834
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
835
+ [key: string]: any;
836
+ }>[];
837
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
838
+ [key: string]: any;
839
+ }>[];
840
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
841
+ label: string | undefined;
842
+ props: Record<string, any>;
843
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
844
+ [key: string]: any;
845
+ }>[];
846
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
847
+ [key: string]: any;
848
+ }>[];
849
+ default: (arg: {
850
+ id: Readonly<import('vue').Ref<string, string>>;
851
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
852
+ [key: string]: any;
853
+ }>[];
854
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
855
+ [key: string]: any;
856
+ }>[];
857
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
858
+ P: {};
859
+ B: {};
860
+ D: {};
861
+ C: {};
862
+ M: {};
863
+ Defaults: {};
864
+ }, {
865
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
866
+ focused: boolean;
867
+ errorMessages: string | readonly string[] | null;
868
+ maxErrors: string | number;
869
+ readonly: boolean | null;
870
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
871
+ density: import('vuetify/lib/composables/density.mjs').Density;
872
+ tile: boolean;
873
+ hideSpinButtons: boolean;
874
+ persistentHint: boolean;
875
+ messages: string | readonly string[];
876
+ clearable: boolean;
877
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
878
+ active: boolean;
879
+ dirty: boolean;
880
+ disabled: boolean;
881
+ glow: boolean;
882
+ error: boolean;
883
+ flat: boolean;
884
+ persistentClear: boolean;
885
+ reverse: boolean;
886
+ singleLine: boolean;
887
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
888
+ autofocus: boolean;
889
+ persistentPlaceholder: boolean;
890
+ persistentCounter: boolean;
891
+ type: string;
892
+ } & {
893
+ theme?: string | undefined;
894
+ class?: any;
895
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
896
+ name?: string | undefined;
897
+ modelValue?: any;
898
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
899
+ validationValue?: any;
900
+ rounded?: string | number | boolean | undefined;
901
+ maxWidth?: string | number | undefined;
902
+ minWidth?: string | number | undefined;
903
+ width?: string | number | undefined;
904
+ loading?: string | boolean | undefined;
905
+ id?: string | undefined;
906
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
907
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
908
+ hideDetails?: "auto" | boolean | undefined;
909
+ hint?: string | undefined;
910
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
911
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
912
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
913
+ bgColor?: string | undefined;
914
+ centerAffix?: boolean | undefined;
915
+ color?: string | undefined;
916
+ baseColor?: string | undefined;
917
+ iconColor?: string | boolean | undefined;
918
+ label?: string | undefined;
919
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
920
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
921
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
922
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
923
+ autocomplete?: string | undefined;
924
+ counter?: string | number | boolean | undefined;
925
+ counterValue?: number | ((value: any) => number) | undefined;
926
+ prefix?: string | undefined;
927
+ placeholder?: string | undefined;
928
+ suffix?: string | undefined;
929
+ role?: string | undefined;
930
+ modelModifiers?: Record<string, boolean> | undefined;
931
+ } & {
932
+ $children?: {
933
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
934
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
935
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
936
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
937
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
938
+ props: Record<string, any>;
939
+ }) => import('vue').VNodeChild) | undefined;
940
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
941
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
942
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
943
+ label: string | undefined;
944
+ props: Record<string, any>;
945
+ }) => import('vue').VNodeChild) | undefined;
946
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
947
+ default?: ((arg: {
948
+ id: Readonly<import('vue').Ref<string, string>>;
949
+ }) => import('vue').VNodeChild) | undefined;
950
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
951
+ } | {
952
+ $stable?: boolean | undefined;
953
+ } | ((arg: {
954
+ id: Readonly<import('vue').Ref<string, string>>;
955
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
956
+ "v-slots"?: {
957
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
958
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
959
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
960
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
961
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
962
+ props: Record<string, any>;
963
+ }) => import('vue').VNodeChild) | undefined;
964
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
965
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
966
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
967
+ label: string | undefined;
968
+ props: Record<string, any>;
969
+ }) => import('vue').VNodeChild) | undefined;
970
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
971
+ default?: false | ((arg: {
972
+ id: Readonly<import('vue').Ref<string, string>>;
973
+ }) => import('vue').VNodeChild) | undefined;
974
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
975
+ } | undefined;
976
+ } & {
977
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
978
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
979
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
980
+ props: Record<string, any>;
981
+ }) => import('vue').VNodeChild) | undefined;
982
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
983
+ "v-slot:default"?: false | ((arg: {
984
+ id: Readonly<import('vue').Ref<string, string>>;
985
+ }) => import('vue').VNodeChild) | undefined;
986
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
987
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
988
+ label: string | undefined;
989
+ props: Record<string, any>;
990
+ }) => import('vue').VNodeChild) | undefined;
991
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
992
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
993
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
994
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
995
+ } & {
996
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
997
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
998
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
999
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1000
+ }, HTMLInputElement & Omit<Omit<{
1001
+ $: import('vue').ComponentInternalInstance;
1002
+ $data: {};
1003
+ $props: Partial<{
1004
+ style: import('vue').StyleValue;
1005
+ focused: boolean;
1006
+ disabled: boolean | null;
1007
+ error: boolean;
1008
+ errorMessages: string | readonly string[] | null;
1009
+ maxErrors: string | number;
1010
+ readonly: boolean | null;
1011
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1012
+ density: import('vuetify/lib/composables/density.mjs').Density;
1013
+ centerAffix: boolean;
1014
+ glow: boolean;
1015
+ hideSpinButtons: boolean;
1016
+ persistentHint: boolean;
1017
+ messages: string | readonly string[];
1018
+ direction: "horizontal" | "vertical";
1019
+ }> & Omit<{
1020
+ theme?: string | undefined;
1021
+ class?: any;
1022
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1023
+ focused: boolean;
1024
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1025
+ disabled: boolean | null;
1026
+ error: boolean;
1027
+ errorMessages: string | readonly string[] | null;
1028
+ maxErrors: string | number;
1029
+ name?: string | undefined;
1030
+ label?: string | undefined;
1031
+ readonly: boolean | null;
1032
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1033
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1034
+ validationValue?: any;
1035
+ density: import('vuetify/lib/composables/density.mjs').Density;
1036
+ maxWidth?: string | number | undefined;
1037
+ minWidth?: string | number | undefined;
1038
+ width?: string | number | undefined;
1039
+ id?: string | undefined;
1040
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1041
+ baseColor?: string | undefined;
1042
+ centerAffix: boolean;
1043
+ color?: string | undefined;
1044
+ glow: boolean;
1045
+ iconColor?: string | boolean | undefined;
1046
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1047
+ hideDetails?: "auto" | boolean | undefined;
1048
+ hideSpinButtons: boolean;
1049
+ hint?: string | undefined;
1050
+ persistentHint: boolean;
1051
+ messages: string | readonly string[];
1052
+ direction: "horizontal" | "vertical";
1053
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1054
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1055
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1056
+ $attrs: {
1057
+ [x: string]: unknown;
1058
+ };
1059
+ $refs: {
1060
+ [x: string]: unknown;
1061
+ };
1062
+ $slots: Readonly<{
1063
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1064
+ [key: string]: any;
1065
+ }>[]) | undefined;
1066
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1067
+ [key: string]: any;
1068
+ }>[]) | undefined;
1069
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1070
+ [key: string]: any;
1071
+ }>[]) | undefined;
1072
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1073
+ [key: string]: any;
1074
+ }>[]) | undefined;
1075
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1076
+ [key: string]: any;
1077
+ }>[]) | undefined;
1078
+ }>;
1079
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1080
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1081
+ $host: Element | null;
1082
+ $emit: (event: string, ...args: any[]) => void;
1083
+ $el: any;
1084
+ $options: import('vue').ComponentOptionsBase<{
1085
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1086
+ focused: boolean;
1087
+ disabled: boolean | null;
1088
+ error: boolean;
1089
+ errorMessages: string | readonly string[] | null;
1090
+ maxErrors: string | number;
1091
+ readonly: boolean | null;
1092
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1093
+ density: import('vuetify/lib/composables/density.mjs').Density;
1094
+ centerAffix: boolean;
1095
+ glow: boolean;
1096
+ hideSpinButtons: boolean;
1097
+ persistentHint: boolean;
1098
+ messages: string | readonly string[];
1099
+ direction: "horizontal" | "vertical";
1100
+ } & {
1101
+ theme?: string | undefined;
1102
+ class?: any;
1103
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1104
+ name?: string | undefined;
1105
+ label?: string | undefined;
1106
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1107
+ validationValue?: any;
1108
+ maxWidth?: string | number | undefined;
1109
+ minWidth?: string | number | undefined;
1110
+ width?: string | number | undefined;
1111
+ id?: string | undefined;
1112
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1113
+ baseColor?: string | undefined;
1114
+ color?: string | undefined;
1115
+ iconColor?: string | boolean | undefined;
1116
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1117
+ hideDetails?: "auto" | boolean | undefined;
1118
+ hint?: string | undefined;
1119
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1120
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1121
+ } & {}, {
1122
+ reset: () => Promise<void>;
1123
+ resetValidation: () => Promise<void>;
1124
+ validate: (silent?: boolean) => Promise<string[]>;
1125
+ isValid: import('vue').ComputedRef<boolean | null>;
1126
+ errorMessages: import('vue').ComputedRef<string[]>;
1127
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1128
+ "update:modelValue": (value: any) => true;
1129
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1130
+ style: import('vue').StyleValue;
1131
+ focused: boolean;
1132
+ disabled: boolean | null;
1133
+ error: boolean;
1134
+ errorMessages: string | readonly string[] | null;
1135
+ maxErrors: string | number;
1136
+ readonly: boolean | null;
1137
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1138
+ density: import('vuetify/lib/composables/density.mjs').Density;
1139
+ centerAffix: boolean;
1140
+ glow: boolean;
1141
+ hideSpinButtons: boolean;
1142
+ persistentHint: boolean;
1143
+ messages: string | readonly string[];
1144
+ direction: "horizontal" | "vertical";
1145
+ }, {}, string, import('vue').SlotsType<Partial<{
1146
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1147
+ [key: string]: any;
1148
+ }>[];
1149
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1150
+ [key: string]: any;
1151
+ }>[];
1152
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1153
+ [key: string]: any;
1154
+ }>[];
1155
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1156
+ [key: string]: any;
1157
+ }>[];
1158
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1159
+ [key: string]: any;
1160
+ }>[];
1161
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1162
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1163
+ created?: ((() => void)[] | (() => void)) | undefined;
1164
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1165
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1166
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1167
+ updated?: ((() => void)[] | (() => void)) | undefined;
1168
+ activated?: ((() => void)[] | (() => void)) | undefined;
1169
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1170
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1171
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1172
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1173
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1174
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1175
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1176
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1177
+ };
1178
+ $forceUpdate: () => void;
1179
+ $nextTick: typeof nextTick;
1180
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1181
+ } & Readonly<{
1182
+ style: import('vue').StyleValue;
1183
+ focused: boolean;
1184
+ disabled: boolean | null;
1185
+ error: boolean;
1186
+ errorMessages: string | readonly string[] | null;
1187
+ maxErrors: string | number;
1188
+ readonly: boolean | null;
1189
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1190
+ density: import('vuetify/lib/composables/density.mjs').Density;
1191
+ centerAffix: boolean;
1192
+ glow: boolean;
1193
+ hideSpinButtons: boolean;
1194
+ persistentHint: boolean;
1195
+ messages: string | readonly string[];
1196
+ direction: "horizontal" | "vertical";
1197
+ }> & Omit<{
1198
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1199
+ focused: boolean;
1200
+ disabled: boolean | null;
1201
+ error: boolean;
1202
+ errorMessages: string | readonly string[] | null;
1203
+ maxErrors: string | number;
1204
+ readonly: boolean | null;
1205
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1206
+ density: import('vuetify/lib/composables/density.mjs').Density;
1207
+ centerAffix: boolean;
1208
+ glow: boolean;
1209
+ hideSpinButtons: boolean;
1210
+ persistentHint: boolean;
1211
+ messages: string | readonly string[];
1212
+ direction: "horizontal" | "vertical";
1213
+ } & {
1214
+ theme?: string | undefined;
1215
+ class?: any;
1216
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1217
+ name?: string | undefined;
1218
+ label?: string | undefined;
1219
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1220
+ validationValue?: any;
1221
+ maxWidth?: string | number | undefined;
1222
+ minWidth?: string | number | undefined;
1223
+ width?: string | number | undefined;
1224
+ id?: string | undefined;
1225
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1226
+ baseColor?: string | undefined;
1227
+ color?: string | undefined;
1228
+ iconColor?: string | boolean | undefined;
1229
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1230
+ hideDetails?: "auto" | boolean | undefined;
1231
+ hint?: string | undefined;
1232
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1233
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1234
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1235
+ reset: () => Promise<void>;
1236
+ resetValidation: () => Promise<void>;
1237
+ validate: (silent?: boolean) => Promise<string[]>;
1238
+ isValid: boolean | null;
1239
+ errorMessages: string[];
1240
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1241
+ modelValue?: unknown;
1242
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1243
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1244
+ $: import('vue').ComponentInternalInstance;
1245
+ $data: {};
1246
+ $props: Partial<{
1247
+ style: import('vue').StyleValue;
1248
+ focused: boolean;
1249
+ rounded: string | number | boolean;
1250
+ tile: boolean;
1251
+ clearable: boolean;
1252
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1253
+ active: boolean;
1254
+ centerAffix: boolean;
1255
+ dirty: boolean;
1256
+ disabled: boolean;
1257
+ glow: boolean;
1258
+ error: boolean;
1259
+ flat: boolean;
1260
+ persistentClear: boolean;
1261
+ reverse: boolean;
1262
+ singleLine: boolean;
1263
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1264
+ details: boolean;
1265
+ }> & Omit<{
1266
+ theme?: string | undefined;
1267
+ class?: any;
1268
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1269
+ focused: boolean;
1270
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1271
+ rounded?: string | number | boolean | undefined;
1272
+ tile: boolean;
1273
+ loading?: string | boolean | undefined;
1274
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1275
+ bgColor?: string | undefined;
1276
+ clearable: boolean;
1277
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1278
+ active: boolean;
1279
+ centerAffix?: boolean | undefined;
1280
+ color?: string | undefined;
1281
+ baseColor?: string | undefined;
1282
+ dirty: boolean;
1283
+ disabled: boolean;
1284
+ glow: boolean;
1285
+ error: boolean;
1286
+ flat: boolean;
1287
+ iconColor?: string | boolean | undefined;
1288
+ label?: string | undefined;
1289
+ persistentClear: boolean;
1290
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1291
+ reverse: boolean;
1292
+ singleLine: boolean;
1293
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1294
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1295
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1296
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1297
+ id?: string | undefined;
1298
+ details: boolean;
1299
+ labelId?: string | undefined;
1300
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
1301
+ $attrs: {
1302
+ [x: string]: unknown;
1303
+ };
1304
+ $refs: {
1305
+ [x: string]: unknown;
1306
+ };
1307
+ $slots: Readonly<{
1308
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1309
+ props: Record<string, any>;
1310
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1311
+ [key: string]: any;
1312
+ }>[]) | undefined;
1313
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1314
+ [key: string]: any;
1315
+ }>[]) | undefined;
1316
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1317
+ [key: string]: any;
1318
+ }>[]) | undefined;
1319
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1320
+ label: string | undefined;
1321
+ props: Record<string, any>;
1322
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1323
+ [key: string]: any;
1324
+ }>[]) | undefined;
1325
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1326
+ [key: string]: any;
1327
+ }>[]) | undefined;
1328
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1329
+ [key: string]: any;
1330
+ }>[]) | undefined;
1331
+ }>;
1332
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1333
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1334
+ $host: Element | null;
1335
+ $emit: (event: "update:focused", focused: boolean) => void;
1336
+ $el: any;
1337
+ $options: import('vue').ComponentOptionsBase<{
1338
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1339
+ focused: boolean;
1340
+ tile: boolean;
1341
+ clearable: boolean;
1342
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1343
+ active: boolean;
1344
+ dirty: boolean;
1345
+ disabled: boolean;
1346
+ glow: boolean;
1347
+ error: boolean;
1348
+ flat: boolean;
1349
+ persistentClear: boolean;
1350
+ reverse: boolean;
1351
+ singleLine: boolean;
1352
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1353
+ details: boolean;
1354
+ } & {
1355
+ theme?: string | undefined;
1356
+ class?: any;
1357
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1358
+ rounded?: string | number | boolean | undefined;
1359
+ loading?: string | boolean | undefined;
1360
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1361
+ bgColor?: string | undefined;
1362
+ centerAffix?: boolean | undefined;
1363
+ color?: string | undefined;
1364
+ baseColor?: string | undefined;
1365
+ iconColor?: string | boolean | undefined;
1366
+ label?: string | undefined;
1367
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1368
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1369
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1370
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1371
+ id?: string | undefined;
1372
+ labelId?: string | undefined;
1373
+ } & {
1374
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1375
+ }, {
1376
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1377
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1378
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1379
+ "update:focused": (focused: boolean) => true;
1380
+ "update:modelValue": (value: any) => true;
1381
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
1382
+ style: import('vue').StyleValue;
1383
+ focused: boolean;
1384
+ rounded: string | number | boolean;
1385
+ tile: boolean;
1386
+ clearable: boolean;
1387
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1388
+ active: boolean;
1389
+ centerAffix: boolean;
1390
+ dirty: boolean;
1391
+ disabled: boolean;
1392
+ glow: boolean;
1393
+ error: boolean;
1394
+ flat: boolean;
1395
+ persistentClear: boolean;
1396
+ reverse: boolean;
1397
+ singleLine: boolean;
1398
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1399
+ details: boolean;
1400
+ }, {}, string, import('vue').SlotsType<Partial<{
1401
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1402
+ props: Record<string, any>;
1403
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1404
+ [key: string]: any;
1405
+ }>[];
1406
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1407
+ [key: string]: any;
1408
+ }>[];
1409
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1410
+ [key: string]: any;
1411
+ }>[];
1412
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1413
+ label: string | undefined;
1414
+ props: Record<string, any>;
1415
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1416
+ [key: string]: any;
1417
+ }>[];
1418
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1419
+ [key: string]: any;
1420
+ }>[];
1421
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1422
+ [key: string]: any;
1423
+ }>[];
1424
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1425
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1426
+ created?: ((() => void)[] | (() => void)) | undefined;
1427
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1428
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1429
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1430
+ updated?: ((() => void)[] | (() => void)) | undefined;
1431
+ activated?: ((() => void)[] | (() => void)) | undefined;
1432
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1433
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1434
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1435
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1436
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1437
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1438
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1439
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1440
+ };
1441
+ $forceUpdate: () => void;
1442
+ $nextTick: typeof nextTick;
1443
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1444
+ } & Readonly<{
1445
+ style: import('vue').StyleValue;
1446
+ focused: boolean;
1447
+ rounded: string | number | boolean;
1448
+ tile: boolean;
1449
+ clearable: boolean;
1450
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1451
+ active: boolean;
1452
+ centerAffix: boolean;
1453
+ dirty: boolean;
1454
+ disabled: boolean;
1455
+ glow: boolean;
1456
+ error: boolean;
1457
+ flat: boolean;
1458
+ persistentClear: boolean;
1459
+ reverse: boolean;
1460
+ singleLine: boolean;
1461
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1462
+ details: boolean;
1463
+ }> & Omit<{
1464
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1465
+ focused: boolean;
1466
+ tile: boolean;
1467
+ clearable: boolean;
1468
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1469
+ active: boolean;
1470
+ dirty: boolean;
1471
+ disabled: boolean;
1472
+ glow: boolean;
1473
+ error: boolean;
1474
+ flat: boolean;
1475
+ persistentClear: boolean;
1476
+ reverse: boolean;
1477
+ singleLine: boolean;
1478
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1479
+ details: boolean;
1480
+ } & {
1481
+ theme?: string | undefined;
1482
+ class?: any;
1483
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1484
+ rounded?: string | number | boolean | undefined;
1485
+ loading?: string | boolean | undefined;
1486
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1487
+ bgColor?: string | undefined;
1488
+ centerAffix?: boolean | undefined;
1489
+ color?: string | undefined;
1490
+ baseColor?: string | undefined;
1491
+ iconColor?: string | boolean | undefined;
1492
+ label?: string | undefined;
1493
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1494
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1495
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1496
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1497
+ id?: string | undefined;
1498
+ labelId?: string | undefined;
1499
+ } & {
1500
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1501
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1502
+ controlRef: HTMLElement | undefined;
1503
+ fieldIconColor: string | undefined;
1504
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1505
+ modelValue?: unknown;
1506
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1507
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1508
+ _allExposed: {
1509
+ reset: () => Promise<void>;
1510
+ resetValidation: () => Promise<void>;
1511
+ validate: (silent?: boolean) => Promise<string[]>;
1512
+ isValid: import('vue').ComputedRef<boolean | null>;
1513
+ errorMessages: import('vue').ComputedRef<string[]>;
1514
+ } | {
1515
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1516
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1517
+ } | {};
1518
+ }, {}, {}, {}, {
1519
+ style: import('vue').StyleValue;
1520
+ focused: boolean;
1521
+ errorMessages: string | readonly string[] | null;
1522
+ maxErrors: string | number;
1523
+ readonly: boolean | null;
1524
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1525
+ density: import('vuetify/lib/composables/density.mjs').Density;
1526
+ rounded: string | number | boolean;
1527
+ tile: boolean;
1528
+ hideSpinButtons: boolean;
1529
+ persistentHint: boolean;
1530
+ messages: string | readonly string[];
1531
+ clearable: boolean;
1532
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1533
+ active: boolean;
1534
+ centerAffix: boolean;
1535
+ dirty: boolean;
1536
+ disabled: boolean;
1537
+ glow: boolean;
1538
+ error: boolean;
1539
+ flat: boolean;
1540
+ persistentClear: boolean;
1541
+ reverse: boolean;
1542
+ singleLine: boolean;
1543
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1544
+ autofocus: boolean;
1545
+ persistentPlaceholder: boolean;
1546
+ persistentCounter: boolean;
1547
+ type: string;
1548
+ }> | null;
1549
+ };
1550
+ $slots: Readonly<{
1551
+ [name: string]: import('vue').Slot<any> | undefined;
1552
+ }>;
1553
+ $root: import('vue').ComponentPublicInstance | null;
1554
+ $parent: import('vue').ComponentPublicInstance | null;
1555
+ $host: Element | null;
1556
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1557
+ $el: any;
1558
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1559
+ modelValue?: string | number | null | undefined;
1560
+ prependIcon?: import('../../../../types/vuetifyTypes').IconType;
1561
+ appendIcon?: import('../../../../types/vuetifyTypes').IconType;
1562
+ prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
1563
+ appendInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
1564
+ prependTooltip?: string;
1565
+ appendTooltip?: string;
1566
+ tooltipLocation?: "top" | "bottom" | "start" | "end";
1567
+ variantStyle?: import('../../../../types/vuetifyTypes').VariantStyle;
1568
+ color?: import('../../../../types/vuetifyTypes').ColorType;
1569
+ isClearable?: boolean;
1570
+ showDivider?: boolean;
1571
+ label?: string;
1572
+ readonly?: boolean;
1573
+ isActive?: boolean;
1574
+ baseColor?: string;
1575
+ bgColor?: string;
1576
+ centerAffix?: boolean;
1577
+ counter?: string | number | boolean;
1578
+ counterValue?: number | ((value: any) => number);
1579
+ density?: "default" | "comfortable" | "compact";
1580
+ direction?: "horizontal" | "vertical";
1581
+ isDirty?: boolean;
1582
+ disabled?: boolean;
1583
+ isFlat?: boolean;
1584
+ isFocused?: boolean;
1585
+ areDetailsHidden?: boolean | "auto";
1586
+ areSpinButtonsHidden?: boolean;
1587
+ hint?: string;
1588
+ id?: string;
1589
+ loading?: string | boolean;
1590
+ maxWidth?: string | number;
1591
+ messages?: string | string[];
1592
+ minWidth?: string | number;
1593
+ name?: string;
1594
+ displayPersistentClear?: boolean;
1595
+ displayPersistentCounter?: boolean;
1596
+ displayPersistentHint?: boolean;
1597
+ displayPersistentPlaceholder?: boolean;
1598
+ placeholder?: string;
1599
+ prefix?: string;
1600
+ isReversed?: boolean;
1601
+ role?: string;
1602
+ rounded?: string | number | boolean;
1603
+ isOnSingleLine?: boolean;
1604
+ suffix?: string;
1605
+ theme?: string;
1606
+ isTiled?: boolean;
1607
+ type?: string;
1608
+ width?: string | number;
1609
+ displayAsterisk?: boolean;
1610
+ noIcon?: boolean;
1611
+ disableClickButton?: boolean;
1612
+ autocomplete?: string;
1613
+ helpText?: string;
1614
+ maxlength?: string | number;
1615
+ title?: string | false;
1616
+ } & FieldValidationProps> & Readonly<{
1617
+ onInput?: ((...args: any[]) => any) | undefined;
1618
+ onBlur?: ((...args: any[]) => any) | undefined;
1619
+ onFocus?: ((...args: any[]) => any) | undefined;
1620
+ onKeydown?: ((...args: any[]) => any) | undefined;
1621
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1622
+ onClear?: ((...args: any[]) => any) | undefined;
1623
+ "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1624
+ "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1625
+ }>, {
1626
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1627
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1628
+ input: (...args: any[]) => void;
1629
+ blur: (...args: any[]) => void;
1630
+ focus: (...args: any[]) => void;
1631
+ keydown: (...args: any[]) => void;
1632
+ "update:modelValue": (...args: any[]) => void;
1633
+ clear: (...args: any[]) => void;
1634
+ "prepend-icon-click": (...args: any[]) => void;
1635
+ "append-icon-click": (...args: any[]) => void;
1636
+ }, string, {
1637
+ type: string;
1638
+ label: string;
1639
+ title: string | false;
1640
+ width: string | number;
1641
+ role: string;
1642
+ color: import('../../../../types/vuetifyTypes').ColorType;
1643
+ theme: string;
1644
+ disabled: boolean;
1645
+ placeholder: string;
1646
+ density: "default" | "comfortable" | "compact";
1647
+ rounded: string | number | boolean;
1648
+ maxWidth: string | number;
1649
+ minWidth: string | number;
1650
+ loading: string | boolean;
1651
+ baseColor: string;
1652
+ prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1653
+ appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1654
+ readonly: boolean;
1655
+ id: string;
1656
+ name: string;
1657
+ modelValue: string | number | null;
1658
+ bgColor: string;
1659
+ isActive: boolean;
1660
+ required: boolean;
1661
+ prefix: string;
1662
+ showSuccessMessages: boolean;
1663
+ disableErrorHandling: boolean;
1664
+ errorMessages: string[] | null;
1665
+ maxErrors: number;
1666
+ prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1667
+ appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1668
+ prependTooltip: string;
1669
+ appendTooltip: string;
1670
+ tooltipLocation: "top" | "bottom" | "start" | "end";
1671
+ variantStyle: import('../../../../types/vuetifyTypes').VariantStyle;
1672
+ isClearable: boolean;
1673
+ centerAffix: boolean;
1674
+ counter: string | number | boolean;
1675
+ counterValue: number | ((value: any) => number);
1676
+ direction: "horizontal" | "vertical";
1677
+ isDirty: boolean;
1678
+ isFlat: boolean;
1679
+ isFocused: boolean;
1680
+ areDetailsHidden: boolean | "auto";
1681
+ areSpinButtonsHidden: boolean;
1682
+ hint: string;
1683
+ messages: string | string[];
1684
+ displayPersistentClear: boolean;
1685
+ displayPersistentCounter: boolean;
1686
+ displayPersistentHint: boolean;
1687
+ displayPersistentPlaceholder: boolean;
1688
+ isReversed: boolean;
1689
+ isOnSingleLine: boolean;
1690
+ suffix: string;
1691
+ isTiled: boolean;
1692
+ displayAsterisk: boolean;
1693
+ noIcon: boolean;
1694
+ disableClickButton: boolean;
1695
+ autocomplete: string;
1696
+ helpText: string;
1697
+ maxlength: string | number;
1698
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1699
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1700
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1701
+ hasError: boolean;
1702
+ hasSuccess: boolean;
1703
+ hasWarning: boolean;
1704
+ isValidateOnBlur: boolean;
1705
+ successMessages: string[] | null;
1706
+ useVuetifyValidation: boolean;
1707
+ warningMessages: string[] | null;
1708
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1709
+ beforeCreate?: (() => void) | (() => void)[];
1710
+ created?: (() => void) | (() => void)[];
1711
+ beforeMount?: (() => void) | (() => void)[];
1712
+ mounted?: (() => void) | (() => void)[];
1713
+ beforeUpdate?: (() => void) | (() => void)[];
1714
+ updated?: (() => void) | (() => void)[];
1715
+ activated?: (() => void) | (() => void)[];
1716
+ deactivated?: (() => void) | (() => void)[];
1717
+ beforeDestroy?: (() => void) | (() => void)[];
1718
+ beforeUnmount?: (() => void) | (() => void)[];
1719
+ destroyed?: (() => void) | (() => void)[];
1720
+ unmounted?: (() => void) | (() => void)[];
1721
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1722
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1723
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1724
+ };
1725
+ $forceUpdate: () => void;
1726
+ $nextTick: typeof nextTick;
1727
+ $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;
1728
+ } & Readonly<{
1729
+ type: string;
1730
+ label: string;
1731
+ title: string | false;
1732
+ width: string | number;
1733
+ role: string;
1734
+ color: import('../../../../types/vuetifyTypes').ColorType;
1735
+ theme: string;
1736
+ disabled: boolean;
1737
+ placeholder: string;
1738
+ density: "default" | "comfortable" | "compact";
1739
+ rounded: string | number | boolean;
1740
+ maxWidth: string | number;
1741
+ minWidth: string | number;
1742
+ loading: string | boolean;
1743
+ baseColor: string;
1744
+ prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1745
+ appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1746
+ readonly: boolean;
1747
+ id: string;
1748
+ name: string;
1749
+ modelValue: string | number | null;
1750
+ bgColor: string;
1751
+ isActive: boolean;
1752
+ required: boolean;
1753
+ prefix: string;
1754
+ showSuccessMessages: boolean;
1755
+ disableErrorHandling: boolean;
1756
+ errorMessages: string[] | null;
1757
+ maxErrors: number;
1758
+ prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1759
+ appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1760
+ prependTooltip: string;
1761
+ appendTooltip: string;
1762
+ tooltipLocation: "top" | "bottom" | "start" | "end";
1763
+ variantStyle: import('../../../../types/vuetifyTypes').VariantStyle;
1764
+ isClearable: boolean;
1765
+ centerAffix: boolean;
1766
+ counter: string | number | boolean;
1767
+ counterValue: number | ((value: any) => number);
1768
+ direction: "horizontal" | "vertical";
1769
+ isDirty: boolean;
1770
+ isFlat: boolean;
1771
+ isFocused: boolean;
1772
+ areDetailsHidden: boolean | "auto";
1773
+ areSpinButtonsHidden: boolean;
1774
+ hint: string;
1775
+ messages: string | string[];
1776
+ displayPersistentClear: boolean;
1777
+ displayPersistentCounter: boolean;
1778
+ displayPersistentHint: boolean;
1779
+ displayPersistentPlaceholder: boolean;
1780
+ isReversed: boolean;
1781
+ isOnSingleLine: boolean;
1782
+ suffix: string;
1783
+ isTiled: boolean;
1784
+ displayAsterisk: boolean;
1785
+ noIcon: boolean;
1786
+ disableClickButton: boolean;
1787
+ autocomplete: string;
1788
+ helpText: string;
1789
+ maxlength: string | number;
1790
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1791
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1792
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1793
+ hasError: boolean;
1794
+ hasSuccess: boolean;
1795
+ hasWarning: boolean;
1796
+ isValidateOnBlur: boolean;
1797
+ successMessages: string[] | null;
1798
+ useVuetifyValidation: boolean;
1799
+ warningMessages: string[] | null;
1800
+ }> & Omit<Readonly<{
1801
+ modelValue?: string | number | null | undefined;
1802
+ prependIcon?: import('../../../../types/vuetifyTypes').IconType;
1803
+ appendIcon?: import('../../../../types/vuetifyTypes').IconType;
1804
+ prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
1805
+ appendInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
1806
+ prependTooltip?: string;
1807
+ appendTooltip?: string;
1808
+ tooltipLocation?: "top" | "bottom" | "start" | "end";
1809
+ variantStyle?: import('../../../../types/vuetifyTypes').VariantStyle;
1810
+ color?: import('../../../../types/vuetifyTypes').ColorType;
1811
+ isClearable?: boolean;
1812
+ showDivider?: boolean;
1813
+ label?: string;
1814
+ readonly?: boolean;
1815
+ isActive?: boolean;
1816
+ baseColor?: string;
1817
+ bgColor?: string;
1818
+ centerAffix?: boolean;
1819
+ counter?: string | number | boolean;
1820
+ counterValue?: number | ((value: any) => number);
1821
+ density?: "default" | "comfortable" | "compact";
1822
+ direction?: "horizontal" | "vertical";
1823
+ isDirty?: boolean;
1824
+ disabled?: boolean;
1825
+ isFlat?: boolean;
1826
+ isFocused?: boolean;
1827
+ areDetailsHidden?: boolean | "auto";
1828
+ areSpinButtonsHidden?: boolean;
1829
+ hint?: string;
1830
+ id?: string;
1831
+ loading?: string | boolean;
1832
+ maxWidth?: string | number;
1833
+ messages?: string | string[];
1834
+ minWidth?: string | number;
1835
+ name?: string;
1836
+ displayPersistentClear?: boolean;
1837
+ displayPersistentCounter?: boolean;
1838
+ displayPersistentHint?: boolean;
1839
+ displayPersistentPlaceholder?: boolean;
1840
+ placeholder?: string;
1841
+ prefix?: string;
1842
+ isReversed?: boolean;
1843
+ role?: string;
1844
+ rounded?: string | number | boolean;
1845
+ isOnSingleLine?: boolean;
1846
+ suffix?: string;
1847
+ theme?: string;
1848
+ isTiled?: boolean;
1849
+ type?: string;
1850
+ width?: string | number;
1851
+ displayAsterisk?: boolean;
1852
+ noIcon?: boolean;
1853
+ disableClickButton?: boolean;
1854
+ autocomplete?: string;
1855
+ helpText?: string;
1856
+ maxlength?: string | number;
1857
+ title?: string | false;
1858
+ } & FieldValidationProps> & Readonly<{
1859
+ onInput?: ((...args: any[]) => any) | undefined;
1860
+ onBlur?: ((...args: any[]) => any) | undefined;
1861
+ onFocus?: ((...args: any[]) => any) | undefined;
1862
+ onKeydown?: ((...args: any[]) => any) | undefined;
1863
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1864
+ onClear?: ((...args: any[]) => any) | undefined;
1865
+ "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1866
+ "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1867
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
1868
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1869
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1870
+ $slots: {
1871
+ prepend?(_: {}): any;
1872
+ append?(_: {}): any;
1873
+ default?(_: {}): any;
1874
+ 'prepend-inner'?(_: {}): any;
1875
+ 'append-inner'?(_: {}): any;
1876
+ details?(_: {}): any;
1877
+ };
1878
+ }) | null;
1879
+ listRef: ({
1880
+ $: import('vue').ComponentInternalInstance;
1881
+ $data: {};
1882
+ $props: Partial<{
1883
+ style: import('vue').StyleValue;
1884
+ density: import('vuetify/lib/composables/density.mjs').Density;
1885
+ rounded: string | number | boolean;
1886
+ tile: boolean;
1887
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1888
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1889
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
1890
+ returnObject: boolean;
1891
+ activatable: boolean;
1892
+ selectable: boolean;
1893
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
1894
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
1895
+ mandatory: boolean;
1896
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
1897
+ disabled: boolean;
1898
+ filterable: boolean;
1899
+ lines: "one" | "three" | "two" | false;
1900
+ slim: boolean;
1901
+ nav: boolean;
1902
+ navigationStrategy: "focus" | "track";
1903
+ }> & Omit<{
1904
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1905
+ density: import('vuetify/lib/composables/density.mjs').Density;
1906
+ tile: boolean;
1907
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1908
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1909
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1910
+ returnObject: boolean;
1911
+ activatable: boolean;
1912
+ selectable: boolean;
1913
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
1914
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
1915
+ mandatory: boolean;
1916
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
1917
+ disabled: boolean;
1918
+ filterable: boolean;
1919
+ lines: "one" | "three" | "two" | false;
1920
+ slim: boolean;
1921
+ nav: boolean;
1922
+ navigationStrategy: "focus" | "track";
1923
+ theme?: string | undefined | undefined;
1924
+ class?: any;
1925
+ border?: string | number | boolean | undefined | undefined;
1926
+ elevation?: string | number | undefined | undefined;
1927
+ rounded?: string | number | boolean | undefined | undefined;
1928
+ color?: string | undefined | undefined;
1929
+ height?: string | number | undefined | undefined;
1930
+ maxHeight?: string | number | undefined | undefined;
1931
+ maxWidth?: string | number | undefined | undefined;
1932
+ minHeight?: string | number | undefined | undefined;
1933
+ minWidth?: string | number | undefined | undefined;
1934
+ width?: string | number | undefined | undefined;
1935
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
1936
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
1937
+ baseColor?: string | undefined | undefined;
1938
+ activeColor?: string | undefined | undefined;
1939
+ activeClass?: string | undefined | undefined;
1940
+ bgColor?: string | undefined | undefined;
1941
+ expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1942
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1943
+ prependGap?: string | number | undefined | undefined;
1944
+ indent?: string | number | undefined | undefined;
1945
+ navigationIndex?: number | undefined | undefined;
1946
+ "onClick:activate"?: ((value: {
1947
+ id: unknown;
1948
+ value: boolean;
1949
+ path: unknown[];
1950
+ }) => any) | undefined | undefined;
1951
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined | undefined;
1952
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy">;
1953
+ $attrs: import('vue').Attrs;
1954
+ $refs: {
1955
+ [x: string]: unknown;
1956
+ };
1957
+ $slots: Readonly<{
1958
+ prepend?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
1959
+ item: any;
1960
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1961
+ [key: string]: any;
1962
+ }>[]) | undefined;
1963
+ append?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
1964
+ item: any;
1965
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1966
+ [key: string]: any;
1967
+ }>[]) | undefined;
1968
+ title?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
1969
+ item: any;
1970
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1971
+ [key: string]: any;
1972
+ }>[]) | undefined;
1973
+ subtitle?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSubtitleSlot & {
1974
+ item: any;
1975
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1976
+ [key: string]: any;
1977
+ }>[]) | undefined;
1978
+ default?: (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1979
+ [key: string]: any;
1980
+ }>[]) | undefined;
1981
+ item?: ((arg: {
1982
+ props: {
1983
+ [key: string]: any;
1984
+ title: string;
1985
+ value: any;
1986
+ } & {
1987
+ index: number;
1988
+ };
1989
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1990
+ [key: string]: any;
1991
+ }>[]) | undefined;
1992
+ divider?: ((arg: {
1993
+ props: {
1994
+ [key: string]: any;
1995
+ title: string;
1996
+ value: any;
1997
+ };
1998
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1999
+ [key: string]: any;
2000
+ }>[]) | undefined;
2001
+ subheader?: ((arg: {
2002
+ props: {
2003
+ [key: string]: any;
2004
+ title: string;
2005
+ value: any;
2006
+ };
2007
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2008
+ [key: string]: any;
2009
+ }>[]) | undefined;
2010
+ header?: ((arg: {
2011
+ props: {
2012
+ [key: string]: any;
2013
+ title: string;
2014
+ value: any;
2015
+ };
2016
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2017
+ [key: string]: any;
2018
+ }>[]) | undefined;
2019
+ }>;
2020
+ $root: import('vue').ComponentPublicInstance | null;
2021
+ $parent: import('vue').ComponentPublicInstance | null;
2022
+ $host: Element | null;
2023
+ $emit: ((event: "update:navigationIndex", value: number) => void) & ((event: "click:activate", value: {
2024
+ id: unknown;
2025
+ value: boolean;
2026
+ path: unknown[];
2027
+ }) => void);
2028
+ $el: any;
2029
+ $options: import('vue').ComponentOptionsBase<{
2030
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2031
+ density: import('vuetify/lib/composables/density.mjs').Density;
2032
+ tile: boolean;
2033
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2034
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2035
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
2036
+ returnObject: boolean;
2037
+ activatable: boolean;
2038
+ selectable: boolean;
2039
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2040
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2041
+ mandatory: boolean;
2042
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2043
+ disabled: boolean;
2044
+ filterable: boolean;
2045
+ lines: "one" | "three" | "two" | false;
2046
+ slim: boolean;
2047
+ nav: boolean;
2048
+ navigationStrategy: "focus" | "track";
2049
+ } & {
2050
+ theme?: string | undefined;
2051
+ class?: any;
2052
+ border?: string | number | boolean | undefined;
2053
+ elevation?: string | number | undefined;
2054
+ rounded?: string | number | boolean | undefined;
2055
+ color?: string | undefined;
2056
+ height?: string | number | undefined;
2057
+ maxHeight?: string | number | undefined;
2058
+ maxWidth?: string | number | undefined;
2059
+ minHeight?: string | number | undefined;
2060
+ minWidth?: string | number | undefined;
2061
+ width?: string | number | undefined;
2062
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
2063
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2064
+ baseColor?: string | undefined;
2065
+ activeColor?: string | undefined;
2066
+ activeClass?: string | undefined;
2067
+ bgColor?: string | undefined;
2068
+ expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2069
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2070
+ prependGap?: string | number | undefined;
2071
+ indent?: string | number | undefined;
2072
+ navigationIndex?: number | undefined;
2073
+ } & {
2074
+ "onClick:activate"?: ((value: {
2075
+ id: unknown;
2076
+ value: boolean;
2077
+ path: unknown[];
2078
+ }) => any) | undefined;
2079
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
2080
+ }, {
2081
+ open: (id: unknown, value: boolean, event?: Event | undefined) => void;
2082
+ select: (id: unknown, value: boolean, event?: Event | undefined) => void;
2083
+ focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
2084
+ children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
2085
+ parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
2086
+ getPath: (id: unknown) => unknown[];
2087
+ navigationIndex: import('vue').Ref<number, number> & {
2088
+ readonly externalValue: number | undefined;
2089
+ };
2090
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
2091
+ "update:selected": (value: unknown) => true;
2092
+ "update:activated": (value: unknown) => true;
2093
+ "update:opened": (value: unknown) => true;
2094
+ "update:navigationIndex": (value: number) => true;
2095
+ "click:open": (value: {
2096
+ id: unknown;
2097
+ value: boolean;
2098
+ path: unknown[];
2099
+ }) => true;
2100
+ "click:activate": (value: {
2101
+ id: unknown;
2102
+ value: boolean;
2103
+ path: unknown[];
2104
+ }) => true;
2105
+ "click:select": (value: {
2106
+ id: unknown;
2107
+ value: boolean;
2108
+ path: unknown[];
2109
+ }) => true;
2110
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "items" | "activated" | "click:open" | "click:select" | "itemChildren" | "itemProps" | "itemTitle" | "itemValue" | "opened" | "selected" | "update:activated" | "update:opened" | "update:selected" | "v-slot:divider" | "v-slot:header" | "v-slot:item" | "v-slot:subheader" | "v-slot:subtitle" | "v-slot:title">, string, {
2111
+ style: import('vue').StyleValue;
2112
+ density: import('vuetify/lib/composables/density.mjs').Density;
2113
+ rounded: string | number | boolean;
2114
+ tile: boolean;
2115
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2116
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2117
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2118
+ returnObject: boolean;
2119
+ activatable: boolean;
2120
+ selectable: boolean;
2121
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2122
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2123
+ mandatory: boolean;
2124
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2125
+ disabled: boolean;
2126
+ filterable: boolean;
2127
+ lines: "one" | "three" | "two" | false;
2128
+ slim: boolean;
2129
+ nav: boolean;
2130
+ navigationStrategy: "focus" | "track";
2131
+ }, {}, string, import('vue').SlotsType<Partial<{
2132
+ prepend: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2133
+ item: any;
2134
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2135
+ [key: string]: any;
2136
+ }>[];
2137
+ append: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2138
+ item: any;
2139
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2140
+ [key: string]: any;
2141
+ }>[];
2142
+ title: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
2143
+ item: any;
2144
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2145
+ [key: string]: any;
2146
+ }>[];
2147
+ subtitle: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSubtitleSlot & {
2148
+ item: any;
2149
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2150
+ [key: string]: any;
2151
+ }>[];
2152
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2153
+ [key: string]: any;
2154
+ }>[];
2155
+ item: (arg: {
2156
+ props: {
2157
+ [key: string]: any;
2158
+ title: string;
2159
+ value: any;
2160
+ } & {
2161
+ index: number;
2162
+ };
2163
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2164
+ [key: string]: any;
2165
+ }>[];
2166
+ divider: (arg: {
2167
+ props: {
2168
+ [key: string]: any;
2169
+ title: string;
2170
+ value: any;
2171
+ };
2172
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2173
+ [key: string]: any;
2174
+ }>[];
2175
+ subheader: (arg: {
2176
+ props: {
2177
+ [key: string]: any;
2178
+ title: string;
2179
+ value: any;
2180
+ };
2181
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2182
+ [key: string]: any;
2183
+ }>[];
2184
+ header: (arg: {
2185
+ props: {
2186
+ [key: string]: any;
2187
+ title: string;
2188
+ value: any;
2189
+ };
2190
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2191
+ [key: string]: any;
2192
+ }>[];
2193
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2194
+ beforeCreate?: (() => void) | (() => void)[];
2195
+ created?: (() => void) | (() => void)[];
2196
+ beforeMount?: (() => void) | (() => void)[];
2197
+ mounted?: (() => void) | (() => void)[];
2198
+ beforeUpdate?: (() => void) | (() => void)[];
2199
+ updated?: (() => void) | (() => void)[];
2200
+ activated?: (() => void) | (() => void)[];
2201
+ deactivated?: (() => void) | (() => void)[];
2202
+ beforeDestroy?: (() => void) | (() => void)[];
2203
+ beforeUnmount?: (() => void) | (() => void)[];
2204
+ destroyed?: (() => void) | (() => void)[];
2205
+ unmounted?: (() => void) | (() => void)[];
2206
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2207
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2208
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2209
+ };
2210
+ $forceUpdate: () => void;
2211
+ $nextTick: typeof nextTick;
2212
+ $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;
2213
+ } & Readonly<{
2214
+ style: import('vue').StyleValue;
2215
+ density: import('vuetify/lib/composables/density.mjs').Density;
2216
+ rounded: string | number | boolean;
2217
+ tile: boolean;
2218
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2219
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2220
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2221
+ returnObject: boolean;
2222
+ activatable: boolean;
2223
+ selectable: boolean;
2224
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2225
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2226
+ mandatory: boolean;
2227
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2228
+ disabled: boolean;
2229
+ filterable: boolean;
2230
+ lines: "one" | "three" | "two" | false;
2231
+ slim: boolean;
2232
+ nav: boolean;
2233
+ navigationStrategy: "focus" | "track";
2234
+ }> & Omit<{
2235
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2236
+ density: import('vuetify/lib/composables/density.mjs').Density;
2237
+ tile: boolean;
2238
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2239
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2240
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
2241
+ returnObject: boolean;
2242
+ activatable: boolean;
2243
+ selectable: boolean;
2244
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2245
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2246
+ mandatory: boolean;
2247
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2248
+ disabled: boolean;
2249
+ filterable: boolean;
2250
+ lines: "one" | "three" | "two" | false;
2251
+ slim: boolean;
2252
+ nav: boolean;
2253
+ navigationStrategy: "focus" | "track";
2254
+ } & {
2255
+ theme?: string | undefined;
2256
+ class?: any;
2257
+ border?: string | number | boolean | undefined;
2258
+ elevation?: string | number | undefined;
2259
+ rounded?: string | number | boolean | undefined;
2260
+ color?: string | undefined;
2261
+ height?: string | number | undefined;
2262
+ maxHeight?: string | number | undefined;
2263
+ maxWidth?: string | number | undefined;
2264
+ minHeight?: string | number | undefined;
2265
+ minWidth?: string | number | undefined;
2266
+ width?: string | number | undefined;
2267
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
2268
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2269
+ baseColor?: string | undefined;
2270
+ activeColor?: string | undefined;
2271
+ activeClass?: string | undefined;
2272
+ bgColor?: string | undefined;
2273
+ expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2274
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2275
+ prependGap?: string | number | undefined;
2276
+ indent?: string | number | undefined;
2277
+ navigationIndex?: number | undefined;
2278
+ } & {
2279
+ "onClick:activate"?: ((value: {
2280
+ id: unknown;
2281
+ value: boolean;
2282
+ path: unknown[];
2283
+ }) => any) | undefined;
2284
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
2285
+ }, "nav" | "select" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "focus" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy" | "navigationIndex" | "open" | "parents" | "getPath"> & {
2286
+ open: (id: unknown, value: boolean, event?: Event | undefined) => void;
2287
+ select: (id: unknown, value: boolean, event?: Event | undefined) => void;
2288
+ focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
2289
+ children: Map<unknown, unknown[]>;
2290
+ parents: Map<unknown, unknown>;
2291
+ getPath: (id: unknown) => unknown[];
2292
+ navigationIndex: number;
2293
+ } & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2294
+ items?: readonly any[] | undefined;
2295
+ itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2296
+ itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2297
+ itemChildren?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2298
+ itemProps?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2299
+ selected?: unknown;
2300
+ activated?: unknown;
2301
+ opened?: unknown;
2302
+ "onUpdate:selected"?: ((value: unknown) => void) | undefined;
2303
+ "onUpdate:activated"?: ((value: unknown) => void) | undefined;
2304
+ "onUpdate:opened"?: ((value: unknown) => void) | undefined;
2305
+ "onClick:open"?: ((value: {
2306
+ id: unknown;
2307
+ value: boolean;
2308
+ path: unknown[];
2309
+ }) => void) | undefined;
2310
+ "onClick:select"?: ((value: {
2311
+ id: unknown;
2312
+ value: boolean;
2313
+ path: unknown[];
2314
+ }) => void) | undefined;
2315
+ }, import('vuetify/lib/components/VList/VListChildren.mjs').VListChildrenSlots<any>>) | null;
165
2316
  };
2317
+ rootEl: HTMLDivElement;
2318
+ };
2319
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
2320
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
166
2321
  validateOnSubmit: () => Promise<boolean>;
2322
+ clearValidation: (() => void) | (() => void);
167
2323
  checkErrorOnBlur: (event?: FocusEvent) => void;
168
2324
  isOpen: import('vue').Ref<boolean, boolean>;
169
2325
  selectItem: (item: ItemType | string | number | null | undefined) => void;
@@ -171,156 +2327,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
171
2327
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
172
2328
  search: (...args: any[]) => void;
173
2329
  "update:modelValue": (...args: any[]) => void;
174
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
175
- bgColor: {
176
- type: StringConstructor;
177
- default: string;
178
- };
179
- chips: {
180
- type: BooleanConstructor;
181
- default: boolean;
182
- };
183
- clearable: {
184
- type: BooleanConstructor;
185
- default: boolean;
186
- };
187
- customRules: {
188
- type: PropType<ValidationRule[]>;
189
- default: () => never[];
190
- };
191
- customSuccessRules: {
192
- type: PropType<ValidationRule[]>;
193
- default: () => never[];
194
- };
195
- customWarningRules: {
196
- type: PropType<ValidationRule[]>;
197
- default: () => never[];
198
- };
199
- debounce: {
200
- type: NumberConstructor;
201
- default: number;
202
- };
203
- density: {
204
- type: PropType<"default" | "comfortable" | "compact" | undefined>;
205
- default: string;
206
- };
207
- disableErrorHandling: {
208
- type: BooleanConstructor;
209
- default: boolean;
210
- };
211
- displayAsterisk: {
212
- type: BooleanConstructor;
213
- default: boolean;
214
- };
215
- errorMessages: {
216
- type: PropType<string[] | null>;
217
- default: null;
218
- };
219
- filter: {
220
- type: BooleanConstructor;
221
- default: boolean;
222
- };
223
- hasError: {
224
- type: BooleanConstructor;
225
- default: boolean;
226
- };
227
- hasSuccess: {
228
- type: BooleanConstructor;
229
- default: boolean;
230
- };
231
- hasWarning: {
232
- type: BooleanConstructor;
233
- default: boolean;
234
- };
235
- hideDetails: {
236
- type: BooleanConstructor;
237
- default: boolean;
238
- };
239
- hideNoData: {
240
- type: BooleanConstructor;
241
- default: boolean;
242
- };
243
- isValidateOnBlur: {
244
- type: BooleanConstructor;
245
- default: boolean;
246
- };
247
- items: {
248
- type: PropType<ItemType[]>;
249
- default: () => never[];
250
- };
251
- label: {
252
- type: StringConstructor;
253
- default: string;
254
- };
255
- loading: {
256
- type: BooleanConstructor;
257
- default: boolean;
258
- };
259
- menuId: {
260
- type: StringConstructor;
261
- default: string;
262
- };
263
- modelValue: {
264
- type: PropType<SelectValue | SelectArray>;
265
- default: null;
266
- };
267
- multiple: {
268
- type: BooleanConstructor;
269
- default: boolean;
270
- };
271
- noDataText: {
272
- type: StringConstructor;
273
- default: string;
274
- };
275
- placeholder: {
276
- type: StringConstructor;
277
- default: string;
278
- };
279
- plainTextKey: {
280
- type: StringConstructor;
281
- default: string;
282
- };
283
- disabled: {
284
- type: BooleanConstructor;
285
- default: boolean;
286
- };
287
- readonly: {
288
- type: BooleanConstructor;
289
- default: boolean;
290
- };
291
- required: {
292
- type: BooleanConstructor;
293
- default: boolean;
294
- };
295
- returnObject: {
296
- type: BooleanConstructor;
297
- default: boolean;
298
- };
299
- showSuccessMessages: {
300
- type: BooleanConstructor;
301
- default: boolean;
302
- };
303
- successMessages: {
304
- type: PropType<string[] | null>;
305
- default: null;
306
- };
307
- selectionText: {
308
- type: PropType<(selected: SelectArray) => string>;
309
- default: undefined;
310
- };
311
- textKey: {
312
- type: StringConstructor;
313
- default: string;
314
- };
315
- valueKey: {
316
- type: StringConstructor;
317
- default: string;
318
- };
319
- warningMessages: {
320
- type: PropType<string[] | null>;
321
- default: null;
322
- };
323
- }>> & Readonly<{
2330
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
324
2331
  onSearch?: ((...args: any[]) => any) | undefined;
325
2332
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
326
2333
  }>, {
@@ -328,11 +2335,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
328
2335
  label: string;
329
2336
  disabled: boolean;
330
2337
  placeholder: string;
331
- density: "default" | "comfortable" | "compact" | undefined;
2338
+ density: "default" | "comfortable" | "compact";
332
2339
  loading: boolean;
333
2340
  readonly: boolean;
334
2341
  items: ItemType[];
335
- modelValue: SelectValue | SelectArray;
2342
+ modelValue: string | number | Record<string, unknown> | SelectArray | null;
336
2343
  returnObject: boolean;
337
2344
  bgColor: string;
338
2345
  multiple: boolean;
@@ -343,16 +2350,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
343
2350
  showSuccessMessages: boolean;
344
2351
  disableErrorHandling: boolean;
345
2352
  errorMessages: string[] | null;
2353
+ maxErrors: number;
346
2354
  displayAsterisk: boolean;
347
- isValidateOnBlur: boolean;
348
- customRules: ValidationRule[];
349
- customWarningRules: ValidationRule[];
350
- customSuccessRules: ValidationRule[];
351
- warningMessages: string[] | null;
352
- successMessages: string[] | null;
2355
+ helpText: string;
2356
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
2357
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
2358
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
353
2359
  hasError: boolean;
354
- hasWarning: boolean;
355
2360
  hasSuccess: boolean;
2361
+ hasWarning: boolean;
2362
+ isValidateOnBlur: boolean;
2363
+ successMessages: string[] | null;
2364
+ useVuetifyValidation: boolean;
2365
+ warningMessages: string[] | null;
356
2366
  hideDetails: boolean;
357
2367
  clearable: boolean;
358
2368
  plainTextKey: string;
@@ -361,7 +2371,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
361
2371
  hideNoData: boolean;
362
2372
  noDataText: string;
363
2373
  selectionText: (selected: SelectArray) => string;
364
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2374
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
365
2375
  textFieldRef: ({
366
2376
  $: import('vue').ComponentInternalInstance;
367
2377
  $data: {};
@@ -423,22 +2433,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
423
2433
  readonly helpText?: string | undefined;
424
2434
  readonly maxlength?: string | number | undefined;
425
2435
  readonly title?: string | false | undefined;
426
- readonly required?: boolean | undefined;
427
- readonly isValidateOnBlur?: boolean | undefined;
428
- readonly showSuccessMessages?: boolean | undefined;
2436
+ readonly customRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
2437
+ readonly customSuccessRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
2438
+ readonly customWarningRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
429
2439
  readonly disableErrorHandling?: boolean | undefined;
430
- readonly useVuetifyValidation?: boolean | undefined;
431
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
432
- readonly customRules?: ValidationRule[] | undefined;
433
- readonly customWarningRules?: ValidationRule[] | undefined;
434
- readonly customSuccessRules?: ValidationRule[] | undefined;
435
2440
  readonly errorMessages?: string[] | null | undefined;
436
- readonly warningMessages?: string[] | null | undefined;
437
- readonly successMessages?: string[] | null | undefined;
438
2441
  readonly hasError?: boolean | undefined;
439
- readonly hasWarning?: boolean | undefined;
440
2442
  readonly hasSuccess?: boolean | undefined;
2443
+ readonly hasWarning?: boolean | undefined;
2444
+ readonly isValidateOnBlur?: boolean | undefined;
441
2445
  readonly maxErrors?: number | undefined;
2446
+ readonly required?: boolean | undefined;
2447
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2448
+ readonly showSuccessMessages?: boolean | undefined;
2449
+ readonly successMessages?: string[] | null | undefined;
2450
+ readonly useVuetifyValidation?: boolean | undefined;
2451
+ readonly warningMessages?: string[] | null | undefined;
442
2452
  readonly onInput?: ((...args: any[]) => any) | undefined;
443
2453
  readonly onBlur?: ((...args: any[]) => any) | undefined;
444
2454
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -540,7 +2550,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
540
2550
  }) => import('vue').VNodeChild) | undefined;
541
2551
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
542
2552
  } | {
543
- $stable?: boolean | undefined;
2553
+ $stable
2554
+ /** @type { [typeof SyTextField, typeof SyTextField, ] } */ ?: boolean | undefined;
544
2555
  } | ((arg: {
545
2556
  id: Readonly<import('vue').Ref<string, string>>;
546
2557
  }) => import('vue').VNodeChild) | import('vue').VNodeChild;
@@ -618,8 +2629,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
618
2629
  errorMessages: string | readonly string[] | null;
619
2630
  maxErrors: string | number;
620
2631
  name?: string | undefined;
621
- label
622
- /** @type { [typeof SyIcon, ] } */ ?: string | undefined;
2632
+ label?: string | undefined;
623
2633
  readonly: boolean | null;
624
2634
  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)?])[];
625
2635
  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;
@@ -1942,7 +3952,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1942
3952
  helpText?: string;
1943
3953
  maxlength?: string | number;
1944
3954
  title?: string | false;
1945
- } & import('../../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3955
+ } & FieldValidationProps> & Readonly<{
1946
3956
  onInput?: ((...args: any[]) => any) | undefined;
1947
3957
  onBlur?: ((...args: any[]) => any) | undefined;
1948
3958
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -2024,16 +4034,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2024
4034
  autocomplete: string;
2025
4035
  helpText: string;
2026
4036
  maxlength: string | number;
4037
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
4038
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
4039
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
4040
+ hasError: boolean;
4041
+ hasSuccess: boolean;
4042
+ hasWarning: boolean;
2027
4043
  isValidateOnBlur: boolean;
4044
+ successMessages: string[] | null;
2028
4045
  useVuetifyValidation: boolean;
2029
- customRules: ValidationRule[];
2030
- customWarningRules: ValidationRule[];
2031
- customSuccessRules: ValidationRule[];
2032
4046
  warningMessages: string[] | null;
2033
- successMessages: string[] | null;
2034
- hasError: boolean;
2035
- hasWarning: boolean;
2036
- hasSuccess: boolean;
2037
4047
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2038
4048
  beforeCreate?: (() => void) | (() => void)[];
2039
4049
  created?: (() => void) | (() => void)[];
@@ -2116,16 +4126,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2116
4126
  autocomplete: string;
2117
4127
  helpText: string;
2118
4128
  maxlength: string | number;
4129
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
4130
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
4131
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
4132
+ hasError: boolean;
4133
+ hasSuccess: boolean;
4134
+ hasWarning: boolean;
2119
4135
  isValidateOnBlur: boolean;
4136
+ successMessages: string[] | null;
2120
4137
  useVuetifyValidation: boolean;
2121
- customRules: ValidationRule[];
2122
- customWarningRules: ValidationRule[];
2123
- customSuccessRules: ValidationRule[];
2124
4138
  warningMessages: string[] | null;
2125
- successMessages: string[] | null;
2126
- hasError: boolean;
2127
- hasWarning: boolean;
2128
- hasSuccess: boolean;
2129
4139
  }> & Omit<Readonly<{
2130
4140
  modelValue?: string | number | null | undefined;
2131
4141
  prependIcon?: import('../../../../types/vuetifyTypes').IconType;
@@ -2184,7 +4194,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2184
4194
  helpText?: string;
2185
4195
  maxlength?: string | number;
2186
4196
  title?: string | false;
2187
- } & import('../../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
4197
+ } & FieldValidationProps> & Readonly<{
2188
4198
  onInput?: ((...args: any[]) => any) | undefined;
2189
4199
  onBlur?: ((...args: any[]) => any) | undefined;
2190
4200
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -2193,7 +4203,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2193
4203
  onClear?: ((...args: any[]) => any) | undefined;
2194
4204
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2195
4205
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2196
- }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
4206
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
2197
4207
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2198
4208
  } & {} & import('vue').ComponentCustomProperties & {} & {
2199
4209
  $slots: {
@@ -2643,4 +4653,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2643
4653
  }) => void) | undefined;
2644
4654
  }, import('vuetify/lib/components/VList/VListChildren.mjs').VListChildrenSlots<any>>) | null;
2645
4655
  }, HTMLDivElement>;
4656
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2646
4657
  export default _default;
4658
+ type __VLS_WithTemplateSlots<T, S> = T & {
4659
+ new (): {
4660
+ $slots: S;
4661
+ };
4662
+ };