@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
@@ -300,15 +300,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
300
300
  filter: boolean;
301
301
  label: string;
302
302
  placeholder: string;
303
- loading: boolean;
304
303
  density: "default" | "comfortable" | "compact" | undefined;
304
+ loading: boolean;
305
305
  readonly: boolean;
306
306
  items: ItemType[];
307
+ required: boolean;
307
308
  modelValue: SelectValue | SelectArray;
308
309
  returnObject: boolean;
309
310
  bgColor: string;
310
311
  multiple: boolean;
311
- required: boolean;
312
312
  menuId: string;
313
313
  textKey: string;
314
314
  valueKey: string;
@@ -406,202 +406,211 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
406
406
  readonly disableClickButton?: boolean | undefined;
407
407
  readonly autocomplete?: string | undefined;
408
408
  readonly helpText?: string | undefined;
409
+ readonly maxlength?: string | number | undefined;
410
+ readonly title?: string | false | undefined;
411
+ readonly onInput?: ((...args: any[]) => any) | undefined;
412
+ readonly onKeydown?: ((...args: any[]) => any) | undefined;
409
413
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
410
414
  readonly onClear?: ((...args: any[]) => any) | undefined;
411
415
  readonly "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
412
416
  readonly "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
413
417
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
414
- $attrs: {
415
- [x: string]: unknown;
416
- };
418
+ $attrs: import('vue').Attrs;
417
419
  $refs: {
418
420
  [x: string]: unknown;
419
421
  } & {
420
422
  syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
421
- flat: boolean;
422
- reverse: boolean;
423
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
424
- type: string;
425
- error: boolean;
426
- active: boolean;
427
- direction: "horizontal" | "vertical";
428
- details: boolean;
429
- style: import('vue').StyleValue;
430
- autofocus: boolean;
431
- disabled: boolean;
432
- readonly: boolean | null;
433
- messages: string | readonly string[];
434
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
423
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
435
424
  focused: boolean;
436
425
  errorMessages: string | readonly string[] | null;
437
426
  maxErrors: string | number;
427
+ readonly: boolean | null;
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)?])[];
438
429
  density: import('vuetify/lib/composables/density.mjs').Density;
439
430
  tile: boolean;
440
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
441
- glow: boolean;
442
431
  hideSpinButtons: boolean;
443
432
  persistentHint: boolean;
433
+ messages: string | readonly string[];
444
434
  clearable: boolean;
435
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
436
+ active: boolean;
445
437
  dirty: boolean;
438
+ disabled: boolean;
439
+ glow: boolean;
440
+ error: boolean;
441
+ flat: boolean;
446
442
  persistentClear: boolean;
443
+ reverse: boolean;
447
444
  singleLine: boolean;
445
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
446
+ autofocus: boolean;
448
447
  persistentPlaceholder: boolean;
449
448
  persistentCounter: boolean;
449
+ type: string;
450
450
  } & {
451
- name?: string | undefined;
452
- id?: string | undefined;
453
- width?: string | number | undefined;
454
- color?: string | undefined;
455
- maxWidth?: string | number | undefined;
456
- minWidth?: string | number | undefined;
457
- loading?: string | boolean | undefined;
458
- label?: string | undefined;
459
- prefix?: string | undefined;
460
- role?: string | undefined;
461
- class?: any;
462
451
  theme?: string | undefined;
463
- placeholder?: string | undefined;
464
- counter?: string | number | boolean | undefined;
465
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
452
+ class?: any;
453
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
454
+ name?: string | undefined;
466
455
  modelValue?: any;
467
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
456
+ 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;
468
457
  validationValue?: any;
469
458
  rounded?: string | number | boolean | undefined;
470
- baseColor?: string | undefined;
471
- bgColor?: string | undefined;
472
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
459
+ maxWidth?: string | number | undefined;
460
+ minWidth?: string | number | undefined;
461
+ width?: string | number | undefined;
462
+ loading?: string | boolean | undefined;
463
+ id?: string | undefined;
473
464
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
474
- iconColor?: string | boolean | undefined;
465
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
466
+ hideDetails?: "auto" | boolean | undefined;
467
+ hint?: string | undefined;
468
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
469
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
475
470
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
476
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
477
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
478
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
479
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
480
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
481
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
471
+ bgColor?: string | undefined;
482
472
  centerAffix?: boolean | undefined;
483
- hint?: string | undefined;
484
- hideDetails?: boolean | "auto" | undefined;
485
- suffix?: string | undefined;
473
+ color?: string | undefined;
474
+ baseColor?: string | undefined;
475
+ iconColor?: string | boolean | undefined;
476
+ label?: string | undefined;
477
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
478
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
479
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
480
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
481
+ autocomplete?: string | undefined;
482
+ counter?: string | number | boolean | undefined;
486
483
  counterValue?: number | ((value: any) => number) | undefined;
484
+ prefix?: string | undefined;
485
+ placeholder?: string | undefined;
486
+ suffix?: string | undefined;
487
+ role?: string | undefined;
487
488
  modelModifiers?: Record<string, boolean> | undefined;
488
489
  } & {
489
- $children?: import('vue').VNodeChild | {
490
- $stable?: boolean;
491
- } | (() => import('vue').VNodeChild) | {
490
+ $children?: {
491
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
492
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
493
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
492
494
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
493
495
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
494
496
  props: Record<string, any>;
495
497
  }) => import('vue').VNodeChild) | undefined;
496
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
498
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
499
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
497
500
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
498
501
  label: string | undefined;
499
502
  props: Record<string, any>;
500
503
  }) => import('vue').VNodeChild) | undefined;
501
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
502
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
503
504
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
504
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
505
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
506
- default?: (() => import('vue').VNodeChild) | undefined;
505
+ default?: ((arg: {
506
+ id: Readonly<import('vue').Ref<string, string>>;
507
+ }) => import('vue').VNodeChild) | undefined;
507
508
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
508
- };
509
- 'v-slots'?: {
509
+ } | {
510
+ $stable?: boolean | undefined;
511
+ } | ((arg: {
512
+ id: Readonly<import('vue').Ref<string, string>>;
513
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
514
+ "v-slots"?: {
515
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
516
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
517
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
510
518
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
511
519
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
512
520
  props: Record<string, any>;
513
521
  }) => import('vue').VNodeChild) | undefined;
514
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
522
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
523
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
515
524
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
516
525
  label: string | undefined;
517
526
  props: Record<string, any>;
518
527
  }) => import('vue').VNodeChild) | undefined;
519
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
520
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
521
528
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
522
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
523
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
524
- default?: false | (() => import('vue').VNodeChild) | undefined;
529
+ default?: false | ((arg: {
530
+ id: Readonly<import('vue').Ref<string, string>>;
531
+ }) => import('vue').VNodeChild) | undefined;
525
532
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
526
533
  } | undefined;
527
534
  } & {
528
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
535
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
536
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
529
537
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
530
538
  props: Record<string, any>;
531
539
  }) => import('vue').VNodeChild) | undefined;
540
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
541
+ "v-slot:default"?: false | ((arg: {
542
+ id: Readonly<import('vue').Ref<string, string>>;
543
+ }) => import('vue').VNodeChild) | undefined;
532
544
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
533
545
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
534
546
  label: string | undefined;
535
547
  props: Record<string, any>;
536
548
  }) => import('vue').VNodeChild) | undefined;
537
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
538
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
539
549
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
550
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
551
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
540
552
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
541
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
542
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
543
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
544
553
  } & {
545
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
546
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
547
554
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
548
555
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
549
- }, Omit<Omit<{
556
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
557
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
558
+ }, HTMLInputElement & Omit<Omit<{
550
559
  $: import('vue').ComponentInternalInstance;
551
560
  $data: {};
552
561
  $props: Partial<{
553
- error: boolean;
554
- direction: "horizontal" | "vertical";
555
562
  style: import('vue').StyleValue;
556
- disabled: boolean | null;
557
- readonly: boolean | null;
558
- messages: string | readonly string[];
559
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
560
563
  focused: boolean;
564
+ disabled: boolean | null;
565
+ error: boolean;
561
566
  errorMessages: string | readonly string[] | null;
562
567
  maxErrors: string | number;
568
+ readonly: boolean | null;
569
+ 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)?])[];
563
570
  density: import('vuetify/lib/composables/density.mjs').Density;
564
571
  centerAffix: boolean;
565
572
  glow: boolean;
566
573
  hideSpinButtons: boolean;
567
574
  persistentHint: boolean;
568
- }> & Omit<{
569
- error: boolean;
570
- direction: "horizontal" | "vertical";
571
- style: import('vue').StyleValue;
572
- disabled: boolean | null;
573
- readonly: boolean | null;
574
575
  messages: string | readonly string[];
575
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
576
+ direction: "horizontal" | "vertical";
577
+ }> & Omit<{
578
+ theme?: string | undefined;
579
+ class?: any;
580
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
576
581
  focused: boolean;
582
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
583
+ disabled: boolean | null;
584
+ error: boolean;
577
585
  errorMessages: string | readonly string[] | null;
578
586
  maxErrors: string | number;
579
- density: import('vuetify/lib/composables/density.mjs').Density;
580
- centerAffix: boolean;
581
- glow: boolean;
582
- hideSpinButtons: boolean;
583
- persistentHint: boolean;
584
587
  name?: string | undefined;
585
- id?: string | undefined;
586
- width?: string | number | undefined;
587
- color?: string | undefined;
588
- maxWidth?: string | number | undefined;
589
- minWidth?: string | number | undefined;
590
588
  label?: string | undefined;
591
- class?: any;
592
- theme?: string | undefined;
593
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
594
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
589
+ readonly: boolean | null;
590
+ 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)?])[];
591
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
595
592
  validationValue?: any;
596
- baseColor?: string | undefined;
597
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
593
+ density: import('vuetify/lib/composables/density.mjs').Density;
594
+ maxWidth?: string | number | undefined;
595
+ minWidth?: string | number | undefined;
596
+ width?: string | number | undefined;
597
+ id?: string | undefined;
598
598
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
599
+ baseColor?: string | undefined;
600
+ centerAffix: boolean;
601
+ color?: string | undefined;
602
+ glow: boolean;
599
603
  iconColor?: string | boolean | undefined;
600
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
601
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
604
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
605
+ hideDetails?: "auto" | boolean | undefined;
606
+ hideSpinButtons: boolean;
602
607
  hint?: string | undefined;
603
- hideDetails?: boolean | "auto" | undefined;
604
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
608
+ persistentHint: boolean;
609
+ messages: string | readonly string[];
610
+ direction: "horizontal" | "vertical";
611
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
612
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
613
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
605
614
  $attrs: {
606
615
  [x: string]: unknown;
607
616
  };
@@ -609,54 +618,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
609
618
  [x: string]: unknown;
610
619
  };
611
620
  $slots: Readonly<{
612
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
613
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
614
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
615
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
616
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
621
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
622
+ [key: string]: any;
623
+ }>[]) | undefined;
624
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
625
+ [key: string]: any;
626
+ }>[]) | undefined;
627
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
628
+ [key: string]: any;
629
+ }>[]) | undefined;
630
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
631
+ [key: string]: any;
632
+ }>[]) | undefined;
633
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
634
+ [key: string]: any;
635
+ }>[]) | undefined;
617
636
  }>;
618
- $root: import('vue').ComponentPublicInstance | null;
619
- $parent: import('vue').ComponentPublicInstance | null;
637
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
638
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
620
639
  $host: Element | null;
621
640
  $emit: (event: string, ...args: any[]) => void;
622
641
  $el: any;
