@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
@@ -106,11 +106,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
106
106
  theme: string;
107
107
  disabled: boolean;
108
108
  placeholder: string;
109
- density: "default" | "comfortable" | "compact";
110
109
  rounded: string | number | boolean;
110
+ loading: string | boolean;
111
111
  maxWidth: string | number;
112
112
  minWidth: string | number;
113
- loading: string | boolean;
113
+ density: "default" | "comfortable" | "compact";
114
114
  baseColor: string;
115
115
  prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
116
116
  appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
@@ -167,190 +167,190 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
167
167
  helpText: string;
168
168
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
169
169
  syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
170
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
170
+ flat: boolean;
171
+ reverse: boolean;
172
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
173
+ type: string;
174
+ error: boolean;
175
+ active: boolean;
176
+ direction: "vertical" | "horizontal";
177
+ details: boolean;
178
+ style: import('vue').StyleValue;
179
+ autofocus: boolean;
180
+ disabled: boolean;
181
+ readonly: boolean | null;
182
+ messages: string | readonly string[];
183
+ 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>))[];
171
184
  focused: boolean;
172
185
  errorMessages: string | readonly string[] | null;
173
186
  maxErrors: string | number;
174
- readonly: boolean | null;
175
- 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>))[];
176
187
  density: import('vuetify/lib/composables/density.mjs').Density;
177
188
  tile: boolean;
189
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
190
+ glow: boolean;
178
191
  hideSpinButtons: boolean;
179
192
  persistentHint: boolean;
180
- messages: string | readonly string[];
181
- direction: "vertical" | "horizontal";
182
193
  clearable: boolean;
183
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
184
- active: boolean;
185
194
  dirty: boolean;
186
- disabled: boolean;
187
- glow: boolean;
188
- error: boolean;
189
- flat: boolean;
190
195
  persistentClear: boolean;
191
- reverse: boolean;
192
196
  singleLine: boolean;
193
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
194
- autofocus: boolean;
195
197
  persistentPlaceholder: boolean;
196
198
  persistentCounter: boolean;
197
- type: string;
198
199
  } & {
199
- theme?: string | undefined;
200
- class?: any;
201
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
202
200
  name?: string | undefined;
203
- modelValue?: any;
204
- 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;
205
- validationValue?: any;
206
- rounded?: string | number | boolean | undefined;
201
+ id?: string | undefined;
202
+ width?: string | number | undefined;
203
+ color?: string | undefined;
207
204
  maxWidth?: string | number | undefined;
208
205
  minWidth?: string | number | undefined;
209
- width?: string | number | undefined;
210
206
  loading?: string | boolean | undefined;
211
- id?: string | undefined;
212
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
213
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
214
- hideDetails?: boolean | "auto" | undefined;
215
- hint?: string | undefined;
216
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
217
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
218
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
219
- bgColor?: string | undefined;
220
- centerAffix?: boolean | undefined;
221
- color?: string | undefined;
222
- baseColor?: string | undefined;
223
- iconColor?: string | boolean | undefined;
224
207
  label?: string | undefined;
225
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
226
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
227
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
228
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
229
- autocomplete?: string | undefined;
230
- counter?: string | number | boolean | undefined;
231
- counterValue?: number | ((value: any) => number) | undefined;
232
208
  prefix?: string | undefined;
209
+ role?: string | undefined;
210
+ class?: any;
211
+ theme?: string | undefined;
233
212
  placeholder?: string | undefined;
213
+ counter?: string | number | boolean | undefined;
214
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
215
+ modelValue?: any;
216
+ 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;
217
+ validationValue?: any;
218
+ rounded?: string | number | boolean | undefined;
219
+ baseColor?: string | undefined;
220
+ bgColor?: string | undefined;
221
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
222
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
223
+ iconColor?: string | boolean | undefined;
224
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
225
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
226
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
227
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
228
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
229
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
230
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
231
+ centerAffix?: boolean | undefined;
232
+ hint?: string | undefined;
233
+ hideDetails?: boolean | "auto" | undefined;
234
234
  suffix?: string | undefined;
235
- role?: string | undefined;
235
+ counterValue?: number | ((value: any) => number) | undefined;
236
236
  modelModifiers?: Record<string, boolean> | undefined;
237
237
  } & {
238
238
  $children?: import('vue').VNodeChild | {
239
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
240
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
241
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
239
+ $stable?: boolean | undefined;
240
+ } | (() => import('vue').VNodeChild) | {
242
241
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
243
242
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
244
243
  props: Record<string, any>;
245
244
  }) => import('vue').VNodeChild) | undefined;
246
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
247
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
245
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
248
246
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
249
247
  label: string | undefined;
250
248
  props: Record<string, any>;
251
249
  }) => import('vue').VNodeChild) | undefined;
250
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
251
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
252
252
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
253
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
254
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
253
255
  default?: (() => import('vue').VNodeChild) | undefined;
254
256
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
255
- } | {
256
- $stable?: boolean | undefined;
257
- } | (() => import('vue').VNodeChild);
258
- "v-slots"?: {
259
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
260
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
261
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
257
+ };
258
+ 'v-slots'?: {
262
259
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
263
260
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
264
261
  props: Record<string, any>;
265
262
  }) => import('vue').VNodeChild) | undefined;
266
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
267
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
263
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
268
264
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
269
265
  label: string | undefined;
270
266
  props: Record<string, any>;
271
267
  }) => import('vue').VNodeChild) | undefined;
268
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
269
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
272
270
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
271
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
272
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
273
273
  default?: false | (() => import('vue').VNodeChild) | undefined;
274
274
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
275
275
  } | undefined;
276
276
  } & {
277
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
278
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
277
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
279
278
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
280
279
  props: Record<string, any>;
281
280
  }) => import('vue').VNodeChild) | undefined;
282
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
283
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
284
281
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
285
282
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
286
283
  label: string | undefined;
287
284
  props: Record<string, any>;
288
285
  }) => import('vue').VNodeChild) | undefined;
289
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
290
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
286
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
291
287
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
288
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
292
289
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
290
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
291
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
292
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
293
293
  } & {
294
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
295
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
296
294
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
297
295
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
298
- }, HTMLInputElement & Omit<Omit<{
296
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
297
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
298
+ }, Omit<Omit<{
299
299
  $: import('vue').ComponentInternalInstance;
300
300
  $data: {};
301
301
  $props: Partial<{
302
+ error: boolean;
303
+ direction: "vertical" | "horizontal";
302
304
  style: import('vue').StyleValue;
303
- focused: boolean;
304
305
  disabled: boolean | null;
305
- error: boolean;
306
- errorMessages: string | readonly string[] | null;
307
- maxErrors: string | number;
308
306
  readonly: boolean | null;
307
+ messages: string | readonly string[];
309
308
  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>))[];
309
+ focused: boolean;
310
+ errorMessages: string | readonly string[] | null;
311
+ maxErrors: string | number;
310
312
  density: import('vuetify/lib/composables/density.mjs').Density;
311
313
  centerAffix: boolean;
312
314
  glow: boolean;
313
315
  hideSpinButtons: boolean;
314
316
  persistentHint: boolean;
315
- messages: string | readonly string[];
316
- direction: "vertical" | "horizontal";
317
317
  }> & Omit<{
318
- theme?: string | undefined;
319
- class?: any;
320
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
321
- focused: boolean;
322
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
323
- disabled: boolean | null;
324
318
  error: boolean;
325
- errorMessages: string | readonly string[] | null;
326
- maxErrors: string | number;
327
- name?: string | undefined;
328
- label?: string | undefined;
319
+ direction: "vertical" | "horizontal";
320
+ style: import('vue').StyleValue;
321
+ disabled: boolean | null;
329
322
  readonly: boolean | null;
323
+ messages: string | readonly string[];
330
324
  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>))[];
331
- 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;
332
- validationValue?: any;
325
+ focused: boolean;
326
+ errorMessages: string | readonly string[] | null;
327
+ maxErrors: string | number;
333
328
  density: import('vuetify/lib/composables/density.mjs').Density;
