@cnamts/synapse 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (394) hide show
  1. package/dist/{DateFilter-isr8mXVb.js → DateFilter-DSwJUvBu.js} +12 -12
  2. package/dist/{NumberFilter-BOe7DqWX.js → NumberFilter-CwsbYyz4.js} +1 -1
  3. package/dist/{PeriodFilter-WTprpO40.js → PeriodFilter-csnEZU30.js} +1 -1
  4. package/dist/{SelectFilter-CqlG5dmI.js → SelectFilter-Bd5fndzR.js} +1 -1
  5. package/dist/{TextFilter-fVW5bsRw.js → TextFilter-B6gxzq2a.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +2836 -2845
  7. package/dist/components/Amelipro/AmeliproCallback/AmeliproCallback.d.ts +3 -3
  8. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +7 -7
  9. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +3 -3
  10. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +3 -3
  11. package/dist/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.d.ts +3 -3
  12. package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +3 -3
  13. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +3 -3
  14. package/dist/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.d.ts +3 -3
  15. package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +3 -3
  16. package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +18 -18
  17. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +9 -9
  18. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +3 -3
  19. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +3 -3
  20. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +3 -1
  21. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -3
  22. package/dist/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.d.ts +3 -3
  23. package/dist/components/Amelipro/AmeliproMenu/AmeliproMenu.d.ts +3 -3
  24. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  25. package/dist/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.d.ts +3 -3
  26. package/dist/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.d.ts +3 -3
  27. package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +9 -0
  28. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +1288 -1284
  29. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1936 -1930
  30. package/dist/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.d.ts +3 -3
  31. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +2838 -2865
  32. package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +3 -3
  33. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +2843 -2870
  34. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +397 -397
  35. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +642 -640
  36. package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +233 -5
  37. package/dist/components/Amelipro/AmeliproTransmission/AmeliproTransmission.d.ts +9 -9
  38. package/dist/components/Captcha/CaptchaHelpdesk.d.ts +6 -0
  39. package/dist/components/CookieBanner/CookieBanner.d.ts +117 -119
  40. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +484 -484
  41. package/dist/components/CookiesSelection/CookiesSelection.d.ts +104 -106
  42. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +14 -10
  43. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +118 -129
  44. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -3
  45. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
  46. package/dist/components/Customs/SyForm/SyForm.d.ts +60 -53
  47. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +88 -0
  48. package/dist/components/Customs/SyRadioGroup/locales.d.ts +3 -0
  49. package/dist/components/Customs/SyTextField/SyTextField.d.ts +644 -642
  50. package/dist/components/DataList/DataList.d.ts +6 -1
  51. package/dist/components/DataListGroup/DataListGroup.d.ts +14 -2
  52. package/dist/components/DataListItem/DataListItem.d.ts +3 -0
  53. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +2988 -3100
  54. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +1458 -1558
  55. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +655 -651
  56. package/dist/components/DatePicker/composables/index.d.ts +4 -0
  57. package/dist/components/DatePicker/composables/useAsteriskDisplay.d.ts +1 -1
  58. package/dist/components/DatePicker/composables/useCalendarKeyboardNavigation.d.ts +11 -0
  59. package/dist/components/DatePicker/composables/useDatePickerState.d.ts +25 -0
  60. package/dist/components/DatePicker/composables/useDateTextField.d.ts +61 -0
  61. package/dist/components/DatePicker/composables/useHolidayHighlighting.d.ts +15 -0
  62. package/dist/components/DatePicker/constants/messages.d.ts +0 -1
  63. package/dist/components/DialogBox/DialogBox.d.ts +175 -177
  64. package/dist/components/FilterSideBar/FilterSideBar.d.ts +161 -171
  65. package/dist/components/FooterBar/FooterBar.d.ts +5 -5
  66. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -2
  67. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +1 -1
  68. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +1 -1
  69. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +234 -258
  70. package/dist/components/LangBtn/LangBtn.d.ts +173 -179
  71. package/dist/components/LogoBrandSection/LogoBrandSection.d.ts +1 -1
  72. package/dist/components/LunarCalendar/LunarCalendar.d.ts +29 -0
  73. package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +5 -0
  74. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +13 -0
  75. package/dist/components/NirField/NirField.d.ts +1296 -1292
  76. package/dist/components/PaginatedTable/PaginatedTable.d.ts +1 -1
  77. package/dist/components/PeriodField/PeriodField.d.ts +5844 -6068
  78. package/dist/components/PhoneField/PhoneField.d.ts +645 -643
  79. package/dist/components/SyAlert/SyAlert.d.ts +31 -31
  80. package/dist/components/SyTextArea/SyTextArea.d.ts +395 -395
  81. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +193 -227
  82. package/dist/components/Tables/SyTable/SyTable.d.ts +192 -226
  83. package/dist/components/Tables/common/SyTableFilter.d.ts +1 -1
  84. package/dist/components/Tables/common/SyTablePagination.d.ts +118 -129
  85. package/dist/components/Tables/common/TableHeader.d.ts +52 -2
  86. package/dist/components/Tables/common/filters/DateFilter.d.ts +1 -1
  87. package/dist/components/Tables/common/filters/NumberFilter.d.ts +1 -1
  88. package/dist/components/Tables/common/filters/PeriodFilter.d.ts +1 -1
  89. package/dist/components/Tables/common/filters/SelectFilter.d.ts +1 -1
  90. package/dist/components/Tables/common/filters/TextFilter.d.ts +1 -1
  91. package/dist/components/Tables/common/locales.d.ts +1 -0
  92. package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +86 -90
  93. package/dist/components/Tables/common/tableFilterUtils.d.ts +2 -2
  94. package/dist/components/Tables/common/types.d.ts +3 -2
  95. package/dist/components/Tables/common/useTableCheckbox.d.ts +3 -2
  96. package/dist/components/Tables/common/useTableFilter.d.ts +1 -1
  97. package/dist/components/Tables/common/useTableItems.d.ts +6 -8
  98. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +18 -18
  99. package/dist/components/index.d.ts +2 -0
  100. package/dist/design-system-v3.js +101 -98
  101. package/dist/design-system-v3.umd.cjs +25 -33
  102. package/dist/main-DkZZpa3S.js +35197 -0
  103. package/dist/style.css +1 -1
  104. package/dist/utils/formatNir/formatNir.d.ts +2 -0
  105. package/dist/utils/index.d.ts +1 -0
  106. package/dist/utils/insertAt.d.ts +1 -0
  107. package/dist/utils/rules/validateDateValue.d.ts +14 -0
  108. package/dist/vuetifyConfig.d.ts +6 -6
  109. package/package.json +4 -4
  110. package/src/assets/tokens.scss +2 -0
  111. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +1 -18
  112. package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +178 -9
  113. package/src/components/Amelipro/AmeliproAccordion/__tests__/__snapshots__/AmeliproAccordion.spec.ts.snap +28 -121
  114. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +15 -270
  115. package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +12 -194
  116. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/__snapshots__/AmeliproAccordionResultTemplate.spec.ts.snap +1 -18
  117. package/src/components/Amelipro/AmeliproAccordionResult/__tests__/__snapshots__/AmeliproAccordionResult.spec.ts.snap +1 -18
  118. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +12 -194
  119. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +9 -9
  120. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +5 -4
  121. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/AmeliproAutoCompleteField.spec.ts +6 -6
  122. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -0
  123. package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +135 -9
  124. package/src/components/Amelipro/AmeliproBadge/__tests__/__snapshots__/AmeliproBadge.spec.ts.snap +20 -5
  125. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/AmeliproBreadcrumb.spec.ts +195 -28
  126. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +193 -124
  127. package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
  128. package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +364 -12
  129. package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +30 -390
  130. package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +4 -36
  131. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +10 -10
  132. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +7 -7
  133. package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +5 -5
  134. package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +1 -1
  135. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +7 -6
  136. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +6 -6
  137. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +6 -6
  138. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +2 -2
  139. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -43
  140. package/src/components/Amelipro/AmeliproContentLayout/__tests__/AmeliproContentLayout.spec.ts +80 -9
  141. package/src/components/Amelipro/AmeliproContentLayout/__tests__/__snapshots__/AmeliproContentLayout.spec.ts.snap +25 -4
  142. package/src/components/Amelipro/AmeliproCopyBtn/__tests__/__snapshots__/AmeliproCopyBtn.spec.ts.snap +1 -13
  143. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.stories.ts +7 -6
  144. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +5 -5
  145. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +187 -39
  146. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/__snapshots__/AmeliproCustomSelector.spec.ts.snap +147 -147
  147. package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +1 -1
  148. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +0 -2
  149. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/AmeliproErrorTemplate.spec.ts +160 -20
  150. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +34 -177
  151. package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +1 -0
  152. package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +248 -19
  153. package/src/components/Amelipro/AmeliproFilePreview/__tests__/__snapshots__/AmeliproFilePreview.spec.ts.snap +34 -203
  154. package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +6 -144
  155. package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.vue +20 -2
  156. package/src/components/Amelipro/AmeliproIcon/__tests__/__snapshots__/AmeliproIcon.spec.ts.snap +1 -25
  157. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.stories.ts +5 -5
  158. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -6
  159. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/AmeliproIllustratedRadioGroup.spec.ts +22 -22
  160. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +2 -2
  161. package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/AmeliproMultipleFoldingCard.spec.ts +304 -0
  162. package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +373 -0
  163. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +2 -0
  164. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +28 -2
  165. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +9 -173
  166. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -1
  167. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +162 -72
  168. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +2 -2
  169. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +6 -39
  170. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +3 -3
  171. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +8 -8
  172. package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/AmeliproPostalAddressField.spec.ts +2 -2
  173. package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +11 -52
  174. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.stories.ts +7 -7
  175. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +8 -8
  176. package/src/components/Amelipro/AmeliproRadioGroup/__tests__/AmeliproRadioGroup.spec.ts +6 -6
  177. package/src/components/Amelipro/AmeliproRadioGroup/__tests__/__snapshots__/AmeliproRadioGroup.spec.ts.snap +2 -2
  178. package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +2 -14
  179. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.stories.ts +7 -7
  180. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +4 -4
  181. package/src/components/Amelipro/AmeliproSelect/__tests__/AmeliproSelect.spec.ts +12 -12
  182. package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +2 -2
  183. package/src/components/Amelipro/AmeliproStepper/__tests__/__snapshots__/AmeliproStepper.spec.ts.snap +2 -2
  184. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +2 -2
  185. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +463 -68
  186. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +176 -511
  187. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.stories.ts +6 -6
  188. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -4
  189. package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +3 -3
  190. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +1 -2
  191. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +10 -10
  192. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +4 -4
  193. package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +5 -5
  194. package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +162 -0
  195. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +44 -0
  196. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +79 -1
  197. package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +0 -2
  198. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +2 -2
  199. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +21 -7
  200. package/src/components/Amelipro/AmeliproUpload/__tests__/AmeliproUpload.spec.ts +252 -44
  201. package/src/components/Amelipro/AmeliproUpload/__tests__/__snapshots__/AmeliproUpload.spec.ts.snap +166 -0
  202. package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/ServiceBtn.spec.ts +137 -0
  203. package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/__snapshots__/ServiceBtn.spec.ts.snap +56 -0
  204. package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/ServiceList.spec.ts +116 -0
  205. package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/__snapshots__/ServiceList.spec.ts.snap +58 -0
  206. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/ServiceMenuContent.spec.ts +118 -0
  207. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/__snapshots__/ServiceMenuContent.spec.ts.snap +151 -0
  208. package/src/components/Amelipro/ServiceMenu/__tests__/ServiceMenu.spec.ts +259 -0
  209. package/src/components/Amelipro/ServiceMenu/__tests__/__snapshots__/ServiceMenu.spec.ts.snap +102 -0
  210. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/StructureBtn.spec.ts +90 -0
  211. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/__snapshots__/StructureBtn.spec.ts.snap +63 -0
  212. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/StructureItem.spec.ts +133 -0
  213. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/__snapshots__/StructureItem.spec.ts.snap +143 -0
  214. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/StructureList.spec.ts +190 -0
  215. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/__snapshots__/StructureList.spec.ts.snap +109 -0
  216. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/StructureTabs.spec.ts +159 -0
  217. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/__snapshots__/StructureTabs.spec.ts.snap +103 -0
  218. package/src/components/Amelipro/StructureMenu/__tests__/StructureMenu.spec.ts +165 -0
  219. package/src/components/Amelipro/StructureMenu/__tests__/__snapshots__/StructureMenu.spec.ts.snap +39 -0
  220. package/src/components/Amelipro/UserInformationSummary/__tests__/UserInformationSummary.spec.ts +140 -0
  221. package/src/components/Amelipro/UserInformationSummary/{tests → __tests__}/__snapshots__/UserInformationSummary.spec.ts.snap +17 -24
  222. package/src/components/Amelipro/UserMenu/UserMenu.stories.ts +3 -3
  223. package/src/components/Amelipro/UserMenu/UserMenu.vue +2 -2
  224. package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/UserMenuDetails.spec.ts +150 -0
  225. package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/__snapshots__/UserMenuDetails.spec.ts.snap +117 -0
  226. package/src/components/Amelipro/UserMenu/__tests__/UserMenu.spec.ts +141 -0
  227. package/src/components/Amelipro/UserMenu/__tests__/__snapshots__/UserMenu.spec.ts.snap +103 -0
  228. package/src/components/Captcha/Captcha.vue +9 -24
  229. package/src/components/Captcha/CaptchaHelpdesk.vue +42 -0
  230. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +256 -268
  231. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +0 -1
  232. package/src/components/Customs/Selects/SelectBtnField/Accessibilite.stories.ts +4 -0
  233. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +154 -82
  234. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +229 -125
  235. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +12 -12
  236. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +344 -826
  237. package/src/components/Customs/Selects/SySelect/SySelect.vue +215 -169
  238. package/src/components/Customs/Selects/SySelect/composables/tests/useSySelectKeyboard.spec.ts +4 -2
  239. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +7 -9
  240. package/src/components/Customs/SyForm/SyForm.mdx +47 -7
  241. package/src/components/Customs/SyForm/SyForm.stories.ts +38 -34
  242. package/src/components/Customs/SyForm/SyForm.vue +27 -6
  243. package/src/components/Customs/SyRadioGroup/Accessibilite.mdx +263 -0
  244. package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +37 -0
  245. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +665 -0
  246. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +324 -0
  247. package/src/components/Customs/SyRadioGroup/locales.ts +3 -0
  248. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +135 -0
  249. package/src/components/Customs/SyTabs/SyTabs.vue +1 -1
  250. package/src/components/Customs/SyTextField/SyTextField.vue +225 -194
  251. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +32 -2
  252. package/src/components/DataList/DataList.mdx +3 -1
  253. package/src/components/DataList/DataList.stories.ts +67 -17
  254. package/src/components/DataList/DataList.vue +13 -1
  255. package/src/components/DataListGroup/DataListGroup.stories.ts +42 -12
  256. package/src/components/DataListGroup/DataListGroup.vue +14 -1
  257. package/src/components/DataListItem/DataListItem.vue +10 -2
  258. package/src/components/DataListItem/tests/DataListItem.spec.ts +1 -1
  259. package/src/components/DatePicker/CalendarMode/DatePicker.vue +157 -178
  260. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +5 -0
  261. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +179 -179
  262. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +261 -258
  263. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +234 -827
  264. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +46 -73
  265. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +350 -0
  266. package/src/components/DatePicker/composables/index.ts +4 -0
  267. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +270 -0
  268. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +61 -3
  269. package/src/components/DatePicker/composables/tests/useDateRangeInput.spec.ts +198 -0
  270. package/src/components/DatePicker/composables/tests/useDisplayedDateString.spec.ts +36 -2
  271. package/src/components/DatePicker/composables/tests/useInputHandler.spec.ts +755 -0
  272. package/src/components/DatePicker/composables/tests/useKeyboardEvents.spec.ts +168 -0
  273. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +40 -34
  274. package/src/components/DatePicker/composables/useAsteriskDisplay.ts +1 -2
  275. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +155 -0
  276. package/src/components/DatePicker/composables/useDatePickerState.ts +163 -0
  277. package/src/components/DatePicker/composables/useDateRangeInput.ts +4 -8
  278. package/src/components/DatePicker/composables/useDateTextField.ts +156 -0
  279. package/src/components/DatePicker/composables/useHolidayHighlighting.ts +64 -0
  280. package/src/components/DatePicker/composables/useInputHandler.ts +25 -19
  281. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +52 -26
  282. package/src/components/DatePicker/constants/messages.ts +0 -1
  283. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
  284. package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +16 -8
  285. package/src/components/ErrorPage/ErrorPage.vue +1 -1
  286. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +17 -0
  287. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +0 -1
  288. package/src/components/LunarCalendar/LunarCalendar.mdx +33 -0
  289. package/src/components/LunarCalendar/LunarCalendar.stories.ts +232 -0
  290. package/src/components/LunarCalendar/LunarCalendar.vue +57 -0
  291. package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +79 -0
  292. package/src/components/LunarCalendar/useLunarCalendarRules.ts +96 -0
  293. package/src/components/LunarCalendar/useLunarCalendarValidation.ts +47 -0
  294. package/src/components/NotificationBar/NotificationBar.vue +2 -2
  295. package/src/components/PaginatedTable/PaginatedTable.stories.ts +15 -10
  296. package/src/components/PaginatedTable/PaginatedTable.vue +24 -35
  297. package/src/components/PhoneField/PhoneField.vue +102 -83
  298. package/src/components/SearchListField/tests/SearchListField.spec.ts +7 -53
  299. package/src/components/SyAlert/SyAlert.vue +5 -2
  300. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +24 -72
  301. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +521 -23
  302. package/src/components/Tables/SyServerTable/SyServerTable.vue +19 -13
  303. package/src/components/Tables/SyTable/SyTable.stories.ts +391 -18
  304. package/src/components/Tables/SyTable/SyTable.vue +16 -11
  305. package/src/components/Tables/common/TableHeader.vue +16 -7
  306. package/src/components/Tables/common/filters/DateFilter.vue +1 -1
  307. package/src/components/Tables/common/locales.ts +1 -0
  308. package/src/components/Tables/common/tableFilterUtils.ts +3 -3
  309. package/src/components/Tables/common/types.ts +4 -2
  310. package/src/components/Tables/common/useTableCheckbox.ts +4 -3
  311. package/src/components/Tables/common/useTableFilter.ts +2 -2
  312. package/src/components/Tables/common/useTableItems.ts +4 -19
  313. package/src/components/index.ts +2 -0
  314. package/src/composables/validation/tests/useFormValidation.spec.ts +251 -0
  315. package/src/composables/validation/tests/useValidatable.spec.ts +90 -0
  316. package/src/stories/Accessibilite/Audit/Exemptions-derogations.mdx +241 -0
  317. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +17 -10
  318. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +16 -0
  319. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +160 -106
  320. package/src/stories/Accessibilite/Vuetify/VuetifyItems.ts +2 -1
  321. package/src/stories/GuideDuDev/ClassesUtilitaires/FormattingUtilities.mdx +20 -0
  322. package/src/stories/GuideDuDev/ClassesUtilitaires/index.mdx +10 -0
  323. package/src/utils/formatNir/formatNir.ts +15 -0
  324. package/src/utils/index.ts +1 -0
  325. package/src/utils/insertAt.ts +11 -0
  326. package/src/utils/rules/isDateValid/IsDateValid.mdx +2 -2
  327. package/src/utils/rules/isDateValid/IsDateValid.stories.ts +6 -4
  328. package/src/utils/rules/isDateValid/index.ts +23 -8
  329. package/src/utils/rules/isDateValid/tests/isDateValid.spec.ts +9 -0
  330. package/src/utils/rules/isExactLength/IsExactLenght.mdx +1 -1
  331. package/src/utils/rules/isHolidayDay/IsHolidayDay.mdx +19 -7
  332. package/src/utils/rules/isHolidayDay/index.ts +6 -8
  333. package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +13 -1
  334. package/src/utils/rules/isNotAfterDate/IsNotAfterDate.mdx +2 -2
  335. package/src/utils/rules/isNotAfterDate/IsNotAfterDate.stories.ts +9 -2
  336. package/src/utils/rules/isNotAfterDate/index.ts +5 -12
  337. package/src/utils/rules/isNotAfterDate/tests/isNotAfterDate.spec.ts +20 -0
  338. package/src/utils/rules/isNotAfterToday/IsNotAfterToday.mdx +2 -2
  339. package/src/utils/rules/isNotAfterToday/IsNotAfterToday.stories.ts +8 -2
  340. package/src/utils/rules/isNotAfterToday/index.ts +6 -6
  341. package/src/utils/rules/isNotAfterToday/tests/isNotAfterToday.spec.ts +20 -0
  342. package/src/utils/rules/isNotBeforeDate/IsNotBeforeDate.mdx +2 -2
  343. package/src/utils/rules/isNotBeforeDate/index.ts +5 -12
  344. package/src/utils/rules/isNotBeforeDate/tests/IsNotBeforeDate.spec.ts +20 -0
  345. package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.mdx +2 -2
  346. package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.stories.ts +8 -2
  347. package/src/utils/rules/isNotBeforeToday/index.ts +6 -6
  348. package/src/utils/rules/isNotBeforeToday/tests/notBeforeToday.spec.ts +19 -0
  349. package/src/utils/rules/validateDateValue.ts +37 -0
  350. package/src/vuetifyConfig.ts +6 -2
  351. package/dist/components/Customs/Selects/SelectBtnField/config.d.ts +0 -11
  352. package/dist/components/DatePicker/tests/setup.d.ts +0 -75370
  353. package/dist/components/Tables/common/formatters.d.ts +0 -17
  354. package/dist/main-CbBVJ_le.js +0 -34377
  355. package/dist/stories/Accessibilite/Vuetify/VuetifyItems.d.ts +0 -70
  356. package/dist/stories/DesignTokens/StylesTypographiques.stories.new.d.ts +0 -8
  357. package/dist/stories/DesignTokens/TypographyDisplay.d.ts +0 -28
  358. package/dist/stories/DesignTokens/vue-shims.d.ts +0 -6
  359. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/AmeliproMultipleFoldingCard.spec.ts +0 -40
  360. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +0 -369
  361. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/ServiceBtn.spec.ts +0 -21
  362. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +0 -100
  363. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/ServiceList.spec.ts +0 -25
  364. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +0 -245
  365. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/ServiceMenuContent.spec.ts +0 -45
  366. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +0 -787
  367. package/src/components/Amelipro/ServiceMenu/tests/ServiceMenu.spec.ts +0 -46
  368. package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +0 -111
  369. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/StructureBtn.spec.ts +0 -17
  370. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/__snapshots__/StructureBtn.spec.ts.snap +0 -34
  371. package/src/components/Amelipro/StructureMenu/StructureItem/tests/StructureItem.spec.ts +0 -21
  372. package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +0 -106
  373. package/src/components/Amelipro/StructureMenu/StructureList/tests/StructureList.spec.ts +0 -33
  374. package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +0 -353
  375. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/StructureTabs.spec.ts +0 -60
  376. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +0 -824
  377. package/src/components/Amelipro/StructureMenu/tests/StructureMenu.spec.ts +0 -69
  378. package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +0 -1383
  379. package/src/components/Amelipro/UserInformationSummary/tests/UserInformationSummary.spec.ts +0 -24
  380. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/UserMenuDetails.spec.ts +0 -33
  381. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/__snapshots__/UserMenuDetails.spec.ts.snap +0 -3
  382. package/src/components/Amelipro/UserMenu/tests/UserMenu.spec.ts +0 -34
  383. package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +0 -101
  384. package/src/components/Customs/Selects/SelectBtnField/config.ts +0 -11
  385. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.events.spec.ts +0 -151
  386. package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +0 -148
  387. package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +0 -361
  388. package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +0 -709
  389. package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +0 -4111
  390. package/src/components/DatePicker/tests/archiTest.md +0 -33
  391. package/src/components/DatePicker/tests/navigation.regression.spec.ts +0 -74
  392. package/src/components/DatePicker/tests/navigation.simple.spec.ts +0 -137
  393. package/src/components/DatePicker/tests/setup.ts +0 -243
  394. package/src/components/Tables/common/formatters.ts +0 -72
@@ -11,7 +11,7 @@ type __VLS_Props = {
11
11
  placeholder?: string;
12
12
  format?: string;
13
13
  dateFormatReturn?: string;
14
- label?: string;
14
+ label: string;
15
15
  required?: boolean;
16
16
  disabled?: boolean;
17
17
  readonly?: boolean;
@@ -34,9 +34,8 @@ type __VLS_Props = {
34
34
  persistentHint?: boolean;
35
35
  externalErrorMessages?: string[];
36
36
  };
37
- declare function validateOnSubmit(): boolean;
38
37
  declare const _default: import('vue').DefineComponent<__VLS_Props, {
39
- validateOnSubmit: typeof validateOnSubmit;
38
+ validateOnSubmit: () => boolean;
40
39
  reset: () => void;
41
40
  focus(): void;
42
41
  blur(): void;
@@ -53,7 +52,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
53
52
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
54
53
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
55
54
  }>, {
56
- label: string;
57
55
  title: string | false;
58
56
  disabled: boolean;
59
57
  placeholder: string;
@@ -71,13 +69,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
71
69
  disableErrorHandling: boolean;
72
70
  persistentHint: boolean;
73
71
  format: string;
72
+ autoClamp: boolean;
74
73
  displayRange: boolean;
75
74
  dateFormatReturn: string;
76
75
  isOutlined: boolean;
77
76
  displayIcon: boolean;
78
77
  displayAppendIcon: boolean;
79
78
  displayPrependIcon: boolean;
80
- autoClamp: boolean;
81
79
  externalErrorMessages: string[];
82
80
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
83
81
  inputRef: ({
@@ -166,194 +164,194 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
166
164
  [x: string]: unknown;
167
165
  } & {
168
166
  syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
169
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
167
+ flat: boolean;
168
+ reverse: boolean;
169
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
170
+ type: string;
171
+ error: boolean;
172
+ active: boolean;
173
+ direction: "vertical" | "horizontal";
174
+ details: boolean;
175
+ style: import('vue').StyleValue;
176
+ autofocus: boolean;
177
+ disabled: boolean;
178
+ readonly: boolean | null;
179
+ messages: string | readonly string[];
180
+ 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>))[];
170
181
  focused: boolean;
171
182
  errorMessages: string | readonly string[] | null;
172
183
  maxErrors: string | number;
173
- readonly: boolean | null;
174
- 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>))[];
175
184
  density: import('vuetify/lib/composables/density.mjs').Density;
176
185
  tile: boolean;
186
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
187
+ glow: boolean;
177
188
  hideSpinButtons: boolean;
178
189
  persistentHint: boolean;
179
- messages: string | readonly string[];
180
- direction: "vertical" | "horizontal";
181
190
  clearable: boolean;
182
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
183
- active: boolean;
184
191
  dirty: boolean;
185
- disabled: boolean;
186
- glow: boolean;
187
- error: boolean;
188
- flat: boolean;
189
192
  persistentClear: boolean;
190
- reverse: boolean;
191
193
  singleLine: boolean;
192
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
193
- autofocus: boolean;
194
194
  persistentPlaceholder: boolean;
195
195
  persistentCounter: boolean;
196
- type: string;
197
196
  } & {
198
- theme?: string | undefined;
199
- class?: any;
200
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
201
197
  name?: string | undefined;
202
- modelValue?: any;
203
- 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;
204
- validationValue?: any;
205
- rounded?: string | number | boolean | undefined;
198
+ id?: string | undefined;
199
+ width?: string | number | undefined;
200
+ color?: string | undefined;
206
201
  maxWidth?: string | number | undefined;
207
202
  minWidth?: string | number | undefined;
208
- width?: string | number | undefined;
209
203
  loading?: string | boolean | undefined;
210
- id?: string | undefined;
211
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
212
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
213
- hideDetails?: boolean | "auto" | undefined;
214
- hint?: string | undefined;
215
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
216
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
217
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
218
- bgColor?: string | undefined;
219
- centerAffix?: boolean | undefined;
220
- color?: string | undefined;
221
- baseColor?: string | undefined;
222
- iconColor?: string | boolean | undefined;
223
204
  label?: string | undefined;
224
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
225
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
226
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
227
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
228
- autocomplete?: string | undefined;
229
- counter?: string | number | boolean | undefined;
230
- counterValue?: number | ((value: any) => number) | undefined;
231
205
  prefix?: string | undefined;
206
+ role?: string | undefined;
207
+ class?: any;
208
+ theme?: string | undefined;
232
209
  placeholder?: string | undefined;
210
+ counter?: string | number | boolean | undefined;
211
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
212
+ modelValue?: any;
213
+ 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;
214
+ validationValue?: any;
215
+ rounded?: string | number | boolean | undefined;
216
+ baseColor?: string | undefined;
217
+ bgColor?: string | undefined;
218
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
219
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
220
+ iconColor?: string | boolean | undefined;
221
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
222
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
223
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
224
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
225
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
226
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
227
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
228
+ centerAffix?: boolean | undefined;
229
+ hint?: string | undefined;
230
+ hideDetails?: boolean | "auto" | undefined;
233
231
  suffix?: string | undefined;
234
- role?: string | undefined;
232
+ counterValue?: number | ((value: any) => number) | undefined;
235
233
  modelModifiers?: Record<string, boolean> | undefined;
236
234
  } & {
237
235
  $children?: import('vue').VNodeChild | {
238
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
239
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
240
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
236
+ $stable?: boolean | undefined;
237
+ } | (() => import('vue').VNodeChild) | {
241
238
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
242
239
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
243
240
  props: Record<string, any>;
244
241
  }) => import('vue').VNodeChild) | undefined;
