@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
@@ -11,190 +11,197 @@ declare function __VLS_template(): {
11
11
  };
12
12
  refs: {
13
13
  inputTextField: import('vue').CreateComponentPublicInstanceWithMixins<{
14
- flat: boolean;
15
- reverse: boolean;
16
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
17
- type: string;
18
- error: boolean;
19
- active: boolean;
20
- direction: "horizontal" | "vertical";
21
- details: boolean;
22
- style: import('vue').StyleValue;
23
- autofocus: boolean;
24
- disabled: boolean;
25
- readonly: boolean | null;
26
- messages: string | readonly string[];
27
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
14
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
28
15
  focused: boolean;
29
16
  errorMessages: string | readonly string[] | null;
30
17
  maxErrors: string | number;
18
+ readonly: boolean | null;
19
+ 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)?])[];
31
20
  density: import('vuetify/lib/composables/density.mjs').Density;
32
21
  tile: boolean;
33
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
34
- glow: boolean;
35
22
  hideSpinButtons: boolean;
36
23
  persistentHint: boolean;
24
+ messages: string | readonly string[];
37
25
  clearable: boolean;
26
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
27
+ active: boolean;
38
28
  dirty: boolean;
29
+ disabled: boolean;
30
+ glow: boolean;
31
+ error: boolean;
32
+ flat: boolean;
39
33
  persistentClear: boolean;
34
+ reverse: boolean;
40
35
  singleLine: boolean;
36
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
37
+ autofocus: boolean;
41
38
  persistentPlaceholder: boolean;
42
39
  persistentCounter: boolean;
40
+ type: string;
43
41
  } & {
44
- name?: string | undefined;
45
- id?: string | undefined;
46
- width?: string | number | undefined;
47
- color?: string | undefined;
48
- maxWidth?: string | number | undefined;
49
- minWidth?: string | number | undefined;
50
- loading?: string | boolean | undefined;
51
- label?: string | undefined;
52
- prefix?: string | undefined;
53
- role?: string | undefined;
54
- class?: any;
55
42
  theme?: string | undefined;
56
- placeholder?: string | undefined;
57
- counter?: string | number | boolean | undefined;
58
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
43
+ class?: any;
44
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
45
+ name?: string | undefined;
59
46
  modelValue?: any;
60
- 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;
47
+ 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;
61
48
  validationValue?: any;
62
49
  rounded?: string | number | boolean | undefined;
63
- baseColor?: string | undefined;
64
- bgColor?: string | undefined;
65
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
50
+ maxWidth?: string | number | undefined;
51
+ minWidth?: string | number | undefined;
52
+ width?: string | number | undefined;
53
+ loading?: string | boolean | undefined;
54
+ id?: string | undefined;
66
55
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
67
- iconColor?: string | boolean | undefined;
56
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
57
+ hideDetails?: "auto" | boolean | undefined;
58
+ hint?: string | undefined;
59
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
60
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
68
61
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
69
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
70
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
71
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
72
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
73
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
74
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
62
+ bgColor?: string | undefined;
75
63
  centerAffix?: boolean | undefined;
76
- hint?: string | undefined;
77
- hideDetails?: boolean | "auto" | undefined;
78
- suffix?: string | undefined;
64
+ color?: string | undefined;
65
+ baseColor?: string | undefined;
66
+ iconColor?: string | boolean | undefined;
67
+ label?: string | undefined;
68
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
69
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
70
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
71
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
72
+ autocomplete?: string | undefined;
73
+ counter?: string | number | boolean | undefined;
79
74
  counterValue?: number | ((value: any) => number) | undefined;
75
+ prefix?: string | undefined;
76
+ placeholder?: string | undefined;
77
+ suffix?: string | undefined;
78
+ role?: string | undefined;
80
79
  modelModifiers?: Record<string, boolean> | undefined;
81
80
  } & {
82
- $children?: import('vue').VNodeChild | {
83
- $stable?: boolean;
84
- } | (() => import('vue').VNodeChild) | {
81
+ $children?: {
82
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
83
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
84
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
85
85
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
86
86
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
87
87
  props: Record<string, any>;
88
88
  }) => import('vue').VNodeChild) | undefined;
89
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
89
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
90
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
90
91
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
91
92
  label: string | undefined;
92
93
  props: Record<string, any>;
93
94
  }) => import('vue').VNodeChild) | undefined;
94
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
95
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
96
95
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
97
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
98
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
99
- default?: (() => import('vue').VNodeChild) | undefined;
96
+ default?: ((arg: {
97
+ id: Readonly<import('vue').Ref<string, string>>;
98
+ }) => import('vue').VNodeChild) | undefined;
100
99
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
101
- };
102
- 'v-slots'?: {
100
+ } | {
101
+ $stable?: boolean | undefined;
102
+ } | ((arg: {
103
+ id: Readonly<import('vue').Ref<string, string>>;
104
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
105
+ "v-slots"?: {
106
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
107
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
108
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
103
109
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
104
110
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
105
111
  props: Record<string, any>;
106
112
  }) => import('vue').VNodeChild) | undefined;
107
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
113
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
114
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
108
115
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
109
116
  label: string | undefined;
110
117
  props: Record<string, any>;
111
118
  }) => import('vue').VNodeChild) | undefined;
112
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
113
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
114
119
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
115
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
116
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
117
- default?: false | (() => import('vue').VNodeChild) | undefined;
120
+ default?: false | ((arg: {
121
+ id: Readonly<import('vue').Ref<string, string>>;
122
+ }) => import('vue').VNodeChild) | undefined;
118
123
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
119
124
  } | undefined;
120
125
  } & {
121
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
126
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
127
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
122
128
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
123
129
  props: Record<string, any>;
124
130
  }) => import('vue').VNodeChild) | undefined;
131
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
132
+ "v-slot:default"?: false | ((arg: {
133
+ id: Readonly<import('vue').Ref<string, string>>;
134
+ }) => import('vue').VNodeChild) | undefined;
125
135
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
126
136
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
127
137
  label: string | undefined;
128
138
  props: Record<string, any>;
129
139
  }) => import('vue').VNodeChild) | undefined;
130
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
131
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
132
140
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
141
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
142
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
133
143
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
134
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
135
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
136
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
137
144
  } & {
138
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
139
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
140
145
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
141
146
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
142
- }, Omit<Omit<{
147
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
148
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
149
+ }, HTMLInputElement & Omit<Omit<{
143
150
  $: import('vue').ComponentInternalInstance;
144
151
  $data: {};
145
152
  $props: Partial<{
146
- error: boolean;
147
- direction: "horizontal" | "vertical";
148
153
  style: import('vue').StyleValue;
149
- disabled: boolean | null;
150
- readonly: boolean | null;
151
- messages: string | readonly string[];
152
- 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)?])[];
153
154
  focused: boolean;
155
+ disabled: boolean | null;
156
+ error: boolean;
154
157
  errorMessages: string | readonly string[] | null;
155
158
  maxErrors: string | number;
159
+ readonly: boolean | null;
160
+ 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)?])[];
156
161
  density: import('vuetify/lib/composables/density.mjs').Density;
157
162
  centerAffix: boolean;
158
163
  glow: boolean;
159
164
  hideSpinButtons: boolean;
160
165
  persistentHint: boolean;
161
- }> & Omit<{
162
- error: boolean;
163
- direction: "horizontal" | "vertical";
164
- style: import('vue').StyleValue;
165
- disabled: boolean | null;
166
- readonly: boolean | null;
167
166
  messages: string | readonly string[];
168
- 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)?])[];
167
+ direction: "horizontal" | "vertical";
168
+ }> & Omit<{
169
+ theme?: string | undefined;
170
+ class?: any;
171
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
169
172
  focused: boolean;
173
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
174
+ disabled: boolean | null;
175
+ error: boolean;
170
176
  errorMessages: string | readonly string[] | null;
171
177
  maxErrors: string | number;
172
- density: import('vuetify/lib/composables/density.mjs').Density;
173
- centerAffix: boolean;
174
- glow: boolean;
175
- hideSpinButtons: boolean;
176
- persistentHint: boolean;
177
178
  name?: string | undefined;
178
- id?: string | undefined;
179
- width?: string | number | undefined;
180
- color?: string | undefined;
181
- maxWidth?: string | number | undefined;
182
- minWidth?: string | number | undefined;
183
179
  label?: string | undefined;
184
- class?: any;
185
- theme?: string | undefined;
186
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
187
- 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;
180
+ readonly: boolean | null;
181
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
182
+ 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;
188
183
  validationValue?: any;
189
- baseColor?: string | undefined;
190
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
184
+ density: import('vuetify/lib/composables/density.mjs').Density;
185
+ maxWidth?: string | number | undefined;
186
+ minWidth?: string | number | undefined;
187
+ width?: string | number | undefined;
188
+ id?: string | undefined;
191
189
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
190
+ baseColor?: string | undefined;
191
+ centerAffix: boolean;
192
+ color?: string | undefined;
193
+ glow: boolean;
192
194
  iconColor?: string | boolean | undefined;
193
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
194
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
195
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
196
+ hideDetails?: "auto" | boolean | undefined;
197
+ hideSpinButtons: boolean;
195
198
  hint?: string | undefined;
196
- hideDetails?: boolean | "auto" | undefined;
197
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
199
+ persistentHint: boolean;
200
+ messages: string | readonly string[];
201
+ direction: "horizontal" | "vertical";
202
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
203
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
204
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
198
205
  $attrs: {
199
206
  [x: string]: unknown;
200
207
  };
@@ -202,54 +209,64 @@ declare function __VLS_template(): {
202
209
  [x: string]: unknown;
203
210
  };
204
211
  $slots: Readonly<{
205
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
206
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
207
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
208
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
209
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
212
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
213
+ [key: string]: any;
214
+ }>[]) | undefined;
215
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
216
+ [key: string]: any;
217
+ }>[]) | undefined;
218
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
219
+ [key: string]: any;
220
+ }>[]) | undefined;
221
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
222
+ [key: string]: any;
223
+ }>[]) | undefined;
224
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
225
+ [key: string]: any;
226
+ }>[]) | undefined;
210
227
  }>;
211
- $root: import('vue').ComponentPublicInstance | null;
212
- $parent: import('vue').ComponentPublicInstance | null;
228
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
229
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
213
230
  $host: Element | null;
214
231
  $emit: (event: string, ...args: any[]) => void;
215
232
  $el: any;
216
233
  $options: import('vue').ComponentOptionsBase<{
217
- error: boolean;
218
- direction: "horizontal" | "vertical";
219
- style: import('vue').StyleValue;
220
- disabled: boolean | null;
221
- readonly: boolean | null;
222
- messages: string | readonly string[];
223
- 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)?])[];
234
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
224
235
  focused: boolean;
236
+ disabled: boolean | null;
237
+ error: boolean;
225
238
  errorMessages: string | readonly string[] | null;
226
239
  maxErrors: string | number;
240
+ readonly: boolean | null;
241
+ 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)?])[];
227
242
  density: import('vuetify/lib/composables/density.mjs').Density;
228
243
  centerAffix: boolean;
229
244
  glow: boolean;
230
245
  hideSpinButtons: boolean;
231
246
  persistentHint: boolean;
247
+ messages: string | readonly string[];
248
+ direction: "horizontal" | "vertical";
232
249
  } & {
233
- name?: string | undefined;
234
- id?: string | undefined;
235
- width?: string | number | undefined;
236
- color?: string | undefined;
237
- maxWidth?: string | number | undefined;
238
- minWidth?: string | number | undefined;
239
- label?: string | undefined;
240
- class?: any;
241
250
  theme?: string | undefined;
251
+ class?: any;
242
252
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
243
- 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;
253
+ name?: string | undefined;
254
+ label?: string | undefined;
255
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
244
256
  validationValue?: any;
245
- baseColor?: string | undefined;
246
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
257
+ maxWidth?: string | number | undefined;
258
+ minWidth?: string | number | undefined;
259
+ width?: string | number | undefined;
260
+ id?: string | undefined;
247
261
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
262
+ baseColor?: string | undefined;
263
+ color?: string | undefined;
248
264
  iconColor?: string | boolean | undefined;
249
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
250
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
265
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
266
+ hideDetails?: "auto" | boolean | undefined;
251
267
  hint?: string | undefined;
252
- hideDetails?: boolean | "auto" | undefined;
268
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
269
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
253
270
  } & {}, {
254
271
  reset: () => Promise<void>;
255
272
  resetValidation: () => Promise<void>;
@@ -258,102 +275,112 @@ declare function __VLS_template(): {
258
275
  errorMessages: import('vue').ComputedRef<string[]>;
259
276
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
260
277
  "update:modelValue": (value: any) => true;
261
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
262
- error: boolean;
263
- direction: "horizontal" | "vertical";
278
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
264
279
  style: import('vue').StyleValue;
265
- disabled: boolean | null;
266
- readonly: boolean | null;
267
- messages: string | readonly string[];
268
- 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)?])[];
269
280
  focused: boolean;
281
+ disabled: boolean | null;
282
+ error: boolean;
270
283
  errorMessages: string | readonly string[] | null;
271
284
  maxErrors: string | number;
285
+ readonly: boolean | null;
286
+ 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)?])[];
272
287
  density: import('vuetify/lib/composables/density.mjs').Density;
273
288
  centerAffix: boolean;
274
289
  glow: boolean;
275
290
  hideSpinButtons: boolean;
276
291
  persistentHint: boolean;
292
+ messages: string | readonly string[];
293
+ direction: "horizontal" | "vertical";
277
294
  }, {}, string, import('vue').SlotsType<Partial<{
278
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
279
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
280
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
281
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
282
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
295
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
296
+ [key: string]: any;
297
+ }>[];
298
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
299
+ [key: string]: any;
300
+ }>[];
301
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
302
+ [key: string]: any;
303
+ }>[];
304
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
305
+ [key: string]: any;
306
+ }>[];
307
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
308
+ [key: string]: any;
309
+ }>[];
283
310
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
284
- beforeCreate?: (() => void) | (() => void)[];
285
- created?: (() => void) | (() => void)[];
286
- beforeMount?: (() => void) | (() => void)[];
287
- mounted?: (() => void) | (() => void)[];
288
- beforeUpdate?: (() => void) | (() => void)[];
289
- updated?: (() => void) | (() => void)[];
290
- activated?: (() => void) | (() => void)[];
291
- deactivated?: (() => void) | (() => void)[];
292
- beforeDestroy?: (() => void) | (() => void)[];
293
- beforeUnmount?: (() => void) | (() => void)[];
294
- destroyed?: (() => void) | (() => void)[];
295
- unmounted?: (() => void) | (() => void)[];
296
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
297
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
298
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
311
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
312
+ created?: ((() => void)[] | (() => void)) | undefined;
313
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
314
+ mounted?: ((() => void)[] | (() => void)) | undefined;
315
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
316
+ updated?: ((() => void)[] | (() => void)) | undefined;
317
+ activated?: ((() => void)[] | (() => void)) | undefined;
318
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
319
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
320
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
321
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
322
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
323
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
324
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
325
+ 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;
299
326
  };
300
327
  $forceUpdate: () => void;
301
328
  $nextTick: typeof import('vue').nextTick;
302
- $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;
329
+ $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;
303
330
  } & Readonly<{
304
- error: boolean;
305
- direction: "horizontal" | "vertical";
306
331
  style: import('vue').StyleValue;
307
- disabled: boolean | null;
308
- readonly: boolean | null;
309
- messages: string | readonly string[];
310
- 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)?])[];
311
332
  focused: boolean;
333
+ disabled: boolean | null;
334
+ error: boolean;
312
335
  errorMessages: string | readonly string[] | null;
313
336
  maxErrors: string | number;
337
+ readonly: boolean | null;
338
+ 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)?])[];
314
339
  density: import('vuetify/lib/composables/density.mjs').Density;
315
340
  centerAffix: boolean;
316
341
  glow: boolean;
317
342
  hideSpinButtons: boolean;
318
343
  persistentHint: boolean;
