@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
@@ -24,9 +24,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
24
24
  variant: VTextarea["variant"];
25
25
  trim: boolean;
26
26
  normalize: boolean;
27
+ required: boolean;
27
28
  modelValue: string;
28
29
  bgColor: string;
29
- required: boolean;
30
30
  rules: Array<Rule>;
31
31
  validateOn: "input" | "eager" | "lazy" | "blur" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input";
32
32
  replaceTabs: number;
@@ -34,190 +34,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
34
34
  autoWrap: number;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
36
36
  textAreaRef: import('vue').CreateComponentPublicInstanceWithMixins<{
37
- flat: boolean;
38
- reverse: boolean;
39
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
40
- error: boolean;
41
- active: boolean;
42
- direction: "horizontal" | "vertical";
43
- details: boolean;
44
- style: import('vue').StyleValue;
45
- autofocus: boolean;
46
- disabled: boolean;
47
- readonly: boolean | null;
48
- messages: string | readonly string[];
49
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
37
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
50
38
  focused: boolean;
51
39
  errorMessages: string | readonly string[] | null;
52
40
  maxErrors: string | number;
41
+ readonly: boolean | null;
42
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
53
43
  density: import('vuetify/lib/composables/density.mjs').Density;
54
44
  tile: boolean;
55
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
56
- glow: boolean;
57
45
  hideSpinButtons: boolean;
58
46
  persistentHint: boolean;
47
+ messages: string | readonly string[];
59
48
  clearable: boolean;
49
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
50
+ active: boolean;
60
51
  dirty: boolean;
52
+ disabled: boolean;
53
+ glow: boolean;
54
+ error: boolean;
55
+ flat: boolean;
61
56
  persistentClear: boolean;
57
+ reverse: boolean;
62
58
  singleLine: boolean;
59
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
60
+ autoGrow: boolean;
61
+ autofocus: boolean;
63
62
  persistentPlaceholder: boolean;
64
63
  persistentCounter: boolean;
65
- autoGrow: boolean;
66
64
  noResize: boolean;
67
65
  rows: string | number;
68
66
  } & {
69
- name?: string | undefined;
70
- id?: string | undefined;
71
- width?: string | number | undefined;
72
- color?: string | undefined;
73
- maxWidth?: string | number | undefined;
74
- minWidth?: string | number | undefined;
75
- loading?: string | boolean | undefined;
76
- label?: string | undefined;
77
- prefix?: string | undefined;
78
- class?: any;
79
67
  theme?: string | undefined;
80
- placeholder?: string | undefined;
81
- counter?: string | number | true | undefined;
82
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
68
+ class?: any;
69
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
70
+ name?: string | undefined;
83
71
  modelValue?: any;
84
- 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;
72
+ 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;
85
73
  validationValue?: any;
86
74
  rounded?: string | number | boolean | undefined;
87
- baseColor?: string | undefined;
88
- bgColor?: string | undefined;
89
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
75
+ maxWidth?: string | number | undefined;
76
+ minWidth?: string | number | undefined;
77
+ width?: string | number | undefined;
78
+ loading?: string | boolean | undefined;
79
+ id?: string | undefined;
90
80
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
91
- iconColor?: string | boolean | undefined;
81
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
82
+ hideDetails?: "auto" | boolean | undefined;
83
+ hint?: string | undefined;
84
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
85
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
92
86
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
93
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
94
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
95
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
96
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
97
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
98
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
87
+ bgColor?: string | undefined;
99
88
  centerAffix?: boolean | undefined;
100
- hint?: string | undefined;
101
- hideDetails?: boolean | "auto" | undefined;
102
- suffix?: string | undefined;
89
+ color?: string | undefined;
90
+ baseColor?: string | undefined;
91
+ iconColor?: string | boolean | undefined;
92
+ label?: string | undefined;
93
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
94
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
95
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
96
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
97
+ autocomplete?: string | undefined;
98
+ counter?: string | number | true | undefined;
103
99
  counterValue?: ((value: any) => number) | undefined;
104
- modelModifiers?: Record<string, boolean> | undefined;
100
+ prefix?: string | undefined;
101
+ placeholder?: string | undefined;
102
+ maxHeight?: string | number | undefined;
105
103
  maxRows?: string | number | undefined;
104
+ suffix?: string | undefined;
105
+ modelModifiers?: Record<string, boolean> | undefined;
106
106
  } & {
107
- $children?: {} | import('vue').VNodeChild | {
108
- $stable?: boolean;
109
- } | {
107
+ $children?: {
108
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
109
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
110
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
110
111
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
111
112
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
112
113
  props: Record<string, any>;
113
114
  }) => import('vue').VNodeChild) | undefined;
114
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
115
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
116
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
115
117
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
116
118
  label: string | undefined;
117
119
  props: Record<string, any>;
118
120
  }) => import('vue').VNodeChild) | undefined;
119
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
120
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
121
121
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
122
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
123
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
124
122
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
125
- };
126
- 'v-slots'?: {
123
+ } | {
124
+ $stable?: boolean | undefined;
125
+ } | {} | import('vue').VNodeChild;
126
+ "v-slots"?: {
127
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
128
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
129
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
127
130
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
128
131
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
129
132
  props: Record<string, any>;
130
133
  }) => import('vue').VNodeChild) | undefined;