245
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
246
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
242
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
247
243
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
248
244
  label: string | undefined;
249
245
  props: Record<string, any>;
250
246
  }) => import('vue').VNodeChild) | undefined;
247
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
248
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
251
249
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
250
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
251
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
252
252
  default?: (() => import('vue').VNodeChild) | undefined;
253
253
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
254
- } | {
255
- $stable?: boolean | undefined;
256
- } | (() => import('vue').VNodeChild);
257
- "v-slots"?: {
258
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
259
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
260
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
254
+ };
255
+ 'v-slots'?: {
261
256
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
262
257
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
263
258
  props: Record<string, any>;
264
259
  }) => import('vue').VNodeChild) | undefined;
265
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
266
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
260
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
267
261
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
268
262
  label: string | undefined;
269
263
  props: Record<string, any>;
270
264
  }) => import('vue').VNodeChild) | undefined;
265
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
266
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
271
267
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
268
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
269
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
272
270
  default?: false | (() => import('vue').VNodeChild) | undefined;
273
271
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
274
272
  } | undefined;
275
273
  } & {
276
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
277
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
274
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
278
275
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
279
276
  props: Record<string, any>;
280
277
  }) => import('vue').VNodeChild) | undefined;
281
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
282
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
283
278
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
284
279
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
285
280
  label: string | undefined;