319
- }> & Omit<{
320
- error: boolean;
321
- direction: "horizontal" | "vertical";
322
- style: import('vue').StyleValue;
323
- disabled: boolean | null;
324
- readonly: boolean | null;
325
344
  messages: string | readonly string[];
326
- 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)?])[];
345
+ direction: "horizontal" | "vertical";
346
+ }> & Omit<{
347
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
327
348
  focused: boolean;
349
+ disabled: boolean | null;
350
+ error: boolean;
328
351
  errorMessages: string | readonly string[] | null;
329
352
  maxErrors: string | number;
353
+ readonly: boolean | null;
354
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
330
355
  density: import('vuetify/lib/composables/density.mjs').Density;
331
356
  centerAffix: boolean;
332
357
  glow: boolean;
333
358
  hideSpinButtons: boolean;
334
359
  persistentHint: boolean;
360
+ messages: string | readonly string[];
361
+ direction: "horizontal" | "vertical";
335
362
  } & {
363
+ theme?: string | undefined;
364
+ class?: any;
365
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
336
366
  name?: string | undefined;
337
- id?: string | undefined;
338
- width?: string | number | undefined;
339
- color?: string | undefined;
340
- maxWidth?: string | number | undefined;
341
- minWidth?: string | number | undefined;
342
367
  label?: string | undefined;
343
- class?: any;
344
- theme?: string | undefined;
345
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
346
- 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;
368
+ 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;
347
369
  validationValue?: any;
348
- baseColor?: string | undefined;
349
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
370
+ maxWidth?: string | number | undefined;
371
+ minWidth?: string | number | undefined;
372
+ width?: string | number | undefined;
373
+ id?: string | undefined;
350
374
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
375
+ baseColor?: string | undefined;
376
+ color?: string | undefined;
351
377
  iconColor?: string | boolean | undefined;
352
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
353
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
378
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
379
+ hideDetails?: "auto" | boolean | undefined;
354
380
  hint?: string | undefined;
355
- hideDetails?: boolean | "auto" | undefined;
356
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
381
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
382
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
383
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
357
384
  reset: () => Promise<void>;
358
385
  resetValidation: () => Promise<void>;
359
386
  validate: (silent?: boolean) => Promise<string[]>;
@@ -361,64 +388,65 @@ declare function __VLS_template(): {
361
388
  errorMessages: import('vue').ComputedRef<string[]>;
362
389
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
363
390
  modelValue?: unknown;
364
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
365
- }, 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<{
391
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
392
+ }, 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<{
366
393
  $: import('vue').ComponentInternalInstance;
367
- $data: {};
368
- $props: Partial<{
369
- flat: boolean;
370
- reverse: boolean;
371
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
372
- error: boolean;
373
- active: boolean;
374
- details: boolean;
394
+ $data: {};
395
+ $props: Partial<{
375
396
  style: import('vue').StyleValue;
376
- disabled: boolean;
377
397
  focused: boolean;
378
398
  rounded: string | number | boolean;
379
399
  tile: boolean;
400
+ clearable: boolean;
380
401
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
402
+ active: boolean;
381
403
  centerAffix: boolean;
382
- glow: boolean;
383
- clearable: boolean;
384
404
  dirty: boolean;
385
- persistentClear: boolean;
386
- singleLine: boolean;
387
- }> & Omit<{
388
- flat: boolean;
389
- reverse: boolean;
390
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
391
- error: boolean;
392
- active: boolean;
393
- details: boolean;
394
- style: import('vue').StyleValue;
395
405
  disabled: boolean;
396
- focused: boolean;
397
- tile: boolean;
398
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
399
406
  glow: boolean;
400
- clearable: boolean;
401
- dirty: boolean;
407
+ error: boolean;
408
+ flat: boolean;
402
409
  persistentClear: boolean;
410
+ reverse: boolean;
403
411
  singleLine: boolean;
404
- id?: string | undefined;
405
- color?: string | undefined;
406
- loading?: string | boolean | undefined;
407
- label?: string | undefined;
408
- class?: any;
412
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
413
+ details: boolean;
414
+ }> & Omit<{
409
415
  theme?: string | undefined;
416
+ class?: any;
417
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
418
+ focused: boolean;
410
419
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
411
420
  rounded?: string | number | boolean | undefined;
412
- baseColor?: string | undefined;
421
+ tile: boolean;
422
+ loading?: string | boolean | undefined;
423
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
413
424
  bgColor?: string | undefined;
425
+ clearable: boolean;
426
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
427
+ active: boolean;
428
+ centerAffix?: boolean | undefined;
429
+ color?: string | undefined;
430
+ baseColor?: string | undefined;
431
+ dirty: boolean;
432
+ disabled: boolean;
433
+ glow: boolean;
434
+ error: boolean;
435
+ flat: boolean;
414
436
  iconColor?: string | boolean | undefined;
415
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
437
+ label?: string | undefined;
438
+ persistentClear: boolean;
416
439
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
440
+ reverse: boolean;
441
+ singleLine: boolean;
442
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
417
443
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
418
444
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
419
445
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
420
- centerAffix?: boolean | undefined;
421
- } & 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">;
446
+ id?: string | undefined;
447
+ details: boolean;
448
+ labelId?: string | undefined;
449
+ } & 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">;
422
450
  $attrs: {
423
451
  [x: string]: unknown;
424
452
  };
@@ -428,56 +456,69 @@ declare function __VLS_template(): {
428
456
  $slots: Readonly<{
429
457
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
430
458
  props: Record<string, any>;
431
- }) => import('vue').VNode[]) | undefined;
432
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
433
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
459
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
460
+ [key: string]: any;
461
+ }>[]) | undefined;
462
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
463
+ [key: string]: any;
464
+ }>[]) | undefined;
465
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
466
+ [key: string]: any;
467
+ }>[]) | undefined;
434
468
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
435
469
  label: string | undefined;
436
470
  props: Record<string, any>;
437
- }) => import('vue').VNode[]) | undefined;
438
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[]) | undefined;
439
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[]) | undefined;
471
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
472
+ [key: string]: any;
473
+ }>[]) | undefined;
474
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
475
+ [key: string]: any;
476
+ }>[]) | undefined;
477
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
478
+ [key: string]: any;
479
+ }>[]) | undefined;
440
480
  }>;
441
- $root: import('vue').ComponentPublicInstance | null;
442
- $parent: import('vue').ComponentPublicInstance | null;
481
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
482
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
443
483
  $host: Element | null;
444
484
  $emit: (event: "update:focused", focused: boolean) => void;
445
485
  $el: any;
446
486
  $options: import('vue').ComponentOptionsBase<{
447
- flat: boolean;
448
- reverse: boolean;
449
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
450
- error: boolean;
451
- active: boolean;
452
- details: boolean;
453
- style: import('vue').StyleValue;
454
- disabled: boolean;
487
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
455
488
  focused: boolean;
456
489
  tile: boolean;
457
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
458
- glow: boolean;
459
490
  clearable: boolean;
491
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
492
+ active: boolean;
460
493
  dirty: boolean;
494
+ disabled: boolean;
495
+ glow: boolean;
496
+ error: boolean;
497
+ flat: boolean;
461
498
  persistentClear: boolean;
499
+ reverse: boolean;
462
500
  singleLine: boolean;
501
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
502
+ details: boolean;
463
503
  } & {
464
- id?: string | undefined;
465
- color?: string | undefined;
466
- loading?: string | boolean | undefined;
467
- label?: string | undefined;
468
- class?: any;
469
504
  theme?: string | undefined;
505
+ class?: any;
470
506
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
471
507
  rounded?: string | number | boolean | undefined;
472
- baseColor?: string | undefined;
508
+ loading?: string | boolean | undefined;
509
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
473
510
  bgColor?: string | undefined;
511
+ centerAffix?: boolean | undefined;
512
+ color?: string | undefined;
513
+ baseColor?: string | undefined;
474
514
  iconColor?: string | boolean | undefined;
475
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
515
+ label?: string | undefined;
476
516
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
477
517
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
478
518
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
479
519
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
480
- centerAffix?: boolean | undefined;
520
+ id?: string | undefined;
521
+ labelId?: string | undefined;
481
522
  } & {
482
523
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
483
524
  }, {
@@ -486,120 +527,133 @@ declare function __VLS_template(): {
486
527
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
487
528
  "update:focused": (focused: boolean) => true;
488
529
  "update:modelValue": (value: any) => true;
489
- }, "$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, {
490
- flat: boolean;
491
- reverse: boolean;
492
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
493
- error: boolean;
494
- active: boolean;
495
- details: boolean;
530
+ }, "$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, {
496
531
  style: import('vue').StyleValue;
497
- disabled: boolean;
498
532
  focused: boolean;
499
533
  rounded: string | number | boolean;
500
534
  tile: boolean;
535
+ clearable: boolean;
501
536
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
537
+ active: boolean;
502
538
  centerAffix: boolean;
503
- glow: boolean;
504
- clearable: boolean;
505
539
  dirty: boolean;
540
+ disabled: boolean;
541
+ glow: boolean;
542
+ error: boolean;
543
+ flat: boolean;
506
544
  persistentClear: boolean;
545
+ reverse: boolean;
507
546
  singleLine: boolean;
547
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
548
+ details: boolean;
508
549
  }, {}, string, import('vue').SlotsType<Partial<{
509
550
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
510
551
  props: Record<string, any>;
511
- }) => import('vue').VNode[];
512
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
513
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
552
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
553
+ [key: string]: any;
554
+ }>[];
555
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
556
+ [key: string]: any;
557
+ }>[];
558
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
559
+ [key: string]: any;
560
+ }>[];
514
561
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
515
562
  label: string | undefined;
516
563
  props: Record<string, any>;
517
- }) => import('vue').VNode[];
518
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
519
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[];
564
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
565
+ [key: string]: any;
566
+ }>[];
567
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
568
+ [key: string]: any;
569
+ }>[];
570
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
571
+ [key: string]: any;
572
+ }>[];
520
573
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
521
- beforeCreate?: (() => void) | (() => void)[];
522
- created?: (() => void) | (() => void)[];
523
- beforeMount?: (() => void) | (() => void)[];
524
- mounted?: (() => void) | (() => void)[];
525
- beforeUpdate?: (() => void) | (() => void)[];
526
- updated?: (() => void) | (() => void)[];
527
- activated?: (() => void) | (() => void)[];
528
- deactivated?: (() => void) | (() => void)[];
529
- beforeDestroy?: (() => void) | (() => void)[];
530
- beforeUnmount?: (() => void) | (() => void)[];
531
- destroyed?: (() => void) | (() => void)[];
532
- unmounted?: (() => void) | (() => void)[];
533
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
534
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
535
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
574
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
575
+ created?: ((() => void)[] | (() => void)) | undefined;
576
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
577
+ mounted?: ((() => void)[] | (() => void)) | undefined;
578
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
579
+ updated?: ((() => void)[] | (() => void)) | undefined;
580
+ activated?: ((() => void)[] | (() => void)) | undefined;
581
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
582
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
583
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
584
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
585
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
586
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
587
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
588
+ 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;
536
589
  };
537
590
  $forceUpdate: () => void;
538
591
  $nextTick: typeof import('vue').nextTick;
539
- $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;
592
+ $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;
540
593
  } & Readonly<{
541
- flat: boolean;
542
- reverse: boolean;
543
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
544
- error: boolean;
545
- active: boolean;
546
- details: boolean;
547
594
  style: import('vue').StyleValue;
548
- disabled: boolean;
549
595
  focused: boolean;
550
596
  rounded: string | number | boolean;
551
597
  tile: boolean;
598
+ clearable: boolean;
552
599
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
600
+ active: boolean;
553
601
  centerAffix: boolean;
554
- glow: boolean;
555
- clearable: boolean;
556
602
  dirty: boolean;
557
- persistentClear: boolean;
558
- singleLine: boolean;
559
- }> & Omit<{
603
+ disabled: boolean;
604
+ glow: boolean;
605
+ error: boolean;
560
606
  flat: boolean;
607
+ persistentClear: boolean;
561
608
  reverse: boolean;
562
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
563
- error: boolean;
564
- active: boolean;
609
+ singleLine: boolean;
610
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
565
611
  details: boolean;
566
- style: import('vue').StyleValue;
567
- disabled: boolean;
612
+ }> & Omit<{
613
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
568
614
  focused: boolean;
569
615
  tile: boolean;
570
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
571
- glow: boolean;
572
616
  clearable: boolean;
617
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
618
+ active: boolean;
573
619
  dirty: boolean;
620
+ disabled: boolean;
621
+ glow: boolean;
622
+ error: boolean;
623
+ flat: boolean;
574
624
  persistentClear: boolean;
625
+ reverse: boolean;
575
626
  singleLine: boolean;
627
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
628
+ details: boolean;
576
629
  } & {
577
- id?: string | undefined;
578
- color?: string | undefined;
579
- loading?: string | boolean | undefined;
580
- label?: string | undefined;
581
- class?: any;
582
630
  theme?: string | undefined;
583
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
631
+ class?: any;
632
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
584
633
  rounded?: string | number | boolean | undefined;
585
- baseColor?: string | undefined;
634
+ loading?: string | boolean | undefined;
635
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
586
636
  bgColor?: string | undefined;
637
+ centerAffix?: boolean | undefined;
638
+ color?: string | undefined;
639
+ baseColor?: string | undefined;
587
640
  iconColor?: string | boolean | undefined;
588
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
641
+ label?: string | undefined;
589
642
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
590
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
591
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
592
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
593
- centerAffix?: boolean | undefined;
643
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
644
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
645
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
646
+ id?: string | undefined;
647
+ labelId?: string | undefined;
594
648
  } & {
595
649
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
596
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "error" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
650
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
597
651
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
598
652
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
599
653
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
600
654
  modelValue?: unknown;
601
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
602
- }, 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}`> & {
655
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
656
+ }, 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}`> & {
603
657
  _allExposed: {
604
658
  reset: () => Promise<void>;
605
659
  resetValidation: () => Promise<void>;
@@ -611,59 +665,81 @@ declare function __VLS_template(): {
611
665
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
612
666
  } | {};
613
667
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
614
- 'click:control': (e: MouseEvent) => true;
615
- 'mousedown:control': (e: MouseEvent) => true;
616
- 'update:focused': (focused: boolean) => true;
617
- 'update:modelValue': (val: string) => true;
668
+ "click:control": (e: MouseEvent) => true;
669
+ "mousedown:control": (e: MouseEvent) => true;
670
+ "update:focused": (focused: boolean) => true;
671
+ "update:modelValue": (val: string) => true;
618
672
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
619
- flat: boolean;
620
- reverse: boolean;
621
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
622
- type: string;
623
- error: boolean;
624
- active: boolean;
625
- direction: "horizontal" | "vertical";
626
- details: boolean;
627
673
  style: import('vue').StyleValue;
628
- autofocus: boolean;
629
- disabled: boolean;
630
- readonly: boolean | null;
631
- messages: string | readonly string[];
632
- 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)?])[];
633
674
  focused: boolean;
634
675
  errorMessages: string | readonly string[] | null;
635
676
  maxErrors: string | number;
677
+ readonly: boolean | null;
678
+ 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)?])[];
636
679
  density: import('vuetify/lib/composables/density.mjs').Density;
637
680
  rounded: string | number | boolean;
638
681
  tile: boolean;
639
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
640
- centerAffix: boolean;
641
- glow: boolean;
642
682
  hideSpinButtons: boolean;
643
683
  persistentHint: boolean;
684
+ messages: string | readonly string[];
644
685
  clearable: boolean;
686
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
687
+ active: boolean;
688
+ centerAffix: boolean;
645
689
  dirty: boolean;
690
+ disabled: boolean;
691
+ glow: boolean;
692
+ error: boolean;
693
+ flat: boolean;
646
694
  persistentClear: boolean;
695
+ reverse: boolean;
647
696
  singleLine: boolean;
697
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
698
+ autofocus: boolean;
648
699
  persistentPlaceholder: boolean;
649
700
  persistentCounter: boolean;
701
+ type: string;
650
702
  }, true, {}, import('vue').SlotsType<Partial<{
651
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
703
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
704
+ [key: string]: any;
705
+ }>[];
706
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
707
+ [key: string]: any;
708
+ }>[];
709
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
710
+ [key: string]: any;
711
+ }>[];
712
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
713
+ [key: string]: any;
714
+ }>[];
652
715
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
653
716
  props: Record<string, any>;
654
- }) => import('vue').VNode[];
655
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
717
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
718
+ [key: string]: any;
719
+ }>[];
720
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
721
+ [key: string]: any;
722
+ }>[];
723
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
724
+ [key: string]: any;
725
+ }>[];
656
726
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
657
727
  label: string | undefined;
658
728
  props: Record<string, any>;
659
- }) => import('vue').VNode[];
660
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
661
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
662
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
663
- 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
664
- 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
665
- default: () => import('vue').VNode[];
666
- counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode[];
729
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
730
+ [key: string]: any;
731
+ }>[];
732
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
733
+ [key: string]: any;
734
+ }>[];
735
+ default: (arg: {
736
+ id: Readonly<import('vue').Ref<string, string>>;
737
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
738
+ [key: string]: any;
739
+ }>[];
740
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
741
+ [key: string]: any;
742
+ }>[];
667
743
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
668
744
  P: {};
669
745
  B: {};
@@ -672,190 +748,197 @@ declare function __VLS_template(): {
672
748
  M: {};
673
749
  Defaults: {};
674
750
  }, {
675
- flat: boolean;
676
- reverse: boolean;
677
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
678
- type: string;
679
- error: boolean;
680
- active: boolean;
681
- direction: "horizontal" | "vertical";
682
- details: boolean;
683
- style: import('vue').StyleValue;
684
- autofocus: boolean;
685
- disabled: boolean;
686
- readonly: boolean | null;
687
- messages: string | readonly string[];
688
- 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)?])[];
751
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
689
752
  focused: boolean;
690
753
  errorMessages: string | readonly string[] | null;
691
754
  maxErrors: string | number;
755
+ readonly: boolean | null;
756
+ 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)?])[];
692
757
  density: import('vuetify/lib/composables/density.mjs').Density;
693
758
  tile: boolean;