623
642
  $options: import('vue').ComponentOptionsBase<{
624
- error: boolean;
625
- direction: "horizontal" | "vertical";
626
- style: import('vue').StyleValue;
627
- disabled: boolean | null;
628
- readonly: boolean | null;
629
- messages: string | readonly string[];
630
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
643
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
631
644
  focused: boolean;
645
+ disabled: boolean | null;
646
+ error: boolean;
632
647
  errorMessages: string | readonly string[] | null;
633
648
  maxErrors: string | number;
649
+ readonly: boolean | null;
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)?])[];
634
651
  density: import('vuetify/lib/composables/density.mjs').Density;
635
652
  centerAffix: boolean;
636
653
  glow: boolean;
637
654
  hideSpinButtons: boolean;
638
655
  persistentHint: boolean;
656
+ messages: string | readonly string[];
657
+ direction: "horizontal" | "vertical";
639
658
  } & {
640
- name?: string | undefined;
641
- id?: string | undefined;
642
- width?: string | number | undefined;
643
- color?: string | undefined;
644
- maxWidth?: string | number | undefined;
645
- minWidth?: string | number | undefined;
646
- label?: string | undefined;
647
- class?: any;
648
659
  theme?: string | undefined;
660
+ class?: any;
649
661
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
650
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
662
+ name?: string | undefined;
663
+ label?: string | undefined;
664
+ 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;
651
665
  validationValue?: any;
652
- baseColor?: string | undefined;
653
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
666
+ maxWidth?: string | number | undefined;
667
+ minWidth?: string | number | undefined;
668
+ width?: string | number | undefined;
669
+ id?: string | undefined;
654
670
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
671
+ baseColor?: string | undefined;
672
+ color?: string | undefined;
655
673
  iconColor?: string | boolean | undefined;
656
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
657
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
674
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
675
+ hideDetails?: "auto" | boolean | undefined;
658
676
  hint?: string | undefined;
659
- hideDetails?: boolean | "auto" | undefined;
677
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
678
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
660
679
  } & {}, {
661
680
  reset: () => Promise<void>;
662
681
  resetValidation: () => Promise<void>;
@@ -665,102 +684,112 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
665
684
  errorMessages: import('vue').ComputedRef<string[]>;
666
685
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
667
686
  "update:modelValue": (value: any) => true;
668
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
669
- error: boolean;
670
- direction: "horizontal" | "vertical";
687
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
671
688
  style: import('vue').StyleValue;
672
- disabled: boolean | null;
673
- readonly: boolean | null;
674
- messages: string | readonly string[];
675
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
676
689
  focused: boolean;
690
+ disabled: boolean | null;
691
+ error: boolean;
677
692
  errorMessages: string | readonly string[] | null;
678
693
  maxErrors: string | number;
694
+ readonly: boolean | null;
695
+ 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)?])[];
679
696
  density: import('vuetify/lib/composables/density.mjs').Density;
680
697
  centerAffix: boolean;
681
698
  glow: boolean;
682
699
  hideSpinButtons: boolean;
683
700
  persistentHint: boolean;
701
+ messages: string | readonly string[];
702
+ direction: "horizontal" | "vertical";
684
703
  }, {}, string, import('vue').SlotsType<Partial<{
685
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
686
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
687
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
688
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
689
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
704
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
705
+ [key: string]: any;
706
+ }>[];
707
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
708
+ [key: string]: any;
709
+ }>[];
710
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
711
+ [key: string]: any;
712
+ }>[];
713
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
714
+ [key: string]: any;
715
+ }>[];
716
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
717
+ [key: string]: any;
718
+ }>[];
690
719
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
691
- beforeCreate?: (() => void) | (() => void)[];
692
- created?: (() => void) | (() => void)[];
693
- beforeMount?: (() => void) | (() => void)[];
694
- mounted?: (() => void) | (() => void)[];
695
- beforeUpdate?: (() => void) | (() => void)[];
696
- updated?: (() => void) | (() => void)[];
697
- activated?: (() => void) | (() => void)[];
698
- deactivated?: (() => void) | (() => void)[];
699
- beforeDestroy?: (() => void) | (() => void)[];
700
- beforeUnmount?: (() => void) | (() => void)[];
701
- destroyed?: (() => void) | (() => void)[];
702
- unmounted?: (() => void) | (() => void)[];
703
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
704
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
705
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
720
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
721
+ created?: ((() => void)[] | (() => void)) | undefined;
722
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
723
+ mounted?: ((() => void)[] | (() => void)) | undefined;
724
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
725
+ updated?: ((() => void)[] | (() => void)) | undefined;
726
+ activated?: ((() => void)[] | (() => void)) | undefined;
727
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
728
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
729
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
730
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
731
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
732
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
733
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
734
+ 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;
706
735
  };
707
736
  $forceUpdate: () => void;
708
737
  $nextTick: typeof import('vue').nextTick;
709
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
738
+ $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;
710
739
  } & Readonly<{
711
- error: boolean;
712
- direction: "horizontal" | "vertical";
713
740
  style: import('vue').StyleValue;
714
- disabled: boolean | null;
715
- readonly: boolean | null;
716
- messages: string | readonly string[];
717
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
718
741
  focused: boolean;
742
+ disabled: boolean | null;
743
+ error: boolean;
719
744
  errorMessages: string | readonly string[] | null;
720
745
  maxErrors: string | number;
746
+ readonly: boolean | null;
747
+ 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)?])[];
721
748
  density: import('vuetify/lib/composables/density.mjs').Density;
722
749
  centerAffix: boolean;
723
750
  glow: boolean;
724
751
  hideSpinButtons: boolean;
725
752
  persistentHint: boolean;
726
- }> & Omit<{
727
- error: boolean;
728
- direction: "horizontal" | "vertical";
729
- style: import('vue').StyleValue;
730
- disabled: boolean | null;
731
- readonly: boolean | null;
732
753
  messages: string | readonly string[];
733
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
754
+ direction: "horizontal" | "vertical";
755
+ }> & Omit<{
756
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
734
757
  focused: boolean;
758
+ disabled: boolean | null;
759
+ error: boolean;
735
760
  errorMessages: string | readonly string[] | null;
736
761
  maxErrors: string | number;
762
+ readonly: boolean | null;
763
+ 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)?])[];
737
764
  density: import('vuetify/lib/composables/density.mjs').Density;
738
765
  centerAffix: boolean;
739
766
  glow: boolean;
740
767
  hideSpinButtons: boolean;
741
768
  persistentHint: boolean;