286
281
  props: Record<string, any>;
287
282
  }) => import('vue').VNodeChild) | undefined;
288
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
289
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
283
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
290
284
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
285
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
291
286
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
287
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
288
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
289
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
292
290
  } & {
293
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
294
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
295
291
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
296
292
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
297
- }, HTMLInputElement & Omit<Omit<{
293
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
294
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
295
+ }, Omit<Omit<{
298
296
  $: import('vue').ComponentInternalInstance;
299
297
  $data: {};
300
298
  $props: Partial<{
299
+ error: boolean;
300
+ direction: "vertical" | "horizontal";
301
301
  style: import('vue').StyleValue;
302
- focused: boolean;
303
302
  disabled: boolean | null;
304
- error: boolean;
305
- errorMessages: string | readonly string[] | null;
306
- maxErrors: string | number;
307
303
  readonly: boolean | null;
304
+ messages: string | readonly string[];
308
305
  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>))[];
306
+ focused: boolean;
307
+ errorMessages: string | readonly string[] | null;
308
+ maxErrors: string | number;
309
309
  density: import('vuetify/lib/composables/density.mjs').Density;
310
310
  centerAffix: boolean;
311
311
  glow: boolean;
312
312
  hideSpinButtons: boolean;
313
313
  persistentHint: boolean;
314
- messages: string | readonly string[];
315
- direction: "vertical" | "horizontal";
316
314
  }> & Omit<{
317
- theme?: string | undefined;
318
- class?: any;
319
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
320
- focused: boolean;
321
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
322
- disabled: boolean | null;
323
315
  error: boolean;
324
- errorMessages: string | readonly string[] | null;
325
- maxErrors: string | number;
326
- name?: string | undefined;
327
- label?: string | undefined;
316
+ direction: "vertical" | "horizontal";
317
+ style: import('vue').StyleValue;
318
+ disabled: boolean | null;
328
319
  readonly: boolean | null;
320
+ messages: string | readonly string[];
329
321
  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>))[];
330
- 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;
331
- validationValue?: any;
322
+ focused: boolean;
323
+ errorMessages: string | readonly string[] | null;
324
+ maxErrors: string | number;
332
325
  density: import('vuetify/lib/composables/density.mjs').Density;
333
- maxWidth?: string | number | undefined;
334
- minWidth?: string | number | undefined;
335
- width?: string | number | undefined;
336
- id?: string | undefined;
337
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
338
- baseColor?: string | undefined;
339
326
  centerAffix: boolean;
340
- color?: string | undefined;
341
327
  glow: boolean;
342
- iconColor?: string | boolean | undefined;
343
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
344
- hideDetails?: boolean | "auto" | undefined;
345
328
  hideSpinButtons: boolean;
