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