@cnamts/synapse 1.0.15 → 1.0.16

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 (394) hide show
  1. package/dist/{DateFilter-isr8mXVb.js → DateFilter-DSwJUvBu.js} +12 -12
  2. package/dist/{NumberFilter-BOe7DqWX.js → NumberFilter-CwsbYyz4.js} +1 -1
  3. package/dist/{PeriodFilter-WTprpO40.js → PeriodFilter-csnEZU30.js} +1 -1
  4. package/dist/{SelectFilter-CqlG5dmI.js → SelectFilter-Bd5fndzR.js} +1 -1
  5. package/dist/{TextFilter-fVW5bsRw.js → TextFilter-B6gxzq2a.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +2836 -2845
  7. package/dist/components/Amelipro/AmeliproCallback/AmeliproCallback.d.ts +3 -3
  8. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +7 -7
  9. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +3 -3
  10. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +3 -3
  11. package/dist/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.d.ts +3 -3
  12. package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +3 -3
  13. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +3 -3
  14. package/dist/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.d.ts +3 -3
  15. package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +3 -3
  16. package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +18 -18
  17. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +9 -9
  18. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +3 -3
  19. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +3 -3
  20. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +3 -1
  21. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -3
  22. package/dist/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.d.ts +3 -3
  23. package/dist/components/Amelipro/AmeliproMenu/AmeliproMenu.d.ts +3 -3
  24. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  25. package/dist/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.d.ts +3 -3
  26. package/dist/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.d.ts +3 -3
  27. package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +9 -0
  28. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +1288 -1284
  29. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1936 -1930
  30. package/dist/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.d.ts +3 -3
  31. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +2838 -2865
  32. package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +3 -3
  33. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +2843 -2870
  34. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +397 -397
  35. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +642 -640
  36. package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +233 -5
  37. package/dist/components/Amelipro/AmeliproTransmission/AmeliproTransmission.d.ts +9 -9
  38. package/dist/components/Captcha/CaptchaHelpdesk.d.ts +6 -0
  39. package/dist/components/CookieBanner/CookieBanner.d.ts +117 -119
  40. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +484 -484
  41. package/dist/components/CookiesSelection/CookiesSelection.d.ts +104 -106
  42. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +14 -10
  43. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +118 -129
  44. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -3
  45. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
  46. package/dist/components/Customs/SyForm/SyForm.d.ts +60 -53
  47. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +88 -0
  48. package/dist/components/Customs/SyRadioGroup/locales.d.ts +3 -0
  49. package/dist/components/Customs/SyTextField/SyTextField.d.ts +644 -642
  50. package/dist/components/DataList/DataList.d.ts +6 -1
  51. package/dist/components/DataListGroup/DataListGroup.d.ts +14 -2
  52. package/dist/components/DataListItem/DataListItem.d.ts +3 -0
  53. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +2988 -3100
  54. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +1458 -1558
  55. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +655 -651
  56. package/dist/components/DatePicker/composables/index.d.ts +4 -0
  57. package/dist/components/DatePicker/composables/useAsteriskDisplay.d.ts +1 -1
  58. package/dist/components/DatePicker/composables/useCalendarKeyboardNavigation.d.ts +11 -0
  59. package/dist/components/DatePicker/composables/useDatePickerState.d.ts +25 -0
  60. package/dist/components/DatePicker/composables/useDateTextField.d.ts +61 -0
  61. package/dist/components/DatePicker/composables/useHolidayHighlighting.d.ts +15 -0
  62. package/dist/components/DatePicker/constants/messages.d.ts +0 -1
  63. package/dist/components/DialogBox/DialogBox.d.ts +175 -177
  64. package/dist/components/FilterSideBar/FilterSideBar.d.ts +161 -171
  65. package/dist/components/FooterBar/FooterBar.d.ts +5 -5
  66. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -2
  67. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +1 -1
  68. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +1 -1
  69. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +234 -258
  70. package/dist/components/LangBtn/LangBtn.d.ts +173 -179
  71. package/dist/components/LogoBrandSection/LogoBrandSection.d.ts +1 -1
  72. package/dist/components/LunarCalendar/LunarCalendar.d.ts +29 -0
  73. package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +5 -0
  74. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +13 -0
  75. package/dist/components/NirField/NirField.d.ts +1296 -1292
  76. package/dist/components/PaginatedTable/PaginatedTable.d.ts +1 -1
  77. package/dist/components/PeriodField/PeriodField.d.ts +5844 -6068
  78. package/dist/components/PhoneField/PhoneField.d.ts +645 -643
  79. package/dist/components/SyAlert/SyAlert.d.ts +31 -31
  80. package/dist/components/SyTextArea/SyTextArea.d.ts +395 -395
  81. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +193 -227
  82. package/dist/components/Tables/SyTable/SyTable.d.ts +192 -226
  83. package/dist/components/Tables/common/SyTableFilter.d.ts +1 -1
  84. package/dist/components/Tables/common/SyTablePagination.d.ts +118 -129
  85. package/dist/components/Tables/common/TableHeader.d.ts +52 -2
  86. package/dist/components/Tables/common/filters/DateFilter.d.ts +1 -1
  87. package/dist/components/Tables/common/filters/NumberFilter.d.ts +1 -1
  88. package/dist/components/Tables/common/filters/PeriodFilter.d.ts +1 -1
  89. package/dist/components/Tables/common/filters/SelectFilter.d.ts +1 -1
  90. package/dist/components/Tables/common/filters/TextFilter.d.ts +1 -1
  91. package/dist/components/Tables/common/locales.d.ts +1 -0
  92. package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +86 -90
  93. package/dist/components/Tables/common/tableFilterUtils.d.ts +2 -2
  94. package/dist/components/Tables/common/types.d.ts +3 -2
  95. package/dist/components/Tables/common/useTableCheckbox.d.ts +3 -2
  96. package/dist/components/Tables/common/useTableFilter.d.ts +1 -1
  97. package/dist/components/Tables/common/useTableItems.d.ts +6 -8
  98. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +18 -18
  99. package/dist/components/index.d.ts +2 -0
  100. package/dist/design-system-v3.js +101 -98
  101. package/dist/design-system-v3.umd.cjs +25 -33
  102. package/dist/main-DkZZpa3S.js +35197 -0
  103. package/dist/style.css +1 -1
  104. package/dist/utils/formatNir/formatNir.d.ts +2 -0
  105. package/dist/utils/index.d.ts +1 -0
  106. package/dist/utils/insertAt.d.ts +1 -0
  107. package/dist/utils/rules/validateDateValue.d.ts +14 -0
  108. package/dist/vuetifyConfig.d.ts +6 -6
  109. package/package.json +4 -4
  110. package/src/assets/tokens.scss +2 -0
  111. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +1 -18
  112. package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +178 -9
  113. package/src/components/Amelipro/AmeliproAccordion/__tests__/__snapshots__/AmeliproAccordion.spec.ts.snap +28 -121
  114. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +15 -270
  115. package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +12 -194
  116. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/__snapshots__/AmeliproAccordionResultTemplate.spec.ts.snap +1 -18
  117. package/src/components/Amelipro/AmeliproAccordionResult/__tests__/__snapshots__/AmeliproAccordionResult.spec.ts.snap +1 -18
  118. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +12 -194
  119. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +9 -9
  120. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +5 -4
  121. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/AmeliproAutoCompleteField.spec.ts +6 -6
  122. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -0
  123. package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +135 -9
  124. package/src/components/Amelipro/AmeliproBadge/__tests__/__snapshots__/AmeliproBadge.spec.ts.snap +20 -5
  125. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/AmeliproBreadcrumb.spec.ts +195 -28
  126. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +193 -124
  127. package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
  128. package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +364 -12
  129. package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +30 -390
  130. package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +4 -36
  131. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +10 -10
  132. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +7 -7
  133. package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +5 -5
  134. package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +1 -1
  135. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +7 -6
  136. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +6 -6
  137. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +6 -6
  138. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +2 -2
  139. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -43
  140. package/src/components/Amelipro/AmeliproContentLayout/__tests__/AmeliproContentLayout.spec.ts +80 -9
  141. package/src/components/Amelipro/AmeliproContentLayout/__tests__/__snapshots__/AmeliproContentLayout.spec.ts.snap +25 -4
  142. package/src/components/Amelipro/AmeliproCopyBtn/__tests__/__snapshots__/AmeliproCopyBtn.spec.ts.snap +1 -13
  143. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.stories.ts +7 -6
  144. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +5 -5
  145. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +187 -39
  146. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/__snapshots__/AmeliproCustomSelector.spec.ts.snap +147 -147
  147. package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +1 -1
  148. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +0 -2
  149. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/AmeliproErrorTemplate.spec.ts +160 -20
  150. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +34 -177
  151. package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +1 -0
  152. package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +248 -19
  153. package/src/components/Amelipro/AmeliproFilePreview/__tests__/__snapshots__/AmeliproFilePreview.spec.ts.snap +34 -203
  154. package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +6 -144
  155. package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.vue +20 -2
  156. package/src/components/Amelipro/AmeliproIcon/__tests__/__snapshots__/AmeliproIcon.spec.ts.snap +1 -25
  157. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.stories.ts +5 -5
  158. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -6
  159. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/AmeliproIllustratedRadioGroup.spec.ts +22 -22
  160. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +2 -2
  161. package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/AmeliproMultipleFoldingCard.spec.ts +304 -0
  162. package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +373 -0
  163. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +2 -0
  164. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +28 -2
  165. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +9 -173
  166. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -1
  167. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +162 -72
  168. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +2 -2
  169. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +6 -39
  170. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +3 -3
  171. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +8 -8
  172. package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/AmeliproPostalAddressField.spec.ts +2 -2
  173. package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +11 -52
  174. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.stories.ts +7 -7
  175. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +8 -8
  176. package/src/components/Amelipro/AmeliproRadioGroup/__tests__/AmeliproRadioGroup.spec.ts +6 -6
  177. package/src/components/Amelipro/AmeliproRadioGroup/__tests__/__snapshots__/AmeliproRadioGroup.spec.ts.snap +2 -2
  178. package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +2 -14
  179. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.stories.ts +7 -7
  180. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +4 -4
  181. package/src/components/Amelipro/AmeliproSelect/__tests__/AmeliproSelect.spec.ts +12 -12
  182. package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +2 -2
  183. package/src/components/Amelipro/AmeliproStepper/__tests__/__snapshots__/AmeliproStepper.spec.ts.snap +2 -2
  184. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +2 -2
  185. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +463 -68
  186. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +176 -511
  187. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.stories.ts +6 -6
  188. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -4
  189. package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +3 -3
  190. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +1 -2
  191. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +10 -10
  192. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +4 -4
  193. package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +5 -5
  194. package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +162 -0
  195. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +44 -0
  196. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +79 -1
  197. package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +0 -2
  198. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +2 -2
  199. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +21 -7
  200. package/src/components/Amelipro/AmeliproUpload/__tests__/AmeliproUpload.spec.ts +252 -44
  201. package/src/components/Amelipro/AmeliproUpload/__tests__/__snapshots__/AmeliproUpload.spec.ts.snap +166 -0
  202. package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/ServiceBtn.spec.ts +137 -0
  203. package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/__snapshots__/ServiceBtn.spec.ts.snap +56 -0
  204. package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/ServiceList.spec.ts +116 -0
  205. package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/__snapshots__/ServiceList.spec.ts.snap +58 -0
  206. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/ServiceMenuContent.spec.ts +118 -0
  207. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/__snapshots__/ServiceMenuContent.spec.ts.snap +151 -0
  208. package/src/components/Amelipro/ServiceMenu/__tests__/ServiceMenu.spec.ts +259 -0
  209. package/src/components/Amelipro/ServiceMenu/__tests__/__snapshots__/ServiceMenu.spec.ts.snap +102 -0
  210. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/StructureBtn.spec.ts +90 -0
  211. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/__snapshots__/StructureBtn.spec.ts.snap +63 -0
  212. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/StructureItem.spec.ts +133 -0
  213. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/__snapshots__/StructureItem.spec.ts.snap +143 -0
  214. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/StructureList.spec.ts +190 -0
  215. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/__snapshots__/StructureList.spec.ts.snap +109 -0
  216. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/StructureTabs.spec.ts +159 -0
  217. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/__snapshots__/StructureTabs.spec.ts.snap +103 -0
  218. package/src/components/Amelipro/StructureMenu/__tests__/StructureMenu.spec.ts +165 -0
  219. package/src/components/Amelipro/StructureMenu/__tests__/__snapshots__/StructureMenu.spec.ts.snap +39 -0
  220. package/src/components/Amelipro/UserInformationSummary/__tests__/UserInformationSummary.spec.ts +140 -0
  221. package/src/components/Amelipro/UserInformationSummary/{tests → __tests__}/__snapshots__/UserInformationSummary.spec.ts.snap +17 -24
  222. package/src/components/Amelipro/UserMenu/UserMenu.stories.ts +3 -3
  223. package/src/components/Amelipro/UserMenu/UserMenu.vue +2 -2
  224. package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/UserMenuDetails.spec.ts +150 -0
  225. package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/__snapshots__/UserMenuDetails.spec.ts.snap +117 -0
  226. package/src/components/Amelipro/UserMenu/__tests__/UserMenu.spec.ts +141 -0
  227. package/src/components/Amelipro/UserMenu/__tests__/__snapshots__/UserMenu.spec.ts.snap +103 -0
  228. package/src/components/Captcha/Captcha.vue +9 -24
  229. package/src/components/Captcha/CaptchaHelpdesk.vue +42 -0
  230. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +256 -268
  231. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +0 -1
  232. package/src/components/Customs/Selects/SelectBtnField/Accessibilite.stories.ts +4 -0
  233. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +154 -82
  234. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +229 -125
  235. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +12 -12
  236. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +344 -826
  237. package/src/components/Customs/Selects/SySelect/SySelect.vue +215 -169
  238. package/src/components/Customs/Selects/SySelect/composables/tests/useSySelectKeyboard.spec.ts +4 -2
  239. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +7 -9
  240. package/src/components/Customs/SyForm/SyForm.mdx +47 -7
  241. package/src/components/Customs/SyForm/SyForm.stories.ts +38 -34
  242. package/src/components/Customs/SyForm/SyForm.vue +27 -6
  243. package/src/components/Customs/SyRadioGroup/Accessibilite.mdx +263 -0
  244. package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +37 -0
  245. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +665 -0
  246. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +324 -0
  247. package/src/components/Customs/SyRadioGroup/locales.ts +3 -0
  248. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +135 -0
  249. package/src/components/Customs/SyTabs/SyTabs.vue +1 -1
  250. package/src/components/Customs/SyTextField/SyTextField.vue +225 -194
  251. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +32 -2
  252. package/src/components/DataList/DataList.mdx +3 -1
  253. package/src/components/DataList/DataList.stories.ts +67 -17
  254. package/src/components/DataList/DataList.vue +13 -1
  255. package/src/components/DataListGroup/DataListGroup.stories.ts +42 -12
  256. package/src/components/DataListGroup/DataListGroup.vue +14 -1
  257. package/src/components/DataListItem/DataListItem.vue +10 -2
  258. package/src/components/DataListItem/tests/DataListItem.spec.ts +1 -1
  259. package/src/components/DatePicker/CalendarMode/DatePicker.vue +157 -178
  260. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +5 -0
  261. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +179 -179
  262. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +261 -258
  263. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +234 -827
  264. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +46 -73
  265. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +350 -0
  266. package/src/components/DatePicker/composables/index.ts +4 -0
  267. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +270 -0
  268. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +61 -3
  269. package/src/components/DatePicker/composables/tests/useDateRangeInput.spec.ts +198 -0
  270. package/src/components/DatePicker/composables/tests/useDisplayedDateString.spec.ts +36 -2
  271. package/src/components/DatePicker/composables/tests/useInputHandler.spec.ts +755 -0
  272. package/src/components/DatePicker/composables/tests/useKeyboardEvents.spec.ts +168 -0
  273. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +40 -34
  274. package/src/components/DatePicker/composables/useAsteriskDisplay.ts +1 -2
  275. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +155 -0
  276. package/src/components/DatePicker/composables/useDatePickerState.ts +163 -0
  277. package/src/components/DatePicker/composables/useDateRangeInput.ts +4 -8
  278. package/src/components/DatePicker/composables/useDateTextField.ts +156 -0
  279. package/src/components/DatePicker/composables/useHolidayHighlighting.ts +64 -0
  280. package/src/components/DatePicker/composables/useInputHandler.ts +25 -19
  281. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +52 -26
  282. package/src/components/DatePicker/constants/messages.ts +0 -1
  283. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
  284. package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +16 -8
  285. package/src/components/ErrorPage/ErrorPage.vue +1 -1
  286. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +17 -0
  287. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +0 -1
  288. package/src/components/LunarCalendar/LunarCalendar.mdx +33 -0
  289. package/src/components/LunarCalendar/LunarCalendar.stories.ts +232 -0
  290. package/src/components/LunarCalendar/LunarCalendar.vue +57 -0
  291. package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +79 -0
  292. package/src/components/LunarCalendar/useLunarCalendarRules.ts +96 -0
  293. package/src/components/LunarCalendar/useLunarCalendarValidation.ts +47 -0
  294. package/src/components/NotificationBar/NotificationBar.vue +2 -2
  295. package/src/components/PaginatedTable/PaginatedTable.stories.ts +15 -10
  296. package/src/components/PaginatedTable/PaginatedTable.vue +24 -35
  297. package/src/components/PhoneField/PhoneField.vue +102 -83
  298. package/src/components/SearchListField/tests/SearchListField.spec.ts +7 -53
  299. package/src/components/SyAlert/SyAlert.vue +5 -2
  300. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +24 -72
  301. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +521 -23
  302. package/src/components/Tables/SyServerTable/SyServerTable.vue +19 -13
  303. package/src/components/Tables/SyTable/SyTable.stories.ts +391 -18
  304. package/src/components/Tables/SyTable/SyTable.vue +16 -11
  305. package/src/components/Tables/common/TableHeader.vue +16 -7
  306. package/src/components/Tables/common/filters/DateFilter.vue +1 -1
  307. package/src/components/Tables/common/locales.ts +1 -0
  308. package/src/components/Tables/common/tableFilterUtils.ts +3 -3
  309. package/src/components/Tables/common/types.ts +4 -2
  310. package/src/components/Tables/common/useTableCheckbox.ts +4 -3
  311. package/src/components/Tables/common/useTableFilter.ts +2 -2
  312. package/src/components/Tables/common/useTableItems.ts +4 -19
  313. package/src/components/index.ts +2 -0
  314. package/src/composables/validation/tests/useFormValidation.spec.ts +251 -0
  315. package/src/composables/validation/tests/useValidatable.spec.ts +90 -0
  316. package/src/stories/Accessibilite/Audit/Exemptions-derogations.mdx +241 -0
  317. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +17 -10
  318. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +16 -0
  319. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +160 -106
  320. package/src/stories/Accessibilite/Vuetify/VuetifyItems.ts +2 -1
  321. package/src/stories/GuideDuDev/ClassesUtilitaires/FormattingUtilities.mdx +20 -0
  322. package/src/stories/GuideDuDev/ClassesUtilitaires/index.mdx +10 -0
  323. package/src/utils/formatNir/formatNir.ts +15 -0
  324. package/src/utils/index.ts +1 -0
  325. package/src/utils/insertAt.ts +11 -0
  326. package/src/utils/rules/isDateValid/IsDateValid.mdx +2 -2
  327. package/src/utils/rules/isDateValid/IsDateValid.stories.ts +6 -4
  328. package/src/utils/rules/isDateValid/index.ts +23 -8
  329. package/src/utils/rules/isDateValid/tests/isDateValid.spec.ts +9 -0
  330. package/src/utils/rules/isExactLength/IsExactLenght.mdx +1 -1
  331. package/src/utils/rules/isHolidayDay/IsHolidayDay.mdx +19 -7
  332. package/src/utils/rules/isHolidayDay/index.ts +6 -8
  333. package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +13 -1
  334. package/src/utils/rules/isNotAfterDate/IsNotAfterDate.mdx +2 -2
  335. package/src/utils/rules/isNotAfterDate/IsNotAfterDate.stories.ts +9 -2
  336. package/src/utils/rules/isNotAfterDate/index.ts +5 -12
  337. package/src/utils/rules/isNotAfterDate/tests/isNotAfterDate.spec.ts +20 -0
  338. package/src/utils/rules/isNotAfterToday/IsNotAfterToday.mdx +2 -2
  339. package/src/utils/rules/isNotAfterToday/IsNotAfterToday.stories.ts +8 -2
  340. package/src/utils/rules/isNotAfterToday/index.ts +6 -6
  341. package/src/utils/rules/isNotAfterToday/tests/isNotAfterToday.spec.ts +20 -0
  342. package/src/utils/rules/isNotBeforeDate/IsNotBeforeDate.mdx +2 -2
  343. package/src/utils/rules/isNotBeforeDate/index.ts +5 -12
  344. package/src/utils/rules/isNotBeforeDate/tests/IsNotBeforeDate.spec.ts +20 -0
  345. package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.mdx +2 -2
  346. package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.stories.ts +8 -2
  347. package/src/utils/rules/isNotBeforeToday/index.ts +6 -6
  348. package/src/utils/rules/isNotBeforeToday/tests/notBeforeToday.spec.ts +19 -0
  349. package/src/utils/rules/validateDateValue.ts +37 -0
  350. package/src/vuetifyConfig.ts +6 -2
  351. package/dist/components/Customs/Selects/SelectBtnField/config.d.ts +0 -11
  352. package/dist/components/DatePicker/tests/setup.d.ts +0 -75370
  353. package/dist/components/Tables/common/formatters.d.ts +0 -17
  354. package/dist/main-CbBVJ_le.js +0 -34377
  355. package/dist/stories/Accessibilite/Vuetify/VuetifyItems.d.ts +0 -70
  356. package/dist/stories/DesignTokens/StylesTypographiques.stories.new.d.ts +0 -8
  357. package/dist/stories/DesignTokens/TypographyDisplay.d.ts +0 -28
  358. package/dist/stories/DesignTokens/vue-shims.d.ts +0 -6
  359. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/AmeliproMultipleFoldingCard.spec.ts +0 -40
  360. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +0 -369
  361. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/ServiceBtn.spec.ts +0 -21
  362. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +0 -100
  363. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/ServiceList.spec.ts +0 -25
  364. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +0 -245
  365. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/ServiceMenuContent.spec.ts +0 -45
  366. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +0 -787
  367. package/src/components/Amelipro/ServiceMenu/tests/ServiceMenu.spec.ts +0 -46
  368. package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +0 -111
  369. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/StructureBtn.spec.ts +0 -17
  370. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/__snapshots__/StructureBtn.spec.ts.snap +0 -34
  371. package/src/components/Amelipro/StructureMenu/StructureItem/tests/StructureItem.spec.ts +0 -21
  372. package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +0 -106
  373. package/src/components/Amelipro/StructureMenu/StructureList/tests/StructureList.spec.ts +0 -33
  374. package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +0 -353
  375. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/StructureTabs.spec.ts +0 -60
  376. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +0 -824
  377. package/src/components/Amelipro/StructureMenu/tests/StructureMenu.spec.ts +0 -69
  378. package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +0 -1383
  379. package/src/components/Amelipro/UserInformationSummary/tests/UserInformationSummary.spec.ts +0 -24
  380. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/UserMenuDetails.spec.ts +0 -33
  381. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/__snapshots__/UserMenuDetails.spec.ts.snap +0 -3
  382. package/src/components/Amelipro/UserMenu/tests/UserMenu.spec.ts +0 -34
  383. package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +0 -101
  384. package/src/components/Customs/Selects/SelectBtnField/config.ts +0 -11
  385. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.events.spec.ts +0 -151
  386. package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +0 -148
  387. package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +0 -361
  388. package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +0 -709
  389. package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +0 -4111
  390. package/src/components/DatePicker/tests/archiTest.md +0 -33
  391. package/src/components/DatePicker/tests/navigation.regression.spec.ts +0 -74
  392. package/src/components/DatePicker/tests/navigation.simple.spec.ts +0 -137
  393. package/src/components/DatePicker/tests/setup.ts +0 -243
  394. package/src/components/Tables/common/formatters.ts +0 -72
@@ -26,197 +26,196 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
26
26
  modelValue: string;
27
27
  bgColor: string;
28
28
  rules: Rule[];
29
- validateOn: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input";
29
+ validateOn: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input";
30
30
  replaceTabs: number;
31
31
  maxLines: number;
32
32
  autoWrap: number;
33
33
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
34
34
  textAreaRef: import('vue').CreateComponentPublicInstanceWithMixins<{
35
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
35
+ flat: boolean;
36
+ reverse: boolean;
37
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
38
+ error: boolean;
39
+ active: boolean;
40
+ direction: "vertical" | "horizontal";
41
+ details: boolean;
42
+ style: import('vue').StyleValue;
43
+ autofocus: boolean;
44
+ disabled: boolean;
45
+ readonly: boolean | null;
46
+ messages: string | readonly string[];
47
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
36
48
  focused: boolean;
37
49
  errorMessages: string | readonly string[] | null;
38
50
  maxErrors: string | number;
39
- readonly: boolean | null;
40
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
41
51
  density: import('vuetify/lib/composables/density.mjs').Density;
42
52
  tile: boolean;
53
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
54
+ glow: boolean;
43
55
  hideSpinButtons: boolean;
44
56
  persistentHint: boolean;
45
- messages: string | readonly string[];
46
- direction: "vertical" | "horizontal";
47
57
  clearable: boolean;
48
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
49
- active: boolean;
50
58
  dirty: boolean;
51
- disabled: boolean;
52
- glow: boolean;
53
- error: boolean;
54
- flat: boolean;
55
59
  persistentClear: boolean;
56
- reverse: boolean;
57
60
  singleLine: boolean;
58
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
59
- autoGrow: boolean;
60
- autofocus: boolean;
61
61
  persistentPlaceholder: boolean;
62
62
  persistentCounter: boolean;
63
+ autoGrow: boolean;
63
64
  noResize: boolean;
64
65
  rows: string | number;
65
66
  } & {
66
- theme?: string | undefined;
67
- class?: any;
68
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
69
67
  name?: string | undefined;
70
- modelValue?: any;
71
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
72
- validationValue?: any;
73
- rounded?: string | number | boolean | undefined;
68
+ id?: string | undefined;
69
+ width?: string | number | undefined;
70
+ color?: string | undefined;
74
71
  maxWidth?: string | number | undefined;
75
72
  minWidth?: string | number | undefined;
76
- width?: string | number | undefined;
77
73
  loading?: string | boolean | undefined;
78
- id?: string | undefined;
79
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
80
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
81
- hideDetails?: boolean | "auto" | undefined;
82
- hint?: string | undefined;
83
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
84
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
85
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
86
- bgColor?: string | undefined;
87
- centerAffix?: boolean | undefined;
88
- color?: string | undefined;
89
- baseColor?: string | undefined;
90
- iconColor?: string | boolean | undefined;
91
74
  label?: string | undefined;
92
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
93
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
94
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
95
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
96
- autocomplete?: string | undefined;
97
- counter?: string | number | true | undefined;
98
- counterValue?: ((value: any) => number) | undefined;
99
75
  prefix?: string | undefined;
76
+ class?: any;
77
+ theme?: string | undefined;
100
78
  placeholder?: string | undefined;
101
- maxHeight?: string | number | undefined;
102
- maxRows?: string | number | undefined;
79
+ counter?: string | number | true | undefined;
80
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
81
+ modelValue?: any;
82
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
83
+ validationValue?: any;
84
+ rounded?: string | number | boolean | undefined;
85
+ baseColor?: string | undefined;
86
+ bgColor?: string | undefined;
87
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
88
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
89
+ iconColor?: string | boolean | undefined;
90
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
91
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
92
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
93
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
94
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
95
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
96
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
97
+ centerAffix?: boolean | undefined;
98
+ hint?: string | undefined;
99
+ hideDetails?: boolean | "auto" | undefined;
103
100
  suffix?: string | undefined;
101
+ counterValue?: ((value: any) => number) | undefined;
104
102
  modelModifiers?: Record<string, boolean> | undefined;
103
+ maxRows?: string | number | undefined;
105
104
  } & {
106
105
  $children?: {} | import('vue').VNodeChild | {
107
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
108
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
109
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
106
+ $stable?: boolean | undefined;
107
+ } | {
110
108
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
111
109
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
112
110
  props: Record<string, any>;
113
111
  }) => import('vue').VNodeChild) | undefined;
