@cnamts/synapse 1.0.14 → 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 (395) hide show
  1. package/README.md +0 -0
  2. package/dist/{DateFilter-isr8mXVb.js → DateFilter-DSwJUvBu.js} +12 -12
  3. package/dist/{NumberFilter-BOe7DqWX.js → NumberFilter-CwsbYyz4.js} +1 -1
  4. package/dist/{PeriodFilter-WTprpO40.js → PeriodFilter-csnEZU30.js} +1 -1
  5. package/dist/{SelectFilter-CqlG5dmI.js → SelectFilter-Bd5fndzR.js} +1 -1
  6. package/dist/{TextFilter-fVW5bsRw.js → TextFilter-B6gxzq2a.js} +1 -1
  7. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +2836 -2845
  8. package/dist/components/Amelipro/AmeliproCallback/AmeliproCallback.d.ts +3 -3
  9. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +7 -7
  10. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +3 -3
  11. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +3 -3
  12. package/dist/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.d.ts +3 -3
  13. package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +3 -3
  14. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +3 -3
  15. package/dist/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.d.ts +3 -3
  16. package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +3 -3
  17. package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +18 -18
  18. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +9 -9
  19. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +3 -3
  20. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +3 -3
  21. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +3 -1
  22. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -3
  23. package/dist/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.d.ts +3 -3
  24. package/dist/components/Amelipro/AmeliproMenu/AmeliproMenu.d.ts +3 -3
  25. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  26. package/dist/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.d.ts +3 -3
  27. package/dist/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.d.ts +3 -3
  28. package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +9 -0
  29. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +1288 -1284
  30. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1936 -1930
  31. package/dist/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.d.ts +3 -3
  32. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +2838 -2865
  33. package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +3 -3
  34. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +2843 -2870
  35. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +397 -397
  36. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +642 -640
  37. package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +233 -5
  38. package/dist/components/Amelipro/AmeliproTransmission/AmeliproTransmission.d.ts +9 -9
  39. package/dist/components/Captcha/CaptchaHelpdesk.d.ts +6 -0
  40. package/dist/components/CookieBanner/CookieBanner.d.ts +117 -119
  41. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +484 -484
  42. package/dist/components/CookiesSelection/CookiesSelection.d.ts +104 -106
  43. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +14 -10
  44. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +118 -129
  45. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -3
  46. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
  47. package/dist/components/Customs/SyForm/SyForm.d.ts +60 -53
  48. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +88 -0
  49. package/dist/components/Customs/SyRadioGroup/locales.d.ts +3 -0
  50. package/dist/components/Customs/SyTextField/SyTextField.d.ts +644 -642
  51. package/dist/components/DataList/DataList.d.ts +6 -1
  52. package/dist/components/DataListGroup/DataListGroup.d.ts +14 -2
  53. package/dist/components/DataListItem/DataListItem.d.ts +3 -0
  54. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +2988 -3100
  55. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +1458 -1558
  56. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +655 -651
  57. package/dist/components/DatePicker/composables/index.d.ts +4 -0
  58. package/dist/components/DatePicker/composables/useAsteriskDisplay.d.ts +1 -1
  59. package/dist/components/DatePicker/composables/useCalendarKeyboardNavigation.d.ts +11 -0
  60. package/dist/components/DatePicker/composables/useDatePickerState.d.ts +25 -0
  61. package/dist/components/DatePicker/composables/useDateTextField.d.ts +61 -0
  62. package/dist/components/DatePicker/composables/useHolidayHighlighting.d.ts +15 -0
  63. package/dist/components/DatePicker/constants/messages.d.ts +0 -1
  64. package/dist/components/DialogBox/DialogBox.d.ts +175 -177
  65. package/dist/components/FilterSideBar/FilterSideBar.d.ts +161 -171
  66. package/dist/components/FooterBar/FooterBar.d.ts +5 -5
  67. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -2
  68. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +1 -1
  69. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +1 -1
  70. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +234 -258
  71. package/dist/components/LangBtn/LangBtn.d.ts +173 -179
  72. package/dist/components/LogoBrandSection/LogoBrandSection.d.ts +1 -1
  73. package/dist/components/LunarCalendar/LunarCalendar.d.ts +29 -0
  74. package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +5 -0
  75. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +13 -0
  76. package/dist/components/NirField/NirField.d.ts +1296 -1292
  77. package/dist/components/PaginatedTable/PaginatedTable.d.ts +1 -1
  78. package/dist/components/PeriodField/PeriodField.d.ts +5844 -6068
  79. package/dist/components/PhoneField/PhoneField.d.ts +645 -643
  80. package/dist/components/SyAlert/SyAlert.d.ts +31 -31
  81. package/dist/components/SyTextArea/SyTextArea.d.ts +395 -395
  82. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +193 -227
  83. package/dist/components/Tables/SyTable/SyTable.d.ts +192 -226
  84. package/dist/components/Tables/common/SyTableFilter.d.ts +1 -1
  85. package/dist/components/Tables/common/SyTablePagination.d.ts +118 -129
  86. package/dist/components/Tables/common/TableHeader.d.ts +52 -2
  87. package/dist/components/Tables/common/filters/DateFilter.d.ts +1 -1
  88. package/dist/components/Tables/common/filters/NumberFilter.d.ts +1 -1
  89. package/dist/components/Tables/common/filters/PeriodFilter.d.ts +1 -1
  90. package/dist/components/Tables/common/filters/SelectFilter.d.ts +1 -1
  91. package/dist/components/Tables/common/filters/TextFilter.d.ts +1 -1
  92. package/dist/components/Tables/common/locales.d.ts +1 -0
  93. package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +86 -90
  94. package/dist/components/Tables/common/tableFilterUtils.d.ts +2 -2
  95. package/dist/components/Tables/common/types.d.ts +3 -2
  96. package/dist/components/Tables/common/useTableCheckbox.d.ts +3 -2
  97. package/dist/components/Tables/common/useTableFilter.d.ts +1 -1
  98. package/dist/components/Tables/common/useTableItems.d.ts +6 -8
  99. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +18 -18
  100. package/dist/components/index.d.ts +2 -0
  101. package/dist/design-system-v3.js +101 -98
  102. package/dist/design-system-v3.umd.cjs +25 -33
  103. package/dist/main-DkZZpa3S.js +35197 -0
  104. package/dist/style.css +1 -1
  105. package/dist/utils/formatNir/formatNir.d.ts +2 -0
  106. package/dist/utils/index.d.ts +1 -0
  107. package/dist/utils/insertAt.d.ts +1 -0
  108. package/dist/utils/rules/validateDateValue.d.ts +14 -0
  109. package/dist/vuetifyConfig.d.ts +6 -6
  110. package/package.json +4 -4
  111. package/src/assets/tokens.scss +2 -0
  112. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +1 -18
  113. package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +178 -9
  114. package/src/components/Amelipro/AmeliproAccordion/__tests__/__snapshots__/AmeliproAccordion.spec.ts.snap +28 -121
  115. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +15 -270
  116. package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +12 -194
  117. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/__snapshots__/AmeliproAccordionResultTemplate.spec.ts.snap +1 -18
  118. package/src/components/Amelipro/AmeliproAccordionResult/__tests__/__snapshots__/AmeliproAccordionResult.spec.ts.snap +1 -18
  119. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +12 -194
  120. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +9 -9
  121. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +5 -4
  122. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/AmeliproAutoCompleteField.spec.ts +6 -6
  123. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -0
  124. package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +135 -9
  125. package/src/components/Amelipro/AmeliproBadge/__tests__/__snapshots__/AmeliproBadge.spec.ts.snap +20 -5
  126. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/AmeliproBreadcrumb.spec.ts +195 -28
  127. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +193 -124
  128. package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
  129. package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +364 -12
  130. package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +30 -390
  131. package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +4 -36
  132. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +10 -10
  133. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +7 -7
  134. package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +5 -5
  135. package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +1 -1
  136. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +7 -6
  137. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +6 -6
  138. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +6 -6
  139. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +2 -2
  140. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -43
  141. package/src/components/Amelipro/AmeliproContentLayout/__tests__/AmeliproContentLayout.spec.ts +80 -9
  142. package/src/components/Amelipro/AmeliproContentLayout/__tests__/__snapshots__/AmeliproContentLayout.spec.ts.snap +25 -4
  143. package/src/components/Amelipro/AmeliproCopyBtn/__tests__/__snapshots__/AmeliproCopyBtn.spec.ts.snap +1 -13
  144. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.stories.ts +7 -6
  145. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +5 -5
  146. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +187 -39
  147. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/__snapshots__/AmeliproCustomSelector.spec.ts.snap +147 -147
  148. package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +1 -1
  149. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +0 -2
  150. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/AmeliproErrorTemplate.spec.ts +160 -20
  151. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +34 -177
  152. package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +1 -0
  153. package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +248 -19
  154. package/src/components/Amelipro/AmeliproFilePreview/__tests__/__snapshots__/AmeliproFilePreview.spec.ts.snap +34 -203
  155. package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +6 -144
  156. package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.vue +20 -2
  157. package/src/components/Amelipro/AmeliproIcon/__tests__/__snapshots__/AmeliproIcon.spec.ts.snap +1 -25
  158. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.stories.ts +5 -5
  159. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -6
  160. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/AmeliproIllustratedRadioGroup.spec.ts +22 -22
  161. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +2 -2
  162. package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/AmeliproMultipleFoldingCard.spec.ts +304 -0
  163. package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +373 -0
  164. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +2 -0
  165. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +28 -2
  166. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +9 -173
  167. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -1
  168. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +162 -72
  169. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +2 -2
  170. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +6 -39
  171. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +3 -3
  172. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +8 -8
  173. package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/AmeliproPostalAddressField.spec.ts +2 -2
  174. package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +11 -52
  175. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.stories.ts +7 -7
  176. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +8 -8
  177. package/src/components/Amelipro/AmeliproRadioGroup/__tests__/AmeliproRadioGroup.spec.ts +6 -6
  178. package/src/components/Amelipro/AmeliproRadioGroup/__tests__/__snapshots__/AmeliproRadioGroup.spec.ts.snap +2 -2
  179. package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +2 -14
  180. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.stories.ts +7 -7
  181. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +4 -4
  182. package/src/components/Amelipro/AmeliproSelect/__tests__/AmeliproSelect.spec.ts +12 -12
  183. package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +2 -2
  184. package/src/components/Amelipro/AmeliproStepper/__tests__/__snapshots__/AmeliproStepper.spec.ts.snap +2 -2
  185. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +2 -2
  186. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +463 -68
  187. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +176 -511
  188. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.stories.ts +6 -6
  189. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -4
  190. package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +3 -3
  191. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +1 -2
  192. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +10 -10
  193. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +4 -4
  194. package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +5 -5
  195. package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +162 -0
  196. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +44 -0
  197. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +79 -1
  198. package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +0 -2
  199. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +2 -2
  200. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +21 -7
  201. package/src/components/Amelipro/AmeliproUpload/__tests__/AmeliproUpload.spec.ts +252 -44
  202. package/src/components/Amelipro/AmeliproUpload/__tests__/__snapshots__/AmeliproUpload.spec.ts.snap +166 -0
  203. package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/ServiceBtn.spec.ts +137 -0
  204. package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/__snapshots__/ServiceBtn.spec.ts.snap +56 -0
  205. package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/ServiceList.spec.ts +116 -0
  206. package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/__snapshots__/ServiceList.spec.ts.snap +58 -0
  207. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/ServiceMenuContent.spec.ts +118 -0
  208. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/__snapshots__/ServiceMenuContent.spec.ts.snap +151 -0
  209. package/src/components/Amelipro/ServiceMenu/__tests__/ServiceMenu.spec.ts +259 -0
  210. package/src/components/Amelipro/ServiceMenu/__tests__/__snapshots__/ServiceMenu.spec.ts.snap +102 -0
  211. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/StructureBtn.spec.ts +90 -0
  212. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/__snapshots__/StructureBtn.spec.ts.snap +63 -0
  213. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/StructureItem.spec.ts +133 -0
  214. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/__snapshots__/StructureItem.spec.ts.snap +143 -0
  215. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/StructureList.spec.ts +190 -0
  216. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/__snapshots__/StructureList.spec.ts.snap +109 -0
  217. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/StructureTabs.spec.ts +159 -0
  218. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/__snapshots__/StructureTabs.spec.ts.snap +103 -0
  219. package/src/components/Amelipro/StructureMenu/__tests__/StructureMenu.spec.ts +165 -0
  220. package/src/components/Amelipro/StructureMenu/__tests__/__snapshots__/StructureMenu.spec.ts.snap +39 -0
  221. package/src/components/Amelipro/UserInformationSummary/__tests__/UserInformationSummary.spec.ts +140 -0
  222. package/src/components/Amelipro/UserInformationSummary/{tests → __tests__}/__snapshots__/UserInformationSummary.spec.ts.snap +17 -24
  223. package/src/components/Amelipro/UserMenu/UserMenu.stories.ts +3 -3
  224. package/src/components/Amelipro/UserMenu/UserMenu.vue +2 -2
  225. package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/UserMenuDetails.spec.ts +150 -0
  226. package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/__snapshots__/UserMenuDetails.spec.ts.snap +117 -0
  227. package/src/components/Amelipro/UserMenu/__tests__/UserMenu.spec.ts +141 -0
  228. package/src/components/Amelipro/UserMenu/__tests__/__snapshots__/UserMenu.spec.ts.snap +103 -0
  229. package/src/components/Captcha/Captcha.vue +9 -24
  230. package/src/components/Captcha/CaptchaHelpdesk.vue +42 -0
  231. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +256 -268
  232. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +0 -1
  233. package/src/components/Customs/Selects/SelectBtnField/Accessibilite.stories.ts +4 -0
  234. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +154 -82
  235. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +229 -125
  236. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +12 -12
  237. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +344 -826
  238. package/src/components/Customs/Selects/SySelect/SySelect.vue +215 -169
  239. package/src/components/Customs/Selects/SySelect/composables/tests/useSySelectKeyboard.spec.ts +4 -2
  240. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +7 -9
  241. package/src/components/Customs/SyForm/SyForm.mdx +47 -7
  242. package/src/components/Customs/SyForm/SyForm.stories.ts +38 -34
  243. package/src/components/Customs/SyForm/SyForm.vue +27 -6
  244. package/src/components/Customs/SyRadioGroup/Accessibilite.mdx +263 -0
  245. package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +37 -0
  246. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +665 -0
  247. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +324 -0
  248. package/src/components/Customs/SyRadioGroup/locales.ts +3 -0
  249. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +135 -0
  250. package/src/components/Customs/SyTabs/SyTabs.vue +1 -1
  251. package/src/components/Customs/SyTextField/SyTextField.vue +225 -194
  252. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +32 -2
  253. package/src/components/DataList/DataList.mdx +3 -1
  254. package/src/components/DataList/DataList.stories.ts +67 -17
  255. package/src/components/DataList/DataList.vue +13 -1
  256. package/src/components/DataListGroup/DataListGroup.stories.ts +42 -12
  257. package/src/components/DataListGroup/DataListGroup.vue +14 -1
  258. package/src/components/DataListItem/DataListItem.vue +10 -2
  259. package/src/components/DataListItem/tests/DataListItem.spec.ts +1 -1
  260. package/src/components/DatePicker/CalendarMode/DatePicker.vue +157 -178
  261. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +5 -0
  262. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +179 -179
  263. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +261 -258
  264. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +234 -827
  265. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +46 -73
  266. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +350 -0
  267. package/src/components/DatePicker/composables/index.ts +4 -0
  268. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +270 -0
  269. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +61 -3
  270. package/src/components/DatePicker/composables/tests/useDateRangeInput.spec.ts +198 -0
  271. package/src/components/DatePicker/composables/tests/useDisplayedDateString.spec.ts +36 -2
  272. package/src/components/DatePicker/composables/tests/useInputHandler.spec.ts +755 -0
  273. package/src/components/DatePicker/composables/tests/useKeyboardEvents.spec.ts +168 -0
  274. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +40 -34
  275. package/src/components/DatePicker/composables/useAsteriskDisplay.ts +1 -2
  276. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +155 -0
  277. package/src/components/DatePicker/composables/useDatePickerState.ts +163 -0
  278. package/src/components/DatePicker/composables/useDateRangeInput.ts +4 -8
  279. package/src/components/DatePicker/composables/useDateTextField.ts +156 -0
  280. package/src/components/DatePicker/composables/useHolidayHighlighting.ts +64 -0
  281. package/src/components/DatePicker/composables/useInputHandler.ts +25 -19
  282. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +52 -26
  283. package/src/components/DatePicker/constants/messages.ts +0 -1
  284. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
  285. package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +16 -8
  286. package/src/components/ErrorPage/ErrorPage.vue +1 -1
  287. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +17 -0
  288. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +0 -1
  289. package/src/components/LunarCalendar/LunarCalendar.mdx +33 -0
  290. package/src/components/LunarCalendar/LunarCalendar.stories.ts +232 -0
  291. package/src/components/LunarCalendar/LunarCalendar.vue +57 -0
  292. package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +79 -0
  293. package/src/components/LunarCalendar/useLunarCalendarRules.ts +96 -0
  294. package/src/components/LunarCalendar/useLunarCalendarValidation.ts +47 -0
  295. package/src/components/NotificationBar/NotificationBar.vue +2 -2
  296. package/src/components/PaginatedTable/PaginatedTable.stories.ts +15 -10
  297. package/src/components/PaginatedTable/PaginatedTable.vue +24 -35
  298. package/src/components/PhoneField/PhoneField.vue +102 -83
  299. package/src/components/SearchListField/tests/SearchListField.spec.ts +7 -53
  300. package/src/components/SyAlert/SyAlert.vue +5 -2
  301. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +24 -72
  302. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +521 -23
  303. package/src/components/Tables/SyServerTable/SyServerTable.vue +19 -13
  304. package/src/components/Tables/SyTable/SyTable.stories.ts +391 -18
  305. package/src/components/Tables/SyTable/SyTable.vue +16 -11
  306. package/src/components/Tables/common/TableHeader.vue +16 -7
  307. package/src/components/Tables/common/filters/DateFilter.vue +1 -1
  308. package/src/components/Tables/common/locales.ts +1 -0
  309. package/src/components/Tables/common/tableFilterUtils.ts +3 -3
  310. package/src/components/Tables/common/types.ts +4 -2
  311. package/src/components/Tables/common/useTableCheckbox.ts +4 -3
  312. package/src/components/Tables/common/useTableFilter.ts +2 -2
  313. package/src/components/Tables/common/useTableItems.ts +4 -19
  314. package/src/components/index.ts +2 -0
  315. package/src/composables/validation/tests/useFormValidation.spec.ts +251 -0
  316. package/src/composables/validation/tests/useValidatable.spec.ts +90 -0
  317. package/src/stories/Accessibilite/Audit/Exemptions-derogations.mdx +241 -0
  318. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +17 -10
  319. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +16 -0
  320. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +160 -106
  321. package/src/stories/Accessibilite/Vuetify/VuetifyItems.ts +2 -1
  322. package/src/stories/GuideDuDev/ClassesUtilitaires/FormattingUtilities.mdx +20 -0
  323. package/src/stories/GuideDuDev/ClassesUtilitaires/index.mdx +10 -0
  324. package/src/utils/formatNir/formatNir.ts +15 -0
  325. package/src/utils/index.ts +1 -0
  326. package/src/utils/insertAt.ts +11 -0
  327. package/src/utils/rules/isDateValid/IsDateValid.mdx +2 -2
  328. package/src/utils/rules/isDateValid/IsDateValid.stories.ts +6 -4
  329. package/src/utils/rules/isDateValid/index.ts +23 -8
  330. package/src/utils/rules/isDateValid/tests/isDateValid.spec.ts +9 -0
  331. package/src/utils/rules/isExactLength/IsExactLenght.mdx +1 -1
  332. package/src/utils/rules/isHolidayDay/IsHolidayDay.mdx +19 -7
  333. package/src/utils/rules/isHolidayDay/index.ts +6 -8
  334. package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +13 -1
  335. package/src/utils/rules/isNotAfterDate/IsNotAfterDate.mdx +2 -2
  336. package/src/utils/rules/isNotAfterDate/IsNotAfterDate.stories.ts +9 -2
  337. package/src/utils/rules/isNotAfterDate/index.ts +5 -12
  338. package/src/utils/rules/isNotAfterDate/tests/isNotAfterDate.spec.ts +20 -0
  339. package/src/utils/rules/isNotAfterToday/IsNotAfterToday.mdx +2 -2
  340. package/src/utils/rules/isNotAfterToday/IsNotAfterToday.stories.ts +8 -2
  341. package/src/utils/rules/isNotAfterToday/index.ts +6 -6
  342. package/src/utils/rules/isNotAfterToday/tests/isNotAfterToday.spec.ts +20 -0
  343. package/src/utils/rules/isNotBeforeDate/IsNotBeforeDate.mdx +2 -2
  344. package/src/utils/rules/isNotBeforeDate/index.ts +5 -12
  345. package/src/utils/rules/isNotBeforeDate/tests/IsNotBeforeDate.spec.ts +20 -0
  346. package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.mdx +2 -2
  347. package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.stories.ts +8 -2
  348. package/src/utils/rules/isNotBeforeToday/index.ts +6 -6
  349. package/src/utils/rules/isNotBeforeToday/tests/notBeforeToday.spec.ts +19 -0
  350. package/src/utils/rules/validateDateValue.ts +37 -0
  351. package/src/vuetifyConfig.ts +6 -2
  352. package/dist/components/Customs/Selects/SelectBtnField/config.d.ts +0 -11
  353. package/dist/components/DatePicker/tests/setup.d.ts +0 -75370
  354. package/dist/components/Tables/common/formatters.d.ts +0 -17
  355. package/dist/main-CbBVJ_le.js +0 -34377
  356. package/dist/stories/Accessibilite/Vuetify/VuetifyItems.d.ts +0 -70
  357. package/dist/stories/DesignTokens/StylesTypographiques.stories.new.d.ts +0 -8
  358. package/dist/stories/DesignTokens/TypographyDisplay.d.ts +0 -28
  359. package/dist/stories/DesignTokens/vue-shims.d.ts +0 -6
  360. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/AmeliproMultipleFoldingCard.spec.ts +0 -40
  361. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +0 -369
  362. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/ServiceBtn.spec.ts +0 -21
  363. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +0 -100
  364. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/ServiceList.spec.ts +0 -25
  365. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +0 -245
  366. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/ServiceMenuContent.spec.ts +0 -45
  367. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +0 -787
  368. package/src/components/Amelipro/ServiceMenu/tests/ServiceMenu.spec.ts +0 -46
  369. package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +0 -111
  370. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/StructureBtn.spec.ts +0 -17
  371. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/__snapshots__/StructureBtn.spec.ts.snap +0 -34
  372. package/src/components/Amelipro/StructureMenu/StructureItem/tests/StructureItem.spec.ts +0 -21
  373. package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +0 -106
  374. package/src/components/Amelipro/StructureMenu/StructureList/tests/StructureList.spec.ts +0 -33
  375. package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +0 -353
  376. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/StructureTabs.spec.ts +0 -60
  377. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +0 -824
  378. package/src/components/Amelipro/StructureMenu/tests/StructureMenu.spec.ts +0 -69
  379. package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +0 -1383
  380. package/src/components/Amelipro/UserInformationSummary/tests/UserInformationSummary.spec.ts +0 -24
  381. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/UserMenuDetails.spec.ts +0 -33
  382. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/__snapshots__/UserMenuDetails.spec.ts.snap +0 -3
  383. package/src/components/Amelipro/UserMenu/tests/UserMenu.spec.ts +0 -34
  384. package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +0 -101
  385. package/src/components/Customs/Selects/SelectBtnField/config.ts +0 -11
  386. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.events.spec.ts +0 -151
  387. package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +0 -148
  388. package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +0 -361
  389. package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +0 -709
  390. package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +0 -4111
  391. package/src/components/DatePicker/tests/archiTest.md +0 -33
  392. package/src/components/DatePicker/tests/navigation.regression.spec.ts +0 -74
  393. package/src/components/DatePicker/tests/navigation.simple.spec.ts +0 -137
  394. package/src/components/DatePicker/tests/setup.ts +0 -243
  395. package/src/components/Tables/common/formatters.ts +0 -72
