@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
@@ -1,3 +1,4 @@
1
+ import { nextTick } from 'vue';
1
2
  import { ValidationRule } from '../../../composables/validation/useValidation';
2
3
  type __VLS_Props = {
3
4
  modelValue?: PropertyKey | null;
@@ -34,7 +35,753 @@ declare function __VLS_template(): {
34
35
  label?(_: {}): any;
35
36
  default?(_: {}): any;
36
37
  };
37
- refs: {};
38
+ refs: {
39
+ radioGroupRef: ({
40
+ $: import('vue').ComponentInternalInstance;
41
+ $data: {};
42
+ $props: Partial<{
43
+ type: string;
44
+ inline: boolean;
45
+ error: boolean;
46
+ height: string | number;
47
+ direction: "horizontal" | "vertical";
48
+ style: import('vue').StyleValue;
49
+ disabled: boolean | null;
50
+ readonly: boolean | null;
51
+ messages: string | readonly string[];
52
+ 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)?])[];
53
+ focused: boolean;
54
+ errorMessages: string | readonly string[] | null;
55
+ maxErrors: string | number;
56
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
57
+ density: import('vuetify/lib/composables/density.mjs').Density;
58
+ ripple: boolean | {
59
+ class?: string;
60
+ keys?: string[];
61
+ } | undefined;
62
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
63
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
64
+ centerAffix: boolean;
65
+ glow: boolean;
66
+ hideSpinButtons: boolean;
67
+ persistentHint: boolean;
68
+ }> & Omit<{
69
+ type: string;
70
+ inline: boolean;
71
+ error: boolean;
72
+ height: string | number;
73
+ direction: "horizontal" | "vertical";
74
+ style: import('vue').StyleValue;
75
+ disabled: boolean | null;
76
+ readonly: boolean | null;
77
+ messages: string | readonly string[];
78
+ 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)?])[];
79
+ focused: boolean;
80
+ errorMessages: string | readonly string[] | null;
81
+ maxErrors: string | number;
82
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
83
+ density: import('vuetify/lib/composables/density.mjs').Density;
84
+ ripple: boolean | {
85
+ class?: string;
86
+ keys?: string[];
87
+ } | undefined;
88
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
89
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
90
+ centerAffix: boolean;
91
+ glow: boolean;
92
+ hideSpinButtons: boolean;
93
+ persistentHint: boolean;
94
+ name?: string | undefined | undefined;
95
+ id?: string | undefined | undefined;
96
+ width?: string | number | undefined | undefined;
97
+ color?: string | undefined | undefined;
98
+ maxWidth?: string | number | undefined | undefined;
99
+ minWidth?: string | number | undefined | undefined;
100
+ label?: string | undefined | undefined;
101
+ class?: any;
102
+ theme?: string | undefined | undefined;
103
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined | undefined;
104
+ 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 | undefined;
105
+ validationValue?: any;
106
+ baseColor?: string | undefined | undefined;
107
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
108
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
109
+ iconColor?: string | boolean | undefined | undefined;
110
+ defaultsTarget?: string | undefined | undefined;
111
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined | undefined;
112
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined | undefined;
113
+ hint?: string | undefined | undefined;
114
+ hideDetails?: boolean | "auto" | undefined | undefined;
115
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
116
+ $attrs: {
117
+ [x: string]: unknown;
118
+ };
119
+ $refs: {
120
+ [x: string]: unknown;
121
+ };
122
+ $slots: Readonly<{
123
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
124
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
125
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
126
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
127
+ default?: (() => import('vue').VNode[]) | undefined;
128
+ label?: ((arg: {
129
+ label: string | undefined;
130
+ props: Record<string, any>;
131
+ }) => import('vue').VNode[]) | undefined;
132
+ }>;
133
+ $root: import('vue').ComponentPublicInstance | null;
134
+ $parent: import('vue').ComponentPublicInstance | null;
135
+ $host: Element | null;
136
+ $emit: (event: string, ...args: any[]) => void;
137
+ $el: any;
138
+ $options: import('vue').ComponentOptionsBase<{
139
+ type: string;
140
+ inline: boolean;
141
+ error: boolean;
142
+ height: string | number;
143
+ direction: "horizontal" | "vertical";
144
+ style: import('vue').StyleValue;
145
+ disabled: boolean | null;
146
+ readonly: boolean | null;
147
+ messages: string | readonly string[];
148
+ 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)?])[];
149
+ focused: boolean;
150
+ errorMessages: string | readonly string[] | null;
151
+ maxErrors: string | number;
152
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
153
+ density: import('vuetify/lib/composables/density.mjs').Density;
154
+ ripple: boolean | {
155
+ class?: string;
156
+ keys?: string[];
157
+ } | undefined;
158
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
159
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
160
+ centerAffix: boolean;
161
+ glow: boolean;
162
+ hideSpinButtons: boolean;
163
+ persistentHint: boolean;
164
+ } & {
165
+ name?: string | undefined;
166
+ id?: string | undefined;
167
+ width?: string | number | undefined;
168
+ color?: string | undefined;
169
+ maxWidth?: string | number | undefined;
170
+ minWidth?: string | number | undefined;
171
+ label?: string | undefined;
172
+ class?: any;
173
+ theme?: string | undefined;
174
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
175
+ 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;
176
+ validationValue?: any;
177
+ baseColor?: string | undefined;
178
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
179
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
180
+ iconColor?: string | boolean | undefined;
181
+ defaultsTarget?: string | undefined;
182
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
183
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
184
+ hint?: string | undefined;
185
+ hideDetails?: boolean | "auto" | undefined;
186
+ }, Omit<Omit<{
187
+ $: import('vue').ComponentInternalInstance;
188
+ $data: {};
189
+ $props: Partial<{
190
+ error: boolean;
191
+ direction: "horizontal" | "vertical";
192
+ style: import('vue').StyleValue;
193
+ disabled: boolean | null;
194
+ readonly: boolean | null;
195
+ messages: string | readonly string[];
196
+ 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)?])[];
197
+ focused: boolean;
198
+ errorMessages: string | readonly string[] | null;
199
+ maxErrors: string | number;
200
+ density: import('vuetify/lib/composables/density.mjs').Density;
201
+ centerAffix: boolean;
202
+ glow: boolean;
203
+ hideSpinButtons: boolean;
204
+ persistentHint: boolean;
205
+ }> & Omit<{
206
+ error: boolean;
207
+ direction: "horizontal" | "vertical";
208
+ style: import('vue').StyleValue;
209
+ disabled: boolean | null;
210
+ readonly: boolean | null;
211
+ messages: string | readonly string[];
212
+ 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)?])[];
213
+ focused: boolean;
214
+ errorMessages: string | readonly string[] | null;
215
+ maxErrors: string | number;
216
+ density: import('vuetify/lib/composables/density.mjs').Density;
217
+ centerAffix: boolean;
218
+ glow: boolean;
219
+ hideSpinButtons: boolean;
220
+ persistentHint: boolean;
221
+ name?: string | undefined;
222
+ id?: string | undefined;
223
+ width?: string | number | undefined;
224
+ color?: string | undefined;
225
+ maxWidth?: string | number | undefined;
226
+ minWidth?: string | number | undefined;
227
+ label?: string | undefined;
228
+ class?: any;
229
+ theme?: string | undefined;
230
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
231
+ 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;
232
+ validationValue?: any;
233
+ baseColor?: string | undefined;
234
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
235
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
236
+ iconColor?: string | boolean | undefined;
237
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
238
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
239
+ hint?: string | undefined;
240
+ hideDetails?: boolean | "auto" | undefined;
241
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
242
+ $attrs: {
243
+ [x: string]: unknown;
244
+ };
245
+ $refs: {
246
+ [x: string]: unknown;
247
+ };
248
+ $slots: Readonly<{
249
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
250
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
251
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
252
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
253
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
254
+ }>;
255
+ $root: import('vue').ComponentPublicInstance | null;
256
+ $parent: import('vue').ComponentPublicInstance | null;
257
+ $host: Element | null;
258
+ $emit: (event: string, ...args: any[]) => void;
259
+ $el: any;
260
+ $options: import('vue').ComponentOptionsBase<{
261
+ error: boolean;
262
+ direction: "horizontal" | "vertical";
263
+ style: import('vue').StyleValue;
264
+ disabled: boolean | null;
265
+ readonly: boolean | null;
266
+ messages: string | readonly string[];
267
+ 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)?])[];
268
+ focused: boolean;
269
+ errorMessages: string | readonly string[] | null;
270
+ maxErrors: string | number;
271
+ density: import('vuetify/lib/composables/density.mjs').Density;
272
+ centerAffix: boolean;
273
+ glow: boolean;
274
+ hideSpinButtons: boolean;
275
+ persistentHint: boolean;
276
+ } & {
277
+ name?: string | undefined;
278
+ id?: string | undefined;
279
+ width?: string | number | undefined;
280
+ color?: string | undefined;
281
+ maxWidth?: string | number | undefined;
282
+ minWidth?: string | number | undefined;
283
+ label?: string | undefined;
284
+ class?: any;
285
+ theme?: string | undefined;
286
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
287
+ 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;
288
+ validationValue?: any;
289
+ baseColor?: string | undefined;
290
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
291
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
292
+ iconColor?: string | boolean | undefined;
293
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
294
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
295
+ hint?: string | undefined;
296
+ hideDetails?: boolean | "auto" | undefined;
297
+ } & {}, {
298
+ reset: () => Promise<void>;
299
+ resetValidation: () => Promise<void>;
300
+ validate: (silent?: boolean) => Promise<string[]>;
301
+ isValid: import('vue').ComputedRef<boolean | null>;
302
+ errorMessages: import('vue').ComputedRef<string[]>;
303
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
304
+ "update:modelValue": (value: any) => true;
305
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
306
+ error: boolean;
307
+ direction: "horizontal" | "vertical";
308
+ style: import('vue').StyleValue;
309
+ disabled: boolean | null;
310
+ readonly: boolean | null;
311
+ messages: string | readonly string[];
312
+ 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)?])[];
313
+ focused: boolean;
314
+ errorMessages: string | readonly string[] | null;
315
+ maxErrors: string | number;
316
+ density: import('vuetify/lib/composables/density.mjs').Density;
317
+ centerAffix: boolean;
318
+ glow: boolean;
319
+ hideSpinButtons: boolean;
320
+ persistentHint: boolean;
321
+ }, {}, string, import('vue').SlotsType<Partial<{
322
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
323
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
324
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
325
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
326
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
327
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
328
+ beforeCreate?: (() => void) | (() => void)[];
329
+ created?: (() => void) | (() => void)[];
330
+ beforeMount?: (() => void) | (() => void)[];
331
+ mounted?: (() => void) | (() => void)[];
332
+ beforeUpdate?: (() => void) | (() => void)[];
333
+ updated?: (() => void) | (() => void)[];
334
+ activated?: (() => void) | (() => void)[];
335
+ deactivated?: (() => void) | (() => void)[];
336
+ beforeDestroy?: (() => void) | (() => void)[];
337
+ beforeUnmount?: (() => void) | (() => void)[];
338
+ destroyed?: (() => void) | (() => void)[];
339
+ unmounted?: (() => void) | (() => void)[];
340
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
341
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
342
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
343
+ };
344
+ $forceUpdate: () => void;
345
+ $nextTick: typeof import('vue').nextTick;
346
+ $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;
347
+ } & Readonly<{
348
+ error: boolean;
349
+ direction: "horizontal" | "vertical";
350
+ style: import('vue').StyleValue;
351
+ disabled: boolean | null;
352
+ readonly: boolean | null;
353
+ messages: string | readonly string[];
354
+ 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)?])[];
355
+ focused: boolean;
356
+ errorMessages: string | readonly string[] | null;
357
+ maxErrors: string | number;
358
+ density: import('vuetify/lib/composables/density.mjs').Density;
359
+ centerAffix: boolean;
360
+ glow: boolean;
361
+ hideSpinButtons: boolean;
362
+ persistentHint: boolean;
363
+ }> & Omit<{
364
+ error: boolean;
365
+ direction: "horizontal" | "vertical";
366
+ style: import('vue').StyleValue;
367
+ disabled: boolean | null;
368
+ readonly: boolean | null;
369
+ messages: string | readonly string[];
370
+ 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)?])[];
371
+ focused: boolean;
372
+ errorMessages: string | readonly string[] | null;
373
+ maxErrors: string | number;
374
+ density: import('vuetify/lib/composables/density.mjs').Density;
375
+ centerAffix: boolean;
376
+ glow: boolean;
377
+ hideSpinButtons: boolean;
378
+ persistentHint: boolean;
379
+ } & {
380
+ name?: string | undefined;
381
+ id?: string | undefined;
382
+ width?: string | number | undefined;
383
+ color?: string | undefined;
384
+ maxWidth?: string | number | undefined;
385
+ minWidth?: string | number | undefined;
386
+ label?: string | undefined;
387
+ class?: any;
388
+ theme?: string | undefined;
389
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
390
+ 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;
391
+ validationValue?: any;
392
+ baseColor?: string | undefined;
393
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
394
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
395
+ iconColor?: string | boolean | undefined;
396
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
397
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
398
+ hint?: string | undefined;
399
+ hideDetails?: boolean | "auto" | undefined;
400
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
401
+ reset: () => Promise<void>;
402
+ resetValidation: () => Promise<void>;
403
+ validate: (silent?: boolean) => Promise<string[]>;
404
+ isValid: import('vue').ComputedRef<boolean | null>;
405
+ errorMessages: import('vue').ComputedRef<string[]>;
406
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
407
+ modelValue?: unknown;
408
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
409
+ }, 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}`> & {
410
+ _allExposed: {
411
+ reset: () => Promise<void>;
412
+ resetValidation: () => Promise<void>;
413
+ validate: (silent?: boolean) => Promise<string[]>;
414
+ isValid: import('vue').ComputedRef<boolean | null>;
415
+ errorMessages: import('vue').ComputedRef<string[]>;
416
+ } | {};
417
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
418
+ 'update:modelValue': (value: any) => true;
419
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
420
+ type: string;
421
+ inline: boolean;
422
+ error: boolean;
423
+ height: string | number;
424
+ direction: "horizontal" | "vertical";
425
+ style: import('vue').StyleValue;
426
+ disabled: boolean | null;
427
+ readonly: boolean | null;
428
+ messages: string | readonly string[];
429
+ 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)?])[];
430
+ focused: boolean;
431
+ errorMessages: string | readonly string[] | null;
432
+ maxErrors: string | number;
433
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
434
+ density: import('vuetify/lib/composables/density.mjs').Density;
435
+ ripple: boolean | {
436
+ class?: string;
437
+ keys?: string[];
438
+ } | undefined;
439
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
440
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
441
+ centerAffix: boolean;
442
+ glow: boolean;
443
+ hideSpinButtons: boolean;
444
+ persistentHint: boolean;
445
+ }, {}, string, import('vue').SlotsType<Partial<{
446
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
447
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
448
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
449
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
450
+ default: () => import('vue').VNode[];
451
+ label: (arg: {
452
+ label: string | undefined;
453
+ props: Record<string, any>;
454
+ }) => import('vue').VNode[];
455
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
456
+ beforeCreate?: (() => void) | (() => void)[];
457
+ created?: (() => void) | (() => void)[];
458
+ beforeMount?: (() => void) | (() => void)[];
459
+ mounted?: (() => void) | (() => void)[];
460
+ beforeUpdate?: (() => void) | (() => void)[];
461
+ updated?: (() => void) | (() => void)[];
462
+ activated?: (() => void) | (() => void)[];
463
+ deactivated?: (() => void) | (() => void)[];
464
+ beforeDestroy?: (() => void) | (() => void)[];
465
+ beforeUnmount?: (() => void) | (() => void)[];
466
+ destroyed?: (() => void) | (() => void)[];
467
+ unmounted?: (() => void) | (() => void)[];
468
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
469
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
470
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
471
+ };
472
+ $forceUpdate: () => void;
473
+ $nextTick: typeof nextTick;
474
+ $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;
475
+ } & Readonly<{
476
+ type: string;
477
+ inline: boolean;
478
+ error: boolean;
479
+ height: string | number;
480
+ direction: "horizontal" | "vertical";
481
+ style: import('vue').StyleValue;
482
+ disabled: boolean | null;
483
+ readonly: boolean | null;
484
+ messages: string | readonly string[];
485
+ 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)?])[];
486
+ focused: boolean;
487
+ errorMessages: string | readonly string[] | null;
488
+ maxErrors: string | number;
489
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
490
+ density: import('vuetify/lib/composables/density.mjs').Density;
491
+ ripple: boolean | {
492
+ class?: string;
493
+ keys?: string[];
494
+ } | undefined;
495
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
496
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
497
+ centerAffix: boolean;
498
+ glow: boolean;
499
+ hideSpinButtons: boolean;
500
+ persistentHint: boolean;
501
+ }> & Omit<{
502
+ type: string;
503
+ inline: boolean;
504
+ error: boolean;
505
+ height: string | number;
506
+ direction: "horizontal" | "vertical";
507
+ style: import('vue').StyleValue;
508
+ disabled: boolean | null;
509
+ readonly: boolean | null;
510
+ messages: string | readonly string[];
511
+ 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)?])[];
512
+ focused: boolean;
513
+ errorMessages: string | readonly string[] | null;
514
+ maxErrors: string | number;
515
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
516
+ density: import('vuetify/lib/composables/density.mjs').Density;
517
+ ripple: boolean | {
518
+ class?: string;
519
+ keys?: string[];
520
+ } | undefined;
521
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
522
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
523
+ centerAffix: boolean;
524
+ glow: boolean;
525
+ hideSpinButtons: boolean;
526
+ persistentHint: boolean;
527
+ } & {
528
+ name?: string | undefined;
529
+ id?: string | undefined;
530
+ width?: string | number | undefined;
531
+ color?: string | undefined;
532
+ maxWidth?: string | number | undefined;
533
+ minWidth?: string | number | undefined;
534
+ label?: string | undefined;
535
+ class?: any;
536
+ theme?: string | undefined;
537
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
538
+ 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;
539
+ validationValue?: any;
540
+ baseColor?: string | undefined;
541
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
542
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
543
+ iconColor?: string | boolean | undefined;
544
+ defaultsTarget?: string | undefined;
545
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
546
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
547
+ hint?: string | undefined;
548
+ hideDetails?: boolean | "auto" | undefined;
549
+ }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<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}`> & {
773
+ _allExposed: {
774
+ reset: () => Promise<void>;
775
+ resetValidation: () => Promise<void>;
776
+ validate: (silent?: boolean) => Promise<string[]>;
777
+ isValid: import('vue').ComputedRef<boolean | null>;
778
+ errorMessages: import('vue').ComputedRef<string[]>;
779
+ } | {};
780
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
781
+ modelValue?: string | number | symbol | null | undefined;
782
+ "onUpdate:modelValue"?: ((value: string | number | symbol | null) => void) | undefined;
783
+ }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;
784
+ };
38
785
  rootEl: any;