131
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
134
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
135
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
132
136
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
133
137
  label: string | undefined;
134
138
  props: Record<string, any>;
135
139
  }) => import('vue').VNodeChild) | undefined;
136
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
137
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
138
140
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
139
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
140
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
141
141
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
142
142
  } | undefined;
143
143
  } & {
144
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
144
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
145
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
145
146
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
146
147
  props: Record<string, any>;
147
148
  }) => import('vue').VNodeChild) | undefined;
149
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
148
150
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
149
151
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
150
152
  label: string | undefined;
151
153
  props: Record<string, any>;
152
154
  }) => import('vue').VNodeChild) | undefined;
153
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
154
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
155
155
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
156
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
157
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
156
158
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
157
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
158
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
159
159
  } & {
160
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
161
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
162
160
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
163
161
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
162
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
163
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
164
164
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
165
- }, Omit<Omit<{
165
+ }, HTMLTextAreaElement & Omit<Omit<{
166
166
  $: import('vue').ComponentInternalInstance;
167
167
  $data: {};
168
168
  $props: Partial<{
169
- error: boolean;
170
- direction: "horizontal" | "vertical";
171
169
  style: import('vue').StyleValue;
172
- disabled: boolean | null;
173
- readonly: boolean | null;
174
- messages: string | readonly string[];
175
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
176
170
  focused: boolean;
171
+ disabled: boolean | null;
172
+ error: boolean;
177
173
  errorMessages: string | readonly string[] | null;
178
174
  maxErrors: string | number;
175
+ readonly: boolean | null;
176
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
179
177
  density: import('vuetify/lib/composables/density.mjs').Density;
180
178
  centerAffix: boolean;
181
179
  glow: boolean;
182
180
  hideSpinButtons: boolean;
183
181
  persistentHint: boolean;
184
- }> & Omit<{
185
- error: boolean;
186
- direction: "horizontal" | "vertical";
187
- style: import('vue').StyleValue;
188
- disabled: boolean | null;
189
- readonly: boolean | null;
190
182
  messages: string | readonly string[];
191
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
183
+ direction: "horizontal" | "vertical";
184
+ }> & Omit<{
185
+ theme?: string | undefined;
186
+ class?: any;
187
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
192
188
  focused: boolean;
189
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
190
+ disabled: boolean | null;
191
+ error: boolean;
193
192
  errorMessages: string | readonly string[] | null;
194
193
  maxErrors: string | number;
195
- density: import('vuetify/lib/composables/density.mjs').Density;
196
- centerAffix: boolean;
197
- glow: boolean;
198
- hideSpinButtons: boolean;
199
- persistentHint: boolean;
200
194
  name?: string | undefined;
201
- id?: string | undefined;
202
- width?: string | number | undefined;
203
- color?: string | undefined;
204
- maxWidth?: string | number | undefined;
205
- minWidth?: string | number | undefined;
206
195
  label?: string | undefined;
207
- class?: any;
208
- theme?: string | undefined;
209
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
210
- 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;
196
+ readonly: boolean | null;
197
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
198
+ 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;
211
199
  validationValue?: any;
212
- baseColor?: string | undefined;
213
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
200
+ density: import('vuetify/lib/composables/density.mjs').Density;
201
+ maxWidth?: string | number | undefined;
202
+ minWidth?: string | number | undefined;
203
+ width?: string | number | undefined;
204
+ id?: string | undefined;
214
205
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
206
+ baseColor?: string | undefined;
207
+ centerAffix: boolean;
208
+ color?: string | undefined;
209
+ glow: boolean;
215
210
  iconColor?: string | boolean | undefined;
216
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
217
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
211
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
212
+ hideDetails?: "auto" | boolean | undefined;
213
+ hideSpinButtons: boolean;
218
214
  hint?: string | undefined;
219
- hideDetails?: boolean | "auto" | undefined;
220
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
215
+ persistentHint: boolean;
216
+ messages: string | readonly string[];
217
+ direction: "horizontal" | "vertical";
218
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
219
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
220
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
221
221
  $attrs: {
222
222
  [x: string]: unknown;
223
223
  };
@@ -225,54 +225,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
225
225
  [x: string]: unknown;
226
226
  };
227
227
  $slots: Readonly<{
228
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
229
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
230
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
231
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
232
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
228
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
229
+ [key: string]: any;
230
+ }>[]) | undefined;
231
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
232
+ [key: string]: any;
233
+ }>[]) | undefined;
234
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
235
+ [key: string]: any;
236
+ }>[]) | undefined;
237
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
238
+ [key: string]: any;
239
+ }>[]) | undefined;
240
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
241
+ [key: string]: any;
242
+ }>[]) | undefined;
233
243
  }>;
234
- $root: import('vue').ComponentPublicInstance | null;
235
- $parent: import('vue').ComponentPublicInstance | null;
244
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
245
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
236
246
  $host: Element | null;
237
247
  $emit: (event: string, ...args: any[]) => void;
238
248
  $el: any;