@@ -209,12 +209,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
209
209
  displayAsterisk: boolean;
210
210
  disableErrorHandling: boolean;
211
211
  helpText: string;
212
+ displayFormat: DisplayFormat;
212
213
  withoutFieldset: boolean;
213
214
  dialCodeModel: string | Record<string, any>;
214
215
  outlinedIndicatif: boolean;
215
216
  withCountryCode: boolean;
216
217
  countryCodeRequired: boolean;
217
- displayFormat: DisplayFormat;
218
218
  customIndicatifs: Indicatif[];
219
219
  useCustomIndicatifsOnly: boolean;
220
220
  isValidatedOnBlur: boolean;
@@ -307,190 +307,190 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
307
307
  [x: string]: unknown;
308
308
  } & {
309
309
  syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
310
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
310
+ flat: boolean;
311
+ reverse: boolean;
312
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
313
+ type: string;
314
+ error: boolean;
315
+ active: boolean;
316
+ direction: "vertical" | "horizontal";
317
+ details: boolean;
318
+ style: import('vue').StyleValue;
319
+ autofocus: boolean;
320
+ disabled: boolean;
321
+ readonly: boolean | null;
322
+ messages: string | readonly string[];
323
+ 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>))[];
311
324
  focused: boolean;
312
325
  errorMessages: string | readonly string[] | null;
