@cnamts/synapse 1.0.23 → 1.0.25

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 (574) hide show
  1. package/README.md +27 -5
  2. package/dist/AutocompleteFilter-D7qBuCAP.js +114 -0
  3. package/dist/AutocompleteFilter-Df9i5mAl.cjs +1 -0
  4. package/dist/DateFilter-BJD6FMev.cjs +1 -0
  5. package/dist/{DateFilter-Dc-gSGwk.js → DateFilter-BitMWrMU.js} +1 -1
  6. package/dist/{NumberFilter-vP38Wp6j.js → NumberFilter-BTLUxw0a.js} +3 -3
  7. package/dist/NumberFilter-DGCzCXzI.cjs +1 -0
  8. package/dist/{PeriodFilter-Ba1uYUnT.js → PeriodFilter-B5rUIPAC.js} +1 -1
  9. package/dist/PeriodFilter-DO_ecTZW.cjs +1 -0
  10. package/dist/SelectFilter-CGwcKWLm.cjs +1 -0
  11. package/dist/SelectFilter-l4QnRcuk.js +135 -0
  12. package/dist/TextFilter-B8nf7xoK.cjs +1 -0
  13. package/dist/{TextFilter-B84dpnoq.js → TextFilter-C9hj6Qrp.js} +7 -7
  14. package/dist/apLightTheme-CEK4iY3f.cjs +1 -0
  15. package/dist/apLightTheme-DnIM24Lv.js +950 -0
  16. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7022 -9616
  17. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +2 -2
  18. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +2 -2
  19. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +40 -40
  20. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +60 -60
  21. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7168 -9762
  22. package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -2
  23. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +7501 -10095
  24. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +21 -21
  25. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +41 -41
  26. package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +2 -2
  27. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -498
  28. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +117 -151
  29. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +5 -5
  30. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +12 -16
  31. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +8 -8
  32. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +31 -506
  33. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +28 -506
  34. package/dist/components/Customs/SyTabs/SyTabs.d.ts +13 -11
  35. package/dist/components/Customs/SyTextField/SyTextField.d.ts +69 -89
  36. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +627 -791
  37. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +315 -412
  38. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +112 -160
  39. package/dist/components/DatePicker/composables/index.d.ts +1 -0
  40. package/dist/components/DatePicker/composables/useDatePickerFocusTrap.d.ts +11 -0
  41. package/dist/components/DatePicker/composables/useDatePickerState.d.ts +1 -0
  42. package/dist/components/DatePicker/composables/useDateTextField.d.ts +4 -4
  43. package/dist/components/DatePicker/composables/useDateValidation.d.ts +3 -3
  44. package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
  45. package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
  46. package/dist/components/FileList/FileList.d.ts +6 -0
  47. package/dist/components/FilterSideBar/FilterSideBar.d.ts +2 -0
  48. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +17 -17
  49. package/dist/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +3 -3
  50. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +20 -28
  51. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +3 -3
  52. package/dist/components/MonthPicker/MonthPicker.d.ts +86 -127
  53. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +85 -126
  54. package/dist/components/NirField/NirField.d.ts +202 -278
  55. package/dist/components/NirField/locales.d.ts +10 -10
  56. package/dist/components/NirField/useNirValidation.d.ts +64 -0
  57. package/dist/components/PasswordField/PasswordField.d.ts +8 -9
  58. package/dist/components/PeriodField/PeriodField.d.ts +1352 -1680
  59. package/dist/components/PhoneField/PhoneField.d.ts +88 -129
  60. package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +12 -12
  61. package/dist/components/SyTextArea/SyTextArea.d.ts +34 -14
  62. package/dist/components/SyTextArea/useDefaultValidationRules.d.ts +11 -0
  63. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +10 -6
  64. package/dist/components/Tables/SyTable/SyTable.d.ts +10 -6
  65. package/dist/components/Tables/common/SyTableFilter.d.ts +2 -3
  66. package/dist/components/Tables/common/SyTablePagination.d.ts +19 -19
  67. package/dist/components/Tables/common/TableHeader.d.ts +5 -0
  68. package/dist/components/Tables/common/filters/AutocompleteFilter.d.ts +120 -0
  69. package/dist/components/Tables/common/filters/locales.d.ts +0 -1
  70. package/dist/components/Tables/common/locales.d.ts +3 -0
  71. package/dist/components/Tables/common/types.d.ts +21 -3
  72. package/dist/components/Tables/common/useClickableTableRow.d.ts +17 -0
  73. package/dist/components/Tables/common/usePagination.d.ts +3 -1
  74. package/dist/components/Tables/common/usePinnedColumns.d.ts +31 -0
  75. package/dist/components/Tables/common/useTableHeaders.d.ts +2 -0
  76. package/dist/components/Tables/common/useTableRowCheckboxAccessibility.d.ts +5 -0
  77. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +7 -6
  78. package/dist/composables/date/useDatePickerAccessibility.d.ts +1 -1
  79. package/dist/composables/rules/useFieldValidation.d.ts +4 -4
  80. package/dist/composables/unifyValidation/documentationValidationProps.d.ts +230 -0
  81. package/dist/composables/unifyValidation/useCustomValidation.d.ts +8 -0
  82. package/dist/composables/unifyValidation/useValidation.d.ts +102 -0
  83. package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +18 -0
  84. package/dist/composables/useFormFieldErrorHandling.d.ts +2 -2
  85. package/dist/composables/validation/useFormValidation.d.ts +11 -2
  86. package/dist/composables/validation/useValidation.d.ts +19 -9
  87. package/dist/design-system-v3.d.ts +2 -0
  88. package/dist/design-system-v3.js +186 -187
  89. package/dist/design-system-v3.umd.cjs +1 -1066
  90. package/dist/designTokens/tokens/amelipro/apColors.d.ts +10 -10
  91. package/dist/designTokens/tokens/amelipro/apColors2026.d.ts +1 -2
  92. package/dist/designTokens/tokens/amelipro/apContextual.d.ts +44 -0
  93. package/dist/designTokens/tokens/amelipro/apSemantic.d.ts +1 -1
  94. package/dist/designTokens/tokens/baseColors.d.ts +127 -0
  95. package/dist/designTokens/tokens/baseContextualTokens.d.ts +50 -0
  96. package/dist/designTokens/tokens/cnam/cnamColors.d.ts +10 -10
  97. package/dist/designTokens/tokens/cnam/cnamSemantic.d.ts +1 -1
  98. package/dist/designTokens/tokens/pa/paColors.d.ts +1 -166
  99. package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -1
  100. package/dist/designTokens/utils/buildColorClassMap.d.ts +12 -0
  101. package/dist/designTokens/utils/createFlattenTheme.d.ts +1 -3
  102. package/dist/designTokens/utils/index.d.ts +2 -2
  103. package/dist/main-ByDPHpae.cjs +1067 -0
  104. package/dist/main-Cpx8Co6H.js +38869 -0
  105. package/dist/main.d.ts +0 -1
  106. package/dist/synapse.css +1 -0
  107. package/dist/tooth-11-D3sLWv2n.cjs +1 -0
  108. package/dist/tooth-12-CXrLuH03.cjs +1 -0
  109. package/dist/tooth-13-BSfo5fpT.cjs +1 -0
  110. package/dist/tooth-14-DMzulx0h.cjs +1 -0
  111. package/dist/tooth-15-BKRFVi-9.cjs +1 -0
  112. package/dist/tooth-16-CpuxAbuM.cjs +1 -0
  113. package/dist/tooth-17-BPoahUdg.cjs +1 -0
  114. package/dist/tooth-18-DhHJz8sy.cjs +1 -0
  115. package/dist/tooth-21-Dgd5hn_X.cjs +1 -0
  116. package/dist/tooth-22-C2Tn19sB.cjs +1 -0
  117. package/dist/tooth-23-C9uaaSGb.cjs +1 -0
  118. package/dist/tooth-24-BrK9UGpf.cjs +1 -0
  119. package/dist/tooth-25-CE_EfGNp.cjs +1 -0
  120. package/dist/tooth-26-Ctv4i9Fy.cjs +1 -0
  121. package/dist/tooth-27-C5J7JkWM.cjs +1 -0
  122. package/dist/tooth-28-Z9oWqjo0.cjs +1 -0
  123. package/dist/tooth-31-BrYqmkTi.cjs +1 -0
  124. package/dist/tooth-32-BNNR0oCZ.cjs +1 -0
  125. package/dist/tooth-33-DuxvqO2J.cjs +1 -0
  126. package/dist/tooth-34-BCSCXMB6.cjs +1 -0
  127. package/dist/tooth-35-BLUXkX88.cjs +1 -0
  128. package/dist/tooth-36-IrKHYqlA.cjs +1 -0
  129. package/dist/tooth-37-BYqpdMwo.cjs +1 -0
  130. package/dist/tooth-38-B_eNXXdu.cjs +1 -0
  131. package/dist/tooth-41-Ddva4Ot8.cjs +1 -0
  132. package/dist/tooth-42-szcDqlM0.cjs +1 -0
  133. package/dist/tooth-43-B3ka6rQm.cjs +1 -0
  134. package/dist/tooth-44-CazyQucj.cjs +1 -0
  135. package/dist/tooth-45-B4HQtc8n.cjs +1 -0
  136. package/dist/tooth-46-BPM40gbG.cjs +1 -0
  137. package/dist/tooth-47-Dvr20dlh.cjs +1 -0
  138. package/dist/tooth-48-Bd8ljGsF.cjs +1 -0
  139. package/dist/tooth-51-OBpwCOF3.cjs +1 -0
  140. package/dist/tooth-52-aKxyHcmq.cjs +1 -0
  141. package/dist/tooth-53-vCwJjTOc.cjs +1 -0
  142. package/dist/tooth-54-DsWu2iFy.cjs +1 -0
  143. package/dist/tooth-55-BxC1X2Dn.cjs +1 -0
  144. package/dist/tooth-61-BbLvxMQi.cjs +1 -0
  145. package/dist/tooth-62-CmTkWczP.cjs +1 -0
  146. package/dist/tooth-63-DI7l_2qI.cjs +1 -0
  147. package/dist/tooth-64-B21sOsJh.cjs +1 -0
  148. package/dist/tooth-65-D2ZC2VEr.cjs +1 -0
  149. package/dist/tooth-71-D473PPO5.cjs +1 -0
  150. package/dist/tooth-72-Drh1wnNu.cjs +1 -0
  151. package/dist/tooth-73-DzlwYI23.cjs +1 -0
  152. package/dist/tooth-74-8aGvcZPg.cjs +1 -0
  153. package/dist/tooth-75-BFK7At_r.cjs +1 -0
  154. package/dist/tooth-81-BZmR-I0M.cjs +1 -0
  155. package/dist/tooth-82-euVfUUZV.cjs +1 -0
  156. package/dist/tooth-83-KV010j64.cjs +1 -0
  157. package/dist/tooth-84-BBg1RjhZ.cjs +1 -0
  158. package/dist/tooth-85-Cr-kc1wM.cjs +1 -0
  159. package/dist/utils/functions/classToHex.d.ts +1 -1
  160. package/dist/utils/functions/createHexResolver.d.ts +16 -0
  161. package/dist/vuetifyConfig.js +522 -0
  162. package/dist/vuetifyConfig.umd.cjs +1 -0
  163. package/package.json +37 -20
  164. package/src/assets/amelipro/apTokens2026.scss +5 -5
  165. package/src/assets/overrides/_breakpoints.scss +25 -0
  166. package/src/assets/overrides/_btns.scss +0 -8
  167. package/src/assets/overrides/_forms.scss +1 -3
  168. package/src/assets/overrides/_icons.scss +14 -10
  169. package/src/assets/overrides/_otp.scss +41 -0
  170. package/src/assets/overrides/_tables.scss +11 -20
  171. package/src/assets/overrides/_tooltips.scss +17 -7
  172. package/src/assets/overrides/_typography.scss +35 -47
  173. package/src/assets/overrides/_utilities.scss +43 -47
  174. package/src/assets/themes.scss +1 -0
  175. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.vue +20 -20
  176. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +12 -14
  177. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +4 -6
  178. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.vue +5 -5
  179. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +4 -6
  180. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +4 -6
  181. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -2
  182. package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.vue +4 -6
  183. package/src/components/Amelipro/AmeliproBreadcrumb/AmeliproBreadcrumb.vue +1 -3
  184. package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.vue +4 -6
  185. package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.vue +2 -2
  186. package/src/components/Amelipro/AmeliproCard/AmeliproCard.vue +31 -31
  187. package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.vue +5 -7
  188. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +13 -15
  189. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +23 -23
  190. package/src/components/Amelipro/AmeliproChips/AmeliproChips.vue +1 -3
  191. package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.vue +17 -12
  192. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -2
  193. package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.vue +4 -6
  194. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +13 -13
  195. package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.vue +4 -2
  196. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +4 -4
  197. package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.vue +5 -7
  198. package/src/components/Amelipro/AmeliproDisclosure/AmeliproDisclosure.vue +1 -3
  199. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +2 -4
  200. package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +4 -6
  201. package/src/components/Amelipro/AmeliproFilters/AmeliproFilters.vue +13 -13
  202. package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +3 -5
  203. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +1 -3
  204. package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +2 -4
  205. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.vue +1 -3
  206. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.vue +20 -16
  207. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +2 -2
  208. package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.vue +2 -4
  209. package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.vue +5 -7
  210. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -8
  211. package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.vue +14 -14
  212. package/src/components/Amelipro/AmeliproMenu/AmeliproMenu.vue +11 -13
  213. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenu.vue +2 -4
  214. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingLayout.vue +8 -8
  215. package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.vue +40 -40
  216. package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.vue +27 -27
  217. package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.vue +3 -5
  218. package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.vue +2 -4
  219. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.vue +2 -4
  220. package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.vue +3 -5
  221. package/src/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.vue +1 -3
  222. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +2 -4
  223. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.vue +4 -4
  224. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -3
  225. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +3 -5
  226. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +3 -5
  227. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +23 -23
  228. package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +4 -6
  229. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +12 -22
  230. package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +10 -12
  231. package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +17 -17
  232. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +8 -10
  233. package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/AmeliproTabBtn.vue +6 -8
  234. package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +4 -4
  235. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -6
  236. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +2 -2
  237. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +7 -9
  238. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +3 -5
  239. package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +0 -2
  240. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +6 -6
  241. package/src/components/Amelipro/ServiceMenu/ServiceMenu.vue +2 -2
  242. package/src/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.vue +4 -4
  243. package/src/components/Amelipro/StructureMenu/StructureItem/StructureItem.vue +4 -6
  244. package/src/components/Amelipro/StructureMenu/StructureMenu.vue +2 -2
  245. package/src/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.vue +2 -2
  246. package/src/components/Amelipro/UserMenu/UserMenu.vue +1 -3
  247. package/src/components/BackBtn/tests/BackBtn.visual.cy.ts +43 -0
  248. package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
  249. package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
  250. package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
  251. package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
  252. package/src/components/Captcha/Captcha.vue +1 -3
  253. package/src/components/Captcha/accessibilite/Accessibility.mdx +86 -8
  254. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +12 -12
  255. package/src/components/ChipList/ChipList.stories.ts +0 -15
  256. package/src/components/ChipList/ChipList.vue +19 -17
  257. package/src/components/ChipList/accessibilite/Accessibility.mdx +83 -10
  258. package/src/components/ChipList/tests/ChipList.a11y.spec.ts +41 -0
  259. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +0 -2
  260. package/src/components/CopyBtn/CopyBtn.vue +1 -3
  261. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +17 -17
  262. package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +0 -9
  263. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +31 -0
  264. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +66 -0
  265. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +28 -7
  266. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +18 -0
  267. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +209 -0
  268. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +14 -10
  269. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -4
  270. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +12 -15
  271. package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +10 -10
  272. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +1 -39
  273. package/src/components/Customs/Selects/SySelect/SySelect.vue +274 -71
  274. package/src/components/Customs/Selects/SySelect/accessibilite/Accessibility.mdx +199 -269
  275. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +89 -0
  276. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +6 -9
  277. package/src/components/Customs/SyCheckbox/SyCheckbox.mdx +5 -0
  278. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +10 -16
  279. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +45 -11
  280. package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +53 -3
  281. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +134 -2
  282. package/src/components/Customs/SyForm/SyForm.stories.ts +31 -5
  283. package/src/components/Customs/SyPagination/SyPagination.vue +0 -2
  284. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -7
  285. package/src/components/Customs/SyTabs/SyTabs.mdx +0 -58
  286. package/src/components/Customs/SyTabs/SyTabs.stories.ts +32 -33
  287. package/src/components/Customs/SyTabs/SyTabs.vue +87 -67
  288. package/src/components/Customs/SyTabs/accessibilite/Accessibility.mdx +83 -23
  289. package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +88 -0
  290. package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +46 -1
  291. package/src/components/Customs/SyTextField/SyTextField.mdx +1 -1
  292. package/src/components/Customs/SyTextField/SyTextField.stories.ts +50 -68
  293. package/src/components/Customs/SyTextField/SyTextField.vue +156 -161
  294. package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +32 -0
  295. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +120 -11
  296. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +62 -58
  297. package/src/components/DatePicker/CalendarMode/DatePicker.vue +342 -237
  298. package/src/components/DatePicker/CalendarMode/accessibilite/Accessibility.mdx +82 -0
  299. package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +141 -0
  300. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +2 -56
  301. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +215 -175
  302. package/src/components/DatePicker/ComplexDatePicker/accessibilite/Accessibility.mdx +76 -0
  303. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +33 -10
  304. package/src/components/DatePicker/DatePickerValidationExample/CalendarMode.stories.ts +8 -8
  305. package/src/components/DatePicker/DatePickerValidationExample/ComplexDatePicker.stories.ts +106 -8
  306. package/src/components/DatePicker/DatePickerValidationExample/DateTextInput.stories.ts +12 -11
  307. package/src/components/DatePicker/DatePickerValidationExample/MultiMode.stories.ts +12 -12
  308. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +0 -12
  309. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +71 -67
  310. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +3 -0
  311. package/src/components/DatePicker/DateTextInput/accessibilite/Accessibility.mdx +66 -0
  312. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +52 -1
  313. package/src/components/DatePicker/composables/index.ts +1 -0
  314. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +109 -65
  315. package/src/components/DatePicker/composables/tests/useDatePickerFocusTrap.spec.ts +138 -0
  316. package/src/components/DatePicker/composables/tests/useDatePickerState.spec.ts +53 -0
  317. package/src/components/DatePicker/composables/tests/useDateValidation.spec.ts +74 -18
  318. package/src/components/DatePicker/composables/tests/useInputBlurHandler.spec.ts +39 -0
  319. package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +91 -0
  320. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +442 -36
  321. package/src/components/DatePicker/composables/useDatePickerFocusTrap.ts +92 -0
  322. package/src/components/DatePicker/composables/useDatePickerState.ts +24 -0
  323. package/src/components/DatePicker/composables/useDateTextField.ts +6 -6
  324. package/src/components/DatePicker/composables/useDateValidation.ts +36 -35
  325. package/src/components/DatePicker/composables/useInputBlurHandler.ts +3 -3
  326. package/src/components/DatePicker/composables/useManualDateValidation.ts +6 -2
  327. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +9 -8
  328. package/src/components/DatePicker/playground/DatePickerHolidayRule.vue +1 -1
  329. package/src/components/DiacriticPicker/accessibilite/Accessibility.mdx +76 -8
  330. package/src/components/DialogBox/DialogBox.vue +3 -5
  331. package/src/components/DialogBox/tests/DialogBox.visual.cy.ts +76 -0
  332. package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
  333. package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
  334. package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
  335. package/src/components/FileList/FileList.vue +9 -2
  336. package/src/components/FileList/UploadItem/UploadItem.vue +11 -13
  337. package/src/components/FileList/tests/FileList.spec.ts +47 -0
  338. package/src/components/FileUpload/FileUpload.vue +3 -5
  339. package/src/components/FileUpload/FileUploadContent.vue +3 -5
  340. package/src/components/FilterInline/FilterInline.vue +1 -3
  341. package/src/components/FilterSideBar/FilterSideBar.mdx +44 -1
  342. package/src/components/FilterSideBar/FilterSideBar.stories.ts +105 -1
  343. package/src/components/FilterSideBar/FilterSideBar.vue +7 -0
  344. package/src/components/FilterSideBar/tests/FilterSideBar.a11y.spec.ts +54 -1
  345. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +42 -0
  346. package/src/components/FooterBar/FooterBar.vue +9 -13
  347. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
  348. package/src/components/HeaderBar/HeaderBar.stories.ts +14 -2
  349. package/src/components/HeaderBar/HeaderBar.vue +2 -3
  350. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +2 -3
  351. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -3
  352. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +0 -1
  353. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +8 -9
  354. package/src/components/HeaderBar/HeaderBurgerMenu/menu.scss +0 -8
  355. package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.visual.cy.ts +196 -0
  356. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
  357. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
  358. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +0 -1
  359. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +6 -7
  360. package/src/components/HeaderBar/tests/HeaderBar.visual.cy.ts +81 -0
  361. package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
  362. package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
  363. package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
  364. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
  365. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
  366. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
  367. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +12 -3
  368. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +15 -8
  369. package/src/components/HeaderToolbar/HeaderToolbar.vue +6 -7
  370. package/src/components/LangBtn/LangBtn.vue +2 -4
  371. package/src/components/Logo/accessibilite/Accessibility.mdx +73 -11
  372. package/src/components/Logo/tests/Logo.visual.cy.ts +57 -0
  373. package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
  374. package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
  375. package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
  376. package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
  377. package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
  378. package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
  379. package/src/components/LogoBrandSection/LogoBrandSection.vue +2 -2
  380. package/src/components/LogoBrandSection/accessibilite/Accessibility.mdx +85 -9
  381. package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +3 -1
  382. package/src/components/LunarCalendar/useLunarCalendarValidation.ts +4 -5
  383. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +1 -1
  384. package/src/components/MonthPicker/tests/MonthPicker.spec.ts +2 -1
  385. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +7 -7
  386. package/src/components/NirField/NirField.stories.ts +6 -2
  387. package/src/components/NirField/NirField.vue +67 -265
  388. package/src/components/NirField/accessibilite/Accessibility.mdx +102 -7
  389. package/src/components/NirField/locales.ts +1 -1
  390. package/src/components/NirField/tests/NirField.spec.ts +124 -0
  391. package/src/components/NirField/tests/useNirValidation.spec.ts +449 -0
  392. package/src/components/NirField/useNirValidation.ts +277 -0
  393. package/src/components/NotificationBar/Notification/Notification.vue +5 -7
  394. package/src/components/NotificationBar/NotificationBar.vue +1 -3
  395. package/src/components/PaginatedTable/PaginatedTable.vue +2 -3
  396. package/src/components/PaginatedTable/Pagination.vue +3 -5
  397. package/src/components/PasswordField/PasswordField.stories.ts +4 -4
  398. package/src/components/PasswordField/PasswordField.vue +26 -34
  399. package/src/components/PasswordField/tests/PasswordField.spec.ts +6 -3
  400. package/src/components/PeriodField/PeriodField.stories.ts +4 -4
  401. package/src/components/PeriodField/PeriodField.vue +57 -57
  402. package/src/components/PeriodField/__tests__/PeriodField.async.spec.ts +32 -0
  403. package/src/components/PeriodField/accessibilite/Accessibility.mdx +68 -8
  404. package/src/components/PeriodField/tests/PeriodField.spec.ts +28 -2
  405. package/src/components/PhoneField/PhoneField.vue +8 -9
  406. package/src/components/PhoneField/tests/PhoneField.spec.ts +1 -0
  407. package/src/components/RangeField/RangeField.vue +6 -0
  408. package/src/components/RangeField/RangeSlider/RangeSlider.vue +0 -2
  409. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
  410. package/src/components/RangeField/tests/RangeField.visual.cy.ts +65 -0
  411. package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
  412. package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
  413. package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
  414. package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
  415. package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
  416. package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +6 -8
  417. package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +3 -5
  418. package/src/components/SearchListField/SearchListField.vue +0 -2
  419. package/src/components/SkipLink/SkipLink.vue +2 -4
  420. package/src/components/SocialMediaLinks/SocialMediaLinks.vue +6 -6
  421. package/src/components/SubHeader/SubHeader.vue +1 -1
  422. package/src/components/SyAlert/SyAlert.vue +7 -9
  423. package/src/components/SyAlert/tests/SyAlert.visual.cy.ts +46 -0
  424. package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
  425. package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
  426. package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
  427. package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
  428. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
  429. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
  430. package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
  431. package/src/components/SyBtnMenu/SyBtnMenu.vue +2 -4
  432. package/src/components/SyTextArea/SyTextArea.stories.ts +138 -2
  433. package/src/components/SyTextArea/SyTextArea.vue +53 -23
  434. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +126 -3
  435. package/src/components/SyTextArea/useDefaultValidationRules.ts +74 -0
  436. package/src/components/TableToolbar/TableToolbar.vue +6 -8
  437. package/src/components/Tables/SyServerTable/SyServerTable.mdx +25 -0
  438. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +839 -1
  439. package/src/components/Tables/SyServerTable/SyServerTable.vue +154 -95
  440. package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +81 -0
  441. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +390 -0
  442. package/src/components/Tables/SyTable/SyTable.mdx +25 -0
  443. package/src/components/Tables/SyTable/SyTable.stories.ts +556 -1
  444. package/src/components/Tables/SyTable/SyTable.vue +136 -60
  445. package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +79 -0
  446. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +382 -0
  447. package/src/components/Tables/common/SyTableFilter.vue +49 -4
  448. package/src/components/Tables/common/SyTablePagination.vue +142 -19
  449. package/src/components/Tables/common/TableHeader.vue +45 -4
  450. package/src/components/Tables/common/filters/AutocompleteFilter.vue +160 -0
  451. package/src/components/Tables/common/filters/NumberFilter.vue +1 -1
  452. package/src/components/Tables/common/filters/SelectFilter.vue +11 -12
  453. package/src/components/Tables/common/filters/TextFilter.vue +1 -1
  454. package/src/components/Tables/common/filters/getFilterComponent.ts +8 -1
  455. package/src/components/Tables/common/filters/locales.ts +0 -1
  456. package/src/components/Tables/common/filters/tests/AutocompleteFilter.a11y.spec.ts +110 -0
  457. package/src/components/Tables/common/filters/tests/AutocompleteFilter.spec.ts +203 -0
  458. package/src/components/Tables/common/filters/tests/SelectFilter.a11y.spec.ts +104 -0
  459. package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +152 -16
  460. package/src/components/Tables/common/locales.ts +3 -0
  461. package/src/components/Tables/common/tableFilterUtils.ts +3 -0
  462. package/src/components/Tables/common/tableStyles.scss +60 -19
  463. package/src/components/Tables/common/tests/SyTablePagination.spec.ts +18 -0
  464. package/src/components/Tables/common/tests/TableHeader.spec.ts +39 -0
  465. package/src/components/Tables/common/tests/filterByRange.spec.ts +2 -1
  466. package/src/components/Tables/common/types.ts +15 -4
  467. package/src/components/Tables/common/useClickableTableRow.ts +103 -0
  468. package/src/components/Tables/common/usePagination.ts +13 -0
  469. package/src/components/Tables/common/usePinnedColumns.ts +237 -0
  470. package/src/components/Tables/common/useTableHeaders.ts +52 -30
  471. package/src/components/Tables/common/useTableRowCheckboxAccessibility.ts +41 -0
  472. package/src/components/UploadWorkflow/UploadWorkflow.vue +1 -0
  473. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +23 -0
  474. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +66 -0
  475. package/src/components/UploadWorkflow/useFileList.ts +3 -0
  476. package/src/components/UserMenuBtn/UserMenuBtn.vue +1 -3
  477. package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +2 -6
  478. package/src/composables/date/useDatePickerAccessibility.ts +42 -207
  479. package/src/composables/rules/tests/useFieldValidation.spec.ts +120 -120
  480. package/src/composables/rules/useFieldValidation.ts +34 -17
  481. package/src/composables/unifyValidation/documentationValidationProps.ts +235 -0
  482. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +601 -0
  483. package/src/composables/unifyValidation/tests/useValidation.spec.ts +2048 -0
  484. package/src/composables/unifyValidation/tests/useVuetifyValidation.spec.ts +184 -0
  485. package/src/composables/unifyValidation/useCustomValidation.ts +95 -0
  486. package/src/composables/unifyValidation/useValidation.ts +190 -0
  487. package/src/composables/unifyValidation/useVuetifyValidation.ts +54 -0
  488. package/src/composables/useFormFieldErrorHandling.ts +4 -7
  489. package/src/composables/validation/tests/useFormValidation.spec.ts +14 -0
  490. package/src/composables/validation/tests/useValidation.spec.ts +116 -21
  491. package/src/composables/validation/useFormValidation.ts +20 -13
  492. package/src/composables/validation/useValidatable.ts +8 -1
  493. package/src/composables/validation/useValidation.ts +151 -99
  494. package/src/composantsVuetify/Introduction.mdx +48 -0
  495. package/src/composantsVuetify/VBreadcrumbs/VBreadcrumbs.mdx +28 -0
  496. package/src/composantsVuetify/VBreadcrumbs/v-breadcrumbs.stories.ts +108 -0
  497. package/src/composantsVuetify/VBtn/VBtn.mdx +72 -0
  498. package/src/composantsVuetify/VBtn/v-btn.stories.ts +121 -0
  499. package/src/composantsVuetify/VOtpInput/VOtpInput.mdx +39 -0
  500. package/src/composantsVuetify/VOtpInput/v-otp-input.stories.ts +56 -0
  501. package/src/composantsVuetify/VSkeletonLoader/VSkeletonLoader.mdx +42 -0
  502. package/src/composantsVuetify/VSkeletonLoader/v-skeleton-loader.stories.ts +77 -0
  503. package/src/composantsVuetify/VSwitch/VSwitch.mdx +47 -0
  504. package/src/composantsVuetify/VSwitch/v-switch.stories.ts +166 -0
  505. package/src/composantsVuetify/VTooltip/VTooltip.mdx +32 -0
  506. package/src/composantsVuetify/VTooltip/v-tooltip.stories.ts +95 -0
  507. package/src/designTokens/tests/buildColorClassMap.spec.ts +31 -0
  508. package/src/designTokens/tests/generateScssTokens.spec.ts +12 -0
  509. package/src/designTokens/tests/themeUtils.spec.ts +53 -0
  510. package/src/designTokens/tokens/amelipro/apColors.ts +8 -130
  511. package/src/designTokens/tokens/amelipro/apColors2026.ts +3 -15
  512. package/src/designTokens/tokens/amelipro/apContextual.ts +55 -47
  513. package/src/designTokens/tokens/amelipro/apLightTheme.ts +1 -1
  514. package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
  515. package/src/designTokens/tokens/baseColors.ts +129 -0
  516. package/src/designTokens/tokens/baseContextualTokens.ts +52 -0
  517. package/src/designTokens/tokens/cnam/cnamColors.ts +3 -125
  518. package/src/designTokens/tokens/cnam/cnamContextual.ts +4 -48
  519. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +1 -1
  520. package/src/designTokens/tokens/cnam/cnamSemantic.ts +3 -3
  521. package/src/designTokens/tokens/pa/paColors.ts +2 -166
  522. package/src/designTokens/tokens/pa/paContextual.ts +3 -48
  523. package/src/designTokens/tokens/pa/paLightTheme.ts +1 -1
  524. package/src/designTokens/tokens/pa/paSemantic.ts +2 -2
  525. package/src/designTokens/utils/buildColorClassMap.ts +34 -0
  526. package/src/designTokens/utils/convertSemanticsToken.ts +8 -11
  527. package/src/designTokens/utils/createFlattenTheme.ts +15 -7
  528. package/src/designTokens/utils/index.ts +2 -2
  529. package/src/main.ts +0 -2
  530. package/src/stories/Accessibilite/AuditDesignSystem.mdx +0 -11
  531. package/src/stories/Accessibilite/DesignSystem/Avancement.mdx +433 -0
  532. package/src/stories/Accessibilite/DesignSystem/a11y-status.json +692 -0
  533. package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +8 -1
  534. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +51 -10
  535. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +16 -9
  536. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +48 -58
  537. package/src/stories/Components/Components.stories.ts +113 -9
  538. package/src/stories/Demarrer/Accueil.stories.ts +3 -3
  539. package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +4 -9
  540. package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +28 -0
  541. package/src/stories/Demarrer/Releases.stories.ts +48 -5
  542. package/src/stories/DesignTokens/ColorDisplay.vue +6 -5
  543. package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -4
  544. package/src/stories/DesignTokens/colors.stories.ts +5 -6
  545. package/src/stories/GuideDuDev/Amelipro.mdx +15 -0
  546. package/src/stories/GuideDuDev/Amelipro.stories.ts +209 -0
  547. package/src/stories/GuideDuDev/CreateVuetifyInstance.mdx +95 -0
  548. package/src/stories/GuideDuDev/Theme.mdx +36 -26
  549. package/src/stories/GuideDuDev/moduleDeNotification.mdx +3 -2
  550. package/src/stories/GuideDuDev/vuetifyOptions.mdx +3 -3
  551. package/src/stories/styles/accessibility-guide.css +3 -3
  552. package/src/utils/functions/classToHex.ts +6 -34
  553. package/src/utils/functions/createHexResolver.ts +45 -0
  554. package/src/utils/functions/tests/classToHex.spec.ts +36 -0
  555. package/src/utils/functions/tests/convertToHex.spec.ts +31 -0
  556. package/src/utils/functions/tests/createHexResolver.spec.ts +66 -0
  557. package/src/utils/functions/tests/isCssColor.spec.ts +48 -0
  558. package/dist/SelectFilter-BioGT6Nn.js +0 -136
  559. package/dist/designTokens/utils/convertGaps.d.ts +0 -5
  560. package/dist/main-aLKwdMi1.js +0 -37886
  561. package/dist/style.css +0 -1
  562. package/src/assets/apTokens.scss +0 -343
  563. package/src/assets/overrides/_container.scss +0 -36
  564. package/src/assets/tokens.scss +0 -388
  565. package/src/components/DatePicker/Accessibilite.mdx +0 -14
  566. package/src/designTokens/apColors.md +0 -66
  567. package/src/designTokens/cnamColors.md +0 -193
  568. package/src/designTokens/paColors.md +0 -66
  569. package/src/designTokens/tokens/json/contextual-tokens.json +0 -156
  570. package/src/designTokens/tokens/json/primitives.json +0 -209
  571. package/src/designTokens/tokens/json/semantic.json +0 -120
  572. package/src/designTokens/utils/convertGaps.ts +0 -11
  573. package/src/stories/Accessibilite/Avancement/Avancement.mdx +0 -533
  574. package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +0 -306