769
+ messages: string | readonly string[];
770
+ direction: "horizontal" | "vertical";
742
771
  } & {
772
+ theme?: string | undefined;
773
+ class?: any;
774
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
743
775
  name?: string | undefined;
744
- id?: string | undefined;
745
- width?: string | number | undefined;
746
- color?: string | undefined;
747
- maxWidth?: string | number | undefined;
748
- minWidth?: string | number | undefined;
749
776
  label?: string | undefined;
750
- class?: any;
751
- theme?: string | undefined;
752
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
753
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
777
+ 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;
754
778
  validationValue?: any;
755
- baseColor?: string | undefined;
756
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
779
+ maxWidth?: string | number | undefined;
780
+ minWidth?: string | number | undefined;
781
+ width?: string | number | undefined;
782
+ id?: string | undefined;
757
783
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
784
+ baseColor?: string | undefined;
785
+ color?: string | undefined;
758
786
  iconColor?: string | boolean | undefined;
759
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
760
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
787
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
788
+ hideDetails?: "auto" | boolean | undefined;
761
789
  hint?: string | undefined;
762
- hideDetails?: boolean | "auto" | undefined;
763
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
790
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
791
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
792
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
764
793
  reset: () => Promise<void>;
765
794
  resetValidation: () => Promise<void>;
766
795
  validate: (silent?: boolean) => Promise<string[]>;
@@ -768,64 +797,65 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
768
797
  errorMessages: import('vue').ComputedRef<string[]>;
769
798
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
770
799
  modelValue?: unknown;
771
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
772
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
800
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
801
+ }, 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}`> & Omit<Omit<{
773
802
  $: import('vue').ComponentInternalInstance;
774
803
  $data: {};
775
804
  $props: Partial<{
776
- flat: boolean;
777
- reverse: boolean;
778
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
779
- error: boolean;
780
- active: boolean;
781
- details: boolean;
782
805
  style: import('vue').StyleValue;
783
- disabled: boolean;
784
806
  focused: boolean;
785
807
  rounded: string | number | boolean;
786
808
  tile: boolean;
809
+ clearable: boolean;
787
810
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
811
+ active: boolean;
788
812
  centerAffix: boolean;
789
- glow: boolean;
790
- clearable: boolean;
791
813
  dirty: boolean;
792
- persistentClear: boolean;
793
- singleLine: boolean;
794
- }> & Omit<{
795
- flat: boolean;
796
- reverse: boolean;
797
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
798
- error: boolean;
799
- active: boolean;
800
- details: boolean;
801
- style: import('vue').StyleValue;
802
814
  disabled: boolean;
803
- focused: boolean;
804
- tile: boolean;
805
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
806
815
  glow: boolean;
807
- clearable: boolean;
808
- dirty: boolean;
816
+ error: boolean;
817
+ flat: boolean;
809
818
  persistentClear: boolean;
819
+ reverse: boolean;
810
820
  singleLine: boolean;
811
- id?: string | undefined;
812
- color?: string | undefined;
813
- loading?: string | boolean | undefined;
814
- label?: string | undefined;
815
- class?: any;
821
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
822
+ details: boolean;
823
+ }> & Omit<{
816
824
  theme?: string | undefined;
825
+ class?: any;
826
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
827
+ focused: boolean;
817
828
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
818
829
  rounded?: string | number | boolean | undefined;
819
- baseColor?: string | undefined;
830
+ tile: boolean;
831
+ loading?: string | boolean | undefined;
832
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
820
833
  bgColor?: string | undefined;
834
+ clearable: boolean;
835
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
836
+ active: boolean;
837
+ centerAffix?: boolean | undefined;
838
+ color?: string | undefined;
839
+ baseColor?: string | undefined;
840
+ dirty: boolean;
841
+ disabled: boolean;
842
+ glow: boolean;
843
+ error: boolean;
844
+ flat: boolean;
821
845
  iconColor?: string | boolean | undefined;
822
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
846
+ label?: string | undefined;
847
+ persistentClear: boolean;
823
848
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
849
+ reverse: boolean;
850
+ singleLine: boolean;
851
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
824
852
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
825
853
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
826
854
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
827
- centerAffix?: boolean | undefined;
828
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "details" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
855
+ id?: string | undefined;
856
+ details: boolean;
857
+ labelId?: string | undefined;
858
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
829
859
  $attrs: {
830
860
  [x: string]: unknown;
831
861
  };
@@ -835,56 +865,69 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
835
865
  $slots: Readonly<{
836
866
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
837
867
  props: Record<string, any>;
838
- }) => import('vue').VNode[]) | undefined;
839
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
840
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
868
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
869
+ [key: string]: any;
870
+ }>[]) | undefined;
871
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
872
+ [key: string]: any;
873
+ }>[]) | undefined;
874
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
875
+ [key: string]: any;
876
+ }>[]) | undefined;
841
877
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
842
878
  label: string | undefined;
843
879
  props: Record<string, any>;
844
- }) => import('vue').VNode[]) | undefined;
845
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[]) | undefined;
846
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[]) | undefined;
880
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
881
+ [key: string]: any;
882
+ }>[]) | undefined;
883
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
884
+ [key: string]: any;
885
+ }>[]) | undefined;
886
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
887
+ [key: string]: any;
888
+ }>[]) | undefined;
847
889
  }>;
848
- $root: import('vue').ComponentPublicInstance | null;
849
- $parent: import('vue').ComponentPublicInstance | null;
890
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
891
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
850
892
  $host: Element | null;
851
893
  $emit: (event: "update:focused", focused: boolean) => void;
852
894
  $el: any;
853
895
  $options: import('vue').ComponentOptionsBase<{
854
- flat: boolean;
855
- reverse: boolean;
856
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
857
- error: boolean;
858
- active: boolean;
859
- details: boolean;
860
- style: import('vue').StyleValue;
861
- disabled: boolean;
896
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
862
897
  focused: boolean;
863
898
  tile: boolean;
864
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
865
- glow: boolean;
866
899
  clearable: boolean;
900
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
901
+ active: boolean;
867
902
  dirty: boolean;
903
+ disabled: boolean;
904
+ glow: boolean;
905
+ error: boolean;
906
+ flat: boolean;
868
907
  persistentClear: boolean;
908
+ reverse: boolean;
869
909
  singleLine: boolean;
910
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
911
+ details: boolean;
870
912
  } & {
871
- id?: string | undefined;
872
- color?: string | undefined;
873
- loading?: string | boolean | undefined;
874
- label?: string | undefined;
875
- class?: any;
876
913
  theme?: string | undefined;
914
+ class?: any;
877
915
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
878
916
  rounded?: string | number | boolean | undefined;
879
- baseColor?: string | undefined;
917
+ loading?: string | boolean | undefined;
918
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
880
919
  bgColor?: string | undefined;
920
+ centerAffix?: boolean | undefined;
921
+ color?: string | undefined;
922
+ baseColor?: string | undefined;
881
923
  iconColor?: string | boolean | undefined;
882
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
924
+ label?: string | undefined;
883
925
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
884
926
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
885
927
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
886
928
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
887
- centerAffix?: boolean | undefined;
929
+ id?: string | undefined;
930
+ labelId?: string | undefined;
888
931
  } & {
889
932
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
890
933
  }, {
@@ -893,120 +936,133 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
893
936
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
894
937
  "update:focused": (focused: boolean) => true;
895
938
  "update:modelValue": (value: any) => true;
896
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
897
- flat: boolean;
898
- reverse: boolean;
899
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
900
- error: boolean;
901
- active: boolean;
902
- details: boolean;
939
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
903
940
  style: import('vue').StyleValue;
904
- disabled: boolean;
905
941
  focused: boolean;
906
942
  rounded: string | number | boolean;
907
943
  tile: boolean;
944
+ clearable: boolean;
908
945
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
946
+ active: boolean;
909
947
  centerAffix: boolean;
910
- glow: boolean;
911
- clearable: boolean;
912
948
  dirty: boolean;
949
+ disabled: boolean;
950
+ glow: boolean;
951
+ error: boolean;
952
+ flat: boolean;
913
953
  persistentClear: boolean;
954
+ reverse: boolean;
914
955
  singleLine: boolean;
956
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
957
+ details: boolean;
915
958
  }, {}, string, import('vue').SlotsType<Partial<{
916
959
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
917
960
  props: Record<string, any>;
918
- }) => import('vue').VNode[];
919
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
920
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
961
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
962
+ [key: string]: any;
963
+ }>[];
964
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
965
+ [key: string]: any;
966
+ }>[];
967
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
968
+ [key: string]: any;
969
+ }>[];
921
970
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
922
971
  label: string | undefined;
923
972
  props: Record<string, any>;
924
- }) => import('vue').VNode[];
925
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
926
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[];
973
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
974
+ [key: string]: any;
975
+ }>[];
976
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
977
+ [key: string]: any;
978
+ }>[];
979
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
980
+ [key: string]: any;
981
+ }>[];
927
982
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
928
- beforeCreate?: (() => void) | (() => void)[];
929
- created?: (() => void) | (() => void)[];
930
- beforeMount?: (() => void) | (() => void)[];
931
- mounted?: (() => void) | (() => void)[];
932
- beforeUpdate?: (() => void) | (() => void)[];
933
- updated?: (() => void) | (() => void)[];
934
- activated?: (() => void) | (() => void)[];
935
- deactivated?: (() => void) | (() => void)[];
936
- beforeDestroy?: (() => void) | (() => void)[];
937
- beforeUnmount?: (() => void) | (() => void)[];
938
- destroyed?: (() => void) | (() => void)[];
939
- unmounted?: (() => void) | (() => void)[];
940
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
941
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
942
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
983
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
984
+ created?: ((() => void)[] | (() => void)) | undefined;
985
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
986
+ mounted?: ((() => void)[] | (() => void)) | undefined;
987
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
988
+ updated?: ((() => void)[] | (() => void)) | undefined;
989
+ activated?: ((() => void)[] | (() => void)) | undefined;
990
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
991
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
992
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
993
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
994
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
995
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
996
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
997
+ 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;
943
998
  };
944
999
  $forceUpdate: () => void;
945
1000
  $nextTick: typeof import('vue').nextTick;
946
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1001
+ $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;
947
1002
  } & Readonly<{
948
- flat: boolean;
949
- reverse: boolean;
950
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
951
- error: boolean;
952
- active: boolean;
953
- details: boolean;
954
1003
  style: import('vue').StyleValue;
955
- disabled: boolean;
956
1004
  focused: boolean;
957
1005
  rounded: string | number | boolean;
958
1006
  tile: boolean;
1007
+ clearable: boolean;
959
1008
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1009
+ active: boolean;
960
1010
  centerAffix: boolean;
961
- glow: boolean;
962
- clearable: boolean;
963
1011
  dirty: boolean;
964
- persistentClear: boolean;
965
- singleLine: boolean;
966
- }> & Omit<{
1012
+ disabled: boolean;
1013
+ glow: boolean;
1014
+ error: boolean;
967
1015
  flat: boolean;
1016
+ persistentClear: boolean;
968
1017
  reverse: boolean;
969
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
970
- error: boolean;
971
- active: boolean;
1018
+ singleLine: boolean;
1019
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
972
1020
  details: boolean;
973
- style: import('vue').StyleValue;
974
- disabled: boolean;
1021
+ }> & Omit<{
1022
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
975
1023
  focused: boolean;
976
1024
  tile: boolean;
977
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
978
- glow: boolean;
979
1025
  clearable: boolean;
1026
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1027
+ active: boolean;
980
1028
  dirty: boolean;
1029
+ disabled: boolean;
1030
+ glow: boolean;
1031
+ error: boolean;
1032
+ flat: boolean;
981
1033
  persistentClear: boolean;
1034
+ reverse: boolean;
982
1035
  singleLine: boolean;
1036
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1037
+ details: boolean;
983
1038
  } & {
984
- id?: string | undefined;
985
- color?: string | undefined;
986
- loading?: string | boolean | undefined;
987
- label?: string | undefined;
988
- class?: any;
989
1039
  theme?: string | undefined;
990
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1040
+ class?: any;
1041
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
991
1042
  rounded?: string | number | boolean | undefined;
992
- baseColor?: string | undefined;
1043
+ loading?: string | boolean | undefined;
1044
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
993
1045
  bgColor?: string | undefined;
1046
+ centerAffix?: boolean | undefined;
1047
+ color?: string | undefined;
1048
+ baseColor?: string | undefined;
994
1049
  iconColor?: string | boolean | undefined;
995
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1050
+ label?: string | undefined;
996
1051
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
997
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
998
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
999
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1000
- centerAffix?: boolean | undefined;
1052
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1053
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1054
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1055
+ id?: string | undefined;
1056
+ labelId?: string | undefined;
1001
1057
  } & {
1002
1058
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1003
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "error" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1059
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1004
1060
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1005
1061
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1006
1062
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1007
1063
  modelValue?: unknown;
1008
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1009
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
1064
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1065
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1010
1066
  _allExposed: {
1011
1067
  reset: () => Promise<void>;
1012
1068
  resetValidation: () => Promise<void>;
@@ -1018,59 +1074,81 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1018
1074
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1019
1075
  } | {};
1020
1076
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1021
- 'click:control': (e: MouseEvent) => true;
1022
- 'mousedown:control': (e: MouseEvent) => true;
1023
- 'update:focused': (focused: boolean) => true;
1024
- 'update:modelValue': (val: string) => true;
1077
+ "click:control": (e: MouseEvent) => true;
1078
+ "mousedown:control": (e: MouseEvent) => true;
1079
+ "update:focused": (focused: boolean) => true;
1080
+ "update:modelValue": (val: string) => true;
1025
1081
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1026
- flat: boolean;
1027
- reverse: boolean;
1028
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1029
- type: string;
1030
- error: boolean;
1031
- active: boolean;
1032
- direction: "horizontal" | "vertical";
1033
- details: boolean;
1034
1082
  style: import('vue').StyleValue;
1035
- autofocus: boolean;
1036
- disabled: boolean;
1037
- readonly: boolean | null;
1038
- messages: string | readonly string[];
1039
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1040
1083
  focused: boolean;
1041
1084
  errorMessages: string | readonly string[] | null;
1042
1085
  maxErrors: string | number;
1086
+ readonly: boolean | null;
1087
+ 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)?])[];
1043
1088
  density: import('vuetify/lib/composables/density.mjs').Density;
1044
1089
  rounded: string | number | boolean;
1045
1090
  tile: boolean;
1046
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1047
- centerAffix: boolean;
1048
- glow: boolean;
1049
1091
  hideSpinButtons: boolean;
1050
1092
  persistentHint: boolean;
1093
+ messages: string | readonly string[];
1051
1094
  clearable: boolean;
1095
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1096
+ active: boolean;
1097
+ centerAffix: boolean;
1052
1098
  dirty: boolean;
1099
+ disabled: boolean;
1100
+ glow: boolean;
1101
+ error: boolean;
1102
+ flat: boolean;
1053
1103
  persistentClear: boolean;
1104
+ reverse: boolean;
1054
1105
  singleLine: boolean;
1106
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1107
+ autofocus: boolean;
1055
1108
  persistentPlaceholder: boolean;
1056
1109
  persistentCounter: boolean;
1110
+ type: string;
1057
1111
  }, true, {}, import('vue').SlotsType<Partial<{
1058
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1112
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1113
+ [key: string]: any;
1114
+ }>[];
1115
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1116
+ [key: string]: any;
1117
+ }>[];
1118
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1119
+ [key: string]: any;
1120
+ }>[];
1121
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1122
+ [key: string]: any;
1123
+ }>[];
1059
1124
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1060
1125
  props: Record<string, any>;
1061
- }) => import('vue').VNode[];
1062
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1126
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1127
+ [key: string]: any;
1128
+ }>[];
1129
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1130
+ [key: string]: any;
1131
+ }>[];
1132
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1133
+ [key: string]: any;
1134
+ }>[];
1063
1135
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1064
1136
  label: string | undefined;
1065
1137
  props: Record<string, any>;
1066
- }) => import('vue').VNode[];
1067
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1068
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1069
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
1070
- 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
1071
- 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
1072
- default: () => import('vue').VNode[];
1073
- counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode[];
1138
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1139
+ [key: string]: any;
1140
+ }>[];
1141
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1142
+ [key: string]: any;
1143
+ }>[];
1144
+ default: (arg: {
1145
+ id: Readonly<import('vue').Ref<string, string>>;
1146
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1147
+ [key: string]: any;
1148
+ }>[];
1149
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1150
+ [key: string]: any;
1151
+ }>[];
1074
1152
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1075
1153
  P: {};
1076
1154
  B: {};
@@ -1079,190 +1157,197 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1079
1157
  M: {};
1080
1158
  Defaults: {};
1081
1159
  }, {
1082
- flat: boolean;
1083
- reverse: boolean;
1084
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1085
- type: string;
1086
- error: boolean;
1087
- active: boolean;
1088
- direction: "horizontal" | "vertical";
1089
- details: boolean;
1090
- style: import('vue').StyleValue;
1091
- autofocus: boolean;
1092
- disabled: boolean;
1093
- readonly: boolean | null;
1094
- messages: string | readonly string[];
1095
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1160
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1096
1161
  focused: boolean;
1097
1162
  errorMessages: string | readonly string[] | null;
1098
1163
  maxErrors: string | number;
1164
+ readonly: boolean | null;
1165
+ 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)?])[];
1099
1166
  density: import('vuetify/lib/composables/density.mjs').Density;
1100
1167
  tile: boolean;
1101
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1102
- glow: boolean;
1103
1168
  hideSpinButtons: boolean;
1104
1169
  persistentHint: boolean;
1170
+ messages: string | readonly string[];
1105
1171
  clearable: boolean;
1172
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1173
+ active: boolean;
1106
1174
  dirty: boolean;
1175
+ disabled: boolean;
1176
+ glow: boolean;
1177
+ error: boolean;
1178
+ flat: boolean;
1107
1179
  persistentClear: boolean;
1180
+ reverse: boolean;
1108
1181
  singleLine: boolean;
1182
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1183
+ autofocus: boolean;
1109
1184
  persistentPlaceholder: boolean;
1110
1185
  persistentCounter: boolean;
1186
+ type: string;
1111
1187
  } & {
1112
- name?: string | undefined;
1113
- id?: string | undefined;
1114
- width?: string | number | undefined;
1115
- color?: string | undefined;
1116
- maxWidth?: string | number | undefined;
1117
- minWidth?: string | number | undefined;
1118
- loading?: string | boolean | undefined;
1119
- label?: string | undefined;
1120
- prefix?: string | undefined;
1121
- role?: string | undefined;
1122
- class?: any;
1123
1188
  theme?: string | undefined;
1124
- placeholder?: string | undefined;
1125
- counter?: string | number | boolean | undefined;
1126
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1189
+ class?: any;
1190
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1191
+ name?: string | undefined;
1127
1192
  modelValue?: any;
1128
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1193
+ 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;
1129
1194
  validationValue?: any;
1130
1195
  rounded?: string | number | boolean | undefined;
1131
- baseColor?: string | undefined;
1132
- bgColor?: string | undefined;
1133
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1196
+ maxWidth?: string | number | undefined;
1197
+ minWidth?: string | number | undefined;
1198
+ width?: string | number | undefined;
1199
+ loading?: string | boolean | undefined;
1200
+ id?: string | undefined;
1134
1201
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1135
- iconColor?: string | boolean | undefined;
1202
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1203
+ hideDetails?: "auto" | boolean | undefined;
1204
+ hint?: string | undefined;
1205
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1206
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1136
1207
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1137
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1138
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1139
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1140
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1141
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1142
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1208
+ bgColor?: string | undefined;
1143
1209
  centerAffix?: boolean | undefined;
1144
- hint?: string | undefined;
1145
- hideDetails?: boolean | "auto" | undefined;
1146
- suffix?: string | undefined;
1210
+ color?: string | undefined;
1211
+ baseColor?: string | undefined;
1212
+ iconColor?: string | boolean | undefined;
1213
+ label?: string | undefined;
1214
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1215
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1216
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1217
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1218
+ autocomplete?: string | undefined;
1219
+ counter?: string | number | boolean | undefined;
1147
1220
  counterValue?: number | ((value: any) => number) | undefined;
1148
- modelModifiers?: Record<string, boolean> | undefined;
1221
+ prefix?: string | undefined;
1222
+ placeholder?: string | undefined;
1223
+ suffix?: string | undefined;
1224
+ role?: string | undefined;
1225
+ modelModifiers?: Record<string, boolean> | undefined;
1149
1226
  } & {
1150
- $children?: import('vue').VNodeChild | {
1151
- $stable?: boolean;
1152
- } | (() => import('vue').VNodeChild) | {
1227
+ $children?: {
1228
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1229
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1230
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1153
1231
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1154
1232
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1155
1233
  props: Record<string, any>;
1156
1234
  }) => import('vue').VNodeChild) | undefined;
1157
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1235
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1236
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1158
1237
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1159
1238
  label: string | undefined;
1160
1239
  props: Record<string, any>;
1161
1240
  }) => import('vue').VNodeChild) | undefined;
1162
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1163
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1164
1241
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1165
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1166
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1167
- default?: (() => import('vue').VNodeChild) | undefined;
1242
+ default?: ((arg: {
1243
+ id: Readonly<import('vue').Ref<string, string>>;
1244
+ }) => import('vue').VNodeChild) | undefined;
1168
1245
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1169
- };
1170
- 'v-slots'?: {
1246
+ } | {
1247
+ $stable?: boolean | undefined;
1248
+ } | ((arg: {
1249
+ id: Readonly<import('vue').Ref<string, string>>;
1250
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
1251
+ "v-slots"?: {
1252
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1253
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1254
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1171
1255
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1172
1256
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1173
1257
  props: Record<string, any>;
1174
1258
  }) => import('vue').VNodeChild) | undefined;
1175
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1259
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1260
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1176
1261
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1177
1262
  label: string | undefined;
1178
1263
  props: Record<string, any>;
1179
1264
  }) => import('vue').VNodeChild) | undefined;
1180
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1181
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1182
1265
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1183
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1184
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1185
- default?: false | (() => import('vue').VNodeChild) | undefined;
1266
+ default?: false | ((arg: {
1267
+ id: Readonly<import('vue').Ref<string, string>>;
1268
+ }) => import('vue').VNodeChild) | undefined;
1186
1269
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1187
1270
  } | undefined;
1188
1271
  } & {
1189
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1272
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1273
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1190
1274
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1191
1275
  props: Record<string, any>;
1192
1276
  }) => import('vue').VNodeChild) | undefined;
1277
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1278
+ "v-slot:default"?: false | ((arg: {
1279
+ id: Readonly<import('vue').Ref<string, string>>;
1280
+ }) => import('vue').VNodeChild) | undefined;
1193
1281
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1194
1282
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1195
1283
  label: string | undefined;
1196
1284
  props: Record<string, any>;
1197
1285
  }) => import('vue').VNodeChild) | undefined;
1198
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1199
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1200
1286
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1287
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1288
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1201
1289
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1202
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1203
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1204
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1205
1290
  } & {
1206
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1207
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1208
1291
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1209
1292
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1210
- }, Omit<Omit<{
1293
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1294
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1295
+ }, HTMLInputElement & Omit<Omit<{
1211
1296
  $: import('vue').ComponentInternalInstance;
1212
1297
  $data: {};
1213
1298
  $props: Partial<{
1214
- error: boolean;
1215
- direction: "horizontal" | "vertical";
1216
1299
  style: import('vue').StyleValue;
1217
- disabled: boolean | null;
1218
- readonly: boolean | null;
1219
- messages: string | readonly string[];
1220
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1221
1300
  focused: boolean;
1301
+ disabled: boolean | null;
1302
+ error: boolean;
1222
1303
  errorMessages: string | readonly string[] | null;
1223
1304
  maxErrors: string | number;
1305
+ readonly: boolean | null;
1306
+ 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)?])[];
1224
1307
  density: import('vuetify/lib/composables/density.mjs').Density;
1225
1308
  centerAffix: boolean;
1226
1309
  glow: boolean;
1227
1310
  hideSpinButtons: boolean;
1228
1311
  persistentHint: boolean;
1229
- }> & Omit<{
1230
- error: boolean;
1231
- direction: "horizontal" | "vertical";
1232
- style: import('vue').StyleValue;
1233
- disabled: boolean | null;
1234
- readonly: boolean | null;
1235
1312
  messages: string | readonly string[];
1236
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1313
+ direction: "horizontal" | "vertical";
1314
+ }> & Omit<{
1315
+ theme?: string | undefined;
1316
+ class?: any;
1317
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1237
1318
  focused: boolean;
1319
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1320
+ disabled: boolean | null;
1321
+ error: boolean;
1238
1322
  errorMessages: string | readonly string[] | null;
1239
1323
  maxErrors: string | number;
1240
- density: import('vuetify/lib/composables/density.mjs').Density;
1241
- centerAffix: boolean;
1242
- glow: boolean;
1243
- hideSpinButtons: boolean;
1244
- persistentHint: boolean;
1245
1324
  name?: string | undefined;
1246
- id?: string | undefined;
1247
- width?: string | number | undefined;
1248
- color?: string | undefined;
1249
- maxWidth?: string | number | undefined;
1250
- minWidth?: string | number | undefined;
1251
1325
  label?: string | undefined;
1252
- class?: any;
1253
- theme?: string | undefined;
1254
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1255
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1326
+ readonly: boolean | null;
1327
+ 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)?])[];
1328
+ 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;
1256
1329
  validationValue?: any;
1257
- baseColor?: string | undefined;
1258
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1330
+ density: import('vuetify/lib/composables/density.mjs').Density;
1331
+ maxWidth?: string | number | undefined;
1332
+ minWidth?: string | number | undefined;
1333
+ width?: string | number | undefined;
1334
+ id?: string | undefined;
1259
1335
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1336
+ baseColor?: string | undefined;
1337
+ centerAffix: boolean;
1338
+ color?: string | undefined;
1339
+ glow: boolean;
1260
1340
  iconColor?: string | boolean | undefined;
1261
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1262
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1341
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1342
+ hideDetails?: "auto" | boolean | undefined;
1343
+ hideSpinButtons: boolean;
1263
1344
  hint?: string | undefined;
1264
- hideDetails?: boolean | "auto" | undefined;
1265
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
1345
+ persistentHint: boolean;
1346
+ messages: string | readonly string[];
1347
+ direction: "horizontal" | "vertical";
1348
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1349
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1350
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1266
1351
  $attrs: {
1267
1352
  [x: string]: unknown;
1268
1353
  };
@@ -1270,54 +1355,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1270
1355
  [x: string]: unknown;
1271
1356
  };
1272
1357
  $slots: Readonly<{
1273
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1274
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1275
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1276
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1277
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
1358
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1359
+ [key: string]: any;
1360
+ }>[]) | undefined;
1361
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1362
+ [key: string]: any;
1363
+ }>[]) | undefined;
1364
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1365
+ [key: string]: any;
1366
+ }>[]) | undefined;
1367
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1368
+ [key: string]: any;
1369
+ }>[]) | undefined;
1370
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1371
+ [key: string]: any;
1372
+ }>[]) | undefined;
1278
1373
  }>;
1279
- $root: import('vue').ComponentPublicInstance | null;
1280
- $parent: import('vue').ComponentPublicInstance | null;
1374
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1375
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1281
1376
  $host: Element | null;
1282
1377
  $emit: (event: string, ...args: any[]) => void;
1283
1378
  $el: any;
1284
1379
  $options: import('vue').ComponentOptionsBase<{
1285
- error: boolean;
1286
- direction: "horizontal" | "vertical";
1287
- style: import('vue').StyleValue;
1288
- disabled: boolean | null;
1289
- readonly: boolean | null;
1290
- messages: string | readonly string[];
1291
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1380
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1292
1381
  focused: boolean;
1382
+ disabled: boolean | null;
1383
+ error: boolean;
1293
1384
  errorMessages: string | readonly string[] | null;
1294
1385
  maxErrors: string | number;
1386
+ readonly: boolean | null;
1387
+ 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)?])[];
1295
1388
  density: import('vuetify/lib/composables/density.mjs').Density;
1296
1389
  centerAffix: boolean;
1297
1390
  glow: boolean;
1298
1391
  hideSpinButtons: boolean;
1299
1392
  persistentHint: boolean;
1393
+ messages: string | readonly string[];
1394
+ direction: "horizontal" | "vertical";
1300
1395
  } & {
1301
- name?: string | undefined;
1302
- id?: string | undefined;
1303
- width?: string | number | undefined;
1304
- color?: string | undefined;
1305
- maxWidth?: string | number | undefined;
1306
- minWidth?: string | number | undefined;
1307
- label?: string | undefined;
1308
- class?: any;
1309
1396
  theme?: string | undefined;
1397
+ class?: any;
1310
1398
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1311
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1399
+ name?: string | undefined;
1400
+ label?: string | undefined;
1401
+ 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;
1312
1402
  validationValue?: any;
1313
- baseColor?: string | undefined;
1314
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1403
+ maxWidth?: string | number | undefined;
1404
+ minWidth?: string | number | undefined;
1405
+ width?: string | number | undefined;
1406
+ id?: string | undefined;
1315
1407
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1408
+ baseColor?: string | undefined;
1409
+ color?: string | undefined;
1316
1410
  iconColor?: string | boolean | undefined;
1317
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1318
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1411
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1412
+ hideDetails?: "auto" | boolean | undefined;
1319
1413
  hint?: string | undefined;
1320
- hideDetails?: boolean | "auto" | undefined;
1414
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1415
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1321
1416
  } & {}, {
1322
1417
  reset: () => Promise<void>;
1323
1418
  resetValidation: () => Promise<void>;
@@ -1326,102 +1421,112 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1326
1421
  errorMessages: import('vue').ComputedRef<string[]>;
1327
1422
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1328
1423
  "update:modelValue": (value: any) => true;
1329
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1330
- error: boolean;
1331
- direction: "horizontal" | "vertical";
1424
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1332
1425
  style: import('vue').StyleValue;
1333
- disabled: boolean | null;
1334
- readonly: boolean | null;
1335
- messages: string | readonly string[];
1336
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1337
1426
  focused: boolean;
1427
+ disabled: boolean | null;
1428
+ error: boolean;
1338
1429
  errorMessages: string | readonly string[] | null;
1339
1430
  maxErrors: string | number;
1431
+ readonly: boolean | null;
1432
+ 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)?])[];
1340
1433
  density: import('vuetify/lib/composables/density.mjs').Density;
1341
1434
  centerAffix: boolean;
1342
1435
  glow: boolean;
1343
1436
  hideSpinButtons: boolean;
1344
1437
  persistentHint: boolean;
1438
+ messages: string | readonly string[];
1439
+ direction: "horizontal" | "vertical";
1345
1440
  }, {}, string, import('vue').SlotsType<Partial<{
1346
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1347
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1348
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1349
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1350
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1441
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1442
+ [key: string]: any;
1443
+ }>[];
1444
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1445
+ [key: string]: any;
1446
+ }>[];
1447
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1448
+ [key: string]: any;
1449
+ }>[];
1450
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1451
+ [key: string]: any;
1452
+ }>[];
1453
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1454
+ [key: string]: any;
1455
+ }>[];
1351
1456
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1352
- beforeCreate?: (() => void) | (() => void)[];
1353
- created?: (() => void) | (() => void)[];
1354
- beforeMount?: (() => void) | (() => void)[];
1355
- mounted?: (() => void) | (() => void)[];
1356
- beforeUpdate?: (() => void) | (() => void)[];
1357
- updated?: (() => void) | (() => void)[];
1358
- activated?: (() => void) | (() => void)[];
1359
- deactivated?: (() => void) | (() => void)[];
1360
- beforeDestroy?: (() => void) | (() => void)[];
1361
- beforeUnmount?: (() => void) | (() => void)[];
1362
- destroyed?: (() => void) | (() => void)[];
1363
- unmounted?: (() => void) | (() => void)[];
1364
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1365
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1366
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1457
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1458
+ created?: ((() => void)[] | (() => void)) | undefined;
1459
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1460
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1461
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1462
+ updated?: ((() => void)[] | (() => void)) | undefined;
1463
+ activated?: ((() => void)[] | (() => void)) | undefined;
1464
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1465
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1466
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1467
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1468
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1469
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1470
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1471
+ 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;
1367
1472
  };
1368
1473
  $forceUpdate: () => void;
1369
1474
  $nextTick: typeof import('vue').nextTick;
1370
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1475
+ $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;
1371
1476
  } & Readonly<{
1372
- error: boolean;
1373
- direction: "horizontal" | "vertical";
1374
1477
  style: import('vue').StyleValue;
1375
- disabled: boolean | null;
1376
- readonly: boolean | null;
1377
- messages: string | readonly string[];
1378
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1379
1478
  focused: boolean;
1479
+ disabled: boolean | null;
1480
+ error: boolean;
1380
1481
  errorMessages: string | readonly string[] | null;
1381
1482
  maxErrors: string | number;
1483
+ readonly: boolean | null;
1484
+ 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)?])[];
1382
1485
  density: import('vuetify/lib/composables/density.mjs').Density;
1383
1486
  centerAffix: boolean;
1384
1487
  glow: boolean;
1385
1488
  hideSpinButtons: boolean;
1386
1489
  persistentHint: boolean;
1387
- }> & Omit<{
1388
- error: boolean;
1389
- direction: "horizontal" | "vertical";
1390
- style: import('vue').StyleValue;
1391
- disabled: boolean | null;
1392
- readonly: boolean | null;
1393
1490
  messages: string | readonly string[];
1394
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1491
+ direction: "horizontal" | "vertical";
1492
+ }> & Omit<{
1493
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1395
1494
  focused: boolean;
1495
+ disabled: boolean | null;
1496
+ error: boolean;
1396
1497
  errorMessages: string | readonly string[] | null;
1397
1498
  maxErrors: string | number;
1499
+ readonly: boolean | null;
1500
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1398
1501
  density: import('vuetify/lib/composables/density.mjs').Density;
1399
1502
  centerAffix: boolean;
1400
1503
  glow: boolean;
1401
1504
  hideSpinButtons: boolean;
1402
1505
  persistentHint: boolean;
1506
+ messages: string | readonly string[];
1507
+ direction: "horizontal" | "vertical";
1403
1508
  } & {
1509
+ theme?: string | undefined;
1510
+ class?: any;
1511
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1404
1512
  name?: string | undefined;
1405
- id?: string | undefined;
1406
- width?: string | number | undefined;
1407
- color?: string | undefined;
1408
- maxWidth?: string | number | undefined;
1409
- minWidth?: string | number | undefined;
1410
1513
  label?: string | undefined;
1411
- class?: any;
1412
- theme?: string | undefined;
1413
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1414
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1514
+ 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;
1415
1515
  validationValue?: any;
1416
- baseColor?: string | undefined;
1417
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1516
+ maxWidth?: string | number | undefined;
1517
+ minWidth?: string | number | undefined;
1518
+ width?: string | number | undefined;
1519
+ id?: string | undefined;
1418
1520
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1521
+ baseColor?: string | undefined;
1522
+ color?: string | undefined;
1419
1523
  iconColor?: string | boolean | undefined;
1420
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1421
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1524
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1525
+ hideDetails?: "auto" | boolean | undefined;
1422
1526
  hint?: string | undefined;
1423
- hideDetails?: boolean | "auto" | undefined;
1424
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1527
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1528
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1529
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1425
1530
  reset: () => Promise<void>;
1426
1531
  resetValidation: () => Promise<void>;
1427
1532
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1429,64 +1534,65 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1429
1534
  errorMessages: import('vue').ComputedRef<string[]>;
1430
1535
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1431
1536
  modelValue?: unknown;
1432
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1433
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
1537
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1538
+ }, 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}`> & Omit<Omit<{
1434
1539
  $: import('vue').ComponentInternalInstance;
1435
1540
  $data: {};
1436
1541
  $props: Partial<{
1437
- flat: boolean;
1438
- reverse: boolean;
1439
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1440
- error: boolean;
1441
- active: boolean;
1442
- details: boolean;
1443
1542
  style: import('vue').StyleValue;
1444
- disabled: boolean;
1445
1543
  focused: boolean;
1446
1544
  rounded: string | number | boolean;
1447
1545
  tile: boolean;
1546
+ clearable: boolean;
1448
1547
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1548
+ active: boolean;
1449
1549
  centerAffix: boolean;
1450
- glow: boolean;
1451
- clearable: boolean;
1452
1550
  dirty: boolean;
1453
- persistentClear: boolean;
1454
- singleLine: boolean;
1455
- }> & Omit<{
1456
- flat: boolean;
1457
- reverse: boolean;
1458
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1459
- error: boolean;
1460
- active: boolean;
1461
- details: boolean;
1462
- style: import('vue').StyleValue;
1463
1551
  disabled: boolean;
1464
- focused: boolean;
1465
- tile: boolean;
1466
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1467
1552
  glow: boolean;
1468
- clearable: boolean;
1469
- dirty: boolean;
1553
+ error: boolean;
1554
+ flat: boolean;
1470
1555
  persistentClear: boolean;
1556
+ reverse: boolean;
1471
1557
  singleLine: boolean;
1472
- id?: string | undefined;
1473
- color?: string | undefined;
1474
- loading?: string | boolean | undefined;
1475
- label?: string | undefined;
1476
- class?: any;
1558
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1559
+ details: boolean;
1560
+ }> & Omit<{
1477
1561
  theme?: string | undefined;
1562
+ class?: any;
1563
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1564
+ focused: boolean;
1478
1565
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1479
1566
  rounded?: string | number | boolean | undefined;
1480
- baseColor?: string | undefined;
1567
+ tile: boolean;
1568
+ loading?: string | boolean | undefined;
1569
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1481
1570
  bgColor?: string | undefined;
1571
+ clearable: boolean;
1572
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1573
+ active: boolean;
1574
+ centerAffix?: boolean | undefined;
1575
+ color?: string | undefined;
1576
+ baseColor?: string | undefined;
1577
+ dirty: boolean;
1578
+ disabled: boolean;
1579
+ glow: boolean;
1580
+ error: boolean;
1581
+ flat: boolean;
1482
1582
  iconColor?: string | boolean | undefined;
1483
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1583
+ label?: string | undefined;
1584
+ persistentClear: boolean;
1484
1585
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1586
+ reverse: boolean;
1587
+ singleLine: boolean;
1588
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1485
1589
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1486
1590
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1487
1591
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1488
- centerAffix?: boolean | undefined;
1489
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "details" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1592
+ id?: string | undefined;
1593
+ details: boolean;
1594
+ labelId?: string | undefined;
1595
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
1490
1596
  $attrs: {
1491
1597
  [x: string]: unknown;
1492
1598
  };
@@ -1496,56 +1602,69 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1496
1602
  $slots: Readonly<{
1497
1603
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1498
1604
  props: Record<string, any>;
1499
- }) => import('vue').VNode[]) | undefined;
1500
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
1501
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
1605
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1606
+ [key: string]: any;
1607
+ }>[]) | undefined;
1608
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1609
+ [key: string]: any;
1610
+ }>[]) | undefined;
1611
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1612
+ [key: string]: any;
1613
+ }>[]) | undefined;
1502
1614
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1503
1615
  label: string | undefined;