313
326
  maxErrors: string | number;
314
- readonly: boolean | null;
315
- 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>))[];
316
327
  density: import('vuetify/lib/composables/density.mjs').Density;
317
328
  tile: boolean;
329
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
330
+ glow: boolean;
318
331
  hideSpinButtons: boolean;
319
332
  persistentHint: boolean;
320
- messages: string | readonly string[];
321
- direction: "vertical" | "horizontal";
322
333
  clearable: boolean;
323
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
324
- active: boolean;
325
334
  dirty: boolean;
326
- disabled: boolean;
327
- glow: boolean;
328
- error: boolean;
329
- flat: boolean;
330
335
  persistentClear: boolean;
331
- reverse: boolean;
332
336
  singleLine: boolean;
333
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
334
- autofocus: boolean;
335
337
  persistentPlaceholder: boolean;
336
338
  persistentCounter: boolean;
337
- type: string;
338
339
  } & {
339
- theme?: string | undefined;
340
- class?: any;
341
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
342
340
  name?: string | undefined;
343
- modelValue?: any;
344
- 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;
345
- validationValue?: any;
346
- rounded?: string | number | boolean | undefined;
341
+ id?: string | undefined;
342
+ width?: string | number | undefined;
343
+ color?: string | undefined;
347
344
  maxWidth?: string | number | undefined;
348
345
  minWidth?: string | number | undefined;
349
- width?: string | number | undefined;
350
346
  loading?: string | boolean | undefined;
351
- id?: string | undefined;
352
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
353
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
354
- hideDetails?: boolean | "auto" | undefined;
355
- hint?: string | undefined;
356
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
357
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
358
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
359
- bgColor?: string | undefined;
360
- centerAffix?: boolean | undefined;
361
- color?: string | undefined;
362
- baseColor?: string | undefined;
363
- iconColor?: string | boolean | undefined;
364
347
  label?: string | undefined;
365
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
366
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
367
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
368
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
369
- autocomplete?: string | undefined;
370
- counter?: string | number | boolean | undefined;
371
- counterValue?: number | ((value: any) => number) | undefined;
372
348
  prefix?: string | undefined;
349
+ role?: string | undefined;
350
+ class?: any;
351
+ theme?: string | undefined;
373
352
  placeholder?: string | undefined;
353
+ counter?: string | number | boolean | undefined;
354
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
355
+ modelValue?: any;
356
+ 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;
357
+ validationValue?: any;
358
+ rounded?: string | number | boolean | undefined;
359
+ baseColor?: string | undefined;
360
+ bgColor?: string | undefined;
361
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
362
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
363
+ iconColor?: string | boolean | undefined;
364
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
365
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
366
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
367
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
368
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
369
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
370
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
371
+ centerAffix?: boolean | undefined;
372
+ hint?: string | undefined;
373
+ hideDetails?: boolean | "auto" | undefined;
374
374
  suffix?: string | undefined;
375
- role?: string | undefined;
375
+ counterValue?: number | ((value: any) => number) | undefined;
376
376
  modelModifiers?: Record<string, boolean> | undefined;
377
377
  } & {
378
378
  $children?: import('vue').VNodeChild | {
379
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
380
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
381
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
379
+ $stable?: boolean | undefined;
380
+ } | (() => import('vue').VNodeChild) | {
382
381
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
383
382
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
384
383
  props: Record<string, any>;
385
384
  }) => import('vue').VNodeChild) | undefined;
386
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
387
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
385
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
388
386
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
389
387
  label: string | undefined;
390
388
  props: Record<string, any>;
391
389
  }) => import('vue').VNodeChild) | undefined;
390
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
391
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
392
392
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
393
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
394
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
393
395
  default?: (() => import('vue').VNodeChild) | undefined;
394
396
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
395
- } | {
396
- /** @type { [typeof SyIcon, ] } */ $stable?: boolean | undefined;
397
- } | (() => import('vue').VNodeChild);
398
- "v-slots"?: {
399
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
400
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
401
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
397
+ };
398
+ 'v-slots'?: {
402
399
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
403
400
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
404
401
  props: Record<string, any>;
405
402
  }) => import('vue').VNodeChild) | undefined;
406
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
407
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
403
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
408
404
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
409
405
  label: string | undefined;
410
406
  props: Record<string, any>;
411
407
  }) => import('vue').VNodeChild) | undefined;
408
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
409
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
412
410
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
411
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
412
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
413
413
  default?: false | (() => import('vue').VNodeChild) | undefined;
414
414
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
415
415
  } | undefined;
416
416
  } & {
417
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
418
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
417
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
419
418
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
420
419
  props: Record<string, any>;
421
420
  }) => import('vue').VNodeChild) | undefined;
422
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
423
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
424
421
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
425
422
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
426
423
  label: string | undefined;
427
424
  props: Record<string, any>;
428
425
  }) => import('vue').VNodeChild) | undefined;
429
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
430
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
426
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
431
427
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
428
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
432
429
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
430
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
431
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
432
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
433
433
  } & {
434
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
435
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
436
434
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
437
435
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
438
- }, HTMLInputElement & Omit<Omit<{
436
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
437
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
438
+ }, Omit<Omit<{
439
439
  $: import('vue').ComponentInternalInstance;
440
440
  $data: {};
441
441
  $props: Partial<{
442
+ error: boolean;
443
+ direction: "vertical" | "horizontal";
442
444
  style: import('vue').StyleValue;
443
- focused: boolean;
444
445
  disabled: boolean | null;
445
- error: boolean;
446
- errorMessages: string | readonly string[] | null;
447
- maxErrors: string | number;
448
446
  readonly: boolean | null;
447
+ messages: string | readonly string[];
449
448
  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>))[];
449
+ focused: boolean;
450
+ errorMessages: string | readonly string[] | null;
451
+ maxErrors: string | number;
450
452
  density: import('vuetify/lib/composables/density.mjs').Density;
451
453
  centerAffix: boolean;
452
454
  glow: boolean;
453
455
  hideSpinButtons: boolean;
454
456
  persistentHint: boolean;
455
- messages: string | readonly string[];
456
- direction: "vertical" | "horizontal";
457
457
  }> & Omit<{
458
- theme?: string | undefined;
459
- class?: any;
460
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
461
- focused: boolean;
462
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
463
- disabled: boolean | null;
464
458
  error: boolean;
465
- errorMessages: string | readonly string[] | null;
466
- maxErrors: string | number;
467
- name?: string | undefined;
468
- label?: string | undefined;
459
+ direction: "vertical" | "horizontal";
460
+ style: import('vue').StyleValue;
461
+ disabled: boolean | null;
469
462
  readonly: boolean | null;
463
+ messages: string | readonly string[];
470
464
  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>))[];
471
- 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;
472
- validationValue?: any;
465
+ focused: boolean;
466
+ errorMessages: string | readonly string[] | null;
467
+ maxErrors: string | number;
473
468
  density: import('vuetify/lib/composables/density.mjs').Density;
469
+ centerAffix: boolean;
470
+ glow: boolean;
471
+ hideSpinButtons: boolean;
472
+ persistentHint: boolean;
473
+ name?: string | undefined;
474
+ id?: string | undefined;
475
+ width?: string | number | undefined;
476
+ color?: string | undefined;
474
477
  maxWidth?: string | number | undefined;
475
478
  minWidth?: string | number | undefined;
476
- width?: string | number | undefined;
477
- id?: string | undefined;
478
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
479
+ label?: string | undefined;
480
+ class?: any;
481
+ theme?: string | undefined;
482
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
483
+ 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;
484
+ validationValue?: any;
479
485
  baseColor?: string | undefined;
