@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?: boolean | null;
@@ -35,7 +36,838 @@ declare function __VLS_template(): {
35
36
  label?(_: {}): any;
36
37
  default?(_: {}): any;
37
38
  };
38
- refs: {};
39
+ refs: {
40
+ checkboxRef: ({
41
+ $: import('vue').ComponentInternalInstance;
42
+ $data: {};
43
+ $props: Partial<{
44
+ style: import('vue').StyleValue;
45
+ focused: boolean;
46
+ errorMessages: string | readonly string[] | null;
47
+ maxErrors: string | number;
48
+ 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)?])[];
49
+ density: import('vuetify/lib/composables/density.mjs').Density;
50
+ disabled: boolean | null;
51
+ error: boolean;
52
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
53
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
54
+ ripple: boolean | {
55
+ class?: string | undefined;
56
+ keys?: string[] | undefined;
57
+ } | undefined;
58
+ multiple: boolean | null;
59
+ readonly: boolean | null;
60
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
61
+ indeterminate: boolean;
62
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
63
+ centerAffix: boolean;
64
+ glow: boolean;
65
+ hideSpinButtons: boolean;
66
+ persistentHint: boolean;
67
+ messages: string | readonly string[];
68
+ }> & Omit<{
69
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
70
+ focused: boolean;
71
+ errorMessages: string | readonly string[] | null;
72
+ maxErrors: string | number;
73
+ 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)?])[];
74
+ density: import('vuetify/lib/composables/density.mjs').Density;
75
+ disabled: boolean | null;
76
+ error: boolean;
77
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
78
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
79
+ ripple: boolean | {
80
+ class?: string | undefined;
81
+ keys?: string[] | undefined;
82
+ };
83
+ multiple: boolean | null;
84
+ readonly: boolean | null;
85
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
86
+ indeterminate: boolean;
87
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
88
+ centerAffix: boolean;
89
+ glow: boolean;
90
+ hideSpinButtons: boolean;
91
+ persistentHint: boolean;
92
+ messages: string | readonly string[];
93
+ theme?: string | undefined | undefined;
94
+ class?: any;
95
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | 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
+ type?: string | undefined | undefined;
106
+ label?: string | undefined | undefined;
107
+ baseColor?: string | undefined | undefined;
108
+ trueValue?: any;
109
+ falseValue?: any;
110
+ value?: any;
111
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
112
+ iconColor?: string | boolean | undefined | undefined;
113
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
114
+ hideDetails?: "auto" | boolean | undefined | undefined;
115
+ hint?: string | undefined | undefined;
116
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
117
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
118
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "multiple" | "indeterminate" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon">;
119
+ $attrs: import('vue').Attrs;
120
+ $refs: {
121
+ [x: string]: unknown;
122
+ };
123
+ $slots: Readonly<{
124
+ default?: ((arg: {
125
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
126
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
127
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
128
+ [key: string]: any;
129
+ }>[]) | undefined;
130
+ label?: ((arg: {
131
+ label: string | undefined;
132
+ props: Record<string, unknown>;
133
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
134
+ [key: string]: any;
135
+ }>[]) | undefined;
136
+ input?: ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
137
+ [key: string]: any;
138
+ }>[]) | undefined;
139
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
140
+ [key: string]: any;
141
+ }>[]) | undefined;
142
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
143
+ [key: string]: any;
144
+ }>[]) | undefined;
145
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
146
+ [key: string]: any;
147
+ }>[]) | undefined;
148
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
149
+ [key: string]: any;
150
+ }>[]) | undefined;
151
+ }>;
152
+ $root: import('vue').ComponentPublicInstance | null;
153
+ $parent: import('vue').ComponentPublicInstance | null;
154
+ $host: Element | null;
155
+ $emit: (event: "update:focused", focused: boolean) => void;
156
+ $el: any;
157
+ $options: import('vue').ComponentOptionsBase<{
158
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
159
+ focused: boolean;
160
+ errorMessages: string | readonly string[] | null;
161
+ maxErrors: string | number;
162
+ 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)?])[];
163
+ density: import('vuetify/lib/composables/density.mjs').Density;
164
+ disabled: boolean | null;
165
+ error: boolean;
166
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
167
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
168
+ ripple: boolean | {
169
+ class?: string | undefined;
170
+ keys?: string[] | undefined;
171
+ };
172
+ multiple: boolean | null;
173
+ readonly: boolean | null;
174
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
175
+ indeterminate: boolean;
176
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
177
+ centerAffix: boolean;
178
+ glow: boolean;
179
+ hideSpinButtons: boolean;
180
+ persistentHint: boolean;
181
+ messages: string | readonly string[];
182
+ } & {
183
+ theme?: string | undefined;
184
+ class?: any;
185
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
186
+ 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;
187
+ validationValue?: any;
188
+ maxWidth?: string | number | undefined;
189
+ minWidth?: string | number | undefined;
190
+ width?: string | number | undefined;
191
+ color?: string | undefined;
192
+ defaultsTarget?: string | undefined;
193
+ id?: string | undefined;
194
+ name?: string | undefined;
195
+ type?: string | undefined;
196
+ label?: string | undefined;
197
+ baseColor?: string | undefined;
198
+ trueValue?: any;
199
+ falseValue?: any;
200
+ value?: any;
201
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
202
+ iconColor?: string | boolean | undefined;
203
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
204
+ hideDetails?: "auto" | boolean | undefined;
205
+ hint?: string | undefined;
206
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
207
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
208
+ } & {
209
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
210
+ }, Omit<Omit<{
211
+ $: import('vue').ComponentInternalInstance;
212
+ $data: {};
213
+ $props: Partial<{
214
+ style: import('vue').StyleValue;
215
+ focused: boolean;
216
+ disabled: boolean | null;
217
+ error: boolean;
218
+ errorMessages: string | readonly string[] | null;
219
+ maxErrors: string | number;
220
+ readonly: boolean | null;
221
+ 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)?])[];
222
+ density: import('vuetify/lib/composables/density.mjs').Density;
223
+ centerAffix: boolean;
224
+ glow: boolean;
225
+ hideSpinButtons: boolean;
226
+ persistentHint: boolean;
227
+ messages: string | readonly string[];
228
+ direction: "horizontal" | "vertical";
229
+ }> & Omit<{
230
+ theme?: string | undefined;
231
+ class?: any;
232
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
233
+ focused: boolean;
234
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
235
+ disabled: boolean | null;
236
+ error: boolean;
237
+ errorMessages: string | readonly string[] | null;
238
+ maxErrors: string | number;
239
+ name?: string | undefined;
240
+ label?: string | undefined;
241
+ readonly: boolean | null;
242
+ 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)?])[];
243
+ 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;
244
+ validationValue?: any;
245
+ density: import('vuetify/lib/composables/density.mjs').Density;
246
+ maxWidth?: string | number | undefined;
247
+ minWidth?: string | number | undefined;
248
+ width?: string | number | undefined;
249
+ id?: string | undefined;
250
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
251
+ baseColor?: string | undefined;
252
+ centerAffix: boolean;
253
+ color?: string | undefined;
254
+ glow: boolean;
255
+ iconColor?: string | boolean | undefined;
256
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
257
+ hideDetails?: "auto" | boolean | undefined;
258
+ hideSpinButtons: boolean;
259
+ hint?: string | undefined;
260
+ persistentHint: boolean;
261
+ messages: string | readonly string[];
262
+ direction: "horizontal" | "vertical";
263
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
264
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
265
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
266
+ $attrs: {
267
+ [x: string]: unknown;
268
+ };
269
+ $refs: {
270
+ [x: string]: unknown;
271
+ };
272
+ $slots: Readonly<{
273
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
274
+ [key: string]: any;
275
+ }>[]) | undefined;
276
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
277
+ [key: string]: any;
278
+ }>[]) | undefined;
279
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
280
+ [key: string]: any;
281
+ }>[]) | undefined;
282
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
283
+ [key: string]: any;
284
+ }>[]) | undefined;
285
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
286
+ [key: string]: any;
287
+ }>[]) | undefined;
288
+ }>;
289
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
290
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
291
+ $host: Element | null;
292
+ $emit: (event: string, ...args: any[]) => void;
293
+ $el: any;
294
+ $options: import('vue').ComponentOptionsBase<{
295
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
296
+ focused: boolean;
297
+ disabled: boolean | null;
298
+ error: boolean;
299
+ errorMessages: string | readonly string[] | null;
300
+ maxErrors: string | number;
301
+ readonly: boolean | null;
302
+ 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)?])[];
303
+ density: import('vuetify/lib/composables/density.mjs').Density;
304
+ centerAffix: boolean;
305
+ glow: boolean;
306
+ hideSpinButtons: boolean;
307
+ persistentHint: boolean;
308
+ messages: string | readonly string[];
309
+ direction: "horizontal" | "vertical";
310
+ } & {
311
+ theme?: string | undefined;
312
+ class?: any;
313
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
314
+ name?: string | undefined;
315
+ label?: string | undefined;
316
+ 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;
317
+ validationValue?: any;
318
+ maxWidth?: string | number | undefined;
319
+ minWidth?: string | number | undefined;
320
+ width?: string | number | undefined;
321
+ id?: string | undefined;
322
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
323
+ baseColor?: string | undefined;
324
+ color?: string | undefined;
325
+ iconColor?: string | boolean | undefined;
326
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
327
+ hideDetails?: "auto" | boolean | undefined;
328
+ hint?: string | undefined;
329
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
330
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
331
+ } & {}, {
332
+ reset: () => Promise<void>;
333
+ resetValidation: () => Promise<void>;
334
+ validate: (silent?: boolean) => Promise<string[]>;
335
+ isValid: import('vue').ComputedRef<boolean | null>;
336
+ errorMessages: import('vue').ComputedRef<string[]>;
337
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
338
+ "update:modelValue": (value: any) => true;
339
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
340
+ style: import('vue').StyleValue;
341
+ focused: boolean;
342
+ disabled: boolean | null;
343
+ error: boolean;
344
+ errorMessages: string | readonly string[] | null;
345
+ maxErrors: string | number;
346
+ readonly: boolean | null;
347
+ 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)?])[];
348
+ density: import('vuetify/lib/composables/density.mjs').Density;
349
+ centerAffix: boolean;
350
+ glow: boolean;
351
+ hideSpinButtons: boolean;
352
+ persistentHint: boolean;
353
+ messages: string | readonly string[];
354
+ direction: "horizontal" | "vertical";
355
+ }, {}, string, import('vue').SlotsType<Partial<{
356
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
357
+ [key: string]: any;
358
+ }>[];
359
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
360
+ [key: string]: any;
361
+ }>[];
362
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
363
+ [key: string]: any;
364
+ }>[];
365
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
366
+ [key: string]: any;
367
+ }>[];
368
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
369
+ [key: string]: any;
370
+ }>[];
371
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
372
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
373
+ created?: ((() => void)[] | (() => void)) | undefined;
374
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
375
+ mounted?: ((() => void)[] | (() => void)) | undefined;
376
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
377
+ updated?: ((() => void)[] | (() => void)) | undefined;
378
+ activated?: ((() => void)[] | (() => void)) | undefined;
379
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
380
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
381
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
382
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
383
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
384
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
385
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
386
+ 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;
387
+ };
388
+ $forceUpdate: () => void;
389
+ $nextTick: typeof import('vue').nextTick;
390
+ $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;
391
+ } & Readonly<{
392
+ style: import('vue').StyleValue;
393
+ focused: boolean;
394
+ disabled: boolean | null;
395
+ error: boolean;
396
+ errorMessages: string | readonly string[] | null;
397
+ maxErrors: string | number;
398
+ readonly: boolean | null;
399
+ 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)?])[];
400
+ density: import('vuetify/lib/composables/density.mjs').Density;
401
+ centerAffix: boolean;
402
+ glow: boolean;
403
+ hideSpinButtons: boolean;
404
+ persistentHint: boolean;
405
+ messages: string | readonly string[];
406
+ direction: "horizontal" | "vertical";
407
+ }> & Omit<{
408
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
409
+ focused: boolean;
410
+ disabled: boolean | null;
411
+ error: boolean;
412
+ errorMessages: string | readonly string[] | null;
413
+ maxErrors: string | number;
414
+ readonly: boolean | null;
415
+ 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)?])[];
416
+ density: import('vuetify/lib/composables/density.mjs').Density;
417
+ centerAffix: boolean;
418
+ glow: boolean;
419
+ hideSpinButtons: boolean;
420
+ persistentHint: boolean;
421
+ messages: string | readonly string[];
422
+ direction: "horizontal" | "vertical";
423
+ } & {
424
+ theme?: string | undefined;
425
+ class?: any;
426
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
427
+ name?: string | undefined;
428
+ label?: string | undefined;
429
+ 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;
430
+ validationValue?: any;
431
+ maxWidth?: string | number | undefined;
432
+ minWidth?: string | number | undefined;
433
+ width?: string | number | undefined;
434
+ id?: string | undefined;
435
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
436
+ baseColor?: string | undefined;
437
+ color?: string | undefined;
438
+ iconColor?: string | boolean | undefined;
439
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
440
+ hideDetails?: "auto" | boolean | undefined;
441
+ hint?: string | undefined;
442
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
443
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
444
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
445
+ reset: () => Promise<void>;
446
+ resetValidation: () => Promise<void>;
447
+ validate: (silent?: boolean) => Promise<string[]>;
448
+ isValid: import('vue').ComputedRef<boolean | null>;
449
+ errorMessages: import('vue').ComputedRef<string[]>;
450
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
451
+ modelValue?: unknown;
452
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
453
+ }, 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}`> & {
454
+ _allExposed: {
455
+ reset: () => Promise<void>;
456
+ resetValidation: () => Promise<void>;
457
+ validate: (silent?: boolean) => Promise<string[]>;
458
+ isValid: import('vue').ComputedRef<boolean | null>;
459
+ errorMessages: import('vue').ComputedRef<string[]>;
460
+ } | {};
461
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
462
+ "update:modelValue": (value: any) => true;
463
+ "update:focused": (focused: boolean) => true;
464
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:details" | "v-slot:message" | "v-slot:input">, string, {
465
+ style: import('vue').StyleValue;
466
+ focused: boolean;
467
+ errorMessages: string | readonly string[] | null;
468
+ maxErrors: string | number;
469
+ 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)?])[];
470
+ density: import('vuetify/lib/composables/density.mjs').Density;
471
+ disabled: boolean | null;
472
+ error: boolean;
473
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
474
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
475
+ ripple: boolean | {
476
+ class?: string | undefined;
477
+ keys?: string[] | undefined;
478
+ } | undefined;
479
+ multiple: boolean | null;
480
+ readonly: boolean | null;
481
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
482
+ indeterminate: boolean;
483
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
484
+ centerAffix: boolean;
485
+ glow: boolean;
486
+ hideSpinButtons: boolean;
487
+ persistentHint: boolean;
488
+ messages: string | readonly string[];
489
+ }, {}, string, import('vue').SlotsType<Partial<{
490
+ default: (arg: {
491
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
492
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
493
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
494
+ [key: string]: any;
495
+ }>[];
496
+ label: (arg: {
497
+ label: string | undefined;
498
+ props: Record<string, unknown>;
499
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
500
+ [key: string]: any;
501
+ }>[];
502
+ input: (arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
503
+ [key: string]: any;
504
+ }>[];
505
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
506
+ [key: string]: any;
507
+ }>[];
508
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
509
+ [key: string]: any;
510
+ }>[];
511
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
512
+ [key: string]: any;
513
+ }>[];
514
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
515
+ [key: string]: any;
516
+ }>[];
517
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
518
+ beforeCreate?: (() => void) | (() => void)[];
519
+ created?: (() => void) | (() => void)[];
520
+ beforeMount?: (() => void) | (() => void)[];
521
+ mounted?: (() => void) | (() => void)[];
522
+ beforeUpdate?: (() => void) | (() => void)[];
523
+ updated?: (() => void) | (() => void)[];
524
+ activated?: (() => void) | (() => void)[];
525
+ deactivated?: (() => void) | (() => void)[];
526
+ beforeDestroy?: (() => void) | (() => void)[];
527
+ beforeUnmount?: (() => void) | (() => void)[];
528
+ destroyed?: (() => void) | (() => void)[];
529
+ unmounted?: (() => void) | (() => void)[];
530
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
531
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
532
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
533
+ };
534
+ $forceUpdate: () => void;
535
+ $nextTick: typeof nextTick;
536
+ $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;
537
+ } & Readonly<{
538
+ style: import('vue').StyleValue;
539
+ focused: boolean;
540
+ errorMessages: string | readonly string[] | null;
541
+ maxErrors: string | number;
542
+ 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)?])[];
543
+ density: import('vuetify/lib/composables/density.mjs').Density;
544
+ disabled: boolean | null;
545
+ error: boolean;
546
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
547
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
548
+ ripple: boolean | {
549
+ class?: string | undefined;
550
+ keys?: string[] | undefined;
551
+ } | undefined;
552
+ multiple: boolean | null;
553
+ readonly: boolean | null;
554
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
555
+ indeterminate: boolean;
556
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
557
+ centerAffix: boolean;
558
+ glow: boolean;
559
+ hideSpinButtons: boolean;
560
+ persistentHint: boolean;
561
+ messages: string | readonly string[];
562
+ }> & Omit<{
563
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
564
+ focused: boolean;
565
+ errorMessages: string | readonly string[] | null;
566
+ maxErrors: string | number;
567
+ 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)?])[];
568
+ density: import('vuetify/lib/composables/density.mjs').Density;
569
+ disabled: boolean | null;
570
+ error: boolean;
571
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
572
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
573
+ ripple: boolean | {
574
+ class?: string | undefined;
575
+ keys?: string[] | undefined;
576
+ };
577
+ multiple: boolean | null;
578
+ readonly: boolean | null;
579
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
580
+ indeterminate: boolean;
581
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
582
+ centerAffix: boolean;
583
+ glow: boolean;
584
+ hideSpinButtons: boolean;
585
+ persistentHint: boolean;
586
+ messages: string | readonly string[];
587
+ } & {
588
+ theme?: string | undefined;
589
+ class?: any;
590
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
591
+ 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;
592
+ validationValue?: any;
593
+ maxWidth?: string | number | undefined;
594
+ minWidth?: string | number | undefined;
595
+ width?: string | number | undefined;
596
+ color?: string | undefined;
597
+ defaultsTarget?: string | undefined;
598
+ id?: string | undefined;
599
+ name?: string | undefined;
600
+ type?: string | undefined;
601
+ label?: string | undefined;
602
+ baseColor?: string | undefined;
603
+ trueValue?: any;
604
+ falseValue?: any;
605
+ value?: any;
606
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
607
+ iconColor?: string | boolean | undefined;
608
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
609
+ hideDetails?: "auto" | boolean | undefined;
610
+ hint?: string | undefined;
611
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
612
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
613
+ } & {
614
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
615
+ }, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "multiple" | "_allExposed" | "indeterminate" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
616
+ $: import('vue').ComponentInternalInstance;
617
+ $data: {};
618
+ $props: Partial<{
619
+ style: import('vue').StyleValue;
620
+ focused: boolean;
621
+ disabled: boolean | null;
622
+ error: boolean;
623
+ errorMessages: string | readonly string[] | null;
624
+ maxErrors: string | number;
625
+ readonly: boolean | null;
626
+ 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)?])[];
627
+ density: import('vuetify/lib/composables/density.mjs').Density;
628
+ centerAffix: boolean;
629
+ glow: boolean;
630
+ hideSpinButtons: boolean;
631
+ persistentHint: boolean;
632
+ messages: string | readonly string[];
633
+ direction: "horizontal" | "vertical";
634
+ }> & Omit<{
635
+ theme?: string | undefined;
636
+ class?: any;
637
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
638
+ focused: boolean;
639
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
640
+ disabled: boolean | null;
641
+ error: boolean;
642
+ errorMessages: string | readonly string[] | null;
643
+ maxErrors: string | number;
644
+ name?: string | undefined;
645
+ label?: string | undefined;
646
+ readonly: boolean | null;
647
+ 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)?])[];
648
+ 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;
649
+ validationValue?: any;
650
+ density: import('vuetify/lib/composables/density.mjs').Density;
651
+ maxWidth?: string | number | undefined;
652
+ minWidth?: string | number | undefined;
653
+ width?: string | number | undefined;
654
+ id?: string | undefined;
655
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
656
+ baseColor?: string | undefined;
657
+ centerAffix: boolean;
658
+ color?: string | undefined;
659
+ glow: boolean;
660
+ iconColor?: string | boolean | undefined;
661
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
662
+ hideDetails?: "auto" | boolean | undefined;
663
+ hideSpinButtons: boolean;
664
+ hint?: string | undefined;
665
+ persistentHint: boolean;
666
+ messages: string | readonly string[];
667
+ direction: "horizontal" | "vertical";
668
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
669
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
670
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
671
+ $attrs: {
672
+ [x: string]: unknown;
673
+ };
674
+ $refs: {
675
+ [x: string]: unknown;
676
+ };
677
+ $slots: Readonly<{
678
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
679
+ [key: string]: any;
680
+ }>[]) | undefined;
681
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
682
+ [key: string]: any;
683
+ }>[]) | undefined;
684
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
685
+ [key: string]: any;
686
+ }>[]) | undefined;
687
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
688
+ [key: string]: any;
689
+ }>[]) | undefined;
690
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
691
+ [key: string]: any;
692
+ }>[]) | undefined;
693
+ }>;
694
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
695
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
696
+ $host: Element | null;
697
+ $emit: (event: string, ...args: any[]) => void;
698
+ $el: any;
699
+ $options: import('vue').ComponentOptionsBase<{
700
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
701
+ focused: boolean;
702
+ disabled: boolean | null;
703
+ error: boolean;
704
+ errorMessages: string | readonly string[] | null;
705
+ maxErrors: string | number;
706
+ readonly: boolean | null;
707
+ 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)?])[];
708
+ density: import('vuetify/lib/composables/density.mjs').Density;
709
+ centerAffix: boolean;
710
+ glow: boolean;
711
+ hideSpinButtons: boolean;
712
+ persistentHint: boolean;
713
+ messages: string | readonly string[];
714
+ direction: "horizontal" | "vertical";
715
+ } & {
716
+ theme?: string | undefined;
717
+ class?: any;
718
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
719
+ name?: string | undefined;
720
+ label?: string | undefined;
721
+ 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;
722
+ validationValue?: any;
723
+ maxWidth?: string | number | undefined;
724
+ minWidth?: string | number | undefined;
725
+ width?: string | number | undefined;
726
+ id?: string | undefined;
727
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
728
+ baseColor?: string | undefined;
729
+ color?: string | undefined;
730
+ iconColor?: string | boolean | undefined;
731
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
732
+ hideDetails?: "auto" | boolean | undefined;
733
+ hint?: string | undefined;
734
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
735
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
736
+ } & {}, {
737
+ reset: () => Promise<void>;
738
+ resetValidation: () => Promise<void>;
739
+ validate: (silent?: boolean) => Promise<string[]>;
740
+ isValid: import('vue').ComputedRef<boolean | null>;
741
+ errorMessages: import('vue').ComputedRef<string[]>;
742
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
743
+ "update:modelValue": (value: any) => true;
744
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
745
+ style: import('vue').StyleValue;
746
+ focused: boolean;
747
+ disabled: boolean | null;
748
+ error: boolean;
749
+ errorMessages: string | readonly string[] | null;
750
+ maxErrors: string | number;
751
+ readonly: boolean | null;
752
+ 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)?])[];
753
+ density: import('vuetify/lib/composables/density.mjs').Density;
754
+ centerAffix: boolean;
755
+ glow: boolean;
756
+ hideSpinButtons: boolean;
757
+ persistentHint: boolean;
758
+ messages: string | readonly string[];
759
+ direction: "horizontal" | "vertical";
760
+ }, {}, string, import('vue').SlotsType<Partial<{
761
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
762
+ [key: string]: any;
763
+ }>[];
764
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
765
+ [key: string]: any;
766
+ }>[];
767
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
768
+ [key: string]: any;
769
+ }>[];
770
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
771
+ [key: string]: any;
772
+ }>[];
773
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
774
+ [key: string]: any;
775
+ }>[];
776
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
777
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
778
+ created?: ((() => void)[] | (() => void)) | undefined;
779
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
780
+ mounted?: ((() => void)[] | (() => void)) | undefined;
781
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
782
+ updated?: ((() => void)[] | (() => void)) | undefined;
783
+ activated?: ((() => void)[] | (() => void)) | undefined;
784
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
785
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
786
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
787
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
788
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
789
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
790
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
791
+ 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;
792
+ };
793
+ $forceUpdate: () => void;
794
+ $nextTick: typeof import('vue').nextTick;
795
+ $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;
796
+ } & Readonly<{
797
+ style: import('vue').StyleValue;
798
+ focused: boolean;
799
+ disabled: boolean | null;
800
+ error: boolean;
801
+ errorMessages: string | readonly string[] | null;
802
+ maxErrors: string | number;
803
+ readonly: boolean | null;
804
+ 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)?])[];
805
+ density: import('vuetify/lib/composables/density.mjs').Density;
806
+ centerAffix: boolean;
807
+ glow: boolean;
808
+ hideSpinButtons: boolean;
809
+ persistentHint: boolean;
810
+ messages: string | readonly string[];
811
+ direction: "horizontal" | "vertical";
812
+ }> & Omit<{
813
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
814
+ focused: boolean;
815
+ disabled: boolean | null;
816
+ error: boolean;
817
+ errorMessages: string | readonly string[] | null;
818
+ maxErrors: string | number;
819
+ readonly: boolean | null;
820
+ 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)?])[];
821
+ density: import('vuetify/lib/composables/density.mjs').Density;
822
+ centerAffix: boolean;
823
+ glow: boolean;
824
+ hideSpinButtons: boolean;
825
+ persistentHint: boolean;
826
+ messages: string | readonly string[];
827
+ direction: "horizontal" | "vertical";
828
+ } & {
829
+ theme?: string | undefined;
830
+ class?: any;
831
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
832
+ name?: string | undefined;
833
+ label?: string | undefined;
834
+ 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;
835
+ validationValue?: any;
836
+ maxWidth?: string | number | undefined;
837
+ minWidth?: string | number | undefined;
838
+ width?: string | number | undefined;
839
+ id?: string | undefined;
840
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
841
+ baseColor?: string | undefined;
842
+ color?: string | undefined;
843
+ iconColor?: string | boolean | undefined;
844
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
845
+ hideDetails?: "auto" | boolean | undefined;
846
+ hint?: string | undefined;
847
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
848
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
849
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
850
+ reset: () => Promise<void>;
851
+ resetValidation: () => Promise<void>;
852
+ validate: (silent?: boolean) => Promise<string[]>;
853
+ isValid: import('vue').ComputedRef<boolean | null>;
854
+ errorMessages: import('vue').ComputedRef<string[]>;
855
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
856
+ modelValue?: unknown;
857
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
858
+ }, 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}`> & {
859
+ _allExposed: {
860
+ reset: () => Promise<void>;
861
+ resetValidation: () => Promise<void>;
862
+ validate: (silent?: boolean) => Promise<string[]>;
863
+ isValid: import('vue').ComputedRef<boolean | null>;
864
+ errorMessages: import('vue').ComputedRef<string[]>;
865
+ } | {};
866
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
867
+ modelValue?: boolean | null | undefined;
868
+ "onUpdate:modelValue"?: ((value: boolean | null) => void) | undefined;
869
+ }, import('vuetify/lib/components/VCheckbox/VCheckbox.mjs').VCheckboxSlots>) | null;
870
+ };
39
871
  rootEl: HTMLDivElement;
