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