694
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
695
- glow: boolean;
696
759
  hideSpinButtons: boolean;
697
760
  persistentHint: boolean;
761
+ messages: string | readonly string[];
698
762
  clearable: boolean;
763
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
764
+ active: boolean;
699
765
  dirty: boolean;
766
+ disabled: boolean;
767
+ glow: boolean;
768
+ error: boolean;
769
+ flat: boolean;
700
770
  persistentClear: boolean;
771
+ reverse: boolean;
701
772
  singleLine: boolean;
773
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
774
+ autofocus: boolean;
702
775
  persistentPlaceholder: boolean;
703
776
  persistentCounter: boolean;
777
+ type: string;
704
778
  } & {
705
- name?: string | undefined;
706
- id?: string | undefined;
707
- width?: string | number | undefined;
708
- color?: string | undefined;
709
- maxWidth?: string | number | undefined;
710
- minWidth?: string | number | undefined;
711
- loading?: string | boolean | undefined;
712
- label?: string | undefined;
713
- prefix?: string | undefined;
714
- role?: string | undefined;
715
- class?: any;
716
779
  theme?: string | undefined;
717
- placeholder?: string | undefined;
718
- counter?: string | number | boolean | undefined;
719
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
780
+ class?: any;
781
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
782
+ name?: string | undefined;
720
783
  modelValue?: any;
721
- 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;
784
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
722
785
  validationValue?: any;
723
786
  rounded?: string | number | boolean | undefined;
724
- baseColor?: string | undefined;
725
- bgColor?: string | undefined;
726
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
787
+ maxWidth?: string | number | undefined;
788
+ minWidth?: string | number | undefined;
789
+ width?: string | number | undefined;
790
+ loading?: string | boolean | undefined;
791
+ id?: string | undefined;
727
792
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
728
- iconColor?: string | boolean | undefined;
793
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
794
+ hideDetails?: "auto" | boolean | undefined;
795
+ hint?: string | undefined;
796
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
797
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
729
798
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
730
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
731
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
732
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
733
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
734
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
735
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
799
+ bgColor?: string | undefined;
736
800
  centerAffix?: boolean | undefined;
737
- hint?: string | undefined;
738
- hideDetails?: boolean | "auto" | undefined;
739
- suffix?: string | undefined;
801
+ color?: string | undefined;
802
+ baseColor?: string | undefined;
803
+ iconColor?: string | boolean | undefined;
804
+ label?: string | undefined;
805
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
806
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
807
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
808
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
809
+ autocomplete?: string | undefined;
810
+ counter?: string | number | boolean | undefined;
740
811
  counterValue?: number | ((value: any) => number) | undefined;
812
+ prefix?: string | undefined;
813
+ placeholder?: string | undefined;
814
+ suffix?: string | undefined;
815
+ role?: string | undefined;
741
816
  modelModifiers?: Record<string, boolean> | undefined;
742
817
  } & {
743
- $children?: import('vue').VNodeChild | {
744
- $stable?: boolean;
745
- } | (() => import('vue').VNodeChild) | {
818
+ $children?: {
819
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
820
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
821
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
746
822
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
747
823
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
748
824
  props: Record<string, any>;
749
825
  }) => import('vue').VNodeChild) | undefined;
750
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
826
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
827
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
751
828
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
752
829
  label: string | undefined;
753
830
  props: Record<string, any>;
754
831
  }) => import('vue').VNodeChild) | undefined;
755
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
756
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
757
832
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
758
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
759
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
760
- default?: (() => import('vue').VNodeChild) | undefined;
833
+ default?: ((arg: {
834
+ id: Readonly<import('vue').Ref<string, string>>;
835
+ }) => import('vue').VNodeChild) | undefined;
761
836
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
762
- };
763
- 'v-slots'?: {
837
+ } | {
838
+ $stable?: boolean | undefined;
839
+ } | ((arg: {
840
+ id: Readonly<import('vue').Ref<string, string>>;
841
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
842
+ "v-slots"?: {
843
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
844
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
845
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
764
846
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
765
847
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
766
848
  props: Record<string, any>;
767
849
  }) => import('vue').VNodeChild) | undefined;
768
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
850
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
851
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
769
852
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
770
853
  label: string | undefined;
771
854
  props: Record<string, any>;
772
855
  }) => import('vue').VNodeChild) | undefined;
773
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
774
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
775
856
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
776
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
777
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
778
- default?: false | (() => import('vue').VNodeChild) | undefined;
857
+ default?: false | ((arg: {
858
+ id: Readonly<import('vue').Ref<string, string>>;
859
+ }) => import('vue').VNodeChild) | undefined;
779
860
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
780
861
  } | undefined;
781
862
  } & {
782
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
863
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
864
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
783
865
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
784
866
  props: Record<string, any>;
785
867
  }) => import('vue').VNodeChild) | undefined;
868
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
869
+ "v-slot:default"?: false | ((arg: {
870
+ id: Readonly<import('vue').Ref<string, string>>;
871
+ }) => import('vue').VNodeChild) | undefined;
786
872
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
787
873
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
788
874
  label: string | undefined;
789
875
  props: Record<string, any>;
790
876
  }) => import('vue').VNodeChild) | undefined;
791
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
792
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
793
877
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
878
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
879
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
794
880
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
795
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
796
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
797
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
798
881
  } & {
799
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
800
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
801
882
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
802
883
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
803
- }, Omit<Omit<{
884
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
885
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
886
+ }, HTMLInputElement & Omit<Omit<{
804
887
  $: import('vue').ComponentInternalInstance;
805
888
  $data: {};
806
889
  $props: Partial<{
807
- error: boolean;
808
- direction: "horizontal" | "vertical";
809
890
  style: import('vue').StyleValue;
810
- disabled: boolean | null;
811
- readonly: boolean | null;
812
- messages: string | readonly string[];
813
- 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)?])[];
814
891
  focused: boolean;
892
+ disabled: boolean | null;
893
+ error: boolean;
815
894
  errorMessages: string | readonly string[] | null;
816
895
  maxErrors: string | number;
896
+ readonly: boolean | null;
897
+ 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)?])[];
817
898
  density: import('vuetify/lib/composables/density.mjs').Density;
818
899
  centerAffix: boolean;
819
900
  glow: boolean;
820
901
  hideSpinButtons: boolean;
821
902
  persistentHint: boolean;
822
- }> & Omit<{
823
- error: boolean;
824
- direction: "horizontal" | "vertical";
825
- style: import('vue').StyleValue;
826
- disabled: boolean | null;
827
- readonly: boolean | null;
828
903
  messages: string | readonly string[];
829
- 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)?])[];
904
+ direction: "horizontal" | "vertical";
905
+ }> & Omit<{
906
+ theme?: string | undefined;
907
+ class?: any;
908
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
830
909
  focused: boolean;
910
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
911
+ disabled: boolean | null;
912
+ error: boolean;
831
913
  errorMessages: string | readonly string[] | null;
832
914
  maxErrors: string | number;
833
- density: import('vuetify/lib/composables/density.mjs').Density;
834
- centerAffix: boolean;
835
- glow: boolean;
836
- hideSpinButtons: boolean;
837
- persistentHint: boolean;
838
915
  name?: string | undefined;
839
- id?: string | undefined;
840
- width?: string | number | undefined;
841
- color?: string | undefined;
842
- maxWidth?: string | number | undefined;
843
- minWidth?: string | number | undefined;
844
916
  label?: string | undefined;
845
- class?: any;
846
- theme?: string | undefined;
847
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
848
- 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;
917
+ readonly: boolean | null;
918
+ 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)?])[];
919
+ 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;
849
920
  validationValue?: any;
850
- baseColor?: string | undefined;
851
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
921
+ density: import('vuetify/lib/composables/density.mjs').Density;
922
+ maxWidth?: string | number | undefined;
923
+ minWidth?: string | number | undefined;
924
+ width?: string | number | undefined;
925
+ id?: string | undefined;
852
926
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
927
+ baseColor?: string | undefined;
928
+ centerAffix: boolean;
929
+ color?: string | undefined;
930
+ glow: boolean;
853
931
  iconColor?: string | boolean | undefined;
854
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
855
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
932
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
933
+ hideDetails?: "auto" | boolean | undefined;
934
+ hideSpinButtons: boolean;
856
935
  hint?: string | undefined;
857
- hideDetails?: boolean | "auto" | undefined;
858
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
936
+ persistentHint: boolean;
937
+ messages: string | readonly string[];
938
+ direction: "horizontal" | "vertical";
939
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
940
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
941
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
859
942
  $attrs: {
860
943
  [x: string]: unknown;
861
944
  };
@@ -863,54 +946,64 @@ declare function __VLS_template(): {
863
946
  [x: string]: unknown;
864
947
  };
865
948
  $slots: Readonly<{
866
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
867
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
868
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
869
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
870
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
949
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
950
+ [key: string]: any;
951
+ }>[]) | undefined;
952
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
953
+ [key: string]: any;
954
+ }>[]) | undefined;
955
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
956
+ [key: string]: any;
957
+ }>[]) | undefined;
958
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
959
+ [key: string]: any;
960
+ }>[]) | undefined;
961
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
962
+ [key: string]: any;
963
+ }>[]) | undefined;
871
964
  }>;
872
- $root: import('vue').ComponentPublicInstance | null;
873
- $parent: import('vue').ComponentPublicInstance | null;
965
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
966
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
874
967
  $host: Element | null;
875
968
  $emit: (event: string, ...args: any[]) => void;
876
969
  $el: any;
877
970
  $options: import('vue').ComponentOptionsBase<{
878
- error: boolean;
879
- direction: "horizontal" | "vertical";
880
- style: import('vue').StyleValue;
881
- disabled: boolean | null;
882
- readonly: boolean | null;
883
- messages: string | readonly string[];
884
- 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)?])[];
971
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
885
972
  focused: boolean;
973
+ disabled: boolean | null;
974
+ error: boolean;
886
975
  errorMessages: string | readonly string[] | null;
887
976
  maxErrors: string | number;
977
+ readonly: boolean | null;
978
+ 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)?])[];
888
979
  density: import('vuetify/lib/composables/density.mjs').Density;
889
980
  centerAffix: boolean;
890
981
  glow: boolean;
891
982
  hideSpinButtons: boolean;
892
983
  persistentHint: boolean;
984
+ messages: string | readonly string[];
985
+ direction: "horizontal" | "vertical";
893
986
  } & {
894
- name?: string | undefined;
895
- id?: string | undefined;
896
- width?: string | number | undefined;
897
- color?: string | undefined;
898
- maxWidth?: string | number | undefined;
899
- minWidth?: string | number | undefined;
900
- label?: string | undefined;
901
- class?: any;
902
987
  theme?: string | undefined;
988
+ class?: any;
903
989
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
904
- 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;
990
+ name?: string | undefined;
991
+ label?: string | undefined;
992
+ 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;
905
993
  validationValue?: any;
906
- baseColor?: string | undefined;
907
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
994
+ maxWidth?: string | number | undefined;
995
+ minWidth?: string | number | undefined;
996
+ width?: string | number | undefined;
997
+ id?: string | undefined;
908
998
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
999
+ baseColor?: string | undefined;
1000
+ color?: string | undefined;
909
1001
  iconColor?: string | boolean | undefined;
910
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
911
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1002
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1003
+ hideDetails?: "auto" | boolean | undefined;
912
1004
  hint?: string | undefined;
913
- hideDetails?: boolean | "auto" | undefined;
1005
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1006
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
914
1007
  } & {}, {
915
1008
  reset: () => Promise<void>;
916
1009
  resetValidation: () => Promise<void>;
@@ -919,102 +1012,112 @@ declare function __VLS_template(): {
919
1012
  errorMessages: import('vue').ComputedRef<string[]>;
920
1013
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
921
1014
  "update:modelValue": (value: any) => true;
922
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
923
- error: boolean;
924
- direction: "horizontal" | "vertical";
1015
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
925
1016
  style: import('vue').StyleValue;
926
- disabled: boolean | null;
927
- readonly: boolean | null;
928
- messages: string | readonly string[];
929
- 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)?])[];
930
1017
  focused: boolean;
1018
+ disabled: boolean | null;
1019
+ error: boolean;
931
1020
  errorMessages: string | readonly string[] | null;
932
1021
  maxErrors: string | number;
1022
+ readonly: boolean | null;
1023
+ 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)?])[];
933
1024
  density: import('vuetify/lib/composables/density.mjs').Density;
934
1025
  centerAffix: boolean;
935
1026
  glow: boolean;
936
1027
  hideSpinButtons: boolean;
937
1028
  persistentHint: boolean;
1029
+ messages: string | readonly string[];
1030
+ direction: "horizontal" | "vertical";
938
1031
  }, {}, string, import('vue').SlotsType<Partial<{
939
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
940
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
941
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
942
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
943
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1032
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1033
+ [key: string]: any;
1034
+ }>[];
1035
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1036
+ [key: string]: any;
1037
+ }>[];
1038
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1039
+ [key: string]: any;
1040
+ }>[];
1041
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1042
+ [key: string]: any;
1043
+ }>[];
1044
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1045
+ [key: string]: any;
1046
+ }>[];
944
1047
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
945
- beforeCreate?: (() => void) | (() => void)[];
946
- created?: (() => void) | (() => void)[];
947
- beforeMount?: (() => void) | (() => void)[];
948
- mounted?: (() => void) | (() => void)[];
949
- beforeUpdate?: (() => void) | (() => void)[];
950
- updated?: (() => void) | (() => void)[];
951
- activated?: (() => void) | (() => void)[];
952
- deactivated?: (() => void) | (() => void)[];
953
- beforeDestroy?: (() => void) | (() => void)[];
954
- beforeUnmount?: (() => void) | (() => void)[];
955
- destroyed?: (() => void) | (() => void)[];
956
- unmounted?: (() => void) | (() => void)[];
957
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
958
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
959
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1048
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1049
+ created?: ((() => void)[] | (() => void)) | undefined;
1050
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1051
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1052
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1053
+ updated?: ((() => void)[] | (() => void)) | undefined;
1054
+ activated?: ((() => void)[] | (() => void)) | undefined;
1055
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1056
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1057
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1058
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1059
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1060
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1061
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1062
+ 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;
960
1063
  };
961
1064
  $forceUpdate: () => void;
962
1065
  $nextTick: typeof import('vue').nextTick;
963
- $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;
1066
+ $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;
964
1067
  } & Readonly<{
965
- error: boolean;
966
- direction: "horizontal" | "vertical";
967
1068
  style: import('vue').StyleValue;
968
- disabled: boolean | null;
969
- readonly: boolean | null;
970
- messages: string | readonly string[];
971
- 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)?])[];
972
1069
  focused: boolean;
1070
+ disabled: boolean | null;
1071
+ error: boolean;
973
1072
  errorMessages: string | readonly string[] | null;
974
1073
  maxErrors: string | number;
1074
+ readonly: boolean | null;
1075
+ 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)?])[];
975
1076
  density: import('vuetify/lib/composables/density.mjs').Density;
976
1077
  centerAffix: boolean;
977
1078
  glow: boolean;
978
1079
  hideSpinButtons: boolean;
979
1080
  persistentHint: boolean;
980
- }> & Omit<{
981
- error: boolean;
982
- direction: "horizontal" | "vertical";
983
- style: import('vue').StyleValue;
984
- disabled: boolean | null;
985
- readonly: boolean | null;
986
1081
  messages: string | readonly string[];
987
- 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)?])[];
1082
+ direction: "horizontal" | "vertical";
1083
+ }> & Omit<{
1084
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
988
1085
  focused: boolean;
1086
+ disabled: boolean | null;
1087
+ error: boolean;
989
1088
  errorMessages: string | readonly string[] | null;
990
1089
  maxErrors: string | number;
1090
+ readonly: boolean | null;
1091
+ 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)?])[];
991
1092
  density: import('vuetify/lib/composables/density.mjs').Density;
992
1093
  centerAffix: boolean;
993
1094
  glow: boolean;
994
1095
  hideSpinButtons: boolean;
995
1096
  persistentHint: boolean;