346
- hint?: string | undefined;
347
- persistentHint: boolean; /**
329
+ persistentHint: boolean;
330
+ name?: string | undefined;
331
+ id?: string | undefined;
332
+ width?: string | number | undefined;
333
+ color?: string | undefined;
334
+ maxWidth?: string | number | undefined;
335
+ minWidth?: string | number | undefined; /**
348
336
  * =====================
349
337
  * Validation setup (safe wrapper for readonly)
350
338
  * =====================
351
339
  */
352
- messages: string | readonly string[];
353
- direction: "vertical" | "horizontal";
354
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
355
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
356
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
340
+ label?: string | undefined;
341
+ class?: any;
342
+ theme?: string | undefined;
343
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
344
+ 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;
345
+ validationValue?: any;
346
+ baseColor?: string | undefined;
347
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
348
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
349
+ iconColor?: string | boolean | undefined;
350
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
351
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
352
+ hint?: string | undefined;
353
+ hideDetails?: boolean | "auto" | undefined;
354
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
357
355
  $attrs: {
358
356
  [x: string]: unknown;
359
357
  };
@@ -383,42 +381,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
383
381
  $emit: (event: string, ...args: any[]) => void;
384
382
  $el: any;
385
383
  $options: import('vue').ComponentOptionsBase<{
386
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
387
- focused: boolean;
388
- disabled: boolean | null;
389
384
  error: boolean;
390
- errorMessages: string | readonly string[] | null;
391
- maxErrors: string | number;
385
+ direction: "vertical" | "horizontal";
386
+ style: import('vue').StyleValue;
387
+ disabled: boolean | null;
392
388
  readonly: boolean | null;
389
+ messages: string | readonly string[];
393
390
  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>))[];
391
+ focused: boolean;
392
+ errorMessages: string | readonly string[] | null;
393
+ maxErrors: string | number;
394
394
  density: import('vuetify/lib/composables/density.mjs').Density;
395
395
  centerAffix: boolean;
396
396
  glow: boolean;
397
397
  hideSpinButtons: boolean;
398
398
  persistentHint: boolean;
399
- messages: string | readonly string[];
400
- direction: "vertical" | "horizontal";
401
399
  } & {
402
- theme?: string | undefined;
403
- class?: any;
404
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
405
400
  name?: string | undefined;
406
- label?: string | undefined;
407
- 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;
408
- validationValue?: any;
401
+ id?: string | undefined;
402
+ width?: string | number | undefined;
403
+ color?: string | undefined;
409
404
  maxWidth?: string | number | undefined;
410
405
  minWidth?: string | number | undefined;
411
- width?: string | number | undefined;
412
- id?: string | undefined;
413
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
406
+ label?: string | undefined;
407
+ class?: any;
408
+ theme?: string | undefined;
409
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
410
+ 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;
411
+ validationValue?: any;
414
412
  baseColor?: string | undefined;
415
- color?: string | undefined;
416
- iconColor?: string | boolean | undefined;
417
413
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
418
- hideDetails?: boolean | "auto" | undefined;
414
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
415
+ iconColor?: string | boolean | undefined;
416
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
417
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
419
418
  hint?: string | undefined;
420
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
421
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
419
+ hideDetails?: boolean | "auto" | undefined;
422
420
  }, {
423
421
  reset: () => Promise<void>;
424
422
  resetValidation: () => Promise<void>;
@@ -426,23 +424,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
426
424
  isValid: import('vue').ComputedRef<boolean | null>;
427
425
  errorMessages: import('vue').ComputedRef<string[]>;
428
426
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
429
- "update:modelValue": (value: any) => true;
430
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
427
+ 'update:modelValue': (value: any) => true;
428
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
429
+ error: boolean;
430
+ direction: "vertical" | "horizontal";
431
431
  style: import('vue').StyleValue;
432
- focused: boolean;
433
432
  disabled: boolean | null;
434
- error: boolean;
435
- errorMessages: string | readonly string[] | null;
436
- maxErrors: string | number;
437
433
  readonly: boolean | null;
434
+ messages: string | readonly string[];
438
435
  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>))[];
436
+ focused: boolean;
437
+ errorMessages: string | readonly string[] | null;
438
+ maxErrors: string | number;
439
439
  density: import('vuetify/lib/composables/density.mjs').Density;
440
440
  centerAffix: boolean;
441
441
  glow: boolean;
442
442
  hideSpinButtons: boolean;
443
443
  persistentHint: boolean;
444
- messages: string | readonly string[];
445
- direction: "vertical" | "horizontal";
446
444
  }, {}, string, import('vue').SlotsType<Partial<{
447
445
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
448
446
  [key: string]: any;
@@ -460,79 +458,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
460
458
  [key: string]: any;
461
459
  }>[];
462
460
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
463
- beforeCreate?: (() => void)[] | (() => void) | undefined;
464
- created?: (() => void)[] | (() => void) | undefined;
465
- beforeMount?: (() => void)[] | (() => void) | undefined;
466
- mounted?: (() => void)[] | (() => void) | undefined;
467
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
468
- updated?: (() => void)[] | (() => void) | undefined;
469
- activated?: (() => void)[] | (() => void) | undefined;
470
- deactivated?: (() => void)[] | (() => void) | undefined;
471
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
472
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
473
- destroyed?: (() => void)[] | (() => void) | undefined;
474
- unmounted?: (() => void)[] | (() => void) | undefined;
475
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
476
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
477
- 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;
461
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
462
+ created?: (() => void) | (() => void)[] | undefined;
463
+ beforeMount?: (() => void) | (() => void)[] | undefined;
464
+ mounted?: (() => void) | (() => void)[] | undefined;
465
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
466
+ updated?: (() => void) | (() => void)[] | undefined;
467
+ activated?: (() => void) | (() => void)[] | undefined;
468
+ deactivated?: (() => void) | (() => void)[] | undefined;
469
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
470
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
471
+ destroyed?: (() => void) | (() => void)[] | undefined;
472
+ unmounted?: (() => void) | (() => void)[] | undefined;
473
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
474
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
475
+ 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;
478
476
  };
479
477
  $forceUpdate: () => void;
480
478
  $nextTick: typeof nextTick;
481
479
  $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;
482
480
  } & Readonly<{
481
+ error: boolean;
482
+ direction: "vertical" | "horizontal";
483
483
  style: import('vue').StyleValue;
484
- focused: boolean;
485
484
  disabled: boolean | null;
486
- error: boolean;
487
- errorMessages: string | readonly string[] | null;
488
- maxErrors: string | number;
489
485
  readonly: boolean | null;
486
+ messages: string | readonly string[];
490
487
  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>))[];
488
+ focused: boolean;
489
+ errorMessages: string | readonly string[] | null;
490
+ maxErrors: string | number;
491
491
  density: import('vuetify/lib/composables/density.mjs').Density;
492
492
  centerAffix: boolean;
493
493
  glow: boolean;
494
494
  hideSpinButtons: boolean;
495
495
  persistentHint: boolean;
496
- messages: string | readonly string[];
497
- direction: "vertical" | "horizontal";
498
496
  }> & Omit<{
499
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
500
- focused: boolean;
501
- disabled: boolean | null;
502
497
  error: boolean;
503
- errorMessages: string | readonly string[] | null;
504
- maxErrors: string | number;
498
+ direction: "vertical" | "horizontal";
499
+ style: import('vue').StyleValue;
500
+ disabled: boolean | null;
505
501
  readonly: boolean | null;
502
+ messages: string | readonly string[];
506
503
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
504
+ focused: boolean;
505
+ errorMessages: string | readonly string[] | null;
506
+ maxErrors: string | number;
507
507
  density: import('vuetify/lib/composables/density.mjs').Density;
508
508
  centerAffix: boolean;
509
509
  glow: boolean;
510
510
  hideSpinButtons: boolean;
511
511
  persistentHint: boolean;
512
- messages: string | readonly string[];
513
- direction: "vertical" | "horizontal";
514
512
  } & {
515
- theme?: string | undefined;
516
- class?: any;
517
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
518
513
  name?: string | undefined;
519
- label?: string | undefined;
520
- 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;
521
- validationValue?: any;
514
+ id?: string | undefined;
515
+ width?: string | number | undefined;
516
+ color?: string | undefined;
522
517
  maxWidth?: string | number | undefined;
523
518
  minWidth?: string | number | undefined;
524
- width?: string | number | undefined;
525
- id?: string | undefined;
526
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
519
+ label?: string | undefined;
520
+ class?: any;
521
+ theme?: string | undefined;
522
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
523
+ 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;
524
+ validationValue?: any;
527
525
  baseColor?: string | undefined;
528
- color?: string | undefined;
529
- iconColor?: string | boolean | undefined;
530
526
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
531
- hideDetails?: boolean | "auto" | undefined;
527
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
528
+ iconColor?: string | boolean | undefined;
529
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
530
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
532
531
  hint?: string | undefined;
533
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
534
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
535
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
532
+ hideDetails?: boolean | "auto" | undefined;
533
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
536
534
  reset: () => Promise<void>;
537
535
  resetValidation: () => Promise<void>;
538
536
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -540,64 +538,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
540
538
  errorMessages: import('vue').ComputedRef<string[]>;
541
539
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
542
540
  modelValue?: unknown;
543
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
544
- }, 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<{
541
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
542
+ }, 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<{
545
543
  $: import('vue').ComponentInternalInstance;
546
544
  $data: {};
547
545
  $props: Partial<{
548
- style: import('vue').StyleValue;
546
+ flat: boolean;
547
+ reverse: boolean;
548
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
549
+ error: boolean;
550
+ active: boolean;
551
+ details: boolean;
552
+ style: import('vue').StyleValue;
553
+ disabled: boolean;
549
554
  focused: boolean;
550
555
  rounded: string | number | boolean;
551
556
  tile: boolean;
552
- clearable: boolean;
553
557
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
554
- active: boolean;
555
558
  centerAffix: boolean;
556
- dirty: boolean;
557
- disabled: boolean;
558
559
  glow: boolean;
559
- error: boolean;
560
- flat: boolean;
560
+ clearable: boolean;
561
+ dirty: boolean;
561
562
  persistentClear: boolean;
562
- reverse: boolean;
563
563
  singleLine: boolean;
564
+ }> & Omit<{
565
+ flat: boolean;
566
+ reverse: boolean;
564
567
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
568
+ error: boolean;
569
+ active: boolean;
565
570
  details: boolean;
566
- }> & Omit<{
567
- theme?: string | undefined;
568
- class?: any;
569
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
571
+ style: import('vue').StyleValue;
572
+ disabled: boolean;
570
573
  focused: boolean;
571
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
572
- rounded?: string | number | boolean | undefined;
573
574
  tile: boolean;
574
- loading?: string | boolean | undefined;
575
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
576
- bgColor?: string | undefined;
577
- clearable: boolean;
578
575
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
579
- active: boolean;
580
- centerAffix?: boolean | undefined;
581
- color?: string | undefined;
582
- baseColor?: string | undefined;
583
- dirty: boolean;
584
- disabled: boolean;
585
576
  glow: boolean;
586
- error: boolean;
587
- flat: boolean;
588
- iconColor?: string | boolean | undefined;
589
- label?: string | undefined;
577
+ clearable: boolean;
578
+ dirty: boolean;
590
579
  persistentClear: boolean;
591
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
592
- reverse: boolean;
593
580
  singleLine: boolean;
594
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
595
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
596
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
597
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
598
581
  id?: string | undefined;
599
- details: boolean;
600
- } & 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">;
582
+ color?: string | undefined;
583
+ loading?: string | boolean | undefined;
584
+ label?: string | undefined;
585
+ class?: any;
586
+ theme?: string | undefined;
587
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
588
+ rounded?: string | number | boolean | undefined;
589
+ baseColor?: string | undefined;
590
+ bgColor?: string | undefined;
591
+ iconColor?: string | boolean | undefined;
592
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
593
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
594
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
595
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
596
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
597
+ centerAffix?: boolean | undefined;
598
+ } & 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">;
601
599
  $attrs: {
602
600
  [x: string]: unknown;
603
601
  };