1504
1616
  props: Record<string, any>;
1505
- }) => import('vue').VNode[]) | undefined;
1506
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[]) | undefined;
1507
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[]) | undefined;
1617
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1618
+ [key: string]: any;
1619
+ }>[]) | undefined;
1620
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1621
+ [key: string]: any;
1622
+ }>[]) | undefined;
1623
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1624
+ [key: string]: any;
1625
+ }>[]) | undefined;
1508
1626
  }>;
1509
- $root: import('vue').ComponentPublicInstance | null;
1510
- $parent: import('vue').ComponentPublicInstance | null;
1627
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1628
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1511
1629
  $host: Element | null;
1512
1630
  $emit: (event: "update:focused", focused: boolean) => void;
1513
1631
  $el: any;
1514
1632
  $options: import('vue').ComponentOptionsBase<{
1515
- flat: boolean;
1516
- reverse: boolean;
1517
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1518
- error: boolean;
1519
- active: boolean;
1520
- details: boolean;
1521
- style: import('vue').StyleValue;
1522
- disabled: boolean;
1633
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1523
1634
  focused: boolean;
1524
1635
  tile: boolean;
1525
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1526
- glow: boolean;
1527
1636
  clearable: boolean;
1637
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1638
+ active: boolean;
1528
1639
  dirty: boolean;
1640
+ disabled: boolean;
1641
+ glow: boolean;
1642
+ error: boolean;
1643
+ flat: boolean;
1529
1644
  persistentClear: boolean;
1645
+ reverse: boolean;
1530
1646
  singleLine: boolean;
1647
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1648
+ details: boolean;
1531
1649
  } & {
1532
- id?: string | undefined;
1533
- color?: string | undefined;
1534
- loading?: string | boolean | undefined;
1535
- label?: string | undefined;
1536
- class?: any;
1537
1650
  theme?: string | undefined;
1651
+ class?: any;
1538
1652
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1539
1653
  rounded?: string | number | boolean | undefined;
1540
- baseColor?: string | undefined;
1654
+ loading?: string | boolean | undefined;
1655
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1541
1656
  bgColor?: string | undefined;
1657
+ centerAffix?: boolean | undefined;
1658
+ color?: string | undefined;
1659
+ baseColor?: string | undefined;
1542
1660
  iconColor?: string | boolean | undefined;
1543
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1661
+ label?: string | undefined;
1544
1662
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1545
1663
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1546
1664
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1547
1665
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1548
- centerAffix?: boolean | undefined;
1666
+ id?: string | undefined;
1667
+ labelId?: string | undefined;
1549
1668
  } & {
1550
1669
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1551
1670
  }, {
@@ -1554,120 +1673,133 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1554
1673
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1555
1674
  "update:focused": (focused: boolean) => true;
1556
1675
  "update:modelValue": (value: any) => true;
1557
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1558
- flat: boolean;
1559
- reverse: boolean;
1560
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1561
- error: boolean;
1562
- active: boolean;
1563
- details: boolean;
1676
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
1564
1677
  style: import('vue').StyleValue;
1565
- disabled: boolean;
1566
1678
  focused: boolean;
1567
1679
  rounded: string | number | boolean;
1568
1680
  tile: boolean;
1681
+ clearable: boolean;
1569
1682
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1683
+ active: boolean;
1570
1684
  centerAffix: boolean;
1571
- glow: boolean;
1572
- clearable: boolean;
1573
1685
  dirty: boolean;
1686
+ disabled: boolean;
1687
+ glow: boolean;
1688
+ error: boolean;
1689
+ flat: boolean;
1574
1690
  persistentClear: boolean;
1691
+ reverse: boolean;
1575
1692
  singleLine: boolean;
1693
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1694
+ details: boolean;
1576
1695
  }, {}, string, import('vue').SlotsType<Partial<{
1577
1696
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1578
1697
  props: Record<string, any>;
1579
- }) => import('vue').VNode[];
1580
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
1581
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
1698
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1699
+ [key: string]: any;
1700
+ }>[];
1701
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1702
+ [key: string]: any;
1703
+ }>[];
1704
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1705
+ [key: string]: any;
1706
+ }>[];
1582
1707
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1583
1708
  label: string | undefined;