480
- centerAffix: boolean;
481
- color?: string | undefined;
482
- glow: boolean;
483
- iconColor?: string | boolean | undefined;
484
486
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
485
- hideDetails?: boolean | "auto" | undefined;
486
- hideSpinButtons: boolean;
487
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
488
+ iconColor?: string | boolean | undefined;
489
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
490
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
487
491
  hint?: string | undefined;
488
- persistentHint: boolean;
489
- messages: string | readonly string[];
490
- direction: "vertical" | "horizontal";
491
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
492
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
493
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
492
+ hideDetails?: boolean | "auto" | undefined;
493
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
494
494
  $attrs: {
495
495
  [x: string]: unknown;
496
496
  };
@@ -520,42 +520,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
520
520
  $emit: (event: string, ...args: any[]) => void;
521
521
  $el: any;
522
522
  $options: import('vue').ComponentOptionsBase<{
523
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
524
- focused: boolean;
525
- disabled: boolean | null;
526
523
  error: boolean;
527
- errorMessages: string | readonly string[] | null;
528
- maxErrors: string | number;
524
+ direction: "vertical" | "horizontal";
525
+ style: import('vue').StyleValue;
526
+ disabled: boolean | null;
529
527
  readonly: boolean | null;
528
+ messages: string | readonly string[];
530
529
  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>))[];
530
+ focused: boolean;
531
+ errorMessages: string | readonly string[] | null;
532
+ maxErrors: string | number;
531
533
  density: import('vuetify/lib/composables/density.mjs').Density;
532
534
  centerAffix: boolean;
533
535
  glow: boolean;
534
536
  hideSpinButtons: boolean;
535
537
  persistentHint: boolean;
536
- messages: string | readonly string[];
537
- direction: "vertical" | "horizontal";
538
538
  } & {
539
- theme?: string | undefined;
540
- class?: any;
541
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
542
539
  name?: string | undefined;
543
- label?: string | undefined;
544
- 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;
545
- validationValue?: any;
540
+ id?: string | undefined;
541
+ width?: string | number | undefined;
542
+ color?: string | undefined;
546
543
  maxWidth?: string | number | undefined;
547
544
  minWidth?: string | number | undefined;
548
- width?: string | number | undefined;
549
- id?: string | undefined;
550
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
545
+ label?: string | undefined;
546
+ class?: any;
547
+ theme?: string | undefined;
548
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
549
+ 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;
550
+ validationValue?: any;
551
551
  baseColor?: string | undefined;
552
- color?: string | undefined;
553
- iconColor?: string | boolean | undefined;
554
552
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
555
- hideDetails?: boolean | "auto" | undefined;
553
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
554
+ iconColor?: string | boolean | undefined;
555
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
556
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
556
557
  hint?: string | undefined;
557
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
558
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
558
+ hideDetails?: boolean | "auto" | undefined;
559
559
  }, {
560
560
  reset: () => Promise<void>;
561
561
  resetValidation: () => Promise<void>;
@@ -563,23 +563,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
563
563
  isValid: import('vue').ComputedRef<boolean | null>;
564
564
  errorMessages: import('vue').ComputedRef<string[]>;
565
565
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
566
- "update:modelValue": (value: any) => true;
567
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
566
+ 'update:modelValue': (value: any) => true;
567
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
568
+ error: boolean;
569
+ direction: "vertical" | "horizontal";
568
570
  style: import('vue').StyleValue;
569
- focused: boolean;
570
571
  disabled: boolean | null;
571
- error: boolean;
572
- errorMessages: string | readonly string[] | null;
573
- maxErrors: string | number;
574
572
  readonly: boolean | null;
573
+ messages: string | readonly string[];
575
574
  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>))[];
575
+ focused: boolean;
576
+ errorMessages: string | readonly string[] | null;
577
+ maxErrors: string | number;
576
578
  density: import('vuetify/lib/composables/density.mjs').Density;
577
579
  centerAffix: boolean;
578
580
  glow: boolean;
579
581
  hideSpinButtons: boolean;
580
582
  persistentHint: boolean;
581
- messages: string | readonly string[];
582
- direction: "vertical" | "horizontal";
583
583
  }, {}, string, import('vue').SlotsType<Partial<{
584
584
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
585
585
  [key: string]: any;
@@ -597,79 +597,79 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
597
597
  [key: string]: any;
598
598
  }>[];
599
599
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
600
- beforeCreate?: (() => void)[] | (() => void) | undefined;
601
- created?: (() => void)[] | (() => void) | undefined;
602
- beforeMount?: (() => void)[] | (() => void) | undefined;
603
- mounted?: (() => void)[] | (() => void) | undefined;
604
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
605
- updated?: (() => void)[] | (() => void) | undefined;
606
- activated?: (() => void)[] | (() => void) | undefined;
607
- deactivated?: (() => void)[] | (() => void) | undefined;
608
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
609
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
610
- destroyed?: (() => void)[] | (() => void) | undefined;
611
- unmounted?: (() => void)[] | (() => void) | undefined;
612
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
613
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
614
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
600
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
601
+ created?: (() => void) | (() => void)[] | undefined;
602
+ beforeMount?: (() => void) | (() => void)[] | undefined;
603
+ mounted?: (() => void) | (() => void)[] | undefined;
604
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
605
+ updated?: (() => void) | (() => void)[] | undefined;
606
+ activated?: (() => void) | (() => void)[] | undefined;
607
+ deactivated?: (() => void) | (() => void)[] | undefined;
608
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
609
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
610
+ destroyed?: (() => void) | (() => void)[] | undefined;
611
+ unmounted?: (() => void) | (() => void)[] | undefined;
612
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
613
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
614
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
615
615
  };
616
616
  $forceUpdate: () => void;
617
617
  $nextTick: typeof nextTick;
618
618
  $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;
619
619
  } & Readonly<{
620
+ error: boolean;
621
+ direction: "vertical" | "horizontal";
620
622
  style: import('vue').StyleValue;
621
- focused: boolean;
622
623
  disabled: boolean | null;
623
- error: boolean;
624
- errorMessages: string | readonly string[] | null;
625
- maxErrors: string | number;
626
624
  readonly: boolean | null;
625
+ messages: string | readonly string[];
627
626
  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>))[];
627
+ focused: boolean;
628
+ errorMessages: string | readonly string[] | null;
629
+ maxErrors: string | number;
628
630
  density: import('vuetify/lib/composables/density.mjs').Density;
629
631
  centerAffix: boolean;
630
632
  glow: boolean;
631
633
  hideSpinButtons: boolean;
632
634
  persistentHint: boolean;
633
- messages: string | readonly string[];
634
- direction: "vertical" | "horizontal";
635
635
  }> & Omit<{
636
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
637
- focused: boolean;
638
- disabled: boolean | null;
639
636
  error: boolean;
640
- errorMessages: string | readonly string[] | null;
641
- maxErrors: string | number;
637
+ direction: "vertical" | "horizontal";
638
+ style: import('vue').StyleValue;
639
+ disabled: boolean | null;
642
640
  readonly: boolean | null;
641
+ messages: string | readonly string[];
643
642
  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>))[];
643
+ focused: boolean;
644
+ errorMessages: string | readonly string[] | null;
645
+ maxErrors: string | number;
644
646
  density: import('vuetify/lib/composables/density.mjs').Density;
645
647
  centerAffix: boolean;
646
648
  glow: boolean;
647
649
  hideSpinButtons: boolean;
648
650
  persistentHint: boolean;
649
- messages: string | readonly string[];
650
- direction: "vertical" | "horizontal";
651
651
  } & {
652
- theme?: string | undefined;
653
- class?: any;
654
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
655
652
  name?: string | undefined;
656
- label?: string | undefined;
657
- 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;
658
- validationValue?: any;
653
+ id?: string | undefined;
654
+ width?: string | number | undefined;
655
+ color?: string | undefined;
659
656
  maxWidth?: string | number | undefined;
660
657
  minWidth?: string | number | undefined;
661
- width?: string | number | undefined;
662
- id?: string | undefined;
663
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
658
+ label?: string | undefined;
659
+ class?: any;
660
+ theme?: string | undefined;
661
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
662
+ 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;
663
+ validationValue?: any;
664
664
  baseColor?: string | undefined;
665
- color?: string | undefined;
666
- iconColor?: string | boolean | undefined;
667
665
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
668
- hideDetails?: boolean | "auto" | undefined;
666
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
667
+ iconColor?: string | boolean | undefined;
668
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
669
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
669
670
  hint?: string | undefined;
670
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
671
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
672
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
671
+ hideDetails?: boolean | "auto" | undefined;
672
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
673
673
  reset: () => Promise<void>;
674
674
  resetValidation: () => Promise<void>;
675
675
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -677,64 +677,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
677
677
  errorMessages: import('vue').ComputedRef<string[]>;
678
678
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
679
679
  modelValue?: unknown;
680
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
681
- }, 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<{
680
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
681
+ }, 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<{
682
682
  $: import('vue').ComponentInternalInstance;
683
683
  $data: {};
684
684
  $props: Partial<{
685
+ flat: boolean;
686
+ reverse: boolean;
687
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
688
+ error: boolean;
689
+ active: boolean;
690
+ details: boolean;
685
691
  style: import('vue').StyleValue;
692
+ disabled: boolean;
686
693
  focused: boolean;
687
694
  rounded: string | number | boolean;
688
695
  tile: boolean;
689
- clearable: boolean;
690
696
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
691
- active: boolean;
692
697
  centerAffix: boolean;
693
- dirty: boolean;
694
- disabled: boolean;
695
698
  glow: boolean;
696
- error: boolean;
697
- flat: boolean;
699
+ clearable: boolean;
700
+ dirty: boolean;
698
701
  persistentClear: boolean;
699
- reverse: boolean;
700
702
  singleLine: boolean;
703
+ }> & Omit<{
704
+ flat: boolean;
705
+ reverse: boolean;
701
706
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
707
+ error: boolean;
708
+ active: boolean;
702
709
  details: boolean;
703
- }> & Omit<{
704
- theme?: string | undefined;
705
- class?: any;
706
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
710
+ style: import('vue').StyleValue;
711
+ disabled: boolean;
707
712
  focused: boolean;
708
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
709
- rounded?: string | number | boolean | undefined;
710
713
  tile: boolean;
711
- loading?: string | boolean | undefined;
712
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
713
- bgColor?: string | undefined;
714
- clearable: boolean;
715
714
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
716
- active: boolean;
717
- centerAffix?: boolean | undefined;
718
- color?: string | undefined;
719
- baseColor?: string | undefined;
720
- dirty: boolean;
721
- disabled: boolean;
722
715
  glow: boolean;
723
- error: boolean;
724
- flat: boolean;
725
- iconColor?: string | boolean | undefined;
726
- label?: string | undefined;
716
+ clearable: boolean;
717
+ dirty: boolean;
727
718
  persistentClear: boolean;
728
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
729
- reverse: boolean;
730
719
  singleLine: boolean;
731
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
732
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
733
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
734
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
735
720
  id?: string | undefined;
736
- details: boolean;
737
- } & 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">;
721
+ color?: string | undefined;
722
+ loading?: string | boolean | undefined;
723
+ label?: string | undefined;
724
+ class?: any;
725
+ theme?: string | undefined;
726
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
727
+ rounded?: string | number | boolean | undefined;
728
+ baseColor?: string | undefined;
729
+ bgColor?: string | undefined;
730
+ iconColor?: string | boolean | undefined;
731
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
732
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
733
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
734
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
735
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
736
+ centerAffix?: boolean | undefined;
737
+ } & 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">;
738
738
  $attrs: {
739
739
  [x: string]: unknown;
740
740
  };