114
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
115
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
112
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
116
113
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
117
114
  label: string | undefined;
118
115
  props: Record<string, any>;
119
116
  }) => import('vue').VNodeChild) | undefined;
117
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
118
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
120
119
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
120
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
121
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
121
122
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
122
- } | {
123
- $stable?: boolean | undefined;
124
123
  };
125
- "v-slots"?: {
126
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
127
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
128
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
124
+ 'v-slots'?: {
129
125
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
130
126
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
131
127
  props: Record<string, any>;
132
128
  }) => import('vue').VNodeChild) | undefined;
133
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
134
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
129
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
135
130
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
136
131
  label: string | undefined;
137
132
  props: Record<string, any>;
138
133
  }) => import('vue').VNodeChild) | undefined;
134
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
135
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
139
136
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
137
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
138
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
140
139
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
141
140
  } | undefined;
142
141
  } & {
143
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
144
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
142
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
145
143
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
146
144
  props: Record<string, any>;
147
145
  }) => import('vue').VNodeChild) | undefined;
148
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
149
146
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
150
147
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
151
148
  label: string | undefined;
152
149
  props: Record<string, any>;
153
150
  }) => import('vue').VNodeChild) | undefined;
154
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
155
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
151
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
156
152
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
153
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
157
154
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
155
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
156
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
158
157
  } & {
159
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
160
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
161
158
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
162
159
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
160
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
161
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
163
162
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
164
- }, HTMLTextAreaElement & Omit<Omit<{
163
+ }, Omit<Omit<{
165
164
  $: import('vue').ComponentInternalInstance;
166
165
  $data: {};
167
166
  $props: Partial<{
167
+ error: boolean;
168
+ direction: "vertical" | "horizontal";
168
169
  style: import('vue').StyleValue;
169
- focused: boolean;
170
170
  disabled: boolean | null;
171
- error: boolean;
172
- errorMessages: string | readonly string[] | null;
173
- maxErrors: string | number;
174
171
  readonly: boolean | null;
172
+ messages: string | readonly string[];
175
173
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
174
+ focused: boolean;
175
+ errorMessages: string | readonly string[] | null;
176
+ maxErrors: string | number;
176
177
  density: import('vuetify/lib/composables/density.mjs').Density;
177
178
  centerAffix: boolean;
178
179
  glow: boolean;
179
180
  hideSpinButtons: boolean;
180
181
  persistentHint: boolean;
181
- messages: string | readonly string[];
182
- direction: "vertical" | "horizontal";
183
182
  }> & Omit<{
184
- theme?: string | undefined;
185
- class?: any;
186
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
187
- focused: boolean;
188
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
189
- disabled: boolean | null;
190
183
  error: boolean;
191
- errorMessages: string | readonly string[] | null;
192
- maxErrors: string | number;
193
- name?: string | undefined;
194
- label?: string | undefined;
184
+ direction: "vertical" | "horizontal";
185
+ style: import('vue').StyleValue;
186
+ disabled: boolean | null;
195
187
  readonly: boolean | null;
188
+ messages: string | readonly string[];
196
189
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
197
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
198
- validationValue?: any;
190
+ focused: boolean;
191
+ errorMessages: string | readonly string[] | null;
192
+ maxErrors: string | number;
199
193
  density: import('vuetify/lib/composables/density.mjs').Density;
194
+ centerAffix: boolean;
195
+ glow: boolean;
196
+ hideSpinButtons: boolean;
197
+ persistentHint: boolean;
198
+ name?: string | undefined;
199
+ id?: string | undefined;
200
+ width?: string | number | undefined;
201
+ color?: string | undefined;
200
202
  maxWidth?: string | number | undefined;
201
203
  minWidth?: string | number | undefined;
202
- width?: string | number | undefined;
203
- id?: string | undefined;
204
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
204
+ label?: string | undefined;
205
+ class?: any;
206
+ theme?: string | undefined;
207
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
208
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
209
+ validationValue?: any;
205
210
  baseColor?: string | undefined;
206
- centerAffix: boolean;
207
- color?: string | undefined;
208
- glow: boolean;
209
- iconColor?: string | boolean | undefined;
210
211
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
211
- hideDetails?: boolean | "auto" | undefined;
212
- hideSpinButtons: boolean;
212
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
213
+ iconColor?: string | boolean | undefined;
214
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
215
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
213
216
  hint?: string | undefined;
214
- persistentHint: boolean;
215
- messages: string | readonly string[];
216
- direction: "vertical" | "horizontal";
217
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
218
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
219
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
217
+ hideDetails?: boolean | "auto" | undefined;
218
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
220
219
  $attrs: {
221
220
  [x: string]: unknown;
222
221
  };
@@ -246,42 +245,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
246
245
  $emit: (event: string, ...args: any[]) => void;
247
246
  $el: any;
248
247
  $options: import('vue').ComponentOptionsBase<{
249
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
250
- focused: boolean;
251
- disabled: boolean | null;
252
248
  error: boolean;
253
- errorMessages: string | readonly string[] | null;
254
- maxErrors: string | number;
249
+ direction: "vertical" | "horizontal";
250
+ style: import('vue').StyleValue;
251
+ disabled: boolean | null;
255
252
  readonly: boolean | null;
253
+ messages: string | readonly string[];
256
254
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
255
+ focused: boolean;
256
+ errorMessages: string | readonly string[] | null;
257
+ maxErrors: string | number;
257
258
  density: import('vuetify/lib/composables/density.mjs').Density;
258
259
  centerAffix: boolean;
259
260
  glow: boolean;
260
261
  hideSpinButtons: boolean;
261
262
  persistentHint: boolean;
262
- messages: string | readonly string[];
263
- direction: "vertical" | "horizontal";
264
263
  } & {
265
- theme?: string | undefined;
266
- class?: any;
267
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
268
264
  name?: string | undefined;
269
- label?: string | undefined;
270
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
271
- validationValue?: any;
265
+ id?: string | undefined;
266
+ width?: string | number | undefined;
267
+ color?: string | undefined;
272
268
  maxWidth?: string | number | undefined;
273
269
  minWidth?: string | number | undefined;
274
- width?: string | number | undefined;
275
- id?: string | undefined;
276
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
270
+ label?: string | undefined;
271
+ class?: any;
272
+ theme?: string | undefined;
273
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
274
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
275
+ validationValue?: any;
277
276
  baseColor?: string | undefined;
278
- color?: string | undefined;
279
- iconColor?: string | boolean | undefined;
280
277
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
281
- hideDetails?: boolean | "auto" | undefined;
278
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
279
+ iconColor?: string | boolean | undefined;
280
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
281
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
282
282
  hint?: string | undefined;
283
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
284
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
283
+ hideDetails?: boolean | "auto" | undefined;
285
284
  }, {
286
285
  reset: () => Promise<void>;
287
286
  resetValidation: () => Promise<void>;
@@ -289,23 +288,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
289
288
  isValid: import('vue').ComputedRef<boolean | null>;
290
289
  errorMessages: import('vue').ComputedRef<string[]>;
291
290
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
292
- "update:modelValue": (value: any) => true;
293
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
291
+ 'update:modelValue': (value: any) => true;
292
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
293
+ error: boolean;
294
+ direction: "vertical" | "horizontal";
294
295
  style: import('vue').StyleValue;
295
- focused: boolean;
296
296
  disabled: boolean | null;
297
- error: boolean;
298
- errorMessages: string | readonly string[] | null;
299
- maxErrors: string | number;
300
297
  readonly: boolean | null;
298
+ messages: string | readonly string[];
301
299
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
300
+ focused: boolean;
301
+ errorMessages: string | readonly string[] | null;
302
+ maxErrors: string | number;
302
303
  density: import('vuetify/lib/composables/density.mjs').Density;
303
304
  centerAffix: boolean;
304
305
  glow: boolean;
305
306
  hideSpinButtons: boolean;
306
307
  persistentHint: boolean;
307
- messages: string | readonly string[];
308
- direction: "vertical" | "horizontal";
309
308
  }, {}, string, import('vue').SlotsType<Partial<{
310
309
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
311
310
  [key: string]: any;
@@ -323,79 +322,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
323
322
  [key: string]: any;
324
323
  }>[];
325
324
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
326
- beforeCreate?: (() => void)[] | (() => void) | undefined;
327
- created?: (() => void)[] | (() => void) | undefined;
328
- beforeMount?: (() => void)[] | (() => void) | undefined;
329
- mounted?: (() => void)[] | (() => void) | undefined;
330
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
331
- updated?: (() => void)[] | (() => void) | undefined;
332
- activated?: (() => void)[] | (() => void) | undefined;
333
- deactivated?: (() => void)[] | (() => void) | undefined;
334
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
335
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
336
- destroyed?: (() => void)[] | (() => void) | undefined;
337
- unmounted?: (() => void)[] | (() => void) | undefined;
338
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
339
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
340
- 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) => boolean | void)[] | ((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) => boolean | void) | undefined;
325
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
326
+ created?: (() => void) | (() => void)[] | undefined;
327
+ beforeMount?: (() => void) | (() => void)[] | undefined;
328
+ mounted?: (() => void) | (() => void)[] | undefined;
329
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
330
+ updated?: (() => void) | (() => void)[] | undefined;
331
+ activated?: (() => void) | (() => void)[] | undefined;
332
+ deactivated?: (() => void) | (() => void)[] | undefined;
333
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
334
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
335
+ destroyed?: (() => void) | (() => void)[] | undefined;
336
+ unmounted?: (() => void) | (() => void)[] | undefined;
337
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
338
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
339
+ 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) => boolean | void) | ((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) => boolean | void)[] | undefined;
341
340
  };
