@cnamts/synapse 1.0.20 → 1.0.22

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 (414) hide show
  1. package/dist/{DateFilter-XURUmpMl.js → DateFilter-B5n-ZkLi.js} +29 -24
  2. package/dist/{NumberFilter-BZc0O8wV.js → NumberFilter-CtiZ9uj8.js} +1 -1
  3. package/dist/{PeriodFilter-ZNdXcl3p.js → PeriodFilter-DzqiMb-b.js} +1 -1
  4. package/dist/{SelectFilter-DshYU5OK.js → SelectFilter-BOYlF7rX.js} +1 -1
  5. package/dist/{TextFilter-D_c5dRPl.js → TextFilter-BOFRNfcX.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7399 -5967
  7. package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +1 -1
  8. package/dist/components/Amelipro/AmeliproCallback/AmeliproCallback.d.ts +1 -1
  9. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +10 -14
  10. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +1 -1
  12. package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +1 -1
  13. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +1 -1
  14. package/dist/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +1 -1
  16. package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +8 -8
  17. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +3 -3
  18. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +1 -1
  19. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +1 -1
  20. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
  21. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +16 -20
  22. package/dist/components/Amelipro/AmeliproMenu/AmeliproMenu.d.ts +1 -1
  23. package/dist/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.d.ts +1 -1
  24. package/dist/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.d.ts +1 -1
  25. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +1610 -1354
  26. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +2411 -2027
  27. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +8889 -7327
  28. package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +1 -1
  29. package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -6
  30. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +8888 -7334
  31. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +951 -839
  32. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1613 -1357
  33. package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +223 -203
  34. package/dist/components/Amelipro/AmeliproTransmission/AmeliproTransmission.d.ts +3 -3
  35. package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +3 -7
  36. package/dist/components/CollapsibleList/CollapsibleList.d.ts +4 -1
  37. package/dist/components/CookieBanner/CookieBanner.d.ts +303 -273
  38. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +1297 -1156
  39. package/dist/components/CookiesSelection/CookiesSelection.d.ts +404 -377
  40. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +1 -1
  41. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +1088 -847
  42. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  43. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +515 -321
  44. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +162 -0
  45. package/dist/components/Customs/SyCheckBoxGroup/locales.d.ts +3 -0
  46. package/dist/components/Customs/SyCheckBoxGroup/types.d.ts +10 -0
  47. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1668 -5
  48. package/dist/components/Customs/SyForm/SyForm.d.ts +356 -348
  49. package/dist/components/Customs/SyPagination/SyPagination.d.ts +11 -1
  50. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1609 -4
  51. package/dist/components/Customs/SyTextField/SyTextField.d.ts +1629 -1365
  52. package/dist/components/DataList/DataList.d.ts +1 -1
  53. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +3868 -3123
  54. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +1946 -1562
  55. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +833 -687
  56. package/dist/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.d.ts +60 -0
  57. package/dist/components/DialogBox/DialogBox.d.ts +482 -416
  58. package/dist/components/DownloadBtn/config.d.ts +1 -1
  59. package/dist/components/ErrorPage/ErrorPage.d.ts +5 -12
  60. package/dist/components/ErrorPage/locales.d.ts +18 -3
  61. package/dist/components/FileList/UploadItem/locales.d.ts +4 -0
  62. package/dist/components/FileUpload/FileUpload.d.ts +6 -4
  63. package/dist/components/FileUpload/locales.d.ts +1 -0
  64. package/dist/components/FilterSideBar/FilterSideBar.d.ts +418 -366
  65. package/dist/components/FooterBar/FooterBar.d.ts +13 -1
  66. package/dist/components/FooterBar/locales.d.ts +1 -0
  67. package/dist/components/FooterBar/types.d.ts +1 -0
  68. package/dist/components/HeaderBar/HeaderBar.d.ts +1 -0
  69. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +1 -0
  70. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +3 -6
  71. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +1031 -643
  72. package/dist/components/LangBtn/LangBtn.d.ts +277 -239
  73. package/dist/components/LogoBrandSection/LogoBrandSection.d.ts +4 -0
  74. package/dist/components/MaintenancePage/MaintenancePage.d.ts +16 -1
  75. package/dist/components/MaintenancePage/locales.d.ts +18 -2
  76. package/dist/components/NirField/NirField.d.ts +1659 -1371
  77. package/dist/components/NotFoundPage/NotFoundPage.d.ts +9 -3
  78. package/dist/components/NotFoundPage/locales.d.ts +20 -4
  79. package/dist/components/PageContainer/PageContainer.d.ts +3 -1
  80. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  81. package/dist/components/PeriodField/PeriodField.d.ts +7712 -6216
  82. package/dist/components/PhoneField/PhoneField.d.ts +831 -687
  83. package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +4 -12
  84. package/dist/components/StatusPage/StatusPage.d.ts +50 -0
  85. package/dist/components/SubHeader/SubHeader.d.ts +2 -0
  86. package/dist/components/SyAlert/SyAlert.d.ts +74 -70
  87. package/dist/components/SyBtnMenu/SyBtnMenu.d.ts +10 -1
  88. package/dist/components/SyHeading/SyHeading.d.ts +20 -0
  89. package/dist/components/SyTextArea/SyTextArea.d.ts +476 -420
  90. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +759 -468
  91. package/dist/components/Tables/SyTable/SyTable.d.ts +761 -470
  92. package/dist/components/Tables/common/SyTableFilter.d.ts +1 -1
  93. package/dist/components/Tables/common/SyTablePagination.d.ts +269 -170
  94. package/dist/components/Tables/common/filters/DateFilter.d.ts +10 -1
  95. package/dist/components/Tables/common/filters/NumberFilter.d.ts +1 -1
  96. package/dist/components/Tables/common/filters/PeriodFilter.d.ts +1 -1
  97. package/dist/components/Tables/common/filters/SelectFilter.d.ts +1 -1
  98. package/dist/components/Tables/common/filters/TextFilter.d.ts +1 -1
  99. package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +166 -138
  100. package/dist/components/Tables/common/types.d.ts +2 -0
  101. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +35 -1212
  102. package/dist/components/UserMenuBtn/UserMenuBtn.d.ts +1 -0
  103. package/dist/components/index.d.ts +4 -0
  104. package/dist/components/types.d.ts +2 -0
  105. package/dist/design-system-v3.js +131 -127
  106. package/dist/design-system-v3.umd.cjs +274 -274
  107. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +26 -14
  108. package/dist/designTokens/tokens/amelipro/apSemantic.d.ts +19 -13
  109. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +28 -15
  110. package/dist/designTokens/tokens/cnam/cnamSemantic.d.ts +20 -13
  111. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +26 -15
  112. package/dist/designTokens/tokens/pa/paSemantic.d.ts +19 -13
  113. package/dist/main-CEl4J8_T.js +37241 -0
  114. package/dist/style.css +1 -1
  115. package/dist/utils/theme/index.d.ts +6 -0
  116. package/dist/vuetifyConfig.d.ts +14 -14
  117. package/package.json +16 -7
  118. package/src/assets/amelipro/img/logo-amelipro.svg +9 -0
  119. package/src/assets/apTokens.scss +53 -17
  120. package/src/assets/overrides/_icons.scss +12 -2
  121. package/src/assets/overrides/_tooltips.scss +5 -6
  122. package/src/assets/overrides/_typography.scss +17 -2
  123. package/src/assets/overrides/_utilities.scss +49 -3
  124. package/src/assets/tokens.scss +53 -17
  125. package/src/components/Accordion/accessibilite/Accessibility.mdx +5 -4
  126. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.vue +2 -2
  127. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +0 -2
  128. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +2 -2
  129. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +14 -56
  130. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +1 -1
  131. package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +15 -23
  132. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +1 -1
  133. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +15 -3
  134. package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +0 -2
  135. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +0 -98
  136. package/src/components/Amelipro/AmeliproContentLayout/AmeliproContentLayout.mdx +1 -1
  137. package/src/components/Amelipro/AmeliproContentLayout/AmeliproContentLayout.stories.ts +5 -16
  138. package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.mdx +3 -1
  139. package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.stories.ts +7 -0
  140. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +0 -1
  141. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/__snapshots__/AmeliproTooth.spec.ts.snap +0 -1
  142. package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +0 -52
  143. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +6 -0
  144. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.mdx +3 -1
  145. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.stories.ts +19 -0
  146. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +2 -2
  147. package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +3 -4
  148. package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +2 -13
  149. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.mdx +3 -1
  150. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.stories.ts +7 -0
  151. package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +8 -0
  152. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +9 -2
  153. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +28 -10
  154. package/src/components/Amelipro/AmeliproPostalAddressField/__tests__/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +44 -8
  155. package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +1 -1
  156. package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +15 -3
  157. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +1 -1
  158. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +0 -1
  159. package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +6 -0
  160. package/src/components/Amelipro/AmeliproUpload/__tests__/__snapshots__/AmeliproUpload.spec.ts.snap +2 -4
  161. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/__snapshots__/StructureList.spec.ts.snap +0 -2
  162. package/src/components/Amelipro/UserMenu/__tests__/__snapshots__/UserMenu.spec.ts.snap +8 -0
  163. package/src/components/BackBtn/BackBtn.vue +1 -1
  164. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +36 -18
  165. package/src/components/ChipList/ChipList.vue +4 -2
  166. package/src/components/CollapsibleList/CollapsibleList.stories.ts +8 -3
  167. package/src/components/CollapsibleList/CollapsibleList.vue +14 -6
  168. package/src/components/CollapsibleList/accessibilite/Accessibility.mdx +19 -6
  169. package/src/components/CollapsibleList/tests/CollapsibleList.a11y.spec.ts +1 -0
  170. package/src/components/CollapsibleList/tests/CollapsibleList.spec.ts +2 -0
  171. package/src/components/ContextualMenu/ContextualMenu.stories.ts +0 -3
  172. package/src/components/ContextualMenu/accessibilite/Accessibility.mdx +67 -11
  173. package/src/components/CookieBanner/CookieBanner.stories.ts +21 -20
  174. package/src/components/CookieBanner/CookieBanner.vue +35 -10
  175. package/src/components/CookieBanner/accessibilite/Accessibility.mdx +76 -11
  176. package/src/components/CookieBanner/tests/CookieBanner.spec.ts +56 -4
  177. package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +21 -15
  178. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +17 -8
  179. package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.a11y.spec.ts +1 -0
  180. package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.spec.ts +5 -0
  181. package/src/components/CookiesSelection/CookiesSelection.vue +7 -2
  182. package/src/components/CookiesSelection/tests/CookiesSelection.a11y.spec.ts +1 -0
  183. package/src/components/CookiesSelection/tests/CookiesSelection.spec.ts +5 -0
  184. package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +21 -15
  185. package/src/components/CopyBtn/CopyBtn.vue +6 -4
  186. package/src/components/CopyBtn/accessibilite/Accessibility.mdx +82 -11
  187. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +5 -1
  188. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -10
  189. package/src/components/Customs/Selects/SySelect/SySelect.mdx +0 -1
  190. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +10 -10
  191. package/src/components/Customs/Selects/SySelect/SySelect.vue +17 -0
  192. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +1 -1
  193. package/src/components/Customs/Selects/SySelect/tests/SySelect.a11y.spec.ts +1 -3
  194. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +72 -0
  195. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.mdx +32 -0
  196. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +856 -0
  197. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +334 -0
  198. package/src/components/Customs/SyCheckBoxGroup/accessibilite/Accessibility.mdx +243 -0
  199. package/src/components/Customs/SyCheckBoxGroup/locales.ts +3 -0
  200. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.a11y.spec.ts +30 -0
  201. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.spec.ts +152 -0
  202. package/src/components/Customs/SyCheckBoxGroup/types.ts +10 -0
  203. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +17 -28
  204. package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +1 -1
  205. package/src/components/Customs/SyForm/SyForm.a11y.spec.ts +1 -1
  206. package/src/components/Customs/SyIcon/SyIcon.a11y.spec.ts +31 -2
  207. package/src/components/Customs/SyIcon/SyIcon.vue +9 -5
  208. package/src/components/Customs/SyPagination/SyPagination.stories.ts +14 -2
  209. package/src/components/Customs/SyPagination/SyPagination.vue +20 -5
  210. package/src/components/Customs/SyPagination/accessibilite/Accessibility.mdx +79 -8
  211. package/src/components/Customs/SyPagination/tests/SyPagination.a11y.spec.ts +38 -12
  212. package/src/components/Customs/SyPagination/tests/SyPagination.spec.ts +12 -0
  213. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +16 -43
  214. package/src/components/Customs/SyTextField/SyTextField.stories.ts +4 -0
  215. package/src/components/Customs/SyTextField/SyTextField.vue +39 -5
  216. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +28 -3
  217. package/src/components/DatePicker/CalendarMode/DatePicker.vue +55 -19
  218. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +9 -3
  219. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +44 -3
  220. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +70 -47
  221. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.a11y.spec.ts +9 -1
  222. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +48 -21
  223. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +98 -0
  224. package/src/components/DatePicker/docExamples/BidirectionalComplexValidation.vue +23 -9
  225. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +21 -8
  226. package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +50 -22
  227. package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +48 -10
  228. package/src/components/DatePicker/playground/DatePickerHolidayRule.vue +16 -3
  229. package/src/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.mdx +83 -0
  230. package/src/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.stories.ts +502 -0
  231. package/src/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.vue +428 -0
  232. package/src/components/DeclarationAccessibilityPage/accessibilite/Accessibility.mdx +75 -0
  233. package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.a11y.spec.ts +53 -0
  234. package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.spec.ts +59 -0
  235. package/src/components/DiacriticPicker/DiacriticPicker.vue +20 -1
  236. package/src/components/DialogBox/DialogBox.stories.ts +13 -0
  237. package/src/components/DialogBox/DialogBox.vue +12 -5
  238. package/src/components/DialogBox/accessibilite/Accessibility.mdx +27 -7
  239. package/src/components/DialogBox/tests/DialogBox.a11y.spec.ts +1 -0
  240. package/src/components/DialogBox/tests/DialogBox.spec.ts +40 -6
  241. package/src/components/DownloadBtn/accessibilite/Accessibility.mdx +73 -11
  242. package/src/components/DownloadBtn/config.ts +1 -1
  243. package/src/components/ErrorPage/ErrorPage.mdx +6 -16
  244. package/src/components/ErrorPage/ErrorPage.stories.ts +90 -126
  245. package/src/components/ErrorPage/ErrorPage.vue +44 -125
  246. package/src/components/ErrorPage/accessibilite/Accessibility.mdx +83 -6
  247. package/src/components/ErrorPage/assets/error-ap.svg +1774 -0
  248. package/src/components/ErrorPage/locales.ts +21 -3
  249. package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +5 -13
  250. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +2 -41
  251. package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +10 -266
  252. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +13 -2
  253. package/src/components/FileList/FileList.stories.ts +4 -0
  254. package/src/components/FileList/UploadItem/UploadItem.vue +8 -3
  255. package/src/components/FileList/UploadItem/locales.ts +10 -0
  256. package/src/components/FileList/accessibilite/Accessibility.mdx +55 -7
  257. package/src/components/FileUpload/FileUpload.vue +65 -37
  258. package/src/components/FileUpload/FileUploadContent.vue +1 -1
  259. package/src/components/FileUpload/accessibilite/Accessibility.mdx +48 -5
  260. package/src/components/FileUpload/locales.ts +1 -0
  261. package/src/components/FileUpload/tests/FileUpload.spec.ts +14 -14
  262. package/src/components/FilterInline/FilterInline.stories.ts +0 -15
  263. package/src/components/FilterInline/FilterInline.vue +1 -0
  264. package/src/components/FilterInline/accessibilite/Accessibility.mdx +70 -7
  265. package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +3 -3
  266. package/src/components/FilterSideBar/FilterSideBar.stories.ts +0 -3
  267. package/src/components/FilterSideBar/FilterSideBar.vue +2 -1
  268. package/src/components/FilterSideBar/accessibilite/Accessibility.mdx +70 -9
  269. package/src/components/FooterBar/FooterBar.stories.ts +316 -48
  270. package/src/components/FooterBar/FooterBar.vue +67 -9
  271. package/src/components/FooterBar/config.ts +2 -2
  272. package/src/components/FooterBar/defaultSocialMediaLinks.ts +6 -4
  273. package/src/components/FooterBar/locales.ts +1 -0
  274. package/src/components/FooterBar/tests/FooterBarConfig.spec.ts +1 -1
  275. package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +6 -25
  276. package/src/components/FooterBar/types.d.ts +1 -0
  277. package/src/components/HeaderBar/HeaderBar.stories.ts +23 -1
  278. package/src/components/HeaderBar/HeaderBar.vue +4 -0
  279. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +7 -2
  280. package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +5 -0
  281. package/src/components/HeaderBar/accessibilite/Accessibility.mdx +24 -5
  282. package/src/components/HeaderBar/tests/HeaderBar.a11y.spec.ts +1 -0
  283. package/src/components/HeaderBar/tests/HeaderBar.spec.ts +3 -0
  284. package/src/components/HeaderNavigationBar/HeaderNavigationBar.stories.ts +4 -0
  285. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -0
  286. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +3 -0
  287. package/src/components/LogoBrandSection/LogoBrandSection.stories.ts +22 -0
  288. package/src/components/LogoBrandSection/LogoBrandSection.vue +13 -5
  289. package/src/components/LogoBrandSection/tests/LogoBrandSection.a11y.spec.ts +2 -0
  290. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +44 -0
  291. package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +2 -0
  292. package/src/components/MaintenancePage/MaintenancePage.mdx +1 -1
  293. package/src/components/MaintenancePage/MaintenancePage.vue +42 -7
  294. package/src/components/MaintenancePage/accessibilite/Accessibility.mdx +63 -6
  295. package/src/components/MaintenancePage/assets/maintenance-ap.svg +1718 -0
  296. package/src/components/MaintenancePage/locales.ts +24 -3
  297. package/src/components/MaintenancePage/tests/MaintenancePage.a11y.spec.ts +76 -3
  298. package/src/components/MaintenancePage/tests/MaintenancePage.spec.ts +60 -2
  299. package/src/components/MaintenancePage/tests/__snapshots__/MaintenancePage.spec.ts.snap +5 -2
  300. package/src/components/NotFoundPage/NotFoundPage.mdx +1 -1
  301. package/src/components/NotFoundPage/NotFoundPage.stories.ts +4 -4
  302. package/src/components/NotFoundPage/NotFoundPage.vue +30 -14
  303. package/src/components/NotFoundPage/accessibilite/Accessibility.mdx +80 -6
  304. package/src/components/NotFoundPage/assets/not-found-ap.svg +2061 -0
  305. package/src/components/NotFoundPage/locales.ts +24 -4
  306. package/src/components/NotFoundPage/tests/NotFoundPage.a11y.spec.ts +217 -4
  307. package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +123 -12
  308. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +4 -2
  309. package/src/components/NotificationBar/NotificationBar.mdx +2 -2
  310. package/src/components/NotificationBar/accessibilite/Accessibility.mdx +68 -8
  311. package/src/components/PageContainer/PageContainer.stories.ts +47 -0
  312. package/src/components/PageContainer/PageContainer.vue +4 -2
  313. package/src/components/PageContainer/accessibilite/Accessibility.mdx +67 -0
  314. package/src/components/PageContainer/tests/PageContainer.a11y.spec.ts +14 -7
  315. package/src/components/PaginatedTable/PaginatedTable.mdx +3 -3
  316. package/src/components/PaginatedTable/PaginatedTable.stories.ts +9 -1
  317. package/src/components/PeriodField/PeriodField.vue +4 -0
  318. package/src/components/PeriodField/tests/PeriodField.a11y.spec.ts +10 -1
  319. package/src/components/PhoneField/PhoneField.stories.ts +115 -69
  320. package/src/components/PhoneField/PhoneField.vue +152 -83
  321. package/src/components/PhoneField/accessibilite/Accessibility.mdx +306 -9
  322. package/src/components/PhoneField/indicatifs.ts +2 -2
  323. package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +22 -9
  324. package/src/components/PhoneField/tests/PhoneField.spec.ts +82 -5
  325. package/src/components/SearchListField/SearchListField.vue +1 -1
  326. package/src/components/SearchListField/accessibilite/Accessibility.mdx +69 -9
  327. package/src/components/SearchListField/tests/SearchListField.a11y.spec.ts +37 -0
  328. package/src/components/SocialMediaLinks/DefaultSocialMediaLinks.ts +6 -4
  329. package/src/components/SocialMediaLinks/SocialMediaLinks.mdx +7 -5
  330. package/src/components/SocialMediaLinks/SocialMediaLinks.stories.ts +17 -13
  331. package/src/components/SocialMediaLinks/SocialMediaLinks.vue +10 -2
  332. package/src/components/SocialMediaLinks/accessibilite/Accessibility.mdx +63 -11
  333. package/src/components/SocialMediaLinks/tests/DefaultSocialMediaLinks.spec.ts +5 -5
  334. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.a11y.spec.ts +59 -0
  335. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.spec.ts +9 -7
  336. package/src/components/StatusPage/StatusPage.mdx +31 -0
  337. package/src/components/StatusPage/StatusPage.stories.ts +236 -0
  338. package/src/components/StatusPage/StatusPage.vue +167 -0
  339. package/src/components/StatusPage/accessibilite/Accessibility.mdx +100 -0
  340. package/src/components/StatusPage/tests/StatusPage.a11y.spec.ts +30 -0
  341. package/src/components/StatusPage/tests/StatusPage.spec.ts +53 -0
  342. package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +272 -0
  343. package/src/components/SubHeader/SubHeader.stories.ts +16 -0
  344. package/src/components/SubHeader/SubHeader.vue +6 -3
  345. package/src/components/SubHeader/accessibilite/Accessibility.mdx +27 -6
  346. package/src/components/SyAlert/SyAlert.vue +21 -20
  347. package/src/components/SyBtnMenu/SyBtnMenu.vue +33 -17
  348. package/src/components/SyBtnMenu/tests/SyBtnMenu.a11y.spec.ts +38 -0
  349. package/src/components/SyBtnMenu/tests/SyBtnMenu.spec.ts +41 -0
  350. package/src/components/SyHeading/SyHeading.vue +18 -0
  351. package/src/components/TableToolbar/TableToolbar.stories.ts +6 -6
  352. package/src/components/TableToolbar/TableToolbar.vue +1 -1
  353. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +96 -35
  354. package/src/components/Tables/SyServerTable/SyServerTable.vue +2 -0
  355. package/src/components/Tables/SyTable/SyTable.vue +2 -0
  356. package/src/components/Tables/common/SyTablePagination.vue +16 -10
  357. package/src/components/Tables/common/filters/DateFilter.vue +5 -0
  358. package/src/components/Tables/common/tests/SyTablePagination.spec.ts +40 -24
  359. package/src/components/Tables/common/types.ts +3 -0
  360. package/src/components/UploadWorkflow/UploadWorkflow.mdx +11 -1
  361. package/src/components/UploadWorkflow/UploadWorkflow.stories.ts +118 -14
  362. package/src/components/UploadWorkflow/UploadWorkflow.vue +59 -31
  363. package/src/components/UploadWorkflow/accessibilite/Accessibility.mdx +56 -5
  364. package/src/components/UploadWorkflow/accessibilite/UploadWorkflow.a11y.spec.ts +110 -0
  365. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +37 -7
  366. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +139 -112
  367. package/src/components/UploadWorkflow/useFileList.ts +7 -0
  368. package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +53 -31
  369. package/src/components/UserMenuBtn/UserMenuBtn.vue +4 -1
  370. package/src/components/UserMenuBtn/accessibilite/Accessibility.mdx +72 -8
  371. package/src/components/index.ts +4 -0
  372. package/src/components/types.ts +4 -0
  373. package/src/composables/date/tests/useDateInitialization.spec.ts +22 -1
  374. package/src/composables/date/useDateInitializationDayjs.ts +4 -7
  375. package/src/composables/date/useDatePickerAccessibility.ts +2 -3
  376. package/src/composables/rules/tests/useFieldValidation.spec.ts +39 -3
  377. package/src/composables/rules/useFieldValidation.ts +24 -9
  378. package/src/composables/useFilterable/useFilterable.spec.ts +52 -2
  379. package/src/composables/useFilterable/useFilterable.ts +7 -1
  380. package/src/designTokens/tokens/amelipro/apLightTheme.ts +27 -15
  381. package/src/designTokens/tokens/amelipro/apSemantic.ts +21 -15
  382. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +28 -15
  383. package/src/designTokens/tokens/cnam/cnamSemantic.ts +21 -14
  384. package/src/designTokens/tokens/pa/paLightTheme.ts +27 -16
  385. package/src/designTokens/tokens/pa/paSemantic.ts +19 -13
  386. package/src/directives/rgaaSvgFix.ts +2 -7
  387. package/src/stories/Accessibilite/{Audit → AuditEtContreAudit}/Exemptions-derogations.mdx +1 -1
  388. package/src/stories/Accessibilite/AuditEtContreAudit/Introduction.mdx +188 -0
  389. package/src/stories/Accessibilite/{Audit → AuditEtContreAudit}/RGAA.mdx +1 -1
  390. package/src/stories/Accessibilite/Introduction.mdx +22 -3
  391. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +21 -22
  392. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +7 -0
  393. package/src/stories/DeprecationNotice/DeprecationNotice.ts +41 -0
  394. package/src/stories/DesignTokens/ColorDisplay.vue +12 -5
  395. package/src/stories/DesignTokens/Colors.mdx +8 -59
  396. package/src/stories/DesignTokens/colors.stories.ts +1862 -1071
  397. package/src/stories/EcoConception/EcoGuideComponent.vue +10 -4
  398. package/src/utils/theme/index.ts +19 -0
  399. package/src/utils/theme/tests/useThemeLocales.spec.ts +245 -0
  400. package/dist/components/MaintenancePage/index.d.ts +0 -2
  401. package/dist/main-CuI6xaPq.js +0 -36396
  402. package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +0 -51
  403. package/src/components/DataListItem/tests/DataListItem.a11y.spec.ts +0 -31
  404. package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +0 -27
  405. package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +0 -26
  406. package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +0 -39
  407. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.a11y.spec.ts +0 -45
  408. package/src/components/HeaderToolbar/tests/HeaderToolbar.a11y.spec.ts +0 -25
  409. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +0 -31
  410. package/src/components/MaintenancePage/index.ts +0 -3
  411. package/src/components/PageContainer/Accessibilite/Accessibility.mdx +0 -53
  412. package/src/components/PageContainer/Accessibilite/AccessibilityGuide.mdx +0 -0
  413. package/src/components/PaginatedTable/tests/PaginatedTable.a11y.spec.ts +0 -43
  414. /package/src/components/NotFoundPage/assets/{not-found.svg → not-found-cnam.svg} +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,809 @@ 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
+ style: import('vue').StyleValue;
44
+ focused: boolean;
45
+ errorMessages: string | readonly string[] | null;
46
+ maxErrors: string | number;
47
+ 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)?])[];
48
+ density: import('vuetify/lib/composables/density.mjs').Density;
49
+ disabled: boolean | null;
50
+ error: boolean;
51
+ inline: boolean;
52
+ ripple: boolean | {
53
+ class?: string | undefined;
54
+ keys?: string[] | undefined;
55
+ } | undefined;
56
+ readonly: boolean | null;
57
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
58
+ centerAffix: boolean;
59
+ glow: boolean;
60
+ hideSpinButtons: boolean;
61
+ persistentHint: boolean;
62
+ messages: string | readonly string[];
63
+ height: string | number;
64
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
65
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
66
+ type: string;
67
+ }> & Omit<{
68
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
69
+ focused: boolean;
70
+ errorMessages: string | readonly string[] | null;
71
+ maxErrors: string | number;
72
+ 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)?])[];
73
+ density: import('vuetify/lib/composables/density.mjs').Density;
74
+ disabled: boolean | null;
75
+ error: boolean;
76
+ inline: boolean;
77
+ ripple: boolean | {
78
+ class?: string | undefined;
79
+ keys?: string[] | undefined;
80
+ };
81
+ readonly: boolean | null;
82
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
83
+ centerAffix: boolean;
84
+ glow: boolean;
85
+ hideSpinButtons: boolean;
86
+ persistentHint: boolean;
87
+ messages: string | readonly string[];
88
+ height: string | number;
89
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
90
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
91
+ type: string;
92
+ theme?: string | undefined | undefined;
93
+ class?: any;
94
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined | undefined;
95
+ label?: string | undefined | undefined;
96
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined | undefined;
97
+ validationValue?: any;
98
+ maxWidth?: string | number | undefined | undefined;
99
+ minWidth?: string | number | undefined | undefined;
100
+ width?: string | number | undefined | undefined;
101
+ color?: string | undefined | undefined;
102
+ defaultsTarget?: string | undefined | undefined;
103
+ id?: string | undefined | undefined;
104
+ name?: string | undefined | undefined;
105
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
106
+ baseColor?: string | undefined | undefined;
107
+ iconColor?: string | boolean | undefined | undefined;
108
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
109
+ hideDetails?: "auto" | boolean | undefined | undefined;
110
+ hint?: string | undefined | undefined;
111
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
112
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
113
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
114
+ $attrs: import('vue').Attrs;
115
+ $refs: {
116
+ [x: string]: unknown;
117
+ };
118
+ $slots: Readonly<{
119
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
120
+ [key: string]: any;
121
+ }>[]) | undefined;
122
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
123
+ [key: string]: any;
124
+ }>[]) | undefined;
125
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
126
+ [key: string]: any;
127
+ }>[]) | undefined;
128
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
129
+ [key: string]: any;
130
+ }>[]) | undefined;
131
+ default?: (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
132
+ [key: string]: any;
133
+ }>[]) | undefined;
134
+ label?: ((arg: {
135
+ label: string | undefined;
136
+ props: Record<string, any>;
137
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
138
+ [key: string]: any;
139
+ }>[]) | undefined;
140
+ }>;
141
+ $root: import('vue').ComponentPublicInstance | null;
142
+ $parent: import('vue').ComponentPublicInstance | null;
143
+ $host: Element | null;
144
+ $emit: (event: string, ...args: any[]) => void;
145
+ $el: any;
146
+ $options: import('vue').ComponentOptionsBase<{
147
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
148
+ focused: boolean;
149
+ errorMessages: string | readonly string[] | null;
150
+ maxErrors: string | number;
151
+ 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)?])[];
152
+ density: import('vuetify/lib/composables/density.mjs').Density;
153
+ disabled: boolean | null;
154
+ error: boolean;
155
+ inline: boolean;
156
+ ripple: boolean | {
157
+ class?: string | undefined;
158
+ keys?: string[] | undefined;
159
+ };
160
+ readonly: boolean | null;
161
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
162
+ centerAffix: boolean;
163
+ glow: boolean;
164
+ hideSpinButtons: boolean;
165
+ persistentHint: boolean;
166
+ messages: string | readonly string[];
167
+ height: string | number;
168
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
169
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
170
+ type: string;
171
+ } & {
172
+ theme?: string | undefined;
173
+ class?: any;
174
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
175
+ label?: string | undefined;
176
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
177
+ validationValue?: any;
178
+ maxWidth?: string | number | undefined;
179
+ minWidth?: string | number | undefined;
180
+ width?: string | number | undefined;
181
+ color?: string | undefined;
182
+ defaultsTarget?: string | undefined;
183
+ id?: string | undefined;
184
+ name?: string | undefined;
185
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
186
+ baseColor?: string | undefined;
187
+ iconColor?: string | boolean | undefined;
188
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
189
+ hideDetails?: "auto" | boolean | undefined;
190
+ hint?: string | undefined;
191
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
192
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
193
+ }, Omit<Omit<{
194
+ $: import('vue').ComponentInternalInstance;
195
+ $data: {};
196
+ $props: Partial<{
197
+ style: import('vue').StyleValue;
198
+ focused: boolean;
199
+ disabled: boolean | null;
200
+ error: boolean;
201
+ errorMessages: string | readonly string[] | null;
202
+ maxErrors: string | number;
203
+ readonly: boolean | null;
204
+ 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)?])[];
205
+ density: import('vuetify/lib/composables/density.mjs').Density;
206
+ centerAffix: boolean;
207
+ glow: boolean;
208
+ hideSpinButtons: boolean;
209
+ persistentHint: boolean;
210
+ messages: string | readonly string[];
211
+ direction: "horizontal" | "vertical";
212
+ }> & Omit<{
213
+ theme?: string | undefined;
214
+ class?: any;
215
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
216
+ focused: boolean;
217
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
218
+ disabled: boolean | null;
219
+ error: boolean;
220
+ errorMessages: string | readonly string[] | null;
221
+ maxErrors: string | number;
222
+ name?: string | undefined;
223
+ label?: string | undefined;
224
+ readonly: boolean | null;
225
+ 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)?])[];
226
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
227
+ validationValue?: any;
228
+ density: import('vuetify/lib/composables/density.mjs').Density;
229
+ maxWidth?: string | number | undefined;
230
+ minWidth?: string | number | undefined;
231
+ width?: string | number | undefined;
232
+ id?: string | undefined;
233
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
234
+ baseColor?: string | undefined;
235
+ centerAffix: boolean;
236
+ color?: string | undefined;
237
+ glow: boolean;
238
+ iconColor?: string | boolean | undefined;
239
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
240
+ hideDetails?: "auto" | boolean | undefined;
241
+ hideSpinButtons: boolean;
242
+ hint?: string | undefined;
243
+ persistentHint: boolean;
244
+ messages: string | readonly string[];
245
+ direction: "horizontal" | "vertical";
246
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
247
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
248
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
249
+ $attrs: {
250
+ [x: string]: unknown;
251
+ };
252
+ $refs: {
253
+ [x: string]: unknown;
254
+ };
255
+ $slots: Readonly<{
256
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
257
+ [key: string]: any;
258
+ }>[]) | undefined;
259
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
260
+ [key: string]: any;
261
+ }>[]) | undefined;
262
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
263
+ [key: string]: any;
264
+ }>[]) | undefined;
265
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
266
+ [key: string]: any;
267
+ }>[]) | undefined;
268
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
269
+ [key: string]: any;
270
+ }>[]) | undefined;
271
+ }>;
272
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
273
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
274
+ $host: Element | null;
275
+ $emit: (event: string, ...args: any[]) => void;
276
+ $el: any;
277
+ $options: import('vue').ComponentOptionsBase<{
278
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
279
+ focused: boolean;
280
+ disabled: boolean | null;
281
+ error: boolean;
282
+ errorMessages: string | readonly string[] | null;
283
+ maxErrors: string | number;
284
+ readonly: boolean | null;
285
+ 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)?])[];
286
+ density: import('vuetify/lib/composables/density.mjs').Density;
287
+ centerAffix: boolean;
288
+ glow: boolean;
289
+ hideSpinButtons: boolean;
290
+ persistentHint: boolean;
291
+ messages: string | readonly string[];
292
+ direction: "horizontal" | "vertical";
293
+ } & {
294
+ theme?: string | undefined;
295
+ class?: any;
296
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
297
+ name?: string | undefined;
298
+ label?: string | undefined;
299
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
300
+ validationValue?: any;
301
+ maxWidth?: string | number | undefined;
302
+ minWidth?: string | number | undefined;
303
+ width?: string | number | undefined;
304
+ id?: string | undefined;
305
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
306
+ baseColor?: string | undefined;
307
+ color?: string | undefined;
308
+ iconColor?: string | boolean | undefined;
309
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
310
+ hideDetails?: "auto" | boolean | undefined;
311
+ hint?: string | undefined;
312
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
313
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
314
+ } & {}, {
315
+ reset: () => Promise<void>;
316
+ resetValidation: () => Promise<void>;
317
+ validate: (silent?: boolean) => Promise<string[]>;
318
+ isValid: import('vue').ComputedRef<boolean | null>;
319
+ errorMessages: import('vue').ComputedRef<string[]>;
320
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
321
+ "update:modelValue": (value: any) => true;
322
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
323
+ style: import('vue').StyleValue;
324
+ focused: boolean;
325
+ disabled: boolean | null;
326
+ error: boolean;
327
+ errorMessages: string | readonly string[] | null;
328
+ maxErrors: string | number;
329
+ readonly: boolean | null;
330
+ 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)?])[];
331
+ density: import('vuetify/lib/composables/density.mjs').Density;
332
+ centerAffix: boolean;
333
+ glow: boolean;
334
+ hideSpinButtons: boolean;
335
+ persistentHint: boolean;
336
+ messages: string | readonly string[];
337
+ direction: "horizontal" | "vertical";
338
+ }, {}, string, import('vue').SlotsType<Partial<{
339
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
340
+ [key: string]: any;
341
+ }>[];
342
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
343
+ [key: string]: any;
344
+ }>[];
345
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
346
+ [key: string]: any;
347
+ }>[];
348
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
349
+ [key: string]: any;
350
+ }>[];
351
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
352
+ [key: string]: any;
353
+ }>[];
354
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
355
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
356
+ created?: ((() => void)[] | (() => void)) | undefined;
357
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
358
+ mounted?: ((() => void)[] | (() => void)) | undefined;
359
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
360
+ updated?: ((() => void)[] | (() => void)) | undefined;
361
+ activated?: ((() => void)[] | (() => void)) | undefined;
362
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
363
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
364
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
365
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
366
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
367
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
368
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
369
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
370
+ };
371
+ $forceUpdate: () => void;
372
+ $nextTick: typeof import('vue').nextTick;
373
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
374
+ } & Readonly<{
375
+ style: import('vue').StyleValue;
376
+ focused: boolean;
377
+ disabled: boolean | null;
378
+ error: boolean;
379
+ errorMessages: string | readonly string[] | null;
380
+ maxErrors: string | number;
381
+ readonly: boolean | null;
382
+ 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)?])[];
383
+ density: import('vuetify/lib/composables/density.mjs').Density;
384
+ centerAffix: boolean;
385
+ glow: boolean;
386
+ hideSpinButtons: boolean;
387
+ persistentHint: boolean;
388
+ messages: string | readonly string[];
389
+ direction: "horizontal" | "vertical";
390
+ }> & Omit<{
391
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
392
+ focused: boolean;
393
+ disabled: boolean | null;
394
+ error: boolean;
395
+ errorMessages: string | readonly string[] | null;
396
+ maxErrors: string | number;
397
+ readonly: boolean | null;
398
+ 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)?])[];
399
+ density: import('vuetify/lib/composables/density.mjs').Density;
400
+ centerAffix: boolean;
401
+ glow: boolean;
402
+ hideSpinButtons: boolean;
403
+ persistentHint: boolean;
404
+ messages: string | readonly string[];
405
+ direction: "horizontal" | "vertical";
406
+ } & {
407
+ theme?: string | undefined;
408
+ class?: any;
409
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
410
+ name?: string | undefined;
411
+ label?: string | undefined;
412
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
413
+ validationValue?: any;
414
+ maxWidth?: string | number | undefined;
415
+ minWidth?: string | number | undefined;
416
+ width?: string | number | undefined;
417
+ id?: string | undefined;
418
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
419
+ baseColor?: string | undefined;
420
+ color?: string | undefined;
421
+ iconColor?: string | boolean | undefined;
422
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
423
+ hideDetails?: "auto" | boolean | undefined;
424
+ hint?: string | undefined;
425
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
426
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
427
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
428
+ reset: () => Promise<void>;
429
+ resetValidation: () => Promise<void>;
430
+ validate: (silent?: boolean) => Promise<string[]>;
431
+ isValid: import('vue').ComputedRef<boolean | null>;
432
+ errorMessages: import('vue').ComputedRef<string[]>;
433
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
434
+ modelValue?: unknown;
435
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
436
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
437
+ _allExposed: {
438
+ reset: () => Promise<void>;
439
+ resetValidation: () => Promise<void>;
440
+ validate: (silent?: boolean) => Promise<string[]>;
441
+ isValid: import('vue').ComputedRef<boolean | null>;
442
+ errorMessages: import('vue').ComputedRef<string[]>;
443
+ } | {};
444
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
445
+ "update:modelValue": (value: any) => true;
446
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:details" | "v-slot:message">, string, {
447
+ style: import('vue').StyleValue;
448
+ focused: boolean;
449
+ errorMessages: string | readonly string[] | null;
450
+ maxErrors: string | number;
451
+ 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)?])[];
452
+ density: import('vuetify/lib/composables/density.mjs').Density;
453
+ disabled: boolean | null;
454
+ error: boolean;
455
+ inline: boolean;
456
+ ripple: boolean | {
457
+ class?: string | undefined;
458
+ keys?: string[] | undefined;
459
+ } | undefined;
460
+ readonly: boolean | null;
461
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
462
+ centerAffix: boolean;
463
+ glow: boolean;
464
+ hideSpinButtons: boolean;
465
+ persistentHint: boolean;
466
+ messages: string | readonly string[];
467
+ height: string | number;
468
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
469
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
470
+ type: string;
471
+ }, {}, string, import('vue').SlotsType<Partial<{
472
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
473
+ [key: string]: any;
474
+ }>[];
475
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
476
+ [key: string]: any;
477
+ }>[];
478
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
479
+ [key: string]: any;
480
+ }>[];
481
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
482
+ [key: string]: any;
483
+ }>[];
484
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
485
+ [key: string]: any;
486
+ }>[];
487
+ label: (arg: {
488
+ label: string | undefined;
489
+ props: Record<string, any>;
490
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
491
+ [key: string]: any;
492
+ }>[];
493
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
494
+ beforeCreate?: (() => void) | (() => void)[];
495
+ created?: (() => void) | (() => void)[];
496
+ beforeMount?: (() => void) | (() => void)[];
497
+ mounted?: (() => void) | (() => void)[];
498
+ beforeUpdate?: (() => void) | (() => void)[];
499
+ updated?: (() => void) | (() => void)[];
500
+ activated?: (() => void) | (() => void)[];
501
+ deactivated?: (() => void) | (() => void)[];
502
+ beforeDestroy?: (() => void) | (() => void)[];
503
+ beforeUnmount?: (() => void) | (() => void)[];
504
+ destroyed?: (() => void) | (() => void)[];
505
+ unmounted?: (() => void) | (() => void)[];
506
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
507
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
508
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
509
+ };
510
+ $forceUpdate: () => void;
511
+ $nextTick: typeof nextTick;
512
+ $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;
513
+ } & Readonly<{
514
+ style: import('vue').StyleValue;
515
+ focused: boolean;
516
+ errorMessages: string | readonly string[] | null;
517
+ maxErrors: string | number;
518
+ 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)?])[];
519
+ density: import('vuetify/lib/composables/density.mjs').Density;
520
+ disabled: boolean | null;
521
+ error: boolean;
522
+ inline: boolean;
523
+ ripple: boolean | {
524
+ class?: string | undefined;
525
+ keys?: string[] | undefined;
526
+ } | undefined;
527
+ readonly: boolean | null;
528
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
529
+ centerAffix: boolean;
530
+ glow: boolean;
531
+ hideSpinButtons: boolean;
532
+ persistentHint: boolean;
533
+ messages: string | readonly string[];
534
+ height: string | number;
535
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
536
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
537
+ type: string;
538
+ }> & Omit<{
539
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
540
+ focused: boolean;
541
+ errorMessages: string | readonly string[] | null;
542
+ maxErrors: string | number;
543
+ 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)?])[];
544
+ density: import('vuetify/lib/composables/density.mjs').Density;
545
+ disabled: boolean | null;
546
+ error: boolean;
547
+ inline: boolean;
548
+ ripple: boolean | {
549
+ class?: string | undefined;
550
+ keys?: string[] | undefined;
551
+ };
552
+ readonly: boolean | null;
553
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
554
+ centerAffix: boolean;
555
+ glow: boolean;
556
+ hideSpinButtons: boolean;
557
+ persistentHint: boolean;
558
+ messages: string | readonly string[];
559
+ height: string | number;
560
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
561
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
562
+ type: string;
563
+ } & {
564
+ theme?: string | undefined;
565
+ class?: any;
566
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
567
+ label?: string | undefined;
568
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
569
+ validationValue?: any;
570
+ maxWidth?: string | number | undefined;
571
+ minWidth?: string | number | undefined;
572
+ width?: string | number | undefined;
573
+ color?: string | undefined;
574
+ defaultsTarget?: string | undefined;
575
+ id?: string | undefined;
576
+ name?: string | undefined;
577
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
578
+ baseColor?: string | undefined;
579
+ iconColor?: string | boolean | undefined;
580
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
581
+ hideDetails?: "auto" | boolean | undefined;
582
+ hint?: string | undefined;
583
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
584
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
585
+ }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
586
+ $: import('vue').ComponentInternalInstance;
587
+ $data: {};
588
+ $props: Partial<{
589
+ style: import('vue').StyleValue;
590
+ focused: boolean;
591
+ disabled: boolean | null;
592
+ error: boolean;
593
+ errorMessages: string | readonly string[] | null;
594
+ maxErrors: string | number;
595
+ readonly: boolean | null;
596
+ 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)?])[];
597
+ density: import('vuetify/lib/composables/density.mjs').Density;
598
+ centerAffix: boolean;
599
+ glow: boolean;
600
+ hideSpinButtons: boolean;
601
+ persistentHint: boolean;
602
+ messages: string | readonly string[];
603
+ direction: "horizontal" | "vertical";
604
+ }> & Omit<{
605
+ theme?: string | undefined;
606
+ class?: any;
607
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
608
+ focused: boolean;
609
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
610
+ disabled: boolean | null;
611
+ error: boolean;
612
+ errorMessages: string | readonly string[] | null;
613
+ maxErrors: string | number;
614
+ name?: string | undefined;
615
+ label?: string | undefined;
616
+ readonly: boolean | null;
617
+ 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)?])[];
618
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
619
+ validationValue?: any;
620
+ density: import('vuetify/lib/composables/density.mjs').Density;
621
+ maxWidth?: string | number | undefined;
622
+ minWidth?: string | number | undefined;
623
+ width?: string | number | undefined;
624
+ id?: string | undefined;
625
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
626
+ baseColor?: string | undefined;
627
+ centerAffix: boolean;
628
+ color?: string | undefined;
629
+ glow: boolean;
630
+ iconColor?: string | boolean | undefined;
631
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
632
+ hideDetails?: "auto" | boolean | undefined;
633
+ hideSpinButtons: boolean;
634
+ hint?: string | undefined;
635
+ persistentHint: boolean;
636
+ messages: string | readonly string[];
637
+ direction: "horizontal" | "vertical";
638
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
639
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
640
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
641
+ $attrs: {
642
+ [x: string]: unknown;
643
+ };
644
+ $refs: {
645
+ [x: string]: unknown;
646
+ };
647
+ $slots: Readonly<{
648
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
649
+ [key: string]: any;
650
+ }>[]) | undefined;
651
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
652
+ [key: string]: any;
653
+ }>[]) | undefined;
654
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
655
+ [key: string]: any;
656
+ }>[]) | undefined;
657
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
658
+ [key: string]: any;
659
+ }>[]) | undefined;
660
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
661
+ [key: string]: any;
662
+ }>[]) | undefined;
663
+ }>;
664
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
665
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
666
+ $host: Element | null;
667
+ $emit: (event: string, ...args: any[]) => void;
668
+ $el: any;
669
+ $options: import('vue').ComponentOptionsBase<{
670
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
671
+ focused: boolean;
672
+ disabled: boolean | null;
673
+ error: boolean;
674
+ errorMessages: string | readonly string[] | null;
675
+ maxErrors: string | number;
676
+ readonly: boolean | null;
677
+ 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)?])[];
678
+ density: import('vuetify/lib/composables/density.mjs').Density;
679
+ centerAffix: boolean;
680
+ glow: boolean;
681
+ hideSpinButtons: boolean;
682
+ persistentHint: boolean;
683
+ messages: string | readonly string[];
684
+ direction: "horizontal" | "vertical";
685
+ } & {
686
+ theme?: string | undefined;
687
+ class?: any;
688
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
689
+ name?: string | undefined;
690
+ label?: string | undefined;
691
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
692
+ validationValue?: any;
693
+ maxWidth?: string | number | undefined;
694
+ minWidth?: string | number | undefined;
695
+ width?: string | number | undefined;
696
+ id?: string | undefined;
697
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
698
+ baseColor?: string | undefined;
699
+ color?: string | undefined;
700
+ iconColor?: string | boolean | undefined;
701
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
702
+ hideDetails?: "auto" | boolean | undefined;
703
+ hint?: string | undefined;
704
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
705
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
706
+ } & {}, {
707
+ reset: () => Promise<void>;
708
+ resetValidation: () => Promise<void>;
709
+ validate: (silent?: boolean) => Promise<string[]>;
710
+ isValid: import('vue').ComputedRef<boolean | null>;
711
+ errorMessages: import('vue').ComputedRef<string[]>;
712
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
713
+ "update:modelValue": (value: any) => true;
714
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
715
+ style: import('vue').StyleValue;
716
+ focused: boolean;
717
+ disabled: boolean | null;
718
+ error: boolean;
719
+ errorMessages: string | readonly string[] | null;
720
+ maxErrors: string | number;
721
+ readonly: boolean | null;
722
+ 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)?])[];
723
+ density: import('vuetify/lib/composables/density.mjs').Density;
724
+ centerAffix: boolean;
725
+ glow: boolean;
726
+ hideSpinButtons: boolean;
727
+ persistentHint: boolean;
728
+ messages: string | readonly string[];
729
+ direction: "horizontal" | "vertical";
730
+ }, {}, string, import('vue').SlotsType<Partial<{
731
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
732
+ [key: string]: any;
733
+ }>[];
734
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
735
+ [key: string]: any;
736
+ }>[];
737
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
738
+ [key: string]: any;
739
+ }>[];
740
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
741
+ [key: string]: any;
742
+ }>[];
743
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
744
+ [key: string]: any;
745
+ }>[];
746
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
747
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
748
+ created?: ((() => void)[] | (() => void)) | undefined;
749
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
750
+ mounted?: ((() => void)[] | (() => void)) | undefined;
751
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
752
+ updated?: ((() => void)[] | (() => void)) | undefined;
753
+ activated?: ((() => void)[] | (() => void)) | undefined;
754
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
755
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
756
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
757
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
758
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
759
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
760
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
761
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
762
+ };
763
+ $forceUpdate: () => void;
764
+ $nextTick: typeof import('vue').nextTick;
765
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
766
+ } & Readonly<{
767
+ style: import('vue').StyleValue;
768
+ focused: boolean;
769
+ disabled: boolean | null;
770
+ error: boolean;
771
+ errorMessages: string | readonly string[] | null;
772
+ maxErrors: string | number;
773
+ readonly: boolean | null;
774
+ 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)?])[];
775
+ density: import('vuetify/lib/composables/density.mjs').Density;
776
+ centerAffix: boolean;
777
+ glow: boolean;
778
+ hideSpinButtons: boolean;
779
+ persistentHint: boolean;
780
+ messages: string | readonly string[];
781
+ direction: "horizontal" | "vertical";
782
+ }> & Omit<{
783
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
784
+ focused: boolean;
785
+ disabled: boolean | null;
786
+ error: boolean;
787
+ errorMessages: string | readonly string[] | null;
788
+ maxErrors: string | number;
789
+ readonly: boolean | null;
790
+ 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)?])[];
791
+ density: import('vuetify/lib/composables/density.mjs').Density;
792
+ centerAffix: boolean;
793
+ glow: boolean;
794
+ hideSpinButtons: boolean;
795
+ persistentHint: boolean;
796
+ messages: string | readonly string[];
797
+ direction: "horizontal" | "vertical";
798
+ } & {
799
+ theme?: string | undefined;
800
+ class?: any;
801
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
802
+ name?: string | undefined;
803
+ label?: string | undefined;
804
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
805
+ validationValue?: any;
806
+ maxWidth?: string | number | undefined;
807
+ minWidth?: string | number | undefined;
808
+ width?: string | number | undefined;
809
+ id?: string | undefined;
810
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
811
+ baseColor?: string | undefined;
812
+ color?: string | undefined;
813
+ iconColor?: string | boolean | undefined;
814
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
815
+ hideDetails?: "auto" | boolean | undefined;
816
+ hint?: string | undefined;
817
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
818
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
819
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
820
+ reset: () => Promise<void>;
821
+ resetValidation: () => Promise<void>;
822
+ validate: (silent?: boolean) => Promise<string[]>;
823
+ isValid: import('vue').ComputedRef<boolean | null>;
824
+ errorMessages: import('vue').ComputedRef<string[]>;
825
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
826
+ modelValue?: unknown;
827
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
828
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
829
+ _allExposed: {
830
+ reset: () => Promise<void>;
831
+ resetValidation: () => Promise<void>;
832
+ validate: (silent?: boolean) => Promise<string[]>;
833
+ isValid: import('vue').ComputedRef<boolean | null>;
834
+ errorMessages: import('vue').ComputedRef<string[]>;
835
+ } | {};
836
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
837
+ modelValue?: string | number | symbol | null | undefined;
838
+ "onUpdate:modelValue"?: ((value: string | number | symbol | null) => void) | undefined;
839
+ }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;
840
+ };
38
841
  rootEl: any;