39
786
  };
40
787
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -86,7 +833,753 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
86
833
  disableErrorHandling: boolean;
87
834
  hideDetails: boolean | "auto";
88
835
  ariaLabelledby: string;
89
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
836
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
837
+ radioGroupRef: ({
838
+ $: import('vue').ComponentInternalInstance;
839
+ $data: {};
840
+ $props: Partial<{
841
+ type: string;
842
+ inline: boolean;
843
+ error: boolean;
844
+ height: string | number;
845
+ direction: "horizontal" | "vertical";
846
+ style: import('vue').StyleValue;
847
+ disabled: boolean | null;
848
+ readonly: boolean | null;
849
+ messages: string | readonly string[];
850
+ 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)?])[];
851
+ focused: boolean;
852
+ errorMessages: string | readonly string[] | null;
853
+ maxErrors: string | number;
854
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
855
+ density: import('vuetify/lib/composables/density.mjs').Density;
856
+ ripple: boolean | {
857
+ class?: string;
858
+ keys?: string[];
859
+ } | undefined;
860
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
861
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
862
+ centerAffix: boolean;
863
+ glow: boolean;
864
+ hideSpinButtons: boolean;
865
+ persistentHint: boolean;
866
+ }> & Omit<{
867
+ type: string;
868
+ inline: boolean;
869
+ error: boolean;
870
+ height: string | number;
871
+ direction: "horizontal" | "vertical";
872
+ style: import('vue').StyleValue;
873
+ disabled: boolean | null;
874
+ readonly: boolean | null;
875
+ messages: string | readonly string[];
876
+ 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)?])[];
877
+ focused: boolean;
878
+ errorMessages: string | readonly string[] | null;
879
+ maxErrors: string | number;
880
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
881
+ density: import('vuetify/lib/composables/density.mjs').Density;
882
+ ripple: boolean | {
883
+ class?: string;
884
+ keys?: string[];
885
+ } | undefined;
886
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
887
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
888
+ centerAffix: boolean;
889
+ glow: boolean;
890
+ hideSpinButtons: boolean;
891
+ persistentHint: boolean;
892
+ name?: string | undefined | undefined;
893
+ id?: string | undefined | undefined;
894
+ width?: string | number | undefined | undefined;
895
+ color?: string | undefined | undefined;
896
+ maxWidth?: string | number | undefined | undefined;
897
+ minWidth?: string | number | undefined | undefined;
898
+ label?: string | undefined | undefined;
899
+ class?: any;
900
+ theme?: string | undefined | undefined;
901
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined | undefined;
902
+ 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 | undefined;
903
+ validationValue?: any;
904
+ baseColor?: string | undefined | undefined;
905
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
906
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
907
+ iconColor?: string | boolean | undefined | undefined;
908
+ defaultsTarget?: string | undefined | undefined;
909
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined | undefined;
910
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined | undefined;
911
+ hint?: string | undefined | undefined;
912
+ hideDetails?: boolean | "auto" | undefined | undefined;
913
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
914
+ $attrs: {
915
+ [x: string]: unknown;
916
+ };
917
+ $refs: {
918
+ [x: string]: unknown;
919
+ };
920
+ $slots: Readonly<{
921
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
922
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
923
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
924
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
925
+ default?: (() => import('vue').VNode[]) | undefined;
926
+ label?: ((arg: {
927
+ label: string | undefined;
928
+ props: Record<string, any>;
929
+ }) => import('vue').VNode[]) | undefined;
930
+ }>;
931
+ $root: import('vue').ComponentPublicInstance | null;
932
+ $parent: import('vue').ComponentPublicInstance | null;
933
+ $host: Element | null;
934
+ $emit: (event: string, ...args: any[]) => void;
935
+ $el: any;
936
+ $options: import('vue').ComponentOptionsBase<{
937
+ type: string;
938
+ inline: boolean;
939
+ error: boolean;
940
+ height: string | number;
941
+ direction: "horizontal" | "vertical";
942
+ style: import('vue').StyleValue;
943
+ disabled: boolean | null;
944
+ readonly: boolean | null;
945
+ messages: string | readonly string[];
946
+ 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)?])[];
947
+ focused: boolean;
948
+ errorMessages: string | readonly string[] | null;
949
+ maxErrors: string | number;
950
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
951
+ density: import('vuetify/lib/composables/density.mjs').Density;
952
+ ripple: boolean | {
953
+ class?: string;
954
+ keys?: string[];
955
+ } | undefined;
956
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
957
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
958
+ centerAffix: boolean;
959
+ glow: boolean;
960
+ hideSpinButtons: boolean;
961
+ persistentHint: boolean;
962
+ } & {
963
+ name?: string | undefined;
964
+ id?: string | undefined;
965
+ width?: string | number | undefined;
966
+ color?: string | undefined;
967
+ maxWidth?: string | number | undefined;
968
+ minWidth?: string | number | undefined;
969
+ label?: string | undefined;
970
+ class?: any;
971
+ theme?: string | undefined;
972
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
973
+ 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;
974
+ validationValue?: any;
975
+ baseColor?: string | undefined;
976
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
977
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
978
+ iconColor?: string | boolean | undefined;
979
+ defaultsTarget?: string | undefined;
980
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
981
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
982
+ hint?: string | undefined;
983
+ hideDetails?: boolean | "auto" | undefined;
984
+ }, Omit<Omit<{
985
+ $: import('vue').ComponentInternalInstance;
986
+ $data: {};
987
+ $props: Partial<{
988
+ error: boolean;
989
+ direction: "horizontal" | "vertical";
990
+ style: import('vue').StyleValue;
991
+ disabled: boolean | null;
992
+ readonly: boolean | null;
993
+ messages: string | readonly string[];
994
+ 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)?])[];
995
+ focused: boolean;
996
+ errorMessages: string | readonly string[] | null;
997
+ maxErrors: string | number;
998
+ density: import('vuetify/lib/composables/density.mjs').Density;
999
+ centerAffix: boolean;
1000
+ glow: boolean;
1001
+ hideSpinButtons: boolean;
1002
+ persistentHint: boolean;
1003
+ }> & Omit<{
1004
+ error: boolean;
1005
+ direction: "horizontal" | "vertical";
1006
+ style: import('vue').StyleValue;
1007
+ disabled: boolean | null;
1008
+ readonly: boolean | null;
1009
+ messages: string | readonly string[];
1010
+ 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)?])[];
1011
+ focused: boolean;
1012
+ errorMessages: string | readonly string[] | null;
1013
+ maxErrors: string | number;
1014
+ density: import('vuetify/lib/composables/density.mjs').Density;
1015
+ centerAffix: boolean;
1016
+ glow: boolean;
1017
+ hideSpinButtons: boolean;
1018
+ persistentHint: boolean;
1019
+ name?: string | undefined;
1020
+ id?: string | undefined;
1021
+ width?: string | number | undefined;
1022
+ color?: string | undefined;
1023
+ maxWidth?: string | number | undefined;
1024
+ minWidth?: string | number | undefined;
1025
+ label?: string | undefined;
1026
+ class?: any;
1027
+ theme?: string | undefined;
1028
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1029
+ 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;
1030
+ validationValue?: any;
1031
+ baseColor?: string | undefined;
1032
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1033
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1034
+ iconColor?: string | boolean | undefined;
1035
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1036
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1037
+ hint?: string | undefined;
1038
+ hideDetails?: boolean | "auto" | undefined;
1039
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
1040
+ $attrs: {
1041
+ [x: string]: unknown;
1042
+ };
1043
+ $refs: {
1044
+ [x: string]: unknown;
1045
+ };
1046
+ $slots: Readonly<{
1047
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1048
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1049
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1050
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1051
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
1052
+ }>;
1053
+ $root: import('vue').ComponentPublicInstance | null;
1054
+ $parent: import('vue').ComponentPublicInstance | null;
1055
+ $host: Element | null;
1056
+ $emit: (event: string, ...args: any[]) => void;
1057
+ $el: any;
1058
+ $options: import('vue').ComponentOptionsBase<{
1059
+ error: boolean;
1060
+ direction: "horizontal" | "vertical";
1061
+ style: import('vue').StyleValue;
1062
+ disabled: boolean | null;
1063
+ readonly: boolean | null;
1064
+ messages: string | readonly string[];
1065
+ 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)?])[];
1066
+ focused: boolean;
1067
+ errorMessages: string | readonly string[] | null;
1068
+ maxErrors: string | number;
1069
+ density: import('vuetify/lib/composables/density.mjs').Density;
1070
+ centerAffix: boolean;
1071
+ glow: boolean;
1072
+ hideSpinButtons: boolean;
1073
+ persistentHint: boolean;
1074
+ } & {
1075
+ name?: string | undefined;
1076
+ id?: string | undefined;
1077
+ width?: string | number | undefined;
1078
+ color?: string | undefined;
1079
+ maxWidth?: string | number | undefined;
1080
+ minWidth?: string | number | undefined;
1081
+ label?: string | undefined;
1082
+ class?: any;
1083
+ theme?: string | undefined;
1084
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1085
+ 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;
1086
+ validationValue?: any;
1087
+ baseColor?: string | undefined;
1088
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1089
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1090
+ iconColor?: string | boolean | undefined;
1091
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1092
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1093
+ hint?: string | undefined;
1094
+ hideDetails?: boolean | "auto" | undefined;
1095
+ } & {}, {
1096
+ reset: () => Promise<void>;
1097
+ resetValidation: () => Promise<void>;
1098
+ validate: (silent?: boolean) => Promise<string[]>;
1099
+ isValid: import('vue').ComputedRef<boolean | null>;
1100
+ errorMessages: import('vue').ComputedRef<string[]>;
1101
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1102
+ "update:modelValue": (value: any) => true;
1103
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1104
+ error: boolean;
1105
+ direction: "horizontal" | "vertical";
1106
+ style: import('vue').StyleValue;
1107
+ disabled: boolean | null;
1108
+ readonly: boolean | null;
1109
+ messages: string | readonly string[];
1110
+ 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)?])[];
1111
+ focused: boolean;
1112
+ errorMessages: string | readonly string[] | null;
1113
+ maxErrors: string | number;
1114
+ density: import('vuetify/lib/composables/density.mjs').Density;
1115
+ centerAffix: boolean;
1116
+ glow: boolean;
1117
+ hideSpinButtons: boolean;
1118
+ persistentHint: boolean;
1119
+ }, {}, string, import('vue').SlotsType<Partial<{
1120
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1121
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1122
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1123
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1124
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1125
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1126
+ beforeCreate?: (() => void) | (() => void)[];
1127
+ created?: (() => void) | (() => void)[];
1128
+ beforeMount?: (() => void) | (() => void)[];
1129
+ mounted?: (() => void) | (() => void)[];
1130
+ beforeUpdate?: (() => void) | (() => void)[];
1131
+ updated?: (() => void) | (() => void)[];
1132
+ activated?: (() => void) | (() => void)[];
1133
+ deactivated?: (() => void) | (() => void)[];
1134
+ beforeDestroy?: (() => void) | (() => void)[];
1135
+ beforeUnmount?: (() => void) | (() => void)[];
1136
+ destroyed?: (() => void) | (() => void)[];
1137
+ unmounted?: (() => void) | (() => void)[];
1138
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1139
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1140
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1141
+ };
1142
+ $forceUpdate: () => void;
1143
+ $nextTick: typeof import('vue').nextTick;
1144
+ $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;
1145
+ } & Readonly<{
1146
+ error: boolean;
1147
+ direction: "horizontal" | "vertical";
1148
+ style: import('vue').StyleValue;
1149
+ disabled: boolean | null;
1150
+ readonly: boolean | null;
1151
+ messages: string | readonly string[];
1152
+ 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)?])[];
1153
+ focused: boolean;
1154
+ errorMessages: string | readonly string[] | null;
1155
+ maxErrors: string | number;
1156
+ density: import('vuetify/lib/composables/density.mjs').Density;
1157
+ centerAffix: boolean;
1158
+ glow: boolean;
1159
+ hideSpinButtons: boolean;
1160
+ persistentHint: boolean;
1161
+ }> & Omit<{
1162
+ error: boolean;
1163
+ direction: "horizontal" | "vertical";
1164
+ style: import('vue').StyleValue;
1165
+ disabled: boolean | null;
1166
+ readonly: boolean | null;
1167
+ messages: string | readonly string[];
1168
+ 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)?])[];
1169
+ focused: boolean;
1170
+ errorMessages: string | readonly string[] | null;
1171
+ maxErrors: string | number;
1172
+ density: import('vuetify/lib/composables/density.mjs').Density;
1173
+ centerAffix: boolean;
1174
+ glow: boolean;
1175
+ hideSpinButtons: boolean;
1176
+ persistentHint: boolean;
1177
+ } & {
1178
+ name?: string | undefined;
1179
+ id?: string | undefined;
1180
+ width?: string | number | undefined;
1181
+ color?: string | undefined;
1182
+ maxWidth?: string | number | undefined;
1183
+ minWidth?: string | number | undefined;
1184
+ label?: string | undefined;
1185
+ class?: any;
1186
+ theme?: string | undefined;
1187
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1188
+ 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;
1189
+ validationValue?: any;
1190
+ baseColor?: string | undefined;
1191
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1192
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1193
+ iconColor?: string | boolean | undefined;
1194
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1195
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1196
+ hint?: string | undefined;
1197
+ hideDetails?: boolean | "auto" | undefined;
1198
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1199
+ reset: () => Promise<void>;
1200
+ resetValidation: () => Promise<void>;
1201
+ validate: (silent?: boolean) => Promise<string[]>;
1202
+ isValid: import('vue').ComputedRef<boolean | null>;
1203
+ errorMessages: import('vue').ComputedRef<string[]>;
1204
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1205
+ modelValue?: unknown;
1206
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1207
+ }, 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}`> & {
1208
+ _allExposed: {
1209
+ reset: () => Promise<void>;
1210
+ resetValidation: () => Promise<void>;
1211
+ validate: (silent?: boolean) => Promise<string[]>;
1212
+ isValid: import('vue').ComputedRef<boolean | null>;
1213
+ errorMessages: import('vue').ComputedRef<string[]>;
1214
+ } | {};
1215
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1216
+ 'update:modelValue': (value: any) => true;
1217
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
1218
+ type: string;
1219
+ inline: boolean;
1220
+ error: boolean;
1221
+ height: string | number;
1222
+ direction: "horizontal" | "vertical";
1223
+ style: import('vue').StyleValue;
1224
+ disabled: boolean | null;
1225
+ readonly: boolean | null;
1226
+ messages: string | readonly string[];
1227
+ 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)?])[];
1228
+ focused: boolean;
1229
+ errorMessages: string | readonly string[] | null;
1230
+ maxErrors: string | number;
1231
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1232
+ density: import('vuetify/lib/composables/density.mjs').Density;
1233
+ ripple: boolean | {
1234
+ class?: string;
1235
+ keys?: string[];
1236
+ } | undefined;
1237
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1238
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1239
+ centerAffix: boolean;
1240
+ glow: boolean;
1241
+ hideSpinButtons: boolean;
1242
+ persistentHint: boolean;
1243
+ }, {}, string, import('vue').SlotsType<Partial<{
1244
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1245
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1246
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1247
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1248
+ default: () => import('vue').VNode[];
1249
+ label: (arg: {
1250
+ label: string | undefined;
1251
+ props: Record<string, any>;
1252
+ }) => import('vue').VNode[];
1253
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1254
+ beforeCreate?: (() => void) | (() => void)[];
1255
+ created?: (() => void) | (() => void)[];
1256
+ beforeMount?: (() => void) | (() => void)[];
1257
+ mounted?: (() => void) | (() => void)[];
1258
+ beforeUpdate?: (() => void) | (() => void)[];
1259
+ updated?: (() => void) | (() => void)[];
1260
+ activated?: (() => void) | (() => void)[];
1261
+ deactivated?: (() => void) | (() => void)[];
1262
+ beforeDestroy?: (() => void) | (() => void)[];
1263
+ beforeUnmount?: (() => void) | (() => void)[];
1264
+ destroyed?: (() => void) | (() => void)[];
1265
+ unmounted?: (() => void) | (() => void)[];
1266
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1267
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1268
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1269
+ };
1270
+ $forceUpdate: () => void;
1271
+ $nextTick: typeof nextTick;
1272
+ $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;
1273
+ } & Readonly<{
1274
+ type: string;
1275
+ inline: boolean;
1276
+ error: boolean;
1277
+ height: string | number;
1278
+ direction: "horizontal" | "vertical";
1279
+ style: import('vue').StyleValue;
1280
+ disabled: boolean | null;
1281
+ readonly: boolean | null;
1282
+ messages: string | readonly string[];
1283
+ 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)?])[];
1284
+ focused: boolean;
1285
+ errorMessages: string | readonly string[] | null;
1286
+ maxErrors: string | number;
1287
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1288
+ density: import('vuetify/lib/composables/density.mjs').Density;
1289
+ ripple: boolean | {
1290
+ class?: string;
1291
+ keys?: string[];
1292
+ } | undefined;
1293
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1294
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1295
+ centerAffix: boolean;
1296
+ glow: boolean;
1297
+ hideSpinButtons: boolean;
1298
+ persistentHint: boolean;
1299
+ }> & Omit<{
1300
+ type: string;
1301
+ inline: boolean;
1302
+ error: boolean;
1303
+ height: string | number;
1304
+ direction: "horizontal" | "vertical";
1305
+ style: import('vue').StyleValue;
1306
+ disabled: boolean | null;
1307
+ readonly: boolean | null;
1308
+ messages: string | readonly string[];
1309
+ 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)?])[];
1310
+ focused: boolean;
1311
+ errorMessages: string | readonly string[] | null;
1312
+ maxErrors: string | number;
1313
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1314
+ density: import('vuetify/lib/composables/density.mjs').Density;
1315
+ ripple: boolean | {
1316
+ class?: string;
1317
+ keys?: string[];
1318
+ } | undefined;
1319
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1320
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1321
+ centerAffix: boolean;
1322
+ glow: boolean;
1323
+ hideSpinButtons: boolean;
1324
+ persistentHint: boolean;
1325
+ } & {
1326
+ name?: string | undefined;
1327
+ id?: string | undefined;
1328
+ width?: string | number | undefined;
1329
+ color?: string | undefined;
1330
+ maxWidth?: string | number | undefined;
1331
+ minWidth?: string | number | undefined;
1332
+ label?: string | undefined;
1333
+ class?: any;
1334
+ theme?: string | undefined;
1335
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1336
+ 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;
1337
+ validationValue?: any;
1338
+ baseColor?: string | undefined;
1339
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1340
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1341
+ iconColor?: string | boolean | undefined;
1342
+ defaultsTarget?: string | undefined;
1343
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1344
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1345
+ hint?: string | undefined;
1346
+ hideDetails?: boolean | "auto" | undefined;
1347
+ }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
1348
+ $: import('vue').ComponentInternalInstance;
1349
+ $data: {};
1350
+ $props: Partial<{
1351
+ error: boolean;
1352
+ direction: "horizontal" | "vertical";
1353
+ style: import('vue').StyleValue;
1354
+ disabled: boolean | null;
1355
+ readonly: boolean | null;
1356
+ messages: string | readonly string[];
1357
+ 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)?])[];
1358
+ focused: boolean;
1359
+ errorMessages: string | readonly string[] | null;
1360
+ maxErrors: string | number;
1361
+ density: import('vuetify/lib/composables/density.mjs').Density;
1362
+ centerAffix: boolean;
1363
+ glow: boolean;
1364
+ hideSpinButtons: boolean;
1365
+ persistentHint: boolean;
1366
+ }> & Omit<{
1367
+ error: boolean;
1368
+ direction: "horizontal" | "vertical";
1369
+ style: import('vue').StyleValue;
1370
+ disabled: boolean | null;
1371
+ readonly: boolean | null;
1372
+ messages: string | readonly string[];
1373
+ 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)?])[];
1374
+ focused: boolean;
1375
+ errorMessages: string | readonly string[] | null;
1376
+ maxErrors: string | number;
1377
+ density: import('vuetify/lib/composables/density.mjs').Density;
1378
+ centerAffix: boolean;
1379
+ glow: boolean;
1380
+ hideSpinButtons: boolean;
1381
+ persistentHint: boolean;
1382
+ name?: string | undefined;
1383
+ id?: string | undefined;
1384
+ width?: string | number | undefined;
1385
+ color?: string | undefined;
1386
+ maxWidth?: string | number | undefined;
1387
+ minWidth?: string | number | undefined;
1388
+ label?: string | undefined;
1389
+ class?: any;
1390
+ theme?: string | undefined;
1391
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1392
+ 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;
1393
+ validationValue?: any;
1394
+ baseColor?: string | undefined;
1395
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1396
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1397
+ iconColor?: string | boolean | undefined;
1398
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1399
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1400
+ hint?: string | undefined;
1401
+ hideDetails?: boolean | "auto" | undefined;
1402
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
1403
+ $attrs: {
1404
+ [x: string]: unknown;
1405
+ };
1406
+ $refs: {
1407
+ [x: string]: unknown;
1408
+ };
1409
+ $slots: Readonly<{
1410
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1411
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1412
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1413
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1414
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
1415
+ }>;
1416
+ $root: import('vue').ComponentPublicInstance | null;
1417
+ $parent: import('vue').ComponentPublicInstance | null;
1418
+ $host: Element | null;
1419
+ $emit: (event: string, ...args: any[]) => void;
1420
+ $el: any;
1421
+ $options: import('vue').ComponentOptionsBase<{
1422
+ error: boolean;
1423
+ direction: "horizontal" | "vertical";
1424
+ style: import('vue').StyleValue;
1425
+ disabled: boolean | null;
1426
+ readonly: boolean | null;
1427
+ messages: string | readonly string[];
1428
+ 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)?])[];
1429
+ focused: boolean;
1430
+ errorMessages: string | readonly string[] | null;
1431
+ maxErrors: string | number;
1432
+ density: import('vuetify/lib/composables/density.mjs').Density;
1433
+ centerAffix: boolean;
1434
+ glow: boolean;
1435
+ hideSpinButtons: boolean;
1436
+ persistentHint: boolean;
1437
+ } & {
1438
+ name?: string | undefined;
1439
+ id?: string | undefined;
1440
+ width?: string | number | undefined;
1441
+ color?: string | undefined;
1442
+ maxWidth?: string | number | undefined;
1443
+ minWidth?: string | number | undefined;
1444
+ label?: string | undefined;
1445
+ class?: any;
1446
+ theme?: string | undefined;
1447
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1448
+ 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;
1449
+ validationValue?: any;
1450
+ baseColor?: string | undefined;
1451
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1452
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1453
+ iconColor?: string | boolean | undefined;
1454
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1455
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1456
+ hint?: string | undefined;
1457
+ hideDetails?: boolean | "auto" | undefined;
1458
+ } & {}, {
1459
+ reset: () => Promise<void>;
1460
+ resetValidation: () => Promise<void>;
1461
+ validate: (silent?: boolean) => Promise<string[]>;
1462
+ isValid: import('vue').ComputedRef<boolean | null>;
1463
+ errorMessages: import('vue').ComputedRef<string[]>;
1464
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1465
+ "update:modelValue": (value: any) => true;
1466
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1467
+ error: boolean;
1468
+ direction: "horizontal" | "vertical";
1469
+ style: import('vue').StyleValue;
1470
+ disabled: boolean | null;
1471
+ readonly: boolean | null;
1472
+ messages: string | readonly string[];
1473
+ 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)?])[];
1474
+ focused: boolean;
1475
+ errorMessages: string | readonly string[] | null;
1476
+ maxErrors: string | number;
1477
+ density: import('vuetify/lib/composables/density.mjs').Density;
1478
+ centerAffix: boolean;
1479
+ glow: boolean;
1480
+ hideSpinButtons: boolean;
1481
+ persistentHint: boolean;
1482
+ }, {}, string, import('vue').SlotsType<Partial<{
1483
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1484
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1485
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1486
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1487
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1488
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1489
+ beforeCreate?: (() => void) | (() => void)[];
1490
+ created?: (() => void) | (() => void)[];
1491
+ beforeMount?: (() => void) | (() => void)[];
1492
+ mounted?: (() => void) | (() => void)[];
1493
+ beforeUpdate?: (() => void) | (() => void)[];
1494
+ updated?: (() => void) | (() => void)[];
1495
+ activated?: (() => void) | (() => void)[];
1496
+ deactivated?: (() => void) | (() => void)[];
1497
+ beforeDestroy?: (() => void) | (() => void)[];
1498
+ beforeUnmount?: (() => void) | (() => void)[];
1499
+ destroyed?: (() => void) | (() => void)[];
1500
+ unmounted?: (() => void) | (() => void)[];
1501
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1502
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1503
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1504
+ };
1505
+ $forceUpdate: () => void;
1506
+ $nextTick: typeof import('vue').nextTick;
1507
+ $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;
1508
+ } & Readonly<{
1509
+ error: boolean;
1510
+ direction: "horizontal" | "vertical";
1511
+ style: import('vue').StyleValue;
1512
+ disabled: boolean | null;
1513
+ readonly: boolean | null;
1514
+ messages: string | readonly string[];
1515
+ 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)?])[];
1516
+ focused: boolean;
1517
+ errorMessages: string | readonly string[] | null;
1518
+ maxErrors: string | number;
1519
+ density: import('vuetify/lib/composables/density.mjs').Density;
1520
+ centerAffix: boolean;
1521
+ glow: boolean;
1522
+ hideSpinButtons: boolean;
1523
+ persistentHint: boolean;
1524
+ }> & Omit<{
1525
+ error: boolean;
1526
+ direction: "horizontal" | "vertical";
1527
+ style: import('vue').StyleValue;
1528
+ disabled: boolean | null;
1529
+ readonly: boolean | null;
1530
+ messages: string | readonly string[];
1531
+ 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)?])[];
1532
+ focused: boolean;
1533
+ errorMessages: string | readonly string[] | null;
1534
+ maxErrors: string | number;
1535
+ density: import('vuetify/lib/composables/density.mjs').Density;
1536
+ centerAffix: boolean;
1537
+ glow: boolean;
1538
+ hideSpinButtons: boolean;
1539
+ persistentHint: boolean;
1540
+ } & {
1541
+ name?: string | undefined;
1542
+ id?: string | undefined;
1543
+ width?: string | number | undefined;
1544
+ color?: string | undefined;
1545
+ maxWidth?: string | number | undefined;
1546
+ minWidth?: string | number | undefined;
1547
+ label?: string | undefined;
1548
+ class?: any;
1549
+ theme?: string | undefined;
1550
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1551
+ 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;
1552
+ validationValue?: any;
1553
+ baseColor?: string | undefined;
1554
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1555
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1556
+ iconColor?: string | boolean | undefined;
1557
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1558
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1559
+ hint?: string | undefined;
1560
+ hideDetails?: boolean | "auto" | undefined;
1561
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1562
+ reset: () => Promise<void>;
1563
+ resetValidation: () => Promise<void>;
1564
+ validate: (silent?: boolean) => Promise<string[]>;
1565
+ isValid: import('vue').ComputedRef<boolean | null>;
1566
+ errorMessages: import('vue').ComputedRef<string[]>;
1567
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1568
+ modelValue?: unknown;
1569
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1570
+ }, 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}`> & {
1571
+ _allExposed: {
1572
+ reset: () => Promise<void>;
1573
+ resetValidation: () => Promise<void>;
1574
+ validate: (silent?: boolean) => Promise<string[]>;
1575
+ isValid: import('vue').ComputedRef<boolean | null>;
1576
+ errorMessages: import('vue').ComputedRef<string[]>;
1577
+ } | {};
1578
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1579
+ modelValue?: string | number | symbol | null | undefined;
1580
+ "onUpdate:modelValue"?: ((value: string | number | symbol | null) => void) | undefined;
1581
+ }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;
1582
+ }, any>;
90
1583
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
1584
  export default _default;
92
1585
  type __VLS_WithTemplateSlots<T, S> = T & {