342
341
  $forceUpdate: () => void;
343
342
  $nextTick: typeof import('vue').nextTick;
344
343
  $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;
345
344
  } & Readonly<{
345
+ error: boolean;
346
+ direction: "vertical" | "horizontal";
346
347
  style: import('vue').StyleValue;
347
- focused: boolean;
348
348
  disabled: boolean | null;
349
- error: boolean;
350
- errorMessages: string | readonly string[] | null;
351
- maxErrors: string | number;
352
349
  readonly: boolean | null;
350
+ messages: string | readonly string[];
353
351
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
352
+ focused: boolean;
353
+ errorMessages: string | readonly string[] | null;
354
+ maxErrors: string | number;
354
355
  density: import('vuetify/lib/composables/density.mjs').Density;
355
356
  centerAffix: boolean;
356
357
  glow: boolean;
357
358
  hideSpinButtons: boolean;
358
359
  persistentHint: boolean;
359
- messages: string | readonly string[];
360
- direction: "vertical" | "horizontal";
361
360
  }> & Omit<{
362
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
363
- focused: boolean;
364
- disabled: boolean | null;
365
361
  error: boolean;
366
- errorMessages: string | readonly string[] | null;
367
- maxErrors: string | number;
362
+ direction: "vertical" | "horizontal";
363
+ style: import('vue').StyleValue;
364
+ disabled: boolean | null;
368
365
  readonly: boolean | null;
366
+ messages: string | readonly string[];
369
367
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
368
+ focused: boolean;
369
+ errorMessages: string | readonly string[] | null;
370
+ maxErrors: string | number;
370
371
  density: import('vuetify/lib/composables/density.mjs').Density;
371
372
  centerAffix: boolean;
372
373
  glow: boolean;
373
374
  hideSpinButtons: boolean;
374
375
  persistentHint: boolean;
375
- messages: string | readonly string[];
376
- direction: "vertical" | "horizontal";
377
376
  } & {
378
- theme?: string | undefined;
379
- class?: any;
380
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
381
377
  name?: string | undefined;
382
- label?: string | undefined;
383
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
384
- validationValue?: any;
378
+ id?: string | undefined;
379
+ width?: string | number | undefined;
380
+ color?: string | undefined;
385
381
  maxWidth?: string | number | undefined;
386
382
  minWidth?: string | number | undefined;
387
- width?: string | number | undefined;
388
- id?: string | undefined;
389
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
383
+ label?: string | undefined;
384
+ class?: any;
385
+ theme?: string | undefined;
386
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
387
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
388
+ validationValue?: any;
390
389
  baseColor?: string | undefined;
391
- color?: string | undefined;
392
- iconColor?: string | boolean | undefined;
393
390
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
394
- hideDetails?: boolean | "auto" | undefined;
391
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
392
+ iconColor?: string | boolean | undefined;
393
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
394
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
395
395
  hint?: string | undefined;
396
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
397
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
398
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
396
+ hideDetails?: boolean | "auto" | undefined;
397
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
399
398
  reset: () => Promise<void>;
400
399
  resetValidation: () => Promise<void>;
401
400
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -403,8 +402,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
403
402
  errorMessages: import('vue').ComputedRef<string[]>;
404
403
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
405
404
  modelValue?: unknown;
406
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
407
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "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" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
405
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
406
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "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" | "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 & {
408
407
  _allExposed: {} | {
409
408
  reset: () => Promise<void>;
410
409
  resetValidation: () => Promise<void>;
@@ -413,54 +412,46 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
413
412
  errorMessages: import('vue').ComputedRef<string[]>;
414
413
  };
415
414
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
416
- "click:control": (e: MouseEvent) => true;
417
- "mousedown:control": (e: MouseEvent) => true;
418
- "update:focused": (focused: boolean) => true;
419
- "update:modelValue": (val: string) => true;
420
- "update:rows": (rows: number) => true;
415
+ 'click:control': (e: MouseEvent) => true;
416
+ 'mousedown:control': (e: MouseEvent) => true;
417
+ 'update:focused': (focused: boolean) => true;
418
+ 'update:modelValue': (val: string) => true;
419
+ 'update:rows': (rows: number) => true;
421
420
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
421
+ flat: boolean;
422
+ reverse: boolean;
423
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
424
+ error: boolean;
425
+ active: boolean;
426
+ direction: "vertical" | "horizontal";
427
+ details: boolean;
422
428
  style: import('vue').StyleValue;
429
+ autofocus: boolean;
430
+ disabled: boolean;
431
+ readonly: boolean | null;
432
+ messages: string | readonly string[];
433
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
423
434
  focused: boolean;
424
435
  errorMessages: string | readonly string[] | null;
425
436
  maxErrors: string | number;
426
- readonly: boolean | null;
427
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
428
437
  density: import('vuetify/lib/composables/density.mjs').Density;
429
438
  rounded: string | number | boolean;
430
439
  tile: boolean;
440
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
441
+ centerAffix: boolean;
442
+ glow: boolean;
431
443
  hideSpinButtons: boolean;
432
444
  persistentHint: boolean;
433
- messages: string | readonly string[];
434
- direction: "vertical" | "horizontal";
435
445
  clearable: boolean;
436
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
437
- active: boolean;
438
- centerAffix: boolean;
439
446
  dirty: boolean;
440
- disabled: boolean;
441
- glow: boolean;
442
- error: boolean;
443
- flat: boolean;
444
447
  persistentClear: boolean;
445
- reverse: boolean;
446
448
  singleLine: boolean;
447
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
448
- autoGrow: boolean;
449
- autofocus: boolean;
450
449
  persistentPlaceholder: boolean;
451
450
  persistentCounter: boolean;
451
+ autoGrow: boolean;
452
452
  noResize: boolean;
453
453
  rows: string | number;
454
454
  }, true, {}, import('vue').SlotsType<Partial<{
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
455
  message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
465
456
  [key: string]: any;
466
457
  }>[];