@@ -610,10 +608,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
610
608
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
611
609
  [key: string]: any;
612
610
  }>[]) | undefined;
613
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
611
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
614
612
  [key: string]: any;
615
613
  }>[]) | undefined;
616
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
614
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
617
615
  [key: string]: any;
618
616
  }>[]) | undefined;
619
617
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -635,77 +633,77 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
635
633
  $emit: (event: "update:focused", focused: boolean) => void;
636
634
  $el: any;
637
635
  $options: import('vue').ComponentOptionsBase<{
638
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
636
+ flat: boolean;
637
+ reverse: boolean;
638
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
639
+ error: boolean;
640
+ active: boolean;
641
+ details: boolean;
642
+ style: import('vue').StyleValue;
643
+ disabled: boolean;
639
644
  focused: boolean;
640
645
  tile: boolean;
641
- clearable: boolean;
642
646
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
643
- active: boolean;
644
- dirty: boolean;
645
- disabled: boolean;
646
647
  glow: boolean;
647
- error: boolean;
648
- flat: boolean;
648
+ clearable: boolean;
649
+ dirty: boolean;
649
650
  persistentClear: boolean;
650
- reverse: boolean;
651
651
  singleLine: boolean;
652
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
653
- details: boolean;
654
652
  } & {
655
- theme?: string | undefined;
653
+ id?: string | undefined;
654
+ color?: string | undefined;
655
+ loading?: string | boolean | undefined;
656
+ label?: string | undefined;
656
657
  class?: any;
657
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
658
+ theme?: string | undefined;
659
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
658
660
  rounded?: string | number | boolean | undefined;
659
- loading?: string | boolean | undefined;
660
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
661
- bgColor?: string | undefined;
662
- centerAffix?: boolean | undefined;
663
- color?: string | undefined;
664
661
  baseColor?: string | undefined;
662
+ bgColor?: string | undefined;
665
663
  iconColor?: string | boolean | undefined;
666
- label?: string | undefined;
664
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
667
665
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
668
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
669
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
670
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
671
- id?: string | undefined;
666
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
667
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
668
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
669
+ centerAffix?: boolean | undefined;
672
670
  } & {
673
671
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
674
672
  }, {
675
673
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
676
674
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
677
675
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
678
- "update:focused": (focused: boolean) => true;
679
- "update:modelValue": (value: any) => true;
680
- }, "$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, {
676
+ 'update:focused': (focused: boolean) => true;
677
+ 'update:modelValue': (value: any) => true;
678
+ }, "$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, {
679
+ flat: boolean;
680
+ reverse: boolean;
681
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
682
+ error: boolean;
683
+ active: boolean;
684
+ details: boolean;
681
685
  style: import('vue').StyleValue;
686
+ disabled: boolean;
682
687
  focused: boolean;
683
688
  rounded: string | number | boolean;
684
689
  tile: boolean;
685
- clearable: boolean;
686
690
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
687
- active: boolean;
688
691
  centerAffix: boolean;
689
- dirty: boolean;
690
- disabled: boolean;
691
692
  glow: boolean;
692
- error: boolean;
693
- flat: boolean;
693
+ clearable: boolean;
694
+ dirty: boolean;
694
695
  persistentClear: boolean;
695
- reverse: boolean;
696
696
  singleLine: boolean;
697
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
698
- details: boolean;
699
697
  }, {}, string, import('vue').SlotsType<Partial<{
700
698
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
701
699
  props: Record<string, any>;
702
700
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
703
701
  [key: string]: any;
704
702
  }>[];
705
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
703
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
706
704
  [key: string]: any;
707
705
  }>[];
708
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
706
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
709
707
  [key: string]: any;
710
708
  }>[];
711
709
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -721,88 +719,88 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
721
719
  [key: string]: any;
722
720
  }>[];
723
721
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
724
- beforeCreate?: (() => void)[] | (() => void) | undefined;
725
- created?: (() => void)[] | (() => void) | undefined;
726
- beforeMount?: (() => void)[] | (() => void) | undefined;
727
- mounted?: (() => void)[] | (() => void) | undefined;
728
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
729
- updated?: (() => void)[] | (() => void) | undefined;
730
- activated?: (() => void)[] | (() => void) | undefined;
731
- deactivated?: (() => void)[] | (() => void) | undefined;
732
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
733
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
734
- destroyed?: (() => void)[] | (() => void) | undefined;
735
- unmounted?: (() => void)[] | (() => void) | undefined;
736
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
737
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
738
- 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;
722
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
723
+ created?: (() => void) | (() => void)[] | undefined;
724
+ beforeMount?: (() => void) | (() => void)[] | undefined;
725
+ mounted?: (() => void) | (() => void)[] | undefined;
726
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
727
+ updated?: (() => void) | (() => void)[] | undefined;
728
+ activated?: (() => void) | (() => void)[] | undefined;
729
+ deactivated?: (() => void) | (() => void)[] | undefined;
730
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
731
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
732
+ destroyed?: (() => void) | (() => void)[] | undefined;
733
+ unmounted?: (() => void) | (() => void)[] | undefined;
734
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
735
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
736
+ 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;
739
737
  };
740
738
  $forceUpdate: () => void;
741
739
  $nextTick: typeof nextTick;
742
740
  $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;
743
741
  } & Readonly<{
742
+ flat: boolean;
743
+ reverse: boolean;
744
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
745
+ error: boolean;
746
+ active: boolean;
747
+ details: boolean;
744
748
  style: import('vue').StyleValue;
749
+ disabled: boolean;
745
750
  focused: boolean;
746
751
  rounded: string | number | boolean;
747
752
  tile: boolean;
748
- clearable: boolean;
749
753
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
750
- active: boolean;
751
754
  centerAffix: boolean;
752
- dirty: boolean;
753
- disabled: boolean;
754
755
  glow: boolean;
755
- error: boolean;
756
- flat: boolean;
756
+ clearable: boolean;
757
+ dirty: boolean;
757
758
  persistentClear: boolean;
758
- reverse: boolean;
759
759
  singleLine: boolean;
760
+ }> & Omit<{
761
+ flat: boolean;
762
+ reverse: boolean;
760
763
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
764
+ error: boolean;
765
+ active: boolean;
761
766
  details: boolean;
762
- }> & Omit<{
763
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
767
+ style: import('vue').StyleValue;
768
+ disabled: boolean;
764
769
  focused: boolean;
765
770
  tile: boolean;
766
- clearable: boolean;
767
771
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
768
- active: boolean;
769
- dirty: boolean;
770
- disabled: boolean;
771
772
  glow: boolean;
772
- error: boolean;
773
- flat: boolean;
773
+ clearable: boolean;
774
+ dirty: boolean;
774
775
  persistentClear: boolean;
775
- reverse: boolean;
776
776
  singleLine: boolean;
777
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
778
- details: boolean;
779
777
  } & {
780
- theme?: string | undefined;
778
+ id?: string | undefined;
779
+ color?: string | undefined;
780
+ loading?: string | boolean | undefined;
781
+ label?: string | undefined;
781
782
  class?: any;
782
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
783
+ theme?: string | undefined;
784
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
783
785
  rounded?: string | number | boolean | undefined;
784
- loading?: string | boolean | undefined;
785
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
786
- bgColor?: string | undefined;
787
- centerAffix?: boolean | undefined;
788
- color?: string | undefined;
789
786
  baseColor?: string | undefined;
787
+ bgColor?: string | undefined;
790
788
  iconColor?: string | boolean | undefined;
791
- label?: string | undefined;
789
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
792
790
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
793
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
794
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
795
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
796
- id?: string | undefined;
791
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
792
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
793
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
794
+ centerAffix?: boolean | undefined;
797
795
  } & {
798
796
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
799
- }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
797
+ }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
800
798
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
801
799
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
802
800
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
803
801
  modelValue?: unknown;
804
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
805
- }, 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}`> & {
802
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
803
+ }, 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}`> & {
806
804
  _allExposed: {} | {
807
805
  reset: () => Promise<void>;
808
806
  resetValidation: () => Promise<void>;
@@ -814,51 +812,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
814
812
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
815
813
  };
816
814
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
817
- "click:control": (e: MouseEvent) => true;
818
- "mousedown:control": (e: MouseEvent) => true;
819
- "update:focused": (focused: boolean) => true;
820
- "update:modelValue": (val: string) => true;
815
+ 'click:control': (e: MouseEvent) => true;
816
+ 'mousedown:control': (e: MouseEvent) => true;
817
+ 'update:focused': (focused: boolean) => true;
818
+ 'update:modelValue': (val: string) => true;
821
819
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
820
+ flat: boolean;
821
+ reverse: boolean;
822
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
823
+ type: string;
824
+ error: boolean;
825
+ active: boolean;
826
+ direction: "vertical" | "horizontal";
827
+ details: boolean;
822
828
  style: import('vue').StyleValue;
829
+ autofocus: boolean;
830
+ disabled: boolean;
831
+ readonly: boolean | null;
832
+ messages: string | readonly string[];
833
+ 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>))[];
823
834
  focused: boolean;
824
835
  errorMessages: string | readonly string[] | null;
825
836
  maxErrors: string | number;
826
- readonly: boolean | null;
827
- 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>))[];
828
837
  density: import('vuetify/lib/composables/density.mjs').Density;
829
838
  rounded: string | number | boolean;
830
839
  tile: boolean;
840
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
841
+ centerAffix: boolean;
842
+ glow: boolean;
831
843
  hideSpinButtons: boolean;
832
844
  persistentHint: boolean;
833
- messages: string | readonly string[];
834
- direction: "vertical" | "horizontal";
835
845
  clearable: boolean;
836
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
837
- active: boolean;
838
- centerAffix: boolean;
839
846
  dirty: boolean;
840
- disabled: boolean;
841
- glow: boolean;
842
- error: boolean;
843
- flat: boolean;
844
847
  persistentClear: boolean;
845
- reverse: boolean;
846
848
  singleLine: boolean;
847
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
848
- autofocus: boolean;
849
849
  persistentPlaceholder: boolean;
850
850
  persistentCounter: boolean;
851
- type: string;
852
851
  }, true, {}, import('vue').SlotsType<Partial<{
853
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
854
- [key: string]: any;
855
- }>[];
856
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
857
- [key: string]: any;
858
- }>[];
859
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
860
- [key: string]: any;
861
- }>[];
862
852
  message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
863
853
  [key: string]: any;
864
854
  }>[];
@@ -867,10 +857,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
867
857
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
868
858
  [key: string]: any;
869
859
  }>[];
870
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
871
- [key: string]: any;
872
- }>[];
873
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
860
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
874
861
  [key: string]: any;
875
862
  }>[];
876
863
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -879,9 +866,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
879
866
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
880
867
  [key: string]: any;
881
868
  }>[];
869
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
870
+ [key: string]: any;
871
+ }>[];
872
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
873
+ [key: string]: any;
874
+ }>[];
882
875
  loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
883
876
  [key: string]: any;
884
877
  }>[];