@@ -747,10 +747,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
747
747
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
748
748
  [key: string]: any;
749
749
  }>[]) | undefined;
750
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
750
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
751
751
  [key: string]: any;
752
752
  }>[]) | undefined;
753
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
753
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
754
754
  [key: string]: any;
755
755
  }>[]) | undefined;
756
756
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -772,77 +772,77 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
772
772
  $emit: (event: "update:focused", focused: boolean) => void;
773
773
  $el: any;
774
774
  $options: import('vue').ComponentOptionsBase<{
775
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
775
+ flat: boolean;
776
+ reverse: boolean;
777
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
778
+ error: boolean;
779
+ active: boolean;
780
+ details: boolean;
781
+ style: import('vue').StyleValue;
782
+ disabled: boolean;
776
783
  focused: boolean;
777
784
  tile: boolean;
778
- clearable: boolean;
779
785
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
780
- active: boolean;
781
- dirty: boolean;
782
- disabled: boolean;
783
786
  glow: boolean;
784
- error: boolean;
785
- flat: boolean;
787
+ clearable: boolean;
788
+ dirty: boolean;
786
789
  persistentClear: boolean;
787
- reverse: boolean;
788
790
  singleLine: boolean;
789
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
790
- details: boolean;
791
791
  } & {
792
- theme?: string | undefined;
792
+ id?: string | undefined;
793
+ color?: string | undefined;
794
+ loading?: string | boolean | undefined;
795
+ label?: string | undefined;
793
796
  class?: any;
794
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
797
+ theme?: string | undefined;
798
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
795
799
  rounded?: string | number | boolean | undefined;
796
- loading?: string | boolean | undefined;
797
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
798
- bgColor?: string | undefined;
799
- centerAffix?: boolean | undefined;
800
- color?: string | undefined;
801
800
  baseColor?: string | undefined;
801
+ bgColor?: string | undefined;
802
802
  iconColor?: string | boolean | undefined;
803
- label?: string | undefined;
803
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
804
804
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
805
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
806
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
807
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
808
- id?: string | undefined;
805
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
806
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
807
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
808
+ centerAffix?: boolean | undefined;
809
809
  } & {
810
810
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
811
811
  }, {
812
812
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
813
813
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
814
814
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
815
- "update:focused": (focused: boolean) => true;
816
- "update:modelValue": (value: any) => true;
817
- }, "$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, {
815
+ 'update:focused': (focused: boolean) => true;
816
+ 'update:modelValue': (value: any) => true;
817
+ }, "$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, {
818
+ flat: boolean;
819
+ reverse: boolean;
820
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
821
+ error: boolean;
822
+ active: boolean;
823
+ details: boolean;
818
824
  style: import('vue').StyleValue;
825
+ disabled: boolean;
819
826
  focused: boolean;
820
827
  rounded: string | number | boolean;
821
828
  tile: boolean;
822
- clearable: boolean;
823
829
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
824
- active: boolean;
825
830
  centerAffix: boolean;
826
- dirty: boolean;
827
- disabled: boolean;
828
831
  glow: boolean;
829
- error: boolean;
830
- flat: boolean;
832
+ clearable: boolean;
833
+ dirty: boolean;
831
834
  persistentClear: boolean;
832
- reverse: boolean;
833
835
  singleLine: boolean;
834
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
835
- details: boolean;
836
836
  }, {}, string, import('vue').SlotsType<Partial<{
837
837
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
838
838
  props: Record<string, any>;
839
839
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
840
840
  [key: string]: any;
841
841
  }>[];
842
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
842
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
843
843
  [key: string]: any;
844
844
  }>[];
845
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
845
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
846
846
  [key: string]: any;
847
847
  }>[];
848
848
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -858,88 +858,88 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
858
858
  [key: string]: any;
859
859
  }>[];
860
860
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
861
- beforeCreate?: (() => void)[] | (() => void) | undefined;
862
- created?: (() => void)[] | (() => void) | undefined;
863
- beforeMount?: (() => void)[] | (() => void) | undefined;
864
- mounted?: (() => void)[] | (() => void) | undefined;
865
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
866
- updated?: (() => void)[] | (() => void) | undefined;
867
- activated?: (() => void)[] | (() => void) | undefined;
868
- deactivated?: (() => void)[] | (() => void) | undefined;
869
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
870
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
871
- destroyed?: (() => void)[] | (() => void) | undefined;
872
- unmounted?: (() => void)[] | (() => void) | undefined;
873
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
874
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
875
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
861
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
862
+ created?: (() => void) | (() => void)[] | undefined;
863
+ beforeMount?: (() => void) | (() => void)[] | undefined;
864
+ mounted?: (() => void) | (() => void)[] | undefined;
865
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
866
+ updated?: (() => void) | (() => void)[] | undefined;
867
+ activated?: (() => void) | (() => void)[] | undefined;
868
+ deactivated?: (() => void) | (() => void)[] | undefined;
869
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
870
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
871
+ destroyed?: (() => void) | (() => void)[] | undefined;
872
+ unmounted?: (() => void) | (() => void)[] | undefined;
873
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
874
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
875
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
876
876
  };
877
877
  $forceUpdate: () => void;
878
878
  $nextTick: typeof nextTick;
879
879
  $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;
880
880
  } & Readonly<{
881
+ flat: boolean;
882
+ reverse: boolean;
883
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
884
+ error: boolean;
885
+ active: boolean;
886
+ details: boolean;
881
887
  style: import('vue').StyleValue;
888
+ disabled: boolean;
882
889
  focused: boolean;
883
890
  rounded: string | number | boolean;
884
891
  tile: boolean;
885
- clearable: boolean;
886
892
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
887
- active: boolean;
888
893
  centerAffix: boolean;
889
- dirty: boolean;
890
- disabled: boolean;
891
894
  glow: boolean;
892
- error: boolean;
893
- flat: boolean;
895
+ clearable: boolean;
896
+ dirty: boolean;
894
897
  persistentClear: boolean;
895
- reverse: boolean;
896
898
  singleLine: boolean;
899
+ }> & Omit<{
900
+ flat: boolean;
901
+ reverse: boolean;
897
902
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
903
+ error: boolean;
904
+ active: boolean;
898
905
  details: boolean;
899
- }> & Omit<{
900
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
906
+ style: import('vue').StyleValue;
907
+ disabled: boolean;
901
908
  focused: boolean;
902
909
  tile: boolean;
903
- clearable: boolean;
904
910
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
905
- active: boolean;
906
- dirty: boolean;
907
- disabled: boolean;
908
911
  glow: boolean;
909
- error: boolean;
910
- flat: boolean;
912
+ clearable: boolean;
913
+ dirty: boolean;
911
914
  persistentClear: boolean;
912
- reverse: boolean;
913
915
  singleLine: boolean;
914
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
915
- details: boolean;
916
916
  } & {
917
- theme?: string | undefined;
917
+ id?: string | undefined;
918
+ color?: string | undefined;
919
+ loading?: string | boolean | undefined;
920
+ label?: string | undefined;
918
921
  class?: any;
919
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
922
+ theme?: string | undefined;
923
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
920
924
  rounded?: string | number | boolean | undefined;
921
- loading?: string | boolean | undefined;
922
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
923
- bgColor?: string | undefined;
924
- centerAffix?: boolean | undefined;
925
- color?: string | undefined;
926
925
  baseColor?: string | undefined;
926
+ bgColor?: string | undefined;
927
927
  iconColor?: string | boolean | undefined;
928
- label?: string | undefined;
928
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
929
929
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
930
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
931
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
932
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
933
- id?: string | undefined;
930
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
931
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
932
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
933
+ centerAffix?: boolean | undefined;
934
934
  } & {
935
935
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
936
- }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
936
+ }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
937
937
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
938
938
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
939
939
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
940
940
  modelValue?: unknown;
941
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
942
- }, 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}`> & {
941
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
942
+ }, 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}`> & {
943
943
  _allExposed: {} | {
944
944
  reset: () => Promise<void>;
945
945
  resetValidation: () => Promise<void>;
@@ -951,51 +951,43 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
951
951
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
952
952
  };
953
953
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
954
- "click:control": (e: MouseEvent) => true;
955
- "mousedown:control": (e: MouseEvent) => true;
956
- "update:focused": (focused: boolean) => true;
957
- "update:modelValue": (val: string) => true;
954
+ 'click:control': (e: MouseEvent) => true;
955
+ 'mousedown:control': (e: MouseEvent) => true;
956
+ 'update:focused': (focused: boolean) => true;
957
+ 'update:modelValue': (val: string) => true;
958
958
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
959
+ flat: boolean;
960
+ reverse: boolean;
961
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
962
+ type: string;
963
+ error: boolean;
964
+ active: boolean;
965
+ direction: "vertical" | "horizontal";
966
+ details: boolean;
959
967
  style: import('vue').StyleValue;
968
+ autofocus: boolean;
969
+ disabled: boolean;
970
+ readonly: boolean | null;
971
+ messages: string | readonly string[];
972
+ 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>))[];
960
973
  focused: boolean;
961
974
  errorMessages: string | readonly string[] | null;
962
975
  maxErrors: string | number;
963
- readonly: boolean | null;
964
- 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>))[];
965
976
  density: import('vuetify/lib/composables/density.mjs').Density;
966
977
  rounded: string | number | boolean;
967
978
  tile: boolean;
979
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
980
+ centerAffix: boolean;
981
+ glow: boolean;
968
982
  hideSpinButtons: boolean;
969
983
  persistentHint: boolean;
970
- messages: string | readonly string[];
971
- direction: "vertical" | "horizontal";
972
984
  clearable: boolean;
973
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
974
- active: boolean;
975
- centerAffix: boolean;
976
985
  dirty: boolean;
977
- disabled: boolean;
978
- glow: boolean;
979
- error: boolean;
980
- flat: boolean;
981
986
  persistentClear: boolean;
982
- reverse: boolean;
983
987
  singleLine: boolean;
984
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
985
- autofocus: boolean;
986
988
  persistentPlaceholder: boolean;
987
989
  persistentCounter: boolean;
988
- type: string;
989
990
  }, true, {}, import('vue').SlotsType<Partial<{
990
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
991
- [key: string]: any;
992
- }>[];
993
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
994
- [key: string]: any;
995
- }>[];
996
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
997
- [key: string]: any;
998
- }>[];
999
991
  message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1000
992
  [key: string]: any;
1001
993
  }>[];
@@ -1004,10 +996,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1004
996
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1005
997
  [key: string]: any;
1006
998
  }>[];
1007
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1008
- [key: string]: any;
1009
- }>[];
1010
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
999
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1011
1000
  [key: string]: any;
1012
1001
  }>[];
1013
1002
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1016,9 +1005,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1016
1005
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1017
1006
  [key: string]: any;
1018
1007
  }>[];
1008
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1009
+ [key: string]: any;
1010
+ }>[];
1011
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1012
+ [key: string]: any;
1013
+ }>[];
1019
1014
  loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1020