1584
1709
  props: Record<string, any>;
1585
- }) => import('vue').VNode[];
1586
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
1587
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[];
1710
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1711
+ [key: string]: any;
1712
+ }>[];
1713
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1714
+ [key: string]: any;
1715
+ }>[];
1716
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1717
+ [key: string]: any;
1718
+ }>[];
1588
1719
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1589
- beforeCreate?: (() => void) | (() => void)[];
1590
- created?: (() => void) | (() => void)[];
1591
- beforeMount?: (() => void) | (() => void)[];
1592
- mounted?: (() => void) | (() => void)[];
1593
- beforeUpdate?: (() => void) | (() => void)[];
1594
- updated?: (() => void) | (() => void)[];
1595
- activated?: (() => void) | (() => void)[];
1596
- deactivated?: (() => void) | (() => void)[];
1597
- beforeDestroy?: (() => void) | (() => void)[];
1598
- beforeUnmount?: (() => void) | (() => void)[];
1599
- destroyed?: (() => void) | (() => void)[];
1600
- unmounted?: (() => void) | (() => void)[];
1601
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1602
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1603
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1720
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1721
+ created?: ((() => void)[] | (() => void)) | undefined;
1722
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1723
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1724
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1725
+ updated?: ((() => void)[] | (() => void)) | undefined;
1726
+ activated?: ((() => void)[] | (() => void)) | undefined;
1727
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1728
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1729
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1730
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1731
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1732
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1733
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1734
+ 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;
1604
1735
  };