329
+ centerAffix: boolean;
330
+ glow: boolean;
331
+ hideSpinButtons: boolean;
332
+ persistentHint: boolean;
333
+ name?: string | undefined;
334
+ id?: string | undefined;
335
+ width?: string | number | undefined;
336
+ color?: string | undefined;
334
337
  maxWidth?: string | number | undefined;
335
338
  minWidth?: string | number | undefined;
336
- width?: string | number | undefined;
337
- id?: string | undefined;
338
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
339
+ label?: string | undefined;
340
+ class?: any;
341
+ theme?: string | undefined;
342
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
343
+ 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;
344
+ validationValue?: any;
339
345
  baseColor?: string | undefined;
340
- centerAffix: boolean;
341
- color?: string | undefined;
342
- glow: boolean;
343
- iconColor?: string | boolean | undefined;
344
346
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
345
- hideDetails?: boolean | "auto" | undefined;
346
- hideSpinButtons: boolean;
347
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
348
+ iconColor?: string | boolean | undefined;
349
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
350
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
347
351
  hint?: string | undefined;
348
- persistentHint: boolean;
349
- messages: string | readonly string[];
350
- direction: "vertical" | "horizontal";
351
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
352
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
353
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
352
+ hideDetails?: boolean | "auto" | undefined;
353
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
354
354
  $attrs: {
355
355
  [x: string]: unknown;
356
356
  };
@@ -380,42 +380,42 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
380
380
  $emit: (event: string, ...args: any[]) => void;
381
381
  $el: any;
382
382
  $options: import('vue').ComponentOptionsBase<{
383
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
384
- focused: boolean;
385
- disabled: boolean | null;
386
383
  error: boolean;
387
- errorMessages: string | readonly string[] | null;
388
- maxErrors: string | number;
384
+ direction: "vertical" | "horizontal";
385
+ style: import('vue').StyleValue;
386
+ disabled: boolean | null;
389
387
  readonly: boolean | null;
388
+ messages: string | readonly string[];
390
389
  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>))[];
390
+ focused: boolean;
391
+ errorMessages: string | readonly string[] | null;
392
+ maxErrors: string | number;
391
393
  density: import('vuetify/lib/composables/density.mjs').Density;
392
394
  centerAffix: boolean;
393
395
  glow: boolean;
394
396
  hideSpinButtons: boolean;
395
397
  persistentHint: boolean;
396
- messages: string | readonly string[];
397
- direction: "vertical" | "horizontal";
398
398
  } & {
399
- theme?: string | undefined;
400
- class?: any;
401
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
402
399
  name?: string | undefined;
403
- label?: string | undefined;
404
- 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;
405
- validationValue?: any;
400
+ id?: string | undefined;
401
+ width?: string | number | undefined;
402
+ color?: string | undefined;
406
403
  maxWidth?: string | number | undefined;
407
404
  minWidth?: string | number | undefined;
408
- width?: string | number | undefined;
409
- id?: string | undefined;
410
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
405
+ label?: string | undefined;
406
+ class?: any;
407
+ theme?: string | undefined;
408
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
409
+ 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;
410
+ validationValue?: any;
411
411
  baseColor?: string | undefined;
412
- color?: string | undefined;
413
- iconColor?: string | boolean | undefined;
414
412
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
415
- hideDetails?: boolean | "auto" | undefined;
413
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
414
+ iconColor?: string | boolean | undefined;
415
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
416
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
416
417
  hint?: string | undefined;
417
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
418
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
418
+ hideDetails?: boolean | "auto" | undefined;
419
419
  }, {
420
420
  reset: () => Promise<void>;
421
421
  resetValidation: () => Promise<void>;
@@ -423,23 +423,23 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
423
423
  isValid: import('vue').ComputedRef<boolean | null>;
424
424
  errorMessages: import('vue').ComputedRef<string[]>;
425
425
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
426
- "update:modelValue": (value: any) => true;
427
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
426
+ 'update:modelValue': (value: any) => true;
427
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
428
+ error: boolean;
429
+ direction: "vertical" | "horizontal";
428
430
  style: import('vue').StyleValue;
429
- focused: boolean;
430
431
  disabled: boolean | null;
431
- error: boolean;
432
- errorMessages: string | readonly string[] | null;
433
- maxErrors: string | number;
434
432
  readonly: boolean | null;
433
+ messages: string | readonly string[];
435
434
  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>))[];
435
+ focused: boolean;
436
+ errorMessages: string | readonly string[] | null;
437
+ maxErrors: string | number;
436
438
  density: import('vuetify/lib/composables/density.mjs').Density;
437
439
  centerAffix: boolean;
438
440
  glow: boolean;
439
441
  hideSpinButtons: boolean;
440
442
  persistentHint: boolean;
441
- messages: string | readonly string[];
442
- direction: "vertical" | "horizontal";
443
443
  }, {}, string, import('vue').SlotsType<Partial<{
444
444
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
445
445
  [key: string]: any;
@@ -457,79 +457,79 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
457
457
  [key: string]: any;
458
458
  }>[];
459
459
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
460
- beforeCreate?: (() => void)[] | (() => void) | undefined;
461
- created?: (() => void)[] | (() => void) | undefined;
462
- beforeMount?: (() => void)[] | (() => void) | undefined;
463
- mounted?: (() => void)[] | (() => void) | undefined;
464
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
465
- updated?: (() => void)[] | (() => void) | undefined;
466
- activated?: (() => void)[] | (() => void) | undefined;
467
- deactivated?: (() => void)[] | (() => void) | undefined;
468
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
469
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
470
- destroyed?: (() => void)[] | (() => void) | undefined;
471
- unmounted?: (() => void)[] | (() => void) | undefined;
472
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
473
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
474
- errorCaptured?: ((err: unknown, instance: 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: 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;
460
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
461
+ created?: (() => void) | (() => void)[] | undefined;
462
+ beforeMount?: (() => void) | (() => void)[] | undefined;
463
+ mounted?: (() => void) | (() => void)[] | undefined;
464
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
465
+ updated?: (() => void) | (() => void)[] | undefined;
466
+ activated?: (() => void) | (() => void)[] | undefined;
467
+ deactivated?: (() => void) | (() => void)[] | undefined;
468
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
469
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
470
+ destroyed?: (() => void) | (() => void)[] | undefined;
471
+ unmounted?: (() => void) | (() => void)[] | undefined;
472
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
473
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
474
+ errorCaptured?: ((err: unknown, instance: 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: 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;
475
475
  };
476
476
  $forceUpdate: () => void;
477
477
  $nextTick: typeof nextTick;
478
478
  $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;
479
479
  } & Readonly<{
480
+ error: boolean;
481
+ direction: "vertical" | "horizontal";
480
482
  style: import('vue').StyleValue;
481
- focused: boolean;
482
483
  disabled: boolean | null;
483
- error: boolean;
484
- errorMessages: string | readonly string[] | null;
485
- maxErrors: string | number;
486
484
  readonly: boolean | null;
485
+ messages: string | readonly string[];
487
486
  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>))[];
487
+ focused: boolean;
488
+ errorMessages: string | readonly string[] | null;
489
+ maxErrors: string | number;
488
490
  density: import('vuetify/lib/composables/density.mjs').Density;
489
491
  centerAffix: boolean;
490
492
  glow: boolean;
491
493
  hideSpinButtons: boolean;
492
494
  persistentHint: boolean;
493
- messages: string | readonly string[];
494
- direction: "vertical" | "horizontal";
495
495
  }> & Omit<{
496
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
497
- focused: boolean;
498
- disabled: boolean | null;
499
496
  error: boolean;
500
- errorMessages: string | readonly string[] | null;
501
- maxErrors: string | number;
497
+ direction: "vertical" | "horizontal";
498
+ style: import('vue').StyleValue;
499
+ disabled: boolean | null;
502
500
  readonly: boolean | null;
501
+ messages: string | readonly string[];
503
502
  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>))[];