1097
+ messages: string | readonly string[];
1098
+ direction: "horizontal" | "vertical";
996
1099
  } & {
1100
+ theme?: string | undefined;
1101
+ class?: any;
1102
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
997
1103
  name?: string | undefined;
998
- id?: string | undefined;
999
- width?: string | number | undefined;
1000
- color?: string | undefined;
1001
- maxWidth?: string | number | undefined;
1002
- minWidth?: string | number | undefined;
1003
1104
  label?: string | undefined;
1004
- class?: any;
1005
- theme?: string | undefined;
1006
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1007
- 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;
1105
+ 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;
1008
1106
  validationValue?: any;
1009
- baseColor?: string | undefined;
1010
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1107
+ maxWidth?: string | number | undefined;
1108
+ minWidth?: string | number | undefined;
1109
+ width?: string | number | undefined;
1110
+ id?: string | undefined;
1011
1111
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1112
+ baseColor?: string | undefined;
1113
+ color?: string | undefined;
1012
1114
  iconColor?: string | boolean | undefined;
1013
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1014
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1115
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1116
+ hideDetails?: "auto" | boolean | undefined;
1015
1117
  hint?: string | undefined;
1016
- hideDetails?: boolean | "auto" | undefined;
1017
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1118
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1119
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1120
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1018
1121
  reset: () => Promise<void>;
1019
1122
  resetValidation: () => Promise<void>;
1020
1123
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1022,64 +1125,65 @@ declare function __VLS_template(): {
1022
1125
  errorMessages: import('vue').ComputedRef<string[]>;
1023
1126
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1024
1127
  modelValue?: unknown;
1025
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1026
- }, 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<{
1128
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1129
+ }, 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<{
1027
1130
  $: import('vue').ComponentInternalInstance;
1028
1131
  $data: {};
1029
1132
  $props: Partial<{
1030
- flat: boolean;
1031
- reverse: boolean;
1032
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1033
- error: boolean;
1034
- active: boolean;
1035
- details: boolean;
1036
1133
  style: import('vue').StyleValue;
1037
- disabled: boolean;
1038
1134
  focused: boolean;
1039
1135
  rounded: string | number | boolean;
1040
1136
  tile: boolean;
1137
+ clearable: boolean;
1041
1138
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1139
+ active: boolean;
1042
1140
  centerAffix: boolean;
1043
- glow: boolean;
1044
- clearable: boolean;
1045
1141
  dirty: boolean;
1046
- persistentClear: boolean;
1047
- singleLine: boolean;
1048
- }> & Omit<{
1049
- flat: boolean;
1050
- reverse: boolean;
1051
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1052
- error: boolean;
1053
- active: boolean;
1054
- details: boolean;
1055
- style: import('vue').StyleValue;
1056
1142
  disabled: boolean;
1057
- focused: boolean;
1058
- tile: boolean;
1059
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1060
1143
  glow: boolean;
1061
- clearable: boolean;
1062
- dirty: boolean;
1144
+ error: boolean;
1145
+ flat: boolean;
1063
1146
  persistentClear: boolean;
1147
+ reverse: boolean;
1064
1148
  singleLine: boolean;
1065
- id?: string | undefined;
1066
- color?: string | undefined;
1067
- loading?: string | boolean | undefined;
1068
- label?: string | undefined;
1069
- class?: any;
1149
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1150
+ details: boolean;
1151
+ }> & Omit<{
1070
1152
  theme?: string | undefined;
1153
+ class?: any;
1154
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1155
+ focused: boolean;
1071
1156
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1072
1157
  rounded?: string | number | boolean | undefined;
1073
- baseColor?: string | undefined;
1158
+ tile: boolean;
1159
+ loading?: string | boolean | undefined;
1160
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1074
1161
  bgColor?: string | undefined;
1162
+ clearable: boolean;
1163
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1164
+ active: boolean;
1165
+ centerAffix?: boolean | undefined;
1166
+ color?: string | undefined;
1167
+ baseColor?: string | undefined;
1168
+ dirty: boolean;
1169
+ disabled: boolean;
1170
+ glow: boolean;
1171
+ error: boolean;
1172
+ flat: boolean;
1075
1173
  iconColor?: string | boolean | undefined;
1076
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1174
+ label?: string | undefined;
1175
+ persistentClear: boolean;
1077
1176
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1177
+ reverse: boolean;
1178
+ singleLine: boolean;
1179
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1078
1180
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1079
1181
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1080
1182
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1081
- centerAffix?: boolean | undefined;
1082
- } & 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">;
1183
+ id?: string | undefined;
1184
+ details: boolean;
1185
+ labelId?: string | undefined;
1186
+ } & 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">;
1083
1187
  $attrs: {
1084
1188
  [x: string]: unknown;
1085
1189
  };
@@ -1089,56 +1193,69 @@ declare function __VLS_template(): {
1089
1193
  $slots: Readonly<{
1090
1194
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1091
1195
  props: Record<string, any>;
1092
- }) => import('vue').VNode[]) | undefined;
1093
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
1094
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
1196
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1197
+ [key: string]: any;
1198
+ }>[]) | undefined;
1199
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1200
+ [key: string]: any;
1201
+ }>[]) | undefined;
1202
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1203
+ [key: string]: any;
1204
+ }>[]) | undefined;
1095
1205
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1096
1206
  label: string | undefined;
1097
1207
  props: Record<string, any>;
1098
- }) => import('vue').VNode[]) | undefined;
1099
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[]) | undefined;
1100
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[]) | undefined;
1208
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1209
+ [key: string]: any;
1210
+ }>[]) | undefined;
1211
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1212
+ [key: string]: any;
1213
+ }>[]) | undefined;
1214
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1215
+ [key: string]: any;
1216
+ }>[]) | undefined;
1101
1217
  }>;
1102
- $root: import('vue').ComponentPublicInstance | null;
1103
- $parent: import('vue').ComponentPublicInstance | null;
1218
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1219
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1104
1220
  $host: Element | null;
1105
1221
  $emit: (event: "update:focused", focused: boolean) => void;
1106
1222
  $el: any;
1107
1223
  $options: import('vue').ComponentOptionsBase<{
1108
- flat: boolean;
1109
- reverse: boolean;
1110
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1111
- error: boolean;
1112
- active: boolean;
1113
- details: boolean;
1114
- style: import('vue').StyleValue;
1115
- disabled: boolean;
1224
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1116
1225
  focused: boolean;
1117
1226
  tile: boolean;
1118
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1119
- glow: boolean;
1120
1227
  clearable: boolean;
1228
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1229
+ active: boolean;
1121
1230
  dirty: boolean;
1231
+ disabled: boolean;
1232
+ glow: boolean;
1233
+ error: boolean;
1234
+ flat: boolean;
1122
1235
  persistentClear: boolean;
1236
+ reverse: boolean;
1123
1237
  singleLine: boolean;
1238
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1239
+ details: boolean;
1124
1240
  } & {
1125
- id?: string | undefined;
1126
- color?: string | undefined;
1127
- loading?: string | boolean | undefined;
1128
- label?: string | undefined;
1129
- class?: any;
1130
1241
  theme?: string | undefined;
1242
+ class?: any;
1131
1243
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1132
1244
  rounded?: string | number | boolean | undefined;
1133
- baseColor?: string | undefined;
1245
+ loading?: string | boolean | undefined;
1246
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1134
1247
  bgColor?: string | undefined;
1248
+ centerAffix?: boolean | undefined;
1249
+ color?: string | undefined;
1250
+ baseColor?: string | undefined;
1135
1251
  iconColor?: string | boolean | undefined;
1136
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1252
+ label?: string | undefined;
1137
1253
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1138
1254
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1139
1255
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1140
1256
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1141
- centerAffix?: boolean | undefined;
1257
+ id?: string | undefined;
1258
+ labelId?: string | undefined;
1142
1259
  } & {
1143
1260
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1144
1261
  }, {
@@ -1147,120 +1264,133 @@ declare function __VLS_template(): {
1147
1264
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1148
1265
  "update:focused": (focused: boolean) => true;
1149
1266
  "update:modelValue": (value: any) => true;
1150
- }, "$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, {
1151
- flat: boolean;
1152
- reverse: boolean;
1153
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1154
- error: boolean;
1155
- active: boolean;
1156
- details: boolean;
1267
+ }, "$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, {
1157
1268
  style: import('vue').StyleValue;
1158
- disabled: boolean;
1159
1269
  focused: boolean;
1160
1270
  rounded: string | number | boolean;
1161
1271
  tile: boolean;
1272
+ clearable: boolean;
1162
1273
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1274
+ active: boolean;
1163
1275
  centerAffix: boolean;
1164
- glow: boolean;
1165
- clearable: boolean;
1166
1276
  dirty: boolean;
1277
+ disabled: boolean;
1278
+ glow: boolean;
1279
+ error: boolean;
1280
+ flat: boolean;
1167
1281
  persistentClear: boolean;
1282
+ reverse: boolean;
1168
1283
  singleLine: boolean;
1284
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1285
+ details: boolean;
1169
1286
  }, {}, string, import('vue').SlotsType<Partial<{
1170
1287
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1171
1288
  props: Record<string, any>;
1172
- }) => import('vue').VNode[];
1173
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
1174
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
1289
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1290
+ [key: string]: any;
1291
+ }>[];
1292
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1293
+ [key: string]: any;
1294
+ }>[];
1295
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1296
+ [key: string]: any;
1297
+ }>[];
1175
1298
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1176
1299
  label: string | undefined;
1177
1300
  props: Record<string, any>;
1178
- }) => import('vue').VNode[];
1179
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
1180
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[];
1301
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1302
+ [key: string]: any;
1303
+ }>[];
1304
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1305
+ [key: string]: any;
1306
+ }>[];
1307
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1308
+ [key: string]: any;
1309
+ }>[];
1181
1310
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1182
- beforeCreate?: (() => void) | (() => void)[];
1183
- created?: (() => void) | (() => void)[];
1184
- beforeMount?: (() => void) | (() => void)[];
1185
- mounted?: (() => void) | (() => void)[];
1186
- beforeUpdate?: (() => void) | (() => void)[];
1187
- updated?: (() => void) | (() => void)[];
1188
- activated?: (() => void) | (() => void)[];
1189
- deactivated?: (() => void) | (() => void)[];
1190
- beforeDestroy?: (() => void) | (() => void)[];
1191
- beforeUnmount?: (() => void) | (() => void)[];
1192
- destroyed?: (() => void) | (() => void)[];
1193
- unmounted?: (() => void) | (() => void)[];
1194
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1195
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1196
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1311
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1312
+ created?: ((() => void)[] | (() => void)) | undefined;
1313
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1314
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1315
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1316
+ updated?: ((() => void)[] | (() => void)) | undefined;
1317
+ activated?: ((() => void)[] | (() => void)) | undefined;
1318
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1319
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1320
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1321
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1322
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1323
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1324
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1325
+ 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;
1197
1326
  };
1198
1327
  $forceUpdate: () => void;
1199
1328
  $nextTick: typeof import('vue').nextTick;
1200
- $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;
1329
+ $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;
1201
1330
  } & Readonly<{
1202
- flat: boolean;
1203
- reverse: boolean;
1204
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1205
- error: boolean;
1206
- active: boolean;
1207
- details: boolean;
1208
1331
  style: import('vue').StyleValue;
1209
- disabled: boolean;
1210
1332
  focused: boolean;
1211
1333
  rounded: string | number | boolean;
1212
1334
  tile: boolean;
1335
+ clearable: boolean;
1213
1336
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1337
+ active: boolean;
1214
1338
  centerAffix: boolean;
1215
- glow: boolean;
1216
- clearable: boolean;
1217
1339
  dirty: boolean;
1218
- persistentClear: boolean;
1219
- singleLine: boolean;
1220
- }> & Omit<{
1340
+ disabled: boolean;
1341
+ glow: boolean;
1342
+ error: boolean;
1221
1343
  flat: boolean;
1344
+ persistentClear: boolean;
1222
1345
  reverse: boolean;
1223
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1224
- error: boolean;
1225
- active: boolean;
1346
+ singleLine: boolean;
1347
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1226
1348
  details: boolean;
1227
- style: import('vue').StyleValue;
1228
- disabled: boolean;
1349
+ }> & Omit<{
1350
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1229
1351
  focused: boolean;
1230
1352
  tile: boolean;
1231
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1232
- glow: boolean;
1233
1353
  clearable: boolean;
1354
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1355
+ active: boolean;
1234
1356
  dirty: boolean;
1357
+ disabled: boolean;
1358
+ glow: boolean;
1359
+ error: boolean;
1360
+ flat: boolean;
1235
1361
  persistentClear: boolean;
1362
+ reverse: boolean;
1236
1363
  singleLine: boolean;
1364
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1365
+ details: boolean;
1237
1366
  } & {
1238
- id?: string | undefined;
1239
- color?: string | undefined;
1240
- loading?: string | boolean | undefined;
1241
- label?: string | undefined;
1242
- class?: any;
1243
1367
  theme?: string | undefined;
1244
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1368
+ class?: any;
1369
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1245
1370
  rounded?: string | number | boolean | undefined;
1246
- baseColor?: string | undefined;
1371
+ loading?: string | boolean | undefined;
1372
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1247
1373
  bgColor?: string | undefined;
1374
+ centerAffix?: boolean | undefined;
1375
+ color?: string | undefined;
1376
+ baseColor?: string | undefined;
1248
1377
  iconColor?: string | boolean | undefined;
1249
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1378
+ label?: string | undefined;
1250
1379
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1251
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1252
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1253
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1254
- centerAffix?: boolean | undefined;
1380
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1381
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1382
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1383
+ id?: string | undefined;
1384
+ labelId?: string | undefined;
1255
1385
  } & {
1256
1386
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1257
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "error" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1387
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1258
1388
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1259
1389
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1260
1390
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1261
1391
  modelValue?: unknown;
1262
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1263
- }, 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}`> & {
1392
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1393
+ }, 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}`> & {
1264
1394
  _allExposed: {
1265
1395
  reset: () => Promise<void>;
1266
1396
  resetValidation: () => Promise<void>;
@@ -1272,37 +1402,35 @@ declare function __VLS_template(): {
1272
1402
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1273
1403
  } | {};
1274
1404
  }, {}, {}, {}, {
1275
- flat: boolean;
1276
- reverse: boolean;
1277
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1278
- type: string;
1279
- error: boolean;
1280
- active: boolean;
1281
- direction: "horizontal" | "vertical";
1282
- details: boolean;
1283
1405
  style: import('vue').StyleValue;
1284
- autofocus: boolean;
1285
- disabled: boolean;
1286
- readonly: boolean | null;
1287
- messages: string | readonly string[];
1288
- 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)?])[];
1289
1406
  focused: boolean;
1290
1407
  errorMessages: string | readonly string[] | null;
1291
1408
  maxErrors: string | number;
1409
+ readonly: boolean | null;
1410
+ 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)?])[];
1292
1411
  density: import('vuetify/lib/composables/density.mjs').Density;
1293
1412
  rounded: string | number | boolean;
1294
1413
  tile: boolean;
1295
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1296
- centerAffix: boolean;
1297
- glow: boolean;
1298
1414
  hideSpinButtons: boolean;
1299
1415
  persistentHint: boolean;
1416
+ messages: string | readonly string[];
1300
1417
  clearable: boolean;
1418
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1419
+ active: boolean;
1420
+ centerAffix: boolean;
1301
1421
  dirty: boolean;
1422
+ disabled: boolean;
1423
+ glow: boolean;
1424
+ error: boolean;
1425
+ flat: boolean;
1302
1426
  persistentClear: boolean;
1427
+ reverse: boolean;
1303
1428
  singleLine: boolean;
1429
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1430
+ autofocus: boolean;
1304
1431
  persistentPlaceholder: boolean;
1305
1432
  persistentCounter: boolean;
1433
+ type: string;
1306
1434
  }> | null;
1307
1435
  };
1308
1436
  rootEl: any;
@@ -1557,8 +1685,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1557
1685
  disabled: boolean;
1558
1686
  placeholder: string;
1559
1687
  readonly: boolean;
1560
- modelValue: string | number;
1561
1688
  required: boolean;
1689
+ modelValue: string | number;
1562
1690
  horizontal: boolean;
1563
1691
  counter: number | boolean;
1564
1692
  rules: ValidationRule[];
@@ -1582,190 +1710,197 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1582
1710
  minNumber: string;
1583
1711
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
1584
1712
  inputTextField: import('vue').CreateComponentPublicInstanceWithMixins<{
1585
- flat: boolean;
1586
- reverse: boolean;
1587
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1588
- type: string;
1589
- error: boolean;
1590
- active: boolean;
1591
- direction: "horizontal" | "vertical";
1592
- details: boolean;
1593
- style: import('vue').StyleValue;
1594
- autofocus: boolean;
1595
- disabled: boolean;
1596
- readonly: boolean | null;
1597
- messages: string | readonly string[];
1598
- 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)?])[];
1713
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1599
1714
  focused: boolean;
1600
1715
  errorMessages: string | readonly string[] | null;
1601
1716
  maxErrors: string | number;
1717
+ readonly: boolean | null;
1718
+ 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)?])[];
1602
1719
  density: import('vuetify/lib/composables/density.mjs').Density;
1603
1720
  tile: boolean;
1604
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1605
- glow: boolean;
1606
1721
  hideSpinButtons: boolean;
1607
1722
  persistentHint: boolean;
1723
+ messages: string | readonly string[];
1608
1724
  clearable: boolean;
1725
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1726
+ active: boolean;
1609
1727
  dirty: boolean;
1728
+ disabled: boolean;
1729
+ glow: boolean;
1730
+ error: boolean;
1731
+ flat: boolean;
1610
1732
  persistentClear: boolean;
1733
+ reverse: boolean;
1611
1734
  singleLine: boolean;
1735
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1736
+ autofocus: boolean;
1612
1737
  persistentPlaceholder: boolean;
1613
1738
  persistentCounter: boolean;