1605
1736
  $forceUpdate: () => void;
1606
1737
  $nextTick: typeof import('vue').nextTick;
1607
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1738
+ $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;
1608
1739
  } & Readonly<{
1609
- flat: boolean;
1610
- reverse: boolean;
1611
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1612
- error: boolean;
1613
- active: boolean;
1614
- details: boolean;
1615
1740
  style: import('vue').StyleValue;
1616
- disabled: boolean;
1617
1741
  focused: boolean;
1618
1742
  rounded: string | number | boolean;
1619
1743
  tile: boolean;
1744
+ clearable: boolean;
1620
1745
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1746
+ active: boolean;
1621
1747
  centerAffix: boolean;
1622
- glow: boolean;
1623
- clearable: boolean;
1624
1748
  dirty: boolean;
1625
- persistentClear: boolean;
1626
- singleLine: boolean;
1627
- }> & Omit<{
1749
+ disabled: boolean;
1750
+ glow: boolean;
1751
+ error: boolean;
1628
1752
  flat: boolean;
1753
+ persistentClear: boolean;
1629
1754
  reverse: boolean;
1630
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1631
- error: boolean;
1632
- active: boolean;
1755
+ singleLine: boolean;
1756
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1633
1757
  details: boolean;
1634
- style: import('vue').StyleValue;
1635
- disabled: boolean;
1758
+ }> & Omit<{
1759
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1636
1760
  focused: boolean;
1637
1761
  tile: boolean;
1638
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1639
- glow: boolean;
1640
1762
  clearable: boolean;
1763
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1764
+ active: boolean;
1641
1765
  dirty: boolean;
1766
+ disabled: boolean;
1767
+ glow: boolean;
1768
+ error: boolean;
1769
+ flat: boolean;
1642
1770
  persistentClear: boolean;
1771
+ reverse: boolean;
1643
1772
  singleLine: boolean;
1773
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1774
+ details: boolean;
1644
1775
  } & {
1645
- id?: string | undefined;
1646
- color?: string | undefined;
1647
- loading?: string | boolean | undefined;
1648
- label?: string | undefined;
1649
- class?: any;
1650
1776
  theme?: string | undefined;
1651
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1777
+ class?: any;
1778
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1652
1779
  rounded?: string | number | boolean | undefined;
1653
- baseColor?: string | undefined;
1780
+ loading?: string | boolean | undefined;
1781
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1654
1782
  bgColor?: string | undefined;
1783
+ centerAffix?: boolean | undefined;
1784
+ color?: string | undefined;
1785
+ baseColor?: string | undefined;
1655
1786
  iconColor?: string | boolean | undefined;
1656
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1787
+ label?: string | undefined;
1657
1788
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1658
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1659
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1660
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1661
- centerAffix?: boolean | undefined;
1789
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1790
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1791
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1792
+ id?: string | undefined;
1793
+ labelId?: string | undefined;
1662
1794
  } & {
1663
1795
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1664
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "error" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1796
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1665
1797
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1666
1798
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1667
1799
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1668
1800
  modelValue?: unknown;
1669
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1670
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
1801
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1802
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1671
1803
  _allExposed: {
1672
1804
  reset: () => Promise<void>;
1673
1805
  resetValidation: () => Promise<void>;
@@ -1679,37 +1811,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1679
1811
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1680
1812
  } | {};
1681
1813
  }, {}, {}, {}, {
1682
- flat: boolean;
1683
- reverse: boolean;
1684
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1685
- type: string;
1686
- error: boolean;
1687
- active: boolean;
1688
- direction: "horizontal" | "vertical";
1689
- details: boolean;
1690
1814
  style: import('vue').StyleValue;
1691
- autofocus: boolean;
1692
- disabled: boolean;
1693
- readonly: boolean | null;
1694
- messages: string | readonly string[];
1695
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1696
1815
  focused: boolean;
1697
1816
  errorMessages: string | readonly string[] | null;
1698
1817
  maxErrors: string | number;
1818
+ readonly: boolean | null;
1819
+ 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)?])[];
1699
1820
  density: import('vuetify/lib/composables/density.mjs').Density;
1700
1821
  rounded: string | number | boolean;
1701
1822
  tile: boolean;
1702
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1703
- centerAffix: boolean;
1704
- glow: boolean;
1705
1823
  hideSpinButtons: boolean;
1706
1824
  persistentHint: boolean;
1825
+ messages: string | readonly string[];
1707
1826
  clearable: boolean;
1827
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1828
+ active: boolean;
1829
+ centerAffix: boolean;
1708
1830
  dirty: boolean;
1831
+ disabled: boolean;
1832
+ glow: boolean;
1833
+ error: boolean;
1834
+ flat: boolean;
1709
1835
  persistentClear: boolean;
1836
+ reverse: boolean;
1710
1837
  singleLine: boolean;
1838
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1839
+ autofocus: boolean;
1711
1840
  persistentPlaceholder: boolean;
1712
1841
  persistentCounter: boolean;
1842
+ type: string;
1713
1843
  }> | null;
1714
1844
  };