@@ -1,20 +1,10 @@
1
1
  import { nextTick, ComponentPublicInstance, Ref } from 'vue';
2
- import { ValidationResult } from '../../../composables/validation/useValidation';
2
+ import { ValidationResult, ValidationRule } from '../../../composables/validation/useValidation';
3
3
  import { DateValue, DateInput } from '../../../composables/date/useDateInitializationDayjs';
4
4
  type __VLS_Props = {
5
- modelValue?: DateInput;
6
- label: string;
7
- placeholder?: string;
8
- format?: string;
9
- dateFormatReturn?: string;
10
- isBirthDate?: boolean;
5
+ autoClamp?: boolean;
6
+ bgColor?: string;
11
7
  birthDate?: boolean;
12
- showWeekNumber?: boolean;
13
- required?: boolean;
14
- displayRange?: boolean;
15
- displayIcon?: boolean;
16
- displayAppendIcon?: boolean;
17
- displayPrependIcon?: boolean;
18
8
  customRules?: {
19
9
  type: string;
20
10
  options: any;
@@ -23,43 +13,53 @@ type __VLS_Props = {
23
13
  type: string;
24
14
  options: any;
25
15
  }[];
26
- disabled?: boolean;
27
- noIcon?: boolean;
28
- noCalendar?: boolean;
29
- isOutlined?: boolean;
30
- readonly?: boolean;
31
- width?: string;
32
- disableErrorHandling?: boolean;
33
- showSuccessMessages?: boolean;
34
- bgColor?: string;
16
+ dateFormatReturn?: string;
35
17
  density?: 'default' | 'comfortable' | 'compact';
36
- hideDetails?: boolean | 'auto';
37
- displayWeekendDays?: boolean;
38
- displayTodayButton?: boolean;
39
- displayHolidayDays?: boolean;
40
- useCombinedMode?: boolean;
41
- textFieldActivator?: boolean;
42
- title?: string | false;
18
+ disableErrorHandling?: boolean;
19
+ disabled?: boolean;
20
+ displayAppendIcon?: boolean;
43
21
  displayAsterisk?: boolean;
22
+ displayHolidayDays?: boolean;
23
+ displayIcon?: boolean;
24
+ displayPrependIcon?: boolean;
25
+ displayRange?: boolean;
26
+ displayTodayButton?: boolean;
27
+ displayWeekendDays?: boolean;
28
+ format?: string;
29
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
30
+ hideDetails?: boolean | 'auto';
31
+ hint?: string;
32
+ isBirthDate?: boolean;
33
+ isOutlined?: boolean;
34
+ isValidateOnBlur?: boolean;
35
+ label: string;
36
+ modelValue?: DateInput;
37
+ noCalendar?: boolean;
38
+ noIcon?: boolean;
44
39
  period?: {
45
- min?: string;
46
40
  max?: string;
41
+ min?: string;
47
42
  };
48
- autoClamp?: boolean;
49
- isValidateOnBlur?: boolean;
50
- hint?: string;
51
43
  persistentHint?: boolean;
52
- headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
44
+ placeholder?: string;
45
+ readonly?: boolean;
46
+ required?: boolean;
47
+ showSuccessMessages?: boolean;
48
+ showWeekNumber?: boolean;
49
+ textFieldActivator?: boolean;
50
+ title?: string | false;
51
+ useCombinedMode?: boolean;
52
+ width?: string;
53
53
  };
54
54
  declare const _default: import('vue').DefineComponent<__VLS_Props, {
55
- validateOnSubmit: () => any;
55
+ validateOnSubmit: () => Promise<any>;
56
56
  isDatePickerVisible: Ref<boolean, boolean>;
57
57
  selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
58
58
  errorMessages: Ref<string[], string[]>;
59
59
  handleClickOutside: (event: MouseEvent) => void;
60
60
  initializeSelectedDates: (modelValue: DateInput | null, displayFormat: string, returnFormat?: string) => Date | Date[] | null;
61
61
  updateAccessibility: () => Promise<void>;
62
- openDatePicker: () => void;
62
+ openDatePicker: () => Promise<void>;
63
63
  updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
64
64
  handleSelectToday: () => void;
65
65
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -87,9 +87,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
87
87
  modelValue: DateInput;
88
88
  bgColor: string;
89
89
  required: boolean;
90
+ showSuccessMessages: boolean;
91
+ disableErrorHandling: boolean;
90
92
  hint: string;
91
93
  displayAsterisk: boolean;
92
94
  noIcon: boolean;
95
+ isValidateOnBlur: boolean;
93
96
  customRules: {
94
97
  type: string;
95
98
  options: any;
@@ -98,9 +101,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
98
101
  type: string;
99
102
  options: any;
100
103
  }[];
101
- showSuccessMessages: boolean;
102
- isValidateOnBlur: boolean;
103
- disableErrorHandling: boolean;
104
104
  persistentHint: boolean;
105
105
  hideDetails: boolean | "auto";
106
106
  format: string;
@@ -109,49 +109,49 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
109
109
  displayRange: boolean;
110
110
  dateFormatReturn: string;
111
111
  textFieldActivator: boolean;
112
- isOutlined: boolean;
113
- displayIcon: boolean;
114
112
  displayAppendIcon: boolean;
113
+ displayIcon: boolean;
115
114
  displayPrependIcon: boolean;
116
- isBirthDate: boolean;
115
+ isOutlined: boolean;
117
116
  birthDate: boolean;
118
- showWeekNumber: boolean;
117
+ displayHolidayDays: boolean;
119
118
  displayTodayButton: boolean;
120
119
  displayWeekendDays: boolean;
121
- displayHolidayDays: boolean;
120
+ isBirthDate: boolean;
122
121
  period: {
123
- min?: string;
124
122
  max?: string;
123
+ min?: string;
125
124
  };
125
+ showWeekNumber: boolean;
126
126
  useCombinedMode: boolean;
127
127
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
128
128
  dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
129
- modelValue?: DateValue;
130
- placeholder?: string;
131
- format?: string;
129
+ autoClamp?: boolean;
130
+ bgColor?: string;
131
+ customRules?: ValidationRule[];
132
+ customWarningRules?: ValidationRule[];
132
133
  dateFormatReturn?: string;
133
- label: string;
134
- required?: boolean;
134
+ density?: "default" | "comfortable" | "compact";
135
+ disableErrorHandling?: boolean;
135
136
  disabled?: boolean;
136
- readonly?: boolean;
137
- title?: string | false;
138
- isOutlined?: boolean;
139
- displayIcon?: boolean;
140
137
  displayAppendIcon?: boolean;
141
- noIcon?: boolean;
142
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
143
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
138
+ displayIcon?: boolean;
144
139
  displayPrependIcon?: boolean;
145
- disableErrorHandling?: boolean;
146
- showSuccessMessages?: boolean;
147
- bgColor?: string;
148
140
  displayRange?: boolean;
149
- autoClamp?: boolean;
150
- isValidateOnBlur?: boolean;
151
- density?: "default" | "comfortable" | "compact";
141
+ externalErrorMessages?: string[];
142
+ format?: string;
152
143
  hint?: string;
144
+ isOutlined?: boolean;
145
+ isValidateOnBlur?: boolean;
146
+ label: string;
147
+ modelValue?: DateValue;
148
+ noIcon?: boolean;
153
149
  persistentHint?: boolean;
154
- externalErrorMessages?: string[];
150
+ placeholder?: string;
151
+ readonly?: boolean;
152
+ required?: boolean;
153
+ showSuccessMessages?: boolean;
154
+ title?: string | false;
155
155
  }> & Readonly<{
156
156
  onInput?: ((value: string) => any) | undefined;
157
157
  onBlur?: (() => any) | undefined;
@@ -159,7 +159,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
159
159
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
160
160
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
161
161
  }>, {
162
- validateOnSubmit: () => boolean;
162
+ validateOnSubmit: () => Promise<boolean>;
163
163
  reset: () => void;
164
164
  focus(): void;
165
165
  blur(): void;
@@ -178,29 +178,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
178
178
  modelValue: DateValue;
179
179
  bgColor: string;
180
180
  required: boolean;
181
+ showSuccessMessages: boolean;
182
+ disableErrorHandling: boolean;
181
183
  hint: string;
182
184
  noIcon: boolean;
183
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
184
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
185
- showSuccessMessages: boolean;
186
185
  isValidateOnBlur: boolean;
187
- disableErrorHandling: boolean;
186
+ customRules: ValidationRule[];
187
+ customWarningRules: ValidationRule[];
188
188
  persistentHint: boolean;
189
189
  format: string;
190
190
  autoClamp: boolean;
191
191
  displayRange: boolean;
192
192
  dateFormatReturn: string;
193
- isOutlined: boolean;
194
- displayIcon: boolean;
195
193
  displayAppendIcon: boolean;
194
+ displayIcon: boolean;
196
195
  displayPrependIcon: boolean;
197
196
  externalErrorMessages: string[];
197
+ isOutlined: boolean;
198
198
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
199
199
  inputRef: ({
200
200
  $: import('vue').ComponentInternalInstance;
201
201
  $data: {};
202
202
  $props: {
203
- readonly modelValue?: string | number | null | undefined;
203
+ readonly modelValue?: string | number | null | undefined | undefined;
204
204
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
205
205
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
206
206
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -212,11 +212,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
212
212
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
213
213
  readonly isClearable?: boolean | undefined;
214
214
  readonly showDivider?: boolean | undefined;
215
- readonly label?: string | undefined;
216
- readonly required?: boolean | undefined;
217
- readonly errorMessages?: string[] | null | undefined;
218
- readonly warningMessages?: string[] | null | undefined;
219
- readonly successMessages?: string[] | null | undefined;
215
+ readonly label: string;
220
216
  readonly readonly?: boolean | undefined;
221
217
  readonly isActive?: boolean | undefined;
222
218
  readonly baseColor?: string | undefined;
@@ -228,7 +224,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
228
224
  readonly direction?: "horizontal" | "vertical" | undefined;
229
225
  readonly isDirty?: boolean | undefined;
230
226
  readonly disabled?: boolean | undefined;
231
- readonly isOnError?: boolean | undefined;
232
227
  readonly isFlat?: boolean | undefined;
233
228
  readonly isFocused?: boolean | undefined;
234
229
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -236,7 +231,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
236
231
  readonly hint?: string | undefined;
237
232
  readonly id?: string | undefined;
238
233
  readonly loading?: string | boolean | undefined;
239
- readonly maxErrors?: string | number | undefined;
240
234
  readonly maxWidth?: string | number | undefined;
241
235
  readonly messages?: string | string[] | undefined;
242
236
  readonly minWidth?: string | number | undefined;
@@ -250,9 +244,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
250
244
  readonly isReversed?: boolean | undefined;
251
245
  readonly role?: string | undefined;
252
246
  readonly rounded?: string | number | boolean | undefined;
253
- readonly hasError?: boolean | undefined;
254
- readonly hasWarning?: boolean | undefined;
255
- readonly hasSuccess?: boolean | undefined;
256
247
  readonly isOnSingleLine?: boolean | undefined;
257
248
  readonly suffix?: string | undefined;
258
249
  readonly theme?: string | undefined;
@@ -261,18 +252,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
261
252
  readonly width?: string | number | undefined;
262
253
  readonly displayAsterisk?: boolean | undefined;
263
254
  readonly noIcon?: boolean | undefined;
264
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
265
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
266
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
267
- readonly showSuccessMessages?: boolean | undefined;
268
- readonly isValidateOnBlur?: boolean | undefined;
269
- readonly disableErrorHandling?: boolean | undefined;
270
255
  readonly disableClickButton?: boolean | undefined;
271
256
  readonly autocomplete?: string | undefined;
272
257
  readonly helpText?: string | undefined;
273
258
  readonly maxlength?: string | number | undefined;
274
259
  readonly title?: string | false | undefined;
260
+ readonly required?: boolean | undefined;
261
+ readonly isValidateOnBlur?: boolean | undefined;
262
+ readonly showSuccessMessages?: boolean | undefined;
263
+ readonly disableErrorHandling?: boolean | undefined;
264
+ readonly useVuetifyValidation?: boolean | undefined;
265
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
266
+ readonly customRules?: ValidationRule[] | undefined;
267
+ readonly customWarningRules?: ValidationRule[] | undefined;
268
+ readonly customSuccessRules?: ValidationRule[] | undefined;
269
+ readonly errorMessages?: string[] | null | undefined;
270
+ readonly warningMessages?: string[] | null | undefined;
271
+ readonly successMessages?: string[] | null | undefined;
272
+ readonly hasError?: boolean | undefined;
273
+ readonly hasWarning?: boolean | undefined;
274
+ readonly hasSuccess?: boolean | undefined;
275
+ readonly maxErrors?: number | undefined;
275
276
  readonly onInput?: ((...args: any[]) => any) | undefined;
277
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
278
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
276
279
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
277
280
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
278
281
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -653,16 +656,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
653
656
  hint?: string | undefined;
654
657
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
655
658
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
656
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
659
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
657
660
  reset: () => Promise<void>;
658
661
  resetValidation: () => Promise<void>;
659
662
  validate: (silent?: boolean) => Promise<string[]>;
660
- isValid: import('vue').ComputedRef<boolean | null>;
661
- errorMessages: import('vue').ComputedRef<string[]>;
662
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
663
+ isValid: boolean | null;
664
+ errorMessages: string[];
665
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
663
666
  modelValue?: unknown;
664
667
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
665
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
668
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
666
669
  $: import('vue').ComponentInternalInstance;
667
670
  $data: {};
668
671
  $props: Partial<{
@@ -920,13 +923,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
920
923
  labelId?: string | undefined;
921
924
  } & {
922
925
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
923
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
924
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
925
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
926
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
926
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
927
+ controlRef: HTMLElement | undefined;
928
+ fieldIconColor: string | undefined;
929
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
927
930
  modelValue?: unknown;
928
931
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
929
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
932
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
930
933
  _allExposed: {
931
934
  reset: () => Promise<void>;
932
935
  resetValidation: () => Promise<void>;
@@ -1390,16 +1393,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1390
1393
  hint?: string | undefined;
1391
1394
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1392
1395
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1393
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1396
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1394
1397
  reset: () => Promise<void>;
1395
1398
  resetValidation: () => Promise<void>;
1396
1399
  validate: (silent?: boolean) => Promise<string[]>;
1397
- isValid: import('vue').ComputedRef<boolean | null>;
1398
- errorMessages: import('vue').ComputedRef<string[]>;
1399
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1400
+ isValid: boolean | null;
1401
+ errorMessages: string[];
1402
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1400
1403
  modelValue?: unknown;
1401
1404
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1402
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1405
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1403
1406
  $: import('vue').ComponentInternalInstance;
1404
1407
  $data: {};
1405
1408
  $props: Partial<{
@@ -1657,13 +1660,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1657
1660
  labelId?: string | undefined;
1658
1661
  } & {
1659
1662
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1660
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1661
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1662
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
1663
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1663
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1664
+ controlRef: HTMLElement | undefined;
1665
+ fieldIconColor: string | undefined;
1666
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1664
1667
  modelValue?: unknown;
1665
1668
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1666
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1669
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1667
1670
  _allExposed: {
1668
1671
  reset: () => Promise<void>;
1669
1672
  resetValidation: () => Promise<void>;
@@ -1712,10 +1715,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1712
1715
  $root: ComponentPublicInstance | null;
1713
1716
  $parent: ComponentPublicInstance | null;
1714
1717
  $host: Element | null;
1715
- $emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1718
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1716
1719
  $el: any;
1717
1720
  $options: import('vue').ComponentOptionsBase<Readonly<{
1718
- modelValue?: string | number | null;
1721
+ modelValue?: string | number | null | undefined;
1719
1722
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
1720
1723
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
1721
1724
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -1728,10 +1731,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1728
1731
  isClearable?: boolean;
1729
1732
  showDivider?: boolean;
1730
1733
  label?: string;
1731
- required?: boolean;
1732
- errorMessages?: string[] | null;
1733
- warningMessages?: string[] | null;
1734
- successMessages?: string[] | null;
1735
1734
  readonly?: boolean;
1736
1735
  isActive?: boolean;
1737
1736
  baseColor?: string;
@@ -1743,7 +1742,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1743
1742
  direction?: "horizontal" | "vertical";
1744
1743
  isDirty?: boolean;
1745
1744
  disabled?: boolean;
1746
- isOnError?: boolean;
1747
1745
  isFlat?: boolean;
1748
1746
  isFocused?: boolean;
1749
1747
  areDetailsHidden?: boolean | "auto";
@@ -1751,7 +1749,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1751
1749
  hint?: string;
1752
1750
  id?: string;
1753
1751
  loading?: string | boolean;
1754
- maxErrors?: string | number;
1755
1752
  maxWidth?: string | number;
1756
1753
  messages?: string | string[];
1757
1754
  minWidth?: string | number;
@@ -1765,9 +1762,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1765
1762
  isReversed?: boolean;
1766
1763
  role?: string;
1767
1764
  rounded?: string | number | boolean;
1768
- hasError?: boolean;
1769
- hasWarning?: boolean;
1770
- hasSuccess?: boolean;
1771
1765
  isOnSingleLine?: boolean;
1772
1766
  suffix?: string;
1773
1767
  theme?: string;
@@ -1776,40 +1770,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1776
1770
  width?: string | number;
1777
1771
  displayAsterisk?: boolean;
1778
1772
  noIcon?: boolean;
1779
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
1780
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
1781
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
1782
- showSuccessMessages?: boolean;
1783
- isValidateOnBlur?: boolean;
1784
- disableErrorHandling?: boolean;
1785
1773
  disableClickButton?: boolean;
1786
1774
  autocomplete?: string;
1787
1775
  helpText?: string;
1788
1776
  maxlength?: string | number;
1789
1777
  title?: string | false;
1790
- }> & Readonly<{
1778
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1791
1779
  onInput?: ((...args: any[]) => any) | undefined;
1780
+ onBlur?: ((...args: any[]) => any) | undefined;
1781
+ onFocus?: ((...args: any[]) => any) | undefined;
1792
1782
  onKeydown?: ((...args: any[]) => any) | undefined;
1793
1783
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1794
1784
  onClear?: ((...args: any[]) => any) | undefined;
1795
1785
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1796
1786
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1797
1787
  }>, {
1798
- validation: {
1799
- errors: Ref<string[], string[]>;
1800
- warnings: Ref<string[], string[]>;
1801
- successes: Ref<string[], string[]>;
1802
- hasError: import('vue').ComputedRef<boolean>;
1803
- hasWarning: import('vue').ComputedRef<boolean>;
1804
- hasSuccess: import('vue').ComputedRef<boolean>;
1805
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
1806
- validateOnSubmit: () => Promise<boolean>;
1807
- clearValidation: () => void;
1808
- };
1809
- validateOnSubmit: () => boolean;
1810
- checkErrorOnBlur: () => void;
1788
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1811
1789
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1812
1790
  input: (...args: any[]) => void;
1791
+ blur: (...args: any[]) => void;
1792
+ focus: (...args: any[]) => void;
1813
1793
  keydown: (...args: any[]) => void;
1814
1794
  "update:modelValue": (...args: any[]) => void;
1815
1795
  clear: (...args: any[]) => void;
@@ -1839,7 +1819,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1839
1819
  modelValue: string | number | null;
1840
1820
  bgColor: string;
1841
1821
  isActive: boolean;
1822
+ required: boolean;
1842
1823
  prefix: string;
1824
+ showSuccessMessages: boolean;
1825
+ disableErrorHandling: boolean;
1826
+ errorMessages: string[] | null;
1827
+ maxErrors: number;
1843
1828
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1844
1829
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1845
1830
  prependTooltip: string;
@@ -1847,44 +1832,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1847
1832
  tooltipLocation: "top" | "bottom" | "start" | "end";
1848
1833
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1849
1834
  isClearable: boolean;
1850
- errorMessages: string[] | null;
1851
- warningMessages: string[] | null;
1852
- successMessages: string[] | null;
1853
1835
  centerAffix: boolean;
1854
1836
  counter: string | number | boolean;
1855
1837
  counterValue: number | ((value: any) => number);
1856
1838
  direction: "horizontal" | "vertical";
1857
1839
  isDirty: boolean;
1858
- isOnError: boolean;
1859
1840
  isFlat: boolean;
1860
1841
  isFocused: boolean;
1861
1842
  areDetailsHidden: boolean | "auto";
1862
1843
  areSpinButtonsHidden: boolean;
1863
1844
  hint: string;
1864
- maxErrors: string | number;
1865
1845
  messages: string | string[];
1866
1846
  displayPersistentClear: boolean;
1867
1847
  displayPersistentCounter: boolean;
1868
1848
  displayPersistentHint: boolean;
1869
1849
  displayPersistentPlaceholder: boolean;
1870
1850
  isReversed: boolean;
1871
- hasError: boolean;
1872
- hasWarning: boolean;
1873
1851
  isOnSingleLine: boolean;
1874
1852
  suffix: string;
1875
1853
  isTiled: boolean;
1876
1854
  displayAsterisk: boolean;
1877
1855
  noIcon: boolean;
1878
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1879
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1880
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1881
- showSuccessMessages: boolean;
1882
- isValidateOnBlur: boolean;
1883
- disableErrorHandling: boolean;
1884
1856
  disableClickButton: boolean;
1885
1857
  autocomplete: string;
1886
1858
  helpText: string;
1887
1859
  maxlength: string | number;
1860
+ isValidateOnBlur: boolean;
1861
+ useVuetifyValidation: boolean;
1862
+ customRules: ValidationRule[];
1863
+ customWarningRules: ValidationRule[];
1864
+ customSuccessRules: ValidationRule[];
1865
+ warningMessages: string[] | null;
1866
+ successMessages: string[] | null;
1867
+ hasError: boolean;
1868
+ hasWarning: boolean;
1869
+ hasSuccess: boolean;
1888
1870
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1889
1871
  beforeCreate?: (() => void) | (() => void)[];
1890
1872
  created?: (() => void) | (() => void)[];
@@ -1929,7 +1911,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1929
1911
  modelValue: string | number | null;
1930
1912
  bgColor: string;
1931
1913
  isActive: boolean;
1914
+ required: boolean;
1932
1915
  prefix: string;
1916
+ showSuccessMessages: boolean;
1917
+ disableErrorHandling: boolean;
1918
+ errorMessages: string[] | null;
1919
+ maxErrors: number;
1933
1920
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1934
1921
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1935
1922
  prependTooltip: string;
@@ -1937,46 +1924,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1937
1924
  tooltipLocation: "top" | "bottom" | "start" | "end";
1938
1925
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1939
1926
  isClearable: boolean;
1940
- errorMessages: string[] | null;
1941
- warningMessages: string[] | null;
1942
- successMessages: string[] | null;
1943
1927
  centerAffix: boolean;
1944
1928
  counter: string | number | boolean;
1945
1929
  counterValue: number | ((value: any) => number);
1946
1930
  direction: "horizontal" | "vertical";
1947
1931
  isDirty: boolean;
1948
- isOnError: boolean;
1949
1932
  isFlat: boolean;
1950
1933
  isFocused: boolean;
1951
1934
  areDetailsHidden: boolean | "auto";
1952
1935
  areSpinButtonsHidden: boolean;
1953
1936
  hint: string;
1954
- maxErrors: string | number;
1955
1937
  messages: string | string[];
1956
1938
  displayPersistentClear: boolean;
1957
1939
  displayPersistentCounter: boolean;
1958
1940
  displayPersistentHint: boolean;
1959
1941
  displayPersistentPlaceholder: boolean;
1960
1942
  isReversed: boolean;
1961
- hasError: boolean;
1962
- hasWarning: boolean;
1963
1943
  isOnSingleLine: boolean;
1964
1944
  suffix: string;
1965
1945
  isTiled: boolean;
1966
1946
  displayAsterisk: boolean;
1967
1947
  noIcon: boolean;
1968
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1969
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1970
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1971
- showSuccessMessages: boolean;
1972
- isValidateOnBlur: boolean;
1973
- disableErrorHandling: boolean;
1974
1948
  disableClickButton: boolean;
1975
1949
  autocomplete: string;
1976
1950
  helpText: string;
1977
1951
  maxlength: string | number;
1952
+ isValidateOnBlur: boolean;
1953
+ useVuetifyValidation: boolean;
1954
+ customRules: ValidationRule[];
1955
+ customWarningRules: ValidationRule[];
1956
+ customSuccessRules: ValidationRule[];
1957
+ warningMessages: string[] | null;
1958
+ successMessages: string[] | null;
1959
+ hasError: boolean;
1960
+ hasWarning: boolean;
1961
+ hasSuccess: boolean;
1978
1962
  }> & Omit<Readonly<{
1979
- modelValue?: string | number | null;
1963
+ modelValue?: string | number | null | undefined;
1980
1964
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
1981
1965
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
1982
1966
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -1989,10 +1973,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1989
1973
  isClearable?: boolean;
1990
1974
  showDivider?: boolean;
1991
1975
  label?: string;
1992
- required?: boolean;
1993
- errorMessages?: string[] | null;
1994
- warningMessages?: string[] | null;
1995
- successMessages?: string[] | null;
1996
1976
  readonly?: boolean;
1997
1977
  isActive?: boolean;
1998
1978
  baseColor?: string;
@@ -2004,7 +1984,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2004
1984
  direction?: "horizontal" | "vertical";
2005
1985
  isDirty?: boolean;
2006
1986
  disabled?: boolean;
2007
- isOnError?: boolean;
2008
1987
  isFlat?: boolean;
2009
1988
  isFocused?: boolean;
2010
1989
  areDetailsHidden?: boolean | "auto";
@@ -2012,7 +1991,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2012
1991
  hint?: string;
2013
1992
  id?: string;
2014
1993
  loading?: string | boolean;
2015
- maxErrors?: string | number;
2016
1994
  maxWidth?: string | number;
2017
1995
  messages?: string | string[];
2018
1996
  minWidth?: string | number;
@@ -2026,9 +2004,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2026
2004
  isReversed?: boolean;
2027
2005
  role?: string;
2028
2006
  rounded?: string | number | boolean;
2029
- hasError?: boolean;
2030
- hasWarning?: boolean;
2031
- hasSuccess?: boolean;
2032
2007
  isOnSingleLine?: boolean;
2033
2008
  suffix?: string;
2034
2009
  theme?: string;
@@ -2037,39 +2012,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2037
2012
  width?: string | number;
2038
2013
  displayAsterisk?: boolean;
2039
2014
  noIcon?: boolean;
2040
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2041
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2042
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2043
- showSuccessMessages?: boolean;
2044
- isValidateOnBlur?: boolean;
2045
- disableErrorHandling?: boolean;
2046
2015
  disableClickButton?: boolean;
2047
2016
  autocomplete?: string;
2048
2017
  helpText?: string;
2049
2018
  maxlength?: string | number;
2050
2019
  title?: string | false;
2051
- }> & Readonly<{
2020
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
2052
2021
  onInput?: ((...args: any[]) => any) | undefined;
2022
+ onBlur?: ((...args: any[]) => any) | undefined;
2023
+ onFocus?: ((...args: any[]) => any) | undefined;
2053
2024
  onKeydown?: ((...args: any[]) => any) | undefined;
2054
2025
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2055
2026
  onClear?: ((...args: any[]) => any) | undefined;
2056
2027
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2057
2028
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2058
- }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "title" | "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" | "maxlength")> & import('vue').ShallowUnwrapRef<{
2059
- validation: {
2060
- errors: Ref<string[], string[]>;
2061
- warnings: Ref<string[], string[]>;
2062
- successes: Ref<string[], string[]>;
2063
- hasError: import('vue').ComputedRef<boolean>;
2064
- hasWarning: import('vue').ComputedRef<boolean>;
2065
- hasSuccess: import('vue').ComputedRef<boolean>;
2066
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
2067
- validateOnSubmit: () => Promise<boolean>;
2068
- clearValidation: () => void;
2069
- };
2070
- validateOnSubmit: () => boolean;
2071
- checkErrorOnBlur: () => void;
2072
- }> & {} & import('vue').ComponentCustomProperties & {} & {
2029
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
2030
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2031
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2073
2032
  $slots: {
2074
2033
  prepend?(_: {}): any;
2075
2034
  append?(_: {}): any;
@@ -2087,32 +2046,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2087
2046
  M: {};
2088
2047
  Defaults: {};
2089
2048
  }, Readonly<{
2090
- modelValue?: DateValue;
2091
- placeholder?: string;
2092
- format?: string;
2049
+ autoClamp?: boolean;
2050
+ bgColor?: string;
2051
+ customRules?: ValidationRule[];
2052
+ customWarningRules?: ValidationRule[];
2093
2053
  dateFormatReturn?: string;
2094
- label: string;
2095
- required?: boolean;
2054
+ density?: "default" | "comfortable" | "compact";
2055
+ disableErrorHandling?: boolean;
2096
2056
  disabled?: boolean;
2097
- readonly?: boolean;
2098
- title?: string | false;
2099
- isOutlined?: boolean;
2100
- displayIcon?: boolean;
2101
2057
  displayAppendIcon?: boolean;
2102
- noIcon?: boolean;
2103
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2104
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2058
+ displayIcon?: boolean;
2105
2059
  displayPrependIcon?: boolean;
2106
- disableErrorHandling?: boolean;
2107
- showSuccessMessages?: boolean;
2108
- bgColor?: string;
2109
2060
  displayRange?: boolean;
2110
- autoClamp?: boolean;
2111
- isValidateOnBlur?: boolean;
2112
- density?: "default" | "comfortable" | "compact";
2061
+ externalErrorMessages?: string[];
2062
+ format?: string;
2113
2063
  hint?: string;
2064
+ isOutlined?: boolean;
2065
+ isValidateOnBlur?: boolean;
2066
+ label: string;
2067
+ modelValue?: DateValue;
2068
+ noIcon?: boolean;
2114
2069
  persistentHint?: boolean;
2115
- externalErrorMessages?: string[];
2070
+ placeholder?: string;
2071
+ readonly?: boolean;
2072
+ required?: boolean;
2073
+ showSuccessMessages?: boolean;
2074
+ title?: string | false;
2116
2075
  }> & Readonly<{
2117
2076
  onInput?: ((value: string) => any) | undefined;
2118
2077
  onBlur?: (() => any) | undefined;
@@ -2120,7 +2079,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2120
2079
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2121
2080
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2122
2081
  }>, {
2123
- validateOnSubmit: () => boolean;
2082
+ validateOnSubmit: () => Promise<boolean>;
2124
2083
  reset: () => void;
2125
2084
  focus(): void;
2126
2085
  blur(): void;
@@ -2133,38 +2092,28 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2133
2092
  modelValue: DateValue;
2134
2093
  bgColor: string;
2135
2094
  required: boolean;
2095
+ showSuccessMessages: boolean;
2096
+ disableErrorHandling: boolean;
2136
2097
  hint: string;
2137
2098
  noIcon: boolean;
2138
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2139
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2140
- showSuccessMessages: boolean;
2141
2099
  isValidateOnBlur: boolean;
2142
- disableErrorHandling: boolean;
2100
+ customRules: ValidationRule[];
2101
+ customWarningRules: ValidationRule[];
2143
2102
  persistentHint: boolean;
2144
2103
  format: string;
2145
2104
  autoClamp: boolean;
2146
2105
  displayRange: boolean;
2147
2106
  dateFormatReturn: string;
2148
- isOutlined: boolean;
2149
- displayIcon: boolean;
2150
2107
  displayAppendIcon: boolean;
2108
+ displayIcon: boolean;
2151
2109
  displayPrependIcon: boolean;
2152
2110
  externalErrorMessages: string[];
2111
+ isOutlined: boolean;
2153
2112
  }> | null;
2154
2113
  complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2155
- modelValue?: DateInput;
2156
- label: string;
2157
- placeholder?: string;
2158
- format?: string;
2159
- dateFormatReturn?: string;
2160
- isBirthDate?: boolean;
2114
+ autoClamp?: boolean;
2115
+ bgColor?: string;
2161
2116
  birthDate?: boolean;
2162
- showWeekNumber?: boolean;
2163
- required?: boolean;
2164
- displayRange?: boolean;
2165
- displayIcon?: boolean;
2166
- displayAppendIcon?: boolean;
2167
- displayPrependIcon?: boolean;
2168
2117
  customRules?: {
2169
2118
  type: string;
2170
2119
  options: any;
@@ -2173,31 +2122,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2173
2122
  type: string;
2174
2123
  options: any;
2175
2124
  }[];
2176
- disabled?: boolean;
2177
- noIcon?: boolean;
2178
- noCalendar?: boolean;
2179
- isOutlined?: boolean;
2180
- readonly?: boolean;
2181
- title?: string | false;
2182
- width?: string;
2125
+ dateFormatReturn?: string;
2126
+ density?: "default" | "comfortable" | "compact";
2183
2127
  disableErrorHandling?: boolean;
2184
- showSuccessMessages?: boolean;
2185
- bgColor?: string;
2186
- textFieldActivator?: boolean;
2128
+ disabled?: boolean;
2129
+ displayAppendIcon?: boolean;
2130
+ displayAsterisk?: boolean;
2131
+ displayHolidayDays?: boolean;
2132
+ displayIcon?: boolean;
2133
+ displayPrependIcon?: boolean;
2134
+ displayRange?: boolean;
2187
2135
  displayTodayButton?: boolean;
2188
2136
  displayWeekendDays?: boolean;
2189
- displayHolidayDays?: boolean;
2190
- displayAsterisk?: boolean;
2137
+ format?: string;
2138
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
2139
+ hint?: string;
2140
+ isBirthDate?: boolean;
2141
+ isOutlined?: boolean;
2142
+ isValidateOnBlur?: boolean;
2143
+ label: string;
2144
+ modelValue?: DateInput;
2145
+ noCalendar?: boolean;
2146
+ noIcon?: boolean;
2191
2147
  period?: {
2192
- min?: string;
2193
2148
  max?: string;
2149
+ min?: string;
2194
2150
  };
2195
- autoClamp?: boolean;
2196
- isValidateOnBlur?: boolean;
2197
- density?: "default" | "comfortable" | "compact";
2198
- hint?: string;
2199
2151
  persistentHint?: boolean;
2200
- headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
2152
+ placeholder?: string;
2153
+ readonly?: boolean;
2154
+ required?: boolean;
2155
+ showSuccessMessages?: boolean;
2156
+ showWeekNumber?: boolean;
2157
+ textFieldActivator?: boolean;
2158
+ title?: string | false;
2159
+ width?: string;
2201
2160
  }> & Readonly<{
2202
2161
  onInput?: ((value: string) => any) | undefined;
2203
2162
  onBlur?: (() => any) | undefined;
@@ -2206,7 +2165,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2206
2165
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2207
2166
  onClosed?: (() => any) | undefined;
2208
2167
  }>, {
2209
- validateOnSubmit: () => boolean;
2168
+ validateOnSubmit: () => Promise<boolean>;
2210
2169
  isDatePickerVisible: Ref<boolean, boolean>;
2211
2170
  selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
2212
2171
  errorMessages: import('vue').ComputedRef<string[]>;
@@ -2219,9 +2178,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2219
2178
  currentMonth: Ref<string | null, string | null>;
2220
2179
  currentMonthName: Ref<string | null, string | null>;
2221
2180
  toggleDatePicker: () => void;
2222
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
2181
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
2223
2182
  clearValidation: () => void;
2224
- validateDates: (forceValidation?: boolean) => ValidationResult;
2183
+ validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
2225
2184
  formatDateInput: (input: string, cursorPosition?: number) => {
2226
2185
  formatted: string;
2227
2186
  cursorPos: number;
@@ -2253,9 +2212,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2253
2212
  modelValue: DateInput;
2254
2213
  bgColor: string;
2255
2214
  required: boolean;
2215
+ showSuccessMessages: boolean;
2216
+ disableErrorHandling: boolean;
2256
2217
  hint: string;
2257
2218
  displayAsterisk: boolean;
2258
2219
  noIcon: boolean;
2220
+ isValidateOnBlur: boolean;
2259
2221
  customRules: {
2260
2222
  type: string;
2261
2223
  options: any;
@@ -2264,9 +2226,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2264
2226
  type: string;
2265
2227
  options: any;
2266
2228
  }[];
2267
- showSuccessMessages: boolean;
2268
- isValidateOnBlur: boolean;
2269
- disableErrorHandling: boolean;
2270
2229
  persistentHint: boolean;
2271
2230
  format: string;
2272
2231
  autoClamp: boolean;
@@ -2274,49 +2233,49 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2274
2233
  displayRange: boolean;
2275
2234
  dateFormatReturn: string;
2276
2235
  textFieldActivator: boolean;
2277
- isOutlined: boolean;
2278
- displayIcon: boolean;
2279
2236
  displayAppendIcon: boolean;
2237
+ displayIcon: boolean;
2280
2238
  displayPrependIcon: boolean;
2281
- isBirthDate: boolean;
2239
+ isOutlined: boolean;
2282
2240
  birthDate: boolean;
2283
- showWeekNumber: boolean;
2241
+ displayHolidayDays: boolean;
2284
2242
  displayTodayButton: boolean;
2285
2243
  displayWeekendDays: boolean;
2286
- displayHolidayDays: boolean;
2244
+ isBirthDate: boolean;
2287
2245
  period: {
2288
- min?: string;
2289
2246
  max?: string;
2247
+ min?: string;
2290
2248
  };
2249
+ showWeekNumber: boolean;
2291
2250
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2292
2251
  accessibilityDescriptionRef: HTMLSpanElement;
2293
2252
  dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2294
- modelValue?: DateValue;
2295
- placeholder?: string;
2296
- format?: string;
2253
+ autoClamp?: boolean;
2254
+ bgColor?: string;
2255
+ customRules?: ValidationRule[];
2256
+ customWarningRules?: ValidationRule[];
2297
2257
  dateFormatReturn?: string;
2298
- label: string;
2299
- required?: boolean;
2258
+ density?: "default" | "comfortable" | "compact";
2259
+ disableErrorHandling?: boolean;
2300
2260
  disabled?: boolean;
2301
- readonly?: boolean;
2302
- title?: string | false;
2303
- isOutlined?: boolean;
2304
- displayIcon?: boolean;
2305
2261
  displayAppendIcon?: boolean;
2306
- noIcon?: boolean;
2307
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2308
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2262
+ displayIcon?: boolean;
2309
2263
  displayPrependIcon?: boolean;
2310
- disableErrorHandling?: boolean;
2311
- showSuccessMessages?: boolean;
2312
- bgColor?: string;
2313
2264
  displayRange?: boolean;
2314
- autoClamp?: boolean;
2315
- isValidateOnBlur?: boolean;
2316
- density?: "default" | "comfortable" | "compact";
2265
+ externalErrorMessages?: string[];
2266
+ format?: string;
2317
2267
  hint?: string;
2268
+ isOutlined?: boolean;
2269
+ isValidateOnBlur?: boolean;
2270
+ label: string;
2271
+ modelValue?: DateValue;
2272
+ noIcon?: boolean;
2318
2273
  persistentHint?: boolean;
2319
- externalErrorMessages?: string[];
2274
+ placeholder?: string;
2275
+ readonly?: boolean;
2276
+ required?: boolean;
2277
+ showSuccessMessages?: boolean;
2278
+ title?: string | false;
2320
2279
  }> & Readonly<{
2321
2280
  onInput?: ((value: string) => any) | undefined;
2322
2281
  onBlur?: (() => any) | undefined;
@@ -2324,7 +2283,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2324
2283
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2325
2284
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2326
2285
  }>, {
2327
- validateOnSubmit: () => boolean;
2286
+ validateOnSubmit: () => Promise<boolean>;
2328
2287
  reset: () => void;
2329
2288
  focus(): void;
2330
2289
  blur(): void;
@@ -2343,29 +2302,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2343
2302
  modelValue: DateValue;
2344
2303
  bgColor: string;
2345
2304
  required: boolean;
2305
+ showSuccessMessages: boolean;
2306
+ disableErrorHandling: boolean;
2346
2307
  hint: string;
2347
2308
  noIcon: boolean;
2348
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2349
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2350
- showSuccessMessages: boolean;
2351
2309
  isValidateOnBlur: boolean;
2352
- disableErrorHandling: boolean;
2310
+ customRules: ValidationRule[];
2311
+ customWarningRules: ValidationRule[];
2353
2312
  persistentHint: boolean;
2354
2313
  format: string;
2355
2314
  autoClamp: boolean;
2356
2315
  displayRange: boolean;
2357
2316
  dateFormatReturn: string;
2358
- isOutlined: boolean;
2359
- displayIcon: boolean;
2360
2317
  displayAppendIcon: boolean;
2318
+ displayIcon: boolean;
2361
2319
  displayPrependIcon: boolean;
2362
2320
  externalErrorMessages: string[];
2321
+ isOutlined: boolean;
2363
2322
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2364
2323
  inputRef: ({
2365
2324
  $: import('vue').ComponentInternalInstance;
2366
2325
  $data: {};
2367
2326
  $props: {
2368
- readonly modelValue?: string | number | null | undefined;
2327
+ readonly modelValue?: string | number | null | undefined | undefined;
2369
2328
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
2370
2329
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
2371
2330
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -2377,11 +2336,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2377
2336
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
2378
2337
  readonly isClearable?: boolean | undefined;
2379
2338
  readonly showDivider?: boolean | undefined;
2380
- readonly label?: string | undefined;
2381
- readonly required?: boolean | undefined;
2382
- readonly errorMessages?: string[] | null | undefined;
2383
- readonly warningMessages?: string[] | null | undefined;
2384
- readonly successMessages?: string[] | null | undefined;
2339
+ readonly label: string;
2385
2340
  readonly readonly?: boolean | undefined;
2386
2341
  readonly isActive?: boolean | undefined;
2387
2342
  readonly baseColor?: string | undefined;
@@ -2393,7 +2348,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2393
2348
  readonly direction?: "horizontal" | "vertical" | undefined;
2394
2349
  readonly isDirty?: boolean | undefined;
2395
2350
  readonly disabled?: boolean | undefined;
2396
- readonly isOnError?: boolean | undefined;
2397
2351
  readonly isFlat?: boolean | undefined;
2398
2352
  readonly isFocused?: boolean | undefined;
2399
2353
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -2401,7 +2355,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2401
2355
  readonly hint?: string | undefined;
2402
2356
  readonly id?: string | undefined;
2403
2357
  readonly loading?: string | boolean | undefined;
2404
- readonly maxErrors?: string | number | undefined;
2405
2358
  readonly maxWidth?: string | number | undefined;
2406
2359
  readonly messages?: string | string[] | undefined;
2407
2360
  readonly minWidth?: string | number | undefined;
@@ -2415,9 +2368,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2415
2368
  readonly isReversed?: boolean | undefined;
2416
2369
  readonly role?: string | undefined;
2417
2370
  readonly rounded?: string | number | boolean | undefined;
2418
- readonly hasError?: boolean | undefined;
2419
- readonly hasWarning?: boolean | undefined;
2420
- readonly hasSuccess?: boolean | undefined;
2421
2371
  readonly isOnSingleLine?: boolean | undefined;
2422
2372
  readonly suffix?: string | undefined;
2423
2373
  readonly theme?: string | undefined;
@@ -2426,18 +2376,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2426
2376
  readonly width?: string | number | undefined;
2427
2377
  readonly displayAsterisk?: boolean | undefined;
2428
2378
  readonly noIcon?: boolean | undefined;
2429
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2430
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2431
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2432
- readonly showSuccessMessages?: boolean | undefined;
2433
- readonly isValidateOnBlur?: boolean | undefined;
2434
- readonly disableErrorHandling?: boolean | undefined;
2435
2379
  readonly disableClickButton?: boolean | undefined;
2436
2380
  readonly autocomplete?: string | undefined;
2437
2381
  readonly helpText?: string | undefined;
2438
2382
  readonly maxlength?: string | number | undefined;
2439
2383
  readonly title?: string | false | undefined;
2384
+ readonly required?: boolean | undefined;
2385
+ readonly isValidateOnBlur?: boolean | undefined;
2386
+ readonly showSuccessMessages?: boolean | undefined;
2387
+ readonly disableErrorHandling?: boolean | undefined;
2388
+ readonly useVuetifyValidation?: boolean | undefined;
2389
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2390
+ readonly customRules?: ValidationRule[] | undefined;
2391
+ readonly customWarningRules?: ValidationRule[] | undefined;
2392
+ readonly customSuccessRules?: ValidationRule[] | undefined;
2393
+ readonly errorMessages?: string[] | null | undefined;
2394
+ readonly warningMessages?: string[] | null | undefined;
2395
+ readonly successMessages?: string[] | null | undefined;
2396
+ readonly hasError?: boolean | undefined;
2397
+ readonly hasWarning?: boolean | undefined;
2398
+ readonly hasSuccess?: boolean | undefined;
2399
+ readonly maxErrors?: number | undefined;
2440
2400
  readonly onInput?: ((...args: any[]) => any) | undefined;
2401
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
2402
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
2441
2403
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
2442
2404
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2443
2405
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -2818,16 +2780,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2818
2780
  hint?: string | undefined;
2819
2781
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2820
2782
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2821
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
2783
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
2822
2784
  reset: () => Promise<void>;
2823
2785
  resetValidation: () => Promise<void>;
2824
2786
  validate: (silent?: boolean) => Promise<string[]>;
2825
- isValid: import('vue').ComputedRef<boolean | null>;
2826
- errorMessages: import('vue').ComputedRef<string[]>;
2827
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2787
+ isValid: boolean | null;
2788
+ errorMessages: string[];
2789
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2828
2790
  modelValue?: unknown;
2829
2791
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2830
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
2792
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
2831
2793
  $: import('vue').ComponentInternalInstance;
2832
2794
  $data: {};
2833
2795
  $props: Partial<{
@@ -3085,13 +3047,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3085
3047
  labelId?: string | undefined;
3086
3048
  } & {
3087
3049
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3088
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
3089
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
3090
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
3091
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3050
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
3051
+ controlRef: HTMLElement | undefined;
3052
+ fieldIconColor: string | undefined;
3053
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3092
3054
  modelValue?: unknown;
3093
3055
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3094
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
3056
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
3095
3057
  _allExposed: {
3096
3058
  reset: () => Promise<void>;
3097
3059
  resetValidation: () => Promise<void>;
@@ -3555,16 +3517,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3555
3517
  hint?: string | undefined;
3556
3518
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
3557
3519
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
3558
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
3520
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
3559
3521
  reset: () => Promise<void>;
3560
3522
  resetValidation: () => Promise<void>;
3561
3523
  validate: (silent?: boolean) => Promise<string[]>;
3562
- isValid: import('vue').ComputedRef<boolean | null>;
3563
- errorMessages: import('vue').ComputedRef<string[]>;
3564
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3524
+ isValid: boolean | null;
3525
+ errorMessages: string[];
3526
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3565
3527
  modelValue?: unknown;
3566
3528
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3567
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
3529
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
3568
3530
  $: import('vue').ComponentInternalInstance;
3569
3531
  $data: {};
3570
3532
  $props: Partial<{
@@ -3822,13 +3784,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3822
3784
  labelId?: string | undefined;
3823
3785
  } & {
3824
3786
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3825
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
3826
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
3827
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
3828
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3787
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
3788
+ controlRef: HTMLElement | undefined;
3789
+ fieldIconColor: string | undefined;
3790
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3829
3791
  modelValue?: unknown;
3830
3792
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3831
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
3793
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
3832
3794
  _allExposed: {
3833
3795
  reset: () => Promise<void>;
3834
3796
  resetValidation: () => Promise<void>;
@@ -3877,10 +3839,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3877
3839
  $root: ComponentPublicInstance | null;
3878
3840
  $parent: ComponentPublicInstance | null;
3879
3841
  $host: Element | null;
3880
- $emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
3842
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
3881
3843
  $el: any;
3882
3844
  $options: import('vue').ComponentOptionsBase<Readonly<{
3883
- modelValue?: string | number | null;
3845
+ modelValue?: string | number | null | undefined;
3884
3846
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
3885
3847
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
3886
3848
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -3893,10 +3855,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3893
3855
  isClearable?: boolean;
3894
3856
  showDivider?: boolean;
3895
3857
  label?: string;
3896
- required?: boolean;
3897
- errorMessages?: string[] | null;
3898
- warningMessages?: string[] | null;
3899
- successMessages?: string[] | null;
3900
3858
  readonly?: boolean;
3901
3859
  isActive?: boolean;
3902
3860
  baseColor?: string;
@@ -3908,7 +3866,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3908
3866
  direction?: "horizontal" | "vertical";
3909
3867
  isDirty?: boolean;
3910
3868
  disabled?: boolean;
3911
- isOnError?: boolean;
3912
3869
  isFlat?: boolean;
3913
3870
  isFocused?: boolean;
3914
3871
  areDetailsHidden?: boolean | "auto";
@@ -3916,7 +3873,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3916
3873
  hint?: string;
3917
3874
  id?: string;
3918
3875
  loading?: string | boolean;
3919
- maxErrors?: string | number;
3920
3876
  maxWidth?: string | number;
3921
3877
  messages?: string | string[];
3922
3878
  minWidth?: string | number;
@@ -3930,9 +3886,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3930
3886
  isReversed?: boolean;
3931
3887
  role?: string;
3932
3888
  rounded?: string | number | boolean;
3933
- hasError?: boolean;
3934
- hasWarning?: boolean;
3935
- hasSuccess?: boolean;
3936
3889
  isOnSingleLine?: boolean;
3937
3890
  suffix?: string;
3938
3891
  theme?: string;
@@ -3941,40 +3894,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3941
3894
  width?: string | number;
3942
3895
  displayAsterisk?: boolean;
3943
3896
  noIcon?: boolean;
3944
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
3945
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
3946
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
3947
- showSuccessMessages?: boolean;
3948
- isValidateOnBlur?: boolean;
3949
- disableErrorHandling?: boolean;
3950
3897
  disableClickButton?: boolean;
3951
3898
  autocomplete?: string;
3952
3899
  helpText?: string;
3953
3900
  maxlength?: string | number;
3954
3901
  title?: string | false;
3955
- }> & Readonly<{
3902
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3956
3903
  onInput?: ((...args: any[]) => any) | undefined;
3904
+ onBlur?: ((...args: any[]) => any) | undefined;
3905
+ onFocus?: ((...args: any[]) => any) | undefined;
3957
3906
  onKeydown?: ((...args: any[]) => any) | undefined;
3958
3907
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3959
3908
  onClear?: ((...args: any[]) => any) | undefined;
3960
3909
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
3961
3910
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
3962
3911
  }>, {
3963
- validation: {
3964
- errors: Ref<string[], string[]>;
3965
- warnings: Ref<string[], string[]>;
3966
- successes: Ref<string[], string[]>;
3967
- hasError: import('vue').ComputedRef<boolean>;
3968
- hasWarning: import('vue').ComputedRef<boolean>;
3969
- hasSuccess: import('vue').ComputedRef<boolean>;
3970
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
3971
- validateOnSubmit: () => Promise<boolean>;
3972
- clearValidation: () => void;
3973
- };
3974
- validateOnSubmit: () => boolean;
3975
- checkErrorOnBlur: () => void;
3912
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3976
3913
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3977
3914
  input: (...args: any[]) => void;
3915
+ blur: (...args: any[]) => void;
3916
+ focus: (...args: any[]) => void;
3978
3917
  keydown: (...args: any[]) => void;
3979
3918
  "update:modelValue": (...args: any[]) => void;
3980
3919
  clear: (...args: any[]) => void;
@@ -4004,7 +3943,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4004
3943
  modelValue: string | number | null;
4005
3944
  bgColor: string;
4006
3945
  isActive: boolean;
3946
+ required: boolean;
4007
3947
  prefix: string;
3948
+ showSuccessMessages: boolean;
3949
+ disableErrorHandling: boolean;
3950
+ errorMessages: string[] | null;
3951
+ maxErrors: number;
4008
3952
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4009
3953
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4010
3954
  prependTooltip: string;
@@ -4012,44 +3956,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4012
3956
  tooltipLocation: "top" | "bottom" | "start" | "end";
4013
3957
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
4014
3958
  isClearable: boolean;
4015
- errorMessages: string[] | null;
4016
- warningMessages: string[] | null;
4017
- successMessages: string[] | null;
4018
3959
  centerAffix: boolean;
4019
3960
  counter: string | number | boolean;
4020
3961
  counterValue: number | ((value: any) => number);
4021
3962
  direction: "horizontal" | "vertical";
4022
3963
  isDirty: boolean;
4023
- isOnError: boolean;
4024
3964
  isFlat: boolean;
4025
3965
  isFocused: boolean;
4026
3966
  areDetailsHidden: boolean | "auto";
4027
3967
  areSpinButtonsHidden: boolean;
4028
3968
  hint: string;
4029
- maxErrors: string | number;
4030
3969
  messages: string | string[];
4031
3970
  displayPersistentClear: boolean;
4032
3971
  displayPersistentCounter: boolean;
4033
3972
  displayPersistentHint: boolean;
4034
3973
  displayPersistentPlaceholder: boolean;
4035
3974
  isReversed: boolean;
4036
- hasError: boolean;
4037
- hasWarning: boolean;
4038
3975
  isOnSingleLine: boolean;
4039
3976
  suffix: string;
4040
3977
  isTiled: boolean;
4041
3978
  displayAsterisk: boolean;
4042
3979
  noIcon: boolean;
4043
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4044
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4045
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
4046
- showSuccessMessages: boolean;
4047
- isValidateOnBlur: boolean;
4048
- disableErrorHandling: boolean;
4049
3980
  disableClickButton: boolean;
4050
3981
  autocomplete: string;
4051
3982
  helpText: string;
4052
3983
  maxlength: string | number;
3984
+ isValidateOnBlur: boolean;
3985
+ useVuetifyValidation: boolean;
3986
+ customRules: ValidationRule[];
3987
+ customWarningRules: ValidationRule[];
3988
+ customSuccessRules: ValidationRule[];
3989
+ warningMessages: string[] | null;
3990
+ successMessages: string[] | null;
3991
+ hasError: boolean;
3992
+ hasWarning: boolean;
3993
+ hasSuccess: boolean;
4053
3994
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
4054
3995
  beforeCreate?: (() => void) | (() => void)[];
4055
3996
  created?: (() => void) | (() => void)[];
@@ -4094,7 +4035,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4094
4035
  modelValue: string | number | null;
4095
4036
  bgColor: string;
4096
4037
  isActive: boolean;
4038
+ required: boolean;
4097
4039
  prefix: string;
4040
+ showSuccessMessages: boolean;
4041
+ disableErrorHandling: boolean;
4042
+ errorMessages: string[] | null;
4043
+ maxErrors: number;
4098
4044
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4099
4045
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4100
4046
  prependTooltip: string;
@@ -4102,46 +4048,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4102
4048
  tooltipLocation: "top" | "bottom" | "start" | "end";
4103
4049
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
4104
4050
  isClearable: boolean;
4105
- errorMessages: string[] | null;
4106
- warningMessages: string[] | null;
4107
- successMessages: string[] | null;
4108
4051
  centerAffix: boolean;
4109
4052
  counter: string | number | boolean;
4110
4053
  counterValue: number | ((value: any) => number);
4111
4054
  direction: "horizontal" | "vertical";
4112
4055
  isDirty: boolean;
4113
- isOnError: boolean;
4114
4056
  isFlat: boolean;
4115
4057
  isFocused: boolean;
4116
4058
  areDetailsHidden: boolean | "auto";
4117
4059
  areSpinButtonsHidden: boolean;
4118
4060
  hint: string;
4119
- maxErrors: string | number;
4120
4061
  messages: string | string[];
4121
4062
  displayPersistentClear: boolean;
4122
4063
  displayPersistentCounter: boolean;
4123
4064
  displayPersistentHint: boolean;
4124
4065
  displayPersistentPlaceholder: boolean;
4125
4066
  isReversed: boolean;
4126
- hasError: boolean;
4127
- hasWarning: boolean;
4128
4067
  isOnSingleLine: boolean;
4129
4068
  suffix: string;
4130
4069
  isTiled: boolean;
4131
4070
  displayAsterisk: boolean;
4132
4071
  noIcon: boolean;
4133
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4134
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4135
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
4136
- showSuccessMessages: boolean;
4137
- isValidateOnBlur: boolean;
4138
- disableErrorHandling: boolean;
4139
4072
  disableClickButton: boolean;
4140
4073
  autocomplete: string;
4141
4074
  helpText: string;
4142
4075
  maxlength: string | number;
4076
+ isValidateOnBlur: boolean;
4077
+ useVuetifyValidation: boolean;
4078
+ customRules: ValidationRule[];
4079
+ customWarningRules: ValidationRule[];
4080
+ customSuccessRules: ValidationRule[];
4081
+ warningMessages: string[] | null;
4082
+ successMessages: string[] | null;
4083
+ hasError: boolean;
4084
+ hasWarning: boolean;
4085
+ hasSuccess: boolean;
4143
4086
  }> & Omit<Readonly<{
4144
- modelValue?: string | number | null;
4087
+ modelValue?: string | number | null | undefined;
4145
4088
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
4146
4089
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
4147
4090
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -4154,10 +4097,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4154
4097
  isClearable?: boolean;
4155
4098
  showDivider?: boolean;
4156
4099
  label?: string;
4157
- required?: boolean;
4158
- errorMessages?: string[] | null;
4159
- warningMessages?: string[] | null;
4160
- successMessages?: string[] | null;
4161
4100
  readonly?: boolean;
4162
4101
  isActive?: boolean;
4163
4102
  baseColor?: string;
@@ -4169,7 +4108,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4169
4108
  direction?: "horizontal" | "vertical";
4170
4109
  isDirty?: boolean;
4171
4110
  disabled?: boolean;
4172
- isOnError?: boolean;
4173
4111
  isFlat?: boolean;
4174
4112
  isFocused?: boolean;
4175
4113
  areDetailsHidden?: boolean | "auto";
@@ -4177,7 +4115,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4177
4115
  hint?: string;
4178
4116
  id?: string;
4179
4117
  loading?: string | boolean;
4180
- maxErrors?: string | number;
4181
4118
  maxWidth?: string | number;
4182
4119
  messages?: string | string[];
4183
4120
  minWidth?: string | number;
@@ -4191,9 +4128,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4191
4128
  isReversed?: boolean;
4192
4129
  role?: string;
4193
4130
  rounded?: string | number | boolean;
4194
- hasError?: boolean;
4195
- hasWarning?: boolean;
4196
- hasSuccess?: boolean;
4197
4131
  isOnSingleLine?: boolean;
4198
4132
  suffix?: string;
4199
4133
  theme?: string;
@@ -4202,39 +4136,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4202
4136
  width?: string | number;
4203
4137
  displayAsterisk?: boolean;
4204
4138
  noIcon?: boolean;
4205
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4206
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4207
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4208
- showSuccessMessages?: boolean;
4209
- isValidateOnBlur?: boolean;
4210
- disableErrorHandling?: boolean;
4211
4139
  disableClickButton?: boolean;
4212
4140
  autocomplete?: string;
4213
4141
  helpText?: string;
4214
4142
  maxlength?: string | number;
4215
4143
  title?: string | false;
4216
- }> & Readonly<{
4144
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
4217
4145
  onInput?: ((...args: any[]) => any) | undefined;
4146
+ onBlur?: ((...args: any[]) => any) | undefined;
4147
+ onFocus?: ((...args: any[]) => any) | undefined;
4218
4148
  onKeydown?: ((...args: any[]) => any) | undefined;
4219
4149
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4220
4150
  onClear?: ((...args: any[]) => any) | undefined;
4221
4151
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4222
4152
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
4223
- }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "title" | "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" | "maxlength")> & import('vue').ShallowUnwrapRef<{
4224
- validation: {
4225
- errors: Ref<string[], string[]>;
4226
- warnings: Ref<string[], string[]>;
4227
- successes: Ref<string[], string[]>;
4228
- hasError: import('vue').ComputedRef<boolean>;
4229
- hasWarning: import('vue').ComputedRef<boolean>;
4230
- hasSuccess: import('vue').ComputedRef<boolean>;
4231
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
4232
- validateOnSubmit: () => Promise<boolean>;
4233
- clearValidation: () => void;
4234
- };
4235
- validateOnSubmit: () => boolean;
4236
- checkErrorOnBlur: () => void;
4237
- }> & {} & import('vue').ComponentCustomProperties & {} & {
4153
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
4154
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4155
+ } & {} & import('vue').ComponentCustomProperties & {} & {
4238
4156
  $slots: {
4239
4157
  prepend?(_: {}): any;
4240
4158
  append?(_: {}): any;
@@ -4252,32 +4170,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4252
4170
  M: {};
4253
4171
  Defaults: {};
4254
4172
  }, Readonly<{
4255
- modelValue?: DateValue;
4256
- placeholder?: string;
4257
- format?: string;
4173
+ autoClamp?: boolean;
4174
+ bgColor?: string;
4175
+ customRules?: ValidationRule[];
4176
+ customWarningRules?: ValidationRule[];
4258
4177
  dateFormatReturn?: string;
4259
- label: string;
4260
- required?: boolean;
4178
+ density?: "default" | "comfortable" | "compact";
4179
+ disableErrorHandling?: boolean;
4261
4180
  disabled?: boolean;
4262
- readonly?: boolean;
4263
- title?: string | false;
4264
- isOutlined?: boolean;
4265
- displayIcon?: boolean;
4266
4181
  displayAppendIcon?: boolean;
4267
- noIcon?: boolean;
4268
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4269
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4182
+ displayIcon?: boolean;
4270
4183
  displayPrependIcon?: boolean;
4271
- disableErrorHandling?: boolean;
4272
- showSuccessMessages?: boolean;
4273
- bgColor?: string;
4274
4184
  displayRange?: boolean;
4275
- autoClamp?: boolean;
4276
- isValidateOnBlur?: boolean;
4277
- density?: "default" | "comfortable" | "compact";
4185
+ externalErrorMessages?: string[];
4186
+ format?: string;
4278
4187
  hint?: string;
4188
+ isOutlined?: boolean;
4189
+ isValidateOnBlur?: boolean;
4190
+ label: string;
4191
+ modelValue?: DateValue;
4192
+ noIcon?: boolean;
4279
4193
  persistentHint?: boolean;
4280
- externalErrorMessages?: string[];
4194
+ placeholder?: string;
4195
+ readonly?: boolean;
4196
+ required?: boolean;
4197
+ showSuccessMessages?: boolean;
4198
+ title?: string | false;
4281
4199
  }> & Readonly<{
4282
4200
  onInput?: ((value: string) => any) | undefined;
4283
4201
  onBlur?: (() => any) | undefined;
@@ -4285,7 +4203,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4285
4203
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
4286
4204
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
4287
4205
  }>, {
4288
- validateOnSubmit: () => boolean;
4206
+ validateOnSubmit: () => Promise<boolean>;
4289
4207
  reset: () => void;
4290
4208
  focus(): void;
4291
4209
  blur(): void;
@@ -4298,52 +4216,52 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4298
4216
  modelValue: DateValue;
4299
4217
  bgColor: string;
4300
4218
  required: boolean;
4219
+ showSuccessMessages: boolean;
4220
+ disableErrorHandling: boolean;
4301
4221
  hint: string;
4302
4222
  noIcon: boolean;
4303
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4304
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4305
- showSuccessMessages: boolean;
4306
4223
  isValidateOnBlur: boolean;
4307
- disableErrorHandling: boolean;
4224
+ customRules: ValidationRule[];
4225
+ customWarningRules: ValidationRule[];
4308
4226
  persistentHint: boolean;
4309
4227
  format: string;
4310
4228
  autoClamp: boolean;
4311
4229
  displayRange: boolean;
4312
4230
  dateFormatReturn: string;
4313
- isOutlined: boolean;
4314
- displayIcon: boolean;
4315
4231
  displayAppendIcon: boolean;
4232
+ displayIcon: boolean;
4316
4233
  displayPrependIcon: boolean;
4317
4234
  externalErrorMessages: string[];
4235
+ isOutlined: boolean;
4318
4236
  }> | null;
4319
4237
  menuActivatorRef: HTMLDivElement;
4320
4238
  dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4321
- modelValue?: DateValue;
4322
- placeholder?: string;
4323
- format?: string;
4239
+ autoClamp?: boolean;
4240
+ bgColor?: string;
4241
+ customRules?: ValidationRule[];
4242
+ customWarningRules?: ValidationRule[];
4324
4243
  dateFormatReturn?: string;
4325
- label: string;
4326
- required?: boolean;
4244
+ density?: "default" | "comfortable" | "compact";
4245
+ disableErrorHandling?: boolean;
4327
4246
  disabled?: boolean;
4328
- readonly?: boolean;
4329
- title?: string | false;
4330
- isOutlined?: boolean;
4331
- displayIcon?: boolean;
4332
4247
  displayAppendIcon?: boolean;
4333
- noIcon?: boolean;
4334
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4335
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4248
+ displayIcon?: boolean;
4336
4249
  displayPrependIcon?: boolean;
4337
- disableErrorHandling?: boolean;
4338
- showSuccessMessages?: boolean;
4339
- bgColor?: string;
4340
4250
  displayRange?: boolean;
4341
- autoClamp?: boolean;
4342
- isValidateOnBlur?: boolean;
4343
- density?: "default" | "comfortable" | "compact";
4251
+ externalErrorMessages?: string[];
4252
+ format?: string;
4344
4253
  hint?: string;
4254
+ isOutlined?: boolean;
4255
+ isValidateOnBlur?: boolean;
4256
+ label: string;
4257
+ modelValue?: DateValue;
4258
+ noIcon?: boolean;
4345
4259
  persistentHint?: boolean;
4346
- externalErrorMessages?: string[];
4260
+ placeholder?: string;
4261
+ readonly?: boolean;
4262
+ required?: boolean;
4263
+ showSuccessMessages?: boolean;
4264
+ title?: string | false;
4347
4265
  }> & Readonly<{
4348
4266
  onInput?: ((value: string) => any) | undefined;
4349
4267
  onBlur?: (() => any) | undefined;
@@ -4351,7 +4269,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4351
4269
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
4352
4270
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
4353
4271
  }>, {
4354
- validateOnSubmit: () => boolean;
4272
+ validateOnSubmit: () => Promise<boolean>;
4355
4273
  reset: () => void;
4356
4274
  focus(): void;
4357
4275
  blur(): void;
@@ -4370,29 +4288,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4370
4288
  modelValue: DateValue;
4371
4289
  bgColor: string;
4372
4290
  required: boolean;
4291
+ showSuccessMessages: boolean;
4292
+ disableErrorHandling: boolean;
4373
4293
  hint: string;
4374
4294
  noIcon: boolean;
4375
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4376
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4377
- showSuccessMessages: boolean;
4378
4295
  isValidateOnBlur: boolean;
4379
- disableErrorHandling: boolean;
4296
+ customRules: ValidationRule[];
4297
+ customWarningRules: ValidationRule[];
4380
4298
  persistentHint: boolean;
4381
4299
  format: string;
4382
4300
  autoClamp: boolean;
4383
4301
  displayRange: boolean;
4384
4302
  dateFormatReturn: string;
4385
- isOutlined: boolean;
4386
- displayIcon: boolean;
4387
4303
  displayAppendIcon: boolean;
4304
+ displayIcon: boolean;
4388
4305
  displayPrependIcon: boolean;
4389
4306
  externalErrorMessages: string[];
4307
+ isOutlined: boolean;
4390
4308
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
4391
4309
  inputRef: ({
4392
4310
  $: import('vue').ComponentInternalInstance;
4393
4311
  $data: {};
4394
4312
  $props: {
4395
- readonly modelValue?: string | number | null | undefined;
4313
+ readonly modelValue?: string | number | null | undefined | undefined;
4396
4314
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
4397
4315
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
4398
4316
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -4404,11 +4322,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4404
4322
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
4405
4323
  readonly isClearable?: boolean | undefined;
4406
4324
  readonly showDivider?: boolean | undefined;
4407
- readonly label?: string | undefined;
4408
- readonly required?: boolean | undefined;
4409
- readonly errorMessages?: string[] | null | undefined;
4410
- readonly warningMessages?: string[] | null | undefined;
4411
- readonly successMessages?: string[] | null | undefined;
4325
+ readonly label: string;
4412
4326
  readonly readonly?: boolean | undefined;
4413
4327
  readonly isActive?: boolean | undefined;
4414
4328
  readonly baseColor?: string | undefined;
@@ -4420,7 +4334,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4420
4334
  readonly direction?: "horizontal" | "vertical" | undefined;
4421
4335
  readonly isDirty?: boolean | undefined;
4422
4336
  readonly disabled?: boolean | undefined;
4423
- readonly isOnError?: boolean | undefined;
4424
4337
  readonly isFlat?: boolean | undefined;
4425
4338
  readonly isFocused?: boolean | undefined;
4426
4339
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -4428,7 +4341,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4428
4341
  readonly hint?: string | undefined;
4429
4342
  readonly id?: string | undefined;
4430
4343
  readonly loading?: string | boolean | undefined;
4431
- readonly maxErrors?: string | number | undefined;
4432
4344
  readonly maxWidth?: string | number | undefined;
4433
4345
  readonly messages?: string | string[] | undefined;
4434
4346
  readonly minWidth?: string | number | undefined;
@@ -4442,9 +4354,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4442
4354
  readonly isReversed?: boolean | undefined;
4443
4355
  readonly role?: string | undefined;
4444
4356
  readonly rounded?: string | number | boolean | undefined;
4445
- readonly hasError?: boolean | undefined;
4446
- readonly hasWarning?: boolean | undefined;
4447
- readonly hasSuccess?: boolean | undefined;
4448
4357
  readonly isOnSingleLine?: boolean | undefined;
4449
4358
  readonly suffix?: string | undefined;
4450
4359
  readonly theme?: string | undefined;
@@ -4453,18 +4362,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4453
4362
  readonly width?: string | number | undefined;
4454
4363
  readonly displayAsterisk?: boolean | undefined;
4455
4364
  readonly noIcon?: boolean | undefined;
4456
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4457
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4458
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4459
- readonly showSuccessMessages?: boolean | undefined;
4460
- readonly isValidateOnBlur?: boolean | undefined;
4461
- readonly disableErrorHandling?: boolean | undefined;
4462
4365
  readonly disableClickButton?: boolean | undefined;
4463
4366
  readonly autocomplete?: string | undefined;
4464
4367
  readonly helpText?: string | undefined;
4465
4368
  readonly maxlength?: string | number | undefined;
4466
4369
  readonly title?: string | false | undefined;
4370
+ readonly required?: boolean | undefined;
4371
+ readonly isValidateOnBlur?: boolean | undefined;
4372
+ readonly showSuccessMessages?: boolean | undefined;
4373
+ readonly disableErrorHandling?: boolean | undefined;
4374
+ readonly useVuetifyValidation?: boolean | undefined;
4375
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
4376
+ readonly customRules?: ValidationRule[] | undefined;
4377
+ readonly customWarningRules?: ValidationRule[] | undefined;
4378
+ readonly customSuccessRules?: ValidationRule[] | undefined;
4379
+ readonly errorMessages?: string[] | null | undefined;
4380
+ readonly warningMessages?: string[] | null | undefined;
4381
+ readonly successMessages?: string[] | null | undefined;
4382
+ readonly hasError?: boolean | undefined;
4383
+ readonly hasWarning?: boolean | undefined;
4384
+ readonly hasSuccess?: boolean | undefined;
4385
+ readonly maxErrors?: number | undefined;
4467
4386
  readonly onInput?: ((...args: any[]) => any) | undefined;
4387
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
4388
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
4468
4389
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
4469
4390
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4470
4391
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -4845,16 +4766,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4845
4766
  hint?: string | undefined;
4846
4767
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
4847
4768
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
4848
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
4769
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
4849
4770
  reset: () => Promise<void>;
4850
4771
  resetValidation: () => Promise<void>;
4851
4772
  validate: (silent?: boolean) => Promise<string[]>;
4852
- isValid: import('vue').ComputedRef<boolean | null>;
4853
- errorMessages: import('vue').ComputedRef<string[]>;
4854
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
4773
+ isValid: boolean | null;
4774
+ errorMessages: string[];
4775
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
4855
4776
  modelValue?: unknown;
4856
4777
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
4857
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
4778
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
4858
4779
  $: import('vue').ComponentInternalInstance;
4859
4780
  $data: {};
4860
4781
  $props: Partial<{
@@ -5112,13 +5033,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5112
5033
  labelId?: string | undefined;
5113
5034
  } & {
5114
5035
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5115
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
5116
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
5117
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
5118
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5036
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
5037
+ controlRef: HTMLElement | undefined;
5038
+ fieldIconColor: string | undefined;
5039
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5119
5040
  modelValue?: unknown;
5120
5041
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
5121
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
5042
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
5122
5043
  _allExposed: {
5123
5044
  reset: () => Promise<void>;
5124
5045
  resetValidation: () => Promise<void>;
@@ -5582,16 +5503,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5582
5503
  hint?: string | undefined;
5583
5504
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
5584
5505
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
5585
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
5506
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
5586
5507
  reset: () => Promise<void>;
5587
5508
  resetValidation: () => Promise<void>;
5588
5509
  validate: (silent?: boolean) => Promise<string[]>;
5589
- isValid: import('vue').ComputedRef<boolean | null>;
5590
- errorMessages: import('vue').ComputedRef<string[]>;
5591
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5510
+ isValid: boolean | null;
5511
+ errorMessages: string[];
5512
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5592
5513
  modelValue?: unknown;
5593
5514
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
5594
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
5515
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
5595
5516
  $: import('vue').ComponentInternalInstance;
5596
5517
  $data: {};
5597
5518
  $props: Partial<{
@@ -5849,13 +5770,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5849
5770
  labelId?: string | undefined;
5850
5771
  } & {
5851
5772
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5852
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
5853
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
5854
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
5855
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5773
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
5774
+ controlRef: HTMLElement | undefined;
5775
+ fieldIconColor: string | undefined;
5776
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5856
5777
  modelValue?: unknown;
5857
5778
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
5858
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
5779
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
5859
5780
  _allExposed: {
5860
5781
  reset: () => Promise<void>;
5861
5782
  resetValidation: () => Promise<void>;
@@ -5904,10 +5825,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5904
5825
  $root: ComponentPublicInstance | null;
5905
5826
  $parent: ComponentPublicInstance | null;
5906
5827
  $host: Element | null;
5907
- $emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
5828
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
5908
5829
  $el: any;
5909
5830
  $options: import('vue').ComponentOptionsBase<Readonly<{
5910
- modelValue?: string | number | null;
5831
+ modelValue?: string | number | null | undefined;
5911
5832
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
5912
5833
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
5913
5834
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -5920,10 +5841,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5920
5841
  isClearable?: boolean;
5921
5842
  showDivider?: boolean;
5922
5843
  label?: string;
5923
- required?: boolean;
5924
- errorMessages?: string[] | null;
5925
- warningMessages?: string[] | null;
5926
- successMessages?: string[] | null;
5927
5844
  readonly?: boolean;
5928
5845
  isActive?: boolean;
5929
5846
  baseColor?: string;
@@ -5935,7 +5852,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5935
5852
  direction?: "horizontal" | "vertical";
5936
5853
  isDirty?: boolean;
5937
5854
  disabled?: boolean;
5938
- isOnError?: boolean;
5939
5855
  isFlat?: boolean;
5940
5856
  isFocused?: boolean;
5941
5857
  areDetailsHidden?: boolean | "auto";
@@ -5943,7 +5859,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5943
5859
  hint?: string;
5944
5860
  id?: string;
5945
5861
  loading?: string | boolean;
5946
- maxErrors?: string | number;
5947
5862
  maxWidth?: string | number;
5948
5863
  messages?: string | string[];
5949
5864
  minWidth?: string | number;
@@ -5957,9 +5872,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5957
5872
  isReversed?: boolean;
5958
5873
  role?: string;
5959
5874
  rounded?: string | number | boolean;
5960
- hasError?: boolean;
5961
- hasWarning?: boolean;
5962
- hasSuccess?: boolean;
5963
5875
  isOnSingleLine?: boolean;
5964
5876
  suffix?: string;
5965
5877
  theme?: string;
@@ -5968,40 +5880,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5968
5880
  width?: string | number;
5969
5881
  displayAsterisk?: boolean;
5970
5882
  noIcon?: boolean;
5971
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
5972
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
5973
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
5974
- showSuccessMessages?: boolean;
5975
- isValidateOnBlur?: boolean;
5976
- disableErrorHandling?: boolean;
5977
5883
  disableClickButton?: boolean;
5978
5884
  autocomplete?: string;
5979
5885
  helpText?: string;
5980
5886
  maxlength?: string | number;
5981
5887
  title?: string | false;
5982
- }> & Readonly<{
5888
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
5983
5889
  onInput?: ((...args: any[]) => any) | undefined;
5890
+ onBlur?: ((...args: any[]) => any) | undefined;
5891
+ onFocus?: ((...args: any[]) => any) | undefined;
5984
5892
  onKeydown?: ((...args: any[]) => any) | undefined;
5985
5893
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5986
5894
  onClear?: ((...args: any[]) => any) | undefined;
5987
5895
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
5988
5896
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
5989
5897
  }>, {
5990
- validation: {
5991
- errors: Ref<string[], string[]>;
5992
- warnings: Ref<string[], string[]>;
5993
- successes: Ref<string[], string[]>;
5994
- hasError: import('vue').ComputedRef<boolean>;
5995
- hasWarning: import('vue').ComputedRef<boolean>;
5996
- hasSuccess: import('vue').ComputedRef<boolean>;
5997
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
5998
- validateOnSubmit: () => Promise<boolean>;
5999
- clearValidation: () => void;
6000
- };
6001
- validateOnSubmit: () => boolean;
6002
- checkErrorOnBlur: () => void;
5898
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6003
5899
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6004
5900
  input: (...args: any[]) => void;
5901
+ blur: (...args: any[]) => void;
5902
+ focus: (...args: any[]) => void;
6005
5903
  keydown: (...args: any[]) => void;
6006
5904
  "update:modelValue": (...args: any[]) => void;
6007
5905
  clear: (...args: any[]) => void;
@@ -6031,7 +5929,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6031
5929
  modelValue: string | number | null;
6032
5930
  bgColor: string;
6033
5931
  isActive: boolean;
5932
+ required: boolean;
6034
5933
  prefix: string;
5934
+ showSuccessMessages: boolean;
5935
+ disableErrorHandling: boolean;
5936
+ errorMessages: string[] | null;
5937
+ maxErrors: number;
6035
5938
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6036
5939
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6037
5940
  prependTooltip: string;
@@ -6039,44 +5942,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6039
5942
  tooltipLocation: "top" | "bottom" | "start" | "end";
6040
5943
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
6041
5944
  isClearable: boolean;
6042
- errorMessages: string[] | null;
6043
- warningMessages: string[] | null;
6044
- successMessages: string[] | null;
6045
5945
  centerAffix: boolean;
6046
5946
  counter: string | number | boolean;
6047
5947
  counterValue: number | ((value: any) => number);
6048
5948
  direction: "horizontal" | "vertical";
6049
5949
  isDirty: boolean;
6050
- isOnError: boolean;
6051
5950
  isFlat: boolean;
6052
5951
  isFocused: boolean;
6053
5952
  areDetailsHidden: boolean | "auto";
6054
5953
  areSpinButtonsHidden: boolean;
6055
5954
  hint: string;
6056
- maxErrors: string | number;
6057
5955
  messages: string | string[];
6058
5956
  displayPersistentClear: boolean;
6059
5957
  displayPersistentCounter: boolean;
6060
5958
  displayPersistentHint: boolean;
6061
5959
  displayPersistentPlaceholder: boolean;
6062
5960
  isReversed: boolean;
6063
- hasError: boolean;
6064
- hasWarning: boolean;
6065
5961
  isOnSingleLine: boolean;
6066
5962
  suffix: string;
6067
5963
  isTiled: boolean;
6068
5964
  displayAsterisk: boolean;
6069
5965
  noIcon: boolean;
6070
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6071
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
6072
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
6073
- showSuccessMessages: boolean;
6074
- isValidateOnBlur: boolean;
6075
- disableErrorHandling: boolean;
6076
5966
  disableClickButton: boolean;
6077
5967
  autocomplete: string;
6078
5968
  helpText: string;
6079
5969
  maxlength: string | number;
5970
+ isValidateOnBlur: boolean;
5971
+ useVuetifyValidation: boolean;
5972
+ customRules: ValidationRule[];
5973
+ customWarningRules: ValidationRule[];
5974
+ customSuccessRules: ValidationRule[];
5975
+ warningMessages: string[] | null;
5976
+ successMessages: string[] | null;
5977
+ hasError: boolean;
5978
+ hasWarning: boolean;
5979
+ hasSuccess: boolean;
6080
5980
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
6081
5981
  beforeCreate?: (() => void) | (() => void)[];
6082
5982
  created?: (() => void) | (() => void)[];
@@ -6121,7 +6021,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6121
6021
  modelValue: string | number | null;
6122
6022
  bgColor: string;
6123
6023
  isActive: boolean;
6024
+ required: boolean;
6124
6025
  prefix: string;
6026
+ showSuccessMessages: boolean;
6027
+ disableErrorHandling: boolean;
6028
+ errorMessages: string[] | null;
6029
+ maxErrors: number;
6125
6030
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6126
6031
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6127
6032
  prependTooltip: string;
@@ -6129,46 +6034,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6129
6034
  tooltipLocation: "top" | "bottom" | "start" | "end";
6130
6035
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
6131
6036
  isClearable: boolean;
6132
- errorMessages: string[] | null;
6133
- warningMessages: string[] | null;
6134
- successMessages: string[] | null;
6135
6037
  centerAffix: boolean;
6136
6038
  counter: string | number | boolean;
6137
6039
  counterValue: number | ((value: any) => number);
6138
6040
  direction: "horizontal" | "vertical";
6139
6041
  isDirty: boolean;
6140
- isOnError: boolean;
6141
6042
  isFlat: boolean;
6142
6043
  isFocused: boolean;
6143
6044
  areDetailsHidden: boolean | "auto";
6144
6045
  areSpinButtonsHidden: boolean;
6145
6046
  hint: string;
6146
- maxErrors: string | number;
6147
6047
  messages: string | string[];
6148
6048
  displayPersistentClear: boolean;
6149
6049
  displayPersistentCounter: boolean;
6150
6050
  displayPersistentHint: boolean;
6151
6051
  displayPersistentPlaceholder: boolean;
6152
6052
  isReversed: boolean;
6153
- hasError: boolean;
6154
- hasWarning: boolean;
6155
6053
  isOnSingleLine: boolean;
6156
6054
  suffix: string;
6157
6055
  isTiled: boolean;
6158
6056
  displayAsterisk: boolean;
6159
6057
  noIcon: boolean;
6160
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6161
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
6162
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
6163
- showSuccessMessages: boolean;
6164
- isValidateOnBlur: boolean;
6165
- disableErrorHandling: boolean;
6166
6058
  disableClickButton: boolean;
6167
6059
  autocomplete: string;
6168
6060
  helpText: string;
6169
6061
  maxlength: string | number;
6062
+ isValidateOnBlur: boolean;
6063
+ useVuetifyValidation: boolean;
6064
+ customRules: ValidationRule[];
6065
+ customWarningRules: ValidationRule[];
6066
+ customSuccessRules: ValidationRule[];
6067
+ warningMessages: string[] | null;
6068
+ successMessages: string[] | null;
6069
+ hasError: boolean;
6070
+ hasWarning: boolean;
6071
+ hasSuccess: boolean;
6170
6072
  }> & Omit<Readonly<{
6171
- modelValue?: string | number | null;
6073
+ modelValue?: string | number | null | undefined;
6172
6074
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
6173
6075
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
6174
6076
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -6181,10 +6083,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6181
6083
  isClearable?: boolean;
6182
6084
  showDivider?: boolean;
6183
6085
  label?: string;
6184
- required?: boolean;
6185
- errorMessages?: string[] | null;
6186
- warningMessages?: string[] | null;
6187
- successMessages?: string[] | null;
6188
6086
  readonly?: boolean;
6189
6087
  isActive?: boolean;
6190
6088
  baseColor?: string;
@@ -6196,7 +6094,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6196
6094
  direction?: "horizontal" | "vertical";
6197
6095
  isDirty?: boolean;
6198
6096
  disabled?: boolean;
6199
- isOnError?: boolean;
6200
6097
  isFlat?: boolean;
6201
6098
  isFocused?: boolean;
6202
6099
  areDetailsHidden?: boolean | "auto";
@@ -6204,7 +6101,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6204
6101
  hint?: string;
6205
6102
  id?: string;
6206
6103
  loading?: string | boolean;
6207
- maxErrors?: string | number;
6208
6104
  maxWidth?: string | number;
6209
6105
  messages?: string | string[];
6210
6106
  minWidth?: string | number;
@@ -6218,9 +6114,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6218
6114
  isReversed?: boolean;
6219
6115
  role?: string;
6220
6116
  rounded?: string | number | boolean;
6221
- hasError?: boolean;
6222
- hasWarning?: boolean;
6223
- hasSuccess?: boolean;
6224
6117
  isOnSingleLine?: boolean;
6225
6118
  suffix?: string;
6226
6119
  theme?: string;
@@ -6229,39 +6122,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6229
6122
  width?: string | number;
6230
6123
  displayAsterisk?: boolean;
6231
6124
  noIcon?: boolean;
6232
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6233
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6234
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6235
- showSuccessMessages?: boolean;
6236
- isValidateOnBlur?: boolean;
6237
- disableErrorHandling?: boolean;
6238
6125
  disableClickButton?: boolean;
6239
6126
  autocomplete?: string;
6240
6127
  helpText?: string;
6241
6128
  maxlength?: string | number;
6242
6129
  title?: string | false;
6243
- }> & Readonly<{
6130
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
6244
6131
  onInput?: ((...args: any[]) => any) | undefined;
6132
+ onBlur?: ((...args: any[]) => any) | undefined;
6133
+ onFocus?: ((...args: any[]) => any) | undefined;
6245
6134
  onKeydown?: ((...args: any[]) => any) | undefined;
6246
6135
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6247
6136
  onClear?: ((...args: any[]) => any) | undefined;
6248
6137
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
6249
6138
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
6250
- }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "title" | "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" | "maxlength")> & import('vue').ShallowUnwrapRef<{
6251
- validation: {
6252
- errors: Ref<string[], string[]>;
6253
- warnings: Ref<string[], string[]>;
6254
- successes: Ref<string[], string[]>;
6255
- hasError: import('vue').ComputedRef<boolean>;
6256
- hasWarning: import('vue').ComputedRef<boolean>;
6257
- hasSuccess: import('vue').ComputedRef<boolean>;
6258
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
6259
- validateOnSubmit: () => Promise<boolean>;
6260
- clearValidation: () => void;
6261
- };
6262
- validateOnSubmit: () => boolean;
6263
- checkErrorOnBlur: () => void;
6264
- }> & {} & import('vue').ComponentCustomProperties & {} & {
6139
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
6140
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6141
+ } & {} & import('vue').ComponentCustomProperties & {} & {
6265
6142
  $slots: {
6266
6143
  prepend?(_: {}): any;
6267
6144
  append?(_: {}): any;
@@ -6279,32 +6156,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6279
6156
  M: {};
6280
6157
  Defaults: {};
6281
6158
  }, Readonly<{
6282
- modelValue?: DateValue;
6283
- placeholder?: string;
6284
- format?: string;
6159
+ autoClamp?: boolean;
6160
+ bgColor?: string;
6161
+ customRules?: ValidationRule[];
6162
+ customWarningRules?: ValidationRule[];
6285
6163
  dateFormatReturn?: string;
6286
- label: string;
6287
- required?: boolean;
6164
+ density?: "default" | "comfortable" | "compact";
6165
+ disableErrorHandling?: boolean;
6288
6166
  disabled?: boolean;
6289
- readonly?: boolean;
6290
- title?: string | false;
6291
- isOutlined?: boolean;
6292
- displayIcon?: boolean;
6293
6167
  displayAppendIcon?: boolean;
6294
- noIcon?: boolean;
6295
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6296
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6168
+ displayIcon?: boolean;
6297
6169
  displayPrependIcon?: boolean;
6298
- disableErrorHandling?: boolean;
6299
- showSuccessMessages?: boolean;
6300
- bgColor?: string;
6301
6170
  displayRange?: boolean;
6302
- autoClamp?: boolean;
6303
- isValidateOnBlur?: boolean;
6304
- density?: "default" | "comfortable" | "compact";
6171
+ externalErrorMessages?: string[];
6172
+ format?: string;
6305
6173
  hint?: string;
6174
+ isOutlined?: boolean;
6175
+ isValidateOnBlur?: boolean;
6176
+ label: string;
6177
+ modelValue?: DateValue;
6178
+ noIcon?: boolean;
6306
6179
  persistentHint?: boolean;
6307
- externalErrorMessages?: string[];
6180
+ placeholder?: string;
6181
+ readonly?: boolean;
6182
+ required?: boolean;
6183
+ showSuccessMessages?: boolean;
6184
+ title?: string | false;
6308
6185
  }> & Readonly<{
6309
6186
  onInput?: ((value: string) => any) | undefined;
6310
6187
  onBlur?: (() => any) | undefined;
@@ -6312,7 +6189,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6312
6189
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
6313
6190
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
6314
6191
  }>, {
6315
- validateOnSubmit: () => boolean;
6192
+ validateOnSubmit: () => Promise<boolean>;
6316
6193
  reset: () => void;
6317
6194
  focus(): void;
6318
6195
  blur(): void;
@@ -6325,23 +6202,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6325
6202
  modelValue: DateValue;
6326
6203
  bgColor: string;
6327
6204
  required: boolean;
6205
+ showSuccessMessages: boolean;
6206
+ disableErrorHandling: boolean;
6328
6207
  hint: string;
6329
6208
  noIcon: boolean;
6330
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6331
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
6332
- showSuccessMessages: boolean;
6333
6209
  isValidateOnBlur: boolean;
6334
- disableErrorHandling: boolean;
6210
+ customRules: ValidationRule[];
6211
+ customWarningRules: ValidationRule[];
6335
6212
  persistentHint: boolean;
6336
6213
  format: string;
6337
6214
  autoClamp: boolean;
6338
6215
  displayRange: boolean;
6339
6216
  dateFormatReturn: string;
6340
- isOutlined: boolean;
6341
- displayIcon: boolean;
6342
6217
  displayAppendIcon: boolean;
6218
+ displayIcon: boolean;
6343
6219
  displayPrependIcon: boolean;
6344
6220
  externalErrorMessages: string[];
6221
+ isOutlined: boolean;
6345
6222
  }> | null;
6346
6223
  datePickerRef: ({
6347
6224
  $: import('vue').ComponentInternalInstance;
@@ -6779,7 +6656,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6779
6656
  "onUpdate:month"?: ((date: any) => any) | undefined;
6780
6657
  "onUpdate:viewMode"?: ((date: any) => any) | undefined;
6781
6658
  "onUpdate:year"?: ((date: any) => any) | undefined;
6782
- }, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
6659
+ }, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
6783
6660
  modelValue?: Date | (Date | null)[] | null | undefined;
6784
6661
  "onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
6785
6662
  multiple?: false | "range" | undefined;
@@ -6792,19 +6669,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6792
6669
  M: {};
6793
6670
  Defaults: {};
6794
6671
  }, Readonly<{
6795
- modelValue?: DateInput;
6796
- label: string;
6797
- placeholder?: string;
6798
- format?: string;
6799
- dateFormatReturn?: string;
6800
- isBirthDate?: boolean;
6672
+ autoClamp?: boolean;
6673
+ bgColor?: string;
6801
6674
  birthDate?: boolean;
6802
- showWeekNumber?: boolean;
6803
- required?: boolean;
6804
- displayRange?: boolean;
6805
- displayIcon?: boolean;
6806
- displayAppendIcon?: boolean;
6807
- displayPrependIcon?: boolean;
6808
6675
  customRules?: {
6809
6676
  type: string;
6810
6677
  options: any;
@@ -6813,31 +6680,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6813
6680
  type: string;
6814
6681
  options: any;
6815
6682
  }[];
6816
- disabled?: boolean;
6817
- noIcon?: boolean;
6818
- noCalendar?: boolean;
6819
- isOutlined?: boolean;
6820
- readonly?: boolean;
6821
- title?: string | false;
6822
- width?: string;
6683
+ dateFormatReturn?: string;
6684
+ density?: "default" | "comfortable" | "compact";
6823
6685
  disableErrorHandling?: boolean;
6824
- showSuccessMessages?: boolean;
6825
- bgColor?: string;
6826
- textFieldActivator?: boolean;
6686
+ disabled?: boolean;
6687
+ displayAppendIcon?: boolean;
6688
+ displayAsterisk?: boolean;
6689
+ displayHolidayDays?: boolean;
6690
+ displayIcon?: boolean;
6691
+ displayPrependIcon?: boolean;
6692
+ displayRange?: boolean;
6827
6693
  displayTodayButton?: boolean;
6828
6694
  displayWeekendDays?: boolean;
6829
- displayHolidayDays?: boolean;
6830
- displayAsterisk?: boolean;
6695
+ format?: string;
6696
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
6697
+ hint?: string;
6698
+ isBirthDate?: boolean;
6699
+ isOutlined?: boolean;
6700
+ isValidateOnBlur?: boolean;
6701
+ label: string;
6702
+ modelValue?: DateInput;
6703
+ noCalendar?: boolean;
6704
+ noIcon?: boolean;
6831
6705
  period?: {
6832
- min?: string;
6833
6706
  max?: string;
6707
+ min?: string;
6834
6708
  };
6835
- autoClamp?: boolean;
6836
- isValidateOnBlur?: boolean;
6837
- density?: "default" | "comfortable" | "compact";
6838
- hint?: string;
6839
6709
  persistentHint?: boolean;
6840
- headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
6710
+ placeholder?: string;
6711
+ readonly?: boolean;
6712
+ required?: boolean;
6713
+ showSuccessMessages?: boolean;
6714
+ showWeekNumber?: boolean;
6715
+ textFieldActivator?: boolean;
6716
+ title?: string | false;
6717
+ width?: string;
6841
6718
  }> & Readonly<{
6842
6719
  onInput?: ((value: string) => any) | undefined;
6843
6720
  onBlur?: (() => any) | undefined;
@@ -6846,7 +6723,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6846
6723
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
6847
6724
  onClosed?: (() => any) | undefined;
6848
6725
  }>, {
6849
- validateOnSubmit: () => boolean;
6726
+ validateOnSubmit: () => Promise<boolean>;
6850
6727
  isDatePickerVisible: Ref<boolean, boolean>;
6851
6728
  selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
6852
6729
  errorMessages: import('vue').ComputedRef<string[]>;
@@ -6859,9 +6736,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6859
6736
  currentMonth: Ref<string | null, string | null>;
6860
6737
  currentMonthName: Ref<string | null, string | null>;
6861
6738
  toggleDatePicker: () => void;
6862
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
6739
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
6863
6740
  clearValidation: () => void;
6864
- validateDates: (forceValidation?: boolean) => ValidationResult;
6741
+ validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
6865
6742
  formatDateInput: (input: string, cursorPosition?: number) => {
6866
6743
  formatted: string;
6867
6744
  cursorPos: number;
@@ -6886,9 +6763,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6886
6763
  modelValue: DateInput;
6887
6764
  bgColor: string;
6888
6765
  required: boolean;
6766
+ showSuccessMessages: boolean;
6767
+ disableErrorHandling: boolean;
6889
6768
  hint: string;
6890
6769
  displayAsterisk: boolean;
6891
6770
  noIcon: boolean;
6771
+ isValidateOnBlur: boolean;
6892
6772
  customRules: {
6893
6773
  type: string;
6894
6774
  options: any;
@@ -6897,9 +6777,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6897
6777
  type: string;
6898
6778
  options: any;
6899
6779
  }[];
6900
- showSuccessMessages: boolean;
6901
- isValidateOnBlur: boolean;
6902
- disableErrorHandling: boolean;
6903
6780
  persistentHint: boolean;
6904
6781
  format: string;
6905
6782
  autoClamp: boolean;
@@ -6907,26 +6784,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6907
6784
  displayRange: boolean;
6908
6785
  dateFormatReturn: string;
6909
6786
  textFieldActivator: boolean;
6910
- isOutlined: boolean;
6911
- displayIcon: boolean;
6912
6787
  displayAppendIcon: boolean;
6788
+ displayIcon: boolean;
6913
6789
  displayPrependIcon: boolean;
6914
- isBirthDate: boolean;
6790
+ isOutlined: boolean;
6915
6791
  birthDate: boolean;
6916
- showWeekNumber: boolean;
6792
+ displayHolidayDays: boolean;
6917
6793
  displayTodayButton: boolean;
6918
6794
  displayWeekendDays: boolean;
6919
- displayHolidayDays: boolean;
6795
+ isBirthDate: boolean;
6920
6796
  period: {
6921
- min?: string;
6922
6797
  max?: string;
6798
+ min?: string;
6923
6799
  };
6800
+ showWeekNumber: boolean;
6924
6801
  }> | null;
6925
6802
  dateCalendarTextInputRef: ({
6926
6803
  $: import('vue').ComponentInternalInstance;
6927
6804
  $data: {};
6928
6805
  $props: {
6929
- readonly modelValue?: string | number | null | undefined;
6806
+ readonly modelValue?: string | number | null | undefined | undefined;
6930
6807
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
6931
6808
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
6932
6809
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -6938,11 +6815,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6938
6815
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
6939
6816
  readonly isClearable?: boolean | undefined;
6940
6817
  readonly showDivider?: boolean | undefined;
6941
- readonly label?: string | undefined;
6942
- readonly required?: boolean | undefined;
6943
- readonly errorMessages?: string[] | null | undefined;
6944
- readonly warningMessages?: string[] | null | undefined;
6945
- readonly successMessages?: string[] | null | undefined;
6818
+ readonly label: string;
6946
6819
  readonly readonly?: boolean | undefined;
6947
6820
  readonly isActive?: boolean | undefined;
6948
6821
  readonly baseColor?: string | undefined;
@@ -6954,7 +6827,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6954
6827
  readonly direction?: "horizontal" | "vertical" | undefined;
6955
6828
  readonly isDirty?: boolean | undefined;
6956
6829
  readonly disabled?: boolean | undefined;
6957
- readonly isOnError?: boolean | undefined;
6958
6830
  readonly isFlat?: boolean | undefined;
6959
6831
  readonly isFocused?: boolean | undefined;
6960
6832
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -6962,7 +6834,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6962
6834
  readonly hint?: string | undefined;
6963
6835
  readonly id?: string | undefined;
6964
6836
  readonly loading?: string | boolean | undefined;
6965
- readonly maxErrors?: string | number | undefined;
6966
6837
  readonly maxWidth?: string | number | undefined;
6967
6838
  readonly messages?: string | string[] | undefined;
6968
6839
  readonly minWidth?: string | number | undefined;
@@ -6976,9 +6847,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6976
6847
  readonly isReversed?: boolean | undefined;
6977
6848
  readonly role?: string | undefined;
6978
6849
  readonly rounded?: string | number | boolean | undefined;
6979
- readonly hasError?: boolean | undefined;
6980
- readonly hasWarning?: boolean | undefined;
6981
- readonly hasSuccess?: boolean | undefined;
6982
6850
  readonly isOnSingleLine?: boolean | undefined;
6983
6851
  readonly suffix?: string | undefined;
6984
6852
  readonly theme?: string | undefined;
@@ -6987,18 +6855,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6987
6855
  readonly width?: string | number | undefined;
6988
6856
  readonly displayAsterisk?: boolean | undefined;
6989
6857
  readonly noIcon?: boolean | undefined;
6990
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6991
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6992
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6993
- readonly showSuccessMessages?: boolean | undefined;
6994
- readonly isValidateOnBlur?: boolean | undefined;
6995
- readonly disableErrorHandling?: boolean | undefined;
6996
6858
  readonly disableClickButton?: boolean | undefined;
6997
6859
  readonly autocomplete?: string | undefined;
6998
6860
  readonly helpText?: string | undefined;
6999
6861
  readonly maxlength?: string | number | undefined;
7000
6862
  readonly title?: string | false | undefined;
6863
+ readonly required?: boolean | undefined;
6864
+ readonly isValidateOnBlur?: boolean | undefined;
6865
+ readonly showSuccessMessages?: boolean | undefined;
6866
+ readonly disableErrorHandling?: boolean | undefined;
6867
+ readonly useVuetifyValidation?: boolean | undefined;
6868
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
6869
+ readonly customRules?: ValidationRule[] | undefined;
6870
+ readonly customWarningRules?: ValidationRule[] | undefined;
6871
+ readonly customSuccessRules?: ValidationRule[] | undefined;
6872
+ readonly errorMessages?: string[] | null | undefined;
6873
+ readonly warningMessages?: string[] | null | undefined;
6874
+ readonly successMessages?: string[] | null | undefined;
6875
+ readonly hasError?: boolean | undefined;
6876
+ readonly hasWarning?: boolean | undefined;
6877
+ readonly hasSuccess?: boolean | undefined;
6878
+ readonly maxErrors?: number | undefined;
7001
6879
  readonly onInput?: ((...args: any[]) => any) | undefined;
6880
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
6881
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
7002
6882
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
7003
6883
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7004
6884
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -7379,16 +7259,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7379
7259
  hint?: string | undefined;
7380
7260
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
7381
7261
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
7382
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
7262
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
7383
7263
  reset: () => Promise<void>;
7384
7264
  resetValidation: () => Promise<void>;
7385
7265
  validate: (silent?: boolean) => Promise<string[]>;
7386
- isValid: import('vue').ComputedRef<boolean | null>;
7387
- errorMessages: import('vue').ComputedRef<string[]>;
7388
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7266
+ isValid: boolean | null;
7267
+ errorMessages: string[];
7268
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7389
7269
  modelValue?: unknown;
7390
7270
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
7391
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
7271
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
7392
7272
  $: import('vue').ComponentInternalInstance;
7393
7273
  $data: {};
7394
7274
  $props: Partial<{
@@ -7646,13 +7526,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7646
7526
  labelId?: string | undefined;
7647
7527
  } & {
7648
7528
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7649
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
7650
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
7651
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
7652
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7529
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
7530
+ controlRef: HTMLElement | undefined;
7531
+ fieldIconColor: string | undefined;
7532
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7653
7533
  modelValue?: unknown;
7654
7534
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
7655
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
7535
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
7656
7536
  _allExposed: {
7657
7537
  reset: () => Promise<void>;
7658
7538
  resetValidation: () => Promise<void>;
@@ -8116,16 +7996,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8116
7996
  hint?: string | undefined;
8117
7997
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
8118
7998
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
8119
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
7999
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
8120
8000
  reset: () => Promise<void>;
8121
8001
  resetValidation: () => Promise<void>;
8122
8002
  validate: (silent?: boolean) => Promise<string[]>;
8123
- isValid: import('vue').ComputedRef<boolean | null>;
8124
- errorMessages: import('vue').ComputedRef<string[]>;
8125
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8003
+ isValid: boolean | null;
8004
+ errorMessages: string[];
8005
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8126
8006
  modelValue?: unknown;
8127
8007
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
8128
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
8008
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
8129
8009
  $: import('vue').ComponentInternalInstance;
8130
8010
  $data: {};
8131
8011
  $props: Partial<{
@@ -8383,13 +8263,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8383
8263
  labelId?: string | undefined;
8384
8264
  } & {
8385
8265
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8386
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
8387
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
8388
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
8389
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8266
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
8267
+ controlRef: HTMLElement | undefined;
8268
+ fieldIconColor: string | undefined;
8269
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8390
8270
  modelValue?: unknown;
8391
8271
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
8392
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "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" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
8272
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "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" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
8393
8273
  _allExposed: {
8394
8274
  reset: () => Promise<void>;
8395
8275
  resetValidation: () => Promise<void>;
@@ -8438,10 +8318,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8438
8318
  $root: ComponentPublicInstance | null;
8439
8319
  $parent: ComponentPublicInstance | null;
8440
8320
  $host: Element | null;
8441
- $emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
8321
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
8442
8322
  $el: any;
8443
8323
  $options: import('vue').ComponentOptionsBase<Readonly<{
8444
- modelValue?: string | number | null;
8324
+ modelValue?: string | number | null | undefined;
8445
8325
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
8446
8326
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
8447
8327
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -8454,10 +8334,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8454
8334
  isClearable?: boolean;
8455
8335
  showDivider?: boolean;
8456
8336
  label?: string;
8457
- required?: boolean;
8458
- errorMessages?: string[] | null;
8459
- warningMessages?: string[] | null;
8460
- successMessages?: string[] | null;
8461
8337
  readonly?: boolean;
8462
8338
  isActive?: boolean;
8463
8339
  baseColor?: string;
@@ -8469,7 +8345,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8469
8345
  direction?: "horizontal" | "vertical";
8470
8346
  isDirty?: boolean;
8471
8347
  disabled?: boolean;
8472
- isOnError?: boolean;
8473
8348
  isFlat?: boolean;
8474
8349
  isFocused?: boolean;
8475
8350
  areDetailsHidden?: boolean | "auto";
@@ -8477,7 +8352,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8477
8352
  hint?: string;
8478
8353
  id?: string;
8479
8354
  loading?: string | boolean;
8480
- maxErrors?: string | number;
8481
8355
  maxWidth?: string | number;
8482
8356
  messages?: string | string[];
8483
8357
  minWidth?: string | number;
@@ -8491,9 +8365,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8491
8365
  isReversed?: boolean;
8492
8366
  role?: string;
8493
8367
  rounded?: string | number | boolean;
8494
- hasError?: boolean;
8495
- hasWarning?: boolean;
8496
- hasSuccess?: boolean;
8497
8368
  isOnSingleLine?: boolean;
8498
8369
  suffix?: string;
8499
8370
  theme?: string;
@@ -8502,40 +8373,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8502
8373
  width?: string | number;
8503
8374
  displayAsterisk?: boolean;
8504
8375
  noIcon?: boolean;
8505
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
8506
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
8507
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
8508
- showSuccessMessages?: boolean;
8509
- isValidateOnBlur?: boolean;
8510
- disableErrorHandling?: boolean;
8511
8376
  disableClickButton?: boolean;
8512
8377
  autocomplete?: string;
8513
8378
  helpText?: string;
8514
8379
  maxlength?: string | number;
8515
8380
  title?: string | false;
8516
- }> & Readonly<{
8381
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
8517
8382
  onInput?: ((...args: any[]) => any) | undefined;
8383
+ onBlur?: ((...args: any[]) => any) | undefined;
8384
+ onFocus?: ((...args: any[]) => any) | undefined;
8518
8385
  onKeydown?: ((...args: any[]) => any) | undefined;
8519
8386
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8520
8387
  onClear?: ((...args: any[]) => any) | undefined;
8521
8388
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8522
8389
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8523
8390
  }>, {
8524
- validation: {
8525
- errors: Ref<string[], string[]>;
8526
- warnings: Ref<string[], string[]>;
8527
- successes: Ref<string[], string[]>;
8528
- hasError: import('vue').ComputedRef<boolean>;
8529
- hasWarning: import('vue').ComputedRef<boolean>;
8530
- hasSuccess: import('vue').ComputedRef<boolean>;
8531
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
8532
- validateOnSubmit: () => Promise<boolean>;
8533
- clearValidation: () => void;
8534
- };
8535
- validateOnSubmit: () => boolean;
8536
- checkErrorOnBlur: () => void;
8391
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8537
8392
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8538
8393
  input: (...args: any[]) => void;
8394
+ blur: (...args: any[]) => void;
8395
+ focus: (...args: any[]) => void;
8539
8396
  keydown: (...args: any[]) => void;
8540
8397
  "update:modelValue": (...args: any[]) => void;
8541
8398
  clear: (...args: any[]) => void;
@@ -8565,7 +8422,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8565
8422
  modelValue: string | number | null;
8566
8423
  bgColor: string;
8567
8424
  isActive: boolean;
8425
+ required: boolean;
8568
8426
  prefix: string;
8427
+ showSuccessMessages: boolean;
8428
+ disableErrorHandling: boolean;
8429
+ errorMessages: string[] | null;
8430
+ maxErrors: number;
8569
8431
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8570
8432
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8571
8433
  prependTooltip: string;
@@ -8573,44 +8435,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8573
8435
  tooltipLocation: "top" | "bottom" | "start" | "end";
8574
8436
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
8575
8437
  isClearable: boolean;
8576
- errorMessages: string[] | null;
8577
- warningMessages: string[] | null;
8578
- successMessages: string[] | null;
8579
8438
  centerAffix: boolean;
8580
8439
  counter: string | number | boolean;
8581
8440
  counterValue: number | ((value: any) => number);
8582
8441
  direction: "horizontal" | "vertical";
8583
8442
  isDirty: boolean;
8584
- isOnError: boolean;
8585
8443
  isFlat: boolean;
8586
8444
  isFocused: boolean;
8587
8445
  areDetailsHidden: boolean | "auto";
8588
8446
  areSpinButtonsHidden: boolean;
8589
8447
  hint: string;
8590
- maxErrors: string | number;
8591
8448
  messages: string | string[];
8592
8449
  displayPersistentClear: boolean;
8593
8450
  displayPersistentCounter: boolean;
8594
8451
  displayPersistentHint: boolean;
8595
8452
  displayPersistentPlaceholder: boolean;
8596
8453
  isReversed: boolean;
8597
- hasError: boolean;
8598
- hasWarning: boolean;
8599
8454
  isOnSingleLine: boolean;
8600
8455
  suffix: string;
8601
8456
  isTiled: boolean;
8602
8457
  displayAsterisk: boolean;
8603
8458
  noIcon: boolean;
8604
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
8605
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
8606
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
8607
- showSuccessMessages: boolean;
8608
- isValidateOnBlur: boolean;
8609
- disableErrorHandling: boolean;
8610
8459
  disableClickButton: boolean;
8611
8460
  autocomplete: string;
8612
8461
  helpText: string;
8613
8462
  maxlength: string | number;
8463
+ isValidateOnBlur: boolean;
8464
+ useVuetifyValidation: boolean;
8465
+ customRules: ValidationRule[];
8466
+ customWarningRules: ValidationRule[];
8467
+ customSuccessRules: ValidationRule[];
8468
+ warningMessages: string[] | null;
8469
+ successMessages: string[] | null;
8470
+ hasError: boolean;
8471
+ hasWarning: boolean;
8472
+ hasSuccess: boolean;
8614
8473
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
8615
8474
  beforeCreate?: (() => void) | (() => void)[];
8616
8475
  created?: (() => void) | (() => void)[];
@@ -8655,7 +8514,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8655
8514
  modelValue: string | number | null;
8656
8515
  bgColor: string;
8657
8516
  isActive: boolean;
8517
+ required: boolean;
8658
8518
  prefix: string;
8519
+ showSuccessMessages: boolean;
8520
+ disableErrorHandling: boolean;
8521
+ errorMessages: string[] | null;
8522
+ maxErrors: number;
8659
8523
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8660
8524
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8661
8525
  prependTooltip: string;
@@ -8663,46 +8527,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8663
8527
  tooltipLocation: "top" | "bottom" | "start" | "end";
8664
8528
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
8665
8529
  isClearable: boolean;
8666
- errorMessages: string[] | null;
8667
- warningMessages: string[] | null;
8668
- successMessages: string[] | null;
8669
8530
  centerAffix: boolean;
8670
8531
  counter: string | number | boolean;
8671
8532
  counterValue: number | ((value: any) => number);
8672
8533
  direction: "horizontal" | "vertical";
8673
8534
  isDirty: boolean;
8674
- isOnError: boolean;
8675
8535
  isFlat: boolean;
8676
8536
  isFocused: boolean;
8677
8537
  areDetailsHidden: boolean | "auto";
8678
8538
  areSpinButtonsHidden: boolean;
8679
8539
  hint: string;
8680
- maxErrors: string | number;
8681
8540
  messages: string | string[];
8682
8541
  displayPersistentClear: boolean;
8683
8542
  displayPersistentCounter: boolean;
8684
8543
  displayPersistentHint: boolean;
8685
8544
  displayPersistentPlaceholder: boolean;
8686
8545
  isReversed: boolean;
8687
- hasError: boolean;
8688
- hasWarning: boolean;
8689
8546
  isOnSingleLine: boolean;
8690
8547
  suffix: string;
8691
8548
  isTiled: boolean;
8692
8549
  displayAsterisk: boolean;
8693
8550
  noIcon: boolean;
8694
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
8695
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
8696
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
8697
- showSuccessMessages: boolean;
8698
- isValidateOnBlur: boolean;
8699
- disableErrorHandling: boolean;
8700
8551
  disableClickButton: boolean;
8701
8552
  autocomplete: string;
8702
8553
  helpText: string;
8703
8554
  maxlength: string | number;
8555
+ isValidateOnBlur: boolean;
8556
+ useVuetifyValidation: boolean;
8557
+ customRules: ValidationRule[];
8558
+ customWarningRules: ValidationRule[];
8559
+ customSuccessRules: ValidationRule[];
8560
+ warningMessages: string[] | null;
8561
+ successMessages: string[] | null;
8562
+ hasError: boolean;
8563
+ hasWarning: boolean;
8564
+ hasSuccess: boolean;
8704
8565
  }> & Omit<Readonly<{
8705
- modelValue?: string | number | null;
8566
+ modelValue?: string | number | null | undefined;
8706
8567
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
8707
8568
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
8708
8569
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -8715,10 +8576,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8715
8576
  isClearable?: boolean;
8716
8577
  showDivider?: boolean;
8717
8578
  label?: string;
8718
- required?: boolean;
8719
- errorMessages?: string[] | null;
8720
- warningMessages?: string[] | null;
8721
- successMessages?: string[] | null;
8722
8579
  readonly?: boolean;
8723
8580
  isActive?: boolean;
8724
8581
  baseColor?: string;
@@ -8730,7 +8587,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8730
8587
  direction?: "horizontal" | "vertical";
8731
8588
  isDirty?: boolean;
8732
8589
  disabled?: boolean;
8733
- isOnError?: boolean;
8734
8590
  isFlat?: boolean;
8735
8591
  isFocused?: boolean;
8736
8592
  areDetailsHidden?: boolean | "auto";
@@ -8738,7 +8594,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8738
8594
  hint?: string;
8739
8595
  id?: string;
8740
8596
  loading?: string | boolean;
8741
- maxErrors?: string | number;
8742
8597
  maxWidth?: string | number;
8743
8598
  messages?: string | string[];
8744
8599
  minWidth?: string | number;
@@ -8752,9 +8607,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8752
8607
  isReversed?: boolean;
8753
8608
  role?: string;
8754
8609
  rounded?: string | number | boolean;
8755
- hasError?: boolean;
8756
- hasWarning?: boolean;
8757
- hasSuccess?: boolean;
8758
8610
  isOnSingleLine?: boolean;
8759
8611
  suffix?: string;
8760
8612
  theme?: string;
@@ -8763,39 +8615,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8763
8615
  width?: string | number;
8764
8616
  displayAsterisk?: boolean;
8765
8617
  noIcon?: boolean;
8766
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
8767
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
8768
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
8769
- showSuccessMessages?: boolean;
8770
- isValidateOnBlur?: boolean;
8771
- disableErrorHandling?: boolean;
8772
8618
  disableClickButton?: boolean;
8773
8619
  autocomplete?: string;
8774
8620
  helpText?: string;
8775
8621
  maxlength?: string | number;
8776
8622
  title?: string | false;
8777
- }> & Readonly<{
8623
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
8778
8624
  onInput?: ((...args: any[]) => any) | undefined;
8625
+ onBlur?: ((...args: any[]) => any) | undefined;
8626
+ onFocus?: ((...args: any[]) => any) | undefined;
8779
8627
  onKeydown?: ((...args: any[]) => any) | undefined;
8780
8628
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8781
8629
  onClear?: ((...args: any[]) => any) | undefined;
8782
8630
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8783
8631
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8784
- }>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "title" | "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" | "maxlength")> & import('vue').ShallowUnwrapRef<{
8785
- validation: {
8786
- errors: Ref<string[], string[]>;
8787
- warnings: Ref<string[], string[]>;
8788
- successes: Ref<string[], string[]>;
8789
- hasError: import('vue').ComputedRef<boolean>;
8790
- hasWarning: import('vue').ComputedRef<boolean>;
8791
- hasSuccess: import('vue').ComputedRef<boolean>;
8792
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
8793
- validateOnSubmit: () => Promise<boolean>;
8794
- clearValidation: () => void;
8795
- };
8796
- validateOnSubmit: () => boolean;
8797
- checkErrorOnBlur: () => void;
8798
- }> & {} & import('vue').ComponentCustomProperties & {} & {
8632
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
8633
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8634
+ } & {} & import('vue').ComponentCustomProperties & {} & {
8799
8635
  $slots: {
8800
8636
  prepend?(_: {}): any;
8801
8637
  append?(_: {}): any;
@@ -9241,7 +9077,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9241
9077
  "onUpdate:month"?: ((date: any) => any) | undefined;
9242
9078
  "onUpdate:viewMode"?: ((date: any) => any) | undefined;
9243
9079
  "onUpdate:year"?: ((date: any) => any) | undefined;
9244
- }, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
9080
+ }, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
9245
9081
  modelValue?: Date | (Date | null)[] | null | undefined;
9246
9082
  "onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
9247
9083
  multiple?: false | "range" | undefined;