503
+ focused: boolean;
504
+ errorMessages: string | readonly string[] | null;
505
+ maxErrors: string | number;
504
506
  density: import('vuetify/lib/composables/density.mjs').Density;
505
507
  centerAffix: boolean;
506
508
  glow: boolean;
507
509
  hideSpinButtons: boolean;
508
510
  persistentHint: boolean;
509
- messages: string | readonly string[];
510
- direction: "vertical" | "horizontal";
511
511
  } & {
512
- theme?: string | undefined;
513
- class?: any;
514
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
515
512
  name?: string | undefined;
516
- label?: string | undefined;
517
- 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;
518
- validationValue?: any;
513
+ id?: string | undefined;
514
+ width?: string | number | undefined;
515
+ color?: string | undefined;
519
516
  maxWidth?: string | number | undefined;
520
517
  minWidth?: string | number | undefined;
521
- width?: string | number | undefined;
522
- id?: string | undefined;
523
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
518
+ label?: string | undefined;
519
+ class?: any;
520
+ theme?: string | undefined;
521
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
522
+ 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;
523
+ validationValue?: any;
524
524
  baseColor?: string | undefined;
525
- color?: string | undefined;
526
- iconColor?: string | boolean | undefined;
527
525
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
528
- hideDetails?: boolean | "auto" | undefined;
526
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
527
+ iconColor?: string | boolean | undefined;
528
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
529
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
529
530
  hint?: string | undefined;
530
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
531
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
532
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
531
+ hideDetails?: boolean | "auto" | undefined;
532
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
533
533
  reset: () => Promise<void>;
534
534
  resetValidation: () => Promise<void>;
535
535
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -537,64 +537,64 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
537
537
  errorMessages: import('vue').ComputedRef<string[]>;
538
538
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
539
539
  modelValue?: unknown;
540
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
541
- }, 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}`> & Omit<Omit<{
540
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
541
+ }, 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 & Omit<Omit<{
542
542
  $: import('vue').ComponentInternalInstance;
543
543
  $data: {};
544
544
  $props: Partial<{
545
- style: import('vue').StyleValue;
546
- focused: boolean;
547
- rounded: string | number | boolean;
545
+ flat: boolean;
546
+ reverse: boolean;
547
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
548
+ error: boolean;
549
+ active: boolean;
550
+ details: boolean;
551
+ style: import('vue').StyleValue;
552
+ disabled: boolean;
553
+ focused: boolean;
554
+ rounded: string | number | boolean;
548
555
  tile: boolean;
549
- clearable: boolean;
550
556
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
551
- active: boolean;
552
557
  centerAffix: boolean;
553
- dirty: boolean;
554
- disabled: boolean;
555
558
  glow: boolean;
556
- error: boolean;
557
- flat: boolean;
559
+ clearable: boolean;
560
+ dirty: boolean;
558
561
  persistentClear: boolean;
559
- reverse: boolean;
560
562
  singleLine: boolean;
563
+ }> & Omit<{
564
+ flat: boolean;
565
+ reverse: boolean;
561
566
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
567
+ error: boolean;
568
+ active: boolean;
562
569
  details: boolean;
563
- }> & Omit<{
564
- theme?: string | undefined;
565
- class?: any;
566
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
570
+ style: import('vue').StyleValue;
571
+ disabled: boolean;
567
572
  focused: boolean;
568
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
569
- rounded?: string | number | boolean | undefined;
570
573
  tile: boolean;
571
- loading?: string | boolean | undefined;
572
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
573
- bgColor?: string | undefined;
574
+ /** @type { [typeof SyIcon, ] } */ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
575
+ glow: boolean;
574
576
  clearable: boolean;
575
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
576
- active: boolean;
577
- centerAffix?: boolean | undefined;
578
- color?: string | undefined;
579
- baseColor?: string | undefined;
580
577
  dirty: boolean;
581
- disabled: boolean;
582
- glow: boolean;
583
- error: boolean;
584
- flat: boolean;
585
- iconColor?: string | boolean | undefined;
586
- label?: string | undefined;
587
578
  persistentClear: boolean;
588
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
589
- reverse: boolean;
590
579
  singleLine: boolean;
591
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
592
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
593
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
594
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
595
580
  id?: string | undefined;
596
- details: boolean;
597
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
581
+ color?: string | undefined;
582
+ loading?: string | boolean | undefined;
583
+ label?: string | undefined;
584
+ class?: any;
585
+ theme?: string | undefined;
586
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
587
+ rounded?: string | number | boolean | undefined;
588
+ baseColor?: string | undefined;
589
+ bgColor?: string | undefined;
590
+ iconColor?: string | boolean | undefined;
591
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
592
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
593
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
594
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
595
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
596
+ centerAffix?: boolean | undefined;
597
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
598
598
  $attrs: {
599
599
  [x: string]: unknown;
600
600
  };
@@ -607,10 +607,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
607
607
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
608
608
  [key: string]: any;
609
609
  }>[]) | undefined;
610
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
610
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
611
611
  [key: string]: any;
612
612
  }>[]) | undefined;
613
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
613
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
614
614
  [key: string]: any;
615
615
  }>[]) | undefined;
616
616
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -632,77 +632,77 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
632
632
  $emit: (event: "update:focused", focused: boolean) => void;
633
633
  $el: any;
634
634
  $options: import('vue').ComponentOptionsBase<{
635
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
635
+ flat: boolean;
636
+ reverse: boolean;
637
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
638
+ error: boolean;
639
+ active: boolean;
640
+ details: boolean;
641
+ style: import('vue').StyleValue;
642
+ disabled: boolean;
636
643
  focused: boolean;
637
644
  tile: boolean;
638
- clearable: boolean;
639
645
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
640
- active: boolean;
641
- dirty: boolean;
642
- disabled: boolean;
643
646
  glow: boolean;
644
- error: boolean;
645
- flat: boolean;
647
+ clearable: boolean;
648
+ dirty: boolean;
646
649
  persistentClear: boolean;
647
- reverse: boolean;
648
650
  singleLine: boolean;
649
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
650
- details: boolean;
651
651
  } & {
652
- theme?: string | undefined;
652
+ id?: string | undefined;
653
+ color?: string | undefined;
654
+ loading?: string | boolean | undefined;
655
+ label?: string | undefined;
653
656
  class?: any;
654
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
657
+ theme?: string | undefined;
658
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
655
659
  rounded?: string | number | boolean | undefined;
656
- loading?: string | boolean | undefined;
657
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
658
- bgColor?: string | undefined;
659
- centerAffix?: boolean | undefined;
660
- color?: string | undefined;
661
660
  baseColor?: string | undefined;
661
+ bgColor?: string | undefined;
662
662
  iconColor?: string | boolean | undefined;
663
- label?: string | undefined;
663
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
664
664
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
665
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
666
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
667
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
668
- id?: string | undefined;
665
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
666
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
667
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
668
+ centerAffix?: boolean | undefined;
669
669
  } & {
670
670
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
671
671
  }, {
672
672
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
673
673
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
674
674
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
675
- "update:focused": (focused: boolean) => true;
676
- "update:modelValue": (value: any) => true;
677
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, string, {
675
+ 'update:focused': (focused: boolean) => true;
676
+ 'update:modelValue': (value: any) => true;
677
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
678
+ flat: boolean;
679
+ reverse: boolean;
680
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
681
+ error: boolean;
682
+ active: boolean;
683
+ details: boolean;
678
684
  style: import('vue').StyleValue;
685
+ disabled: boolean;
679
686
  focused: boolean;
680
687
  rounded: string | number | boolean;
681
688
  tile: boolean;
682
- clearable: boolean;
683
689
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
684
- active: boolean;
685
690
  centerAffix: boolean;
686
- dirty: boolean;
687
- disabled: boolean;
688
691
  glow: boolean;
689
- error: boolean;
690
- flat: boolean;
692
+ clearable: boolean;
693
+ dirty: boolean;
691
694
  persistentClear: boolean;
692
- reverse: boolean;
693
695
  singleLine: boolean;
694
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
695
- details: boolean;
696
696
  }, {}, string, import('vue').SlotsType<Partial<{
697
697
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
698
698
  props: Record<string, any>;
699
699
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
700
700
  [key: string]: any;
701
701
  }>[];
702
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
702
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
703
703
  [key: string]: any;
704
704
  }>[];
705
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
705
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
706
706
  [key: string]: any;
707
707
  }>[];
708
708
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -718,88 +718,88 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
718
718
  [key: string]: any;
719
719
  }>[];
720
720
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
721
- beforeCreate?: (() => void)[] | (() => void) | undefined;
722
- created?: (() => void)[] | (() => void) | undefined;
723
- beforeMount?: (() => void)[] | (() => void) | undefined;
724
- mounted?: (() => void)[] | (() => void) | undefined;
725
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
726
- updated?: (() => void)[] | (() => void) | undefined;
727
- activated?: (() => void)[] | (() => void) | undefined;
728
- deactivated?: (() => void)[] | (() => void) | undefined;
729
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
730
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
731
- destroyed?: (() => void)[] | (() => void) | undefined;
732
- unmounted?: (() => void)[] | (() => void) | undefined;
733
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
734
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
735
- errorCaptured?: ((err: unknown, instance: 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: 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;
721
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
722
+ created?: (() => void) | (() => void)[] | undefined;
723
+ beforeMount?: (() => void) | (() => void)[] | undefined;
724
+ mounted?: (() => void) | (() => void)[] | undefined;
725
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
726
+ updated?: (() => void) | (() => void)[] | undefined;
727
+ activated?: (() => void) | (() => void)[] | undefined;
728
+ deactivated?: (() => void) | (() => void)[] | undefined;
729
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
730
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
731
+ destroyed?: (() => void) | (() => void)[] | undefined;
732
+ unmounted?: (() => void) | (() => void)[] | undefined;
733
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
734
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
735
+ errorCaptured?: ((err: unknown, instance: 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: 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;
736
736
  };
737
737
  $forceUpdate: () => void;
738
738
  $nextTick: typeof nextTick;
739
739
  $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;
740
740
  } & Readonly<{
741
+ flat: boolean;
742
+ reverse: boolean;
743
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
744
+ error: boolean;
745
+ active: boolean;
746
+ details: boolean;
741
747
  style: import('vue').StyleValue;
748
+ disabled: boolean;
742
749
  focused: boolean;
743
750
  rounded: string | number | boolean;
744
751
  tile: boolean;
745
- clearable: boolean;
746
752
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
747
- active: boolean;
748
753
  centerAffix: boolean;
749
- dirty: boolean;
750
- disabled: boolean;
751
754
  glow: boolean;
752
- error: boolean;
753
- flat: boolean;
755
+ clearable: boolean;
756
+ dirty: boolean;
754
757
  persistentClear: boolean;
755
- reverse: boolean;
756
758
  singleLine: boolean;
759
+ }> & Omit<{
760
+ flat: boolean;
761
+ reverse: boolean;
757
762
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
763
+ error: boolean;
764
+ active: boolean;
758
765
  details: boolean;
759
- }> & Omit<{
760
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
766
+ style: import('vue').StyleValue;
767
+ disabled: boolean;
761
768
  focused: boolean;
762
769
  tile: boolean;
763
- clearable: boolean;
764
770
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
765
- active: boolean;
766
- dirty: boolean;
767
- disabled: boolean;
768
771
  glow: boolean;
769
- error: boolean;
770
- flat: boolean;
772
+ clearable: boolean;
773
+ dirty: boolean;
771
774
  persistentClear: boolean;
772
- reverse: boolean;
773
775
  singleLine: boolean;
774
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
775
- details: boolean;
776
776
  } & {
777
- theme?: string | undefined;
777
+ id?: string | undefined;
778
+ color?: string | undefined;
779
+ loading?: string | boolean | undefined;
780
+ label?: string | undefined;
778
781
  class?: any;
779
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
782
+ theme?: string | undefined;
783
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
780
784
  rounded?: string | number | boolean | undefined;
781
- loading?: string | boolean | undefined;
782
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
783
- bgColor?: string | undefined;
784
- centerAffix?: boolean | undefined;
785
- color?: string | undefined;
786
785
  baseColor?: string | undefined;
786
+ bgColor?: string | undefined;
787
787
  iconColor?: string | boolean | undefined;
788
- label?: string | undefined;
788
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
789
789
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
790
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
791
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
792
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
793
- id?: string | undefined;
790
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
791
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
792
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
793
+ centerAffix?: boolean | undefined;
794
794
  } & {
795
795
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
796
- }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
796
+ }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
797
797
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
798
798
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
799
799
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
800
800
  modelValue?: unknown;
801
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
802
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
801
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
802
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
803
803
  _allExposed: {} | {
804
804
  reset: () => Promise<void>;
805
805
  resetValidation: () => Promise<void>;
@@ -811,51 +811,43 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
811
811
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
812
812
  };
813
813
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
814
- "click:control": (e: MouseEvent) => true;
815
- "mousedown:control": (e: MouseEvent) => true;
816
- "update:focused": (focused: boolean) => true;
817
- "update:modelValue": (val: string) => true;
814
+ 'click:control': (e: MouseEvent) => true;
815
+ 'mousedown:control': (e: MouseEvent) => true;
816
+ 'update:focused': (focused: boolean) => true;
817
+ 'update:modelValue': (val: string) => true;
818
818
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
819
+ flat: boolean;
820
+ reverse: boolean;
821
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
822
+ type: string;
823
+ error: boolean;
824
+ active: boolean;
825
+ direction: "vertical" | "horizontal";
826
+ details: boolean;
819
827
  style: import('vue').StyleValue;
828
+ autofocus: boolean;
829
+ disabled: boolean;
830
+ readonly: boolean | null;
831
+ messages: string | readonly string[];
832
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
820
833
  focused: boolean;
821
834
  errorMessages: string | readonly string[] | null;
822
835
  maxErrors: string | number;
823
- readonly: boolean | null;
824
- 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>))[];
825
836
  density: import('vuetify/lib/composables/density.mjs').Density;
826
837
  rounded: string | number | boolean;
827
838
  tile: boolean;
839
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
840
+ centerAffix: boolean;
841
+ glow: boolean;
828
842
  hideSpinButtons: boolean;
829
843
  persistentHint: boolean;
830
- messages: string | readonly string[];
831
- direction: "vertical" | "horizontal";
832
844
  clearable: boolean;
833
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
834
- active: boolean;
835
- centerAffix: boolean;
836
845
  dirty: boolean;
837
- disabled: boolean;
838
- glow: boolean;
839
- error: boolean;
840
- flat: boolean;
841
846
  persistentClear: boolean;
842
- reverse: boolean;
843
847
  singleLine: boolean;
844
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
845
- autofocus: boolean;
846
848
  persistentPlaceholder: boolean;
847
849
  persistentCounter: boolean;
848
- type: string;
849
850
  }, true, {}, import('vue').SlotsType<Partial<{
850
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
851
- [key: string]: any;
852
- }>[];
853
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
854
- [key: string]: any;
855
- }>[];
856
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
857
- [key: string]: any;
858
- }>[];
859
851
  message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
860
852
  [key: string]: any;
861
853
  }>[];
@@ -864,10 +856,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
864
856
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
865
857
  [key: string]: any;
866
858
  }>[];
867
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
868
- [key: string]: any;
869
- }>[];
870
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
859
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
871
860
  [key: string]: any;
872
861
  }>[];
873
862
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -876,9 +865,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
876
865
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
877
866
  [key: string]: any;
878
867
  }>[];
868
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
869
+ [key: string]: any;
870
+ }>[];
871
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
872
+ [key: string]: any;
873
+ }>[];
879
874
  loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
880
875
  [key: string]: any;
881
876
  }>[];
877
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
878
+ [key: string]: any;
879
+ }>[];
880
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
881
+ [key: string]: any;
882
+ }>[];
882
883
  default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
883
884
  [key: string]: any;
884
885
  }>[];
@@ -893,190 +894,190 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
893
894
  M: {};
894
895
  Defaults: {};
895
896
  }, {
896
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
897
+ flat: boolean;
898
+ reverse: boolean;
899
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
900
+ type: string;
901
+ error: boolean;
902
+ active: boolean;
903
+ direction: "vertical" | "horizontal";
904
+ details: boolean;
905
+ style: import('vue').StyleValue;
906
+ autofocus: boolean;
907
+ disabled: boolean;
908
+ readonly: boolean | null;
909
+ messages: string | readonly string[];
910
+ 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>))[];
897
911
  focused: boolean;
898
912
  errorMessages: string | readonly string[] | null;
899
913
  maxErrors: string | number;
900
- readonly: boolean | null;
901
- 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>))[];
902
914
  density: import('vuetify/lib/composables/density.mjs').Density;
903
915
  tile: boolean;
916
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
917
+ glow: boolean;
904
918
  hideSpinButtons: boolean;
905
919
  persistentHint: boolean;
906
- messages: string | readonly string[];
907
- direction: "vertical" | "horizontal";
908
920
  clearable: boolean;
909
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
910
- active: boolean;
911
921
  dirty: boolean;
912
- disabled: boolean;
913
- glow: boolean;
914
- error: boolean;
915
- flat: boolean;
916
922
  persistentClear: boolean;
917
- reverse: boolean;
918
923
  singleLine: boolean;
919
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
920
- autofocus: boolean;
921
924
  persistentPlaceholder: boolean;
922
925
  persistentCounter: boolean;
923
- type: string;
924
926
  } & {
925
- theme?: string | undefined;
926
- class?: any;
927
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
928
927
  name?: string | undefined;
929
- modelValue?: any;
930
- 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;
931
- validationValue?: any;
932
- rounded?: string | number | boolean | undefined;
928
+ id?: string | undefined;
929
+ width?: string | number | undefined;
930
+ color?: string | undefined;
933
931
  maxWidth?: string | number | undefined;
934
932
  minWidth?: string | number | undefined;
935
- width?: string | number | undefined;
936
933
  loading?: string | boolean | undefined;
937
- id?: string | undefined;
938
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
939
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
940
- hideDetails?: boolean | "auto" | undefined;
941
- hint?: string | undefined;
942
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
943
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
944
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
945
- bgColor?: string | undefined;
946
- centerAffix?: boolean | undefined;
947
- color?: string | undefined;
948
- baseColor?: string | undefined;
949
- iconColor?: string | boolean | undefined;
950
934
  label?: string | undefined;
951
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
952
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
953
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
954
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
955
- autocomplete?: string | undefined;
956
- counter?: string | number | boolean | undefined;
957
- counterValue?: number | ((value: any) => number) | undefined;
958
935
  prefix?: string | undefined;
936
+ role?: string | undefined;
937
+ class?: any;
938
+ theme?: string | undefined;
959
939
  placeholder?: string | undefined;
940
+ counter?: string | number | boolean | undefined;
941
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
942
+ modelValue?: any;
943
+ 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;
944
+ validationValue?: any;
945
+ rounded?: string | number | boolean | undefined;
946
+ baseColor?: string | undefined;
947
+ bgColor?: string | undefined;
948
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
949
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
950
+ iconColor?: string | boolean | undefined;
951
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
952
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
953
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
954
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
955
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
956
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
957
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
958
+ centerAffix?: boolean | undefined;
959
+ hint?: string | undefined;
960
+ hideDetails?: boolean | "auto" | undefined;
960
961
  suffix?: string | undefined;
961
- role?: string | undefined;
962
+ counterValue?: number | ((value: any) => number) | undefined;
962
963
  modelModifiers?: Record<string, boolean> | undefined;
963
964
  } & {
964
965
  $children?: import('vue').VNodeChild | {
965
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
966
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
967
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
966
+ $stable?: boolean | undefined;
967
+ } | (() => import('vue').VNodeChild) | {
968
968
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
969
969
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
970
970
  props: Record<string, any>;
971
971
  }) => import('vue').VNodeChild) | undefined;
972
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
973
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
972
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
974
973
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
975
974
  label: string | undefined;
976
975
  props: Record<string, any>;
977
976
  }) => import('vue').VNodeChild) | undefined;
977
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
978
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
978
979
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
980
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
981
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
979
982
  default?: (() => import('vue').VNodeChild) | undefined;
980
983
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
981
- } | {
982
- $stable?: boolean | undefined;
983
- } | (() => import('vue').VNodeChild);
984
- "v-slots"?: {
985
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
986
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
987
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
984
+ };
985
+ 'v-slots'?: {
988
986
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
989
987
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
990
988
  props: Record<string, any>;
991
989
  }) => import('vue').VNodeChild) | undefined;
992
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
993
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
990
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
994
991
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
995
992
  label: string | undefined;
996
993
  props: Record<string, any>;
997
994
  }) => import('vue').VNodeChild) | undefined;
995
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
996
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
998
997
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
998
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
999
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
999
1000
  default?: false | (() => import('vue').VNodeChild) | undefined;
1000
1001
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1001
1002
  } | undefined;
1002
1003
  } & {
1003
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1004
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1004
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1005
1005
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1006
1006
  props: Record<string, any>;
1007
1007
  }) => import('vue').VNodeChild) | undefined;
1008
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1009
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1010
1008
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1011
1009
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1012
1010
  label: string | undefined;
1013
1011
  props: Record<string, any>;
1014
1012
  }) => import('vue').VNodeChild) | undefined;
1015
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1016
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1013
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1017
1014
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1015
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1018
1016
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1017
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1018
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1019
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1019
1020
  } & {
1020
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1021
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1022
1021
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1023
1022
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1024
- }, HTMLInputElement & Omit<Omit<{
1023
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1024
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1025
+ }, Omit<Omit<{
1025
1026
  $: import('vue').ComponentInternalInstance;
1026
1027
  $data: {};
1027
1028
  $props: Partial<{
1029
+ error: boolean;
1030
+ direction: "vertical" | "horizontal";
1028
1031
  style: import('vue').StyleValue;
1029
- focused: boolean;
1030
1032
  disabled: boolean | null;
1031
- error: boolean;
1032
- errorMessages: string | readonly string[] | null;
1033
- maxErrors: string | number;
1034
1033
  readonly: boolean | null;
1034
+ messages: string | readonly string[];
1035
1035
  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>))[];
1036
+ focused: boolean;
1037
+ errorMessages: string | readonly string[] | null;
1038
+ maxErrors: string | number;
1036
1039
  density: import('vuetify/lib/composables/density.mjs').Density;
1037
1040
  centerAffix: boolean;
1038
1041
  glow: boolean;
1039
1042
  hideSpinButtons: boolean;
1040
1043
  persistentHint: boolean;
1041
- messages: string | readonly string[];
1042
- direction: "vertical" | "horizontal";
1043
1044
  }> & Omit<{
1044
- theme?: string | undefined;
1045
- class?: any;
1046
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1047
- focused: boolean;
1048
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1049
- disabled: boolean | null;
1050
1045
  error: boolean;
1051
- errorMessages: string | readonly string[] | null;
1052
- maxErrors: string | number;
1053
- name?: string | undefined;
1054
- label?: string | undefined;
1046
+ direction: "vertical" | "horizontal";
1047
+ style: import('vue').StyleValue;
1048
+ disabled: boolean | null;
1055
1049
  readonly: boolean | null;
1050
+ messages: string | readonly string[];
1056
1051
  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>))[];
1057
- 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;
1058
- validationValue?: any;
1052
+ focused: boolean;
1053
+ errorMessages: string | readonly string[] | null;
1054
+ maxErrors: string | number;
1059
1055
  density: import('vuetify/lib/composables/density.mjs').Density;
1056
+ centerAffix: boolean;
1057
+ glow: boolean;
1058
+ hideSpinButtons: boolean;
1059
+ persistentHint: boolean;
1060
+ name?: string | undefined;
1061
+ id?: string | undefined;
1062
+ width?: string | number | undefined;
1063
+ color?: string | undefined;
1060
1064
  maxWidth?: string | number | undefined;
1061
1065
  minWidth?: string | number | undefined;
1062
- width?: string | number | undefined;
1063
- id?: string | undefined;
1064
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1066
+ label?: string | undefined;
1067
+ class?: any;
1068
+ theme?: string | undefined;
1069
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1070
+ 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;
1071
+ validationValue?: any;
1065
1072
  baseColor?: string | undefined;
1066
- centerAffix: boolean;
1067
- color?: string | undefined;
1068
- glow: boolean;
1069
- iconColor?: string | boolean | undefined;
1070
1073
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1071
- hideDetails?: boolean | "auto" | undefined;
1072
- hideSpinButtons: boolean;
1074
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1075
+ iconColor?: string | boolean | undefined;
1076
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1077
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1073
1078
  hint?: string | undefined;
1074
- persistentHint: boolean;
1075
- messages: string | readonly string[];
1076
- direction: "vertical" | "horizontal";
1077
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1078
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1079
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
1079
+ hideDetails?: boolean | "auto" | undefined;
1080
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
1080
1081
  $attrs: {
1081
1082
  [x: string]: unknown;
1082
1083
  };
@@ -1106,42 +1107,42 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1106
1107
  $emit: (event: string, ...args: any[]) => void;
1107
1108
  $el: any;
1108
1109
  $options: import('vue').ComponentOptionsBase<{
1109
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1110
- focused: boolean;
1111
- disabled: boolean | null;
1112
1110
  error: boolean;
1113
- errorMessages: string | readonly string[] | null;
1114
- maxErrors: string | number;
1111
+ direction: "vertical" | "horizontal";
1112
+ style: import('vue').StyleValue;
1113
+ disabled: boolean | null;
1115
1114
  readonly: boolean | null;
1115
+ messages: string | readonly string[];
1116
1116
  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>))[];
1117
+ focused: boolean;
1118
+ errorMessages: string | readonly string[] | null;
1119
+ maxErrors: string | number;
1117
1120
  density: import('vuetify/lib/composables/density.mjs').Density;
1118
1121
  centerAffix: boolean;
1119
1122
  glow: boolean;
1120
1123
  hideSpinButtons: boolean;
1121
1124
  persistentHint: boolean;
1122
- messages: string | readonly string[];
1123
- direction: "vertical" | "horizontal";
1124
1125
  } & {
1125
- theme?: string | undefined;
1126
- class?: any;
1127
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1128
1126
  name?: string | undefined;
1129
- label?: string | undefined;
1130
- 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;
1131
- validationValue?: any;
1127
+ id?: string | undefined;
1128
+ width?: string | number | undefined;
1129
+ color?: string | undefined;
1132
1130
  maxWidth?: string | number | undefined;
1133
1131
  minWidth?: string | number | undefined;
1134
- width?: string | number | undefined;
1135
- id?: string | undefined;
1132
+ label?: string | undefined;
1133
+ class?: any;
1134
+ theme?: string | undefined;
1135
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1136
+ 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;
1137
+ validationValue?: any;
1138
+ baseColor?: string | undefined;
1139
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1136
1140
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1137
- baseColor?: string | undefined;
1138
- color?: string | undefined;
1139
1141
  iconColor?: string | boolean | undefined;
1140
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1141
- hideDetails?: boolean | "auto" | undefined;
1142
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1143
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1142
1144
  hint?: string | undefined;
1143
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1144
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1145
+ hideDetails?: boolean | "auto" | undefined;
1145
1146
  }, {
1146
1147
  reset: () => Promise<void>;
1147
1148
  resetValidation: () => Promise<void>;
@@ -1149,23 +1150,23 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1149
1150
  isValid: import('vue').ComputedRef<boolean | null>;
1150
1151
  errorMessages: import('vue').ComputedRef<string[]>;
1151
1152
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1152
- "update:modelValue": (value: any) => true;
1153
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
1153
+ 'update:modelValue': (value: any) => true;
1154
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
1155
+ error: boolean;
1156
+ direction: "vertical" | "horizontal";
1154
1157
  style: import('vue').StyleValue;
1155
- focused: boolean;
1156
1158
  disabled: boolean | null;
1157
- error: boolean;
1158
- errorMessages: string | readonly string[] | null;
1159
- maxErrors: string | number;
1160
1159
  readonly: boolean | null;
1160
+ messages: string | readonly string[];
1161
1161
  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>))[];
1162
+ focused: boolean;
1163
+ errorMessages: string | readonly string[] | null;
1164
+ maxErrors: string | number;
1162
1165
  density: import('vuetify/lib/composables/density.mjs').Density;
1163
1166
  centerAffix: boolean;
1164
1167
  glow: boolean;
1165
1168
  hideSpinButtons: boolean;
1166
1169
  persistentHint: boolean;
1167
- messages: string | readonly string[];
1168
- direction: "vertical" | "horizontal";
1169
1170
  }, {}, string, import('vue').SlotsType<Partial<{
1170
1171
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1171
1172
  [key: string]: any;
@@ -1183,79 +1184,79 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1183
1184
  [key: string]: any;
1184
1185
  }>[];
1185
1186
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1186
- beforeCreate?: (() => void)[] | (() => void) | undefined;
1187
- created?: (() => void)[] | (() => void) | undefined;
1188
- beforeMount?: (() => void)[] | (() => void) | undefined;
1189
- mounted?: (() => void)[] | (() => void) | undefined;
1190
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
1191
- updated?: (() => void)[] | (() => void) | undefined;
1192
- activated?: (() => void)[] | (() => void) | undefined;
1193
- deactivated?: (() => void)[] | (() => void) | undefined;
1194
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
1195
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
1196
- destroyed?: (() => void)[] | (() => void) | undefined;
1197
- unmounted?: (() => void)[] | (() => void) | undefined;
1198
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1199
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1200
- errorCaptured?: ((err: unknown, instance: 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: 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;
1187
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1188
+ created?: (() => void) | (() => void)[] | undefined;
1189
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1190
+ mounted?: (() => void) | (() => void)[] | undefined;
1191
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1192
+ updated?: (() => void) | (() => void)[] | undefined;
1193
+ activated?: (() => void) | (() => void)[] | undefined;
1194
+ deactivated?: (() => void) | (() => void)[] | undefined;
1195
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1196
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1197
+ destroyed?: (() => void) | (() => void)[] | undefined;
1198
+ unmounted?: (() => void) | (() => void)[] | undefined;
1199
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1200
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1201
+ errorCaptured?: ((err: unknown, instance: 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: 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;
1201
1202
  };
1202
1203
  $forceUpdate: () => void;
1203
1204
  $nextTick: typeof nextTick;
1204
1205
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R_2 ? (args_0: R_2, args_1: R_2, 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;
1205
1206
  } & Readonly<{
1207
+ error: boolean;
1208
+ direction: "vertical" | "horizontal";
1206
1209
  style: import('vue').StyleValue;
1207
- focused: boolean;
1208
1210
  disabled: boolean | null;
1209
- error: boolean;
1210
- errorMessages: string | readonly string[] | null;
1211
- maxErrors: string | number;
1212
1211
  readonly: boolean | null;
1212
+ messages: string | readonly string[];
1213
1213
  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>))[];
1214
+ focused: boolean;
1215
+ errorMessages: string | readonly string[] | null;
1216
+ maxErrors: string | number;
1214
1217
  density: import('vuetify/lib/composables/density.mjs').Density;
1215
1218
  centerAffix: boolean;
1216
1219
  glow: boolean;
1217
1220
  hideSpinButtons: boolean;
1218
1221
  persistentHint: boolean;
1219
- messages: string | readonly string[];
1220
- direction: "vertical" | "horizontal";
1221
1222
  }> & Omit<{
1222
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1223
- focused: boolean;
1224
- disabled: boolean | null;
1225
1223
  error: boolean;
1226
- errorMessages: string | readonly string[] | null;
1227
- maxErrors: string | number;
1224
+ direction: "vertical" | "horizontal";
1225
+ style: import('vue').StyleValue;
1226
+ disabled: boolean | null;
1228
1227
  readonly: boolean | null;
1228
+ messages: string | readonly string[];
1229
1229
  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>))[];
1230
+ focused: boolean;
1231
+ errorMessages: string | readonly string[] | null;
1232
+ maxErrors: string | number;
1230
1233
  density: import('vuetify/lib/composables/density.mjs').Density;
1231
1234
  centerAffix: boolean;
1232
1235
  glow: boolean;
1233
1236
  hideSpinButtons: boolean;
1234
1237
  persistentHint: boolean;
1235
- messages: string | readonly string[];
1236
- direction: "vertical" | "horizontal";
1237
1238
  } & {
1238
- theme?: string | undefined;
1239
- class?: any;
1240
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1241
1239
  name?: string | undefined;
1242
- label?: string | undefined;
1243
- 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;
1244
- validationValue?: any;
1240
+ id?: string | undefined;
1241
+ width?: string | number | undefined;
1242
+ color?: string | undefined;
1245
1243
  maxWidth?: string | number | undefined;
1246
1244
  minWidth?: string | number | undefined;
1247
- width?: string | number | undefined;
1248
- id?: string | undefined;
1249
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1245
+ label?: string | undefined;
1246
+ class?: any;
1247
+ theme?: string | undefined;
1248
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1249
+ 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;
1250
+ validationValue?: any;
1250
1251
  baseColor?: string | undefined;
1251
- color?: string | undefined;
1252
- iconColor?: string | boolean | undefined;
1253
1252
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1254
- hideDetails?: boolean | "auto" | undefined;
1253
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1254
+ iconColor?: string | boolean | undefined;
1255
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1256
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1255
1257
  hint?: string | undefined;
1256
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1257
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1258
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
1258
+ hideDetails?: boolean | "auto" | undefined;
1259
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1259
1260
  reset: () => Promise<void>;
1260
1261
  resetValidation: () => Promise<void>;
1261
1262
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -1263,64 +1264,64 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1263
1264
  errorMessages: import('vue').ComputedRef<string[]>;
1264
1265
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1265
1266
  modelValue?: unknown;
1266
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1267
- }, 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}`> & Omit<Omit<{
1267
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1268
+ }, 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 & Omit<Omit<{
1268
1269
  $: import('vue').ComponentInternalInstance;
1269
1270
  $data: {};
1270
1271
  $props: Partial<{
1272
+ flat: boolean;
1273
+ reverse: boolean;
1274
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1275
+ error: boolean;
1276
+ active: boolean;
1277
+ details: boolean;
1271
1278
  style: import('vue').StyleValue;
1279
+ disabled: boolean;
1272
1280
  focused: boolean;
1273
1281
  rounded: string | number | boolean;
1274
1282
  tile: boolean;
1275
- clearable: boolean;
1276
1283
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1277
- active: boolean;
1278
1284
  centerAffix: boolean;
1279
- dirty: boolean;
1280
- disabled: boolean;
1281
1285
  glow: boolean;
1282
- error: boolean;
1283
- flat: boolean;
1286
+ clearable: boolean;
1287
+ dirty: boolean;
1284
1288
  persistentClear: boolean;
1285
- reverse: boolean;
1286
1289
  singleLine: boolean;
1290
+ }> & Omit<{
1291
+ flat: boolean;
1292
+ reverse: boolean;
1287
1293
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1294
+ error: boolean;
1295
+ active: boolean;
1288
1296
  details: boolean;
1289
- }> & Omit<{
1290
- theme?: string | undefined;
1291
- class?: any;
1292
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1297
+ style: import('vue').StyleValue;
1298
+ disabled: boolean;
1293
1299
  focused: boolean;
1294
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1295
- rounded?: string | number | boolean | undefined;
1296
1300
  tile: boolean;
1297
- loading?: string | boolean | undefined;
1298
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1299
- bgColor?: string | undefined;
1300
- clearable: boolean;
1301
1301
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1302
- active: boolean;
1303
- centerAffix?: boolean | undefined;
1304
- color?: string | undefined;
1305
- baseColor?: string | undefined;
1306
- dirty: boolean;
1307
- disabled: boolean;
1308
1302
  glow: boolean;
1309
- error: boolean;
1310
- flat: boolean;
1311
- iconColor?: string | boolean | undefined;
1312
- label?: string | undefined;
1303
+ clearable: boolean;
1304
+ dirty: boolean;
1313
1305
  persistentClear: boolean;
1314
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1315
- reverse: boolean;
1316
1306
  singleLine: boolean;
1317
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1318
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1319
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1320
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1321
1307
  id?: string | undefined;
1322
- details: boolean;
1323
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1308
+ color?: string | undefined;
1309
+ loading?: string | boolean | undefined;
1310
+ label?: string | undefined;
1311
+ class?: any;
1312
+ theme?: string | undefined;
1313
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1314
+ rounded?: string | number | boolean | undefined;
1315
+ baseColor?: string | undefined;
1316
+ bgColor?: string | undefined;
1317
+ iconColor?: string | boolean | undefined;
1318
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1319
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1320
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1321
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1322
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1323
+ centerAffix?: boolean | undefined;
1324
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1324
1325
  $attrs: {
1325
1326
  [x: string]: unknown;
1326
1327
  };
@@ -1333,10 +1334,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1333
1334
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1334
1335
  [key: string]: any;
1335
1336
  }>[]) | undefined;