1739
+ type: string;
1614
1740
  } & {
1615
- name?: string | undefined;
1616
- id?: string | undefined;
1617
- width?: string | number | undefined;
1618
- color?: string | undefined;
1619
- maxWidth?: string | number | undefined;
1620
- minWidth?: string | number | undefined;
1621
- loading?: string | boolean | undefined;
1622
- label?: string | undefined;
1623
- prefix?: string | undefined;
1624
- role?: string | undefined;
1625
- class?: any;
1626
1741
  theme?: string | undefined;
1627
- placeholder?: string | undefined;
1628
- counter?: string | number | boolean | undefined;
1629
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1742
+ class?: any;
1743
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1744
+ name?: string | undefined;
1630
1745
  modelValue?: any;
1631
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1746
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1632
1747
  validationValue?: any;
1633
1748
  rounded?: string | number | boolean | undefined;
1634
- baseColor?: string | undefined;
1635
- bgColor?: string | undefined;
1636
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1749
+ maxWidth?: string | number | undefined;
1750
+ minWidth?: string | number | undefined;
1751
+ width?: string | number | undefined;
1752
+ loading?: string | boolean | undefined;
1753
+ id?: string | undefined;
1637
1754
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1638
- iconColor?: string | boolean | undefined;
1755
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1756
+ hideDetails?: "auto" | boolean | undefined;
1757
+ hint?: string | undefined;
1758
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1759
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1639
1760
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1640
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1641
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1642
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1643
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1644
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1645
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1761
+ bgColor?: string | undefined;
1646
1762
  centerAffix?: boolean | undefined;
1647
- hint?: string | undefined;
1648
- hideDetails?: boolean | "auto" | undefined;
1649
- suffix?: string | undefined;
1763
+ color?: string | undefined;
1764
+ baseColor?: string | undefined;
1765
+ iconColor?: string | boolean | undefined;
1766
+ label?: string | undefined;
1767
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1768
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1769
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1770
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1771
+ autocomplete?: string | undefined;
1772
+ counter?: string | number | boolean | undefined;
1650
1773
  counterValue?: number | ((value: any) => number) | undefined;
1774
+ prefix?: string | undefined;
1775
+ placeholder?: string | undefined;
1776
+ suffix?: string | undefined;
1777
+ role?: string | undefined;
1651
1778
  modelModifiers?: Record<string, boolean> | undefined;
1652
1779
  } & {
1653
- $children?: import('vue').VNodeChild | {
1654
- $stable?: boolean;
1655
- } | (() => import('vue').VNodeChild) | {
1780
+ $children?: {
1781
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1782
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1783
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1656
1784
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1657
1785
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1658
1786
  props: Record<string, any>;
1659
1787
  }) => import('vue').VNodeChild) | undefined;
1660
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1788
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1789
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1661
1790
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1662
1791
  label: string | undefined;
1663
1792
  props: Record<string, any>;
1664
1793
  }) => import('vue').VNodeChild) | undefined;
1665
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1666
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1667
1794
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1668
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1669
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1670
- default?: (() => import('vue').VNodeChild) | undefined;
1795
+ default?: ((arg: {
1796
+ id: Readonly<import('vue').Ref<string, string>>;
1797
+ }) => import('vue').VNodeChild) | undefined;
1671
1798
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1672
- };
1673
- 'v-slots'?: {
1799
+ } | {
1800
+ $stable?: boolean | undefined;
1801
+ } | ((arg: {
1802
+ id: Readonly<import('vue').Ref<string, string>>;
1803
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
1804
+ "v-slots"?: {
1805
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1806
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1807
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1674
1808
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1675
1809
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1676
1810
  props: Record<string, any>;
1677
1811
  }) => import('vue').VNodeChild) | undefined;
1678
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1812
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1813
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1679
1814
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1680
1815
  label: string | undefined;
1681
1816
  props: Record<string, any>;
1682
1817
  }) => import('vue').VNodeChild) | undefined;
1683
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1684
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1685
1818
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1686
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1687
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1688
- default?: false | (() => import('vue').VNodeChild) | undefined;
1819
+ default?: false | ((arg: {
1820
+ id: Readonly<import('vue').Ref<string, string>>;
1821
+ }) => import('vue').VNodeChild) | undefined;
1689
1822
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1690
1823
  } | undefined;
1691
1824
  } & {
1692
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1825
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1826
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1693
1827
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1694
1828
  props: Record<string, any>;
1695
1829
  }) => import('vue').VNodeChild) | undefined;
1830
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1831
+ "v-slot:default"?: false | ((arg: {
1832
+ id: Readonly<import('vue').Ref<string, string>>;
1833
+ }) => import('vue').VNodeChild) | undefined;
1696
1834
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1697
1835
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1698
1836
  label: string | undefined;
1699
1837
  props: Record<string, any>;
1700
1838
  }) => import('vue').VNodeChild) | undefined;
1701
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1702
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1703
1839
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1840
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1841
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1704
1842
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1705
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1706
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1707
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1708
1843
  } & {
1709
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1710
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1711
1844
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1712
1845
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1713
- }, Omit<Omit<{
1846
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1847
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1848
+ }, HTMLInputElement & Omit<Omit<{
1714
1849
  $: import('vue').ComponentInternalInstance;
1715
1850
  $data: {};
1716
1851
  $props: Partial<{
1717
- error: boolean;
1718
- direction: "horizontal" | "vertical";
1719
- style: import('vue').StyleValue;
1720
- disabled: boolean | null;
1721
- readonly: boolean | null;
1722
- messages: string | readonly string[];
1723
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1724
- focused: boolean;
1725
- errorMessages: string | readonly string[] | null;
1726
- maxErrors: string | number;
1727
- density: import('vuetify/lib/composables/density.mjs').Density;
1728
- centerAffix: boolean;
1729
- glow: boolean;
1730
- hideSpinButtons: boolean;
1731
- persistentHint: boolean;
1732
- }> & Omit<{
1733
- error: boolean;
1734
- direction: "horizontal" | "vertical";
1735
1852
  style: import('vue').StyleValue;
1736
- disabled: boolean | null;
1737
- readonly: boolean | null;
1738
- messages: string | readonly string[];
1739
- 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)?])[];
1740
1853
  focused: boolean;
1854
+ disabled: boolean | null;
1855
+ error: boolean;
1741
1856
  errorMessages: string | readonly string[] | null;
1742
1857
  maxErrors: string | number;
1858
+ readonly: boolean | null;
1859
+ 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)?])[];
1743
1860
  density: import('vuetify/lib/composables/density.mjs').Density;
1744
1861
  centerAffix: boolean;
1745
1862
  glow: boolean;
1746
1863
  hideSpinButtons: boolean;
1747
1864
  persistentHint: boolean;
1748
- name?: string | undefined;
1749
- id?: string | undefined;
1750
- width?: string | number | undefined;
1751
- color?: string | undefined;
1752
- maxWidth?: string | number | undefined;
1753
- minWidth?: string | number | undefined;
1754
- label?: string | undefined;
1755
- class?: any;
1865
+ messages: string | readonly string[];
1866
+ direction: "horizontal" | "vertical";
1867
+ }> & Omit<{
1756
1868
  theme?: string | undefined;
1869
+ class?: any;
1870
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1871
+ focused: boolean;
1757
1872
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1758
- 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;
1873
+ disabled: boolean | null;
1874
+ error: boolean;
1875
+ errorMessages: string | readonly string[] | null;
1876
+ maxErrors: string | number;
1877
+ name?: string | undefined;
1878
+ label?: string | undefined;
1879
+ readonly: boolean | null;
1880
+ 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)?])[];
1881
+ 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;
1759
1882
  validationValue?: any;
1760
- baseColor?: string | undefined;
1761
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1883
+ density: import('vuetify/lib/composables/density.mjs').Density;
1884
+ maxWidth?: string | number | undefined;
1885
+ minWidth?: string | number | undefined;
1886
+ width?: string | number | undefined;
1887
+ id?: string | undefined;
1762
1888
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1889
+ baseColor?: string | undefined;
1890
+ centerAffix: boolean;
1891
+ color?: string | undefined;
1892
+ glow: boolean;
1763
1893
  iconColor?: string | boolean | undefined;
1764
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1765
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1894
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1895
+ hideDetails?: "auto" | boolean | undefined;
1896
+ hideSpinButtons: boolean;
1766
1897
  hint?: string | undefined;
1767
- hideDetails?: boolean | "auto" | undefined;
1768
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
1898
+ persistentHint: boolean;
1899
+ messages: string | readonly string[];
1900
+ direction: "horizontal" | "vertical";
1901
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1902
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1903
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1769
1904
  $attrs: {
1770
1905
  [x: string]: unknown;
1771
1906
  };
@@ -1773,54 +1908,64 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1773
1908
  [x: string]: unknown;
1774
1909
  };
1775
1910
  $slots: Readonly<{
1776
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1777
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1778
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1779
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
1780
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
1911
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1912
+ [key: string]: any;
1913
+ }>[]) | undefined;
1914
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1915
+ [key: string]: any;
1916
+ }>[]) | undefined;
1917
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1918
+ [key: string]: any;
1919
+ }>[]) | undefined;
1920
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1921
+ [key: string]: any;
1922
+ }>[]) | undefined;
1923
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1924
+ [key: string]: any;
1925
+ }>[]) | undefined;
1781
1926
  }>;
1782
- $root: import('vue').ComponentPublicInstance | null;
1783
- $parent: import('vue').ComponentPublicInstance | null;
1927
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1928
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1784
1929
  $host: Element | null;
1785
1930
  $emit: (event: string, ...args: any[]) => void;
1786
1931
  $el: any;
1787
1932
  $options: import('vue').ComponentOptionsBase<{
1788
- error: boolean;
1789
- direction: "horizontal" | "vertical";
1790
- style: import('vue').StyleValue;
1791
- disabled: boolean | null;
1792
- readonly: boolean | null;
1793
- messages: string | readonly string[];
1794
- 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)?])[];
1933
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1795
1934
  focused: boolean;
1935
+ disabled: boolean | null;
1936
+ error: boolean;
1796
1937
  errorMessages: string | readonly string[] | null;
1797
1938
  maxErrors: string | number;
1939
+ readonly: boolean | null;
1940
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1798
1941
  density: import('vuetify/lib/composables/density.mjs').Density;
1799
1942
  centerAffix: boolean;
1800
1943
  glow: boolean;
1801
1944
  hideSpinButtons: boolean;
1802
1945
  persistentHint: boolean;
1946
+ messages: string | readonly string[];
1947
+ direction: "horizontal" | "vertical";
1803
1948
  } & {
1804
- name?: string | undefined;
1805
- id?: string | undefined;
1806
- width?: string | number | undefined;
1807
- color?: string | undefined;
1808
- maxWidth?: string | number | undefined;
1809
- minWidth?: string | number | undefined;
1810
- label?: string | undefined;
1811
- class?: any;
1812
1949
  theme?: string | undefined;
1950
+ class?: any;
1813
1951
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1814
- 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;
1952
+ name?: string | undefined;
1953
+ label?: string | undefined;
1954
+ 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;
1815
1955
  validationValue?: any;
1816
- baseColor?: string | undefined;
1817
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1956
+ maxWidth?: string | number | undefined;
1957
+ minWidth?: string | number | undefined;
1958
+ width?: string | number | undefined;
1959
+ id?: string | undefined;
1818
1960
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1961
+ baseColor?: string | undefined;
1962
+ color?: string | undefined;
1819
1963
  iconColor?: string | boolean | undefined;
1820
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1821
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1964
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1965
+ hideDetails?: "auto" | boolean | undefined;
1822
1966
  hint?: string | undefined;
1823
- hideDetails?: boolean | "auto" | undefined;
1967
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1968
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1824
1969
  } & {}, {
1825
1970
  reset: () => Promise<void>;
1826
1971
  resetValidation: () => Promise<void>;
@@ -1829,102 +1974,112 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1829
1974
  errorMessages: import('vue').ComputedRef<string[]>;
1830
1975
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1831
1976
  "update:modelValue": (value: any) => true;
1832
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1833
- error: boolean;
1834
- direction: "horizontal" | "vertical";
1977
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1835
1978
  style: import('vue').StyleValue;
1836
- disabled: boolean | null;
1837
- readonly: boolean | null;
1838
- messages: string | readonly string[];
1839
- 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)?])[];
1840
1979
  focused: boolean;
1980
+ disabled: boolean | null;
1981
+ error: boolean;
1841
1982
  errorMessages: string | readonly string[] | null;
1842
1983
  maxErrors: string | number;
1984
+ readonly: boolean | null;
1985
+ 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)?])[];
1843
1986
  density: import('vuetify/lib/composables/density.mjs').Density;
1844
1987
  centerAffix: boolean;
1845
1988
  glow: boolean;
1846
1989
  hideSpinButtons: boolean;
1847
1990
  persistentHint: boolean;
1991
+ messages: string | readonly string[];
1992
+ direction: "horizontal" | "vertical";
1848
1993
  }, {}, string, import('vue').SlotsType<Partial<{
1849
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1850
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1851
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1852
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
1853
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
1994
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1995
+ [key: string]: any;
1996
+ }>[];
1997
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1998
+ [key: string]: any;
1999
+ }>[];
2000
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2001
+ [key: string]: any;
2002
+ }>[];
2003
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2004
+ [key: string]: any;
2005
+ }>[];
2006
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2007
+ [key: string]: any;
2008
+ }>[];
1854
2009
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1855
- beforeCreate?: (() => void) | (() => void)[];
1856
- created?: (() => void) | (() => void)[];
1857
- beforeMount?: (() => void) | (() => void)[];
1858
- mounted?: (() => void) | (() => void)[];
1859
- beforeUpdate?: (() => void) | (() => void)[];
1860
- updated?: (() => void) | (() => void)[];
1861
- activated?: (() => void) | (() => void)[];
1862
- deactivated?: (() => void) | (() => void)[];
1863
- beforeDestroy?: (() => void) | (() => void)[];
1864
- beforeUnmount?: (() => void) | (() => void)[];
1865
- destroyed?: (() => void) | (() => void)[];
1866
- unmounted?: (() => void) | (() => void)[];
1867
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1868
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1869
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2010
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
2011
+ created?: ((() => void)[] | (() => void)) | undefined;
2012
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
2013
+ mounted?: ((() => void)[] | (() => void)) | undefined;
2014
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
2015
+ updated?: ((() => void)[] | (() => void)) | undefined;
2016
+ activated?: ((() => void)[] | (() => void)) | undefined;
2017
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
2018
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
2019
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
2020
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
2021
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
2022
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
2023
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
2024
+ 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;
1870
2025
  };
1871
2026
  $forceUpdate: () => void;
1872
2027
  $nextTick: typeof import('vue').nextTick;
1873
- $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;
2028
+ $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;
1874
2029
  } & Readonly<{
1875
- error: boolean;
1876
- direction: "horizontal" | "vertical";
1877
2030
  style: import('vue').StyleValue;
1878
- disabled: boolean | null;
1879
- readonly: boolean | null;
1880
- messages: string | readonly string[];
1881
- 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)?])[];
1882
2031
  focused: boolean;
2032
+ disabled: boolean | null;
2033
+ error: boolean;
1883
2034
  errorMessages: string | readonly string[] | null;
1884
2035
  maxErrors: string | number;
2036
+ readonly: boolean | null;
2037
+ 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)?])[];
1885
2038
  density: import('vuetify/lib/composables/density.mjs').Density;
1886
2039
  centerAffix: boolean;
1887
2040
  glow: boolean;
1888
2041
  hideSpinButtons: boolean;
1889
2042
  persistentHint: boolean;
1890
- }> & Omit<{
1891
- error: boolean;
1892
- direction: "horizontal" | "vertical";
1893
- style: import('vue').StyleValue;
1894
- disabled: boolean | null;
1895
- readonly: boolean | null;
1896
2043
  messages: string | readonly string[];
1897
- 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)?])[];
2044
+ direction: "horizontal" | "vertical";
2045
+ }> & Omit<{
2046
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1898
2047
  focused: boolean;
2048
+ disabled: boolean | null;
2049
+ error: boolean;
1899
2050
  errorMessages: string | readonly string[] | null;
1900
2051
  maxErrors: string | number;
2052
+ readonly: boolean | null;
2053
+ 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)?])[];
1901
2054
  density: import('vuetify/lib/composables/density.mjs').Density;
1902
2055
  centerAffix: boolean;
1903
2056
  glow: boolean;
1904
2057
  hideSpinButtons: boolean;
1905
2058
  persistentHint: boolean;