239
249
  $options: import('vue').ComponentOptionsBase<{
240
- error: boolean;
241
- direction: "horizontal" | "vertical";
242
- style: import('vue').StyleValue;
243
- disabled: boolean | null;
244
- readonly: boolean | null;
245
- messages: string | readonly string[];
246
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
250
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
247
251
  focused: boolean;
252
+ disabled: boolean | null;
253
+ error: boolean;
248
254
  errorMessages: string | readonly string[] | null;
249
255
  maxErrors: string | number;
256
+ readonly: boolean | null;
257
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
250
258
  density: import('vuetify/lib/composables/density.mjs').Density;
251
259
  centerAffix: boolean;
252
260
  glow: boolean;
253
261
  hideSpinButtons: boolean;
254
262
  persistentHint: boolean;
263
+ messages: string | readonly string[];
264
+ direction: "horizontal" | "vertical";
255
265
  } & {
256
- name?: string | undefined;
257
- id?: string | undefined;
258
- width?: string | number | undefined;
259
- color?: string | undefined;
260
- maxWidth?: string | number | undefined;
261
- minWidth?: string | number | undefined;
262
- label?: string | undefined;
263
- class?: any;
264
266
  theme?: string | undefined;
267
+ class?: any;
265
268
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
266
- 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;
269
+ name?: string | undefined;
270
+ label?: string | undefined;
271
+ 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;
267
272
  validationValue?: any;
268
- baseColor?: string | undefined;
269
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
273
+ maxWidth?: string | number | undefined;
274
+ minWidth?: string | number | undefined;
275
+ width?: string | number | undefined;
276
+ id?: string | undefined;
270
277
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
278
+ baseColor?: string | undefined;
279
+ color?: string | undefined;
271
280
  iconColor?: string | boolean | undefined;
272
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
273
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
281
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
282
+ hideDetails?: "auto" | boolean | undefined;
274
283
  hint?: string | undefined;
275
- hideDetails?: boolean | "auto" | undefined;
284
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
285
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
276
286
  } & {}, {
277
287
  reset: () => Promise<void>;
278
288
  resetValidation: () => Promise<void>;
@@ -281,102 +291,112 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
281
291
  errorMessages: import('vue').ComputedRef<string[]>;
282
292
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
283
293
  "update:modelValue": (value: any) => true;
284
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
285
- error: boolean;
286
- direction: "horizontal" | "vertical";
294
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
287
295
  style: import('vue').StyleValue;
288
- disabled: boolean | null;
289
- readonly: boolean | null;
290
- messages: string | readonly string[];
291
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
292
296
  focused: boolean;
297
+ disabled: boolean | null;
298
+ error: boolean;
293
299
  errorMessages: string | readonly string[] | null;
294
300
  maxErrors: string | number;
301
+ readonly: boolean | null;
302
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
295
303
  density: import('vuetify/lib/composables/density.mjs').Density;
296
304
  centerAffix: boolean;
297
305
  glow: boolean;
298
306
  hideSpinButtons: boolean;
299
307
  persistentHint: boolean;
308
+ messages: string | readonly string[];
309
+ direction: "horizontal" | "vertical";
300
310
  }, {}, string, import('vue').SlotsType<Partial<{
301
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
302
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
303
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
304
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
305
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
311
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
312
+ [key: string]: any;
313
+ }>[];
314
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
315
+ [key: string]: any;
316
+ }>[];
317
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
318
+ [key: string]: any;
319
+ }>[];
320
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
321
+ [key: string]: any;
322
+ }>[];
323
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
324
+ [key: string]: any;
325
+ }>[];
306
326
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
307
- beforeCreate?: (() => void) | (() => void)[];
308
- created?: (() => void) | (() => void)[];
309
- beforeMount?: (() => void) | (() => void)[];
310
- mounted?: (() => void) | (() => void)[];
311
- beforeUpdate?: (() => void) | (() => void)[];
312
- updated?: (() => void) | (() => void)[];
313
- activated?: (() => void) | (() => void)[];
314
- deactivated?: (() => void) | (() => void)[];
315
- beforeDestroy?: (() => void) | (() => void)[];
316
- beforeUnmount?: (() => void) | (() => void)[];
317
- destroyed?: (() => void) | (() => void)[];
318
- unmounted?: (() => void) | (() => void)[];
319
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
320
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
321
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
327
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
328
+ created?: ((() => void)[] | (() => void)) | undefined;
329
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
330
+ mounted?: ((() => void)[] | (() => void)) | undefined;
331
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
332
+ updated?: ((() => void)[] | (() => void)) | undefined;
333
+ activated?: ((() => void)[] | (() => void)) | undefined;
334
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
335
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
336
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
337
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
338
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
339
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
340
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
341
+ 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;
322
342
  };
323
343
  $forceUpdate: () => void;
324
344
  $nextTick: typeof import('vue').nextTick;