878
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
879
+ [key: string]: any;
880
+ }>[];
881
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
882
+ [key: string]: any;
883
+ }>[];
885
884
  default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
886
885
  [key: string]: any;
887
886
  }>[];
@@ -896,190 +895,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
896
895
  M: {};
897
896
  Defaults: {};
898
897
  }, {
899
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
898
+ flat: boolean;
899
+ reverse: boolean;
900
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
901
+ type: string;
902
+ error: boolean;
903
+ active: boolean;
904
+ direction: "vertical" | "horizontal";
905
+ details: boolean;
906
+ style: import('vue').StyleValue;
907
+ autofocus: boolean;
908
+ disabled: boolean;
909
+ readonly: boolean | null;
910
+ messages: string | readonly string[];
911
+ 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>))[];
900
912
  focused: boolean;
901
913
  errorMessages: string | readonly string[] | null;
902
914
  maxErrors: string | number;
903
- readonly: boolean | null;
904
- 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>))[];
905
915
  density: import('vuetify/lib/composables/density.mjs').Density;
906
916
  tile: boolean;
917
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
918
+ glow: boolean;
907
919
  hideSpinButtons: boolean;
908
920
  persistentHint: boolean;
909
- messages: string | readonly string[];
910
- direction: "vertical" | "horizontal";
911
921
  clearable: boolean;
912
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
913
- active: boolean;
914
922
  dirty: boolean;
915
- disabled: boolean;
916
- glow: boolean;
917
- error: boolean;
918
- flat: boolean;
919
923
  persistentClear: boolean;
920
- reverse: boolean;
921
924
  singleLine: boolean;
922
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
923
- autofocus: boolean;
924
925
  persistentPlaceholder: boolean;
925
926
  persistentCounter: boolean;
926
- type: string;
927
927
  } & {
928
- theme?: string | undefined;
929
- class?: any;
930
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
931
928
  name?: string | undefined;
932
- modelValue?: any;
933
- 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;
934
- validationValue?: any;
935
- rounded?: string | number | boolean | undefined;
929
+ id?: string | undefined;
930
+ width?: string | number | undefined;
931
+ color?: string | undefined;
936
932
  maxWidth?: string | number | undefined;
937
933
  minWidth?: string | number | undefined;
938
- width?: string | number | undefined;
939
934
  loading?: string | boolean | undefined;
940
- id?: string | undefined;
941
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
942
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
943
- hideDetails?: boolean | "auto" | undefined;
944
- hint?: string | undefined;
945
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
946
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
947
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
948
- bgColor?: string | undefined;
949
- centerAffix?: boolean | undefined;
950
- color?: string | undefined;
951
- baseColor?: string | undefined;
952
- iconColor?: string | boolean | undefined;
953
935
  label?: string | undefined;
954
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
955
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
956
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
957
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
958
- autocomplete?: string | undefined;
959
- counter?: string | number | boolean | undefined;
960
- counterValue?: number | ((value: any) => number) | undefined;
961
936
  prefix?: string | undefined;
937
+ role?: string | undefined;
938
+ class?: any;
939
+ theme?: string | undefined;
962
940
  placeholder?: string | undefined;
941
+ counter?: string | number | boolean | undefined;
942
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
943
+ modelValue?: any;
944
+ 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;
945
+ validationValue?: any;
946
+ rounded?: string | number | boolean | undefined;
947
+ baseColor?: string | undefined;
948
+ bgColor?: string | undefined;
949
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
950
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
951
+ iconColor?: string | boolean | undefined;
952
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
953
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
954
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
955
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
956
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
957
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
958
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
959
+ centerAffix?: boolean | undefined;
960
+ hint?: string | undefined;
961
+ hideDetails?: boolean | "auto" | undefined;
963
962
  suffix?: string | undefined;
964
- role?: string | undefined;
963
+ counterValue?: number | ((value: any) => number) | undefined;
965
964
  modelModifiers?: Record<string, boolean> | undefined;
966
965
  } & {
967
966
  $children?: import('vue').VNodeChild | {
968
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
969
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
970
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
967
+ $stable?: boolean | undefined;
968
+ } | (() => import('vue').VNodeChild) | {
971
969
  message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
972
970
  clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
973
971
  props: Record<string, any>;
974
972
  }) => import('vue').VNodeChild) | undefined;
975
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
976
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
973
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
977
974
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
978
975
  label: string | undefined;
979
976
  props: Record<string, any>;
980
977
  }) => import('vue').VNodeChild) | undefined;
978
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
979
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
981
980
  loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
981
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
982
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
982
983
  default?: (() => import('vue').VNodeChild) | undefined;
983
984
  counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
984
- } | {
985
- $stable?: boolean | undefined;
986
- } | (() => import('vue').VNodeChild);
987
- "v-slots"?: {
988
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
989
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
990
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
985
+ };
986
+ 'v-slots'?: {
991
987
  message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
992
988
  clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
993
989
  props: Record<string, any>;
994
990
  }) => import('vue').VNodeChild) | undefined;
995
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
996
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
991
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
997
992
  label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
998
993
  label: string | undefined;
999
994
  props: Record<string, any>;
1000
995
  }) => import('vue').VNodeChild) | undefined;
996
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
997
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1001
998
  loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
999
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1000
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1002
1001
  default?: false | (() => import('vue').VNodeChild) | undefined;
1003
1002
  counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1004
1003
  } | undefined;
1005
1004
  } & {
1006
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1007
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1005
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1008
1006
  "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1009
1007
  props: Record<string, any>;
1010
1008
  }) => import('vue').VNodeChild) | undefined;
1011
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1012
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1013
1009
  "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1014
1010
  "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1015
1011
  label: string | undefined;
1016
1012
  props: Record<string, any>;
1017
1013
  }) => import('vue').VNodeChild) | undefined;
1018
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1019
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1014
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1020
1015
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1016
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
1021
1017
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1018
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1019
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1020
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
1022
1021
  } & {
1023
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1024
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1025
1022
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1026
1023
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1027
- }, HTMLInputElement & Omit<Omit<{
1024
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1025
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1026
+ }, Omit<Omit<{
1028
1027
  $: import('vue').ComponentInternalInstance;
1029
1028
  $data: {};
1030
1029
  $props: Partial<{
1030
+ error: boolean;
1031
+ direction: "vertical" | "horizontal";
1031
1032
  style: import('vue').StyleValue;
1032
- focused: boolean;
1033
1033
  disabled: boolean | null;
1034
- error: boolean;
1035
- errorMessages: string | readonly string[] | null;
1036
- maxErrors: string | number;
1037
1034
  readonly: boolean | null;
1035
+ messages: string | readonly string[];
1038
1036
  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
+ focused: boolean;
1038
+ errorMessages: string | readonly string[] | null;
1039
+ maxErrors: string | number;
1039
1040
  density: import('vuetify/lib/composables/density.mjs').Density;
1040
1041
  centerAffix: boolean;
1041
1042
  glow: boolean;
1042
1043
  hideSpinButtons: boolean;
1043
1044
  persistentHint: boolean;
1044
- messages: string | readonly string[];
1045
- direction: "vertical" | "horizontal";
1046
1045
  }> & Omit<{
1047
- theme?: string | undefined;
1048
- class?: any;
1049
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1050
- focused: boolean;
1051
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1052
- disabled: boolean | null;
1053
1046
  error: boolean;
1054
- errorMessages: string | readonly string[] | null;
1055
- maxErrors: string | number;
1056
- name?: string | undefined;
1057
- label?: string | undefined;
1047
+ direction: "vertical" | "horizontal";
1048
+ style: import('vue').StyleValue;
1049
+ disabled: boolean | null;
1058
1050
  readonly: boolean | null;
1051
+ messages: string | readonly string[];
1059
1052
  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>))[];
1060
- 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;
1061
- validationValue?: any;
1053
+ focused: boolean;
1054
+ errorMessages: string | readonly string[] | null;
1055
+ maxErrors: string | number;
1062
1056
  density: import('vuetify/lib/composables/density.mjs').Density;
1057
+ centerAffix: boolean;
1058
+ glow: boolean;
1059
+ hideSpinButtons: boolean;
1060
+ persistentHint: boolean;
1061
+ name?: string | undefined;
1062
+ id?: string | undefined;
1063
+ width?: string | number | undefined;
1064
+ color?: string | undefined;
1063
1065
  maxWidth?: string | number | undefined;
1064
1066
  minWidth?: string | number | undefined;
1065
- width?: string | number | undefined;
1066
- id?: string | undefined;
1067
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1067
+ label?: string | undefined;
1068
+ class?: any;
1069
+ theme?: string | undefined;
1070
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1071
+ 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;
1072
+ validationValue?: any;
1068
1073
  baseColor?: string | undefined;
1069
- centerAffix: boolean;
1070
- color?: string | undefined;
1071
- glow: boolean;
1072
- iconColor?: string | boolean | undefined;
1073
1074
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1074
- hideDetails?: boolean | "auto" | undefined;
1075
- hideSpinButtons: boolean;
1075
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1076
+ iconColor?: string | boolean | undefined;
1077
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1078
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1076
1079
  hint?: string | undefined;
1077
- persistentHint: boolean;
1078
- messages: string | readonly string[];
1079
- direction: "vertical" | "horizontal";
1080
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1081
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1082
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
1080
+ hideDetails?: boolean | "auto" | undefined;
1081
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
1083
1082
  $attrs: {
1084
1083
  [x: string]: unknown;
1085
1084
  };
@@ -1109,42 +1108,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1109
1108
  $emit: (event: string, ...args: any[]) => void;
1110
1109
  $el: any;
1111
1110
  $options: import('vue').ComponentOptionsBase<{
1112
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1113
- focused: boolean;
1114
- disabled: boolean | null;
1115
1111
  error: boolean;
1116
- errorMessages: string | readonly string[] | null;
1117
- maxErrors: string | number;
1112
+ direction: "vertical" | "horizontal";
1113
+ style: import('vue').StyleValue;
1114
+ disabled: boolean | null;
1118
1115
  readonly: boolean | null;
1116
+ messages: string | readonly string[];
1119
1117
  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>))[];
1118
+ focused: boolean;
1119
+ errorMessages: string | readonly string[] | null;
1120
+ maxErrors: string | number;
1120
1121
  density: import('vuetify/lib/composables/density.mjs').Density;
1121
1122
  centerAffix: boolean;
1122
1123
  glow: boolean;
1123
1124
  hideSpinButtons: boolean;
1124
1125
  persistentHint: boolean;