40
872
  };
41
873
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -68,13 +900,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
68
900
  title: string;
69
901
  color: string;
70
902
  disabled: boolean;
71
- value: undefined;
72
903
  density: "default" | "comfortable" | "compact";
904
+ value: undefined;
73
905
  readonly: boolean;
74
906
  id: string;
75
907
  name: string;
76
- modelValue: boolean | null;
77
908
  required: boolean;
909
+ modelValue: boolean | null;
910
+ ariaLabelledby: string;
78
911
  indeterminate: boolean;
79
912
  errorMessages: string[] | null;
80
913
  warningMessages: string[] | null;
@@ -87,11 +920,841 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
87
920
  isValidateOnBlur: boolean;
88
921
  disableErrorHandling: boolean;
89
922
  hideDetails: boolean | "auto";
90
- ariaLabelledby: string;
91
923
  trueValue: true;
92
924
  falseValue: false;
93
925
  controlsIds: string[];
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
926
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
927
+ checkboxRef: ({
928
+ $: import('vue').ComponentInternalInstance;
929
+ $data: {};
930
+ $props: Partial<{
931
+ style: import('vue').StyleValue;
932
+ focused: boolean;
933
+ errorMessages: string | readonly string[] | null;
934
+ maxErrors: string | number;
935
+ 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)?])[];
936
+ density: import('vuetify/lib/composables/density.mjs').Density;
937
+ disabled: boolean | null;
938
+ error: boolean;
939
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
940
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
941
+ ripple: boolean | {
942
+ class?: string | undefined;
943
+ keys?: string[] | undefined;
944
+ } | undefined;
945
+ multiple: boolean | null;
946
+ readonly: boolean | null;
947
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
948
+ indeterminate: boolean;
949
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
950
+ centerAffix: boolean;
951
+ glow: boolean;
952
+ hideSpinButtons: boolean;
953
+ persistentHint: boolean;
954
+ messages: string | readonly string[];
955
+ }> & Omit<{
956
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
957
+ focused: boolean;
958
+ errorMessages: string | readonly string[] | null;
959
+ maxErrors: string | number;
960
+ 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)?])[];
961
+ density: import('vuetify/lib/composables/density.mjs').Density;
962
+ disabled: boolean | null;
963
+ error: boolean;
964
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
965
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
966
+ ripple: boolean | {
967
+ class?: string | undefined;
968
+ keys?: string[] | undefined;
969
+ };
970
+ multiple: boolean | null;
971
+ readonly: boolean | null;
972
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
973
+ indeterminate: boolean;
974
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
975
+ centerAffix: boolean;
976
+ glow: boolean;
977
+ hideSpinButtons: boolean;
978
+ persistentHint: boolean;
979
+ messages: string | readonly string[];
980
+ theme?: string | undefined | undefined;
981
+ class?: any;
982
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
983
+ 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;
984
+ validationValue?: any;
985
+ maxWidth?: string | number | undefined | undefined;
986
+ minWidth?: string | number | undefined | undefined;
987
+ width?: string | number | undefined | undefined;
988
+ color?: string | undefined | undefined;
989
+ defaultsTarget?: string | undefined | undefined;
990
+ id?: string | undefined | undefined;
991
+ name?: string | undefined | undefined;
992
+ type?: string | undefined | undefined;
993
+ label?: string | undefined | undefined;
994
+ baseColor?: string | undefined | undefined;
995
+ trueValue?: any;
996
+ falseValue?: any;
997
+ value?: any;
998
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
999
+ iconColor?: string | boolean | undefined | undefined;
1000
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1001
+ hideDetails?: "auto" | boolean | undefined | undefined;
1002
+ hint?: string | undefined | undefined;
1003
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
1004
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
1005
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "multiple" | "indeterminate" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon">;
1006
+ $attrs: import('vue').Attrs;
1007
+ $refs: {
1008
+ [x: string]: unknown;
1009
+ };
1010
+ $slots: Readonly<{
1011
+ default?: ((arg: {
1012
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1013
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1014
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1015
+ [key: string]: any;
1016
+ }>[]) | undefined;
1017
+ label?: ((arg: {
1018
+ label: string | undefined;
1019
+ props: Record<string, unknown>;
1020
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1021
+ [key: string]: any;
1022
+ }>[]) | undefined;
1023
+ input?: ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1024
+ [key: string]: any;
1025
+ }>[]) | undefined;
1026
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1027
+ [key: string]: any;
1028
+ }>[]) | undefined;
1029
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1030
+ [key: string]: any;
1031
+ }>[]) | undefined;
1032
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1033
+ [key: string]: any;
1034
+ }>[]) | undefined;
1035
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1036
+ [key: string]: any;
1037
+ }>[]) | undefined;
1038
+ }>;
1039
+ $root: import('vue').ComponentPublicInstance | null;
1040
+ $parent: import('vue').ComponentPublicInstance | null;
1041
+ $host: Element | null;
1042
+ $emit: (event: "update:focused", focused: boolean) => void;
1043
+ $el: any;
1044
+ $options: import('vue').ComponentOptionsBase<{
1045
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1046
+ focused: boolean;
1047
+ errorMessages: string | readonly string[] | null;
1048
+ maxErrors: string | number;
1049
+ 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)?])[];
1050
+ density: import('vuetify/lib/composables/density.mjs').Density;
1051
+ disabled: boolean | null;
1052
+ error: boolean;
1053
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1054
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1055
+ ripple: boolean | {
1056
+ class?: string | undefined;
1057
+ keys?: string[] | undefined;
1058
+ };
1059
+ multiple: boolean | null;
1060
+ readonly: boolean | null;
1061
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1062
+ indeterminate: boolean;
1063
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1064
+ centerAffix: boolean;
1065
+ glow: boolean;
1066
+ hideSpinButtons: boolean;
1067
+ persistentHint: boolean;
1068
+ messages: string | readonly string[];
1069
+ } & {
1070
+ theme?: string | undefined;
1071
+ class?: any;
1072
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1073
+ 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;
1074
+ validationValue?: any;
1075
+ maxWidth?: string | number | undefined;
1076
+ minWidth?: string | number | undefined;
1077
+ width?: string | number | undefined;
1078
+ color?: string | undefined;
1079
+ defaultsTarget?: string | undefined;
1080
+ id?: string | undefined;
1081
+ name?: string | undefined;
1082
+ type?: string | undefined;
1083
+ label?: string | undefined;
1084
+ baseColor?: string | undefined;
1085
+ trueValue?: any;
1086
+ falseValue?: any;
1087
+ value?: any;
1088
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1089
+ iconColor?: string | boolean | undefined;
1090
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1091
+ hideDetails?: "auto" | boolean | undefined;
1092
+ hint?: string | undefined;
1093
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1094
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1095
+ } & {
1096
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1097
+ }, Omit<Omit<{
1098
+ $: import('vue').ComponentInternalInstance;
1099
+ $data: {};
1100
+ $props: Partial<{
1101
+ style: import('vue').StyleValue;
1102
+ focused: boolean;
1103
+ disabled: boolean | null;
1104
+ error: boolean;
1105
+ errorMessages: string | readonly string[] | null;
1106
+ maxErrors: string | number;
1107
+ readonly: boolean | null;
1108
+ 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)?])[];
1109
+ density: import('vuetify/lib/composables/density.mjs').Density;
1110
+ centerAffix: boolean;
1111
+ glow: boolean;
1112
+ hideSpinButtons: boolean;
1113
+ persistentHint: boolean;
1114
+ messages: string | readonly string[];
1115
+ direction: "horizontal" | "vertical";
1116
+ }> & Omit<{
1117
+ theme?: string | undefined;
1118
+ class?: any;
1119
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1120
+ focused: boolean;
1121
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1122
+ disabled: boolean | null;
1123
+ error: boolean;
1124
+ errorMessages: string | readonly string[] | null;
1125
+ maxErrors: string | number;
1126
+ name?: string | undefined;
1127
+ label?: string | undefined;
1128
+ readonly: boolean | null;
1129
+ 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)?])[];
1130
+ 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;
1131
+ validationValue?: any;
1132
+ density: import('vuetify/lib/composables/density.mjs').Density;
1133
+ maxWidth?: string | number | undefined;
1134
+ minWidth?: string | number | undefined;
1135
+ width?: string | number | undefined;
1136
+ id?: string | undefined;
1137
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1138
+ baseColor?: string | undefined;
1139
+ centerAffix: boolean;
1140
+ color?: string | undefined;
1141
+ glow: boolean;
1142
+ iconColor?: string | boolean | undefined;
1143
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1144
+ hideDetails?: "auto" | boolean | undefined;
1145
+ hideSpinButtons: boolean;
1146
+ hint?: string | undefined;
1147
+ persistentHint: boolean;
1148
+ messages: string | readonly string[];
1149
+ direction: "horizontal" | "vertical";
1150
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1151
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1152
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1153
+ $attrs: {
1154
+ [x: string]: unknown;
1155
+ };
1156
+ $refs: {
1157
+ [x: string]: unknown;
1158
+ };
1159
+ $slots: Readonly<{
1160
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1161
+ [key: string]: any;
1162
+ }>[]) | undefined;
1163
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1164
+ [key: string]: any;
1165
+ }>[]) | undefined;
1166
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1167
+ [key: string]: any;
1168
+ }>[]) | undefined;
1169
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1170
+ [key: string]: any;
1171
+ }>[]) | undefined;
1172
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1173
+ [key: string]: any;
1174
+ }>[]) | undefined;
1175
+ }>;
1176
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1177
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1178
+ $host: Element | null;
1179
+ $emit: (event: string, ...args: any[]) => void;
1180
+ $el: any;
1181
+ $options: import('vue').ComponentOptionsBase<{
1182
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1183
+ focused: boolean;
1184
+ disabled: boolean | null;
1185
+ error: boolean;
1186
+ errorMessages: string | readonly string[] | null;
1187
+ maxErrors: string | number;
1188
+ readonly: boolean | null;
1189
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1190
+ density: import('vuetify/lib/composables/density.mjs').Density;
1191
+ centerAffix: boolean;
1192
+ glow: boolean;
1193
+ hideSpinButtons: boolean;
1194
+ persistentHint: boolean;
1195
+ messages: string | readonly string[];
1196
+ direction: "horizontal" | "vertical";
1197
+ } & {
1198
+ theme?: string | undefined;
1199
+ class?: any;
1200
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1201
+ name?: string | undefined;
1202
+ label?: string | undefined;
1203
+ 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;
1204
+ validationValue?: any;
1205
+ maxWidth?: string | number | undefined;
1206
+ minWidth?: string | number | undefined;
1207
+ width?: string | number | undefined;
1208
+ id?: string | undefined;
1209
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1210
+ baseColor?: string | undefined;
1211
+ color?: string | undefined;
1212
+ iconColor?: string | boolean | undefined;
1213
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1214
+ hideDetails?: "auto" | boolean | undefined;
1215
+ hint?: string | undefined;
1216
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1217
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1218
+ } & {}, {
1219
+ reset: () => Promise<void>;
1220
+ resetValidation: () => Promise<void>;
1221
+ validate: (silent?: boolean) => Promise<string[]>;
1222
+ isValid: import('vue').ComputedRef<boolean | null>;
1223
+ errorMessages: import('vue').ComputedRef<string[]>;
1224
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1225
+ "update:modelValue": (value: any) => true;
1226
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1227
+ style: import('vue').StyleValue;
1228
+ focused: boolean;
1229
+ disabled: boolean | null;
1230
+ error: boolean;
1231
+ errorMessages: string | readonly string[] | null;
1232
+ maxErrors: string | number;
1233
+ readonly: boolean | null;
1234
+ 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)?])[];
1235
+ density: import('vuetify/lib/composables/density.mjs').Density;
1236
+ centerAffix: boolean;
1237
+ glow: boolean;
1238
+ hideSpinButtons: boolean;
1239
+ persistentHint: boolean;
1240
+ messages: string | readonly string[];
1241
+ direction: "horizontal" | "vertical";
1242
+ }, {}, string, import('vue').SlotsType<Partial<{
1243
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1244
+ [key: string]: any;
1245
+ }>[];
1246
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1247
+ [key: string]: any;
1248
+ }>[];
1249
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1250
+ [key: string]: any;
1251
+ }>[];
1252
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1253
+ [key: string]: any;
1254
+ }>[];
1255
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1256
+ [key: string]: any;
1257
+ }>[];
1258
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1259
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1260
+ created?: ((() => void)[] | (() => void)) | undefined;
1261
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1262
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1263
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1264
+ updated?: ((() => void)[] | (() => void)) | undefined;
1265
+ activated?: ((() => void)[] | (() => void)) | undefined;
1266
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1267
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1268
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1269
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1270
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1271
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1272
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1273
+ 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;
1274
+ };
1275
+ $forceUpdate: () => void;
1276
+ $nextTick: typeof import('vue').nextTick;
1277
+ $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;
1278
+ } & Readonly<{
1279
+ style: import('vue').StyleValue;
1280
+ focused: boolean;
1281
+ disabled: boolean | null;
1282
+ error: boolean;
1283
+ errorMessages: string | readonly string[] | null;
1284
+ maxErrors: string | number;
1285
+ readonly: boolean | null;
1286
+ 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)?])[];
1287
+ density: import('vuetify/lib/composables/density.mjs').Density;
1288
+ centerAffix: boolean;
1289
+ glow: boolean;
1290
+ hideSpinButtons: boolean;
1291
+ persistentHint: boolean;
1292
+ messages: string | readonly string[];
1293
+ direction: "horizontal" | "vertical";
1294
+ }> & Omit<{
1295
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1296
+ focused: boolean;
1297
+ disabled: boolean | null;
1298
+ error: boolean;
1299
+ errorMessages: string | readonly string[] | null;
1300
+ maxErrors: string | number;
1301
+ readonly: boolean | null;
1302
+ 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)?])[];
1303
+ density: import('vuetify/lib/composables/density.mjs').Density;
1304
+ centerAffix: boolean;
1305
+ glow: boolean;
1306
+ hideSpinButtons: boolean;
1307
+ persistentHint: boolean;
1308
+ messages: string | readonly string[];
1309
+ direction: "horizontal" | "vertical";
1310
+ } & {
1311
+ theme?: string | undefined;
1312
+ class?: any;
1313
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1314
+ name?: string | undefined;
1315
+ label?: string | undefined;
1316
+ 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;
1317
+ validationValue?: any;
1318
+ maxWidth?: string | number | undefined;
1319
+ minWidth?: string | number | undefined;
1320
+ width?: string | number | undefined;
1321
+ id?: string | undefined;
1322
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1323
+ baseColor?: string | undefined;
1324
+ color?: string | undefined;
1325
+ iconColor?: string | boolean | undefined;
1326
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1327
+ hideDetails?: "auto" | boolean | undefined;
1328
+ hint?: string | undefined;
1329
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1330
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1331
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1332
+ reset: () => Promise<void>;
1333
+ resetValidation: () => Promise<void>;
1334
+ validate: (silent?: boolean) => Promise<string[]>;
1335
+ isValid: import('vue').ComputedRef<boolean | null>;
1336
+ errorMessages: import('vue').ComputedRef<string[]>;
1337
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1338
+ modelValue?: unknown;
1339
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1340
+ }, 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}`> & {
1341
+ _allExposed: {
1342
+ reset: () => Promise<void>;
1343
+ resetValidation: () => Promise<void>;
1344
+ validate: (silent?: boolean) => Promise<string[]>;
1345
+ isValid: import('vue').ComputedRef<boolean | null>;
1346
+ errorMessages: import('vue').ComputedRef<string[]>;
1347
+ } | {};
1348
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1349
+ "update:modelValue": (value: any) => true;
1350
+ "update:focused": (focused: boolean) => true;
1351
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:details" | "v-slot:message" | "v-slot:input">, string, {
1352
+ style: import('vue').StyleValue;
1353
+ focused: boolean;
1354
+ errorMessages: string | readonly string[] | null;
1355
+ maxErrors: string | number;
1356
+ 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)?])[];
1357
+ density: import('vuetify/lib/composables/density.mjs').Density;
1358
+ disabled: boolean | null;
1359
+ error: boolean;
1360
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1361
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1362
+ ripple: boolean | {
1363
+ class?: string | undefined;
1364
+ keys?: string[] | undefined;
1365
+ } | undefined;
1366
+ multiple: boolean | null;
1367
+ readonly: boolean | null;
1368
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1369
+ indeterminate: boolean;
1370
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1371
+ centerAffix: boolean;
1372
+ glow: boolean;
1373
+ hideSpinButtons: boolean;
1374
+ persistentHint: boolean;
1375
+ messages: string | readonly string[];
1376
+ }, {}, string, import('vue').SlotsType<Partial<{
1377
+ default: (arg: {
1378
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1379
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1380
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1381
+ [key: string]: any;
1382
+ }>[];
1383
+ label: (arg: {
1384
+ label: string | undefined;
1385
+ props: Record<string, unknown>;
1386
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1387
+ [key: string]: any;
1388
+ }>[];
1389
+ input: (arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1390
+ [key: string]: any;
1391
+ }>[];
1392
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1393
+ [key: string]: any;
1394
+ }>[];
1395
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1396
+ [key: string]: any;
1397
+ }>[];
1398
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1399
+ [key: string]: any;
1400
+ }>[];
1401
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1402
+ [key: string]: any;
1403
+ }>[];
1404
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1405
+ beforeCreate?: (() => void) | (() => void)[];
1406
+ created?: (() => void) | (() => void)[];
1407
+ beforeMount?: (() => void) | (() => void)[];
1408
+ mounted?: (() => void) | (() => void)[];
1409
+ beforeUpdate?: (() => void) | (() => void)[];
1410
+ updated?: (() => void) | (() => void)[];
1411
+ activated?: (() => void) | (() => void)[];
1412
+ deactivated?: (() => void) | (() => void)[];
1413
+ beforeDestroy?: (() => void) | (() => void)[];
1414
+ beforeUnmount?: (() => void) | (() => void)[];
1415
+ destroyed?: (() => void) | (() => void)[];
1416
+ unmounted?: (() => void) | (() => void)[];
1417
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1418
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1419
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1420
+ };
1421
+ $forceUpdate: () => void;
1422
+ $nextTick: typeof nextTick;
1423
+ $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;
1424
+ } & Readonly<{
1425
+ style: import('vue').StyleValue;
1426
+ focused: boolean;
1427
+ errorMessages: string | readonly string[] | null;
1428
+ maxErrors: string | number;
1429
+ 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)?])[];
1430
+ density: import('vuetify/lib/composables/density.mjs').Density;
1431
+ disabled: boolean | null;
1432
+ error: boolean;
1433
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1434
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1435
+ ripple: boolean | {
1436
+ class?: string | undefined;
1437
+ keys?: string[] | undefined;
1438
+ } | undefined;
1439
+ multiple: boolean | null;
1440
+ readonly: boolean | null;
1441
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1442
+ indeterminate: boolean;
1443
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1444
+ centerAffix: boolean;
1445
+ glow: boolean;
1446
+ hideSpinButtons: boolean;
1447
+ persistentHint: boolean;
1448
+ messages: string | readonly string[];
1449
+ }> & Omit<{
1450
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1451
+ focused: boolean;
1452
+ errorMessages: string | readonly string[] | null;
1453
+ maxErrors: string | number;
1454
+ 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)?])[];
1455
+ density: import('vuetify/lib/composables/density.mjs').Density;
1456
+ disabled: boolean | null;
1457
+ error: boolean;
1458
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1459
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1460
+ ripple: boolean | {
1461
+ class?: string | undefined;
1462
+ keys?: string[] | undefined;
1463
+ };
1464
+ multiple: boolean | null;
1465
+ readonly: boolean | null;
1466
+ valueComparator: import('vuetify/lib/util/deepEqual.mjs').ValueComparator;
1467
+ indeterminate: boolean;
1468
+ indeterminateIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1469
+ centerAffix: boolean;
1470
+ glow: boolean;
1471
+ hideSpinButtons: boolean;
1472
+ persistentHint: boolean;
1473
+ messages: string | readonly string[];
1474
+ } & {
1475
+ theme?: string | undefined;
1476
+ class?: any;
1477
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1478
+ 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;
1479
+ validationValue?: any;
1480
+ maxWidth?: string | number | undefined;
1481
+ minWidth?: string | number | undefined;
1482
+ width?: string | number | undefined;
1483
+ color?: string | undefined;
1484
+ defaultsTarget?: string | undefined;
1485
+ id?: string | undefined;
1486
+ name?: string | undefined;
1487
+ type?: string | undefined;
1488
+ label?: string | undefined;
1489
+ baseColor?: string | undefined;
1490
+ trueValue?: any;
1491
+ falseValue?: any;
1492
+ value?: any;
1493
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1494
+ iconColor?: string | boolean | undefined;
1495
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1496
+ hideDetails?: "auto" | boolean | undefined;
1497
+ hint?: string | undefined;
1498
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1499
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1500
+ } & {
1501
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1502
+ }, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "multiple" | "_allExposed" | "indeterminate" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
1503
+ $: import('vue').ComponentInternalInstance;
1504
+ $data: {};
1505
+ $props: Partial<{
1506
+ style: import('vue').StyleValue;
1507
+ focused: boolean;
1508
+ disabled: boolean | null;
1509
+ error: boolean;
1510
+ errorMessages: string | readonly string[] | null;
1511
+ maxErrors: string | number;
1512
+ readonly: boolean | null;
1513
+ 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)?])[];
1514
+ density: import('vuetify/lib/composables/density.mjs').Density;
1515
+ centerAffix: boolean;
1516
+ glow: boolean;
1517
+ hideSpinButtons: boolean;
1518
+ persistentHint: boolean;
1519
+ messages: string | readonly string[];
1520
+ direction: "horizontal" | "vertical";
1521
+ }> & Omit<{
1522
+ theme?: string | undefined;
1523
+ class?: any;
1524
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1525
+ focused: boolean;
1526
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1527
+ disabled: boolean | null;
1528
+ error: boolean;
1529
+ errorMessages: string | readonly string[] | null;
1530
+ maxErrors: string | number;
1531
+ name?: string | undefined;
1532
+ label?: string | undefined;
1533
+ readonly: boolean | null;
1534
+ 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)?])[];
1535
+ 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;
1536
+ validationValue?: any;
1537
+ density: import('vuetify/lib/composables/density.mjs').Density;
1538
+ maxWidth?: string | number | undefined;
1539
+ minWidth?: string | number | undefined;
1540
+ width?: string | number | undefined;
1541
+ id?: string | undefined;
1542
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1543
+ baseColor?: string | undefined;
1544
+ centerAffix: boolean;
1545
+ color?: string | undefined;
1546
+ glow: boolean;
1547
+ iconColor?: string | boolean | undefined;
1548
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1549
+ hideDetails?: "auto" | boolean | undefined;
1550
+ hideSpinButtons: boolean;
1551
+ hint?: string | undefined;
1552
+ persistentHint: boolean;
1553
+ messages: string | readonly string[];
1554
+ direction: "horizontal" | "vertical";
1555
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1556
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1557
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1558
+ $attrs: {
1559
+ [x: string]: unknown;
1560
+ };
1561
+ $refs: {
1562
+ [x: string]: unknown;
1563
+ };
1564
+ $slots: Readonly<{
1565
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1566
+ [key: string]: any;
1567
+ }>[]) | undefined;
1568
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1569
+ [key: string]: any;
1570
+ }>[]) | undefined;
1571
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1572
+ [key: string]: any;
1573
+ }>[]) | undefined;
1574
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1575
+ [key: string]: any;
1576
+ }>[]) | undefined;
1577
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1578
+ [key: string]: any;
1579
+ }>[]) | undefined;
1580
+ }>;
1581
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1582
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1583
+ $host: Element | null;
1584
+ $emit: (event: string, ...args: any[]) => void;
1585
+ $el: any;
1586
+ $options: import('vue').ComponentOptionsBase<{
1587
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1588
+ focused: boolean;
1589
+ disabled: boolean | null;
1590
+ error: boolean;
1591
+ errorMessages: string | readonly string[] | null;
1592
+ maxErrors: string | number;
1593
+ readonly: boolean | null;
1594
+ 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)?])[];
1595
+ density: import('vuetify/lib/composables/density.mjs').Density;
1596
+ centerAffix: boolean;
1597
+ glow: boolean;
1598
+ hideSpinButtons: boolean;
1599
+ persistentHint: boolean;
1600
+ messages: string | readonly string[];
1601
+ direction: "horizontal" | "vertical";
1602
+ } & {
1603
+ theme?: string | undefined;
1604
+ class?: any;
1605
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1606
+ name?: string | undefined;
1607
+ label?: string | undefined;
1608
+ 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;
1609
+ validationValue?: any;
1610
+ maxWidth?: string | number | undefined;
1611
+ minWidth?: string | number | undefined;
1612
+ width?: string | number | undefined;
1613
+ id?: string | undefined;
1614
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1615
+ baseColor?: string | undefined;
1616
+ color?: string | undefined;
1617
+ iconColor?: string | boolean | undefined;
1618
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1619
+ hideDetails?: "auto" | boolean | undefined;
1620
+ hint?: string | undefined;
1621
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1622
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1623
+ } & {}, {
1624
+ reset: () => Promise<void>;
1625
+ resetValidation: () => Promise<void>;
1626
+ validate: (silent?: boolean) => Promise<string[]>;
1627
+ isValid: import('vue').ComputedRef<boolean | null>;
1628
+ errorMessages: import('vue').ComputedRef<string[]>;
1629
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1630
+ "update:modelValue": (value: any) => true;
1631
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1632
+ style: import('vue').StyleValue;
1633
+ focused: boolean;
1634
+ disabled: boolean | null;
1635
+ error: boolean;
1636
+ errorMessages: string | readonly string[] | null;
1637
+ maxErrors: string | number;
1638
+ readonly: boolean | null;
1639
+ 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)?])[];
1640
+ density: import('vuetify/lib/composables/density.mjs').Density;
1641
+ centerAffix: boolean;
1642
+ glow: boolean;
1643
+ hideSpinButtons: boolean;
1644
+ persistentHint: boolean;
1645
+ messages: string | readonly string[];
1646
+ direction: "horizontal" | "vertical";
1647
+ }, {}, string, import('vue').SlotsType<Partial<{
1648
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1649
+ [key: string]: any;
1650
+ }>[];
1651
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1652
+ [key: string]: any;
1653
+ }>[];
1654
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1655
+ [key: string]: any;
1656
+ }>[];
1657
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1658
+ [key: string]: any;
1659
+ }>[];
1660
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1661
+ [key: string]: any;
1662
+ }>[];
1663
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1664
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1665
+ created?: ((() => void)[] | (() => void)) | undefined;
1666
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1667
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1668
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1669
+ updated?: ((() => void)[] | (() => void)) | undefined;
1670
+ activated?: ((() => void)[] | (() => void)) | undefined;
1671
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1672
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1673
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1674
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1675
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1676
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1677
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1678
+ 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;
1679
+ };
1680
+ $forceUpdate: () => void;
1681
+ $nextTick: typeof import('vue').nextTick;
1682
+ $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;
1683
+ } & Readonly<{
1684
+ style: import('vue').StyleValue;
1685
+ focused: boolean;
1686
+ disabled: boolean | null;
1687
+ error: boolean;
1688
+ errorMessages: string | readonly string[] | null;
1689
+ maxErrors: string | number;
1690
+ readonly: boolean | null;
1691
+ 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)?])[];
1692
+ density: import('vuetify/lib/composables/density.mjs').Density;
1693
+ centerAffix: boolean;
1694
+ glow: boolean;
1695
+ hideSpinButtons: boolean;
1696
+ persistentHint: boolean;
1697
+ messages: string | readonly string[];
1698
+ direction: "horizontal" | "vertical";
1699
+ }> & Omit<{
1700
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1701
+ focused: boolean;
1702
+ disabled: boolean | null;
1703
+ error: boolean;
1704
+ errorMessages: string | readonly string[] | null;
1705
+ maxErrors: string | number;
1706
+ readonly: boolean | null;
1707
+ 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)?])[];
1708
+ density: import('vuetify/lib/composables/density.mjs').Density;
1709
+ centerAffix: boolean;
1710
+ glow: boolean;
1711
+ hideSpinButtons: boolean;
1712
+ persistentHint: boolean;
1713
+ messages: string | readonly string[];
1714
+ direction: "horizontal" | "vertical";
1715
+ } & {
1716
+ theme?: string | undefined;
1717
+ class?: any;
1718
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1719
+ name?: string | undefined;
1720
+ label?: string | undefined;
1721
+ 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;
1722
+ validationValue?: any;
1723
+ maxWidth?: string | number | undefined;
1724
+ minWidth?: string | number | undefined;
1725
+ width?: string | number | undefined;
1726
+ id?: string | undefined;
1727
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1728
+ baseColor?: string | undefined;
1729
+ color?: string | undefined;
1730
+ iconColor?: string | boolean | undefined;
1731
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1732
+ hideDetails?: "auto" | boolean | undefined;
1733
+ hint?: string | undefined;
1734
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1735
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1736
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1737
+ reset: () => Promise<void>;
1738
+ resetValidation: () => Promise<void>;
1739
+ validate: (silent?: boolean) => Promise<string[]>;
1740
+ isValid: import('vue').ComputedRef<boolean | null>;
1741
+ errorMessages: import('vue').ComputedRef<string[]>;
1742
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1743
+ modelValue?: unknown;
1744
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1745
+ }, 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}`> & {
1746
+ _allExposed: {
1747
+ reset: () => Promise<void>;
1748
+ resetValidation: () => Promise<void>;
1749
+ validate: (silent?: boolean) => Promise<string[]>;
1750
+ isValid: import('vue').ComputedRef<boolean | null>;
1751
+ errorMessages: import('vue').ComputedRef<string[]>;
1752
+ } | {};
1753
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1754
+ modelValue?: boolean | null | undefined;
1755
+ "onUpdate:modelValue"?: ((value: boolean | null) => void) | undefined;
1756
+ }, import('vuetify/lib/components/VCheckbox/VCheckbox.mjs').VCheckboxSlots>) | null;
1757
+ }, HTMLDivElement>;
95
1758
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
96
1759
  export default _default;
97
1760
  type __VLS_WithTemplateSlots<T, S> = T & {