1336
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1337
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1337
1338
  [key: string]: any;
1338
1339
  }>[]) | undefined;
1339
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1340
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1340
1341
  [key: string]: any;
1341
1342
  }>[]) | undefined;
1342
1343
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1358,77 +1359,77 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1358
1359
  $emit: (event: "update:focused", focused: boolean) => void;
1359
1360
  $el: any;
1360
1361
  $options: import('vue').ComponentOptionsBase<{
1361
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1362
+ flat: boolean;
1363
+ reverse: boolean;
1364
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1365
+ error: boolean;
1366
+ active: boolean;
1367
+ details: boolean;
1368
+ style: import('vue').StyleValue;
1369
+ disabled: boolean;
1362
1370
  focused: boolean;
1363
1371
  tile: boolean;
1364
- clearable: boolean;
1365
1372
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1366
- active: boolean;
1367
- dirty: boolean;
1368
- disabled: boolean;
1369
1373
  glow: boolean;
1370
- error: boolean;
1371
- flat: boolean;
1374
+ clearable: boolean;
1375
+ dirty: boolean;
1372
1376
  persistentClear: boolean;
1373
- reverse: boolean;
1374
1377
  singleLine: boolean;
1375
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1376
- details: boolean;
1377
1378
  } & {
1378
- theme?: string | undefined;
1379
+ id?: string | undefined;
1380
+ color?: string | undefined;
1381
+ loading?: string | boolean | undefined;
1382
+ label?: string | undefined;
1379
1383
  class?: any;
1380
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1384
+ theme?: string | undefined;
1385
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1381
1386
  rounded?: string | number | boolean | undefined;
1382
- loading?: string | boolean | undefined;
1383
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1384
- bgColor?: string | undefined;
1385
- centerAffix?: boolean | undefined;
1386
- color?: string | undefined;
1387
1387
  baseColor?: string | undefined;
1388
+ bgColor?: string | undefined;
1388
1389
  iconColor?: string | boolean | undefined;
1389
- label?: string | undefined;
1390
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1390
1391
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1391
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1392
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1393
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1394
- id?: string | undefined;
1392
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1393
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1394
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1395
+ centerAffix?: boolean | undefined;
1395
1396
  } & {
1396
1397
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1397
1398
  }, {
1398
1399
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1399
1400
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1400
1401
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1401
- "update:focused": (focused: boolean) => true;
1402
- "update:modelValue": (value: any) => true;
1403
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, string, {
1402
+ 'update:focused': (focused: boolean) => true;
1403
+ 'update:modelValue': (value: any) => true;
1404
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1405
+ flat: boolean;
1406
+ reverse: boolean;
1407
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1408
+ error: boolean;
1409
+ active: boolean;
1410
+ details: boolean;
1404
1411
  style: import('vue').StyleValue;
1412
+ disabled: boolean;
1405
1413
  focused: boolean;
1406
1414
  rounded: string | number | boolean;
1407
1415
  tile: boolean;
1408
- clearable: boolean;
1409
1416
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1410
- active: boolean;
1411
1417
  centerAffix: boolean;
1412
- dirty: boolean;
1413
- disabled: boolean;
1414
1418
  glow: boolean;
1415
- error: boolean;
1416
- flat: boolean;
1419
+ clearable: boolean;
1420
+ dirty: boolean;
1417
1421
  persistentClear: boolean;
1418
- reverse: boolean;
1419
1422
  singleLine: boolean;
1420
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1421
- details: boolean;
1422
1423
  }, {}, string, import('vue').SlotsType<Partial<{
1423
1424
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1424
1425
  props: Record<string, any>;
1425
1426
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1426
1427
  [key: string]: any;
1427
1428
  }>[];
1428
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1429
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1429
1430
  [key: string]: any;
1430
1431
  }>[];