1015
  [key: string]: any;
1021
1016
  }>[];
1017
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1018
+ [key: string]: any;
1019
+ }>[];
1020
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1021
+ [key: string]: any;
1022
+ }>[];
1022
1023
  default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1023
1024
  [key: string]: any;
1024
1025
  }>[];
@@ -1033,190 +1034,190 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1033
1034
  M: {};
1034
1035
  Defaults: {};
1035
1036
  }, {
1036
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1037
+ flat: boolean;
1038
+ reverse: boolean;
1039
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1040
+ type: string;
1041
+ error: boolean;
1042
+ active: boolean;
1043
+ direction: "vertical" | "horizontal";
1044
+ details: boolean;
1045
+ style: import('vue').StyleValue;
1046
+ autofocus: boolean;
1047
+ disabled: boolean;
1048
+ readonly: boolean | null;
1049
+ messages: string | readonly string[];
1050
+ 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>))[];
1037
1051
  focused: boolean;
1038
1052
  errorMessages: string | readonly string[] | null;
1039
1053
  maxErrors: string | number;
1040
- readonly: boolean | null;
1041
- 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>))[];
1042
1054
  density: import('vuetify/lib/composables/density.mjs').Density;
1043
1055
  tile: boolean;
1056
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1057
+ glow: boolean;
1044
1058
  hideSpinButtons: boolean;
1045
1059
  persistentHint: boolean;
1046
- messages: string | readonly string[];
1047
- direction: "vertical" | "horizontal";
1048
1060
  clearable: boolean;
1049
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1050
- active: boolean;
1051
1061
  dirty: boolean;
1052
- disabled: boolean;
1053
- glow: boolean;
1054
- error: boolean;
1055
- flat: boolean;
1056
1062
  persistentClear: boolean;
1057
- reverse: boolean;
1058
1063
  singleLine: boolean;
1059
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1060
- autofocus: boolean;
1061
1064
  persistentPlaceholder: boolean;
1062
1065
  persistentCounter: boolean;
1063
- type: string;
1064
1066
  } & {
1065
- theme?: string | undefined;
1066
- class?: any;
1067
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1068
1067
  name?: string | undefined;
1069
- modelValue?: any;
1070
- 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;
1071
- validationValue?: any;
1072
- rounded?: string | number | boolean | undefined;
1068
+ id?: string | undefined;
1069
+ width?: string | number | undefined;
1070
+ color?: string | undefined;
1073
1071
  maxWidth?: string | number | undefined;
1074
1072
  minWidth?: string | number | undefined;
1075
- width?: string | number | undefined;
1076
1073
  loading?: string | boolean | undefined;
1077
- id?: string | undefined;
1078
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1079
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1080
- hideDetails?: boolean | "auto" | undefined;
1081
- hint?: string | undefined;
1082
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1083
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1084
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1085
- bgColor?: string | undefined;
1086
- centerAffix?: boolean | undefined;
1087
- color?: string | undefined;
1088
- baseColor?: string | undefined;
1089
- iconColor?: string | boolean | undefined;
1090
1074
  label?: string | undefined;
1091
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1092
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1093
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1094
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1095
- autocomplete?: string | undefined;
1096
- counter?: string | number | boolean | undefined;
1097
- counterValue?: number | ((value: any) => number) | undefined;
1098
1075
  prefix?: string | undefined;
1076
+ role?: string | undefined;
1077
+ class?: any;
1078
+ theme?: string | undefined;
1099
1079
  placeholder?: string | undefined;
1080
+ counter?: string | number | boolean | undefined;
1081
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1082
+ modelValue?: any;
1083
+ 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;
1084
+ validationValue?: any;
1085
+ rounded?: string | number | boolean | undefined;
1086
+ baseColor?: string | undefined;
1087
+ bgColor?: string | undefined;
1088
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1089
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1090
+ iconColor?: string | boolean | undefined;
1091
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1092
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1093
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1094
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1095
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1096
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1097
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1098
+ centerAffix?: boolean | undefined;
1099
+ hint?: string | undefined;
1100
+ hideDetails?: boolean | "auto" | undefined;
1100
1101
  suffix?: string | undefined;
1101
- role?: string | undefined;
1102
+ counterValue?: number | ((value: any) => number) | undefined;
1102
1103
  modelModifiers?: Record<string, boolean> | undefined;
1103
1104
  } & {
1104
1105
  $children?: import('vue').VNodeChild | {
1105
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1106
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1107
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1106
+ $stable?: boolean | undefined;
1107
+ } | (() => import('vue').VNodeChild) | {
1108
1108
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1109
1109
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1110
1110
  props: Record<string, any>;
1111
1111
  }) => import('vue').VNodeChild) | undefined;
1112
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1113
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1112
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1114
1113
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1115
1114
  label: string | undefined;
1116
1115
  props: Record<string, any>;
1117
1116
  }) => import('vue').VNodeChild) | undefined;
1117
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1118
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1118
1119
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1120
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1121
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1119
1122
  default?: (() => import('vue').VNodeChild) | undefined;
1120
1123
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1121
- } | {
1122
- $stable?: boolean | undefined;
1123
- } | (() => import('vue').VNodeChild);
1124
- "v-slots"?: {
1125
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1126
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1127
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1124
+ };
1125
+ 'v-slots'?: {
1128
1126
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1129
1127
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1130
1128
  props: Record<string, any>;
1131
1129
  }) => import('vue').VNodeChild) | undefined;
1132
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1133
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1130
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1134
1131
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1135
1132
  label: string | undefined;
1136
1133
  props: Record<string, any>;
1137
1134
  }) => import('vue').VNodeChild) | undefined;
1135
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1136
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1138
1137
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1138
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1139
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1139
1140
  default?: false | (() => import('vue').VNodeChild) | undefined;
1140
1141
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1141
1142
  } | undefined;
1142
1143
  } & {
1143
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1144
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1144
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1145
1145
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1146
1146
  props: Record<string, any>;
1147
1147
  }) => import('vue').VNodeChild) | undefined;
1148
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1149
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1150
1148
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1151
1149
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1152
1150
  label: string | undefined;
1153
1151
  props: Record<string, any>;
1154
1152
  }) => import('vue').VNodeChild) | undefined;
1155
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1156
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1153
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1157
1154
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1155
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1158
1156
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1157
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1158
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1159
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1159
1160
  } & {
1160
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1161
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1162
1161
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1163
1162
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1164
- }, HTMLInputElement & Omit<Omit<{
1163
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1164
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1165
+ }, Omit<Omit<{
1165
1166
  $: import('vue').ComponentInternalInstance;
1166
1167
  $data: {};
1167
1168
  $props: Partial<{
1169
+ error: boolean;
1170
+ direction: "vertical" | "horizontal";
1168
1171
  style: import('vue').StyleValue;
1169
- focused: boolean;
1170
1172
  disabled: boolean | null;
1171
- error: boolean;
1172
- errorMessages: string | readonly string[] | null;
1173
- maxErrors: string | number;
1174
1173
  readonly: boolean | null;
1174
+ messages: string | readonly string[];
1175
1175
  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>))[];
1176
+ focused: boolean;
1177
+ errorMessages: string | readonly string[] | null;
1178
+ maxErrors: string | number;
1176
1179
  density: import('vuetify/lib/composables/density.mjs').Density;
1177
1180
  centerAffix: boolean;
1178
1181
  glow: boolean;
1179
1182
  hideSpinButtons: boolean;
1180
1183
  persistentHint: boolean;
1181
- messages: string | readonly string[];
1182
- direction: "vertical" | "horizontal";
1183
1184
  }> & Omit<{
1184
- theme?: string | undefined;
1185
- class?: any;
1186
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1187
- focused: boolean;
1188
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1189
- disabled: boolean | null;
1190
1185
  error: boolean;
1191
- errorMessages: string | readonly string[] | null;
1192
- maxErrors: string | number;
1193
- name?: string | undefined;
1194
- label?: string | undefined;
1186
+ direction: "vertical" | "horizontal";
1187
+ style: import('vue').StyleValue;
1188
+ disabled: boolean | null;
1195
1189
  readonly: boolean | null;
1190
+ messages: string | readonly string[];
1196
1191
  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>))[];
1197
- 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;
1198
- validationValue?: any;
1192
+ focused: boolean;
1193
+ errorMessages: string | readonly string[] | null;
1194
+ maxErrors: string | number;
1199
1195
  density: import('vuetify/lib/composables/density.mjs').Density;
1196
+ centerAffix: boolean;
1197
+ glow: boolean;
1198
+ hideSpinButtons: boolean;
1199
+ persistentHint: boolean;
1200
+ name?: string | undefined;
1201
+ id?: string | undefined;
1202
+ width?: string | number | undefined;
1203
+ color?: string | undefined;
1200
1204
  maxWidth?: string | number | undefined;
1201
1205
  minWidth?: string | number | undefined;
1202
- width?: string | number | undefined;
1203
- id?: string | undefined;
1204
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1206
+ label?: string | undefined;
1207
+ class?: any;
1208
+ theme?: string | undefined;
1209
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1210
+ 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;
1211
+ validationValue?: any;
1205
1212
  baseColor?: string | undefined;
1206
- centerAffix: boolean;
1207
- color?: string | undefined;
1208
- glow: boolean;
1209
- iconColor?: string | boolean | undefined;
1210
1213
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1211
- hideDetails?: boolean | "auto" | undefined;
1212
- hideSpinButtons: boolean;
1214
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1215
+ iconColor?: string | boolean | undefined;
1216
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1217
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1213
1218
  hint?: string | undefined;
1214
- persistentHint: boolean;
1215
- messages: string | readonly string[];
1216
- direction: "vertical" | "horizontal";
1217
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1218
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1219
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
1219
+ hideDetails?: boolean | "auto" | undefined;
1220
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
1220
1221
  $attrs: {
1221
1222
  [x: string]: unknown;
1222
1223
  };
@@ -1246,42 +1247,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1246
1247
  $emit: (event: string, ...args: any[]) => void;
1247
1248
  $el: any;
1248
1249
  $options: import('vue').ComponentOptionsBase<{
1249
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1250
- focused: boolean;
1251
- disabled: boolean | null;
1252
1250
  error: boolean;
1253
- errorMessages: string | readonly string[] | null;
1254
- maxErrors: string | number;
1251
+ direction: "vertical" | "horizontal";
1252
+ style: import('vue').StyleValue;
1253
+ disabled: boolean | null;
1255
1254
  readonly: boolean | null;
1255
+ messages: string | readonly string[];
1256
1256
  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>))[];
1257
+ focused: boolean;
1258
+ errorMessages: string | readonly string[] | null;
1259
+ maxErrors: string | number;
1257
1260
  density: import('vuetify/lib/composables/density.mjs').Density;
1258
1261
  centerAffix: boolean;
1259
1262
  glow: boolean;
1260
1263
  hideSpinButtons: boolean;
1261
1264
  persistentHint: boolean;