325
- $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;
345
+ $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;
326
346
  } & Readonly<{
327
- error: boolean;
328
- direction: "horizontal" | "vertical";
329
347
  style: import('vue').StyleValue;
330
- disabled: boolean | null;
331
- readonly: boolean | null;
332
- messages: string | readonly string[];
333
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
334
348
  focused: boolean;
349
+ disabled: boolean | null;
350
+ error: boolean;
335
351
  errorMessages: string | readonly string[] | null;
336
352
  maxErrors: string | number;
353
+ readonly: boolean | null;
354
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
337
355
  density: import('vuetify/lib/composables/density.mjs').Density;
338
356
  centerAffix: boolean;
339
357
  glow: boolean;
340
358
  hideSpinButtons: boolean;
341
359
  persistentHint: boolean;
342
- }> & Omit<{
343
- error: boolean;
344
- direction: "horizontal" | "vertical";
345
- style: import('vue').StyleValue;
346
- disabled: boolean | null;
347
- readonly: boolean | null;
348
360
  messages: string | readonly string[];
349
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
361
+ direction: "horizontal" | "vertical";
362
+ }> & Omit<{
363
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
350
364
  focused: boolean;
365
+ disabled: boolean | null;
366
+ error: boolean;
351
367
  errorMessages: string | readonly string[] | null;
352
368
  maxErrors: string | number;
369
+ readonly: boolean | null;
370
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
353
371
  density: import('vuetify/lib/composables/density.mjs').Density;
354
372
  centerAffix: boolean;
355
373
  glow: boolean;
356
374
  hideSpinButtons: boolean;
357
375
  persistentHint: boolean;
376
+ messages: string | readonly string[];
377
+ direction: "horizontal" | "vertical";
358
378
  } & {
379
+ theme?: string | undefined;
380
+ class?: any;
381
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
359
382
  name?: string | undefined;
360
- id?: string | undefined;
361
- width?: string | number | undefined;
362
- color?: string | undefined;
363
- maxWidth?: string | number | undefined;
364
- minWidth?: string | number | undefined;
365
383
  label?: string | undefined;
366
- class?: any;
367
- theme?: string | undefined;
368
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
369
- 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;
384
+ 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;
370
385
  validationValue?: any;
371
- baseColor?: string | undefined;
372
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
386
+ maxWidth?: string | number | undefined;
387
+ minWidth?: string | number | undefined;
388
+ width?: string | number | undefined;
389
+ id?: string | undefined;
373
390
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
391
+ baseColor?: string | undefined;
392
+ color?: string | undefined;
374
393
  iconColor?: string | boolean | undefined;
375
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
376
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
394
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
395
+ hideDetails?: "auto" | boolean | undefined;
377
396
  hint?: string | undefined;
378
- hideDetails?: boolean | "auto" | undefined;
379
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
397
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
398
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
399
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
380
400
  reset: () => Promise<void>;
381
401
  resetValidation: () => Promise<void>;
382
402
  validate: (silent?: boolean) => Promise<string[]>;
@@ -384,8 +404,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
384
404
  errorMessages: import('vue').ComputedRef<string[]>;
385
405
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
386
406
  modelValue?: unknown;
387
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
388
- }, 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 & {
407
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
408
+ }, 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}`> & {
389
409
  _allExposed: {
390
410
  reset: () => Promise<void>;
391
411
  resetValidation: () => Promise<void>;
@@ -394,61 +414,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
394
414
  errorMessages: import('vue').ComputedRef<string[]>;
395
415
  } | {};
396
416
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
397
- 'click:control': (e: MouseEvent) => true;
398
- 'mousedown:control': (e: MouseEvent) => true;
399
- 'update:focused': (focused: boolean) => true;
400
- 'update:modelValue': (val: string) => true;
401
- 'update:rows': (rows: number) => true;
417
+ "click:control": (e: MouseEvent) => true;
418
+ "mousedown:control": (e: MouseEvent) => true;
419
+ "update:focused": (focused: boolean) => true;
420
+ "update:modelValue": (val: string) => true;
421
+ "update:rows": (rows: number) => true;
402
422
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
403
- flat: boolean;
404
- reverse: boolean;
405
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
406
- error: boolean;
407
- active: boolean;
408
- direction: "horizontal" | "vertical";
409
- details: boolean;
410
423
  style: import('vue').StyleValue;
411
- autofocus: boolean;
412
- disabled: boolean;
413
- readonly: boolean | null;
414
- messages: string | readonly string[];
415
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
416
424
  focused: boolean;
417
425
  errorMessages: string | readonly string[] | null;
418
426
  maxErrors: string | number;
427
+ readonly: boolean | null;
428
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
419
429
  density: import('vuetify/lib/composables/density.mjs').Density;
420
430
  rounded: string | number | boolean;
421
431
  tile: boolean;
422
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
423
- centerAffix: boolean;
424
- glow: boolean;
425
432
  hideSpinButtons: boolean;
426
433
  persistentHint: boolean;
434
+ messages: string | readonly string[];
427
435
  clearable: boolean;
436
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
437
+ active: boolean;
438
+ centerAffix: boolean;
428
439
  dirty: boolean;
440
+ disabled: boolean;
441
+ glow: boolean;
442
+ error: boolean;
443
+ flat: boolean;
429
444
  persistentClear: boolean;
445
+ reverse: boolean;
430
446
  singleLine: boolean;
447
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
448
+ autoGrow: boolean;
449
+ autofocus: boolean;
431
450
  persistentPlaceholder: boolean;
432
451
  persistentCounter: boolean;
433
- autoGrow: boolean;
434
452
  noResize: boolean;
435
453
  rows: string | number;
436
454
  }, true, {}, import('vue').SlotsType<Partial<{
437
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
455
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
456
+ [key: string]: any;
457
+ }>[];
458
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
459
+ [key: string]: any;
460
+ }>[];
461
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
462
+ [key: string]: any;
463
+ }>[];
464
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
465
+ [key: string]: any;
466
+ }>[];
438
467
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
439
468
  props: Record<string, any>;
440
- }) => import('vue').VNode[];
441
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
469
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
470
+ [key: string]: any;
471
+ }>[];
472
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
473
+ [key: string]: any;
474
+ }>[];
475
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
476
+ [key: string]: any;
477
+ }>[];
442
478
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
443
479
  label: string | undefined;
444
480
  props: Record<string, any>;
445
- }) => import('vue').VNode[];
446
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
447
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
448
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode[];
449
- 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
450
- 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode[];
451
- counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode[];
481
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
482
+ [key: string]: any;
483
+ }>[];
484
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
485
+ [key: string]: any;
486
+ }>[];
487
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
488
+ [key: string]: any;
489
+ }>[];
452
490
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
453
491
  P: {};
454
492
  B: {};
@@ -457,190 +495,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
457
495
  M: {};
458
496
  Defaults: {};
459
497
  }, {
460
- flat: boolean;
461
- reverse: boolean;
462
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
463
- error: boolean;
464
- active: boolean;
465
- direction: "horizontal" | "vertical";
466
- details: boolean;
467
- style: import('vue').StyleValue;
468
- autofocus: boolean;
469
- disabled: boolean;
470
- readonly: boolean | null;
471
- messages: string | readonly string[];
472
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
498
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
473
499
  focused: boolean;
474
500
  errorMessages: string | readonly string[] | null;
475
501
  maxErrors: string | number;
502
+ readonly: boolean | null;
503
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
476
504
  density: import('vuetify/lib/composables/density.mjs').Density;
477
505
  tile: boolean;
478
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
479
- glow: boolean;
480
506
  hideSpinButtons: boolean;
481
507
  persistentHint: boolean;
508
+ messages: string | readonly string[];
482
509
  clearable: boolean;
510
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
511
+ active: boolean;
483
512
  dirty: boolean;
513
+ disabled: boolean;
514
+ glow: boolean;
515
+ error: boolean;
516
+ flat: boolean;
484
517
  persistentClear: boolean;
518
+ reverse: boolean;
485
519
  singleLine: boolean;
520
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
521
+ autoGrow: boolean;
522
+ autofocus: boolean;
486
523
  persistentPlaceholder: boolean;
487
524
  persistentCounter: boolean;
488
- autoGrow: boolean;
489
525
  noResize: boolean;
490
526
  rows: string | number;
491
527
  } & {
492
- name?: string | undefined;
493
- id?: string | undefined;
494
- width?: string | number | undefined;
495
- color?: string | undefined;
496
- maxWidth?: string | number | undefined;
497
- minWidth?: string | number | undefined;
498
- loading?: string | boolean | undefined;
499
- label?: string | undefined;
500
- prefix?: string | undefined;
501
- class?: any;
502
528
  theme?: string | undefined;
503
- placeholder?: string | undefined;
504
- counter?: string | number | true | undefined;
505
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
529
+ class?: any;
530
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
531
+ name?: string | undefined;
506
532
  modelValue?: any;
507
- 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;
533
+ 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;
508
534
  validationValue?: any;
509
535
  rounded?: string | number | boolean | undefined;
510
- baseColor?: string | undefined;
511
- bgColor?: string | undefined;
512
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
536
+ maxWidth?: string | number | undefined;
537
+ minWidth?: string | number | undefined;
538
+ width?: string | number | undefined;
539
+ loading?: string | boolean | undefined;
540
+ id?: string | undefined;
513
541
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
514
- iconColor?: string | boolean | undefined;
542
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
543
+ hideDetails?: "auto" | boolean | undefined;
544
+ hint?: string | undefined;
545
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
546
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
515
547
  appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
516
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
517
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
518
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
519
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
520
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
521
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
548
+ bgColor?: string | undefined;
522
549
  centerAffix?: boolean | undefined;
523
- hint?: string | undefined;
524
- hideDetails?: boolean | "auto" | undefined;
525
- suffix?: string | undefined;
550
+ color?: string | undefined;
551
+ baseColor?: string | undefined;
552
+ iconColor?: string | boolean | undefined;
553
+ label?: string | undefined;
554
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
555
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
556
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
557
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
558
+ autocomplete?: string | undefined;
559
+ counter?: string | number | true | undefined;
526
560
  counterValue?: ((value: any) => number) | undefined;
527
- modelModifiers?: Record<string, boolean> | undefined;
561
+ prefix?: string | undefined;
562
+ placeholder?: string | undefined;
563
+ maxHeight?: string | number | undefined;
528
564
  maxRows?: string | number | undefined;
565
+ suffix?: string | undefined;
566
+ modelModifiers?: Record<string, boolean> | undefined;
529
567
  } & {
530
- $children?: {} | import('vue').VNodeChild | {
531
- $stable?: boolean;
532
- } | {
568
+ $children?: {
569
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
570
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
571
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
533
572
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
534
573
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
535
574
  props: Record<string, any>;
536
575
  }) => import('vue').VNodeChild) | undefined;
537
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
576
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
577
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
538
578
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
539
579
  label: string | undefined;
540
580
  props: Record<string, any>;
541
581
  }) => import('vue').VNodeChild) | undefined;
542
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
543
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
544
582
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
545
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
546
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
547
583
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
548
- };
549
- 'v-slots'?: {
584
+ } | {
585
+ $stable?: boolean | undefined;
586
+ } | {} | import('vue').VNodeChild;
587
+ "v-slots"?: {
588
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
589
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
590
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
550
591
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
551
592
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
552
593
  props: Record<string, any>;
553
594
  }) => import('vue').VNodeChild) | undefined;
554
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
595
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
596
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
555
597
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
556
598
  label: string | undefined;
557
599
  props: Record<string, any>;
558
600
  }) => import('vue').VNodeChild) | undefined;
559
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
560
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
561
601
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
562
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
563
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
564
602
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
565
603
  } | undefined;
566
604
  } & {
567
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
605
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
606
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
568
607
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
569
608
  props: Record<string, any>;
570
609
  }) => import('vue').VNodeChild) | undefined;
610
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
571
611
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
572
612
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
573
613
  label: string | undefined;
574
614
  props: Record<string, any>;
575
615
  }) => import('vue').VNodeChild) | undefined;
576
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
577
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
578
616
  "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
617
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
618
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
579
619
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
580
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
581
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
582
620
  } & {
583
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
584
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
585
621
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
586
622
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
623
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
624
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
587
625
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
588
- }, Omit<Omit<{
626
+ }, HTMLTextAreaElement & Omit<Omit<{
589
627
  $: import('vue').ComponentInternalInstance;
590
628
  $data: {};
591
629
  $props: Partial<{
592
- error: boolean;
593
- direction: "horizontal" | "vertical";
594
630
  style: import('vue').StyleValue;
595
- disabled: boolean | null;
596
- readonly: boolean | null;
597
- messages: string | readonly string[];
598
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
599
631
  focused: boolean;
632
+ disabled: boolean | null;
633
+ error: boolean;
600
634
  errorMessages: string | readonly string[] | null;
601
635
  maxErrors: string | number;
636
+ readonly: boolean | null;
637
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
602
638
  density: import('vuetify/lib/composables/density.mjs').Density;
603
639
  centerAffix: boolean;
604
640
  glow: boolean;
605
641
  hideSpinButtons: boolean;
606
642
  persistentHint: boolean;
607
- }> & Omit<{
608
- error: boolean;
609
- direction: "horizontal" | "vertical";
610
- style: import('vue').StyleValue;
611
- disabled: boolean | null;
612
- readonly: boolean | null;
613
643
  messages: string | readonly string[];
614
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
644
+ direction: "horizontal" | "vertical";
645
+ }> & Omit<{
646
+ theme?: string | undefined;
647
+ class?: any;
648
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
615
649
  focused: boolean;
650
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
651
+ disabled: boolean | null;
652
+ error: boolean;
616
653
  errorMessages: string | readonly string[] | null;
617
654
  maxErrors: string | number;
618
- density: import('vuetify/lib/composables/density.mjs').Density;
619
- centerAffix: boolean;
620
- glow: boolean;
621
- hideSpinButtons: boolean;
622
- persistentHint: boolean;
623
655
  name?: string | undefined;
624
- id?: string | undefined;
625
- width?: string | number | undefined;
626
- color?: string | undefined;
627
- maxWidth?: string | number | undefined;
628
- minWidth?: string | number | undefined;
629
656
  label?: string | undefined;
630
- class?: any;
631
- theme?: string | undefined;
632
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
633
- 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;
657
+ readonly: boolean | null;
658
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
659
+ 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;
634
660
  validationValue?: any;
635
- baseColor?: string | undefined;
636
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
661
+ density: import('vuetify/lib/composables/density.mjs').Density;
662
+ maxWidth?: string | number | undefined;
663
+ minWidth?: string | number | undefined;
664
+ width?: string | number | undefined;
665
+ id?: string | undefined;
637
666
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
667
+ baseColor?: string | undefined;
668
+ centerAffix: boolean;
669
+ color?: string | undefined;
670
+ glow: boolean;
638
671
  iconColor?: string | boolean | undefined;
639
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
640
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
672
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
673
+ hideDetails?: "auto" | boolean | undefined;
674
+ hideSpinButtons: boolean;
641
675
  hint?: string | undefined;
642
- hideDetails?: boolean | "auto" | undefined;
643
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
676
+ persistentHint: boolean;
677
+ messages: string | readonly string[];
678
+ direction: "horizontal" | "vertical";
679
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
680
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
681
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
644
682
  $attrs: {
645
683
  [x: string]: unknown;
646
684
  };
@@ -648,54 +686,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
648
686
  [x: string]: unknown;
649
687
  };
650
688
  $slots: Readonly<{
651
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
652
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
653
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
654
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[]) | undefined;
655
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[]) | undefined;
689
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
690
+ [key: string]: any;
691
+ }>[]) | undefined;
692
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
693
+ [key: string]: any;
694
+ }>[]) | undefined;
695
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
696
+ [key: string]: any;
697
+ }>[]) | undefined;
698
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
699
+ [key: string]: any;
700
+ }>[]) | undefined;
701
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
702
+ [key: string]: any;
703
+ }>[]) | undefined;
656
704
  }>;
657
- $root: import('vue').ComponentPublicInstance | null;
658
- $parent: import('vue').ComponentPublicInstance | null;
705
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
706
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
659
707
  $host: Element | null;
660
708
  $emit: (event: string, ...args: any[]) => void;
661
709
  $el: any;
662
710
  $options: import('vue').ComponentOptionsBase<{
663
- error: boolean;
664
- direction: "horizontal" | "vertical";
665
- style: import('vue').StyleValue;
666
- disabled: boolean | null;
667
- readonly: boolean | null;
668
- messages: string | readonly string[];
669
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
711
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
670
712
  focused: boolean;
713
+ disabled: boolean | null;
714
+ error: boolean;
671
715
  errorMessages: string | readonly string[] | null;
672
716
  maxErrors: string | number;
717
+ readonly: boolean | null;
718
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
673
719
  density: import('vuetify/lib/composables/density.mjs').Density;
674
720
  centerAffix: boolean;
675
721
  glow: boolean;
676
722
  hideSpinButtons: boolean;
677
723
  persistentHint: boolean;
724
+ messages: string | readonly string[];
725
+ direction: "horizontal" | "vertical";
678
726
  } & {
679
- name?: string | undefined;
680
- id?: string | undefined;
681
- width?: string | number | undefined;
682
- color?: string | undefined;
683
- maxWidth?: string | number | undefined;
684
- minWidth?: string | number | undefined;
685
- label?: string | undefined;
686
- class?: any;
687
727
  theme?: string | undefined;
728
+ class?: any;
688
729
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
689
- 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;
730
+ name?: string | undefined;
731
+ label?: string | undefined;
732
+ 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;
690
733
  validationValue?: any;
691
- baseColor?: string | undefined;
692
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
734
+ maxWidth?: string | number | undefined;
735
+ minWidth?: string | number | undefined;
736
+ width?: string | number | undefined;
737
+ id?: string | undefined;
693
738
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
739
+ baseColor?: string | undefined;
740
+ color?: string | undefined;
694
741
  iconColor?: string | boolean | undefined;
695
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
696
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
742
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
743
+ hideDetails?: "auto" | boolean | undefined;
697
744
  hint?: string | undefined;
698
- hideDetails?: boolean | "auto" | undefined;
745
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
746
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
699
747
  } & {}, {
700
748
  reset: () => Promise<void>;
701
749
  resetValidation: () => Promise<void>;
@@ -704,102 +752,112 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
704
752
  errorMessages: import('vue').ComputedRef<string[]>;
705
753
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
706
754
  "update:modelValue": (value: any) => true;
707
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
708
- error: boolean;
709
- direction: "horizontal" | "vertical";
755
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
710
756
  style: import('vue').StyleValue;
711
- disabled: boolean | null;
712
- readonly: boolean | null;
713
- messages: string | readonly string[];
714
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
715
757
  focused: boolean;
758
+ disabled: boolean | null;
759
+ error: boolean;
716
760
  errorMessages: string | readonly string[] | null;
717
761
  maxErrors: string | number;
762
+ readonly: boolean | null;
763
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
718
764
  density: import('vuetify/lib/composables/density.mjs').Density;
719
765
  centerAffix: boolean;
720
766
  glow: boolean;
721
767
  hideSpinButtons: boolean;
722
768
  persistentHint: boolean;
769
+ messages: string | readonly string[];
770
+ direction: "horizontal" | "vertical";
723
771
  }, {}, string, import('vue').SlotsType<Partial<{
724
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
725
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
726
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
727
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode[];
728
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode[];
772
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
773
+ [key: string]: any;
774
+ }>[];
775
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
776
+ [key: string]: any;
777
+ }>[];
778
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
779
+ [key: string]: any;
780
+ }>[];
781
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
782
+ [key: string]: any;
783
+ }>[];
784
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
785
+ [key: string]: any;
786
+ }>[];
729
787
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
730
- beforeCreate?: (() => void) | (() => void)[];
731
- created?: (() => void) | (() => void)[];
732
- beforeMount?: (() => void) | (() => void)[];
733
- mounted?: (() => void) | (() => void)[];
734
- beforeUpdate?: (() => void) | (() => void)[];
735
- updated?: (() => void) | (() => void)[];
736
- activated?: (() => void) | (() => void)[];
737
- deactivated?: (() => void) | (() => void)[];
738
- beforeDestroy?: (() => void) | (() => void)[];
739
- beforeUnmount?: (() => void) | (() => void)[];
740
- destroyed?: (() => void) | (() => void)[];
741
- unmounted?: (() => void) | (() => void)[];
742
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
743
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
744
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
788
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
789
+ created?: ((() => void)[] | (() => void)) | undefined;
790
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
791
+ mounted?: ((() => void)[] | (() => void)) | undefined;
792
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
793
+ updated?: ((() => void)[] | (() => void)) | undefined;
794
+ activated?: ((() => void)[] | (() => void)) | undefined;
795
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
796
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
797
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
798
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
799
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
800
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
801
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
802
+ 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;
745
803
  };
746
804
  $forceUpdate: () => void;
747
805
  $nextTick: typeof import('vue').nextTick;
748
- $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;
806
+ $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;
749
807
  } & Readonly<{
750
- error: boolean;
751
- direction: "horizontal" | "vertical";
752
808
  style: import('vue').StyleValue;
753
- disabled: boolean | null;
754
- readonly: boolean | null;
755
- messages: string | readonly string[];
756
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
757
809
  focused: boolean;
810
+ disabled: boolean | null;
811
+ error: boolean;
758
812
  errorMessages: string | readonly string[] | null;
759
813
  maxErrors: string | number;
814
+ readonly: boolean | null;
815
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
760
816
  density: import('vuetify/lib/composables/density.mjs').Density;
761
817
  centerAffix: boolean;
762
818
  glow: boolean;
763
819
  hideSpinButtons: boolean;
764
820
  persistentHint: boolean;
765
- }> & Omit<{
766
- error: boolean;
767
- direction: "horizontal" | "vertical";
768
- style: import('vue').StyleValue;
769
- disabled: boolean | null;
770
- readonly: boolean | null;
771
821
  messages: string | readonly string[];
772
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
822
+ direction: "horizontal" | "vertical";
823
+ }> & Omit<{
824
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
773
825
  focused: boolean;
826
+ disabled: boolean | null;
827
+ error: boolean;
774
828
  errorMessages: string | readonly string[] | null;
775
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)?])[];
776
832
  density: import('vuetify/lib/composables/density.mjs').Density;
777
833
  centerAffix: boolean;
778
834
  glow: boolean;
779
835
  hideSpinButtons: boolean;
780
836
  persistentHint: boolean;
837
+ messages: string | readonly string[];
838
+ direction: "horizontal" | "vertical";
781
839
  } & {
840
+ theme?: string | undefined;
841
+ class?: any;
842
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
782
843
  name?: string | undefined;
783
- id?: string | undefined;
784
- width?: string | number | undefined;
785
- color?: string | undefined;
786
- maxWidth?: string | number | undefined;
787
- minWidth?: string | number | undefined;
788
844
  label?: string | undefined;
789
- class?: any;
790
- theme?: string | undefined;
791
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
792
- 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;
845
+ 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;
793
846
  validationValue?: any;
794
- baseColor?: string | undefined;
795
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
847
+ maxWidth?: string | number | undefined;
848
+ minWidth?: string | number | undefined;
849
+ width?: string | number | undefined;
850
+ id?: string | undefined;
796
851
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
852
+ baseColor?: string | undefined;
853
+ color?: string | undefined;
797
854
  iconColor?: string | boolean | undefined;
798
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
799
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
855
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
856
+ hideDetails?: "auto" | boolean | undefined;
800
857
  hint?: string | undefined;
801
- hideDetails?: boolean | "auto" | undefined;
802
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
858
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
859
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
860
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
803
861
  reset: () => Promise<void>;
804
862
  resetValidation: () => Promise<void>;
805
863
  validate: (silent?: boolean) => Promise<string[]>;
@@ -807,8 +865,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
807
865
  errorMessages: import('vue').ComputedRef<string[]>;
808
866
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
809
867
  modelValue?: unknown;
810
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
811
- }, 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 & {
868
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
869
+ }, 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}`> & {
812
870
  _allExposed: {
813
871
  reset: () => Promise<void>;
814
872
  resetValidation: () => Promise<void>;
@@ -817,37 +875,35 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
817
875
  errorMessages: import('vue').ComputedRef<string[]>;
818
876
  } | {};
819
877
  }, {}, {}, {}, {
820
- flat: boolean;
821
- reverse: boolean;
822
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
823
- error: boolean;
824
- active: boolean;
825
- direction: "horizontal" | "vertical";
826
- details: boolean;
827
878
  style: import('vue').StyleValue;
828
- autofocus: boolean;
829
- disabled: boolean;
830
- readonly: boolean | null;
831
- messages: string | readonly string[];
832
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
833
879
  focused: boolean;
834
880
  errorMessages: string | readonly string[] | null;
835
881
  maxErrors: string | number;
882
+ readonly: boolean | null;
883
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
836
884
  density: import('vuetify/lib/composables/density.mjs').Density;
837
885
  rounded: string | number | boolean;
838
886
  tile: boolean;
839
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
840
- centerAffix: boolean;
841
- glow: boolean;
842
887
  hideSpinButtons: boolean;
843
888
  persistentHint: boolean;
889
+ messages: string | readonly string[];
844
890
  clearable: boolean;
891
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
892
+ active: boolean;
893
+ centerAffix: boolean;
845
894
  dirty: boolean;
895
+ disabled: boolean;
896
+ glow: boolean;
897
+ error: boolean;
898
+ flat: boolean;
846
899
  persistentClear: boolean;
900
+ reverse: boolean;
847
901
  singleLine: boolean;
902
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
903
+ autoGrow: boolean;
904
+ autofocus: boolean;
848
905
  persistentPlaceholder: boolean;
849
906
  persistentCounter: boolean;
850
- autoGrow: boolean;
851
907
  noResize: boolean;
852
908
  rows: string | number;
853
909
  }> | null;