1431
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1432
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1432
1433
  [key: string]: any;
1433
1434
  }>[];
1434
1435
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1444,88 +1445,88 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1444
1445
  [key: string]: any;
1445
1446
  }>[];
1446
1447
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1447
- beforeCreate?: (() => void)[] | (() => void) | undefined;
1448
- created?: (() => void)[] | (() => void) | undefined;
1449
- beforeMount?: (() => void)[] | (() => void) | undefined;
1450
- mounted?: (() => void)[] | (() => void) | undefined;
1451
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
1452
- updated?: (() => void)[] | (() => void) | undefined;
1453
- activated?: (() => void)[] | (() => void) | undefined;
1454
- deactivated?: (() => void)[] | (() => void) | undefined;
1455
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
1456
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
1457
- destroyed?: (() => void)[] | (() => void) | undefined;
1458
- unmounted?: (() => void)[] | (() => void) | undefined;
1459
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1460
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1461
- errorCaptured?: ((err: unknown, instance: 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: 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;
1448
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1449
+ created?: (() => void) | (() => void)[] | undefined;
1450
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1451
+ mounted?: (() => void) | (() => void)[] | undefined;
1452
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1453
+ updated?: (() => void) | (() => void)[] | undefined;
1454
+ activated?: (() => void) | (() => void)[] | undefined;
1455
+ deactivated?: (() => void) | (() => void)[] | undefined;
1456
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1457
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1458
+ destroyed?: (() => void) | (() => void)[] | undefined;
1459
+ unmounted?: (() => void) | (() => void)[] | undefined;
1460
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1461
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1462
+ errorCaptured?: ((err: unknown, instance: 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: 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;
1462
1463
  };
1463
1464
  $forceUpdate: () => void;
1464
1465
  $nextTick: typeof nextTick;
1465
1466
  $watch<T_3 extends string | ((...args: any) => any)>(source: T_3, cb: T_3 extends (...args: any) => infer R_3 ? (args_0: R_3, args_1: R_3, 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;
1466
1467
  } & Readonly<{
1468
+ flat: boolean;
1469
+ reverse: boolean;
1470
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1471
+ error: boolean;
1472
+ active: boolean;
1473
+ details: boolean;
1467
1474
  style: import('vue').StyleValue;
1475
+ disabled: boolean;
1468
1476
  focused: boolean;
1469
1477
  rounded: string | number | boolean;
1470
1478
  tile: boolean;
1471
- clearable: boolean;
1472
1479
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1473
- active: boolean;
1474
1480
  centerAffix: boolean;
1475
- dirty: boolean;
1476
- disabled: boolean;
1477
1481
  glow: boolean;
1478
- error: boolean;
1479
- flat: boolean;
1482
+ clearable: boolean;
1483
+ dirty: boolean;
1480
1484
  persistentClear: boolean;
1481
- reverse: boolean;
1482
1485
  singleLine: boolean;
1486
+ }> & Omit<{
1487
+ flat: boolean;
1488
+ reverse: boolean;
1483
1489
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1490
+ error: boolean;
1491
+ active: boolean;
1484
1492
  details: boolean;
1485
- }> & Omit<{
1486
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1493
+ style: import('vue').StyleValue;
1494
+ disabled: boolean;
1487
1495
  focused: boolean;
1488
1496
  tile: boolean;
1489
- clearable: boolean;
1490
1497
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1491
- active: boolean;
1492
- dirty: boolean;
1493
- disabled: boolean;
1494
1498
  glow: boolean;
1495
- error: boolean;
1496
- flat: boolean;
1499
+ clearable: boolean;
1500
+ dirty: boolean;
1497
1501
  persistentClear: boolean;
1498
- reverse: boolean;
1499
1502
  singleLine: boolean;
1500
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1501
- details: boolean;
1502
1503
  } & {
1503
- theme?: string | undefined;
1504
+ id?: string | undefined;
1505
+ color?: string | undefined;
1506
+ loading?: string | boolean | undefined;
1507
+ label?: string | undefined;
1504
1508
  class?: any;
1505
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1509
+ theme?: string | undefined;
1510
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1506
1511
  rounded?: string | number | boolean | undefined;
1507
- loading?: string | boolean | undefined;
1508
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1509
- bgColor?: string | undefined;
1510
- centerAffix?: boolean | undefined;
1511
- color?: string | undefined;
1512
1512
  baseColor?: string | undefined;
1513
+ bgColor?: string | undefined;
1513
1514
  iconColor?: string | boolean | undefined;
1514
- label?: string | undefined;
1515
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1515
1516
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1516
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1517
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1518
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1519
- id?: string | undefined;
1517
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1518
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1519
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1520
+ centerAffix?: boolean | undefined;
1520
1521
  } & {
1521
1522
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1522
- }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1523
+ }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1523
1524
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1524
1525
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1525
1526
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1526
1527
  modelValue?: unknown;
1527
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1528
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1528
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1529
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
1529
1530
  _allExposed: {} | {
1530
1531
  reset: () => Promise<void>;
1531
1532
  resetValidation: () => Promise<void>;
@@ -1537,36 +1538,37 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1537
1538
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1538
1539
  };
1539
1540
  }, {}, {}, {}, {
1541
+ flat: boolean;
1542
+ reverse: boolean;
1543
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1544
+ type: string;
1545
+ error: boolean;
1546
+ active: boolean;
1547
+ direction: "vertical" | "horizontal";
1548
+ details: boolean;
1540
1549
  style: import('vue').StyleValue;
1550
+ autofocus: boolean;
1551
+ disabled: boolean;
1552
+ readonly: boolean | null;
1553
+ messages: string | readonly string[];
1554
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1541
1555
  focused: boolean;
1542
1556
  errorMessages: string | readonly string[] | null;
1543
1557
  maxErrors: string | number;
1544
- readonly: boolean | null;
1545
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1546
1558
  density: import('vuetify/lib/composables/density.mjs').Density;
1547
1559
  rounded: string | number | boolean;
1548
1560
  tile: boolean;
1561
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1562
+ centerAffix: boolean;
1563
+ glow: boolean;
1549
1564
  hideSpinButtons: boolean;
1550
1565
  persistentHint: boolean;
1551
- messages: string | readonly string[];
1552
- direction: "vertical" | "horizontal";
1553
1566
  clearable: boolean;
1554
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1555
- active: boolean;
1556
- centerAffix: boolean;
1557
1567
  dirty: boolean;
1558
- disabled: boolean;
1559
- glow: boolean;
1560
- error: boolean;
1561
- flat: boolean;
1562
1568
  persistentClear: boolean;
1563
- reverse: boolean;
1564
1569
  singleLine: boolean;
1565
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1566
- autofocus: boolean;
1567
1570
  persistentPlaceholder: boolean;
1568
1571
  persistentCounter: boolean;
1569
- type: string;
1570
1572
  }> | null;
1571
1573
  }, any>, {
1572
1574
  prepend?(_: {}): any;