1262
- messages: string | readonly string[];
1263
- direction: "vertical" | "horizontal";
1264
1265
  } & {
1265
- theme?: string | undefined;
1266
- class?: any;
1267
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1268
1266
  name?: string | undefined;
1269
- label?: string | undefined;
1270
- 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;
1271
- validationValue?: any;
1267
+ id?: string | undefined;
1268
+ width?: string | number | undefined;
1269
+ color?: string | undefined;
1272
1270
  maxWidth?: string | number | undefined;
1273
1271
  minWidth?: string | number | undefined;
1274
- width?: string | number | undefined;
1275
- id?: string | undefined;
1276
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1272
+ label?: string | undefined;
1273
+ class?: any;
1274
+ theme?: string | undefined;
1275
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1276
+ 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;
1277
+ validationValue?: any;
1277
1278
  baseColor?: string | undefined;
1278
- color?: string | undefined;
1279
- iconColor?: string | boolean | undefined;
1280
1279
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1281
- hideDetails?: boolean | "auto" | undefined;
1280
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1281
+ iconColor?: string | boolean | undefined;
1282
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1283
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1282
1284
  hint?: string | undefined;
1283
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1284
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1285
+ hideDetails?: boolean | "auto" | undefined;
1285
1286
  }, {
1286
1287
  reset: () => Promise<void>;
1287
1288
  resetValidation: () => Promise<void>;
@@ -1289,23 +1290,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1289
1290
  isValid: import('vue').ComputedRef<boolean | null>;
1290
1291
  errorMessages: import('vue').ComputedRef<string[]>;
1291
1292
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1292
- "update:modelValue": (value: any) => true;
1293
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
1293
+ 'update:modelValue': (value: any) => true;
1294
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
1295
+ error: boolean;
1296
+ direction: "vertical" | "horizontal";
1294
1297
  style: import('vue').StyleValue;
1295
- focused: boolean;
1296
1298
  disabled: boolean | null;
1297
- error: boolean;
1298
- errorMessages: string | readonly string[] | null;
1299
- maxErrors: string | number;
1300
1299
  readonly: boolean | null;
1300
+ messages: string | readonly string[];
1301
1301
  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>))[];
1302
+ focused: boolean;
1303
+ errorMessages: string | readonly string[] | null;
1304
+ maxErrors: string | number;
1302
1305
  density: import('vuetify/lib/composables/density.mjs').Density;
1303
1306
  centerAffix: boolean;
1304
1307
  glow: boolean;
1305
1308
  hideSpinButtons: boolean;
1306
1309
  persistentHint: boolean;
1307
- messages: string | readonly string[];
1308
- direction: "vertical" | "horizontal";
1309
1310
  }, {}, string, import('vue').SlotsType<Partial<{
1310
1311
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1311
1312
  [key: string]: any;
@@ -1323,79 +1324,79 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1323
1324
  [key: string]: any;
1324
1325
  }>[];
1325
1326
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1326
- beforeCreate?: (() => void)[] | (() => void) | undefined;
1327
- created?: (() => void)[] | (() => void) | undefined;
1328
- beforeMount?: (() => void)[] | (() => void) | undefined;
1329
- mounted?: (() => void)[] | (() => void) | undefined;
1330
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
1331
- updated?: (() => void)[] | (() => void) | undefined;
1332
- activated?: (() => void)[] | (() => void) | undefined;
1333
- deactivated?: (() => void)[] | (() => void) | undefined;
1334
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
1335
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
1336
- destroyed?: (() => void)[] | (() => void) | undefined;
1337
- unmounted?: (() => void)[] | (() => void) | undefined;
1338
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1339
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1340
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
1327
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1328
+ created?: (() => void) | (() => void)[] | undefined;
1329
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1330
+ mounted?: (() => void) | (() => void)[] | undefined;
1331
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1332
+ updated?: (() => void) | (() => void)[] | undefined;
1333
+ activated?: (() => void) | (() => void)[] | undefined;
1334
+ deactivated?: (() => void) | (() => void)[] | undefined;
1335
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1336
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1337
+ destroyed?: (() => void) | (() => void)[] | undefined;
1338
+ unmounted?: (() => void) | (() => void)[] | undefined;
1339
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1340
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1341
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
1341
1342
  };
1342
1343
  $forceUpdate: () => void;
1343
1344
  $nextTick: typeof nextTick;
1344
1345
  $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;
1345
1346
  } & Readonly<{
1347
+ error: boolean;
1348
+ direction: "vertical" | "horizontal";
1346
1349
  style: import('vue').StyleValue;
1347
- focused: boolean;
1348
1350
  disabled: boolean | null;
1349
- error: boolean;
1350
- errorMessages: string | readonly string[] | null;
1351
- maxErrors: string | number;
1352
1351
  readonly: boolean | null;
1352
+ messages: string | readonly string[];
1353
1353
  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>))[];
1354
+ focused: boolean;
1355
+ errorMessages: string | readonly string[] | null;
1356
+ maxErrors: string | number;
1354
1357
  density: import('vuetify/lib/composables/density.mjs').Density;
1355
1358
  centerAffix: boolean;
1356
1359
  glow: boolean;
1357
1360
  hideSpinButtons: boolean;
1358
1361
  persistentHint: boolean;
1359
- messages: string | readonly string[];
1360
- direction: "vertical" | "horizontal";
1361
1362
  }> & Omit<{
1362
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1363
- focused: boolean;
1364
- disabled: boolean | null;
1365
1363
  error: boolean;
1366
- errorMessages: string | readonly string[] | null;
1367
- maxErrors: string | number;
1364
+ direction: "vertical" | "horizontal";
1365
+ style: import('vue').StyleValue;
1366
+ disabled: boolean | null;
1368
1367
  readonly: boolean | null;
1368
+ messages: string | readonly string[];
1369
1369
  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>))[];
1370
+ focused: boolean;
1371
+ errorMessages: string | readonly string[] | null;
1372
+ maxErrors: string | number;
1370
1373
  density: import('vuetify/lib/composables/density.mjs').Density;
1371
1374
  centerAffix: boolean;
1372
1375
  glow: boolean;
1373
1376
  hideSpinButtons: boolean;
1374
1377
  persistentHint: boolean;
1375
- messages: string | readonly string[];
1376
- direction: "vertical" | "horizontal";
1377
1378
  } & {
1378
- theme?: string | undefined;
1379
- class?: any;
1380
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1381
1379
  name?: string | undefined;
1382
- label?: string | undefined;
1383
- 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;
1384
- validationValue?: any;
1380
+ id?: string | undefined;
1381
+ width?: string | number | undefined;
1382
+ color?: string | undefined;
1385
1383
  maxWidth?: string | number | undefined;
1386
1384
  minWidth?: string | number | undefined;
1387
- width?: string | number | undefined;
1388
- id?: string | undefined;
1389
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1385
+ label?: string | undefined;
1386
+ class?: any;
1387
+ theme?: string | undefined;
1388
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1389
+ 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;
1390
+ validationValue?: any;
1390
1391
  baseColor?: string | undefined;
1391
- color?: string | undefined;
1392
- iconColor?: string | boolean | undefined;
1393
1392
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1394
- hideDetails?: boolean | "auto" | undefined;
1393
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1394
+ iconColor?: string | boolean | undefined;
1395
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1396
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1395
1397
  hint?: string | undefined;
1396
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1397
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1398
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
1398
+ hideDetails?: boolean | "auto" | undefined;
1399
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1399
1400
  reset: () => Promise<void>;
1400
1401
  resetValidation: () => Promise<void>;
1401
1402
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -1403,64 +1404,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1403
1404
  errorMessages: import('vue').ComputedRef<string[]>;
1404
1405
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1405
1406
  modelValue?: unknown;
1406
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1407
- }, 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<{
1407
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1408
+ }, 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<{
1408
1409
  $: import('vue').ComponentInternalInstance;
1409
1410
  $data: {};
1410
1411
  $props: Partial<{
1412
+ flat: boolean;
1413
+ reverse: boolean;
1414
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1415
+ error: boolean;
1416
+ active: boolean;
1417
+ details: boolean;
1411
1418
  style: import('vue').StyleValue;
1419
+ disabled: boolean;
1412
1420
  focused: boolean;
1413
1421
  rounded: string | number | boolean;
1414
1422
  tile: boolean;
1415
- clearable: boolean;
1416
1423
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1417
- active: boolean;
1418
1424
  centerAffix: boolean;
1419
- dirty: boolean;
1420
- disabled: boolean;
1421
1425
  glow: boolean;
1422
- error: boolean;
1423
- flat: boolean;
1426
+ clearable: boolean;
1427
+ dirty: boolean;
1424
1428
  persistentClear: boolean;
1425
- reverse: boolean;
1426
1429
  singleLine: boolean;
1430
+ }> & Omit<{
1431
+ flat: boolean;
1432
+ reverse: boolean;
1427
1433
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1434
+ error: boolean;
1435
+ active: boolean;
1428
1436
  details: boolean;
1429
- }> & Omit<{
1430
- theme?: string | undefined;
1431
- class?: any;
1432
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1437
+ style: import('vue').StyleValue;
1438
+ disabled: boolean;
1433
1439
  focused: boolean;
1434
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1435
- rounded?: string | number | boolean | undefined;
1436
1440
  tile: boolean;
1437
- loading?: string | boolean | undefined;
1438
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1439
- bgColor?: string | undefined;
1440
- clearable: boolean;
1441
1441
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1442
- active: boolean;
1443
- centerAffix?: boolean | undefined;
1444
- color?: string | undefined;
1445
- baseColor?: string | undefined;
1446
- dirty: boolean;
1447
- disabled: boolean;
1448
1442
  glow: boolean;
1449
- error: boolean;
1450
- flat: boolean;
1451
- iconColor?: string | boolean | undefined;
1452
- label?: string | undefined;
1443
+ clearable: boolean;
1444
+ dirty: boolean;
1453
1445
  persistentClear: boolean;
1454
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1455
- reverse: boolean;
1456
1446
  singleLine: boolean;
1457
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1458
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1459
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1460
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1461
1447
  id?: string | undefined;
1462
- details: boolean;
1463
- } & 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">;
1448
+ color?: string | undefined;
1449
+ loading?: string | boolean | undefined;
1450
+ label?: string | undefined;
1451
+ class?: any;
1452
+ theme?: string | undefined;
1453
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1454
+ rounded?: string | number | boolean | undefined;
1455
+ baseColor?: string | undefined;
1456
+ bgColor?: string | undefined;
1457
+ iconColor?: string | boolean | undefined;
1458
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1459
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1460
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1461
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1462
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1463
+ centerAffix?: boolean | undefined;
1464
+ } & 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">;
1464
1465
  $attrs: {
1465
1466
  [x: string]: unknown;
1466
1467
  };
@@ -1473,10 +1474,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1473
1474
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1474
1475
  [key: string]: any;
1475
1476
  }>[]) | undefined;
1476
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1477
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1477
1478
  [key: string]: any;
1478
1479
  }>[]) | undefined;
1479
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1480
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1480
1481
  [key: string]: any;
1481
1482
  }>[]) | undefined;
1482
1483
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1498,77 +1499,77 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1498
1499
  $emit: (event: "update:focused", focused: boolean) => void;
1499
1500
  $el: any;