1715
1845
  $slots: Readonly<{
@@ -1718,7 +1848,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1718
1848
  $root: import('vue').ComponentPublicInstance | null;
1719
1849
  $parent: import('vue').ComponentPublicInstance | null;
1720
1850
  $host: Element | null;
1721
- $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1851
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1722
1852
  $el: any;
1723
1853
  $options: import('vue').ComponentOptionsBase<Readonly<{
1724
1854
  modelValue?: string | number | null;
@@ -1791,7 +1921,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1791
1921
  disableClickButton?: boolean;
1792
1922
  autocomplete?: string;
1793
1923
  helpText?: string;
1924
+ maxlength?: string | number;
1925
+ title?: string | false;
1794
1926
  }> & Readonly<{
1927
+ onInput?: ((...args: any[]) => any) | undefined;
1928
+ onKeydown?: ((...args: any[]) => any) | undefined;
1795
1929
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1796
1930
  onClear?: ((...args: any[]) => any) | undefined;
1797
1931
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
@@ -1811,6 +1945,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1811
1945
  validateOnSubmit: () => boolean;
1812
1946
  checkErrorOnBlur: () => void;
1813
1947
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1948
+ input: (...args: any[]) => void;
1949
+ keydown: (...args: any[]) => void;
1814
1950
  "update:modelValue": (...args: any[]) => void;
1815
1951
  clear: (...args: any[]) => void;
1816
1952
  "prepend-icon-click": (...args: any[]) => void;
@@ -1818,17 +1954,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1818
1954
  }, string, {
1819
1955
  type: string;
1820
1956
  label: string;
1957
+ title: string | false;
1821
1958
  width: string | number;
1822
1959
  role: string;
1823
1960
  color: import('../../../../types/vuetifyTypes').ColorType;
1824
1961
  theme: string;
1825
1962
  disabled: boolean;
1826
1963
  placeholder: string;
1964
+ density: "default" | "comfortable" | "compact";
1827
1965
  rounded: string | number | boolean;
1828
- loading: string | boolean;
1829
1966
  maxWidth: string | number;
1830
1967
  minWidth: string | number;
1831
- density: "default" | "comfortable" | "compact";
1968
+ loading: string | boolean;
1832
1969
  baseColor: string;
1833
1970
  prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1834
1971
  appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
@@ -1883,6 +2020,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1883
2020
  disableClickButton: boolean;
1884
2021
  autocomplete: string;
1885
2022
  helpText: string;
2023
+ maxlength: string | number;
1886
2024
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1887
2025
  beforeCreate?: (() => void) | (() => void)[];
1888
2026
  created?: (() => void) | (() => void)[];
@@ -1906,17 +2044,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1906
2044
  } & Readonly<{
1907
2045
  type: string;
1908
2046
  label: string;
2047
+ title: string | false;
1909
2048
  width: string | number;
1910
2049
  role: string;
1911
2050
  color: import('../../../../types/vuetifyTypes').ColorType;
1912
2051
  theme: string;
1913
2052
  disabled: boolean;
1914
2053
  placeholder: string;
2054
+ density: "default" | "comfortable" | "compact";
1915
2055
  rounded: string | number | boolean;
1916
- loading: string | boolean;
1917
2056
  maxWidth: string | number;
1918
2057
  minWidth: string | number;
1919
- density: "default" | "comfortable" | "compact";
2058
+ loading: string | boolean;
1920
2059
  baseColor: string;
1921
2060
  prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1922
2061
  appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
@@ -1971,6 +2110,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1971
2110
  disableClickButton: boolean;
1972
2111
  autocomplete: string;
1973
2112
  helpText: string;
2113
+ maxlength: string | number;
1974
2114
  }> & Omit<Readonly<{
1975
2115
  modelValue?: string | number | null;
1976
2116
  prependIcon?: import('../../../../types/vuetifyTypes').IconType;
@@ -2042,12 +2182,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2042
2182
  disableClickButton?: boolean;
2043
2183
  autocomplete?: string;
2044
2184
  helpText?: string;
2185
+ maxlength?: string | number;
2186
+ title?: string | false;
2045
2187
  }> & Readonly<{
2188
+ onInput?: ((...args: any[]) => any) | undefined;
2189
+ onKeydown?: ((...args: any[]) => any) | undefined;
2046
2190
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2047
2191
  onClear?: ((...args: any[]) => any) | undefined;
2048
2192
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2049
2193
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2050
- }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
2194
+ }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength")> & import('vue').ShallowUnwrapRef<{
2051
2195
  validation: {
2052
2196
  errors: import('vue').Ref<string[], string[]>;
2053
2197
  warnings: import('vue').Ref<string[], string[]>;
@@ -2074,230 +2218,316 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2074
2218
  $: import('vue').ComponentInternalInstance;
2075
2219
  $data: {};
2076
2220
  $props: Partial<{
2077
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2078
- nav: boolean;
2079
2221
  style: import('vue').StyleValue;
2080
- disabled: boolean;
2081
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2082
- lines: false | "one" | "two" | "three";
2083
- mandatory: boolean;
2084
- returnObject: boolean;
2085
- selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2086
2222
  density: import('vuetify/lib/composables/density.mjs').Density;
2087
2223
  rounded: string | number | boolean;
2088
2224
  tile: boolean;
2089
- slim: boolean;
2090
- filterable: boolean;
2225
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2226
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2227
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2228
+ returnObject: boolean;
2091
2229
  activatable: boolean;
2092
2230
  selectable: boolean;
2231
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2093
2232
  openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2094
- itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2095
- }> & Omit<{
2096
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2097
- nav: boolean;
2098
- style: import('vue').StyleValue;
2099
- disabled: boolean;
2100
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2101
- lines: false | "one" | "two" | "three";
2102
2233
  mandatory: boolean;
2103
- returnObject: boolean;
2104
- selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2234
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2235
+ disabled: boolean;
2236
+ filterable: boolean;
2237
+ lines: "one" | "three" | "two" | false;
2238
+ slim: boolean;
2239
+ nav: boolean;
2240
+ navigationStrategy: "focus" | "track";
2241
+ }> & Omit<{
2242
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2105
2243
  density: import('vuetify/lib/composables/density.mjs').Density;
2106
2244
  tile: boolean;
2107
- slim: boolean;
2108
- filterable: boolean;
2245
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2246
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2247
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
2248
+ returnObject: boolean;
2109
2249
  activatable: boolean;
2110
2250
  selectable: boolean;
2251
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2111
2252
  openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2112
- itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2113
- height?: string | number | undefined | undefined;
2114
- width?: string | number | undefined | undefined;
2253
+ mandatory: boolean;
2254
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2255
+ disabled: boolean;
2256
+ filterable: boolean;
2257
+ lines: "one" | "three" | "two" | false;
2258
+ slim: boolean;
2259
+ nav: boolean;
2260
+ navigationStrategy: "focus" | "track";
2261
+ theme?: string | undefined | undefined;
2262
+ class?: any;
2115
2263
  border?: string | number | boolean | undefined | undefined;
2264
+ elevation?: string | number | undefined | undefined;
2265
+ rounded?: string | number | boolean | undefined | undefined;
2116
2266
  color?: string | undefined | undefined;
2267
+ height?: string | number | undefined | undefined;
2117
2268
  maxHeight?: string | number | undefined | undefined;
2118
2269
  maxWidth?: string | number | undefined | undefined;
2119
2270
  minHeight?: string | number | undefined | undefined;
2120
2271
  minWidth?: string | number | undefined | undefined;
2121
- activated?: any;
2122
- class?: any;
2123
- theme?: string | undefined | undefined;
2124
- elevation?: string | number | undefined | undefined;
2125
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
2126
- rounded?: string | number | boolean | undefined | undefined;
2272
+ width?: string | number | undefined | undefined;
2273
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
2274
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2127
2275
  baseColor?: string | undefined | undefined;
2128
- bgColor?: string | undefined | undefined;
2129
2276
  activeColor?: string | undefined | undefined;
2130
2277
  activeClass?: string | undefined | undefined;
2131
- activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2132
- collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2278
+ bgColor?: string | undefined | undefined;
2133
2279
  expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2134
- "onUpdate:activated"?: ((value: unknown) => any) | undefined | undefined;
2280
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2281
+ prependGap?: string | number | undefined | undefined;
2282
+ indent?: string | number | undefined | undefined;
2283
+ navigationIndex?: number | undefined | undefined;
2135
2284
  "onClick:activate"?: ((value: {
2136
2285
  id: unknown;
2137
2286
  value: boolean;
2138
2287
  path: unknown[];
2139
2288
  }) => any) | undefined | undefined;
2140
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "variant" | "rounded" | "tile" | "density" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "filterable" | "lines">;
2141
- $attrs: {
2142
- [x: string]: unknown;
2143
- };
2289
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined | undefined;
2290
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy">;
2291
+ $attrs: import('vue').Attrs;
2144
2292
  $refs: {
2145
2293
  [x: string]: unknown;
2146
2294
  };
2147
2295
  $slots: Readonly<{
2148
- title?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
2296
+ prepend?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2149
2297
  item: any;
2150
- }) => import('vue').VNode[]) | undefined;
2298
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2299
+ [key: string]: any;
2300
+ }>[]) | undefined;
2151
2301
  append?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2152
2302
  item: any;
2153
- }) => import('vue').VNode[]) | undefined;
2154
- prepend?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2303
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2304
+ [key: string]: any;
2305
+ }>[]) | undefined;
2306
+ title?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
2155
2307
  item: any;
2156
- }) => import('vue').VNode[]) | undefined;
2308
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2309
+ [key: string]: any;
2310
+ }>[]) | undefined;
2157
2311
  subtitle?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSubtitleSlot & {
2158
2312
  item: any;
2159
- }) => import('vue').VNode[]) | undefined;
2160
- default?: (() => import('vue').VNode[]) | undefined;
2313
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2314
+ [key: string]: any;
2315
+ }>[]) | undefined;
2316
+ default?: (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2317
+ [key: string]: any;
2318
+ }>[]) | undefined;
2161
2319
  item?: ((arg: {
2162
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2163
- }) => import('vue').VNode[]) | undefined;
2320
+ props: {
2321
+ [key: string]: any;
2322
+ title: string;
2323
+ value: any;
2324
+ } & {
2325
+ index: number;
2326
+ };
2327
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2328
+ [key: string]: any;
2329
+ }>[]) | undefined;
2164
2330
  divider?: ((arg: {
2165
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2166
- }) => import('vue').VNode[]) | undefined;
2331
+ props: {
2332
+ [key: string]: any;
2333
+ title: string;
2334
+ value: any;
2335
+ };
2336
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2337
+ [key: string]: any;
2338
+ }>[]) | undefined;
2167
2339
  subheader?: ((arg: {
2168
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2169
- }) => import('vue').VNode[]) | undefined;
2340
+ props: {
2341
+ [key: string]: any;
2342
+ title: string;
2343
+ value: any;
2344
+ };
2345
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2346
+ [key: string]: any;
2347
+ }>[]) | undefined;
2170
2348
  header?: ((arg: {
2171
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2172
- }) => import('vue').VNode[]) | undefined;
2349
+ props: {
2350
+ [key: string]: any;
2351
+ title: string;
2352
+ value: any;
2353
+ };
2354
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2355
+ [key: string]: any;
2356
+ }>[]) | undefined;
2173
2357
  }>;
2174
2358
  $root: import('vue').ComponentPublicInstance | null;
2175
2359
  $parent: import('vue').ComponentPublicInstance | null;
2176
2360
  $host: Element | null;