2059
+ messages: string | readonly string[];
2060
+ direction: "horizontal" | "vertical";
1906
2061
  } & {
2062
+ theme?: string | undefined;
2063
+ class?: any;
2064
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1907
2065
  name?: string | undefined;
1908
- id?: string | undefined;
1909
- width?: string | number | undefined;
1910
- color?: string | undefined;
1911
- maxWidth?: string | number | undefined;
1912
- minWidth?: string | number | undefined;
1913
2066
  label?: string | undefined;
1914
- class?: any;
1915
- theme?: string | undefined;
1916
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1917
- 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;
2067
+ 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;
1918
2068
  validationValue?: any;
1919
- baseColor?: string | undefined;
1920
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2069
+ maxWidth?: string | number | undefined;
2070
+ minWidth?: string | number | undefined;
2071
+ width?: string | number | undefined;
2072
+ id?: string | undefined;
1921
2073
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2074
+ baseColor?: string | undefined;
2075
+ color?: string | undefined;
1922
2076
  iconColor?: string | boolean | undefined;
1923
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1924
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2077
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2078
+ hideDetails?: "auto" | boolean | undefined;
1925
2079
  hint?: string | undefined;
1926
- hideDetails?: boolean | "auto" | undefined;
1927
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
2080
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2081
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2082
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1928
2083
  reset: () => Promise<void>;
1929
2084
  resetValidation: () => Promise<void>;
1930
2085
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1932,64 +2087,65 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1932
2087
  errorMessages: import('vue').ComputedRef<string[]>;
1933
2088
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1934
2089
  modelValue?: unknown;
1935
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1936
- }, 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<{
2090
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2091
+ }, 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<{
1937
2092
  $: import('vue').ComponentInternalInstance;
1938
2093
  $data: {};
1939
2094
  $props: Partial<{
1940
- flat: boolean;
1941
- reverse: boolean;
1942
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1943
- error: boolean;
1944
- active: boolean;
1945
- details: boolean;
1946
2095
  style: import('vue').StyleValue;
1947
- disabled: boolean;
1948
2096
  focused: boolean;
1949
2097
  rounded: string | number | boolean;
1950
2098
  tile: boolean;
2099
+ clearable: boolean;
1951
2100
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2101
+ active: boolean;
1952
2102
  centerAffix: boolean;
1953
- glow: boolean;
1954
- clearable: boolean;
1955
2103
  dirty: boolean;
1956
- persistentClear: boolean;
1957
- singleLine: boolean;
1958
- }> & Omit<{
1959
- flat: boolean;
1960
- reverse: boolean;
1961
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1962
- error: boolean;
1963
- active: boolean;
1964
- details: boolean;
1965
- style: import('vue').StyleValue;
1966
2104
  disabled: boolean;
1967
- focused: boolean;
1968
- tile: boolean;
1969
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1970
2105
  glow: boolean;
1971
- clearable: boolean;
1972
- dirty: boolean;
2106
+ error: boolean;
2107
+ flat: boolean;
1973
2108
  persistentClear: boolean;
2109
+ reverse: boolean;
1974
2110
  singleLine: boolean;
1975
- id?: string | undefined;
1976
- color?: string | undefined;
1977
- loading?: string | boolean | undefined;
1978
- label?: string | undefined;
1979
- class?: any;
2111
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2112
+ details: boolean;
2113
+ }> & Omit<{
1980
2114
  theme?: string | undefined;
2115
+ class?: any;
2116
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2117
+ focused: boolean;
1981
2118
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1982
2119
  rounded?: string | number | boolean | undefined;
1983
- baseColor?: string | undefined;
2120
+ tile: boolean;
2121
+ loading?: string | boolean | undefined;
2122
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1984
2123
  bgColor?: string | undefined;
2124
+ clearable: boolean;
2125
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2126
+ active: boolean;
2127
+ centerAffix?: boolean | undefined;
2128
+ color?: string | undefined;
2129
+ baseColor?: string | undefined;
2130
+ dirty: boolean;
2131
+ disabled: boolean;
2132
+ glow: boolean;
2133
+ error: boolean;
2134
+ flat: boolean;
1985
2135
  iconColor?: string | boolean | undefined;
1986
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2136
+ label?: string | undefined;
2137
+ persistentClear: boolean;
1987
2138
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2139
+ reverse: boolean;
2140
+ singleLine: boolean;
2141
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1988
2142
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1989
2143
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1990
2144
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1991
- centerAffix?: boolean | undefined;
1992
- } & 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">;
2145
+ id?: string | undefined;
2146
+ details: boolean;
2147
+ labelId?: string | undefined;
2148
+ } & 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">;
1993
2149
  $attrs: {
1994
2150
  [x: string]: unknown;
1995
2151
  };
@@ -1999,56 +2155,69 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1999
2155
  $slots: Readonly<{
2000
2156
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2001
2157
  props: Record<string, any>;
2002
- }) => import('vue').VNode[]) | undefined;
2003
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
2004
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
2158
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2159
+ [key: string]: any;
2160
+ }>[]) | undefined;
2161
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2162
+ [key: string]: any;
2163
+ }>[]) | undefined;
2164
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2165
+ [key: string]: any;
2166
+ }>[]) | undefined;
2005
2167
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2006
2168
  label: string | undefined;
2007
2169
  props: Record<string, any>;
2008
- }) => import('vue').VNode[]) | undefined;
2009
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[]) | undefined;
2010
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[]) | undefined;
2170
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2171
+ [key: string]: any;
2172
+ }>[]) | undefined;
2173
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2174
+ [key: string]: any;
2175
+ }>[]) | undefined;
2176
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2177
+ [key: string]: any;
2178
+ }>[]) | undefined;
2011
2179
  }>;
2012
- $root: import('vue').ComponentPublicInstance | null;
2013
- $parent: import('vue').ComponentPublicInstance | null;
2180
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
2181
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
2014
2182
  $host: Element | null;
2015
2183
  $emit: (event: "update:focused", focused: boolean) => void;
2016
2184
  $el: any;
2017
2185
  $options: import('vue').ComponentOptionsBase<{
2018
- flat: boolean;
2019
- reverse: boolean;
2020
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2021
- error: boolean;
2022
- active: boolean;
2023
- details: boolean;
2024
- style: import('vue').StyleValue;
2025
- disabled: boolean;
2186
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2026
2187
  focused: boolean;
2027
2188
  tile: boolean;
2028
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2029
- glow: boolean;
2030
2189
  clearable: boolean;
2190
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2191
+ active: boolean;
2031
2192
  dirty: boolean;
2193
+ disabled: boolean;
2194
+ glow: boolean;
2195
+ error: boolean;
2196
+ flat: boolean;
2032
2197
  persistentClear: boolean;
2198
+ reverse: boolean;
2033
2199
  singleLine: boolean;
2200
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2201
+ details: boolean;
2034
2202
  } & {
2035
- id?: string | undefined;
2036
- color?: string | undefined;
2037
- loading?: string | boolean | undefined;
2038
- label?: string | undefined;
2039
- class?: any;
2040
2203
  theme?: string | undefined;
2204
+ class?: any;
2041
2205
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2042
2206
  rounded?: string | number | boolean | undefined;
2043
- baseColor?: string | undefined;
2207
+ loading?: string | boolean | undefined;
2208
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2044
2209
  bgColor?: string | undefined;
2210
+ centerAffix?: boolean | undefined;
2211
+ color?: string | undefined;
2212
+ baseColor?: string | undefined;
2045
2213
  iconColor?: string | boolean | undefined;
2046
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2214
+ label?: string | undefined;
2047
2215
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2048
2216
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
2049
2217
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2050
2218
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2051
- centerAffix?: boolean | undefined;
2219
+ id?: string | undefined;
2220
+ labelId?: string | undefined;
2052
2221
  } & {
2053
2222
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2054
2223
  }, {
@@ -2057,120 +2226,133 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2057
2226
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
2058
2227
  "update:focused": (focused: boolean) => true;
2059
2228
  "update:modelValue": (value: any) => true;
2060
- }, "$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, {
2061
- flat: boolean;
2062
- reverse: boolean;
2063
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2064
- error: boolean;
2065
- active: boolean;
2066
- details: boolean;
2229
+ }, "$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, {
2067
2230
  style: import('vue').StyleValue;
2068
- disabled: boolean;
2069
2231
  focused: boolean;
2070
2232
  rounded: string | number | boolean;
2071
2233
  tile: boolean;
2234
+ clearable: boolean;
2072
2235
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2236
+ active: boolean;
2073
2237
  centerAffix: boolean;
2074
- glow: boolean;
2075
- clearable: boolean;
2076
2238
  dirty: boolean;
2239
+ disabled: boolean;
2240
+ glow: boolean;
2241
+ error: boolean;
2242
+ flat: boolean;
2077
2243
  persistentClear: boolean;
2244
+ reverse: boolean;
2078
2245
  singleLine: boolean;
2246
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2247
+ details: boolean;
2079
2248
  }, {}, string, import('vue').SlotsType<Partial<{
2080
2249
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2081
2250
  props: Record<string, any>;
2082
- }) => import('vue').VNode[];
2083
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
2084
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
2251
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2252
+ [key: string]: any;
2253
+ }>[];
2254
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2255
+ [key: string]: any;
2256
+ }>[];
2257
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2258
+ [key: string]: any;
2259
+ }>[];
2085
2260
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2086
2261
  label: string | undefined;
2087
2262
  props: Record<string, any>;
2088
- }) => import('vue').VNode[];
2089
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
2090
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[];
2263
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2264
+ [key: string]: any;
2265
+ }>[];
2266
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2267
+ [key: string]: any;
2268
+ }>[];
2269
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2270
+ [key: string]: any;
2271
+ }>[];
2091
2272
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2092
- beforeCreate?: (() => void) | (() => void)[];
2093
- created?: (() => void) | (() => void)[];
2094
- beforeMount?: (() => void) | (() => void)[];
2095
- mounted?: (() => void) | (() => void)[];
2096
- beforeUpdate?: (() => void) | (() => void)[];
2097
- updated?: (() => void) | (() => void)[];
2098
- activated?: (() => void) | (() => void)[];
2099
- deactivated?: (() => void) | (() => void)[];
2100
- beforeDestroy?: (() => void) | (() => void)[];
2101
- beforeUnmount?: (() => void) | (() => void)[];
2102
- destroyed?: (() => void) | (() => void)[];
2103
- unmounted?: (() => void) | (() => void)[];
2104
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2105
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2106
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2273
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
2274
+ created?: ((() => void)[] | (() => void)) | undefined;
2275
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
2276
+ mounted?: ((() => void)[] | (() => void)) | undefined;
2277
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
2278
+ updated?: ((() => void)[] | (() => void)) | undefined;
2279
+ activated?: ((() => void)[] | (() => void)) | undefined;
2280
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
2281
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
2282
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
2283
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
2284
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
2285
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
2286
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
2287
+ 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;
2107
2288
  };
2108
2289
  $forceUpdate: () => void;
2109
2290
  $nextTick: typeof import('vue').nextTick;
2110
- $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;
2291
+ $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;
2111
2292
  } & Readonly<{
2112
- flat: boolean;
2113
- reverse: boolean;
2114
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2115
- error: boolean;
2116
- active: boolean;
2117
- details: boolean;
2118
2293
  style: import('vue').StyleValue;
2119
- disabled: boolean;
2120
2294
  focused: boolean;
2121
2295
  rounded: string | number | boolean;
2122
2296
  tile: boolean;
2297
+ clearable: boolean;
2123
2298
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2299
+ active: boolean;
2124
2300
  centerAffix: boolean;
2125
- glow: boolean;
2126
- clearable: boolean;
2127
2301
  dirty: boolean;
2128
- persistentClear: boolean;
2129
- singleLine: boolean;
2130
- }> & Omit<{
2302
+ disabled: boolean;
2303
+ glow: boolean;
2304
+ error: boolean;
2131
2305
  flat: boolean;
2306
+ persistentClear: boolean;
2132
2307
  reverse: boolean;
2133
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2134
- error: boolean;
2135
- active: boolean;
2308
+ singleLine: boolean;
2309
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2136
2310
  details: boolean;
2137
- style: import('vue').StyleValue;
2138
- disabled: boolean;
2311
+ }> & Omit<{
2312
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2139
2313
  focused: boolean;
2140
2314
  tile: boolean;
2141
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2142
- glow: boolean;
2143
2315
  clearable: boolean;
2316
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2317
+ active: boolean;
2144
2318
  dirty: boolean;
2319
+ disabled: boolean;
2320
+ glow: boolean;
2321
+ error: boolean;
2322
+ flat: boolean;
2145
2323
  persistentClear: boolean;
2324
+ reverse: boolean;
2146
2325
  singleLine: boolean;
2326
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2327
+ details: boolean;
2147
2328
  } & {
2148
- id?: string | undefined;
2149
- color?: string | undefined;
2150
- loading?: string | boolean | undefined;
2151
- label?: string | undefined;
2152
- class?: any;
2153
2329
  theme?: string | undefined;
2154
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2330
+ class?: any;
2331
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2155
2332
  rounded?: string | number | boolean | undefined;
2156
- baseColor?: string | undefined;
2333
+ loading?: string | boolean | undefined;
2334
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2157
2335
  bgColor?: string | undefined;
2336
+ centerAffix?: boolean | undefined;
2337
+ color?: string | undefined;
2338
+ baseColor?: string | undefined;
2158
2339
  iconColor?: string | boolean | undefined;
2159
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2340
+ label?: string | undefined;
2160
2341
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2161
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2162
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2163
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2164
- centerAffix?: boolean | undefined;
2342
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
2343
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2344
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2345
+ id?: string | undefined;
2346
+ labelId?: string | undefined;
2165
2347
  } & {
2166
2348
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2167
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "error" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
2349
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
2168
2350
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
2169
2351
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
2170
2352
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2171
2353
  modelValue?: unknown;
2172
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2173
- }, 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}`> & {
2354
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2355
+ }, 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}`> & {
2174
2356
  _allExposed: {
2175
2357
  reset: () => Promise<void>;
2176
2358
  resetValidation: () => Promise<void>;
@@ -2182,59 +2364,81 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2182
2364
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
2183
2365
  } | {};
2184
2366
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2185
- 'click:control': (e: MouseEvent) => true;
2186
- 'mousedown:control': (e: MouseEvent) => true;
2187
- 'update:focused': (focused: boolean) => true;
2188
- 'update:modelValue': (val: string) => true;
2367
+ "click:control": (e: MouseEvent) => true;
2368
+ "mousedown:control": (e: MouseEvent) => true;
2369
+ "update:focused": (focused: boolean) => true;
2370
+ "update:modelValue": (val: string) => true;
2189
2371
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
2190
- flat: boolean;
2191
- reverse: boolean;
2192
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2193
- type: string;
2194
- error: boolean;
2195
- active: boolean;
2196
- direction: "horizontal" | "vertical";
2197
- details: boolean;
2198
2372
  style: import('vue').StyleValue;
2199
- autofocus: boolean;
2200
- disabled: boolean;
2201
- readonly: boolean | null;
2202
- messages: string | readonly string[];
2203
- 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)?])[];
2204
2373
  focused: boolean;
2205
2374
  errorMessages: string | readonly string[] | null;
2206
2375
  maxErrors: string | number;
2376
+ readonly: boolean | null;
2377
+ 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)?])[];
2207
2378
  density: import('vuetify/lib/composables/density.mjs').Density;
2208
2379
  rounded: string | number | boolean;
2209
2380
  tile: boolean;
2210
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2211
- centerAffix: boolean;
2212
- glow: boolean;
2213
2381
  hideSpinButtons: boolean;
2214
2382
  persistentHint: boolean;
2383
+ messages: string | readonly string[];
2215
2384
  clearable: boolean;
2385
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2386
+ active: boolean;
2387
+ centerAffix: boolean;
2216
2388
  dirty: boolean;
2389
+ disabled: boolean;
2390
+ glow: boolean;
2391
+ error: boolean;
2392
+ flat: boolean;
2217
2393
  persistentClear: boolean;
2394
+ reverse: boolean;
2218
2395
  singleLine: boolean;
2396
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2397
+ autofocus: boolean;
2219
2398
  persistentPlaceholder: boolean;
2220
2399
  persistentCounter: boolean;
2400
+ type: string;
2221
2401
  }, true, {}, import('vue').SlotsType<Partial<{
2222
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
2402
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2403
+ [key: string]: any;
2404
+ }>[];
2405
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2406
+ [key: string]: any;
2407
+ }>[];
2408
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2409
+ [key: string]: any;
2410
+ }>[];
2411
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2412
+ [key: string]: any;
2413
+ }>[];
2223
2414
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2224
2415
  props: Record<string, any>;
2225
- }) => import('vue').VNode[];
2226
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2416
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2417
+ [key: string]: any;
2418
+ }>[];
2419
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2420
+ [key: string]: any;
2421
+ }>[];
2422
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2423
+ [key: string]: any;
2424
+ }>[];
2227
2425
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2228
2426
  label: string | undefined;
2229
2427
  props: Record<string, any>;
2230
- }) => import('vue').VNode[];
2231
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2232
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2233
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
2234
- 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
2235
- 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
2236
- default: () => import('vue').VNode[];
2237
- counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode[];
2428
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2429
+ [key: string]: any;
2430
+ }>[];
2431
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2432
+ [key: string]: any;
2433
+ }>[];
2434
+ default: (arg: {
2435
+ id: Readonly<import('vue').Ref<string, string>>;
2436
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2437
+ [key: string]: any;
2438
+ }>[];
2439
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2440
+ [key: string]: any;
2441
+ }>[];
2238
2442
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2239
2443
  P: {};
2240
2444
  B: {};