@@ -469,10 +460,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
469
460
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
470
461
  [key: string]: any;
471
462
  }>[];
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, {
463
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
476
464
  [key: string]: any;
477
465
  }>[];
478
466
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -481,9 +469,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
481
469
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
482
470
  [key: string]: any;
483
471
  }>[];
472
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
473
+ [key: string]: any;
474
+ }>[];
475
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
476
+ [key: string]: any;
477
+ }>[];
484
478
  loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
485
479
  [key: string]: any;
486
480
  }>[];
481
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
482
+ [key: string]: any;
483
+ }>[];
484
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
485
+ [key: string]: any;
486
+ }>[];
487
487
  counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
488
488
  [key: string]: any;
489
489
  }>[];
@@ -495,191 +495,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
495
495
  M: {};
496
496
  Defaults: {};
497
497
  }, {
498
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
498
+ flat: boolean;
499
+ reverse: boolean;
500
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
501
+ error: boolean;
502
+ active: boolean;
503
+ direction: "vertical" | "horizontal";
504
+ details: boolean;
505
+ style: import('vue').StyleValue;
506
+ autofocus: boolean;
507
+ disabled: boolean;
508
+ readonly: boolean | null;
509
+ messages: string | readonly string[];
510
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
499
511
  focused: boolean;
500
512
  errorMessages: string | readonly string[] | null;
501
513
  maxErrors: string | number;
502
- readonly: boolean | null;
503
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
504
514
  density: import('vuetify/lib/composables/density.mjs').Density;
505
515
  tile: boolean;
516
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
517
+ glow: boolean;
506
518
  hideSpinButtons: boolean;
507
519
  persistentHint: boolean;
508
- messages: string | readonly string[];
509
- direction: "vertical" | "horizontal";
510
520
  clearable: boolean;
511
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
512
- active: boolean;
513
521
  dirty: boolean;
514
- disabled: boolean;
515
- glow: boolean;
516
- error: boolean;
517
- flat: boolean;
518
522
  persistentClear: boolean;
519
- reverse: boolean;
520
523
  singleLine: boolean;
521
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
522
- autoGrow: boolean;
523
- autofocus: boolean;
524
524
  persistentPlaceholder: boolean;
525
525
  persistentCounter: boolean;
526
+ autoGrow: boolean;
526
527
  noResize: boolean;
527
528
  rows: string | number;
528
529
  } & {
529
- theme?: string | undefined;
530
- class?: any;
531
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
532
530
  name?: string | undefined;
533
- modelValue?: any;
534
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
535
- validationValue?: any;
536
- rounded?: string | number | boolean | undefined;
531
+ id?: string | undefined;
532
+ width?: string | number | undefined;
533
+ color?: string | undefined;
537
534
  maxWidth?: string | number | undefined;
538
535
  minWidth?: string | number | undefined;
539
- width?: string | number | undefined;
540
536
  loading?: string | boolean | undefined;
541
- id?: string | undefined;
542
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
543
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
544
- hideDetails?: boolean | "auto" | undefined;
545
- hint?: string | undefined;
546
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
547
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
548
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
549
- bgColor?: string | undefined;
550
- centerAffix?: boolean | undefined;
551
- color?: string | undefined;
552
- baseColor?: string | undefined;
553
- iconColor?: string | boolean | undefined;
554
537
  label?: string | undefined;
555
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
556
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
557
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
558
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
559
- autocomplete?: string | undefined;
560
- counter?: string | number | true | undefined;
561
- counterValue?: ((value: any) => number) | undefined;
562
538
  prefix?: string | undefined;
539
+ class?: any;
540
+ theme?: string | undefined;
563
541
  placeholder?: string | undefined;
564
- maxHeight?: string | number | undefined;
565
- maxRows?: string | number | undefined;
542
+ counter?: string | number | true | undefined;
543
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
544
+ modelValue?: any;
545
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
546
+ validationValue?: any;
547
+ rounded?: string | number | boolean | undefined;
548
+ baseColor?: string | undefined;
549
+ bgColor?: string | undefined;
550
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
551
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
552
+ iconColor?: string | boolean | undefined;
553
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
554
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
555
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
556
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
557
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
558
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
559
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
560
+ centerAffix?: boolean | undefined;
561
+ hint?: string | undefined;
562
+ hideDetails?: boolean | "auto" | undefined;
566
563
  suffix?: string | undefined;
564
+ counterValue?: ((value: any) => number) | undefined;
567
565
  modelModifiers?: Record<string, boolean> | undefined;
566
+ maxRows?: string | number | undefined;
568
567
  } & {
569
568
  $children?: {} | import('vue').VNodeChild | {
570
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
571
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
572
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
569
+ $stable?: boolean | undefined;
570
+ } | {
573
571
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
574
572
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
575
573
  props: Record<string, any>;
576
574
  }) => import('vue').VNodeChild) | undefined;
