@cnamts/synapse 1.0.19 → 1.0.21

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