@@ -2243,190 +2447,197 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2243
2447
  M: {};
2244
2448
  Defaults: {};
2245
2449
  }, {
2246
- flat: boolean;
2247
- reverse: boolean;
2248
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2249
- type: string;
2250
- error: boolean;
2251
- active: boolean;
2252
- direction: "horizontal" | "vertical";
2253
- details: boolean;
2254
- style: import('vue').StyleValue;
2255
- autofocus: boolean;
2256
- disabled: boolean;
2257
- readonly: boolean | null;
2258
- messages: string | readonly string[];
2259
- 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)?])[];
2450
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2260
2451
  focused: boolean;
2261
2452
  errorMessages: string | readonly string[] | null;
2262
2453
  maxErrors: string | number;
2454
+ readonly: boolean | null;
2455
+ 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)?])[];
2263
2456
  density: import('vuetify/lib/composables/density.mjs').Density;
2264
2457
  tile: boolean;
2265
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2266
- glow: boolean;
2267
2458
  hideSpinButtons: boolean;
2268
2459
  persistentHint: boolean;
2460
+ messages: string | readonly string[];
2269
2461
  clearable: boolean;
2462
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2463
+ active: boolean;
2270
2464
  dirty: boolean;
2465
+ disabled: boolean;
2466
+ glow: boolean;
2467
+ error: boolean;
2468
+ flat: boolean;
2271
2469
  persistentClear: boolean;
2470
+ reverse: boolean;
2272
2471
  singleLine: boolean;
2472
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2473
+ autofocus: boolean;
2273
2474
  persistentPlaceholder: boolean;
2274
2475
  persistentCounter: boolean;
2476
+ type: string;
2275
2477
  } & {
2276
- name?: string | undefined;
2277
- id?: string | undefined;
2278
- width?: string | number | undefined;
2279
- color?: string | undefined;
2280
- maxWidth?: string | number | undefined;
2281
- minWidth?: string | number | undefined;
2282
- loading?: string | boolean | undefined;
2283
- label?: string | undefined;
2284
- prefix?: string | undefined;
2285
- role?: string | undefined;
2286
- class?: any;
2287
2478
  theme?: string | undefined;
2288
- placeholder?: string | undefined;
2289
- counter?: string | number | boolean | undefined;
2290
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2479
+ class?: any;
2480
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2481
+ name?: string | undefined;
2291
2482
  modelValue?: any;
2292
- 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;
2483
+ 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;
2293
2484
  validationValue?: any;
2294
2485
  rounded?: string | number | boolean | undefined;
2295
- baseColor?: string | undefined;
2296
- bgColor?: string | undefined;
2297
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2486
+ maxWidth?: string | number | undefined;
2487
+ minWidth?: string | number | undefined;
2488
+ width?: string | number | undefined;
2489
+ loading?: string | boolean | undefined;
2490
+ id?: string | undefined;
2298
2491
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2299
- iconColor?: string | boolean | undefined;
2492
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2493
+ hideDetails?: "auto" | boolean | undefined;
2494
+ hint?: string | undefined;
2495
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2496
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2300
2497
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2301
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2302
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2303
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2304
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2305
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2306
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2498
+ bgColor?: string | undefined;
2307
2499
  centerAffix?: boolean | undefined;
2308
- hint?: string | undefined;
2309
- hideDetails?: boolean | "auto" | undefined;
2310
- suffix?: string | undefined;
2500
+ color?: string | undefined;
2501
+ baseColor?: string | undefined;
2502
+ iconColor?: string | boolean | undefined;
2503
+ label?: string | undefined;
2504
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2505
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
2506
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2507
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2508
+ autocomplete?: string | undefined;
2509
+ counter?: string | number | boolean | undefined;
2311
2510
  counterValue?: number | ((value: any) => number) | undefined;
2511
+ prefix?: string | undefined;
2512
+ placeholder?: string | undefined;
2513
+ suffix?: string | undefined;
2514
+ role?: string | undefined;
2312
2515
  modelModifiers?: Record<string, boolean> | undefined;
2313
2516
  } & {
2314
- $children?: import('vue').VNodeChild | {
2315
- $stable?: boolean;
2316
- } | (() => import('vue').VNodeChild) | {
2517
+ $children?: {
2518
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2519
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2520
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2317
2521
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
2318
2522
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2319
2523
  props: Record<string, any>;
2320
2524
  }) => import('vue').VNodeChild) | undefined;
2321
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2525
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2526
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2322
2527
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2323
2528
  label: string | undefined;
2324
2529
  props: Record<string, any>;
2325
2530
  }) => import('vue').VNodeChild) | undefined;
2326
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2327
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2328
2531
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
2329
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2330
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2331
- default?: (() => import('vue').VNodeChild) | undefined;
2532
+ default?: ((arg: {
2533
+ id: Readonly<import('vue').Ref<string, string>>;
2534
+ }) => import('vue').VNodeChild) | undefined;
2332
2535
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
2333
- };
2334
- 'v-slots'?: {
2536
+ } | {
2537
+ $stable?: boolean | undefined;
2538
+ } | ((arg: {
2539
+ id: Readonly<import('vue').Ref<string, string>>;
2540
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
2541
+ "v-slots"?: {
2542
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2543
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2544
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2335
2545
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
2336
2546
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2337
2547
  props: Record<string, any>;
2338
2548
  }) => import('vue').VNodeChild) | undefined;
2339
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2549
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2550
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2340
2551
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2341
2552
  label: string | undefined;
2342
2553
  props: Record<string, any>;
2343
2554
  }) => import('vue').VNodeChild) | undefined;
2344
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2345
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2346
2555
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
2347
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2348
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2349
- default?: false | (() => import('vue').VNodeChild) | undefined;
2556
+ default?: false | ((arg: {
2557
+ id: Readonly<import('vue').Ref<string, string>>;
2558
+ }) => import('vue').VNodeChild) | undefined;
2350
2559
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
2351
2560
  } | undefined;
2352
2561
  } & {
2353
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
2562
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2563
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2354
2564
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2355
2565
  props: Record<string, any>;
2356
2566
  }) => import('vue').VNodeChild) | undefined;
2567
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
2568
+ "v-slot:default"?: false | ((arg: {
2569
+ id: Readonly<import('vue').Ref<string, string>>;
2570
+ }) => import('vue').VNodeChild) | undefined;
2357
2571
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2358
2572
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2359
2573
  label: string | undefined;
2360
2574
  props: Record<string, any>;
2361
2575
  }) => import('vue').VNodeChild) | undefined;
2362
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2363
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2364
2576
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
2577
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
2578
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
2365
2579
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2366
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
2367
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
2368
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
2369
2580
  } & {
2370
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2371
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2372
2581
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
2373
2582
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
2374
- }, Omit<Omit<{
2583
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2584
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2585
+ }, HTMLInputElement & Omit<Omit<{
2375
2586
  $: import('vue').ComponentInternalInstance;
2376
2587
  $data: {};
2377
2588
  $props: Partial<{
2378
- error: boolean;
2379
- direction: "horizontal" | "vertical";
2380
2589
  style: import('vue').StyleValue;
2381
- disabled: boolean | null;
2382
- readonly: boolean | null;
2383
- messages: string | readonly string[];
2384
- 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)?])[];
2385
2590
  focused: boolean;
2591
+ disabled: boolean | null;
2592
+ error: boolean;
2386
2593
  errorMessages: string | readonly string[] | null;
2387
2594
  maxErrors: string | number;
2595
+ readonly: boolean | null;
2596
+ 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)?])[];
2388
2597
  density: import('vuetify/lib/composables/density.mjs').Density;
2389
2598
  centerAffix: boolean;
2390
2599
  glow: boolean;
2391
2600
  hideSpinButtons: boolean;
2392
2601
  persistentHint: boolean;
2393
- }> & Omit<{
2394
- error: boolean;
2395
- direction: "horizontal" | "vertical";
2396
- style: import('vue').StyleValue;
2397
- disabled: boolean | null;
2398
- readonly: boolean | null;
2399
2602
  messages: string | readonly string[];
2400
- 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)?])[];
2603
+ direction: "horizontal" | "vertical";
2604
+ }> & Omit<{
2605
+ theme?: string | undefined;
2606
+ class?: any;
2607
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2401
2608
  focused: boolean;
2609
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2610
+ disabled: boolean | null;
2611
+ error: boolean;
2402
2612
  errorMessages: string | readonly string[] | null;
2403
2613
  maxErrors: string | number;
2404
- density: import('vuetify/lib/composables/density.mjs').Density;
2405
- centerAffix: boolean;
2406
- glow: boolean;
2407
- hideSpinButtons: boolean;
2408
- persistentHint: boolean;
2409
2614
  name?: string | undefined;
2410
- id?: string | undefined;
2411
- width?: string | number | undefined;
2412
- color?: string | undefined;
2413
- maxWidth?: string | number | undefined;
2414
- minWidth?: string | number | undefined;
2415
2615
  label?: string | undefined;
2416
- class?: any;
2417
- theme?: string | undefined;
2418
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2419
- 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;
2616
+ readonly: boolean | null;
2617
+ 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)?])[];
2618
+ 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;
2420
2619
  validationValue?: any;
2421
- baseColor?: string | undefined;
2422
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2620
+ density: import('vuetify/lib/composables/density.mjs').Density;
2621
+ maxWidth?: string | number | undefined;
2622
+ minWidth?: string | number | undefined;
2623
+ width?: string | number | undefined;
2624
+ id?: string | undefined;
2423
2625
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2626
+ baseColor?: string | undefined;
2627
+ centerAffix: boolean;
2628
+ color?: string | undefined;
2629
+ glow: boolean;
2424
2630
  iconColor?: string | boolean | undefined;
2425
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2426
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2631
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2632
+ hideDetails?: "auto" | boolean | undefined;
2633
+ hideSpinButtons: boolean;
2427
2634
  hint?: string | undefined;
2428
- hideDetails?: boolean | "auto" | undefined;
2429
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
2635
+ persistentHint: boolean;
2636
+ messages: string | readonly string[];
2637
+ direction: "horizontal" | "vertical";
2638
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2639
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2640
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
2430
2641
  $attrs: {
2431
2642
  [x: string]: unknown;
2432
2643
  };
@@ -2434,54 +2645,64 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2434
2645
  [x: string]: unknown;
2435
2646
  };
2436
2647
  $slots: Readonly<{
2437
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
2438
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
2439
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
2440
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
2441
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
2648
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2649
+ [key: string]: any;
2650
+ }>[]) | undefined;
2651
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2652
+ [key: string]: any;
2653
+ }>[]) | undefined;
2654
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2655
+ [key: string]: any;
2656
+ }>[]) | undefined;
2657
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2658
+ [key: string]: any;
2659
+ }>[]) | undefined;
2660
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2661
+ [key: string]: any;
2662
+ }>[]) | undefined;
2442
2663
  }>;
2443
- $root: import('vue').ComponentPublicInstance | null;
2444
- $parent: import('vue').ComponentPublicInstance | null;
2664
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
2665
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
2445
2666
  $host: Element | null;
2446
2667
  $emit: (event: string, ...args: any[]) => void;
2447
2668
  $el: any;
2448
2669
  $options: import('vue').ComponentOptionsBase<{
2449
- error: boolean;
2450
- direction: "horizontal" | "vertical";
2451
- style: import('vue').StyleValue;
2452
- disabled: boolean | null;
2453
- readonly: boolean | null;
2454
- messages: string | readonly string[];
2455
- 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)?])[];
2670
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2456
2671
  focused: boolean;
2672
+ disabled: boolean | null;
2673
+ error: boolean;
2457
2674
  errorMessages: string | readonly string[] | null;
2458
2675
  maxErrors: string | number;
2676
+ readonly: boolean | null;
2677
+ 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)?])[];
2459
2678
  density: import('vuetify/lib/composables/density.mjs').Density;
2460
2679
  centerAffix: boolean;
2461
2680
  glow: boolean;
2462
2681
  hideSpinButtons: boolean;
2463
2682
  persistentHint: boolean;
2683
+ messages: string | readonly string[];
2684
+ direction: "horizontal" | "vertical";
2464
2685
  } & {
2465
- name?: string | undefined;
2466
- id?: string | undefined;
2467
- width?: string | number | undefined;
2468
- color?: string | undefined;
2469
- maxWidth?: string | number | undefined;
2470
- minWidth?: string | number | undefined;
2471
- label?: string | undefined;
2472
- class?: any;
2473
2686
  theme?: string | undefined;
2687
+ class?: any;
2474
2688
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2475
- 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;
2689
+ name?: string | undefined;
2690
+ label?: string | undefined;
2691
+ 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;
2476
2692
  validationValue?: any;
2477
- baseColor?: string | undefined;
2478
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2693
+ maxWidth?: string | number | undefined;
2694
+ minWidth?: string | number | undefined;
2695
+ width?: string | number | undefined;
2696
+ id?: string | undefined;
2479
2697
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2698
+ baseColor?: string | undefined;
2699
+ color?: string | undefined;
2480
2700
  iconColor?: string | boolean | undefined;
2481
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2482
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2701
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2702
+ hideDetails?: "auto" | boolean | undefined;
2483
2703
  hint?: string | undefined;
2484
- hideDetails?: boolean | "auto" | undefined;
2704
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2705
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2485
2706
  } & {}, {
2486
2707
  reset: () => Promise<void>;
2487
2708
  resetValidation: () => Promise<void>;
@@ -2490,102 +2711,112 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2490
2711
  errorMessages: import('vue').ComputedRef<string[]>;
2491
2712
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
2492
2713
  "update:modelValue": (value: any) => true;
2493
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
2494
- error: boolean;
2495
- direction: "horizontal" | "vertical";
2714
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
2496
2715
  style: import('vue').StyleValue;
2497
- disabled: boolean | null;
2498
- readonly: boolean | null;
2499
- messages: string | readonly string[];
2500
- 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)?])[];
2501
2716
  focused: boolean;
2717
+ disabled: boolean | null;
2718
+ error: boolean;
2502
2719
  errorMessages: string | readonly string[] | null;
2503
2720
  maxErrors: string | number;
2721
+ readonly: boolean | null;
2722
+ 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)?])[];
2504
2723
  density: import('vuetify/lib/composables/density.mjs').Density;
2505
2724
  centerAffix: boolean;
2506
2725
  glow: boolean;
2507
2726
  hideSpinButtons: boolean;
2508
2727
  persistentHint: boolean;
2728
+ messages: string | readonly string[];
2729
+ direction: "horizontal" | "vertical";
2509
2730
  }, {}, string, import('vue').SlotsType<Partial<{
2510
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2511
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2512
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2513
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
2514
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
2731
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2732
+ [key: string]: any;
2733
+ }>[];
2734
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2735
+ [key: string]: any;
2736
+ }>[];
2737
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2738
+ [key: string]: any;
2739
+ }>[];
2740
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2741
+ [key: string]: any;
2742
+ }>[];
2743
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2744
+ [key: string]: any;
2745
+ }>[];
2515
2746
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2516
- beforeCreate?: (() => void) | (() => void)[];
2517
- created?: (() => void) | (() => void)[];
2518
- beforeMount?: (() => void) | (() => void)[];
2519
- mounted?: (() => void) | (() => void)[];
2520
- beforeUpdate?: (() => void) | (() => void)[];
2521
- updated?: (() => void) | (() => void)[];
2522
- activated?: (() => void) | (() => void)[];
2523
- deactivated?: (() => void) | (() => void)[];
2524
- beforeDestroy?: (() => void) | (() => void)[];
2525
- beforeUnmount?: (() => void) | (() => void)[];
2526
- destroyed?: (() => void) | (() => void)[];
2527
- unmounted?: (() => void) | (() => void)[];
2528
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2529
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2530
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2747
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
2748
+ created?: ((() => void)[] | (() => void)) | undefined;
2749
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
2750
+ mounted?: ((() => void)[] | (() => void)) | undefined;
2751
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
2752
+ updated?: ((() => void)[] | (() => void)) | undefined;
2753
+ activated?: ((() => void)[] | (() => void)) | undefined;
2754
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
2755
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
2756
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
2757
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
2758
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
2759
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
2760
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
2761
+ 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;
2531
2762
  };
2532
2763
  $forceUpdate: () => void;
2533
2764
  $nextTick: typeof import('vue').nextTick;
2534
- $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;
2765
+ $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;
2535
2766
  } & Readonly<{
2536
- error: boolean;
2537
- direction: "horizontal" | "vertical";
2538
2767
  style: import('vue').StyleValue;
2539
- disabled: boolean | null;
2540
- readonly: boolean | null;
2541
- messages: string | readonly string[];
2542
- 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)?])[];
2543
2768
  focused: boolean;
2769
+ disabled: boolean | null;
2770
+ error: boolean;
2544
2771
  errorMessages: string | readonly string[] | null;
2545
2772
  maxErrors: string | number;
2773
+ readonly: boolean | null;
2774
+ 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)?])[];
2546
2775
  density: import('vuetify/lib/composables/density.mjs').Density;
2547
2776
  centerAffix: boolean;
2548
2777
  glow: boolean;