2177
- $emit: ((event: "update:activated", value: unknown) => void) & ((event: "click:activate", value: {
2361
+ $emit: ((event: "update:navigationIndex", value: number) => void) & ((event: "click:activate", value: {
2178
2362
  id: unknown;
2179
2363
  value: boolean;
2180
2364
  path: unknown[];
2181
2365
  }) => void);
2182
2366
  $el: any;
2183
2367
  $options: import('vue').ComponentOptionsBase<{
2184
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2185
- nav: boolean;
2186
- style: import('vue').StyleValue;
2187
- disabled: boolean;
2188
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2189
- lines: false | "one" | "two" | "three";
2190
- mandatory: boolean;
2191
- returnObject: boolean;
2192
- selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2368
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2193
2369
  density: import('vuetify/lib/composables/density.mjs').Density;
2194
2370
  tile: boolean;
2195
- slim: boolean;
2196
- filterable: boolean;
2371
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2372
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2373
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
2374
+ returnObject: boolean;
2197
2375
  activatable: boolean;
2198
2376
  selectable: boolean;
2377
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2199
2378
  openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2200
- itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2379
+ mandatory: boolean;
2380
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2381
+ disabled: boolean;
2382
+ filterable: boolean;
2383
+ lines: "one" | "three" | "two" | false;
2384
+ slim: boolean;
2385
+ nav: boolean;
2386
+ navigationStrategy: "focus" | "track";
2201
2387
  } & {
2202
- height?: string | number | undefined;
2203
- width?: string | number | undefined;
2388
+ theme?: string | undefined;
2389
+ class?: any;
2204
2390
  border?: string | number | boolean | undefined;
2391
+ elevation?: string | number | undefined;
2392
+ rounded?: string | number | boolean | undefined;
2205
2393
  color?: string | undefined;
2394
+ height?: string | number | undefined;
2206
2395
  maxHeight?: string | number | undefined;
2207
2396
  maxWidth?: string | number | undefined;
2208
2397
  minHeight?: string | number | undefined;
2209
2398
  minWidth?: string | number | undefined;
2210
- activated?: any;
2211
- class?: any;
2212
- theme?: string | undefined;
2213
- elevation?: string | number | undefined;
2214
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
2215
- rounded?: string | number | boolean | undefined;
2399
+ width?: string | number | undefined;
2400
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
2401
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2216
2402
  baseColor?: string | undefined;
2217
- bgColor?: string | undefined;
2218
2403
  activeColor?: string | undefined;
2219
2404
  activeClass?: string | undefined;
2220
- activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2221
- collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2405
+ bgColor?: string | undefined;
2222
2406
  expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2407
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2408
+ prependGap?: string | number | undefined;
2409
+ indent?: string | number | undefined;
2410
+ navigationIndex?: number | undefined;
2223
2411
  } & {
2224
- "onUpdate:activated"?: ((value: unknown) => any) | undefined;
2225
2412
  "onClick:activate"?: ((value: {
2226
2413
  id: unknown;
2227
2414
  value: boolean;
2228
2415
  path: unknown[];
2229
2416
  }) => any) | undefined;
2417
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
2230
2418
  }, {
2231
- open: (id: unknown, value: boolean, event?: Event) => void;
2232
- select: (id: unknown, value: boolean, event?: Event) => void;
2233
- focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
2419
+ open: (id: unknown, value: boolean, event?: Event | undefined) => void;
2420
+ select: (id: unknown, value: boolean, event?: Event | undefined) => void;
2421
+ focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
2234
2422
  children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
2235
2423
  parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
2236
2424
  getPath: (id: unknown) => unknown[];
2425
+ navigationIndex: import('vue').Ref<number, number> & {
2426
+ readonly externalValue: number | undefined;
2427
+ };
2237
2428
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
2238
- 'update:selected': (value: unknown) => true;
2239
- 'update:activated': (value: unknown) => true;
2240
- 'update:opened': (value: unknown) => true;
2241
- 'click:open': (value: {
2429
+ "update:selected": (value: unknown) => true;
2430
+ "update:activated": (value: unknown) => true;
2431
+ "update:opened": (value: unknown) => true;
2432
+ "update:navigationIndex": (value: number) => true;
2433
+ "click:open": (value: {
2242
2434
  id: unknown;
2243
2435
  value: boolean;
2244
2436
  path: unknown[];
2245
2437
  }) => true;
2246
- 'click:activate': (value: {
2438
+ "click:activate": (value: {
2247
2439
  id: unknown;
2248
2440
  value: boolean;
2249
2441
  path: unknown[];
2250
2442
  }) => true;
2251
- 'click:select': (value: {
2443
+ "click:select": (value: {
2252
2444
  id: unknown;
2253
2445
  value: boolean;
2254
2446
  path: unknown[];
2255
2447
  }) => true;
2256
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "items" | "selected" | "opened" | "itemValue" | "v-slot:title" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, string, {
2257
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2258
- nav: boolean;
2448
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "items" | "activated" | "click:open" | "click:select" | "itemChildren" | "itemProps" | "itemTitle" | "itemValue" | "opened" | "selected" | "update:activated" | "update:opened" | "update:selected" | "v-slot:divider" | "v-slot:header" | "v-slot:item" | "v-slot:subheader" | "v-slot:subtitle" | "v-slot:title">, string, {
2259
2449
  style: import('vue').StyleValue;
2260
- disabled: boolean;
2261
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2262
- lines: false | "one" | "two" | "three";
2263
- mandatory: boolean;
2264
- returnObject: boolean;
2265
- selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2266
2450
  density: import('vuetify/lib/composables/density.mjs').Density;
2267
2451
  rounded: string | number | boolean;
2268
2452
  tile: boolean;
2269
- slim: boolean;
2270
- filterable: boolean;
2453
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2454
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2455
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2456
+ returnObject: boolean;
2271
2457
  activatable: boolean;
2272
2458
  selectable: boolean;
2459
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2273
2460
  openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2274
- itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2461
+ mandatory: boolean;
2462
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2463
+ disabled: boolean;
2464
+ filterable: boolean;
2465
+ lines: "one" | "three" | "two" | false;
2466
+ slim: boolean;
2467
+ nav: boolean;
2468
+ navigationStrategy: "focus" | "track";
2275
2469
  }, {}, string, import('vue').SlotsType<Partial<{
2276
- title: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
2470
+ prepend: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2277
2471
  item: any;
2278
- }) => import('vue').VNode[];
2472
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2473
+ [key: string]: any;
2474
+ }>[];
2279
2475
  append: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2280
2476
  item: any;
2281
- }) => import('vue').VNode[];
2282
- prepend: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2477
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2478
+ [key: string]: any;
2479
+ }>[];
2480
+ title: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
2283
2481
  item: any;
2284
- }) => import('vue').VNode[];
2482
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2483
+ [key: string]: any;
2484
+ }>[];
2285
2485
  subtitle: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSubtitleSlot & {
2286
2486
  item: any;
2287
- }) => import('vue').VNode[];
2288
- default: () => import('vue').VNode[];
2487
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2488
+ [key: string]: any;
2489
+ }>[];
2490
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2491
+ [key: string]: any;
2492
+ }>[];
2289
2493
  item: (arg: {
2290
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2291
- }) => import('vue').VNode[];
2494
+ props: {
2495
+ [key: string]: any;
2496
+ title: string;
2497
+ value: any;
2498
+ } & {
2499
+ index: number;
2500
+ };
2501
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2502
+ [key: string]: any;
2503
+ }>[];
2292
2504
  divider: (arg: {
2293
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2294
- }) => import('vue').VNode[];
2505
+ props: {
2506
+ [key: string]: any;
2507
+ title: string;
2508
+ value: any;
2509
+ };
2510
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2511
+ [key: string]: any;
2512
+ }>[];
2295
2513
  subheader: (arg: {
2296
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2297
- }) => import('vue').VNode[];
2514
+ props: {
2515
+ [key: string]: any;
2516
+ title: string;
2517
+ value: any;
2518
+ };
2519
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2520
+ [key: string]: any;
2521
+ }>[];
2298
2522
  header: (arg: {
2299
- props: import('vuetify/lib/components/VList/VList.mjs').InternalListItem["props"];
2300
- }) => import('vue').VNode[];
2523
+ props: {
2524
+ [key: string]: any;
2525
+ title: string;
2526
+ value: any;
2527
+ };
2528
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2529
+ [key: string]: any;
2530
+ }>[];
2301
2531
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2302
2532
  beforeCreate?: (() => void) | (() => void)[];
2303
2533
  created?: (() => void) | (() => void)[];
@@ -2319,78 +2549,87 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2319
2549
  $nextTick: typeof import('vue').nextTick;
2320
2550
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2321
2551
  } & Readonly<{
2322
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2323
- nav: boolean;
2324
2552
  style: import('vue').StyleValue;
2325
- disabled: boolean;
2326
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2327
- lines: false | "one" | "two" | "three";
2328
- mandatory: boolean;
2329
- returnObject: boolean;
2330
- selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2331
2553
  density: import('vuetify/lib/composables/density.mjs').Density;
2332
2554
  rounded: string | number | boolean;
2333
2555
  tile: boolean;
2334
- slim: boolean;
2335
- filterable: boolean;
2556
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2557
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2558
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2559
+ returnObject: boolean;
2336
2560
  activatable: boolean;
2337
2561
  selectable: boolean;
2562
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2338
2563
  openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2339
- itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2340
- }> & Omit<{
2341
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2342
- nav: boolean;
2343
- style: import('vue').StyleValue;
2344
- disabled: boolean;
2345
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2346
- lines: false | "one" | "two" | "three";
2347
2564
  mandatory: boolean;
2348
- returnObject: boolean;
2349
- selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2565
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2566
+ disabled: boolean;
2567
+ filterable: boolean;
2568
+ lines: "one" | "three" | "two" | false;
2569
+ slim: boolean;
2570
+ nav: boolean;
2571
+ navigationStrategy: "focus" | "track";
2572
+ }> & Omit<{
2573
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2350
2574
  density: import('vuetify/lib/composables/density.mjs').Density;
2351
2575
  tile: boolean;
2352
- slim: boolean;
2353
- filterable: boolean;
2576
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2577
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2578
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
2579
+ returnObject: boolean;
2354
2580
  activatable: boolean;
2355
2581
  selectable: boolean;
2582
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2356
2583
  openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2357
- itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2584
+ mandatory: boolean;
2585
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2586
+ disabled: boolean;
2587
+ filterable: boolean;
2588
+ lines: "one" | "three" | "two" | false;
2589
+ slim: boolean;
2590
+ nav: boolean;
2591
+ navigationStrategy: "focus" | "track";
2358
2592
  } & {
2359
- height?: string | number | undefined;
2360
- width?: string | number | undefined;
2593
+ theme?: string | undefined;
2594
+ class?: any;
2361
2595
  border?: string | number | boolean | undefined;
2596
+ elevation?: string | number | undefined;
2597
+ rounded?: string | number | boolean | undefined;
2362
2598
  color?: string | undefined;
2599
+ height?: string | number | undefined;
2363
2600
  maxHeight?: string | number | undefined;
2364
2601
  maxWidth?: string | number | undefined;
2365
2602
  minHeight?: string | number | undefined;
2366
2603
  minWidth?: string | number | undefined;
2367
- activated?: any;
2368
- class?: any;
2369
- theme?: string | undefined;
2370
- elevation?: string | number | undefined;
2371
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
2372
- rounded?: string | number | boolean | undefined;
2604
+ width?: string | number | undefined;
2605
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
2606
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2373
2607
  baseColor?: string | undefined;
2374
- bgColor?: string | undefined;
2375
2608
  activeColor?: string | undefined;
2376
2609
  activeClass?: string | undefined;
2377
- activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2378
- collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2610
+ bgColor?: string | undefined;
2379
2611
  expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2612
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2613
+ prependGap?: string | number | undefined;
2614
+ indent?: string | number | undefined;
2615
+ navigationIndex?: number | undefined;
2380
2616
  } & {
2381
- "onUpdate:activated"?: ((value: unknown) => any) | undefined;
2382
2617
  "onClick:activate"?: ((value: {
2383
2618
  id: unknown;
2384
2619
  value: boolean;
2385
2620
  path: unknown[];
2386
2621
  }) => any) | undefined;
2387
- }, "nav" | "select" | "style" | "tag" | "disabled" | "children" | "variant" | "rounded" | "tile" | "density" | "slim" | "focus" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "filterable" | "lines" | "open" | "parents" | "getPath"> & import('vue').ShallowUnwrapRef<{
2388
- open: (id: unknown, value: boolean, event?: Event) => void;
2389
- select: (id: unknown, value: boolean, event?: Event) => void;
2390
- focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
2622
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
2623
+ }, "nav" | "select" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "focus" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy" | "navigationIndex" | "open" | "parents" | "getPath"> & import('vue').ShallowUnwrapRef<{
2624
+ open: (id: unknown, value: boolean, event?: Event | undefined) => void;
2625
+ select: (id: unknown, value: boolean, event?: Event | undefined) => void;
2626
+ focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
2391
2627
  children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
2392
2628
  parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
2393
2629
  getPath: (id: unknown) => unknown[];
2630
+ navigationIndex: import('vue').Ref<number, number> & {
2631
+ readonly externalValue: number | undefined;
2632
+ };
2394
2633
  }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2395
2634
  items?: readonly any[] | undefined;
2396
2635
  itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
@@ -2398,19 +2637,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2398
2637
  itemChildren?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2399
2638
  itemProps?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2400
2639
  selected?: unknown;
2640
+ activated?: unknown;
2641
+ opened?: unknown;
2401
2642
  "onUpdate:selected"?: ((value: unknown) => void) | undefined;
2402
- "onClick:open"?: (value: {
2643
+ "onUpdate:activated"?: ((value: unknown) => void) | undefined;
2644
+ "onUpdate:opened"?: ((value: unknown) => void) | undefined;
2645
+ "onClick:open"?: ((value: {
2403
2646
  id: unknown;
2404
2647
  value: boolean;
2405
2648
  path: unknown[];
2406
- }) => void;
2407
- "onClick:select"?: (value: {
2649
+ }) => void) | undefined;
2650
+ "onClick:select"?: ((value: {
2408
2651
  id: unknown;
2409
2652
  value: boolean;
2410
2653
  path: unknown[];
2411
- }) => void;
2412
- opened?: unknown;
2413
- "onUpdate:opened"?: ((value: unknown) => void) | undefined;
2654
+ }) => void) | undefined;
2414
2655
  }, import('vuetify/lib/components/VList/VListChildren.mjs').VListChildrenSlots<any>>) | null;
2415
2656
  }, HTMLDivElement>;
2416
2657
  export default _default;