1125
- messages: string | readonly string[];
1126
- direction: "vertical" | "horizontal";
1127
1126
  } & {
1128
- theme?: string | undefined;
1129
- class?: any;
1130
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1131
1127
  name?: string | undefined;
1132
- label?: string | undefined;
1133
- 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;
1134
- validationValue?: any;
1128
+ id?: string | undefined;
1129
+ width?: string | number | undefined;
1130
+ color?: string | undefined;
1135
1131
  maxWidth?: string | number | undefined;
1136
1132
  minWidth?: string | number | undefined;
1137
- width?: string | number | undefined;
1138
- id?: string | undefined;
1139
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1133
+ label?: string | undefined;
1134
+ class?: any;
1135
+ theme?: string | undefined;
1136
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1137
+ 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;
1138
+ validationValue?: any;
1140
1139
  baseColor?: string | undefined;
1141
- color?: string | undefined;
1142
- iconColor?: string | boolean | undefined;
1143
1140
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1144
- hideDetails?: boolean | "auto" | undefined;
1141
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1142
+ iconColor?: string | boolean | undefined;
1143
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1144
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1145
1145
  hint?: string | undefined;
1146
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1147
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1146
+ hideDetails?: boolean | "auto" | undefined;
1148
1147
  }, {
1149
1148
  reset: () => Promise<void>;
1150
1149
  resetValidation: () => Promise<void>;
@@ -1152,23 +1151,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1152
1151
  isValid: import('vue').ComputedRef<boolean | null>;
1153
1152
  errorMessages: import('vue').ComputedRef<string[]>;
1154
1153
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1155
- "update:modelValue": (value: any) => true;
1156
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:message">, string, {
1154
+ 'update:modelValue': (value: any) => true;
1155
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
1156
+ error: boolean;
1157
+ direction: "vertical" | "horizontal";
1157
1158
  style: import('vue').StyleValue;
1158
- focused: boolean;
1159
1159
  disabled: boolean | null;
1160
- error: boolean;
1161
- errorMessages: string | readonly string[] | null;
1162
- maxErrors: string | number;
1163
1160
  readonly: boolean | null;
1161
+ messages: string | readonly string[];
1164
1162
  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>))[];
1163
+ focused: boolean;
1164
+ errorMessages: string | readonly string[] | null;
1165
+ maxErrors: string | number;
1165
1166
  density: import('vuetify/lib/composables/density.mjs').Density;
1166
1167
  centerAffix: boolean;
1167
1168
  glow: boolean;
1168
1169
  hideSpinButtons: boolean;
1169
1170
  persistentHint: boolean;
1170
- messages: string | readonly string[];
1171
- direction: "vertical" | "horizontal";
1172
1171
  }, {}, string, import('vue').SlotsType<Partial<{
1173
1172
  default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1174
1173
  [key: string]: any;
@@ -1186,79 +1185,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1186
1185
  [key: string]: any;
1187
1186
  }>[];
1188
1187
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1189
- beforeCreate?: (() => void)[] | (() => void) | undefined;
1190
- created?: (() => void)[] | (() => void) | undefined;
1191
- beforeMount?: (() => void)[] | (() => void) | undefined;
1192
- mounted?: (() => void)[] | (() => void) | undefined;
1193
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
1194
- updated?: (() => void)[] | (() => void) | undefined;
1195
- activated?: (() => void)[] | (() => void) | undefined;
1196
- deactivated?: (() => void)[] | (() => void) | undefined;
1197
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
1198
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
1199
- destroyed?: (() => void)[] | (() => void) | undefined;
1200
- unmounted?: (() => void)[] | (() => void) | undefined;
1201
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1202
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1203
- 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;
1188
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1189
+ created?: (() => void) | (() => void)[] | undefined;
1190
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1191
+ mounted?: (() => void) | (() => void)[] | undefined;
1192
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1193
+ updated?: (() => void) | (() => void)[] | undefined;
1194
+ activated?: (() => void) | (() => void)[] | undefined;
1195
+ deactivated?: (() => void) | (() => void)[] | undefined;
1196
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1197
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1198
+ destroyed?: (() => void) | (() => void)[] | undefined;
1199
+ unmounted?: (() => void) | (() => void)[] | undefined;
1200
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1201
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1202
+ 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;
1204
1203
  };
1205
1204
  $forceUpdate: () => void;
1206
1205
  $nextTick: typeof nextTick;
1207
1206
  $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;
1208
1207
  } & Readonly<{
1208
+ error: boolean;
1209
+ direction: "vertical" | "horizontal";
1209
1210
  style: import('vue').StyleValue;
1210
- focused: boolean;
1211
1211
  disabled: boolean | null;
1212
- error: boolean;
1213
- errorMessages: string | readonly string[] | null;
1214
- maxErrors: string | number;
1215
1212
  readonly: boolean | null;
1213
+ messages: string | readonly string[];
1216
1214
  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>))[];
1215
+ focused: boolean;
1216
+ errorMessages: string | readonly string[] | null;
1217
+ maxErrors: string | number;
1217
1218
  density: import('vuetify/lib/composables/density.mjs').Density;
1218
1219
  centerAffix: boolean;
1219
1220
  glow: boolean;
1220
1221
  hideSpinButtons: boolean;
1221
1222
  persistentHint: boolean;
1222
- messages: string | readonly string[];
1223
- direction: "vertical" | "horizontal";
1224
1223
  }> & Omit<{
1225
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1226
- focused: boolean;
1227
- disabled: boolean | null;
1228
1224
  error: boolean;
1229
- errorMessages: string | readonly string[] | null;
1230
- maxErrors: string | number;
1225
+ direction: "vertical" | "horizontal";
1226
+ style: import('vue').StyleValue;
1227
+ disabled: boolean | null;
1231
1228
  readonly: boolean | null;
1229
+ messages: string | readonly string[];
1232
1230
  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>))[];
1231
+ focused: boolean;
1232
+ errorMessages: string | readonly string[] | null;
1233
+ maxErrors: string | number;
1233
1234
  density: import('vuetify/lib/composables/density.mjs').Density;
1234
1235
  centerAffix: boolean;
1235
1236
  glow: boolean;
1236
1237
  hideSpinButtons: boolean;
1237
1238
  persistentHint: boolean;
1238
- messages: string | readonly string[];
1239
- direction: "vertical" | "horizontal";
1240
1239
  } & {
1241
- theme?: string | undefined;
1242
- class?: any;
1243
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1244
1240
  name?: string | undefined;
1245
- label?: string | undefined;
1246
- 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;
1247
- validationValue?: any;
1241
+ id?: string | undefined;
1242
+ width?: string | number | undefined;
1243
+ color?: string | undefined;
1248
1244
  maxWidth?: string | number | undefined;
1249
1245
  minWidth?: string | number | undefined;
1250
- width?: string | number | undefined;
1251
- id?: string | undefined;
1252
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1246
+ label?: string | undefined;
1247
+ class?: any;
1248
+ theme?: string | undefined;
1249
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1250
+ 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;
1251
+ validationValue?: any;
1253
1252
  baseColor?: string | undefined;
1254
- color?: string | undefined;
1255
- iconColor?: string | boolean | undefined;
1256
1253
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1257
- hideDetails?: boolean | "auto" | undefined;
1254
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1255
+ iconColor?: string | boolean | undefined;
1256
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1257
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1258
1258
  hint?: string | undefined;
1259
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1260
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1261
- }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
1259
+ hideDetails?: boolean | "auto" | undefined;
1260
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1262
1261
  reset: () => Promise<void>;
1263
1262
  resetValidation: () => Promise<void>;
1264
1263
  validate: (silent?: boolean | undefined) => Promise<string[]>;
@@ -1266,64 +1265,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1266
1265
  errorMessages: import('vue').ComputedRef<string[]>;
1267
1266
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1268
1267
  modelValue?: unknown;
1269
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1270
- }, 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<{
1268
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1269
+ }, 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<{
1271
1270
  $: import('vue').ComponentInternalInstance;
1272
1271
  $data: {};
1273
1272
  $props: Partial<{
1273
+ flat: boolean;
1274
+ reverse: boolean;
1275
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1276
+ error: boolean;
1277
+ active: boolean;
1278
+ details: boolean;
1274
1279
  style: import('vue').StyleValue;
1280
+ disabled: boolean;
1275
1281
  focused: boolean;
1276
1282
  rounded: string | number | boolean;
1277
1283
  tile: boolean;
1278
- clearable: boolean;
1279
1284
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1280
- active: boolean;
1281
1285
  centerAffix: boolean;
1282
- dirty: boolean;
1283
- disabled: boolean;
1284
1286
  glow: boolean;
1285
- error: boolean;
1286
- flat: boolean;
1287
+ clearable: boolean;
1288
+ dirty: boolean;
1287
1289
  persistentClear: boolean;
1288
- reverse: boolean;
1289
1290
  singleLine: boolean;
1291
+ }> & Omit<{
1292
+ flat: boolean;
1293
+ reverse: boolean;
1290
1294
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1295
+ error: boolean;
1296
+ active: boolean;
1291
1297
  details: boolean;
1292
- }> & Omit<{
1293
- theme?: string | undefined;
1294
- class?: any;
1295
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1298
+ style: import('vue').StyleValue;
1299
+ disabled: boolean;
1296
1300
  focused: boolean;
1297
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1298
- rounded?: string | number | boolean | undefined;
1299
1301
  tile: boolean;
1300
- loading?: string | boolean | undefined;
1301
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1302
- bgColor?: string | undefined;
1303
- clearable: boolean;
1304
1302
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1305
- active: boolean;
1306
- centerAffix?: boolean | undefined;
1307
- color?: string | undefined;
1308
- baseColor?: string | undefined;
1309
- dirty: boolean;
1310
- disabled: boolean;
1311
1303
  glow: boolean;
1312
- error: boolean;
1313
- flat: boolean;
1314
- iconColor?: string | boolean | undefined;
1315
- label?: string | undefined;
1304
+ clearable: boolean;
1305
+ dirty: boolean;
1316
1306
  persistentClear: boolean;
1317
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1318
- reverse: boolean;
1319
1307
  singleLine: boolean;
1320
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1321
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1322
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1323
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1324
1308
  id?: string | undefined;
1325
- details: boolean;
1326
- } & 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">;
1309
+ color?: string | undefined;
1310
+ loading?: string | boolean | undefined;
1311
+ label?: string | undefined;
1312
+ class?: any;
1313
+ theme?: string | undefined;
1314
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1315
+ rounded?: string | number | boolean | undefined;
1316
+ baseColor?: string | undefined;
1317
+ bgColor?: string | undefined;
1318
+ iconColor?: string | boolean | undefined;
1319
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1320
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1321
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1322
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1323
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1324
+ centerAffix?: boolean | undefined;
1325
+ } & 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">;
1327
1326
  $attrs: {
1328
1327
  [x: string]: unknown;
1329
1328
  };
@@ -1336,10 +1335,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1336
1335
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1337
1336
  [key: string]: any;
1338
1337
  }>[]) | undefined;
1339
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1338
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1340
1339
  [key: string]: any;
1341
1340
  }>[]) | undefined;
1342
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1341
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1343
1342
  [key: string]: any;
1344
1343
  }>[]) | undefined;
1345
1344
  label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1361,77 +1360,77 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1361
1360
  $emit: (event: "update:focused", focused: boolean) => void;
1362
1361
  $el: any;