2549
2778
  hideSpinButtons: boolean;
2550
2779
  persistentHint: boolean;
2551
- }> & Omit<{
2552
- error: boolean;
2553
- direction: "horizontal" | "vertical";
2554
- style: import('vue').StyleValue;
2555
- disabled: boolean | null;
2556
- readonly: boolean | null;
2557
2780
  messages: string | readonly string[];
2558
- 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)?])[];
2781
+ direction: "horizontal" | "vertical";
2782
+ }> & Omit<{
2783
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2559
2784
  focused: boolean;
2785
+ disabled: boolean | null;
2786
+ error: boolean;
2560
2787
  errorMessages: string | readonly string[] | null;
2561
2788
  maxErrors: string | number;
2789
+ readonly: boolean | null;
2790
+ 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)?])[];
2562
2791
  density: import('vuetify/lib/composables/density.mjs').Density;
2563
2792
  centerAffix: boolean;
2564
2793
  glow: boolean;
2565
2794
  hideSpinButtons: boolean;
2566
2795
  persistentHint: boolean;
2796
+ messages: string | readonly string[];
2797
+ direction: "horizontal" | "vertical";
2567
2798
  } & {
2799
+ theme?: string | undefined;
2800
+ class?: any;
2801
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2568
2802
  name?: string | undefined;
2569
- id?: string | undefined;
2570
- width?: string | number | undefined;
2571
- color?: string | undefined;
2572
- maxWidth?: string | number | undefined;
2573
- minWidth?: string | number | undefined;
2574
2803
  label?: string | undefined;
2575
- class?: any;
2576
- theme?: string | undefined;
2577
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2578
- 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;
2804
+ 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;
2579
2805
  validationValue?: any;
2580
- baseColor?: string | undefined;
2581
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2806
+ maxWidth?: string | number | undefined;
2807
+ minWidth?: string | number | undefined;
2808
+ width?: string | number | undefined;
2809
+ id?: string | undefined;
2582
2810
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2811
+ baseColor?: string | undefined;
2812
+ color?: string | undefined;
2583
2813
  iconColor?: string | boolean | undefined;
2584
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2585
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2814
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2815
+ hideDetails?: "auto" | boolean | undefined;
2586
2816
  hint?: string | undefined;
2587
- hideDetails?: boolean | "auto" | undefined;
2588
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
2817
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2818
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2819
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
2589
2820
  reset: () => Promise<void>;
2590
2821
  resetValidation: () => Promise<void>;
2591
2822
  validate: (silent?: boolean) => Promise<string[]>;
@@ -2593,64 +2824,65 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2593
2824
  errorMessages: import('vue').ComputedRef<string[]>;
2594
2825
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2595
2826
  modelValue?: unknown;
2596
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2597
- }, 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<{
2827
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2828
+ }, 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<{
2598
2829
  $: import('vue').ComponentInternalInstance;
2599
2830
  $data: {};
2600
2831
  $props: Partial<{
2601
- flat: boolean;
2602
- reverse: boolean;
2603
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2604
- error: boolean;
2605
- active: boolean;
2606
- details: boolean;
2607
2832
  style: import('vue').StyleValue;
2608
- disabled: boolean;
2609
2833
  focused: boolean;
2610
2834
  rounded: string | number | boolean;
2611
2835
  tile: boolean;
2836
+ clearable: boolean;
2612
2837
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2838
+ active: boolean;
2613
2839
  centerAffix: boolean;
2614
- glow: boolean;
2615
- clearable: boolean;
2616
2840
  dirty: boolean;
2617
- persistentClear: boolean;
2618
- singleLine: boolean;
2619
- }> & Omit<{
2620
- flat: boolean;
2621
- reverse: boolean;
2622
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2623
- error: boolean;
2624
- active: boolean;
2625
- details: boolean;
2626
- style: import('vue').StyleValue;
2627
2841
  disabled: boolean;
2628
- focused: boolean;
2629
- tile: boolean;
2630
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2631
2842
  glow: boolean;
2632
- clearable: boolean;
2633
- dirty: boolean;
2843
+ error: boolean;
2844
+ flat: boolean;
2634
2845
  persistentClear: boolean;
2846
+ reverse: boolean;
2635
2847
  singleLine: boolean;
2636
- id?: string | undefined;
2637
- color?: string | undefined;
2638
- loading?: string | boolean | undefined;
2639
- label?: string | undefined;
2640
- class?: any;
2848
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2849
+ details: boolean;
2850
+ }> & Omit<{
2641
2851
  theme?: string | undefined;
2852
+ class?: any;
2853
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2854
+ focused: boolean;
2642
2855
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2643
2856
  rounded?: string | number | boolean | undefined;
2644
- baseColor?: string | undefined;
2857
+ tile: boolean;
2858
+ loading?: string | boolean | undefined;
2859
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2645
2860
  bgColor?: string | undefined;
2861
+ clearable: boolean;
2862
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2863
+ active: boolean;
2864
+ centerAffix?: boolean | undefined;
2865
+ color?: string | undefined;
2866
+ baseColor?: string | undefined;
2867
+ dirty: boolean;
2868
+ disabled: boolean;
2869
+ glow: boolean;
2870
+ error: boolean;
2871
+ flat: boolean;
2646
2872
  iconColor?: string | boolean | undefined;
2647
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2873
+ label?: string | undefined;
2874
+ persistentClear: boolean;
2648
2875
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2876
+ reverse: boolean;
2877
+ singleLine: boolean;
2878
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2649
2879
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
2650
2880
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2651
2881
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2652
- centerAffix?: boolean | undefined;
2653
- } & 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">;
2882
+ id?: string | undefined;
2883
+ details: boolean;
2884
+ labelId?: string | undefined;
2885
+ } & 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">;
2654
2886
  $attrs: {
2655
2887
  [x: string]: unknown;
2656
2888
  };
@@ -2660,56 +2892,69 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2660
2892
  $slots: Readonly<{
2661
2893
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2662
2894
  props: Record<string, any>;
2663
- }) => import('vue').VNode[]) | undefined;
2664
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
2665
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[]) | undefined;
2895
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2896
+ [key: string]: any;
2897
+ }>[]) | undefined;
2898
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2899
+ [key: string]: any;
2900
+ }>[]) | undefined;
2901
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2902
+ [key: string]: any;
2903
+ }>[]) | undefined;
2666
2904
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2667
2905
  label: string | undefined;
2668
2906
  props: Record<string, any>;
2669
- }) => import('vue').VNode[]) | undefined;
2670
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[]) | undefined;
2671
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[]) | undefined;
2907
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2908
+ [key: string]: any;
2909
+ }>[]) | undefined;
2910
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2911
+ [key: string]: any;
2912
+ }>[]) | undefined;
2913
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2914
+ [key: string]: any;
2915
+ }>[]) | undefined;
2672
2916
  }>;
2673
- $root: import('vue').ComponentPublicInstance | null;
2674
- $parent: import('vue').ComponentPublicInstance | null;
2917
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
2918
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
2675
2919
  $host: Element | null;
2676
2920
  $emit: (event: "update:focused", focused: boolean) => void;
2677
2921
  $el: any;
2678
2922
  $options: import('vue').ComponentOptionsBase<{
2679
- flat: boolean;
2680
- reverse: boolean;
2681
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2682
- error: boolean;
2683
- active: boolean;
2684
- details: boolean;
2685
- style: import('vue').StyleValue;
2686
- disabled: boolean;
2923
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2687
2924
  focused: boolean;
2688
2925
  tile: boolean;
2689
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2690
- glow: boolean;
2691
2926
  clearable: boolean;
2927
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2928
+ active: boolean;
2692
2929
  dirty: boolean;
2930
+ disabled: boolean;
2931
+ glow: boolean;
2932
+ error: boolean;
2933
+ flat: boolean;
2693
2934
  persistentClear: boolean;
2935
+ reverse: boolean;
2694
2936
  singleLine: boolean;
2937
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2938
+ details: boolean;
2695
2939
  } & {
2696
- id?: string | undefined;
2697
- color?: string | undefined;
2698
- loading?: string | boolean | undefined;
2699
- label?: string | undefined;
2700
- class?: any;
2701
2940
  theme?: string | undefined;
2941
+ class?: any;
2702
2942
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2703
2943
  rounded?: string | number | boolean | undefined;
2704
- baseColor?: string | undefined;
2944
+ loading?: string | boolean | undefined;
2945
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2705
2946
  bgColor?: string | undefined;
2947
+ centerAffix?: boolean | undefined;
2948
+ color?: string | undefined;
2949
+ baseColor?: string | undefined;
2706
2950
  iconColor?: string | boolean | undefined;
2707
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2951
+ label?: string | undefined;
2708
2952
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2709
2953
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
2710
2954
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2711
2955
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2712
- centerAffix?: boolean | undefined;
2956
+ id?: string | undefined;
2957
+ labelId?: string | undefined;
2713
2958
  } & {
2714
2959
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2715
2960
  }, {
@@ -2718,120 +2963,133 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2718
2963
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
2719
2964
  "update:focused": (focused: boolean) => true;
2720
2965
  "update:modelValue": (value: any) => true;
2721
- }, "$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, {
2722
- flat: boolean;
2723
- reverse: boolean;
2724
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2725
- error: boolean;
2726
- active: boolean;
2727
- details: boolean;
2966
+ }, "$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, {
2728
2967
  style: import('vue').StyleValue;
2729
- disabled: boolean;
2730
2968
  focused: boolean;
2731
2969
  rounded: string | number | boolean;
2732
2970
  tile: boolean;
2971
+ clearable: boolean;
2733
2972
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2973
+ active: boolean;
2734
2974
  centerAffix: boolean;
2735
- glow: boolean;
2736
- clearable: boolean;
2737
2975
  dirty: boolean;
2976
+ disabled: boolean;
2977
+ glow: boolean;
2978
+ error: boolean;
2979
+ flat: boolean;
2738
2980
  persistentClear: boolean;
2981
+ reverse: boolean;
2739
2982
  singleLine: boolean;
2983
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2984
+ details: boolean;
2740
2985
  }, {}, string, import('vue').SlotsType<Partial<{
2741
2986
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2742
2987
  props: Record<string, any>;
2743
- }) => import('vue').VNode[];
2744
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
2745
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
2988
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2989
+ [key: string]: any;
2990
+ }>[];
2991
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2992
+ [key: string]: any;
2993
+ }>[];
2994
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2995
+ [key: string]: any;
2996
+ }>[];
2746
2997
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2747
2998
  label: string | undefined;
2748
2999
  props: Record<string, any>;
2749
- }) => import('vue').VNode[];
2750
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
2751
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode[];
3000
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
3001
+ [key: string]: any;
3002
+ }>[];
3003
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
3004
+ [key: string]: any;
3005
+ }>[];
3006
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
3007
+ [key: string]: any;
3008
+ }>[];
2752
3009
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2753
- beforeCreate?: (() => void) | (() => void)[];
2754
- created?: (() => void) | (() => void)[];
2755
- beforeMount?: (() => void) | (() => void)[];
2756
- mounted?: (() => void) | (() => void)[];
2757
- beforeUpdate?: (() => void) | (() => void)[];
2758
- updated?: (() => void) | (() => void)[];
2759
- activated?: (() => void) | (() => void)[];
2760
- deactivated?: (() => void) | (() => void)[];
2761
- beforeDestroy?: (() => void) | (() => void)[];
2762
- beforeUnmount?: (() => void) | (() => void)[];
2763
- destroyed?: (() => void) | (() => void)[];
2764
- unmounted?: (() => void) | (() => void)[];
2765
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2766
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2767
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
3010
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
3011
+ created?: ((() => void)[] | (() => void)) | undefined;
3012
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
3013
+ mounted?: ((() => void)[] | (() => void)) | undefined;
3014
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
3015
+ updated?: ((() => void)[] | (() => void)) | undefined;
3016
+ activated?: ((() => void)[] | (() => void)) | undefined;
3017
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
3018
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
3019
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
3020
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
3021
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
3022
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
3023
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
3024
+ 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;
2768
3025
  };
2769
3026
  $forceUpdate: () => void;
2770
3027
  $nextTick: typeof import('vue').nextTick;
2771
- $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;
3028
+ $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;
2772
3029
  } & Readonly<{
2773
- flat: boolean;
2774
- reverse: boolean;
2775
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2776
- error: boolean;
2777
- active: boolean;
2778
- details: boolean;
2779
3030
  style: import('vue').StyleValue;
2780
- disabled: boolean;
2781
3031
  focused: boolean;
2782
3032
  rounded: string | number | boolean;
2783
3033
  tile: boolean;
3034
+ clearable: boolean;
2784
3035
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3036
+ active: boolean;
2785
3037
  centerAffix: boolean;
2786
- glow: boolean;
2787
- clearable: boolean;
2788
3038
  dirty: boolean;
2789
- persistentClear: boolean;
2790
- singleLine: boolean;
2791
- }> & Omit<{
3039
+ disabled: boolean;
3040
+ glow: boolean;
3041
+ error: boolean;
2792
3042
  flat: boolean;
3043
+ persistentClear: boolean;
2793
3044
  reverse: boolean;
2794
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2795
- error: boolean;
2796
- active: boolean;
3045
+ singleLine: boolean;
3046
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2797
3047
  details: boolean;
2798
- style: import('vue').StyleValue;
2799
- disabled: boolean;
3048
+ }> & Omit<{
3049
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2800
3050
  focused: boolean;
2801
3051
  tile: boolean;
2802
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2803
- glow: boolean;
2804
3052
  clearable: boolean;
3053
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3054
+ active: boolean;
2805
3055
  dirty: boolean;
3056
+ disabled: boolean;
3057
+ glow: boolean;
3058
+ error: boolean;
3059
+ flat: boolean;
2806
3060
  persistentClear: boolean;
3061
+ reverse: boolean;
2807
3062
  singleLine: boolean;
3063
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3064
+ details: boolean;
2808
3065
  } & {
2809
- id?: string | undefined;
2810
- color?: string | undefined;
2811
- loading?: string | boolean | undefined;
2812
- label?: string | undefined;
2813
- class?: any;
2814
3066
  theme?: string | undefined;
2815
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3067
+ class?: any;
3068
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2816
3069
  rounded?: string | number | boolean | undefined;
2817
- baseColor?: string | undefined;
3070
+ loading?: string | boolean | undefined;
3071
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2818
3072
  bgColor?: string | undefined;
3073
+ centerAffix?: boolean | undefined;
3074
+ color?: string | undefined;
3075
+ baseColor?: string | undefined;
2819
3076
  iconColor?: string | boolean | undefined;
2820
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
3077
+ label?: string | undefined;
2821
3078
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2822
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2823
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2824
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2825
- centerAffix?: boolean | undefined;
3079
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
3080
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
3081
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
3082
+ id?: string | undefined;
3083
+ labelId?: string | undefined;
2826
3084
  } & {
2827
3085
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2828
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "error" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
3086
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
2829
3087
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
2830
3088
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
2831
3089
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2832
3090
  modelValue?: unknown;
2833
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2834
- }, 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}`> & {
3091
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3092
+ }, 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}`> & {
2835
3093
  _allExposed: {
2836
3094
  reset: () => Promise<void>;
2837
3095
  resetValidation: () => Promise<void>;
@@ -2843,37 +3101,35 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2843
3101
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
2844
3102
  } | {};
2845
3103
  }, {}, {}, {}, {
2846
- flat: boolean;
2847
- reverse: boolean;
2848
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2849
- type: string;
2850
- error: boolean;
2851
- active: boolean;
2852
- direction: "horizontal" | "vertical";
2853
- details: boolean;
2854
3104
  style: import('vue').StyleValue;
2855
- autofocus: boolean;
2856
- disabled: boolean;
2857
- readonly: boolean | null;
2858
- messages: string | readonly string[];
2859
- 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)?])[];
2860
3105
  focused: boolean;
2861
3106
  errorMessages: string | readonly string[] | null;
2862
3107
  maxErrors: string | number;
3108
+ readonly: boolean | null;
3109
+ 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)?])[];
2863
3110
  density: import('vuetify/lib/composables/density.mjs').Density;
2864
3111
  rounded: string | number | boolean;
2865
3112
  tile: boolean;
2866
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2867
- centerAffix: boolean;
2868
- glow: boolean;
2869
3113
  hideSpinButtons: boolean;
2870
3114
  persistentHint: boolean;
3115
+ messages: string | readonly string[];
2871
3116
  clearable: boolean;
3117
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3118
+ active: boolean;
3119
+ centerAffix: boolean;
2872
3120
  dirty: boolean;
3121
+ disabled: boolean;
3122
+ glow: boolean;
3123
+ error: boolean;
3124
+ flat: boolean;
2873
3125
  persistentClear: boolean;
3126
+ reverse: boolean;
2874
3127
  singleLine: boolean;
3128
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3129
+ autofocus: boolean;
2875
3130
  persistentPlaceholder: boolean;
2876
3131
  persistentCounter: boolean;
3132
+ type: string;
2877
3133
  }> | null;
2878
3134
  }, any>;
2879
3135
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;