577
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
578
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
575
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
579
576
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
580
577
  label: string | undefined;
581
578
  props: Record<string, any>;
582
579
  }) => import('vue').VNodeChild) | undefined;
580
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
581
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
583
582
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
583
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
584
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
584
585
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
585
- } | {
586
- $stable?: boolean | undefined;
587
586
  };
588
- "v-slots"?: {
589
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
590
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
591
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
587
+ 'v-slots'?: {
592
588
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
593
589
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
594
590
  props: Record<string, any>;
595
591
  }) => import('vue').VNodeChild) | undefined;
596
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
597
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
592
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
598
593
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
599
594
  label: string | undefined;
600
595
  props: Record<string, any>;
601
596
  }) => import('vue').VNodeChild) | undefined;
597
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
598
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
602
599
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
600
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
601
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
603
602
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
604
603
  } | undefined;
605
604
  } & {
606
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
607
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
605
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
608
606
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
609
607
  props: Record<string, any>;
610
608
  }) => import('vue').VNodeChild) | undefined;
611
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
612
609
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
613
610
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
614
611
  label: string | undefined;
615
612
  props: Record<string, any>;
616
613
  }) => import('vue').VNodeChild) | undefined;
617
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
618
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
614
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
619
615
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
616
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
620
617
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
618
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
619
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
621
620
  } & {
622
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
623
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
624
621
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
625
622
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
623
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
624
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
626
625
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
627
- }, HTMLTextAreaElement & Omit<Omit<{
626
+ }, Omit<Omit<{
628
627
  $: import('vue').ComponentInternalInstance;
629
628
  $data: {};
630
629
  $props: Partial<{
630
+ error: boolean;
631
+ direction: "vertical" | "horizontal";
631
632
  style: import('vue').StyleValue;
632
- focused: boolean;
633
633
  disabled: boolean | null;
634
- error: boolean;
635
- errorMessages: string | readonly string[] | null;
636
- maxErrors: string | number;
637
634
  readonly: boolean | null;
635
+ messages: string | readonly string[];
638
636
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
637
+ focused: boolean;
638
+ errorMessages: string | readonly string[] | null;
639
+ maxErrors: string | number;
639
640
  density: import('vuetify/lib/composables/density.mjs').Density;
640
641
  centerAffix: boolean;
641
642
  glow: boolean;
642
643
  hideSpinButtons: boolean;
643
644
  persistentHint: boolean;
644
- messages: string | readonly string[];
645
- direction: "vertical" | "horizontal";
646
645
  }> & Omit<{
647
- theme?: string | undefined;
648
- class?: any;
649
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
650
- focused: boolean;
651
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
652
- disabled: boolean | null;
653
646
  error: boolean;
654
- errorMessages: string | readonly string[] | null;
655
- maxErrors: string | number;
656
- name?: string | undefined;
657
- label?: string | undefined;
647
+ direction: "vertical" | "horizontal";
648
+ style: import('vue').StyleValue;
649
+ disabled: boolean | null;
658
650
  readonly: boolean | null;
651
+ messages: string | readonly string[];
659
652
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
660
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
661
- validationValue?: any;
653
+ focused: boolean;
654
+ errorMessages: string | readonly string[] | null;
655
+ maxErrors: string | number;
662
656
  density: import('vuetify/lib/composables/density.mjs').Density;
657
+ centerAffix: boolean;
658
+ glow: boolean;
659
+ hideSpinButtons: boolean;
660
+ persistentHint: boolean;
661
+ name?: string | undefined;
662
+ id?: string | undefined;
663
+ width?: string | number | undefined;
664
+ color?: string | undefined;
663
665
  maxWidth?: string | number | undefined;
664
666
  minWidth?: string | number | undefined;
665
- width?: string | number | undefined;
666
- id?: string | undefined;
667
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
667
+ label?: string | undefined;
668
+ class?: any;
669
+ theme?: string | undefined;
670
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
671
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
672
+ validationValue?: any;
668
673
  baseColor?: string | undefined;
669
- centerAffix: boolean;
670
- color?: string | undefined;
671
- glow: boolean;
672
- iconColor?: string | boolean | undefined;
673
674
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
674
- hideDetails?: boolean | "auto" | undefined;
675
- hideSpinButtons: boolean;
675
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
676
+ iconColor?: string | boolean | undefined;
677
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
678
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
676
679
  hint?: string | undefined;
677
- persistentHint: boolean;
678
- messages: string | readonly string[];
679
- direction: "vertical" | "horizontal";
680
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
681
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
682
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
680
+ hideDetails?: boolean | "auto" | undefined;
681
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
683
682
  $attrs: {
684
683
  [x: string]: unknown;
685
684
  };
@@ -709,42 +708,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
709
708
  $emit: (event: string, ...args: any[]) => void;
710
709
  $el: any;
711
710
  $options: import('vue').ComponentOptionsBase<{
712
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
713
- focused: boolean;
714
- disabled: boolean | null;
715
711
  error: boolean;
716
- errorMessages: string | readonly string[] | null;
717
- maxErrors: string | number;
712
+ direction: "vertical" | "horizontal";
713
+ style: import('vue').StyleValue;
714
+ disabled: boolean | null;
718
715
  readonly: boolean | null;
716
+ messages: string | readonly string[];
719
717
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
718
+ focused: boolean;
719
+ errorMessages: string | readonly string[] | null;
720
+ maxErrors: string | number;
720
721
  density: import('vuetify/lib/composables/density.mjs').Density;
721
722
  centerAffix: boolean;
722
723
  glow: boolean;
723
724
  hideSpinButtons: boolean;
724
725
  persistentHint: boolean;
725
- messages: string | readonly string[];
726
- direction: "vertical" | "horizontal";
727
726
  } & {
728
- theme?: string | undefined;
729
- class?: any;
730
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
731
727
  name?: string | undefined;
732
- label?: string | undefined;
733
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
734
- validationValue?: any;
728
+ id?: string | undefined;
729
+ width?: string | number | undefined;
730
+ color?: string | undefined;
735
731
  maxWidth?: string | number | undefined;
736
732
  minWidth?: string | number | undefined;
737
- width?: string | number | undefined;
738
- id?: string | undefined;
739
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
733
+ label?: string | undefined;
734
+ class?: any;
735
+ theme?: string | undefined;
736
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
737
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
738
+ validationValue?: any;
740
739
  baseColor?: string | undefined;
741
- color?: string | undefined;
742
- iconColor?: string | boolean | undefined;
743
740
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
744
- hideDetails?: boolean | "auto" | undefined;
741
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
742
+ iconColor?: string | boolean | undefined;
743
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
744
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
745
745
  hint?: string | undefined;
746
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
747
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
746
+ hideDetails?: boolean | "auto" | undefined;
748
747
  }, {
749
748
  reset: () => Promise<void>;
750
749
  resetValidation: () => Promise<void>;
@@ -752,23 +751,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
752
751
  isValid: import('vue').ComputedRef<boolean | null>;
753
752
  errorMessages: import('vue').ComputedRef<string[]>;
754
753
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
755
- "update:modelValue": (value: any) => true;
756
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
754
+ 'update:modelValue': (value: any) => true;
755
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
756
+ error: boolean;
757
+ direction: "vertical" | "horizontal";
757
758
  style: import('vue').StyleValue;
758
- focused: boolean;
759
759
  disabled: boolean | null;
760
- error: boolean;
761
- errorMessages: string | readonly string[] | null;
762
- maxErrors: string | number;
763
760
  readonly: boolean | null;
761
+ messages: string | readonly string[];
764
762
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
763
+ focused: boolean;
764
+ errorMessages: string | readonly string[] | null;
765
+ maxErrors: string | number;
765
766
  density: import('vuetify/lib/composables/density.mjs').Density;
766
767
  centerAffix: boolean;
767
768
  glow: boolean;
768
769
  hideSpinButtons: boolean;
769
770
  persistentHint: boolean;
770
- messages: string | readonly string[];
771
- direction: "vertical" | "horizontal";
772
771
  }, {}, string, import('vue').SlotsType<Partial<{
773
772
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
774
773
  [key: string]: any;
@@ -786,79 +785,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
786
785
  [key: string]: any;
787
786
  }>[];
788
787
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
789
- beforeCreate?: (() => void)[] | (() => void) | undefined;
790
- created?: (() => void)[] | (() => void) | undefined;
791
- beforeMount?: (() => void)[] | (() => void) | undefined;
792
- mounted?: (() => void)[] | (() => void) | undefined;
793
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
794
- updated?: (() => void)[] | (() => void) | undefined;
795
- activated?: (() => void)[] | (() => void) | undefined;
796
- deactivated?: (() => void)[] | (() => void) | undefined;
797
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
798
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
799
- destroyed?: (() => void)[] | (() => void) | undefined;
800
- unmounted?: (() => void)[] | (() => void) | undefined;
801
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
802
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
803
- 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) => boolean | void)[] | ((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) => boolean | void) | undefined;
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) => boolean | void) | ((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) => boolean | void)[] | undefined;
804
803
  };