1500
1501
  $options: import('vue').ComponentOptionsBase<{
1501
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1502
+ flat: boolean;
1503
+ reverse: boolean;
1504
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1505
+ error: boolean;
1506
+ active: boolean;
1507
+ details: boolean;
1508
+ style: import('vue').StyleValue;
1509
+ disabled: boolean;
1502
1510
  focused: boolean;
1503
1511
  tile: boolean;
1504
- clearable: boolean;
1505
1512
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1506
- active: boolean;
1507
- dirty: boolean;
1508
- disabled: boolean;
1509
1513
  glow: boolean;
1510
- error: boolean;
1511
- flat: boolean;
1514
+ clearable: boolean;
1515
+ dirty: boolean;
1512
1516
  persistentClear: boolean;
1513
- reverse: boolean;
1514
1517
  singleLine: boolean;
1515
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1516
- details: boolean;
1517
1518
  } & {
1518
- theme?: string | undefined;
1519
+ id?: string | undefined;
1520
+ color?: string | undefined;
1521
+ loading?: string | boolean | undefined;
1522
+ label?: string | undefined;
1519
1523
  class?: any;
1520
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1524
+ theme?: string | undefined;
1525
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1521
1526
  rounded?: string | number | boolean | undefined;
1522
- loading?: string | boolean | undefined;
1523
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1524
- bgColor?: string | undefined;
1525
- centerAffix?: boolean | undefined;
1526
- color?: string | undefined;
1527
1527
  baseColor?: string | undefined;
1528
+ bgColor?: string | undefined;
1528
1529
  iconColor?: string | boolean | undefined;
1529
- label?: string | undefined;
1530
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1530
1531
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1531
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1532
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1533
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1534
- id?: string | undefined;
1532
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1533
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1534
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1535
+ centerAffix?: boolean | undefined;
1535
1536
  } & {
1536
1537
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1537
1538
  }, {
1538
1539
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1539
1540
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1540
1541
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1541
- "update:focused": (focused: boolean) => true;
1542
- "update:modelValue": (value: any) => true;
1543
- }, "$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, {
1542
+ 'update:focused': (focused: boolean) => true;
1543
+ 'update:modelValue': (value: any) => true;
1544
+ }, "$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, {
1545
+ flat: boolean;
1546
+ reverse: boolean;
1547
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1548
+ error: boolean;
1549
+ active: boolean;
1550
+ details: boolean;
1544
1551
  style: import('vue').StyleValue;
1552
+ disabled: boolean;
1545
1553
  focused: boolean;
1546
1554
  rounded: string | number | boolean;
1547
1555
  tile: boolean;
1548
- clearable: boolean;
1549
1556
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1550
- active: boolean;
1551
1557
  centerAffix: boolean;
1552
- dirty: boolean;
1553
- disabled: boolean;
1554
1558
  glow: boolean;
1555
- error: boolean;
1556
- flat: boolean;
1559
+ clearable: boolean;
1560
+ dirty: boolean;
1557
1561
  persistentClear: boolean;
1558
- reverse: boolean;
1559
1562
  singleLine: boolean;
1560
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1561
- details: boolean;
1562
1563
  }, {}, string, import('vue').SlotsType<Partial<{
1563
1564
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1564
1565
  props: Record<string, any>;
1565
1566
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1566
1567
  [key: string]: any;
1567
1568
  }>[];
1568
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1569
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1569
1570
  [key: string]: any;
1570
1571
  }>[];
1571
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1572
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1572
1573
  [key: string]: any;
1573
1574
  }>[];
1574
1575
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1584,88 +1585,88 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1584
1585
  [key: string]: any;
1585
1586
  }>[];
1586
1587
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1587
- beforeCreate?: (() => void)[] | (() => void) | undefined;
1588
- created?: (() => void)[] | (() => void) | undefined;
1589
- beforeMount?: (() => void)[] | (() => void) | undefined;
1590
- mounted?: (() => void)[] | (() => void) | undefined;
1591
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
1592
- updated?: (() => void)[] | (() => void) | undefined;
1593
- activated?: (() => void)[] | (() => void) | undefined;
1594
- deactivated?: (() => void)[] | (() => void) | undefined;
1595
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
1596
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
1597
- destroyed?: (() => void)[] | (() => void) | undefined;
1598
- unmounted?: (() => void)[] | (() => void) | undefined;
1599
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1600
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1601
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
1588
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1589
+ created?: (() => void) | (() => void)[] | undefined;
1590
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1591
+ mounted?: (() => void) | (() => void)[] | undefined;
1592
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1593
+ updated?: (() => void) | (() => void)[] | undefined;
1594
+ activated?: (() => void) | (() => void)[] | undefined;
1595
+ deactivated?: (() => void) | (() => void)[] | undefined;
1596
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1597
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1598
+ destroyed?: (() => void) | (() => void)[] | undefined;
1599
+ unmounted?: (() => void) | (() => void)[] | undefined;
1600
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1601
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1602
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
1602
1603
  };
1603
1604
  $forceUpdate: () => void;
1604
1605
  $nextTick: typeof nextTick;
1605
1606
  $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;
1606
1607
  } & Readonly<{
1608
+ flat: boolean;
1609
+ reverse: boolean;
1610
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1611
+ error: boolean;
1612
+ active: boolean;
1613
+ details: boolean;
1607
1614
  style: import('vue').StyleValue;
1615
+ disabled: boolean;
1608
1616
  focused: boolean;
1609
1617
  rounded: string | number | boolean;
1610
1618
  tile: boolean;
1611
- clearable: boolean;
1612
1619
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1613
- active: boolean;
1614
1620
  centerAffix: boolean;
1615
- dirty: boolean;
1616
- disabled: boolean;
1617
1621
  glow: boolean;
1618
- error: boolean;
1619
- flat: boolean;
1622
+ clearable: boolean;
1623
+ dirty: boolean;
1620
1624
  persistentClear: boolean;
1621
- reverse: boolean;
1622
1625
  singleLine: boolean;
1626
+ }> & Omit<{
1627
+ flat: boolean;
1628
+ reverse: boolean;
1623
1629
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1630
+ error: boolean;
1631
+ active: boolean;
1624
1632
  details: boolean;
1625
- }> & Omit<{
1626
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1633
+ style: import('vue').StyleValue;
1634
+ disabled: boolean;
1627
1635
  focused: boolean;
1628
1636
  tile: boolean;
1629
- clearable: boolean;
1630
1637
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1631
- active: boolean;
1632
- dirty: boolean;
1633
- disabled: boolean;
1634
1638
  glow: boolean;
1635
- error: boolean;
1636
- flat: boolean;
1639
+ clearable: boolean;
1640
+ dirty: boolean;
1637
1641
  persistentClear: boolean;
1638
- reverse: boolean;
1639
1642
  singleLine: boolean;
1640
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1641
- details: boolean;
1642
1643
  } & {
1643
- theme?: string | undefined;
1644
+ id?: string | undefined;
1645
+ color?: string | undefined;
1646
+ loading?: string | boolean | undefined;
1647
+ label?: string | undefined;
1644
1648
  class?: any;
1645
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1649
+ theme?: string | undefined;
1650
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1646
1651
  rounded?: string | number | boolean | undefined;
1647
- loading?: string | boolean | undefined;
1648
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1649
- bgColor?: string | undefined;
1650
- centerAffix?: boolean | undefined;
1651
- color?: string | undefined;
1652
1652
  baseColor?: string | undefined;
1653
+ bgColor?: string | undefined;
1653
1654
  iconColor?: string | boolean | undefined;
1654
- label?: string | undefined;
1655
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1655
1656
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1656
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1657
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1658
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1659
- id?: string | undefined;
1657
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1658
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1659
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1660
+ centerAffix?: boolean | undefined;
1660
1661
  } & {
1661
1662
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1662
- }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1663
+ }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1663
1664
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1664
1665
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1665
1666
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1666
1667
  modelValue?: unknown;
1667
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1668
- }, 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}`> & {
1668
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1669
+ }, 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}`> & {
1669
1670
  _allExposed: {} | {
1670
1671
  reset: () => Promise<void>;
1671
1672
  resetValidation: () => Promise<void>;
@@ -1677,36 +1678,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1677
1678
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1678
1679
  };
1679
1680
  }, {}, {}, {}, {
1681
+ flat: boolean;
1682
+ reverse: boolean;
1683
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1684
+ type: string;
1685
+ error: boolean;
1686
+ active: boolean;
1687
+ direction: "vertical" | "horizontal";
1688
+ details: boolean;
1680
1689
  style: import('vue').StyleValue;
1690
+ autofocus: boolean;
1691
+ disabled: boolean;
1692
+ readonly: boolean | null;
1693
+ messages: string | readonly string[];
1694
+ 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)?])[];
1681
1695
  focused: boolean;
1682
1696
  errorMessages: string | readonly string[] | null;
1683
1697
  maxErrors: string | number;
1684
- readonly: boolean | null;
1685
- 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)?])[];
1686
1698
  density: import('vuetify/lib/composables/density.mjs').Density;
1687
1699
  rounded: string | number | boolean;
1688
1700
  tile: boolean;
1701
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1702
+ centerAffix: boolean;
1703
+ glow: boolean;
1689
1704
  hideSpinButtons: boolean;
1690
1705
  persistentHint: boolean;
1691
- messages: string | readonly string[];
1692
- direction: "vertical" | "horizontal";
1693
1706
  clearable: boolean;
1694
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1695
- active: boolean;
1696
- centerAffix: boolean;
1697
1707
  dirty: boolean;
1698
- disabled: boolean;
1699
- glow: boolean;
1700
- error: boolean;
1701
- flat: boolean;
1702
1708
  persistentClear: boolean;
1703
- reverse: boolean;
1704
1709
  singleLine: boolean;
1705
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1706
- autofocus: boolean;
1707
1710
  persistentPlaceholder: boolean;
1708
1711
  persistentCounter: boolean;
1709
- type: string;
1710
1712
  }> | null;
1711
1713
  };
1712
1714
  $slots: Readonly<{
@@ -1821,11 +1823,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1821
1823
  theme: string;
1822
1824
  disabled: boolean;
1823
1825
  placeholder: string;
1824
- density: "default" | "comfortable" | "compact";
1825
1826
  rounded: string | number | boolean;
1827
+ loading: string | boolean;
1826
1828
  maxWidth: string | number;
1827
1829
  minWidth: string | number;
1828
- loading: string | boolean;
1830
+ density: "default" | "comfortable" | "compact";
1829
1831
  baseColor: string;
1830
1832
  prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
1831
1833
  appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
@@ -1909,11 +1911,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1909
1911
  theme: string;
1910
1912
  disabled: boolean;
1911
1913
  placeholder: string;
1912
- density: "default" | "comfortable" | "compact";
1913
1914
  rounded: string | number | boolean;
1915
+ loading: string | boolean;
1914
1916
  maxWidth: string | number;
1915
1917
  minWidth: string | number;
1916
- loading: string | boolean;
1918
+ density: "default" | "comfortable" | "compact";
1917
1919
  baseColor: string;
1918
1920
  prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
1919
1921
  appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
@@ -2044,7 +2046,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2044
2046
  onClear?: ((...args: any[]) => any) | undefined;
2045
2047
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2046
2048
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2047
- }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
2049
+ }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
2048
2050
  validation: {
2049
2051
  errors: import('vue').Ref<string[], string[]>;
2050
2052
  warnings: import('vue').Ref<string[], string[]>;