1363
1362
  $options: import('vue').ComponentOptionsBase<{
1364
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1363
+ flat: boolean;
1364
+ reverse: boolean;
1365
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1366
+ error: boolean;
1367
+ active: boolean;
1368
+ details: boolean;
1369
+ style: import('vue').StyleValue;
1370
+ disabled: boolean;
1365
1371
  focused: boolean;
1366
1372
  tile: boolean;
1367
- clearable: boolean;
1368
1373
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1369
- active: boolean;
1370
- dirty: boolean;
1371
- disabled: boolean;
1372
1374
  glow: boolean;
1373
- error: boolean;
1374
- flat: boolean;
1375
+ clearable: boolean;
1376
+ dirty: boolean;
1375
1377
  persistentClear: boolean;
1376
- reverse: boolean;
1377
1378
  singleLine: boolean;
1378
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1379
- details: boolean;
1380
1379
  } & {
1381
- theme?: string | undefined;
1380
+ id?: string | undefined;
1381
+ color?: string | undefined;
1382
+ loading?: string | boolean | undefined;
1383
+ label?: string | undefined;
1382
1384
  class?: any;
1383
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1385
+ theme?: string | undefined;
1386
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1384
1387
  rounded?: string | number | boolean | undefined;
1385
- loading?: string | boolean | undefined;
1386
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1387
- bgColor?: string | undefined;
1388
- centerAffix?: boolean | undefined;
1389
- color?: string | undefined;
1390
1388
  baseColor?: string | undefined;
1389
+ bgColor?: string | undefined;
1391
1390
  iconColor?: string | boolean | undefined;
1392
- label?: string | undefined;
1391
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1393
1392
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1394
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1395
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1396
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1397
- id?: string | undefined;
1393
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1394
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1395
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1396
+ centerAffix?: boolean | undefined;
1398
1397
  } & {
1399
1398
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1400
1399
  }, {
1401
1400
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1402
1401
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1403
1402
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1404
- "update:focused": (focused: boolean) => true;
1405
- "update:modelValue": (value: any) => true;
1406
- }, "$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, {
1403
+ 'update:focused': (focused: boolean) => true;
1404
+ 'update:modelValue': (value: any) => true;
1405
+ }, "$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, {
1406
+ flat: boolean;
1407
+ reverse: boolean;
1408
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1409
+ error: boolean;
1410
+ active: boolean;
1411
+ details: boolean;
1407
1412
  style: import('vue').StyleValue;
1413
+ disabled: boolean;
1408
1414
  focused: boolean;
1409
1415
  rounded: string | number | boolean;
1410
1416
  tile: boolean;
1411
- clearable: boolean;
1412
1417
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1413
- active: boolean;
1414
1418
  centerAffix: boolean;
1415
- dirty: boolean;
1416
- disabled: boolean;
1417
1419
  glow: boolean;
1418
- error: boolean;
1419
- flat: boolean;
1420
+ clearable: boolean;
1421
+ dirty: boolean;
1420
1422
  persistentClear: boolean;
1421
- reverse: boolean;
1422
1423
  singleLine: boolean;
1423
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1424
- details: boolean;
1425
1424
  }, {}, string, import('vue').SlotsType<Partial<{
1426
1425
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1427
1426
  props: Record<string, any>;
1428
1427
  }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1429
1428
  [key: string]: any;
1430
1429
  }>[];
1431
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1430
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1432
1431
  [key: string]: any;
1433
1432
  }>[];
1434
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1433
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1435
1434
  [key: string]: any;
1436
1435
  }>[];
1437
1436
  label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
@@ -1447,88 +1446,88 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1447
1446
  [key: string]: any;
1448
1447
  }>[];
1449
1448
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1450
- beforeCreate?: (() => void)[] | (() => void) | undefined;
1451
- created?: (() => void)[] | (() => void) | undefined;
1452
- beforeMount?: (() => void)[] | (() => void) | undefined;
1453
- mounted?: (() => void)[] | (() => void) | undefined;
1454
- beforeUpdate?: (() => void)[] | (() => void) | undefined;
1455
- updated?: (() => void)[] | (() => void) | undefined;
1456
- activated?: (() => void)[] | (() => void) | undefined;
1457
- deactivated?: (() => void)[] | (() => void) | undefined;
1458
- beforeDestroy?: (() => void)[] | (() => void) | undefined;
1459
- beforeUnmount?: (() => void)[] | (() => void) | undefined;
1460
- destroyed?: (() => void)[] | (() => void) | undefined;
1461
- unmounted?: (() => void)[] | (() => void) | undefined;
1462
- renderTracked?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1463
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void) | undefined;
1464
- 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;
1449
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1450
+ created?: (() => void) | (() => void)[] | undefined;
1451
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1452
+ mounted?: (() => void) | (() => void)[] | undefined;
1453
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1454
+ updated?: (() => void) | (() => void)[] | undefined;
1455
+ activated?: (() => void) | (() => void)[] | undefined;
1456
+ deactivated?: (() => void) | (() => void)[] | undefined;
1457
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1458
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1459
+ destroyed?: (() => void) | (() => void)[] | undefined;
1460
+ unmounted?: (() => void) | (() => void)[] | undefined;
1461
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1462
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1463
+ 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;
1465
1464
  };
1466
1465
  $forceUpdate: () => void;
1467
1466
  $nextTick: typeof nextTick;
1468
1467
  $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;
1469
1468
  } & Readonly<{
1469
+ flat: boolean;
1470
+ reverse: boolean;
1471
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1472
+ error: boolean;
1473
+ active: boolean;
1474
+ details: boolean;
1470
1475
  style: import('vue').StyleValue;
1476
+ disabled: boolean;
1471
1477
  focused: boolean;
1472
1478
  rounded: string | number | boolean;
1473
1479
  tile: boolean;
1474
- clearable: boolean;
1475
1480
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1476
- active: boolean;
1477
1481
  centerAffix: boolean;
1478
- dirty: boolean;
1479
- disabled: boolean;
1480
1482
  glow: boolean;
1481
- error: boolean;
1482
- flat: boolean;
1483
+ clearable: boolean;
1484
+ dirty: boolean;
1483
1485
  persistentClear: boolean;
1484
- reverse: boolean;
1485
1486
  singleLine: boolean;
1487
+ }> & Omit<{
1488
+ flat: boolean;
1489
+ reverse: boolean;
1486
1490
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1491
+ error: boolean;
1492
+ active: boolean;
1487
1493
  details: boolean;
1488
- }> & Omit<{
1489
- style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1494
+ style: import('vue').StyleValue;
1495
+ disabled: boolean;
1490
1496
  focused: boolean;
1491
1497
  tile: boolean;
1492
- clearable: boolean;
1493
1498
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1494
- active: boolean;
1495
- dirty: boolean;
1496
- disabled: boolean;
1497
1499
  glow: boolean;
1498
- error: boolean;
1499
- flat: boolean;
1500
+ clearable: boolean;
1501
+ dirty: boolean;
1500
1502
  persistentClear: boolean;
1501
- reverse: boolean;
1502
1503
  singleLine: boolean;
1503
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1504
- details: boolean;
1505
1504
  } & {
1506
- theme?: string | undefined;
1505
+ id?: string | undefined;
1506
+ color?: string | undefined;
1507
+ loading?: string | boolean | undefined;
1508
+ label?: string | undefined;
1507
1509
  class?: any;
1508
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1510
+ theme?: string | undefined;
1511
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1509
1512
  rounded?: string | number | boolean | undefined;
1510
- loading?: string | boolean | undefined;
1511
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1512
- bgColor?: string | undefined;
1513
- centerAffix?: boolean | undefined;
1514
- color?: string | undefined;
1515
1513
  baseColor?: string | undefined;
1514
+ bgColor?: string | undefined;
1516
1515
  iconColor?: string | boolean | undefined;
1517
- label?: string | undefined;
1516
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1518
1517
  prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1519
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1520
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1521
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1522
- id?: string | undefined;
1518
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1519
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1520
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1521
+ centerAffix?: boolean | undefined;
1523
1522
  } & {
1524
1523
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1525
- }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1524
+ }, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
1526
1525
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1527
1526
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1528
1527
  }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1529
1528
  modelValue?: unknown;
1530
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1531
- }, 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}`> & {
1529
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1530
+ }, 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}`> & {
1532
1531
  _allExposed: {} | {
1533
1532
  reset: () => Promise<void>;
1534
1533
  resetValidation: () => Promise<void>;
@@ -1540,36 +1539,37 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1540
1539
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
1541
1540
  };
1542
1541
  }, {}, {}, {}, {
1542
+ flat: boolean;
1543
+ reverse: boolean;
1544
+ variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1545
+ type: string;
1546
+ error: boolean;
1547
+ active: boolean;
1548
+ direction: "vertical" | "horizontal";
1549
+ details: boolean;
1543
1550
  style: import('vue').StyleValue;
1551
+ autofocus: boolean;
1552
+ disabled: boolean;
1553
+ readonly: boolean | null;
1554
+ messages: string | readonly string[];
1555
+ 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)?])[];
1544
1556
  focused: boolean;
1545
1557
  errorMessages: string | readonly string[] | null;
1546
1558
  maxErrors: string | number;
1547
- readonly: boolean | null;
1548
- 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)?])[];
1549
1559
  density: import('vuetify/lib/composables/density.mjs').Density;
1550
1560
  rounded: string | number | boolean;
1551
1561
  tile: boolean;
1562
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1563
+ centerAffix: boolean;
1564
+ glow: boolean;
1552
1565
  hideSpinButtons: boolean;
1553
1566
  persistentHint: boolean;
1554
- messages: string | readonly string[];
1555
- direction: "vertical" | "horizontal";
1556
1567
  clearable: boolean;
1557
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1558
- active: boolean;
1559
- centerAffix: boolean;
1560
1568
  dirty: boolean;
1561
- disabled: boolean;
1562
- glow: boolean;
1563
- error: boolean;
1564
- flat: boolean;
1565
1569
  persistentClear: boolean;
1566
- reverse: boolean;
1567
1570
  singleLine: boolean;
1568
- variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1569
- autofocus: boolean;
1570
1571
  persistentPlaceholder: boolean;
1571
1572
  persistentCounter: boolean;
1572
- type: string;
1573
1573
  }> | null;
1574
1574
  };
1575
1575
  $slots: Readonly<{
@@ -1684,11 +1684,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1684
1684
  theme: string;
1685
1685
  disabled: boolean;
1686
1686
  placeholder: string;
1687
- density: "default" | "comfortable" | "compact";
1688
1687
  rounded: string | number | boolean;
1688
+ loading: string | boolean;
1689
1689
  maxWidth: string | number;
1690
1690
  minWidth: string | number;
1691
- loading: string | boolean;
1691
+ density: "default" | "comfortable" | "compact";
1692
1692
  baseColor: string;
1693
1693
  prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
1694
1694
  appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
@@ -1748,7 +1748,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1748
1748
  created?: ((() => void) | (() => void)[]) | undefined;
1749
1749
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
1750
1750
  mounted?: ((() => void) | (() => void)[]) | undefined;
1751
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1751
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined; /**
1752
+ * =====================
1753
+ * Bootstrapping caret (DEBUT DE L'INPUT)
1754
+ * =====================
1755
+ */
1752
1756
  updated?: ((() => void) | (() => void)[]) | undefined;
1753
1757
  activated?: ((() => void) | (() => void)[]) | undefined;
1754
1758
  deactivated?: ((() => void) | (() => void)[]) | undefined;
@@ -1772,11 +1776,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1772
1776
  theme: string;
1773
1777
  disabled: boolean;
1774
1778
  placeholder: string;
1775
- density: "default" | "comfortable" | "compact";
1776
1779
  rounded: string | number | boolean;
1780
+ loading: string | boolean;
1777
1781
  maxWidth: string | number;
1778
1782
  minWidth: string | number;
1779
- loading: string | boolean;
1783
+ density: "default" | "comfortable" | "compact";
1780
1784
  baseColor: string;
1781
1785
  prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
1782
1786
  appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
@@ -1907,7 +1911,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1907
1911
  onClear?: ((...args: any[]) => any) | undefined;
1908
1912
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1909
1913
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1910
- }>, "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<{
1914
+ }>, "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<{
1911
1915
  validation: {
1912
1916
  errors: import('vue').Ref<string[], string[]>;
1913
1917
  warnings: import('vue').Ref<string[], string[]>;