39
842
  };
40
843
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -72,8 +875,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
72
875
  label: string;
73
876
  value: PropertyKey;
74
877
  }>;
75
- modelValue: PropertyKey | null;
76
878
  required: boolean;
879
+ modelValue: PropertyKey | null;
880
+ ariaLabelledby: string;
77
881
  errorMessages: string[] | null;
78
882
  warningMessages: string[] | null;
79
883
  successMessages: string[] | null;
@@ -85,8 +889,809 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
85
889
  isValidateOnBlur: boolean;
86
890
  disableErrorHandling: boolean;
87
891
  hideDetails: boolean | "auto";
88
- ariaLabelledby: string;
89
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
892
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
893
+ radioGroupRef: ({
894
+ $: import('vue').ComponentInternalInstance;
895
+ $data: {};
896
+ $props: Partial<{
897
+ style: import('vue').StyleValue;
898
+ focused: boolean;
899
+ errorMessages: string | readonly string[] | null;
900
+ maxErrors: string | number;
901
+ 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)?])[];
902
+ density: import('vuetify/lib/composables/density.mjs').Density;
903
+ disabled: boolean | null;
904
+ error: boolean;
905
+ inline: boolean;
906
+ ripple: boolean | {
907
+ class?: string | undefined;
908
+ keys?: string[] | undefined;
909
+ } | undefined;
910
+ readonly: boolean | null;
911
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
912
+ centerAffix: boolean;
913
+ glow: boolean;
914
+ hideSpinButtons: boolean;
915
+ persistentHint: boolean;
916
+ messages: string | readonly string[];
917
+ height: string | number;
918
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
919
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
920
+ type: string;
921
+ }> & Omit<{
922
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
923
+ focused: boolean;
924
+ errorMessages: string | readonly string[] | null;
925
+ maxErrors: string | number;
926
+ 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)?])[];
927
+ density: import('vuetify/lib/composables/density.mjs').Density;
928
+ disabled: boolean | null;
929
+ error: boolean;
930
+ inline: boolean;
931
+ ripple: boolean | {
932
+ class?: string | undefined;
933
+ keys?: string[] | undefined;
934
+ };
935
+ readonly: boolean | null;
936
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
937
+ centerAffix: boolean;
938
+ glow: boolean;
939
+ hideSpinButtons: boolean;
940
+ persistentHint: boolean;
941
+ messages: string | readonly string[];
942
+ height: string | number;
943
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
944
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
945
+ type: string;
946
+ theme?: string | undefined | undefined;
947
+ class?: any;
948
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined | undefined;
949
+ label?: string | undefined | undefined;
950
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined | undefined;
951
+ validationValue?: any;
952
+ maxWidth?: string | number | undefined | undefined;
953
+ minWidth?: string | number | undefined | undefined;
954
+ width?: string | number | undefined | undefined;
955
+ color?: string | undefined | undefined;
956
+ defaultsTarget?: string | undefined | undefined;
957
+ id?: string | undefined | undefined;
958
+ name?: string | undefined | undefined;
959
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
960
+ baseColor?: string | undefined | undefined;
961
+ iconColor?: string | boolean | undefined | undefined;
962
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
963
+ hideDetails?: "auto" | boolean | undefined | undefined;
964
+ hint?: string | undefined | undefined;
965
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
966
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
967
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
968
+ $attrs: import('vue').Attrs;
969
+ $refs: {
970
+ [x: string]: unknown;
971
+ };
972
+ $slots: Readonly<{
973
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
974
+ [key: string]: any;
975
+ }>[]) | undefined;
976
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
977
+ [key: string]: any;
978
+ }>[]) | undefined;
979
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
980
+ [key: string]: any;
981
+ }>[]) | undefined;
982
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
983
+ [key: string]: any;
984
+ }>[]) | undefined;
985
+ default?: (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
986
+ [key: string]: any;
987
+ }>[]) | undefined;
988
+ label?: ((arg: {
989
+ label: string | undefined;
990
+ props: Record<string, any>;
991
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
992
+ [key: string]: any;
993
+ }>[]) | undefined;
994
+ }>;
995
+ $root: import('vue').ComponentPublicInstance | null;
996
+ $parent: import('vue').ComponentPublicInstance | null;
997
+ $host: Element | null;
998
+ $emit: (event: string, ...args: any[]) => void;
999
+ $el: any;
1000
+ $options: import('vue').ComponentOptionsBase<{
1001
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1002
+ focused: boolean;
1003
+ errorMessages: string | readonly string[] | null;
1004
+ maxErrors: string | number;
1005
+ 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)?])[];
1006
+ density: import('vuetify/lib/composables/density.mjs').Density;
1007
+ disabled: boolean | null;
1008
+ error: boolean;
1009
+ inline: boolean;
1010
+ ripple: boolean | {
1011
+ class?: string | undefined;
1012
+ keys?: string[] | undefined;
1013
+ };
1014
+ readonly: boolean | null;
1015
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1016
+ centerAffix: boolean;
1017
+ glow: boolean;
1018
+ hideSpinButtons: boolean;
1019
+ persistentHint: boolean;
1020
+ messages: string | readonly string[];
1021
+ height: string | number;
1022
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1023
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1024
+ type: string;
1025
+ } & {
1026
+ theme?: string | undefined;
1027
+ class?: any;
1028
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1029
+ label?: string | undefined;
1030
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1031
+ validationValue?: any;
1032
+ maxWidth?: string | number | undefined;
1033
+ minWidth?: string | number | undefined;
1034
+ width?: string | number | undefined;
1035
+ color?: string | undefined;
1036
+ defaultsTarget?: string | undefined;
1037
+ id?: string | undefined;
1038
+ name?: string | undefined;
1039
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1040
+ baseColor?: string | undefined;
1041
+ iconColor?: string | boolean | undefined;
1042
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1043
+ hideDetails?: "auto" | boolean | undefined;
1044
+ hint?: string | undefined;
1045
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1046
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1047
+ }, Omit<Omit<{
1048
+ $: import('vue').ComponentInternalInstance;
1049
+ $data: {};
1050
+ $props: Partial<{
1051
+ style: import('vue').StyleValue;
1052
+ focused: boolean;
1053
+ disabled: boolean | null;
1054
+ error: boolean;
1055
+ errorMessages: string | readonly string[] | null;
1056
+ maxErrors: string | number;
1057
+ readonly: boolean | null;
1058
+ 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)?])[];
1059
+ density: import('vuetify/lib/composables/density.mjs').Density;
1060
+ centerAffix: boolean;
1061
+ glow: boolean;
1062
+ hideSpinButtons: boolean;
1063
+ persistentHint: boolean;
1064
+ messages: string | readonly string[];
1065
+ direction: "horizontal" | "vertical";
1066
+ }> & Omit<{
1067
+ theme?: string | undefined;
1068
+ class?: any;
1069
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1070
+ focused: boolean;
1071
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1072
+ disabled: boolean | null;
1073
+ error: boolean;
1074
+ errorMessages: string | readonly string[] | null;
1075
+ maxErrors: string | number;
1076
+ name?: string | undefined;
1077
+ label?: string | undefined;
1078
+ readonly: boolean | null;
1079
+ 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)?])[];
1080
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1081
+ validationValue?: any;
1082
+ density: import('vuetify/lib/composables/density.mjs').Density;
1083
+ maxWidth?: string | number | undefined;
1084
+ minWidth?: string | number | undefined;
1085
+ width?: string | number | undefined;
1086
+ id?: string | undefined;
1087
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1088
+ baseColor?: string | undefined;
1089
+ centerAffix: boolean;
1090
+ color?: string | undefined;
1091
+ glow: boolean;
1092
+ iconColor?: string | boolean | undefined;
1093
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1094
+ hideDetails?: "auto" | boolean | undefined;
1095
+ hideSpinButtons: boolean;
1096
+ hint?: string | undefined;
1097
+ persistentHint: boolean;
1098
+ messages: string | readonly string[];
1099
+ direction: "horizontal" | "vertical";
1100
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1101
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1102
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1103
+ $attrs: {
1104
+ [x: string]: unknown;
1105
+ };
1106
+ $refs: {
1107
+ [x: string]: unknown;
1108
+ };
1109
+ $slots: Readonly<{
1110
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1111
+ [key: string]: any;
1112
+ }>[]) | undefined;
1113
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1114
+ [key: string]: any;
1115
+ }>[]) | undefined;
1116
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1117
+ [key: string]: any;
1118
+ }>[]) | undefined;
1119
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1120
+ [key: string]: any;
1121
+ }>[]) | undefined;
1122
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1123
+ [key: string]: any;
1124
+ }>[]) | undefined;
1125
+ }>;
1126
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1127
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1128
+ $host: Element | null;
1129
+ $emit: (event: string, ...args: any[]) => void;
1130
+ $el: any;
1131
+ $options: import('vue').ComponentOptionsBase<{
1132
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1133
+ focused: boolean;
1134
+ disabled: boolean | null;
1135
+ error: boolean;
1136
+ errorMessages: string | readonly string[] | null;
1137
+ maxErrors: string | number;
1138
+ readonly: boolean | null;
1139
+ 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)?])[];
1140
+ density: import('vuetify/lib/composables/density.mjs').Density;
1141
+ centerAffix: boolean;
1142
+ glow: boolean;
1143
+ hideSpinButtons: boolean;
1144
+ persistentHint: boolean;
1145
+ messages: string | readonly string[];
1146
+ direction: "horizontal" | "vertical";
1147
+ } & {
1148
+ theme?: string | undefined;
1149
+ class?: any;
1150
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1151
+ name?: string | undefined;
1152
+ label?: string | undefined;
1153
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1154
+ validationValue?: any;
1155
+ maxWidth?: string | number | undefined;
1156
+ minWidth?: string | number | undefined;
1157
+ width?: string | number | undefined;
1158
+ id?: string | undefined;
1159
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1160
+ baseColor?: string | undefined;
1161
+ color?: string | undefined;
1162
+ iconColor?: string | boolean | undefined;
1163
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1164
+ hideDetails?: "auto" | boolean | undefined;
1165
+ hint?: string | undefined;
1166
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1167
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1168
+ } & {}, {
1169
+ reset: () => Promise<void>;
1170
+ resetValidation: () => Promise<void>;
1171
+ validate: (silent?: boolean) => Promise<string[]>;
1172
+ isValid: import('vue').ComputedRef<boolean | null>;
1173
+ errorMessages: import('vue').ComputedRef<string[]>;
1174
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1175
+ "update:modelValue": (value: any) => true;
1176
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1177
+ style: import('vue').StyleValue;
1178
+ focused: boolean;
1179
+ disabled: boolean | null;
1180
+ error: boolean;
1181
+ errorMessages: string | readonly string[] | null;
1182
+ maxErrors: string | number;
1183
+ readonly: boolean | null;
1184
+ 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)?])[];
1185
+ density: import('vuetify/lib/composables/density.mjs').Density;
1186
+ centerAffix: boolean;
1187
+ glow: boolean;
1188
+ hideSpinButtons: boolean;
1189
+ persistentHint: boolean;
1190
+ messages: string | readonly string[];
1191
+ direction: "horizontal" | "vertical";
1192
+ }, {}, string, import('vue').SlotsType<Partial<{
1193
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1194
+ [key: string]: any;
1195
+ }>[];
1196
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1197
+ [key: string]: any;
1198
+ }>[];
1199
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1200
+ [key: string]: any;
1201
+ }>[];
1202
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1203
+ [key: string]: any;
1204
+ }>[];
1205
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1206
+ [key: string]: any;
1207
+ }>[];
1208
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1209
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1210
+ created?: ((() => void)[] | (() => void)) | undefined;
1211
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1212
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1213
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1214
+ updated?: ((() => void)[] | (() => void)) | undefined;
1215
+ activated?: ((() => void)[] | (() => void)) | undefined;
1216
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1217
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1218
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1219
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1220
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1221
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1222
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1223
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1224
+ };
1225
+ $forceUpdate: () => void;
1226
+ $nextTick: typeof import('vue').nextTick;
1227
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1228
+ } & Readonly<{
1229
+ style: import('vue').StyleValue;
1230
+ focused: boolean;
1231
+ disabled: boolean | null;
1232
+ error: boolean;
1233
+ errorMessages: string | readonly string[] | null;
1234
+ maxErrors: string | number;
1235
+ readonly: boolean | null;
1236
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1237
+ density: import('vuetify/lib/composables/density.mjs').Density;
1238
+ centerAffix: boolean;
1239
+ glow: boolean;
1240
+ hideSpinButtons: boolean;
1241
+ persistentHint: boolean;
1242
+ messages: string | readonly string[];
1243
+ direction: "horizontal" | "vertical";
1244
+ }> & Omit<{
1245
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1246
+ focused: boolean;
1247
+ disabled: boolean | null;
1248
+ error: boolean;
1249
+ errorMessages: string | readonly string[] | null;
1250
+ maxErrors: string | number;
1251
+ readonly: boolean | null;
1252
+ 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)?])[];
1253
+ density: import('vuetify/lib/composables/density.mjs').Density;
1254
+ centerAffix: boolean;
1255
+ glow: boolean;
1256
+ hideSpinButtons: boolean;
1257
+ persistentHint: boolean;
1258
+ messages: string | readonly string[];
1259
+ direction: "horizontal" | "vertical";
1260
+ } & {
1261
+ theme?: string | undefined;
1262
+ class?: any;
1263
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1264
+ name?: string | undefined;
1265
+ label?: string | undefined;
1266
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1267
+ validationValue?: any;
1268
+ maxWidth?: string | number | undefined;
1269
+ minWidth?: string | number | undefined;
1270
+ width?: string | number | undefined;
1271
+ id?: string | undefined;
1272
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1273
+ baseColor?: string | undefined;
1274
+ color?: string | undefined;
1275
+ iconColor?: string | boolean | undefined;
1276
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1277
+ hideDetails?: "auto" | boolean | undefined;
1278
+ hint?: string | undefined;
1279
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1280
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1281
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1282
+ reset: () => Promise<void>;
1283
+ resetValidation: () => Promise<void>;
1284
+ validate: (silent?: boolean) => Promise<string[]>;
1285
+ isValid: import('vue').ComputedRef<boolean | null>;
1286
+ errorMessages: import('vue').ComputedRef<string[]>;
1287
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1288
+ modelValue?: unknown;
1289
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1290
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
1291
+ _allExposed: {
1292
+ reset: () => Promise<void>;
1293
+ resetValidation: () => Promise<void>;
1294
+ validate: (silent?: boolean) => Promise<string[]>;
1295
+ isValid: import('vue').ComputedRef<boolean | null>;
1296
+ errorMessages: import('vue').ComputedRef<string[]>;
1297
+ } | {};
1298
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1299
+ "update:modelValue": (value: any) => true;
1300
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:details" | "v-slot:message">, string, {
1301
+ style: import('vue').StyleValue;
1302
+ focused: boolean;
1303
+ errorMessages: string | readonly string[] | null;
1304
+ maxErrors: string | number;
1305
+ 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)?])[];
1306
+ density: import('vuetify/lib/composables/density.mjs').Density;
1307
+ disabled: boolean | null;
1308
+ error: boolean;
1309
+ inline: boolean;
1310
+ ripple: boolean | {
1311
+ class?: string | undefined;
1312
+ keys?: string[] | undefined;
1313
+ } | undefined;
1314
+ readonly: boolean | null;
1315
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1316
+ centerAffix: boolean;
1317
+ glow: boolean;
1318
+ hideSpinButtons: boolean;
1319
+ persistentHint: boolean;
1320
+ messages: string | readonly string[];
1321
+ height: string | number;
1322
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1323
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1324
+ type: string;
1325
+ }, {}, string, import('vue').SlotsType<Partial<{
1326
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1327
+ [key: string]: any;
1328
+ }>[];
1329
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1330
+ [key: string]: any;
1331
+ }>[];
1332
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1333
+ [key: string]: any;
1334
+ }>[];
1335
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1336
+ [key: string]: any;
1337
+ }>[];
1338
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1339
+ [key: string]: any;
1340
+ }>[];
1341
+ label: (arg: {
1342
+ label: string | undefined;
1343
+ props: Record<string, any>;
1344
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1345
+ [key: string]: any;
1346
+ }>[];
1347
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1348
+ beforeCreate?: (() => void) | (() => void)[];
1349
+ created?: (() => void) | (() => void)[];
1350
+ beforeMount?: (() => void) | (() => void)[];
1351
+ mounted?: (() => void) | (() => void)[];
1352
+ beforeUpdate?: (() => void) | (() => void)[];
1353
+ updated?: (() => void) | (() => void)[];
1354
+ activated?: (() => void) | (() => void)[];
1355
+ deactivated?: (() => void) | (() => void)[];
1356
+ beforeDestroy?: (() => void) | (() => void)[];
1357
+ beforeUnmount?: (() => void) | (() => void)[];
1358
+ destroyed?: (() => void) | (() => void)[];
1359
+ unmounted?: (() => void) | (() => void)[];
1360
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1361
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1362
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1363
+ };
1364
+ $forceUpdate: () => void;
1365
+ $nextTick: typeof nextTick;
1366
+ $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;
1367
+ } & Readonly<{
1368
+ style: import('vue').StyleValue;
1369
+ focused: boolean;
1370
+ errorMessages: string | readonly string[] | null;
1371
+ maxErrors: string | number;
1372
+ 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)?])[];
1373
+ density: import('vuetify/lib/composables/density.mjs').Density;
1374
+ disabled: boolean | null;
1375
+ error: boolean;
1376
+ inline: boolean;
1377
+ ripple: boolean | {
1378
+ class?: string | undefined;
1379
+ keys?: string[] | undefined;
1380
+ } | undefined;
1381
+ readonly: boolean | null;
1382
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1383
+ centerAffix: boolean;
1384
+ glow: boolean;
1385
+ hideSpinButtons: boolean;
1386
+ persistentHint: boolean;
1387
+ messages: string | readonly string[];
1388
+ height: string | number;
1389
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1390
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1391
+ type: string;
1392
+ }> & Omit<{
1393
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1394
+ focused: boolean;
1395
+ errorMessages: string | readonly string[] | null;
1396
+ maxErrors: string | number;
1397
+ 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)?])[];
1398
+ density: import('vuetify/lib/composables/density.mjs').Density;
1399
+ disabled: boolean | null;
1400
+ error: boolean;
1401
+ inline: boolean;
1402
+ ripple: boolean | {
1403
+ class?: string | undefined;
1404
+ keys?: string[] | undefined;
1405
+ };
1406
+ readonly: boolean | null;
1407
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1408
+ centerAffix: boolean;
1409
+ glow: boolean;
1410
+ hideSpinButtons: boolean;
1411
+ persistentHint: boolean;
1412
+ messages: string | readonly string[];
1413
+ height: string | number;
1414
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1415
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1416
+ type: string;
1417
+ } & {
1418
+ theme?: string | undefined;
1419
+ class?: any;
1420
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1421
+ label?: string | undefined;
1422
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1423
+ validationValue?: any;
1424
+ maxWidth?: string | number | undefined;
1425
+ minWidth?: string | number | undefined;
1426
+ width?: string | number | undefined;
1427
+ color?: string | undefined;
1428
+ defaultsTarget?: string | undefined;
1429
+ id?: string | undefined;
1430
+ name?: string | undefined;
1431
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1432
+ baseColor?: string | undefined;
1433
+ iconColor?: string | boolean | undefined;
1434
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1435
+ hideDetails?: "auto" | boolean | undefined;
1436
+ hint?: string | undefined;
1437
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1438
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1439
+ }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
1440
+ $: import('vue').ComponentInternalInstance;
1441
+ $data: {};
1442
+ $props: Partial<{
1443
+ style: import('vue').StyleValue;
1444
+ focused: boolean;
1445
+ disabled: boolean | null;
1446
+ error: boolean;
1447
+ errorMessages: string | readonly string[] | null;
1448
+ maxErrors: string | number;
1449
+ readonly: boolean | null;
1450
+ 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)?])[];
1451
+ density: import('vuetify/lib/composables/density.mjs').Density;
1452
+ centerAffix: boolean;
1453
+ glow: boolean;
1454
+ hideSpinButtons: boolean;
1455
+ persistentHint: boolean;
1456
+ messages: string | readonly string[];
1457
+ direction: "horizontal" | "vertical";
1458
+ }> & Omit<{
1459
+ theme?: string | undefined;
1460
+ class?: any;
1461
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1462
+ focused: boolean;
1463
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1464
+ disabled: boolean | null;
1465
+ error: boolean;
1466
+ errorMessages: string | readonly string[] | null;
1467
+ maxErrors: string | number;
1468
+ name?: string | undefined;
1469
+ label?: string | undefined;
1470
+ readonly: boolean | null;
1471
+ 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)?])[];
1472
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1473
+ validationValue?: any;
1474
+ density: import('vuetify/lib/composables/density.mjs').Density;
1475
+ maxWidth?: string | number | undefined;
1476
+ minWidth?: string | number | undefined;
1477
+ width?: string | number | undefined;
1478
+ id?: string | undefined;
1479
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1480
+ baseColor?: string | undefined;
1481
+ centerAffix: boolean;
1482
+ color?: string | undefined;
1483
+ glow: boolean;
1484
+ iconColor?: string | boolean | undefined;
1485
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1486
+ hideDetails?: "auto" | boolean | undefined;
1487
+ hideSpinButtons: boolean;
1488
+ hint?: string | undefined;
1489
+ persistentHint: boolean;
1490
+ messages: string | readonly string[];
1491
+ direction: "horizontal" | "vertical";
1492
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1493
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1494
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1495
+ $attrs: {
1496
+ [x: string]: unknown;
1497
+ };
1498
+ $refs: {
1499
+ [x: string]: unknown;
1500
+ };
1501
+ $slots: Readonly<{
1502
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1503
+ [key: string]: any;
1504
+ }>[]) | undefined;
1505
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1506
+ [key: string]: any;
1507
+ }>[]) | undefined;
1508
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1509
+ [key: string]: any;
1510
+ }>[]) | undefined;
1511
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1512
+ [key: string]: any;
1513
+ }>[]) | undefined;
1514
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1515
+ [key: string]: any;
1516
+ }>[]) | undefined;
1517
+ }>;
1518
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1519
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1520
+ $host: Element | null;
1521
+ $emit: (event: string, ...args: any[]) => void;
1522
+ $el: any;
1523
+ $options: import('vue').ComponentOptionsBase<{
1524
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1525
+ focused: boolean;
1526
+ disabled: boolean | null;
1527
+ error: boolean;
1528
+ errorMessages: string | readonly string[] | null;
1529
+ maxErrors: string | number;
1530
+ readonly: boolean | null;
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
+ density: import('vuetify/lib/composables/density.mjs').Density;
1533
+ centerAffix: boolean;
1534
+ glow: boolean;
1535
+ hideSpinButtons: boolean;
1536
+ persistentHint: boolean;
1537
+ messages: string | readonly string[];
1538
+ direction: "horizontal" | "vertical";
1539
+ } & {
1540
+ theme?: string | undefined;
1541
+ class?: any;
1542
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1543
+ name?: string | undefined;
1544
+ label?: string | undefined;
1545
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1546
+ validationValue?: any;
1547
+ maxWidth?: string | number | undefined;
1548
+ minWidth?: string | number | undefined;
1549
+ width?: string | number | undefined;
1550
+ id?: string | undefined;
1551
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1552
+ baseColor?: string | undefined;
1553
+ color?: string | undefined;
1554
+ iconColor?: string | boolean | undefined;
1555
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1556
+ hideDetails?: "auto" | boolean | undefined;
1557
+ hint?: string | undefined;
1558
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1559
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1560
+ } & {}, {
1561
+ reset: () => Promise<void>;
1562
+ resetValidation: () => Promise<void>;
1563
+ validate: (silent?: boolean) => Promise<string[]>;
1564
+ isValid: import('vue').ComputedRef<boolean | null>;
1565
+ errorMessages: import('vue').ComputedRef<string[]>;
1566
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1567
+ "update:modelValue": (value: any) => true;
1568
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1569
+ style: import('vue').StyleValue;
1570
+ focused: boolean;
1571
+ disabled: boolean | null;
1572
+ error: boolean;
1573
+ errorMessages: string | readonly string[] | null;
1574
+ maxErrors: string | number;
1575
+ readonly: boolean | null;
1576
+ 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)?])[];
1577
+ density: import('vuetify/lib/composables/density.mjs').Density;
1578
+ centerAffix: boolean;
1579
+ glow: boolean;
1580
+ hideSpinButtons: boolean;
1581
+ persistentHint: boolean;
1582
+ messages: string | readonly string[];
1583
+ direction: "horizontal" | "vertical";
1584
+ }, {}, string, import('vue').SlotsType<Partial<{
1585
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1586
+ [key: string]: any;
1587
+ }>[];
1588
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1589
+ [key: string]: any;
1590
+ }>[];
1591
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1592
+ [key: string]: any;
1593
+ }>[];
1594
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1595
+ [key: string]: any;
1596
+ }>[];
1597
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1598
+ [key: string]: any;
1599
+ }>[];
1600
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1601
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1602
+ created?: ((() => void)[] | (() => void)) | undefined;
1603
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1604
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1605
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1606
+ updated?: ((() => void)[] | (() => void)) | undefined;
1607
+ activated?: ((() => void)[] | (() => void)) | undefined;
1608
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1609
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1610
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1611
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1612
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1613
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1614
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1615
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1616
+ };
1617
+ $forceUpdate: () => void;
1618
+ $nextTick: typeof import('vue').nextTick;
1619
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1620
+ } & Readonly<{
1621
+ style: import('vue').StyleValue;
1622
+ focused: boolean;
1623
+ disabled: boolean | null;
1624
+ error: boolean;
1625
+ errorMessages: string | readonly string[] | null;
1626
+ maxErrors: string | number;
1627
+ readonly: boolean | null;
1628
+ 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)?])[];
1629
+ density: import('vuetify/lib/composables/density.mjs').Density;
1630
+ centerAffix: boolean;
1631
+ glow: boolean;
1632
+ hideSpinButtons: boolean;
1633
+ persistentHint: boolean;
1634
+ messages: string | readonly string[];
1635
+ direction: "horizontal" | "vertical";
1636
+ }> & Omit<{
1637
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1638
+ focused: boolean;
1639
+ disabled: boolean | null;
1640
+ error: boolean;
1641
+ errorMessages: string | readonly string[] | null;
1642
+ maxErrors: string | number;
1643
+ readonly: boolean | null;
1644
+ 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)?])[];
1645
+ density: import('vuetify/lib/composables/density.mjs').Density;
1646
+ centerAffix: boolean;
1647
+ glow: boolean;
1648
+ hideSpinButtons: boolean;
1649
+ persistentHint: boolean;
1650
+ messages: string | readonly string[];
1651
+ direction: "horizontal" | "vertical";
1652
+ } & {
1653
+ theme?: string | undefined;
1654
+ class?: any;
1655
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1656
+ name?: string | undefined;
1657
+ label?: string | undefined;
1658
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1659
+ validationValue?: any;
1660
+ maxWidth?: string | number | undefined;
1661
+ minWidth?: string | number | undefined;
1662
+ width?: string | number | undefined;
1663
+ id?: string | undefined;
1664
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1665
+ baseColor?: string | undefined;
1666
+ color?: string | undefined;
1667
+ iconColor?: string | boolean | undefined;
1668
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1669
+ hideDetails?: "auto" | boolean | undefined;
1670
+ hint?: string | undefined;
1671
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1672
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1673
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1674
+ reset: () => Promise<void>;
1675
+ resetValidation: () => Promise<void>;
1676
+ validate: (silent?: boolean) => Promise<string[]>;
1677
+ isValid: import('vue').ComputedRef<boolean | null>;
1678
+ errorMessages: import('vue').ComputedRef<string[]>;
1679
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1680
+ modelValue?: unknown;
1681
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1682
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
1683
+ _allExposed: {
1684
+ reset: () => Promise<void>;
1685
+ resetValidation: () => Promise<void>;
1686
+ validate: (silent?: boolean) => Promise<string[]>;
1687
+ isValid: import('vue').ComputedRef<boolean | null>;
1688
+ errorMessages: import('vue').ComputedRef<string[]>;
1689
+ } | {};
1690
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1691
+ modelValue?: string | number | symbol | null | undefined;
1692
+ "onUpdate:modelValue"?: ((value: string | number | symbol | null) => void) | undefined;
1693
+ }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;
1694
+ }, any>;
90
1695
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
1696
  export default _default;
92
1697
  type __VLS_WithTemplateSlots<T, S> = T & {