805
804
  $forceUpdate: () => void;
806
805
  $nextTick: typeof import('vue').nextTick;
807
806
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1, 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;
808
807
  } & Readonly<{
808
+ error: boolean;
809
+ direction: "vertical" | "horizontal";
809
810
  style: import('vue').StyleValue;
810
- focused: boolean;
811
811
  disabled: boolean | null;
812
- error: boolean;
813
- errorMessages: string | readonly string[] | null;
814
- maxErrors: string | number;
815
812
  readonly: boolean | null;
813
+ messages: string | readonly string[];
816
814
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
815
+ focused: boolean;
816
+ errorMessages: string | readonly string[] | null;
817
+ maxErrors: string | number;
817
818
  density: import('vuetify/lib/composables/density.mjs').Density;
818
819
  centerAffix: boolean;
819
820
  glow: boolean;
820
821
  hideSpinButtons: boolean;
821
822
  persistentHint: boolean;
822
- messages: string | readonly string[];
823
- direction: "vertical" | "horizontal";
824
823
  }> & Omit<{
825
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
826
- focused: boolean;
827
- disabled: boolean | null;
828
824
  error: boolean;
829
- errorMessages: string | readonly string[] | null;
830
- maxErrors: string | number;
825
+ direction: "vertical" | "horizontal";
826
+ style: import('vue').StyleValue;
827
+ disabled: boolean | null;
831
828
  readonly: boolean | null;
829
+ messages: string | readonly string[];
832
830
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
831
+ focused: boolean;
832
+ errorMessages: string | readonly string[] | null;
833
+ maxErrors: string | number;
833
834
  density: import('vuetify/lib/composables/density.mjs').Density;
834
835
  centerAffix: boolean;
835
836
  glow: boolean;
836
837
  hideSpinButtons: boolean;
837
838
  persistentHint: boolean;
838
- messages: string | readonly string[];
839
- direction: "vertical" | "horizontal";
840
839
  } & {
841
- theme?: string | undefined;
842
- class?: any;
843
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
844
840
  name?: string | undefined;
845
- label?: string | undefined;
846
- validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
847
- validationValue?: any;
841
+ id?: string | undefined;
842
+ width?: string | number | undefined;
843
+ color?: string | undefined;
848
844
  maxWidth?: string | number | undefined;
849
845
  minWidth?: string | number | undefined;
850
- width?: string | number | undefined;
851
- id?: string | undefined;
852
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
846
+ label?: string | undefined;
847
+ class?: any;
848
+ theme?: string | undefined;
849
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
850
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
851
+ validationValue?: any;
853
852
  baseColor?: string | undefined;
854
- color?: string | undefined;
855
- iconColor?: string | boolean | undefined;
856
853
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
857
- hideDetails?: boolean | "auto" | undefined;
854
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
855
+ iconColor?: string | boolean | undefined;
856
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
857
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
858
858
  hint?: string | undefined;
859
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
860
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
861
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
859
+ hideDetails?: boolean | "auto" | undefined;
860
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
862
861
  reset: () => Promise<void>;
863
862
  resetValidation: () => Promise<void>;
864
863
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -866,8 +865,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
866
865
  errorMessages: import('vue').ComputedRef<string[]>;
867
866
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
868
867
  modelValue?: unknown;
869
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
870
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "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" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
868
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
869
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "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" | "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 & {
871
870
  _allExposed: {} | {
872
871
  reset: () => Promise<void>;
873
872
  resetValidation: () => Promise<void>;
@@ -876,36 +875,37 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
876
875
  errorMessages: import('vue').ComputedRef<string[]>;
877
876
  };
878
877
  }, {}, {}, {}, {
878
+ flat: boolean;
879
+ reverse: boolean;
880
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
881
+ error: boolean;
882
+ active: boolean;
883
+ direction: "vertical" | "horizontal";
884
+ details: boolean;
879
885
  style: import('vue').StyleValue;
886
+ autofocus: boolean;
887
+ disabled: boolean;
888
+ readonly: boolean | null;
889
+ messages: string | readonly string[];
890
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
880
891
  focused: boolean;
881
892
  errorMessages: string | readonly string[] | null;
882
893
  maxErrors: string | number;
883
- readonly: boolean | null;
884
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
885
894
  density: import('vuetify/lib/composables/density.mjs').Density;
886
895
  rounded: string | number | boolean;
887
896
  tile: boolean;
897
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
898
+ centerAffix: boolean;
899
+ glow: boolean;
888
900
  hideSpinButtons: boolean;
889
901
  persistentHint: boolean;
890
- messages: string | readonly string[];
891
- direction: "vertical" | "horizontal";
892
902
  clearable: boolean;
893
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
894
- active: boolean;
895
- centerAffix: boolean;
896
903
  dirty: boolean;
897
- disabled: boolean;
898
- glow: boolean;
899
- error: boolean;
900
- flat: boolean;
901
904
  persistentClear: boolean;
902
- reverse: boolean;
903
905
  singleLine: boolean;
904
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
905
- autoGrow: boolean;
906
- autofocus: boolean;
907
906
  persistentPlaceholder: boolean;
908
907
  persistentCounter: boolean;
908
+ autoGrow: boolean;
909
909
  noResize: boolean;
910
910
  rows: string | number;
911
911
  }> | null;