@cnamts/synapse 1.0.23 → 1.0.24

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 (292) hide show
  1. package/dist/AutocompleteFilter-BWLR3U7W.js +114 -0
  2. package/dist/AutocompleteFilter-D9jzRzAL.cjs +1 -0
  3. package/dist/{DateFilter-Dc-gSGwk.js → DateFilter-BpwFexzi.js} +1 -1
  4. package/dist/DateFilter-DTUl8hb1.cjs +1 -0
  5. package/dist/{NumberFilter-vP38Wp6j.js → NumberFilter-Bz_NTdX9.js} +3 -3
  6. package/dist/NumberFilter-MAEojdk0.cjs +1 -0
  7. package/dist/PeriodFilter-CC4WgIhl.cjs +1 -0
  8. package/dist/{PeriodFilter-Ba1uYUnT.js → PeriodFilter-DX_wy9g-.js} +1 -1
  9. package/dist/SelectFilter-BR3fvl-a.cjs +1 -0
  10. package/dist/SelectFilter-xqiPtPgX.js +135 -0
  11. package/dist/{TextFilter-B84dpnoq.js → TextFilter-BBl3JFqK.js} +7 -7
  12. package/dist/TextFilter-CCfYFl5F.cjs +1 -0
  13. package/dist/apLightTheme-CFSRrjv2.cjs +1 -0
  14. package/dist/apLightTheme-D1P4jcD0.js +1231 -0
  15. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7022 -9616
  16. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +2 -2
  17. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +2 -2
  18. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +40 -40
  19. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +60 -60
  20. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7168 -9762
  21. package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -2
  22. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +7501 -10095
  23. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +21 -21
  24. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +41 -41
  25. package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +2 -2
  26. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -498
  27. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +108 -146
  28. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +5 -5
  29. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +12 -16
  30. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +8 -8
  31. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +28 -506
  32. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +28 -506
  33. package/dist/components/Customs/SyTextField/SyTextField.d.ts +65 -85
  34. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +627 -771
  35. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +315 -402
  36. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +112 -155
  37. package/dist/components/DatePicker/composables/index.d.ts +1 -0
  38. package/dist/components/DatePicker/composables/useDatePickerFocusTrap.d.ts +11 -0
  39. package/dist/components/DatePicker/composables/useDateTextField.d.ts +4 -4
  40. package/dist/components/DatePicker/composables/useDateValidation.d.ts +3 -3
  41. package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
  42. package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
  43. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +4 -4
  44. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +20 -28
  45. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +3 -3
  46. package/dist/components/MonthPicker/MonthPicker.d.ts +86 -122
  47. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +85 -121
  48. package/dist/components/NirField/NirField.d.ts +206 -270
  49. package/dist/components/NirField/locales.d.ts +10 -10
  50. package/dist/components/NirField/useNirValidation.d.ts +64 -0
  51. package/dist/components/PasswordField/PasswordField.d.ts +8 -9
  52. package/dist/components/PeriodField/PeriodField.d.ts +1352 -1640
  53. package/dist/components/PhoneField/PhoneField.d.ts +88 -124
  54. package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +12 -12
  55. package/dist/components/SyTextArea/SyTextArea.d.ts +34 -14
  56. package/dist/components/SyTextArea/useDefaultValidationRules.d.ts +11 -0
  57. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +9 -6
  58. package/dist/components/Tables/SyTable/SyTable.d.ts +9 -6
  59. package/dist/components/Tables/common/SyTableFilter.d.ts +2 -3
  60. package/dist/components/Tables/common/SyTablePagination.d.ts +17 -19
  61. package/dist/components/Tables/common/filters/AutocompleteFilter.d.ts +120 -0
  62. package/dist/components/Tables/common/filters/locales.d.ts +0 -1
  63. package/dist/components/Tables/common/types.d.ts +19 -3
  64. package/dist/components/Tables/common/useClickableTableRow.d.ts +17 -0
  65. package/dist/components/Tables/common/usePagination.d.ts +3 -1
  66. package/dist/components/Tables/common/usePinnedColumns.d.ts +31 -0
  67. package/dist/components/Tables/common/useTableHeaders.d.ts +2 -0
  68. package/dist/components/Tables/common/useTableRowCheckboxAccessibility.d.ts +5 -0
  69. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +6 -6
  70. package/dist/composables/date/useDatePickerAccessibility.d.ts +1 -1
  71. package/dist/composables/rules/useFieldValidation.d.ts +4 -4
  72. package/dist/composables/unifyValidation/useCustomValidation.d.ts +8 -0
  73. package/dist/composables/unifyValidation/useValidation.d.ts +102 -0
  74. package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +18 -0
  75. package/dist/composables/useFormFieldErrorHandling.d.ts +2 -2
  76. package/dist/composables/validation/useFormValidation.d.ts +11 -2
  77. package/dist/composables/validation/useValidation.d.ts +15 -9
  78. package/dist/design-system-v3.d.ts +2 -0
  79. package/dist/design-system-v3.js +186 -187
  80. package/dist/design-system-v3.umd.cjs +1 -1066
  81. package/dist/{main-aLKwdMi1.js → main-BtTqyn4z.js} +16434 -15672
  82. package/dist/main-C1e3eoxd.cjs +1067 -0
  83. package/dist/main.d.ts +0 -1
  84. package/dist/synapse.css +1 -0
  85. package/dist/tooth-11-D3sLWv2n.cjs +1 -0
  86. package/dist/tooth-12-CXrLuH03.cjs +1 -0
  87. package/dist/tooth-13-BSfo5fpT.cjs +1 -0
  88. package/dist/tooth-14-DMzulx0h.cjs +1 -0
  89. package/dist/tooth-15-BKRFVi-9.cjs +1 -0
  90. package/dist/tooth-16-CpuxAbuM.cjs +1 -0
  91. package/dist/tooth-17-BPoahUdg.cjs +1 -0
  92. package/dist/tooth-18-DhHJz8sy.cjs +1 -0
  93. package/dist/tooth-21-Dgd5hn_X.cjs +1 -0
  94. package/dist/tooth-22-C2Tn19sB.cjs +1 -0
  95. package/dist/tooth-23-C9uaaSGb.cjs +1 -0
  96. package/dist/tooth-24-BrK9UGpf.cjs +1 -0
  97. package/dist/tooth-25-CE_EfGNp.cjs +1 -0
  98. package/dist/tooth-26-Ctv4i9Fy.cjs +1 -0
  99. package/dist/tooth-27-C5J7JkWM.cjs +1 -0
  100. package/dist/tooth-28-Z9oWqjo0.cjs +1 -0
  101. package/dist/tooth-31-BrYqmkTi.cjs +1 -0
  102. package/dist/tooth-32-BNNR0oCZ.cjs +1 -0
  103. package/dist/tooth-33-DuxvqO2J.cjs +1 -0
  104. package/dist/tooth-34-BCSCXMB6.cjs +1 -0
  105. package/dist/tooth-35-BLUXkX88.cjs +1 -0
  106. package/dist/tooth-36-IrKHYqlA.cjs +1 -0
  107. package/dist/tooth-37-BYqpdMwo.cjs +1 -0
  108. package/dist/tooth-38-B_eNXXdu.cjs +1 -0
  109. package/dist/tooth-41-Ddva4Ot8.cjs +1 -0
  110. package/dist/tooth-42-szcDqlM0.cjs +1 -0
  111. package/dist/tooth-43-B3ka6rQm.cjs +1 -0
  112. package/dist/tooth-44-CazyQucj.cjs +1 -0
  113. package/dist/tooth-45-B4HQtc8n.cjs +1 -0
  114. package/dist/tooth-46-BPM40gbG.cjs +1 -0
  115. package/dist/tooth-47-Dvr20dlh.cjs +1 -0
  116. package/dist/tooth-48-Bd8ljGsF.cjs +1 -0
  117. package/dist/tooth-51-OBpwCOF3.cjs +1 -0
  118. package/dist/tooth-52-aKxyHcmq.cjs +1 -0
  119. package/dist/tooth-53-vCwJjTOc.cjs +1 -0
  120. package/dist/tooth-54-DsWu2iFy.cjs +1 -0
  121. package/dist/tooth-55-BxC1X2Dn.cjs +1 -0
  122. package/dist/tooth-61-BbLvxMQi.cjs +1 -0
  123. package/dist/tooth-62-CmTkWczP.cjs +1 -0
  124. package/dist/tooth-63-DI7l_2qI.cjs +1 -0
  125. package/dist/tooth-64-B21sOsJh.cjs +1 -0
  126. package/dist/tooth-65-D2ZC2VEr.cjs +1 -0
  127. package/dist/tooth-71-D473PPO5.cjs +1 -0
  128. package/dist/tooth-72-Drh1wnNu.cjs +1 -0
  129. package/dist/tooth-73-DzlwYI23.cjs +1 -0
  130. package/dist/tooth-74-8aGvcZPg.cjs +1 -0
  131. package/dist/tooth-75-BFK7At_r.cjs +1 -0
  132. package/dist/tooth-81-BZmR-I0M.cjs +1 -0
  133. package/dist/tooth-82-euVfUUZV.cjs +1 -0
  134. package/dist/tooth-83-KV010j64.cjs +1 -0
  135. package/dist/tooth-84-BBg1RjhZ.cjs +1 -0
  136. package/dist/tooth-85-Cr-kc1wM.cjs +1 -0
  137. package/dist/vuetifyConfig.js +561 -0
  138. package/dist/vuetifyConfig.umd.cjs +1 -0
  139. package/package.json +10 -4
  140. package/src/assets/overrides/_btns.scss +0 -6
  141. package/src/assets/overrides/_icons.scss +9 -1
  142. package/src/assets/overrides/_typography.scss +0 -10
  143. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -2
  144. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
  145. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +2 -2
  146. package/src/components/Captcha/accessibilite/Accessibility.mdx +86 -8
  147. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +12 -12
  148. package/src/components/ChipList/ChipList.stories.ts +0 -15
  149. package/src/components/ChipList/ChipList.vue +5 -1
  150. package/src/components/ChipList/accessibilite/Accessibility.mdx +83 -10
  151. package/src/components/ChipList/tests/ChipList.a11y.spec.ts +41 -0
  152. package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +0 -9
  153. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +22 -5
  154. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +143 -0
  155. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +14 -10
  156. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -4
  157. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +8 -9
  158. package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +10 -10
  159. package/src/components/Customs/Selects/SySelect/SySelect.vue +14 -11
  160. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +54 -0
  161. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +6 -9
  162. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +10 -16
  163. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +16 -11
  164. package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +35 -0
  165. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +134 -2
  166. package/src/components/Customs/SyForm/SyForm.stories.ts +31 -5
  167. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -7
  168. package/src/components/Customs/SyTextField/SyTextField.mdx +1 -1
  169. package/src/components/Customs/SyTextField/SyTextField.stories.ts +29 -27
  170. package/src/components/Customs/SyTextField/SyTextField.vue +154 -157
  171. package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +32 -0
  172. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +120 -11
  173. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +62 -58
  174. package/src/components/DatePicker/CalendarMode/DatePicker.vue +330 -223
  175. package/src/components/DatePicker/CalendarMode/accessibilite/Accessibility.mdx +82 -0
  176. package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +141 -0
  177. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +2 -56
  178. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +195 -159
  179. package/src/components/DatePicker/ComplexDatePicker/accessibilite/Accessibility.mdx +76 -0
  180. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +10 -10
  181. package/src/components/DatePicker/DatePickerValidationExample/CalendarMode.stories.ts +8 -8
  182. package/src/components/DatePicker/DatePickerValidationExample/ComplexDatePicker.stories.ts +106 -8
  183. package/src/components/DatePicker/DatePickerValidationExample/DateTextInput.stories.ts +12 -11
  184. package/src/components/DatePicker/DatePickerValidationExample/MultiMode.stories.ts +12 -12
  185. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +0 -12
  186. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +63 -57
  187. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +3 -0
  188. package/src/components/DatePicker/DateTextInput/accessibilite/Accessibility.mdx +66 -0
  189. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +52 -1
  190. package/src/components/DatePicker/composables/index.ts +1 -0
  191. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +109 -65
  192. package/src/components/DatePicker/composables/tests/useDatePickerFocusTrap.spec.ts +138 -0
  193. package/src/components/DatePicker/composables/tests/useDateValidation.spec.ts +74 -18
  194. package/src/components/DatePicker/composables/tests/useInputBlurHandler.spec.ts +39 -0
  195. package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +91 -0
  196. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +442 -36
  197. package/src/components/DatePicker/composables/useDatePickerFocusTrap.ts +92 -0
  198. package/src/components/DatePicker/composables/useDateTextField.ts +7 -6
  199. package/src/components/DatePicker/composables/useDateValidation.ts +36 -35
  200. package/src/components/DatePicker/composables/useInputBlurHandler.ts +3 -3
  201. package/src/components/DatePicker/composables/useManualDateValidation.ts +6 -2
  202. package/src/components/DiacriticPicker/accessibilite/Accessibility.mdx +76 -8
  203. package/src/components/HeaderBar/HeaderBar.stories.ts +14 -2
  204. package/src/components/Logo/accessibilite/Accessibility.mdx +73 -11
  205. package/src/components/LogoBrandSection/accessibilite/Accessibility.mdx +85 -9
  206. package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +3 -1
  207. package/src/components/LunarCalendar/useLunarCalendarValidation.ts +4 -5
  208. package/src/components/MonthPicker/tests/MonthPicker.spec.ts +2 -1
  209. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +7 -7
  210. package/src/components/NirField/NirField.stories.ts +4 -0
  211. package/src/components/NirField/NirField.vue +64 -260
  212. package/src/components/NirField/accessibilite/Accessibility.mdx +2 -2
  213. package/src/components/NirField/locales.ts +1 -1
  214. package/src/components/NirField/tests/NirField.spec.ts +6 -0
  215. package/src/components/NirField/useNirValidation.ts +271 -0
  216. package/src/components/PasswordField/PasswordField.stories.ts +4 -4
  217. package/src/components/PasswordField/PasswordField.vue +18 -24
  218. package/src/components/PasswordField/tests/PasswordField.spec.ts +6 -3
  219. package/src/components/PeriodField/PeriodField.stories.ts +4 -4
  220. package/src/components/PeriodField/PeriodField.vue +57 -57
  221. package/src/components/PeriodField/__tests__/PeriodField.async.spec.ts +32 -0
  222. package/src/components/PeriodField/accessibilite/Accessibility.mdx +68 -8
  223. package/src/components/PeriodField/tests/PeriodField.spec.ts +28 -2
  224. package/src/components/PhoneField/PhoneField.vue +5 -6
  225. package/src/components/PhoneField/tests/PhoneField.spec.ts +1 -0
  226. package/src/components/RangeField/RangeField.vue +6 -0
  227. package/src/components/SyTextArea/SyTextArea.stories.ts +138 -2
  228. package/src/components/SyTextArea/SyTextArea.vue +53 -23
  229. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +126 -3
  230. package/src/components/SyTextArea/useDefaultValidationRules.ts +74 -0
  231. package/src/components/Tables/SyServerTable/SyServerTable.mdx +25 -0
  232. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +673 -1
  233. package/src/components/Tables/SyServerTable/SyServerTable.vue +148 -91
  234. package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +58 -0
  235. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +122 -0
  236. package/src/components/Tables/SyTable/SyTable.mdx +25 -0
  237. package/src/components/Tables/SyTable/SyTable.stories.ts +452 -1
  238. package/src/components/Tables/SyTable/SyTable.vue +130 -56
  239. package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +57 -0
  240. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +108 -0
  241. package/src/components/Tables/common/SyTableFilter.vue +22 -2
  242. package/src/components/Tables/common/TableHeader.vue +5 -1
  243. package/src/components/Tables/common/filters/AutocompleteFilter.vue +160 -0
  244. package/src/components/Tables/common/filters/NumberFilter.vue +1 -1
  245. package/src/components/Tables/common/filters/SelectFilter.vue +10 -11
  246. package/src/components/Tables/common/filters/TextFilter.vue +1 -1
  247. package/src/components/Tables/common/filters/getFilterComponent.ts +8 -1
  248. package/src/components/Tables/common/filters/locales.ts +0 -1
  249. package/src/components/Tables/common/filters/tests/AutocompleteFilter.a11y.spec.ts +110 -0
  250. package/src/components/Tables/common/filters/tests/AutocompleteFilter.spec.ts +203 -0
  251. package/src/components/Tables/common/filters/tests/SelectFilter.a11y.spec.ts +104 -0
  252. package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +152 -16
  253. package/src/components/Tables/common/tableFilterUtils.ts +3 -0
  254. package/src/components/Tables/common/tableStyles.scss +48 -4
  255. package/src/components/Tables/common/tests/filterByRange.spec.ts +2 -1
  256. package/src/components/Tables/common/types.ts +13 -4
  257. package/src/components/Tables/common/useClickableTableRow.ts +103 -0
  258. package/src/components/Tables/common/usePagination.ts +13 -0
  259. package/src/components/Tables/common/usePinnedColumns.ts +237 -0
  260. package/src/components/Tables/common/useTableHeaders.ts +3 -3
  261. package/src/components/Tables/common/useTableRowCheckboxAccessibility.ts +41 -0
  262. package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +2 -6
  263. package/src/composables/date/useDatePickerAccessibility.ts +42 -207
  264. package/src/composables/rules/tests/useFieldValidation.spec.ts +120 -120
  265. package/src/composables/rules/useFieldValidation.ts +34 -17
  266. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +601 -0
  267. package/src/composables/unifyValidation/tests/useValidation.spec.ts +2048 -0
  268. package/src/composables/unifyValidation/tests/useVuetifyValidation.spec.ts +184 -0
  269. package/src/composables/unifyValidation/useCustomValidation.ts +95 -0
  270. package/src/composables/unifyValidation/useValidation.ts +190 -0
  271. package/src/composables/unifyValidation/useVuetifyValidation.ts +54 -0
  272. package/src/composables/useFormFieldErrorHandling.ts +4 -7
  273. package/src/composables/validation/tests/useFormValidation.spec.ts +14 -0
  274. package/src/composables/validation/tests/useValidation.spec.ts +116 -21
  275. package/src/composables/validation/useFormValidation.ts +20 -13
  276. package/src/composables/validation/useValidatable.ts +8 -1
  277. package/src/composables/validation/useValidation.ts +135 -99
  278. package/src/composantsVuetify/Introduction.mdx +48 -0
  279. package/src/composantsVuetify/VBtn/VBtn.mdx +72 -0
  280. package/src/composantsVuetify/VBtn/v-btn.stories.ts +121 -0
  281. package/src/composantsVuetify/VTooltip/VTooltip.mdx +32 -0
  282. package/src/composantsVuetify/VTooltip/v-tooltip.stories.ts +95 -0
  283. package/src/designTokens/tokens/cnam/cnamSemantic.ts +2 -2
  284. package/src/main.ts +0 -2
  285. package/src/stories/Components/Components.stories.ts +74 -9
  286. package/src/stories/Demarrer/Accueil.stories.ts +3 -3
  287. package/src/stories/GuideDuDev/Amelipro.mdx +15 -0
  288. package/src/stories/GuideDuDev/Amelipro.stories.ts +209 -0
  289. package/src/stories/GuideDuDev/vuetifyOptions.mdx +3 -3
  290. package/dist/SelectFilter-BioGT6Nn.js +0 -136
  291. package/dist/style.css +0 -1
  292. package/src/components/DatePicker/Accessibilite.mdx +0 -14
@@ -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;
@@ -236,7 +232,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
236
232
  readonly hint?: string | undefined;
237
233
  readonly id?: string | undefined;
238
234
  readonly loading?: string | boolean | undefined;
239
- readonly maxErrors?: string | number | undefined;
240
235
  readonly maxWidth?: string | number | undefined;
241
236
  readonly messages?: string | string[] | undefined;
242
237
  readonly minWidth?: string | number | undefined;
@@ -250,9 +245,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
250
245
  readonly isReversed?: boolean | undefined;
251
246
  readonly role?: string | undefined;
252
247
  readonly rounded?: string | number | boolean | undefined;
253
- readonly hasError?: boolean | undefined;
254
- readonly hasWarning?: boolean | undefined;
255
- readonly hasSuccess?: boolean | undefined;
256
248
  readonly isOnSingleLine?: boolean | undefined;
257
249
  readonly suffix?: string | undefined;
258
250
  readonly theme?: string | undefined;
@@ -261,18 +253,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
261
253
  readonly width?: string | number | undefined;
262
254
  readonly displayAsterisk?: boolean | undefined;
263
255
  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
256
  readonly disableClickButton?: boolean | undefined;
271
257
  readonly autocomplete?: string | undefined;
272
258
  readonly helpText?: string | undefined;
273
259
  readonly maxlength?: string | number | undefined;
274
260
  readonly title?: string | false | undefined;
261
+ readonly required?: boolean | undefined;
262
+ readonly isValidateOnBlur?: boolean | undefined;
263
+ readonly showSuccessMessages?: boolean | undefined;
264
+ readonly disableErrorHandling?: boolean | undefined;
265
+ readonly useVuetifyValidation?: boolean | undefined;
266
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
267
+ readonly customRules?: ValidationRule[] | undefined;
268
+ readonly customWarningRules?: ValidationRule[] | undefined;
269
+ readonly customSuccessRules?: ValidationRule[] | undefined;
270
+ readonly errorMessages?: string[] | null | undefined;
271
+ readonly warningMessages?: string[] | null | undefined;
272
+ readonly successMessages?: string[] | null | undefined;
273
+ readonly hasError?: boolean | undefined;
274
+ readonly hasWarning?: boolean | undefined;
275
+ readonly hasSuccess?: boolean | undefined;
276
+ readonly maxErrors?: number | undefined;
275
277
  readonly onInput?: ((...args: any[]) => any) | undefined;
278
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
279
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
276
280
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
277
281
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
278
282
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -653,16 +657,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
653
657
  hint?: string | undefined;
654
658
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
655
659
  "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<{
660
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
657
661
  reset: () => Promise<void>;
658
662
  resetValidation: () => Promise<void>;
659
663
  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<{
664
+ isValid: boolean | null;
665
+ errorMessages: string[];
666
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
663
667
  modelValue?: unknown;
664
668
  "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<{
669
+ }, 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
670
  $: import('vue').ComponentInternalInstance;
667
671
  $data: {};
668
672
  $props: Partial<{
@@ -920,13 +924,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
920
924
  labelId?: string | undefined;
921
925
  } & {
922
926
  "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<{
927
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
928
+ controlRef: HTMLElement | undefined;
929
+ fieldIconColor: string | undefined;
930
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
927
931
  modelValue?: unknown;
928
932
  "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}`> & {
933
+ }, 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
934
  _allExposed: {
931
935
  reset: () => Promise<void>;
932
936
  resetValidation: () => Promise<void>;
@@ -1390,16 +1394,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1390
1394
  hint?: string | undefined;
1391
1395
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1392
1396
  "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<{
1397
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1394
1398
  reset: () => Promise<void>;
1395
1399
  resetValidation: () => Promise<void>;
1396
1400
  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<{
1401
+ isValid: boolean | null;
1402
+ errorMessages: string[];
1403
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1400
1404
  modelValue?: unknown;
1401
1405
  "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<{
1406
+ }, 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
1407
  $: import('vue').ComponentInternalInstance;
1404
1408
  $data: {};
1405
1409
  $props: Partial<{
@@ -1657,13 +1661,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1657
1661
  labelId?: string | undefined;
1658
1662
  } & {
1659
1663
  "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<{
1664
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1665
+ controlRef: HTMLElement | undefined;
1666
+ fieldIconColor: string | undefined;
1667
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1664
1668
  modelValue?: unknown;
1665
1669
  "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}`> & {
1670
+ }, 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
1671
  _allExposed: {
1668
1672
  reset: () => Promise<void>;
1669
1673
  resetValidation: () => Promise<void>;
@@ -1712,10 +1716,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1712
1716
  $root: ComponentPublicInstance | null;
1713
1717
  $parent: ComponentPublicInstance | null;
1714
1718
  $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);
1719
+ $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
1720
  $el: any;
1717
1721
  $options: import('vue').ComponentOptionsBase<Readonly<{
1718
- modelValue?: string | number | null;
1722
+ modelValue?: string | number | null | undefined;
1719
1723
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
1720
1724
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
1721
1725
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -1728,10 +1732,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1728
1732
  isClearable?: boolean;
1729
1733
  showDivider?: boolean;
1730
1734
  label?: string;
1731
- required?: boolean;
1732
- errorMessages?: string[] | null;
1733
- warningMessages?: string[] | null;
1734
- successMessages?: string[] | null;
1735
1735
  readonly?: boolean;
1736
1736
  isActive?: boolean;
1737
1737
  baseColor?: string;
@@ -1751,7 +1751,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1751
1751
  hint?: string;
1752
1752
  id?: string;
1753
1753
  loading?: string | boolean;
1754
- maxErrors?: string | number;
1755
1754
  maxWidth?: string | number;
1756
1755
  messages?: string | string[];
1757
1756
  minWidth?: string | number;
@@ -1765,9 +1764,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1765
1764
  isReversed?: boolean;
1766
1765
  role?: string;
1767
1766
  rounded?: string | number | boolean;
1768
- hasError?: boolean;
1769
- hasWarning?: boolean;
1770
- hasSuccess?: boolean;
1771
1767
  isOnSingleLine?: boolean;
1772
1768
  suffix?: string;
1773
1769
  theme?: string;
@@ -1776,40 +1772,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1776
1772
  width?: string | number;
1777
1773
  displayAsterisk?: boolean;
1778
1774
  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
1775
  disableClickButton?: boolean;
1786
1776
  autocomplete?: string;
1787
1777
  helpText?: string;
1788
1778
  maxlength?: string | number;
1789
1779
  title?: string | false;
1790
- }> & Readonly<{
1780
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1791
1781
  onInput?: ((...args: any[]) => any) | undefined;
1782
+ onBlur?: ((...args: any[]) => any) | undefined;
1783
+ onFocus?: ((...args: any[]) => any) | undefined;
1792
1784
  onKeydown?: ((...args: any[]) => any) | undefined;
1793
1785
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1794
1786
  onClear?: ((...args: any[]) => any) | undefined;
1795
1787
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1796
1788
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1797
1789
  }>, {
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;
1790
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1811
1791
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1812
1792
  input: (...args: any[]) => void;
1793
+ blur: (...args: any[]) => void;
1794
+ focus: (...args: any[]) => void;
1813
1795
  keydown: (...args: any[]) => void;
1814
1796
  "update:modelValue": (...args: any[]) => void;
1815
1797
  clear: (...args: any[]) => void;
@@ -1839,7 +1821,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1839
1821
  modelValue: string | number | null;
1840
1822
  bgColor: string;
1841
1823
  isActive: boolean;
1824
+ required: boolean;
1842
1825
  prefix: string;
1826
+ showSuccessMessages: boolean;
1827
+ disableErrorHandling: boolean;
1828
+ errorMessages: string[] | null;
1829
+ maxErrors: number;
1843
1830
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1844
1831
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1845
1832
  prependTooltip: string;
@@ -1847,9 +1834,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1847
1834
  tooltipLocation: "top" | "bottom" | "start" | "end";
1848
1835
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1849
1836
  isClearable: boolean;
1850
- errorMessages: string[] | null;
1851
- warningMessages: string[] | null;
1852
- successMessages: string[] | null;
1853
1837
  centerAffix: boolean;
1854
1838
  counter: string | number | boolean;
1855
1839
  counterValue: number | ((value: any) => number);
@@ -1861,30 +1845,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1861
1845
  areDetailsHidden: boolean | "auto";
1862
1846
  areSpinButtonsHidden: boolean;
1863
1847
  hint: string;
1864
- maxErrors: string | number;
1865
1848
  messages: string | string[];
1866
1849
  displayPersistentClear: boolean;
1867
1850
  displayPersistentCounter: boolean;
1868
1851
  displayPersistentHint: boolean;
1869
1852
  displayPersistentPlaceholder: boolean;
1870
1853
  isReversed: boolean;
1871
- hasError: boolean;
1872
- hasWarning: boolean;
1873
1854
  isOnSingleLine: boolean;
1874
1855
  suffix: string;
1875
1856
  isTiled: boolean;
1876
1857
  displayAsterisk: boolean;
1877
1858
  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
1859
  disableClickButton: boolean;
1885
1860
  autocomplete: string;
1886
1861
  helpText: string;
1887
1862
  maxlength: string | number;
1863
+ isValidateOnBlur: boolean;
1864
+ useVuetifyValidation: boolean;
1865
+ customRules: ValidationRule[];
1866
+ customWarningRules: ValidationRule[];
1867
+ customSuccessRules: ValidationRule[];
1868
+ warningMessages: string[] | null;
1869
+ successMessages: string[] | null;
1870
+ hasError: boolean;
1871
+ hasWarning: boolean;
1872
+ hasSuccess: boolean;
1888
1873
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1889
1874
  beforeCreate?: (() => void) | (() => void)[];
1890
1875
  created?: (() => void) | (() => void)[];
@@ -1929,7 +1914,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1929
1914
  modelValue: string | number | null;
1930
1915
  bgColor: string;
1931
1916
  isActive: boolean;
1917
+ required: boolean;
1932
1918
  prefix: string;
1919
+ showSuccessMessages: boolean;
1920
+ disableErrorHandling: boolean;
1921
+ errorMessages: string[] | null;
1922
+ maxErrors: number;
1933
1923
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1934
1924
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1935
1925
  prependTooltip: string;
@@ -1937,9 +1927,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1937
1927
  tooltipLocation: "top" | "bottom" | "start" | "end";
1938
1928
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1939
1929
  isClearable: boolean;
1940
- errorMessages: string[] | null;
1941
- warningMessages: string[] | null;
1942
- successMessages: string[] | null;
1943
1930
  centerAffix: boolean;
1944
1931
  counter: string | number | boolean;
1945
1932
  counterValue: number | ((value: any) => number);
@@ -1951,32 +1938,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1951
1938
  areDetailsHidden: boolean | "auto";
1952
1939
  areSpinButtonsHidden: boolean;
1953
1940
  hint: string;
1954
- maxErrors: string | number;
1955
1941
  messages: string | string[];
1956
1942
  displayPersistentClear: boolean;
1957
1943
  displayPersistentCounter: boolean;
1958
1944
  displayPersistentHint: boolean;
1959
1945
  displayPersistentPlaceholder: boolean;
1960
1946
  isReversed: boolean;
1961
- hasError: boolean;
1962
- hasWarning: boolean;
1963
1947
  isOnSingleLine: boolean;
1964
1948
  suffix: string;
1965
1949
  isTiled: boolean;
1966
1950
  displayAsterisk: boolean;
1967
1951
  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
1952
  disableClickButton: boolean;
1975
1953
  autocomplete: string;
1976
1954
  helpText: string;
1977
1955
  maxlength: string | number;
1956
+ isValidateOnBlur: boolean;
1957
+ useVuetifyValidation: boolean;
1958
+ customRules: ValidationRule[];
1959
+ customWarningRules: ValidationRule[];
1960
+ customSuccessRules: ValidationRule[];
1961
+ warningMessages: string[] | null;
1962
+ successMessages: string[] | null;
1963
+ hasError: boolean;
1964
+ hasWarning: boolean;
1965
+ hasSuccess: boolean;
1978
1966
  }> & Omit<Readonly<{
1979
- modelValue?: string | number | null;
1967
+ modelValue?: string | number | null | undefined;
1980
1968
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
1981
1969
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
1982
1970
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -1989,10 +1977,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1989
1977
  isClearable?: boolean;
1990
1978
  showDivider?: boolean;
1991
1979
  label?: string;
1992
- required?: boolean;
1993
- errorMessages?: string[] | null;
1994
- warningMessages?: string[] | null;
1995
- successMessages?: string[] | null;
1996
1980
  readonly?: boolean;
1997
1981
  isActive?: boolean;
1998
1982
  baseColor?: string;
@@ -2012,7 +1996,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2012
1996
  hint?: string;
2013
1997
  id?: string;
2014
1998
  loading?: string | boolean;
2015
- maxErrors?: string | number;
2016
1999
  maxWidth?: string | number;
2017
2000
  messages?: string | string[];
2018
2001
  minWidth?: string | number;
@@ -2026,9 +2009,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2026
2009
  isReversed?: boolean;
2027
2010
  role?: string;
2028
2011
  rounded?: string | number | boolean;
2029
- hasError?: boolean;
2030
- hasWarning?: boolean;
2031
- hasSuccess?: boolean;
2032
2012
  isOnSingleLine?: boolean;
2033
2013
  suffix?: string;
2034
2014
  theme?: string;
@@ -2037,39 +2017,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2037
2017
  width?: string | number;
2038
2018
  displayAsterisk?: boolean;
2039
2019
  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
2020
  disableClickButton?: boolean;
2047
2021
  autocomplete?: string;
2048
2022
  helpText?: string;
2049
2023
  maxlength?: string | number;
2050
2024
  title?: string | false;
2051
- }> & Readonly<{
2025
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
2052
2026
  onInput?: ((...args: any[]) => any) | undefined;
2027
+ onBlur?: ((...args: any[]) => any) | undefined;
2028
+ onFocus?: ((...args: any[]) => any) | undefined;
2053
2029
  onKeydown?: ((...args: any[]) => any) | undefined;
2054
2030
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2055
2031
  onClear?: ((...args: any[]) => any) | undefined;
2056
2032
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2057
2033
  "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 & {} & {
2034
+ }>, "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" | "isOnError" | "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")> & {
2035
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2036
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2073
2037
  $slots: {
2074
2038
  prepend?(_: {}): any;
2075
2039
  append?(_: {}): any;
@@ -2087,32 +2051,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2087
2051
  M: {};
2088
2052
  Defaults: {};
2089
2053
  }, Readonly<{
2090
- modelValue?: DateValue;
2091
- placeholder?: string;
2092
- format?: string;
2054
+ autoClamp?: boolean;
2055
+ bgColor?: string;
2056
+ customRules?: ValidationRule[];
2057
+ customWarningRules?: ValidationRule[];
2093
2058
  dateFormatReturn?: string;
2094
- label: string;
2095
- required?: boolean;
2059
+ density?: "default" | "comfortable" | "compact";
2060
+ disableErrorHandling?: boolean;
2096
2061
  disabled?: boolean;
2097
- readonly?: boolean;
2098
- title?: string | false;
2099
- isOutlined?: boolean;
2100
- displayIcon?: boolean;
2101
2062
  displayAppendIcon?: boolean;
2102
- noIcon?: boolean;
2103
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2104
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2063
+ displayIcon?: boolean;
2105
2064
  displayPrependIcon?: boolean;
2106
- disableErrorHandling?: boolean;
2107
- showSuccessMessages?: boolean;
2108
- bgColor?: string;
2109
2065
  displayRange?: boolean;
2110
- autoClamp?: boolean;
2111
- isValidateOnBlur?: boolean;
2112
- density?: "default" | "comfortable" | "compact";
2066
+ externalErrorMessages?: string[];
2067
+ format?: string;
2113
2068
  hint?: string;
2069
+ isOutlined?: boolean;
2070
+ isValidateOnBlur?: boolean;
2071
+ label: string;
2072
+ modelValue?: DateValue;
2073
+ noIcon?: boolean;
2114
2074
  persistentHint?: boolean;
2115
- externalErrorMessages?: string[];
2075
+ placeholder?: string;
2076
+ readonly?: boolean;
2077
+ required?: boolean;
2078
+ showSuccessMessages?: boolean;
2079
+ title?: string | false;
2116
2080
  }> & Readonly<{
2117
2081
  onInput?: ((value: string) => any) | undefined;
2118
2082
  onBlur?: (() => any) | undefined;
@@ -2120,7 +2084,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2120
2084
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2121
2085
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2122
2086
  }>, {
2123
- validateOnSubmit: () => boolean;
2087
+ validateOnSubmit: () => Promise<boolean>;
2124
2088
  reset: () => void;
2125
2089
  focus(): void;
2126
2090
  blur(): void;
@@ -2133,38 +2097,28 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2133
2097
  modelValue: DateValue;
2134
2098
  bgColor: string;
2135
2099
  required: boolean;
2100
+ showSuccessMessages: boolean;
2101
+ disableErrorHandling: boolean;
2136
2102
  hint: string;
2137
2103
  noIcon: boolean;
2138
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2139
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2140
- showSuccessMessages: boolean;
2141
2104
  isValidateOnBlur: boolean;
2142
- disableErrorHandling: boolean;
2105
+ customRules: ValidationRule[];
2106
+ customWarningRules: ValidationRule[];
2143
2107
  persistentHint: boolean;
2144
2108
  format: string;
2145
2109
  autoClamp: boolean;
2146
2110
  displayRange: boolean;
2147
2111
  dateFormatReturn: string;
2148
- isOutlined: boolean;
2149
- displayIcon: boolean;
2150
2112
  displayAppendIcon: boolean;
2113
+ displayIcon: boolean;
2151
2114
  displayPrependIcon: boolean;
2152
2115
  externalErrorMessages: string[];
2116
+ isOutlined: boolean;
2153
2117
  }> | null;
2154
2118
  complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2155
- modelValue?: DateInput;
2156
- label: string;
2157
- placeholder?: string;
2158
- format?: string;
2159
- dateFormatReturn?: string;
2160
- isBirthDate?: boolean;
2119
+ autoClamp?: boolean;
2120
+ bgColor?: string;
2161
2121
  birthDate?: boolean;
2162
- showWeekNumber?: boolean;
2163
- required?: boolean;
2164
- displayRange?: boolean;
2165
- displayIcon?: boolean;
2166
- displayAppendIcon?: boolean;
2167
- displayPrependIcon?: boolean;
2168
2122
  customRules?: {
2169
2123
  type: string;
2170
2124
  options: any;
@@ -2173,31 +2127,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2173
2127
  type: string;
2174
2128
  options: any;
2175
2129
  }[];
2176
- disabled?: boolean;
2177
- noIcon?: boolean;
2178
- noCalendar?: boolean;
2179
- isOutlined?: boolean;
2180
- readonly?: boolean;
2181
- title?: string | false;
2182
- width?: string;
2130
+ dateFormatReturn?: string;
2131
+ density?: "default" | "comfortable" | "compact";
2183
2132
  disableErrorHandling?: boolean;
2184
- showSuccessMessages?: boolean;
2185
- bgColor?: string;
2186
- textFieldActivator?: boolean;
2133
+ disabled?: boolean;
2134
+ displayAppendIcon?: boolean;
2135
+ displayAsterisk?: boolean;
2136
+ displayHolidayDays?: boolean;
2137
+ displayIcon?: boolean;
2138
+ displayPrependIcon?: boolean;
2139
+ displayRange?: boolean;
2187
2140
  displayTodayButton?: boolean;
2188
2141
  displayWeekendDays?: boolean;
2189
- displayHolidayDays?: boolean;
2190
- displayAsterisk?: boolean;
2142
+ format?: string;
2143
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
2144
+ hint?: string;
2145
+ isBirthDate?: boolean;
2146
+ isOutlined?: boolean;
2147
+ isValidateOnBlur?: boolean;
2148
+ label: string;
2149
+ modelValue?: DateInput;
2150
+ noCalendar?: boolean;
2151
+ noIcon?: boolean;
2191
2152
  period?: {
2192
- min?: string;
2193
2153
  max?: string;
2154
+ min?: string;
2194
2155
  };
2195
- autoClamp?: boolean;
2196
- isValidateOnBlur?: boolean;
2197
- density?: "default" | "comfortable" | "compact";
2198
- hint?: string;
2199
2156
  persistentHint?: boolean;
2200
- headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
2157
+ placeholder?: string;
2158
+ readonly?: boolean;
2159
+ required?: boolean;
2160
+ showSuccessMessages?: boolean;
2161
+ showWeekNumber?: boolean;
2162
+ textFieldActivator?: boolean;
2163
+ title?: string | false;
2164
+ width?: string;
2201
2165
  }> & Readonly<{
2202
2166
  onInput?: ((value: string) => any) | undefined;
2203
2167
  onBlur?: (() => any) | undefined;
@@ -2206,7 +2170,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2206
2170
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2207
2171
  onClosed?: (() => any) | undefined;
2208
2172
  }>, {
2209
- validateOnSubmit: () => boolean;
2173
+ validateOnSubmit: () => Promise<boolean>;
2210
2174
  isDatePickerVisible: Ref<boolean, boolean>;
2211
2175
  selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
2212
2176
  errorMessages: import('vue').ComputedRef<string[]>;
@@ -2219,9 +2183,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2219
2183
  currentMonth: Ref<string | null, string | null>;
2220
2184
  currentMonthName: Ref<string | null, string | null>;
2221
2185
  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;
2186
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
2223
2187
  clearValidation: () => void;
2224
- validateDates: (forceValidation?: boolean) => ValidationResult;
2188
+ validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
2225
2189
  formatDateInput: (input: string, cursorPosition?: number) => {
2226
2190
  formatted: string;
2227
2191
  cursorPos: number;
@@ -2253,9 +2217,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2253
2217
  modelValue: DateInput;
2254
2218
  bgColor: string;
2255
2219
  required: boolean;
2220
+ showSuccessMessages: boolean;
2221
+ disableErrorHandling: boolean;
2256
2222
  hint: string;
2257
2223
  displayAsterisk: boolean;
2258
2224
  noIcon: boolean;
2225
+ isValidateOnBlur: boolean;
2259
2226
  customRules: {
2260
2227
  type: string;
2261
2228
  options: any;
@@ -2264,9 +2231,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2264
2231
  type: string;
2265
2232
  options: any;
2266
2233
  }[];
2267
- showSuccessMessages: boolean;
2268
- isValidateOnBlur: boolean;
2269
- disableErrorHandling: boolean;
2270
2234
  persistentHint: boolean;
2271
2235
  format: string;
2272
2236
  autoClamp: boolean;
@@ -2274,49 +2238,49 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2274
2238
  displayRange: boolean;
2275
2239
  dateFormatReturn: string;
2276
2240
  textFieldActivator: boolean;
2277
- isOutlined: boolean;
2278
- displayIcon: boolean;
2279
2241
  displayAppendIcon: boolean;
2242
+ displayIcon: boolean;
2280
2243
  displayPrependIcon: boolean;
2281
- isBirthDate: boolean;
2244
+ isOutlined: boolean;
2282
2245
  birthDate: boolean;
2283
- showWeekNumber: boolean;
2246
+ displayHolidayDays: boolean;
2284
2247
  displayTodayButton: boolean;
2285
2248
  displayWeekendDays: boolean;
2286
- displayHolidayDays: boolean;
2249
+ isBirthDate: boolean;
2287
2250
  period: {
2288
- min?: string;
2289
2251
  max?: string;
2252
+ min?: string;
2290
2253
  };
2254
+ showWeekNumber: boolean;
2291
2255
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2292
2256
  accessibilityDescriptionRef: HTMLSpanElement;
2293
2257
  dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2294
- modelValue?: DateValue;
2295
- placeholder?: string;
2296
- format?: string;
2258
+ autoClamp?: boolean;
2259
+ bgColor?: string;
2260
+ customRules?: ValidationRule[];
2261
+ customWarningRules?: ValidationRule[];
2297
2262
  dateFormatReturn?: string;
2298
- label: string;
2299
- required?: boolean;
2263
+ density?: "default" | "comfortable" | "compact";
2264
+ disableErrorHandling?: boolean;
2300
2265
  disabled?: boolean;
2301
- readonly?: boolean;
2302
- title?: string | false;
2303
- isOutlined?: boolean;
2304
- displayIcon?: boolean;
2305
2266
  displayAppendIcon?: boolean;
2306
- noIcon?: boolean;
2307
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2308
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2267
+ displayIcon?: boolean;
2309
2268
  displayPrependIcon?: boolean;
2310
- disableErrorHandling?: boolean;
2311
- showSuccessMessages?: boolean;
2312
- bgColor?: string;
2313
2269
  displayRange?: boolean;
2314
- autoClamp?: boolean;
2315
- isValidateOnBlur?: boolean;
2316
- density?: "default" | "comfortable" | "compact";
2270
+ externalErrorMessages?: string[];
2271
+ format?: string;
2317
2272
  hint?: string;
2273
+ isOutlined?: boolean;
2274
+ isValidateOnBlur?: boolean;
2275
+ label: string;
2276
+ modelValue?: DateValue;
2277
+ noIcon?: boolean;
2318
2278
  persistentHint?: boolean;
2319
- externalErrorMessages?: string[];
2279
+ placeholder?: string;
2280
+ readonly?: boolean;
2281
+ required?: boolean;
2282
+ showSuccessMessages?: boolean;
2283
+ title?: string | false;
2320
2284
  }> & Readonly<{
2321
2285
  onInput?: ((value: string) => any) | undefined;
2322
2286
  onBlur?: (() => any) | undefined;
@@ -2324,7 +2288,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2324
2288
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2325
2289
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2326
2290
  }>, {
2327
- validateOnSubmit: () => boolean;
2291
+ validateOnSubmit: () => Promise<boolean>;
2328
2292
  reset: () => void;
2329
2293
  focus(): void;
2330
2294
  blur(): void;
@@ -2343,29 +2307,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2343
2307
  modelValue: DateValue;
2344
2308
  bgColor: string;
2345
2309
  required: boolean;
2310
+ showSuccessMessages: boolean;
2311
+ disableErrorHandling: boolean;
2346
2312
  hint: string;
2347
2313
  noIcon: boolean;
2348
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2349
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2350
- showSuccessMessages: boolean;
2351
2314
  isValidateOnBlur: boolean;
2352
- disableErrorHandling: boolean;
2315
+ customRules: ValidationRule[];
2316
+ customWarningRules: ValidationRule[];
2353
2317
  persistentHint: boolean;
2354
2318
  format: string;
2355
2319
  autoClamp: boolean;
2356
2320
  displayRange: boolean;
2357
2321
  dateFormatReturn: string;
2358
- isOutlined: boolean;
2359
- displayIcon: boolean;
2360
2322
  displayAppendIcon: boolean;
2323
+ displayIcon: boolean;
2361
2324
  displayPrependIcon: boolean;
2362
2325
  externalErrorMessages: string[];
2326
+ isOutlined: boolean;
2363
2327
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2364
2328
  inputRef: ({
2365
2329
  $: import('vue').ComponentInternalInstance;
2366
2330
  $data: {};
2367
2331
  $props: {
2368
- readonly modelValue?: string | number | null | undefined;
2332
+ readonly modelValue?: string | number | null | undefined | undefined;
2369
2333
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
2370
2334
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
2371
2335
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -2377,11 +2341,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2377
2341
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
2378
2342
  readonly isClearable?: boolean | undefined;
2379
2343
  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;
2344
+ readonly label: string;
2385
2345
  readonly readonly?: boolean | undefined;
2386
2346
  readonly isActive?: boolean | undefined;
2387
2347
  readonly baseColor?: string | undefined;
@@ -2401,7 +2361,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2401
2361
  readonly hint?: string | undefined;
2402
2362
  readonly id?: string | undefined;
2403
2363
  readonly loading?: string | boolean | undefined;
2404
- readonly maxErrors?: string | number | undefined;
2405
2364
  readonly maxWidth?: string | number | undefined;
2406
2365
  readonly messages?: string | string[] | undefined;
2407
2366
  readonly minWidth?: string | number | undefined;
@@ -2415,9 +2374,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2415
2374
  readonly isReversed?: boolean | undefined;
2416
2375
  readonly role?: string | undefined;
2417
2376
  readonly rounded?: string | number | boolean | undefined;
2418
- readonly hasError?: boolean | undefined;
2419
- readonly hasWarning?: boolean | undefined;
2420
- readonly hasSuccess?: boolean | undefined;
2421
2377
  readonly isOnSingleLine?: boolean | undefined;
2422
2378
  readonly suffix?: string | undefined;
2423
2379
  readonly theme?: string | undefined;
@@ -2426,18 +2382,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2426
2382
  readonly width?: string | number | undefined;
2427
2383
  readonly displayAsterisk?: boolean | undefined;
2428
2384
  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
2385
  readonly disableClickButton?: boolean | undefined;
2436
2386
  readonly autocomplete?: string | undefined;
2437
2387
  readonly helpText?: string | undefined;
2438
2388
  readonly maxlength?: string | number | undefined;
2439
2389
  readonly title?: string | false | undefined;
2390
+ readonly required?: boolean | undefined;
2391
+ readonly isValidateOnBlur?: boolean | undefined;
2392
+ readonly showSuccessMessages?: boolean | undefined;
2393
+ readonly disableErrorHandling?: boolean | undefined;
2394
+ readonly useVuetifyValidation?: boolean | undefined;
2395
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2396
+ readonly customRules?: ValidationRule[] | undefined;
2397
+ readonly customWarningRules?: ValidationRule[] | undefined;
2398
+ readonly customSuccessRules?: ValidationRule[] | undefined;
2399
+ readonly errorMessages?: string[] | null | undefined;
2400
+ readonly warningMessages?: string[] | null | undefined;
2401
+ readonly successMessages?: string[] | null | undefined;
2402
+ readonly hasError?: boolean | undefined;
2403
+ readonly hasWarning?: boolean | undefined;
2404
+ readonly hasSuccess?: boolean | undefined;
2405
+ readonly maxErrors?: number | undefined;
2440
2406
  readonly onInput?: ((...args: any[]) => any) | undefined;
2407
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
2408
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
2441
2409
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
2442
2410
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2443
2411
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -2818,16 +2786,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2818
2786
  hint?: string | undefined;
2819
2787
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2820
2788
  "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<{
2789
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
2822
2790
  reset: () => Promise<void>;
2823
2791
  resetValidation: () => Promise<void>;
2824
2792
  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<{
2793
+ isValid: boolean | null;
2794
+ errorMessages: string[];
2795
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2828
2796
  modelValue?: unknown;
2829
2797
  "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<{
2798
+ }, 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
2799
  $: import('vue').ComponentInternalInstance;
2832
2800
  $data: {};
2833
2801
  $props: Partial<{
@@ -3085,13 +3053,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3085
3053
  labelId?: string | undefined;
3086
3054
  } & {
3087
3055
  "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<{
3056
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
3057
+ controlRef: HTMLElement | undefined;
3058
+ fieldIconColor: string | undefined;
3059
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3092
3060
  modelValue?: unknown;
3093
3061
  "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}`> & {
3062
+ }, 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
3063
  _allExposed: {
3096
3064
  reset: () => Promise<void>;
3097
3065
  resetValidation: () => Promise<void>;
@@ -3555,16 +3523,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3555
3523
  hint?: string | undefined;
3556
3524
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
3557
3525
  "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<{
3526
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
3559
3527
  reset: () => Promise<void>;
3560
3528
  resetValidation: () => Promise<void>;
3561
3529
  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<{
3530
+ isValid: boolean | null;
3531
+ errorMessages: string[];
3532
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3565
3533
  modelValue?: unknown;
3566
3534
  "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<{
3535
+ }, 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
3536
  $: import('vue').ComponentInternalInstance;
3569
3537
  $data: {};
3570
3538
  $props: Partial<{
@@ -3822,13 +3790,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3822
3790
  labelId?: string | undefined;
3823
3791
  } & {
3824
3792
  "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<{
3793
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
3794
+ controlRef: HTMLElement | undefined;
3795
+ fieldIconColor: string | undefined;
3796
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3829
3797
  modelValue?: unknown;
3830
3798
  "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}`> & {
3799
+ }, 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
3800
  _allExposed: {
3833
3801
  reset: () => Promise<void>;
3834
3802
  resetValidation: () => Promise<void>;
@@ -3877,10 +3845,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3877
3845
  $root: ComponentPublicInstance | null;
3878
3846
  $parent: ComponentPublicInstance | null;
3879
3847
  $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);
3848
+ $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
3849
  $el: any;
3882
3850
  $options: import('vue').ComponentOptionsBase<Readonly<{
3883
- modelValue?: string | number | null;
3851
+ modelValue?: string | number | null | undefined;
3884
3852
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
3885
3853
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
3886
3854
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -3893,10 +3861,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3893
3861
  isClearable?: boolean;
3894
3862
  showDivider?: boolean;
3895
3863
  label?: string;
3896
- required?: boolean;
3897
- errorMessages?: string[] | null;
3898
- warningMessages?: string[] | null;
3899
- successMessages?: string[] | null;
3900
3864
  readonly?: boolean;
3901
3865
  isActive?: boolean;
3902
3866
  baseColor?: string;
@@ -3916,7 +3880,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3916
3880
  hint?: string;
3917
3881
  id?: string;
3918
3882
  loading?: string | boolean;
3919
- maxErrors?: string | number;
3920
3883
  maxWidth?: string | number;
3921
3884
  messages?: string | string[];
3922
3885
  minWidth?: string | number;
@@ -3930,9 +3893,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3930
3893
  isReversed?: boolean;
3931
3894
  role?: string;
3932
3895
  rounded?: string | number | boolean;
3933
- hasError?: boolean;
3934
- hasWarning?: boolean;
3935
- hasSuccess?: boolean;
3936
3896
  isOnSingleLine?: boolean;
3937
3897
  suffix?: string;
3938
3898
  theme?: string;
@@ -3941,40 +3901,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3941
3901
  width?: string | number;
3942
3902
  displayAsterisk?: boolean;
3943
3903
  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
3904
  disableClickButton?: boolean;
3951
3905
  autocomplete?: string;
3952
3906
  helpText?: string;
3953
3907
  maxlength?: string | number;
3954
3908
  title?: string | false;
3955
- }> & Readonly<{
3909
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3956
3910
  onInput?: ((...args: any[]) => any) | undefined;
3911
+ onBlur?: ((...args: any[]) => any) | undefined;
3912
+ onFocus?: ((...args: any[]) => any) | undefined;
3957
3913
  onKeydown?: ((...args: any[]) => any) | undefined;
3958
3914
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3959
3915
  onClear?: ((...args: any[]) => any) | undefined;
3960
3916
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
3961
3917
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
3962
3918
  }>, {
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;
3919
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3976
3920
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3977
3921
  input: (...args: any[]) => void;
3922
+ blur: (...args: any[]) => void;
3923
+ focus: (...args: any[]) => void;
3978
3924
  keydown: (...args: any[]) => void;
3979
3925
  "update:modelValue": (...args: any[]) => void;
3980
3926
  clear: (...args: any[]) => void;
@@ -4004,7 +3950,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4004
3950
  modelValue: string | number | null;
4005
3951
  bgColor: string;
4006
3952
  isActive: boolean;
3953
+ required: boolean;
4007
3954
  prefix: string;
3955
+ showSuccessMessages: boolean;
3956
+ disableErrorHandling: boolean;
3957
+ errorMessages: string[] | null;
3958
+ maxErrors: number;
4008
3959
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4009
3960
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4010
3961
  prependTooltip: string;
@@ -4012,9 +3963,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4012
3963
  tooltipLocation: "top" | "bottom" | "start" | "end";
4013
3964
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
4014
3965
  isClearable: boolean;
4015
- errorMessages: string[] | null;
4016
- warningMessages: string[] | null;
4017
- successMessages: string[] | null;
4018
3966
  centerAffix: boolean;
4019
3967
  counter: string | number | boolean;
4020
3968
  counterValue: number | ((value: any) => number);
@@ -4026,30 +3974,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4026
3974
  areDetailsHidden: boolean | "auto";
4027
3975
  areSpinButtonsHidden: boolean;
4028
3976
  hint: string;
4029
- maxErrors: string | number;
4030
3977
  messages: string | string[];
4031
3978
  displayPersistentClear: boolean;
4032
3979
  displayPersistentCounter: boolean;
4033
3980
  displayPersistentHint: boolean;
4034
3981
  displayPersistentPlaceholder: boolean;
4035
3982
  isReversed: boolean;
4036
- hasError: boolean;
4037
- hasWarning: boolean;
4038
3983
  isOnSingleLine: boolean;
4039
3984
  suffix: string;
4040
3985
  isTiled: boolean;
4041
3986
  displayAsterisk: boolean;
4042
3987
  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
3988
  disableClickButton: boolean;
4050
3989
  autocomplete: string;
4051
3990
  helpText: string;
4052
3991
  maxlength: string | number;
3992
+ isValidateOnBlur: boolean;
3993
+ useVuetifyValidation: boolean;
3994
+ customRules: ValidationRule[];
3995
+ customWarningRules: ValidationRule[];
3996
+ customSuccessRules: ValidationRule[];
3997
+ warningMessages: string[] | null;
3998
+ successMessages: string[] | null;
3999
+ hasError: boolean;
4000
+ hasWarning: boolean;
4001
+ hasSuccess: boolean;
4053
4002
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
4054
4003
  beforeCreate?: (() => void) | (() => void)[];
4055
4004
  created?: (() => void) | (() => void)[];
@@ -4094,7 +4043,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4094
4043
  modelValue: string | number | null;
4095
4044
  bgColor: string;
4096
4045
  isActive: boolean;
4046
+ required: boolean;
4097
4047
  prefix: string;
4048
+ showSuccessMessages: boolean;
4049
+ disableErrorHandling: boolean;
4050
+ errorMessages: string[] | null;
4051
+ maxErrors: number;
4098
4052
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4099
4053
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4100
4054
  prependTooltip: string;
@@ -4102,9 +4056,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4102
4056
  tooltipLocation: "top" | "bottom" | "start" | "end";
4103
4057
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
4104
4058
  isClearable: boolean;
4105
- errorMessages: string[] | null;
4106
- warningMessages: string[] | null;
4107
- successMessages: string[] | null;
4108
4059
  centerAffix: boolean;
4109
4060
  counter: string | number | boolean;
4110
4061
  counterValue: number | ((value: any) => number);
@@ -4116,32 +4067,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4116
4067
  areDetailsHidden: boolean | "auto";
4117
4068
  areSpinButtonsHidden: boolean;
4118
4069
  hint: string;
4119
- maxErrors: string | number;
4120
4070
  messages: string | string[];
4121
4071
  displayPersistentClear: boolean;
4122
4072
  displayPersistentCounter: boolean;
4123
4073
  displayPersistentHint: boolean;
4124
4074
  displayPersistentPlaceholder: boolean;
4125
4075
  isReversed: boolean;
4126
- hasError: boolean;
4127
- hasWarning: boolean;
4128
4076
  isOnSingleLine: boolean;
4129
4077
  suffix: string;
4130
4078
  isTiled: boolean;
4131
4079
  displayAsterisk: boolean;
4132
4080
  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
4081
  disableClickButton: boolean;
4140
4082
  autocomplete: string;
4141
4083
  helpText: string;
4142
4084
  maxlength: string | number;
4085
+ isValidateOnBlur: boolean;
4086
+ useVuetifyValidation: boolean;
4087
+ customRules: ValidationRule[];
4088
+ customWarningRules: ValidationRule[];
4089
+ customSuccessRules: ValidationRule[];
4090
+ warningMessages: string[] | null;
4091
+ successMessages: string[] | null;
4092
+ hasError: boolean;
4093
+ hasWarning: boolean;
4094
+ hasSuccess: boolean;
4143
4095
  }> & Omit<Readonly<{
4144
- modelValue?: string | number | null;
4096
+ modelValue?: string | number | null | undefined;
4145
4097
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
4146
4098
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
4147
4099
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -4154,10 +4106,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4154
4106
  isClearable?: boolean;
4155
4107
  showDivider?: boolean;
4156
4108
  label?: string;
4157
- required?: boolean;
4158
- errorMessages?: string[] | null;
4159
- warningMessages?: string[] | null;
4160
- successMessages?: string[] | null;
4161
4109
  readonly?: boolean;
4162
4110
  isActive?: boolean;
4163
4111
  baseColor?: string;
@@ -4177,7 +4125,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4177
4125
  hint?: string;
4178
4126
  id?: string;
4179
4127
  loading?: string | boolean;
4180
- maxErrors?: string | number;
4181
4128
  maxWidth?: string | number;
4182
4129
  messages?: string | string[];
4183
4130
  minWidth?: string | number;
@@ -4191,9 +4138,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4191
4138
  isReversed?: boolean;
4192
4139
  role?: string;
4193
4140
  rounded?: string | number | boolean;
4194
- hasError?: boolean;
4195
- hasWarning?: boolean;
4196
- hasSuccess?: boolean;
4197
4141
  isOnSingleLine?: boolean;
4198
4142
  suffix?: string;
4199
4143
  theme?: string;
@@ -4202,39 +4146,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4202
4146
  width?: string | number;
4203
4147
  displayAsterisk?: boolean;
4204
4148
  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
4149
  disableClickButton?: boolean;
4212
4150
  autocomplete?: string;
4213
4151
  helpText?: string;
4214
4152
  maxlength?: string | number;
4215
4153
  title?: string | false;
4216
- }> & Readonly<{
4154
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
4217
4155
  onInput?: ((...args: any[]) => any) | undefined;
4156
+ onBlur?: ((...args: any[]) => any) | undefined;
4157
+ onFocus?: ((...args: any[]) => any) | undefined;
4218
4158
  onKeydown?: ((...args: any[]) => any) | undefined;
4219
4159
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4220
4160
  onClear?: ((...args: any[]) => any) | undefined;
4221
4161
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4222
4162
  "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 & {} & {
4163
+ }>, "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" | "isOnError" | "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")> & {
4164
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4165
+ } & {} & import('vue').ComponentCustomProperties & {} & {
4238
4166
  $slots: {
4239
4167
  prepend?(_: {}): any;
4240
4168
  append?(_: {}): any;
@@ -4252,32 +4180,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4252
4180
  M: {};
4253
4181
  Defaults: {};
4254
4182
  }, Readonly<{
4255
- modelValue?: DateValue;
4256
- placeholder?: string;
4257
- format?: string;
4183
+ autoClamp?: boolean;
4184
+ bgColor?: string;
4185
+ customRules?: ValidationRule[];
4186
+ customWarningRules?: ValidationRule[];
4258
4187
  dateFormatReturn?: string;
4259
- label: string;
4260
- required?: boolean;
4188
+ density?: "default" | "comfortable" | "compact";
4189
+ disableErrorHandling?: boolean;
4261
4190
  disabled?: boolean;
4262
- readonly?: boolean;
4263
- title?: string | false;
4264
- isOutlined?: boolean;
4265
- displayIcon?: boolean;
4266
4191
  displayAppendIcon?: boolean;
4267
- noIcon?: boolean;
4268
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4269
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4192
+ displayIcon?: boolean;
4270
4193
  displayPrependIcon?: boolean;
4271
- disableErrorHandling?: boolean;
4272
- showSuccessMessages?: boolean;
4273
- bgColor?: string;
4274
4194
  displayRange?: boolean;
4275
- autoClamp?: boolean;
4276
- isValidateOnBlur?: boolean;
4277
- density?: "default" | "comfortable" | "compact";
4195
+ externalErrorMessages?: string[];
4196
+ format?: string;
4278
4197
  hint?: string;
4198
+ isOutlined?: boolean;
4199
+ isValidateOnBlur?: boolean;
4200
+ label: string;
4201
+ modelValue?: DateValue;
4202
+ noIcon?: boolean;
4279
4203
  persistentHint?: boolean;
4280
- externalErrorMessages?: string[];
4204
+ placeholder?: string;
4205
+ readonly?: boolean;
4206
+ required?: boolean;
4207
+ showSuccessMessages?: boolean;
4208
+ title?: string | false;
4281
4209
  }> & Readonly<{
4282
4210
  onInput?: ((value: string) => any) | undefined;
4283
4211
  onBlur?: (() => any) | undefined;
@@ -4285,7 +4213,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4285
4213
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
4286
4214
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
4287
4215
  }>, {
4288
- validateOnSubmit: () => boolean;
4216
+ validateOnSubmit: () => Promise<boolean>;
4289
4217
  reset: () => void;
4290
4218
  focus(): void;
4291
4219
  blur(): void;
@@ -4298,52 +4226,52 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4298
4226
  modelValue: DateValue;
4299
4227
  bgColor: string;
4300
4228
  required: boolean;
4229
+ showSuccessMessages: boolean;
4230
+ disableErrorHandling: boolean;
4301
4231
  hint: string;
4302
4232
  noIcon: boolean;
4303
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4304
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4305
- showSuccessMessages: boolean;
4306
4233
  isValidateOnBlur: boolean;
4307
- disableErrorHandling: boolean;
4234
+ customRules: ValidationRule[];
4235
+ customWarningRules: ValidationRule[];
4308
4236
  persistentHint: boolean;
4309
4237
  format: string;
4310
4238
  autoClamp: boolean;
4311
4239
  displayRange: boolean;
4312
4240
  dateFormatReturn: string;
4313
- isOutlined: boolean;
4314
- displayIcon: boolean;
4315
4241
  displayAppendIcon: boolean;
4242
+ displayIcon: boolean;
4316
4243
  displayPrependIcon: boolean;
4317
4244
  externalErrorMessages: string[];
4245
+ isOutlined: boolean;
4318
4246
  }> | null;
4319
4247
  menuActivatorRef: HTMLDivElement;
4320
4248
  dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4321
- modelValue?: DateValue;
4322
- placeholder?: string;
4323
- format?: string;
4249
+ autoClamp?: boolean;
4250
+ bgColor?: string;
4251
+ customRules?: ValidationRule[];
4252
+ customWarningRules?: ValidationRule[];
4324
4253
  dateFormatReturn?: string;
4325
- label: string;
4326
- required?: boolean;
4254
+ density?: "default" | "comfortable" | "compact";
4255
+ disableErrorHandling?: boolean;
4327
4256
  disabled?: boolean;
4328
- readonly?: boolean;
4329
- title?: string | false;
4330
- isOutlined?: boolean;
4331
- displayIcon?: boolean;
4332
4257
  displayAppendIcon?: boolean;
4333
- noIcon?: boolean;
4334
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4335
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4258
+ displayIcon?: boolean;
4336
4259
  displayPrependIcon?: boolean;
4337
- disableErrorHandling?: boolean;
4338
- showSuccessMessages?: boolean;
4339
- bgColor?: string;
4340
4260
  displayRange?: boolean;
4341
- autoClamp?: boolean;
4342
- isValidateOnBlur?: boolean;
4343
- density?: "default" | "comfortable" | "compact";
4261
+ externalErrorMessages?: string[];
4262
+ format?: string;
4344
4263
  hint?: string;
4264
+ isOutlined?: boolean;
4265
+ isValidateOnBlur?: boolean;
4266
+ label: string;
4267
+ modelValue?: DateValue;
4268
+ noIcon?: boolean;
4345
4269
  persistentHint?: boolean;
4346
- externalErrorMessages?: string[];
4270
+ placeholder?: string;
4271
+ readonly?: boolean;
4272
+ required?: boolean;
4273
+ showSuccessMessages?: boolean;
4274
+ title?: string | false;
4347
4275
  }> & Readonly<{
4348
4276
  onInput?: ((value: string) => any) | undefined;
4349
4277
  onBlur?: (() => any) | undefined;
@@ -4351,7 +4279,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4351
4279
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
4352
4280
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
4353
4281
  }>, {
4354
- validateOnSubmit: () => boolean;
4282
+ validateOnSubmit: () => Promise<boolean>;
4355
4283
  reset: () => void;
4356
4284
  focus(): void;
4357
4285
  blur(): void;
@@ -4370,29 +4298,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4370
4298
  modelValue: DateValue;
4371
4299
  bgColor: string;
4372
4300
  required: boolean;
4301
+ showSuccessMessages: boolean;
4302
+ disableErrorHandling: boolean;
4373
4303
  hint: string;
4374
4304
  noIcon: boolean;
4375
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4376
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4377
- showSuccessMessages: boolean;
4378
4305
  isValidateOnBlur: boolean;
4379
- disableErrorHandling: boolean;
4306
+ customRules: ValidationRule[];
4307
+ customWarningRules: ValidationRule[];
4380
4308
  persistentHint: boolean;
4381
4309
  format: string;
4382
4310
  autoClamp: boolean;
4383
4311
  displayRange: boolean;
4384
4312
  dateFormatReturn: string;
4385
- isOutlined: boolean;
4386
- displayIcon: boolean;
4387
4313
  displayAppendIcon: boolean;
4314
+ displayIcon: boolean;
4388
4315
  displayPrependIcon: boolean;
4389
4316
  externalErrorMessages: string[];
4317
+ isOutlined: boolean;
4390
4318
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
4391
4319
  inputRef: ({
4392
4320
  $: import('vue').ComponentInternalInstance;
4393
4321
  $data: {};
4394
4322
  $props: {
4395
- readonly modelValue?: string | number | null | undefined;
4323
+ readonly modelValue?: string | number | null | undefined | undefined;
4396
4324
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
4397
4325
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
4398
4326
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -4404,11 +4332,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4404
4332
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
4405
4333
  readonly isClearable?: boolean | undefined;
4406
4334
  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;
4335
+ readonly label: string;
4412
4336
  readonly readonly?: boolean | undefined;
4413
4337
  readonly isActive?: boolean | undefined;
4414
4338
  readonly baseColor?: string | undefined;
@@ -4428,7 +4352,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4428
4352
  readonly hint?: string | undefined;
4429
4353
  readonly id?: string | undefined;
4430
4354
  readonly loading?: string | boolean | undefined;
4431
- readonly maxErrors?: string | number | undefined;
4432
4355
  readonly maxWidth?: string | number | undefined;
4433
4356
  readonly messages?: string | string[] | undefined;
4434
4357
  readonly minWidth?: string | number | undefined;
@@ -4442,9 +4365,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4442
4365
  readonly isReversed?: boolean | undefined;
4443
4366
  readonly role?: string | undefined;
4444
4367
  readonly rounded?: string | number | boolean | undefined;
4445
- readonly hasError?: boolean | undefined;
4446
- readonly hasWarning?: boolean | undefined;
4447
- readonly hasSuccess?: boolean | undefined;
4448
4368
  readonly isOnSingleLine?: boolean | undefined;
4449
4369
  readonly suffix?: string | undefined;
4450
4370
  readonly theme?: string | undefined;
@@ -4453,18 +4373,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4453
4373
  readonly width?: string | number | undefined;
4454
4374
  readonly displayAsterisk?: boolean | undefined;
4455
4375
  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
4376
  readonly disableClickButton?: boolean | undefined;
4463
4377
  readonly autocomplete?: string | undefined;
4464
4378
  readonly helpText?: string | undefined;
4465
4379
  readonly maxlength?: string | number | undefined;
4466
4380
  readonly title?: string | false | undefined;
4381
+ readonly required?: boolean | undefined;
4382
+ readonly isValidateOnBlur?: boolean | undefined;
4383
+ readonly showSuccessMessages?: boolean | undefined;
4384
+ readonly disableErrorHandling?: boolean | undefined;
4385
+ readonly useVuetifyValidation?: boolean | undefined;
4386
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
4387
+ readonly customRules?: ValidationRule[] | undefined;
4388
+ readonly customWarningRules?: ValidationRule[] | undefined;
4389
+ readonly customSuccessRules?: ValidationRule[] | undefined;
4390
+ readonly errorMessages?: string[] | null | undefined;
4391
+ readonly warningMessages?: string[] | null | undefined;
4392
+ readonly successMessages?: string[] | null | undefined;
4393
+ readonly hasError?: boolean | undefined;
4394
+ readonly hasWarning?: boolean | undefined;
4395
+ readonly hasSuccess?: boolean | undefined;
4396
+ readonly maxErrors?: number | undefined;
4467
4397
  readonly onInput?: ((...args: any[]) => any) | undefined;
4398
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
4399
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
4468
4400
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
4469
4401
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4470
4402
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -4845,16 +4777,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4845
4777
  hint?: string | undefined;
4846
4778
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
4847
4779
  "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<{
4780
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
4849
4781
  reset: () => Promise<void>;
4850
4782
  resetValidation: () => Promise<void>;
4851
4783
  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<{
4784
+ isValid: boolean | null;
4785
+ errorMessages: string[];
4786
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
4855
4787
  modelValue?: unknown;
4856
4788
  "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<{
4789
+ }, 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
4790
  $: import('vue').ComponentInternalInstance;
4859
4791
  $data: {};
4860
4792
  $props: Partial<{
@@ -5112,13 +5044,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5112
5044
  labelId?: string | undefined;
5113
5045
  } & {
5114
5046
  "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<{
5047
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
5048
+ controlRef: HTMLElement | undefined;
5049
+ fieldIconColor: string | undefined;
5050
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5119
5051
  modelValue?: unknown;
5120
5052
  "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}`> & {
5053
+ }, 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
5054
  _allExposed: {
5123
5055
  reset: () => Promise<void>;
5124
5056
  resetValidation: () => Promise<void>;
@@ -5582,16 +5514,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5582
5514
  hint?: string | undefined;
5583
5515
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
5584
5516
  "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<{
5517
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
5586
5518
  reset: () => Promise<void>;
5587
5519
  resetValidation: () => Promise<void>;
5588
5520
  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<{
5521
+ isValid: boolean | null;
5522
+ errorMessages: string[];
5523
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5592
5524
  modelValue?: unknown;
5593
5525
  "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<{
5526
+ }, 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
5527
  $: import('vue').ComponentInternalInstance;
5596
5528
  $data: {};
5597
5529
  $props: Partial<{
@@ -5849,13 +5781,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5849
5781
  labelId?: string | undefined;
5850
5782
  } & {
5851
5783
  "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<{
5784
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
5785
+ controlRef: HTMLElement | undefined;
5786
+ fieldIconColor: string | undefined;
5787
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5856
5788
  modelValue?: unknown;
5857
5789
  "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}`> & {
5790
+ }, 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
5791
  _allExposed: {
5860
5792
  reset: () => Promise<void>;
5861
5793
  resetValidation: () => Promise<void>;
@@ -5904,10 +5836,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5904
5836
  $root: ComponentPublicInstance | null;
5905
5837
  $parent: ComponentPublicInstance | null;
5906
5838
  $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);
5839
+ $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
5840
  $el: any;
5909
5841
  $options: import('vue').ComponentOptionsBase<Readonly<{
5910
- modelValue?: string | number | null;
5842
+ modelValue?: string | number | null | undefined;
5911
5843
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
5912
5844
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
5913
5845
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -5920,10 +5852,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5920
5852
  isClearable?: boolean;
5921
5853
  showDivider?: boolean;
5922
5854
  label?: string;
5923
- required?: boolean;
5924
- errorMessages?: string[] | null;
5925
- warningMessages?: string[] | null;
5926
- successMessages?: string[] | null;
5927
5855
  readonly?: boolean;
5928
5856
  isActive?: boolean;
5929
5857
  baseColor?: string;
@@ -5943,7 +5871,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5943
5871
  hint?: string;
5944
5872
  id?: string;
5945
5873
  loading?: string | boolean;
5946
- maxErrors?: string | number;
5947
5874
  maxWidth?: string | number;
5948
5875
  messages?: string | string[];
5949
5876
  minWidth?: string | number;
@@ -5957,9 +5884,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5957
5884
  isReversed?: boolean;
5958
5885
  role?: string;
5959
5886
  rounded?: string | number | boolean;
5960
- hasError?: boolean;
5961
- hasWarning?: boolean;
5962
- hasSuccess?: boolean;
5963
5887
  isOnSingleLine?: boolean;
5964
5888
  suffix?: string;
5965
5889
  theme?: string;
@@ -5968,40 +5892,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5968
5892
  width?: string | number;
5969
5893
  displayAsterisk?: boolean;
5970
5894
  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
5895
  disableClickButton?: boolean;
5978
5896
  autocomplete?: string;
5979
5897
  helpText?: string;
5980
5898
  maxlength?: string | number;
5981
5899
  title?: string | false;
5982
- }> & Readonly<{
5900
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
5983
5901
  onInput?: ((...args: any[]) => any) | undefined;
5902
+ onBlur?: ((...args: any[]) => any) | undefined;
5903
+ onFocus?: ((...args: any[]) => any) | undefined;
5984
5904
  onKeydown?: ((...args: any[]) => any) | undefined;
5985
5905
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5986
5906
  onClear?: ((...args: any[]) => any) | undefined;
5987
5907
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
5988
5908
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
5989
5909
  }>, {
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;
5910
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6003
5911
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6004
5912
  input: (...args: any[]) => void;
5913
+ blur: (...args: any[]) => void;
5914
+ focus: (...args: any[]) => void;
6005
5915
  keydown: (...args: any[]) => void;
6006
5916
  "update:modelValue": (...args: any[]) => void;
6007
5917
  clear: (...args: any[]) => void;
@@ -6031,7 +5941,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6031
5941
  modelValue: string | number | null;
6032
5942
  bgColor: string;
6033
5943
  isActive: boolean;
5944
+ required: boolean;
6034
5945
  prefix: string;
5946
+ showSuccessMessages: boolean;
5947
+ disableErrorHandling: boolean;
5948
+ errorMessages: string[] | null;
5949
+ maxErrors: number;
6035
5950
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6036
5951
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6037
5952
  prependTooltip: string;
@@ -6039,9 +5954,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6039
5954
  tooltipLocation: "top" | "bottom" | "start" | "end";
6040
5955
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
6041
5956
  isClearable: boolean;
6042
- errorMessages: string[] | null;
6043
- warningMessages: string[] | null;
6044
- successMessages: string[] | null;
6045
5957
  centerAffix: boolean;
6046
5958
  counter: string | number | boolean;
6047
5959
  counterValue: number | ((value: any) => number);
@@ -6053,30 +5965,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6053
5965
  areDetailsHidden: boolean | "auto";
6054
5966
  areSpinButtonsHidden: boolean;
6055
5967
  hint: string;
6056
- maxErrors: string | number;
6057
5968
  messages: string | string[];
6058
5969
  displayPersistentClear: boolean;
6059
5970
  displayPersistentCounter: boolean;
6060
5971
  displayPersistentHint: boolean;
6061
5972
  displayPersistentPlaceholder: boolean;
6062
5973
  isReversed: boolean;
6063
- hasError: boolean;
6064
- hasWarning: boolean;
6065
5974
  isOnSingleLine: boolean;
6066
5975
  suffix: string;
6067
5976
  isTiled: boolean;
6068
5977
  displayAsterisk: boolean;
6069
5978
  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
5979
  disableClickButton: boolean;
6077
5980
  autocomplete: string;
6078
5981
  helpText: string;
6079
5982
  maxlength: string | number;
5983
+ isValidateOnBlur: boolean;
5984
+ useVuetifyValidation: boolean;
5985
+ customRules: ValidationRule[];
5986
+ customWarningRules: ValidationRule[];
5987
+ customSuccessRules: ValidationRule[];
5988
+ warningMessages: string[] | null;
5989
+ successMessages: string[] | null;
5990
+ hasError: boolean;
5991
+ hasWarning: boolean;
5992
+ hasSuccess: boolean;
6080
5993
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
6081
5994
  beforeCreate?: (() => void) | (() => void)[];
6082
5995
  created?: (() => void) | (() => void)[];
@@ -6121,7 +6034,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6121
6034
  modelValue: string | number | null;
6122
6035
  bgColor: string;
6123
6036
  isActive: boolean;
6037
+ required: boolean;
6124
6038
  prefix: string;
6039
+ showSuccessMessages: boolean;
6040
+ disableErrorHandling: boolean;
6041
+ errorMessages: string[] | null;
6042
+ maxErrors: number;
6125
6043
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6126
6044
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6127
6045
  prependTooltip: string;
@@ -6129,9 +6047,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6129
6047
  tooltipLocation: "top" | "bottom" | "start" | "end";
6130
6048
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
6131
6049
  isClearable: boolean;
6132
- errorMessages: string[] | null;
6133
- warningMessages: string[] | null;
6134
- successMessages: string[] | null;
6135
6050
  centerAffix: boolean;
6136
6051
  counter: string | number | boolean;
6137
6052
  counterValue: number | ((value: any) => number);
@@ -6143,32 +6058,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6143
6058
  areDetailsHidden: boolean | "auto";
6144
6059
  areSpinButtonsHidden: boolean;
6145
6060
  hint: string;
6146
- maxErrors: string | number;
6147
6061
  messages: string | string[];
6148
6062
  displayPersistentClear: boolean;
6149
6063
  displayPersistentCounter: boolean;
6150
6064
  displayPersistentHint: boolean;
6151
6065
  displayPersistentPlaceholder: boolean;
6152
6066
  isReversed: boolean;
6153
- hasError: boolean;
6154
- hasWarning: boolean;
6155
6067
  isOnSingleLine: boolean;
6156
6068
  suffix: string;
6157
6069
  isTiled: boolean;
6158
6070
  displayAsterisk: boolean;
6159
6071
  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
6072
  disableClickButton: boolean;
6167
6073
  autocomplete: string;
6168
6074
  helpText: string;
6169
6075
  maxlength: string | number;
6076
+ isValidateOnBlur: boolean;
6077
+ useVuetifyValidation: boolean;
6078
+ customRules: ValidationRule[];
6079
+ customWarningRules: ValidationRule[];
6080
+ customSuccessRules: ValidationRule[];
6081
+ warningMessages: string[] | null;
6082
+ successMessages: string[] | null;
6083
+ hasError: boolean;
6084
+ hasWarning: boolean;
6085
+ hasSuccess: boolean;
6170
6086
  }> & Omit<Readonly<{
6171
- modelValue?: string | number | null;
6087
+ modelValue?: string | number | null | undefined;
6172
6088
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
6173
6089
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
6174
6090
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -6181,10 +6097,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6181
6097
  isClearable?: boolean;
6182
6098
  showDivider?: boolean;
6183
6099
  label?: string;
6184
- required?: boolean;
6185
- errorMessages?: string[] | null;
6186
- warningMessages?: string[] | null;
6187
- successMessages?: string[] | null;
6188
6100
  readonly?: boolean;
6189
6101
  isActive?: boolean;
6190
6102
  baseColor?: string;
@@ -6204,7 +6116,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6204
6116
  hint?: string;
6205
6117
  id?: string;
6206
6118
  loading?: string | boolean;
6207
- maxErrors?: string | number;
6208
6119
  maxWidth?: string | number;
6209
6120
  messages?: string | string[];
6210
6121
  minWidth?: string | number;
@@ -6218,9 +6129,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6218
6129
  isReversed?: boolean;
6219
6130
  role?: string;
6220
6131
  rounded?: string | number | boolean;
6221
- hasError?: boolean;
6222
- hasWarning?: boolean;
6223
- hasSuccess?: boolean;
6224
6132
  isOnSingleLine?: boolean;
6225
6133
  suffix?: string;
6226
6134
  theme?: string;
@@ -6229,39 +6137,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6229
6137
  width?: string | number;
6230
6138
  displayAsterisk?: boolean;
6231
6139
  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
6140
  disableClickButton?: boolean;
6239
6141
  autocomplete?: string;
6240
6142
  helpText?: string;
6241
6143
  maxlength?: string | number;
6242
6144
  title?: string | false;
6243
- }> & Readonly<{
6145
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
6244
6146
  onInput?: ((...args: any[]) => any) | undefined;
6147
+ onBlur?: ((...args: any[]) => any) | undefined;
6148
+ onFocus?: ((...args: any[]) => any) | undefined;
6245
6149
  onKeydown?: ((...args: any[]) => any) | undefined;
6246
6150
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6247
6151
  onClear?: ((...args: any[]) => any) | undefined;
6248
6152
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
6249
6153
  "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 & {} & {
6154
+ }>, "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" | "isOnError" | "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")> & {
6155
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6156
+ } & {} & import('vue').ComponentCustomProperties & {} & {
6265
6157
  $slots: {
6266
6158
  prepend?(_: {}): any;
6267
6159
  append?(_: {}): any;
@@ -6279,32 +6171,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6279
6171
  M: {};
6280
6172
  Defaults: {};
6281
6173
  }, Readonly<{
6282
- modelValue?: DateValue;
6283
- placeholder?: string;
6284
- format?: string;
6174
+ autoClamp?: boolean;
6175
+ bgColor?: string;
6176
+ customRules?: ValidationRule[];
6177
+ customWarningRules?: ValidationRule[];
6285
6178
  dateFormatReturn?: string;
6286
- label: string;
6287
- required?: boolean;
6179
+ density?: "default" | "comfortable" | "compact";
6180
+ disableErrorHandling?: boolean;
6288
6181
  disabled?: boolean;
6289
- readonly?: boolean;
6290
- title?: string | false;
6291
- isOutlined?: boolean;
6292
- displayIcon?: boolean;
6293
6182
  displayAppendIcon?: boolean;
6294
- noIcon?: boolean;
6295
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6296
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6183
+ displayIcon?: boolean;
6297
6184
  displayPrependIcon?: boolean;
6298
- disableErrorHandling?: boolean;
6299
- showSuccessMessages?: boolean;
6300
- bgColor?: string;
6301
6185
  displayRange?: boolean;
6302
- autoClamp?: boolean;
6303
- isValidateOnBlur?: boolean;
6304
- density?: "default" | "comfortable" | "compact";
6186
+ externalErrorMessages?: string[];
6187
+ format?: string;
6305
6188
  hint?: string;
6189
+ isOutlined?: boolean;
6190
+ isValidateOnBlur?: boolean;
6191
+ label: string;
6192
+ modelValue?: DateValue;
6193
+ noIcon?: boolean;
6306
6194
  persistentHint?: boolean;
6307
- externalErrorMessages?: string[];
6195
+ placeholder?: string;
6196
+ readonly?: boolean;
6197
+ required?: boolean;
6198
+ showSuccessMessages?: boolean;
6199
+ title?: string | false;
6308
6200
  }> & Readonly<{
6309
6201
  onInput?: ((value: string) => any) | undefined;
6310
6202
  onBlur?: (() => any) | undefined;
@@ -6312,7 +6204,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6312
6204
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
6313
6205
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
6314
6206
  }>, {
6315
- validateOnSubmit: () => boolean;
6207
+ validateOnSubmit: () => Promise<boolean>;
6316
6208
  reset: () => void;
6317
6209
  focus(): void;
6318
6210
  blur(): void;
@@ -6325,23 +6217,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6325
6217
  modelValue: DateValue;
6326
6218
  bgColor: string;
6327
6219
  required: boolean;
6220
+ showSuccessMessages: boolean;
6221
+ disableErrorHandling: boolean;
6328
6222
  hint: string;
6329
6223
  noIcon: boolean;
6330
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6331
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
6332
- showSuccessMessages: boolean;
6333
6224
  isValidateOnBlur: boolean;
6334
- disableErrorHandling: boolean;
6225
+ customRules: ValidationRule[];
6226
+ customWarningRules: ValidationRule[];
6335
6227
  persistentHint: boolean;
6336
6228
  format: string;
6337
6229
  autoClamp: boolean;
6338
6230
  displayRange: boolean;
6339
6231
  dateFormatReturn: string;
6340
- isOutlined: boolean;
6341
- displayIcon: boolean;
6342
6232
  displayAppendIcon: boolean;
6233
+ displayIcon: boolean;
6343
6234
  displayPrependIcon: boolean;
6344
6235
  externalErrorMessages: string[];
6236
+ isOutlined: boolean;
6345
6237
  }> | null;
6346
6238
  datePickerRef: ({
6347
6239
  $: import('vue').ComponentInternalInstance;
@@ -6779,7 +6671,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6779
6671
  "onUpdate:month"?: ((date: any) => any) | undefined;
6780
6672
  "onUpdate:viewMode"?: ((date: any) => any) | undefined;
6781
6673
  "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<{
6674
+ }, "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
6675
  modelValue?: Date | (Date | null)[] | null | undefined;
6784
6676
  "onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
6785
6677
  multiple?: false | "range" | undefined;
@@ -6792,19 +6684,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6792
6684
  M: {};
6793
6685
  Defaults: {};
6794
6686
  }, Readonly<{
6795
- modelValue?: DateInput;
6796
- label: string;
6797
- placeholder?: string;
6798
- format?: string;
6799
- dateFormatReturn?: string;
6800
- isBirthDate?: boolean;
6687
+ autoClamp?: boolean;
6688
+ bgColor?: string;
6801
6689
  birthDate?: boolean;
6802
- showWeekNumber?: boolean;
6803
- required?: boolean;
6804
- displayRange?: boolean;
6805
- displayIcon?: boolean;
6806
- displayAppendIcon?: boolean;
6807
- displayPrependIcon?: boolean;
6808
6690
  customRules?: {
6809
6691
  type: string;
6810
6692
  options: any;
@@ -6813,31 +6695,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6813
6695
  type: string;
6814
6696
  options: any;
6815
6697
  }[];
6816
- disabled?: boolean;
6817
- noIcon?: boolean;
6818
- noCalendar?: boolean;
6819
- isOutlined?: boolean;
6820
- readonly?: boolean;
6821
- title?: string | false;
6822
- width?: string;
6698
+ dateFormatReturn?: string;
6699
+ density?: "default" | "comfortable" | "compact";
6823
6700
  disableErrorHandling?: boolean;
6824
- showSuccessMessages?: boolean;
6825
- bgColor?: string;
6826
- textFieldActivator?: boolean;
6701
+ disabled?: boolean;
6702
+ displayAppendIcon?: boolean;
6703
+ displayAsterisk?: boolean;
6704
+ displayHolidayDays?: boolean;
6705
+ displayIcon?: boolean;
6706
+ displayPrependIcon?: boolean;
6707
+ displayRange?: boolean;
6827
6708
  displayTodayButton?: boolean;
6828
6709
  displayWeekendDays?: boolean;
6829
- displayHolidayDays?: boolean;
6830
- displayAsterisk?: boolean;
6710
+ format?: string;
6711
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
6712
+ hint?: string;
6713
+ isBirthDate?: boolean;
6714
+ isOutlined?: boolean;
6715
+ isValidateOnBlur?: boolean;
6716
+ label: string;
6717
+ modelValue?: DateInput;
6718
+ noCalendar?: boolean;
6719
+ noIcon?: boolean;
6831
6720
  period?: {
6832
- min?: string;
6833
6721
  max?: string;
6722
+ min?: string;
6834
6723
  };
6835
- autoClamp?: boolean;
6836
- isValidateOnBlur?: boolean;
6837
- density?: "default" | "comfortable" | "compact";
6838
- hint?: string;
6839
6724
  persistentHint?: boolean;
6840
- headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
6725
+ placeholder?: string;
6726
+ readonly?: boolean;
6727
+ required?: boolean;
6728
+ showSuccessMessages?: boolean;
6729
+ showWeekNumber?: boolean;
6730
+ textFieldActivator?: boolean;
6731
+ title?: string | false;
6732
+ width?: string;
6841
6733
  }> & Readonly<{
6842
6734
  onInput?: ((value: string) => any) | undefined;
6843
6735
  onBlur?: (() => any) | undefined;
@@ -6846,7 +6738,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6846
6738
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
6847
6739
  onClosed?: (() => any) | undefined;
6848
6740
  }>, {
6849
- validateOnSubmit: () => boolean;
6741
+ validateOnSubmit: () => Promise<boolean>;
6850
6742
  isDatePickerVisible: Ref<boolean, boolean>;
6851
6743
  selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
6852
6744
  errorMessages: import('vue').ComputedRef<string[]>;
@@ -6859,9 +6751,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6859
6751
  currentMonth: Ref<string | null, string | null>;
6860
6752
  currentMonthName: Ref<string | null, string | null>;
6861
6753
  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;
6754
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
6863
6755
  clearValidation: () => void;
6864
- validateDates: (forceValidation?: boolean) => ValidationResult;
6756
+ validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
6865
6757
  formatDateInput: (input: string, cursorPosition?: number) => {
6866
6758
  formatted: string;
6867
6759
  cursorPos: number;
@@ -6886,9 +6778,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6886
6778
  modelValue: DateInput;
6887
6779
  bgColor: string;
6888
6780
  required: boolean;
6781
+ showSuccessMessages: boolean;
6782
+ disableErrorHandling: boolean;
6889
6783
  hint: string;
6890
6784
  displayAsterisk: boolean;
6891
6785
  noIcon: boolean;
6786
+ isValidateOnBlur: boolean;
6892
6787
  customRules: {
6893
6788
  type: string;
6894
6789
  options: any;
@@ -6897,9 +6792,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6897
6792
  type: string;
6898
6793
  options: any;
6899
6794
  }[];
6900
- showSuccessMessages: boolean;
6901
- isValidateOnBlur: boolean;
6902
- disableErrorHandling: boolean;
6903
6795
  persistentHint: boolean;
6904
6796
  format: string;
6905
6797
  autoClamp: boolean;
@@ -6907,26 +6799,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6907
6799
  displayRange: boolean;
6908
6800
  dateFormatReturn: string;
6909
6801
  textFieldActivator: boolean;
6910
- isOutlined: boolean;
6911
- displayIcon: boolean;
6912
6802
  displayAppendIcon: boolean;
6803
+ displayIcon: boolean;
6913
6804
  displayPrependIcon: boolean;
6914
- isBirthDate: boolean;
6805
+ isOutlined: boolean;
6915
6806
  birthDate: boolean;
6916
- showWeekNumber: boolean;
6807
+ displayHolidayDays: boolean;
6917
6808
  displayTodayButton: boolean;
6918
6809
  displayWeekendDays: boolean;
6919
- displayHolidayDays: boolean;
6810
+ isBirthDate: boolean;
6920
6811
  period: {
6921
- min?: string;
6922
6812
  max?: string;
6813
+ min?: string;
6923
6814
  };
6815
+ showWeekNumber: boolean;
6924
6816
  }> | null;
6925
6817
  dateCalendarTextInputRef: ({
6926
6818
  $: import('vue').ComponentInternalInstance;
6927
6819
  $data: {};
6928
6820
  $props: {
6929
- readonly modelValue?: string | number | null | undefined;
6821
+ readonly modelValue?: string | number | null | undefined | undefined;
6930
6822
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
6931
6823
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
6932
6824
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -6938,11 +6830,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6938
6830
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
6939
6831
  readonly isClearable?: boolean | undefined;
6940
6832
  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;
6833
+ readonly label: string;
6946
6834
  readonly readonly?: boolean | undefined;
6947
6835
  readonly isActive?: boolean | undefined;
6948
6836
  readonly baseColor?: string | undefined;
@@ -6962,7 +6850,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6962
6850
  readonly hint?: string | undefined;
6963
6851
  readonly id?: string | undefined;
6964
6852
  readonly loading?: string | boolean | undefined;
6965
- readonly maxErrors?: string | number | undefined;
6966
6853
  readonly maxWidth?: string | number | undefined;
6967
6854
  readonly messages?: string | string[] | undefined;
6968
6855
  readonly minWidth?: string | number | undefined;
@@ -6976,9 +6863,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6976
6863
  readonly isReversed?: boolean | undefined;
6977
6864
  readonly role?: string | undefined;
6978
6865
  readonly rounded?: string | number | boolean | undefined;
6979
- readonly hasError?: boolean | undefined;
6980
- readonly hasWarning?: boolean | undefined;
6981
- readonly hasSuccess?: boolean | undefined;
6982
6866
  readonly isOnSingleLine?: boolean | undefined;
6983
6867
  readonly suffix?: string | undefined;
6984
6868
  readonly theme?: string | undefined;
@@ -6987,18 +6871,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6987
6871
  readonly width?: string | number | undefined;
6988
6872
  readonly displayAsterisk?: boolean | undefined;
6989
6873
  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
6874
  readonly disableClickButton?: boolean | undefined;
6997
6875
  readonly autocomplete?: string | undefined;
6998
6876
  readonly helpText?: string | undefined;
6999
6877
  readonly maxlength?: string | number | undefined;
7000
6878
  readonly title?: string | false | undefined;
6879
+ readonly required?: boolean | undefined;
6880
+ readonly isValidateOnBlur?: boolean | undefined;
6881
+ readonly showSuccessMessages?: boolean | undefined;
6882
+ readonly disableErrorHandling?: boolean | undefined;
6883
+ readonly useVuetifyValidation?: boolean | undefined;
6884
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
6885
+ readonly customRules?: ValidationRule[] | undefined;
6886
+ readonly customWarningRules?: ValidationRule[] | undefined;
6887
+ readonly customSuccessRules?: ValidationRule[] | undefined;
6888
+ readonly errorMessages?: string[] | null | undefined;
6889
+ readonly warningMessages?: string[] | null | undefined;
6890
+ readonly successMessages?: string[] | null | undefined;
6891
+ readonly hasError?: boolean | undefined;
6892
+ readonly hasWarning?: boolean | undefined;
6893
+ readonly hasSuccess?: boolean | undefined;
6894
+ readonly maxErrors?: number | undefined;
7001
6895
  readonly onInput?: ((...args: any[]) => any) | undefined;
6896
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
6897
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
7002
6898
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
7003
6899
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7004
6900
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -7379,16 +7275,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7379
7275
  hint?: string | undefined;
7380
7276
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
7381
7277
  "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<{
7278
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
7383
7279
  reset: () => Promise<void>;
7384
7280
  resetValidation: () => Promise<void>;
7385
7281
  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<{
7282
+ isValid: boolean | null;
7283
+ errorMessages: string[];
7284
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7389
7285
  modelValue?: unknown;
7390
7286
  "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<{
7287
+ }, 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
7288
  $: import('vue').ComponentInternalInstance;
7393
7289
  $data: {};
7394
7290
  $props: Partial<{
@@ -7646,13 +7542,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7646
7542
  labelId?: string | undefined;
7647
7543
  } & {
7648
7544
  "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<{
7545
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
7546
+ controlRef: HTMLElement | undefined;
7547
+ fieldIconColor: string | undefined;
7548
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7653
7549
  modelValue?: unknown;
7654
7550
  "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}`> & {
7551
+ }, 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
7552
  _allExposed: {
7657
7553
  reset: () => Promise<void>;
7658
7554
  resetValidation: () => Promise<void>;
@@ -8116,16 +8012,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8116
8012
  hint?: string | undefined;
8117
8013
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
8118
8014
  "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<{
8015
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
8120
8016
  reset: () => Promise<void>;
8121
8017
  resetValidation: () => Promise<void>;
8122
8018
  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<{
8019
+ isValid: boolean | null;
8020
+ errorMessages: string[];
8021
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8126
8022
  modelValue?: unknown;
8127
8023
  "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<{
8024
+ }, 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
8025
  $: import('vue').ComponentInternalInstance;
8130
8026
  $data: {};
8131
8027
  $props: Partial<{
@@ -8383,13 +8279,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8383
8279
  labelId?: string | undefined;
8384
8280
  } & {
8385
8281
  "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<{
8282
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
8283
+ controlRef: HTMLElement | undefined;
8284
+ fieldIconColor: string | undefined;
8285
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8390
8286
  modelValue?: unknown;
8391
8287
  "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}`> & {
8288
+ }, 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
8289
  _allExposed: {
8394
8290
  reset: () => Promise<void>;
8395
8291
  resetValidation: () => Promise<void>;
@@ -8438,10 +8334,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8438
8334
  $root: ComponentPublicInstance | null;
8439
8335
  $parent: ComponentPublicInstance | null;
8440
8336
  $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);
8337
+ $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
8338
  $el: any;
8443
8339
  $options: import('vue').ComponentOptionsBase<Readonly<{
8444
- modelValue?: string | number | null;
8340
+ modelValue?: string | number | null | undefined;
8445
8341
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
8446
8342
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
8447
8343
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -8454,10 +8350,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8454
8350
  isClearable?: boolean;
8455
8351
  showDivider?: boolean;
8456
8352
  label?: string;
8457
- required?: boolean;
8458
- errorMessages?: string[] | null;
8459
- warningMessages?: string[] | null;
8460
- successMessages?: string[] | null;
8461
8353
  readonly?: boolean;
8462
8354
  isActive?: boolean;
8463
8355
  baseColor?: string;
@@ -8477,7 +8369,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8477
8369
  hint?: string;
8478
8370
  id?: string;
8479
8371
  loading?: string | boolean;
8480
- maxErrors?: string | number;
8481
8372
  maxWidth?: string | number;
8482
8373
  messages?: string | string[];
8483
8374
  minWidth?: string | number;
@@ -8491,9 +8382,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8491
8382
  isReversed?: boolean;
8492
8383
  role?: string;
8493
8384
  rounded?: string | number | boolean;
8494
- hasError?: boolean;
8495
- hasWarning?: boolean;
8496
- hasSuccess?: boolean;
8497
8385
  isOnSingleLine?: boolean;
8498
8386
  suffix?: string;
8499
8387
  theme?: string;
@@ -8502,40 +8390,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8502
8390
  width?: string | number;
8503
8391
  displayAsterisk?: boolean;
8504
8392
  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
8393
  disableClickButton?: boolean;
8512
8394
  autocomplete?: string;
8513
8395
  helpText?: string;
8514
8396
  maxlength?: string | number;
8515
8397
  title?: string | false;
8516
- }> & Readonly<{
8398
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
8517
8399
  onInput?: ((...args: any[]) => any) | undefined;
8400
+ onBlur?: ((...args: any[]) => any) | undefined;
8401
+ onFocus?: ((...args: any[]) => any) | undefined;
8518
8402
  onKeydown?: ((...args: any[]) => any) | undefined;
8519
8403
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8520
8404
  onClear?: ((...args: any[]) => any) | undefined;
8521
8405
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8522
8406
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8523
8407
  }>, {
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;
8408
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8537
8409
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8538
8410
  input: (...args: any[]) => void;
8411
+ blur: (...args: any[]) => void;
8412
+ focus: (...args: any[]) => void;
8539
8413
  keydown: (...args: any[]) => void;
8540
8414
  "update:modelValue": (...args: any[]) => void;
8541
8415
  clear: (...args: any[]) => void;
@@ -8565,7 +8439,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8565
8439
  modelValue: string | number | null;
8566
8440
  bgColor: string;
8567
8441
  isActive: boolean;
8442
+ required: boolean;
8568
8443
  prefix: string;
8444
+ showSuccessMessages: boolean;
8445
+ disableErrorHandling: boolean;
8446
+ errorMessages: string[] | null;
8447
+ maxErrors: number;
8569
8448
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8570
8449
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8571
8450
  prependTooltip: string;
@@ -8573,9 +8452,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8573
8452
  tooltipLocation: "top" | "bottom" | "start" | "end";
8574
8453
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
8575
8454
  isClearable: boolean;
8576
- errorMessages: string[] | null;
8577
- warningMessages: string[] | null;
8578
- successMessages: string[] | null;
8579
8455
  centerAffix: boolean;
8580
8456
  counter: string | number | boolean;
8581
8457
  counterValue: number | ((value: any) => number);
@@ -8587,30 +8463,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8587
8463
  areDetailsHidden: boolean | "auto";
8588
8464
  areSpinButtonsHidden: boolean;
8589
8465
  hint: string;
8590
- maxErrors: string | number;
8591
8466
  messages: string | string[];
8592
8467
  displayPersistentClear: boolean;
8593
8468
  displayPersistentCounter: boolean;
8594
8469
  displayPersistentHint: boolean;
8595
8470
  displayPersistentPlaceholder: boolean;
8596
8471
  isReversed: boolean;
8597
- hasError: boolean;
8598
- hasWarning: boolean;
8599
8472
  isOnSingleLine: boolean;
8600
8473
  suffix: string;
8601
8474
  isTiled: boolean;
8602
8475
  displayAsterisk: boolean;
8603
8476
  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
8477
  disableClickButton: boolean;
8611
8478
  autocomplete: string;
8612
8479
  helpText: string;
8613
8480
  maxlength: string | number;
8481
+ isValidateOnBlur: boolean;
8482
+ useVuetifyValidation: boolean;
8483
+ customRules: ValidationRule[];
8484
+ customWarningRules: ValidationRule[];
8485
+ customSuccessRules: ValidationRule[];
8486
+ warningMessages: string[] | null;
8487
+ successMessages: string[] | null;
8488
+ hasError: boolean;
8489
+ hasWarning: boolean;
8490
+ hasSuccess: boolean;
8614
8491
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
8615
8492
  beforeCreate?: (() => void) | (() => void)[];
8616
8493
  created?: (() => void) | (() => void)[];
@@ -8655,7 +8532,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8655
8532
  modelValue: string | number | null;
8656
8533
  bgColor: string;
8657
8534
  isActive: boolean;
8535
+ required: boolean;
8658
8536
  prefix: string;
8537
+ showSuccessMessages: boolean;
8538
+ disableErrorHandling: boolean;
8539
+ errorMessages: string[] | null;
8540
+ maxErrors: number;
8659
8541
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8660
8542
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8661
8543
  prependTooltip: string;
@@ -8663,9 +8545,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8663
8545
  tooltipLocation: "top" | "bottom" | "start" | "end";
8664
8546
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
8665
8547
  isClearable: boolean;
8666
- errorMessages: string[] | null;
8667
- warningMessages: string[] | null;
8668
- successMessages: string[] | null;
8669
8548
  centerAffix: boolean;
8670
8549
  counter: string | number | boolean;
8671
8550
  counterValue: number | ((value: any) => number);
@@ -8677,32 +8556,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8677
8556
  areDetailsHidden: boolean | "auto";
8678
8557
  areSpinButtonsHidden: boolean;
8679
8558
  hint: string;
8680
- maxErrors: string | number;
8681
8559
  messages: string | string[];
8682
8560
  displayPersistentClear: boolean;
8683
8561
  displayPersistentCounter: boolean;
8684
8562
  displayPersistentHint: boolean;
8685
8563
  displayPersistentPlaceholder: boolean;
8686
8564
  isReversed: boolean;
8687
- hasError: boolean;
8688
- hasWarning: boolean;
8689
8565
  isOnSingleLine: boolean;
8690
8566
  suffix: string;
8691
8567
  isTiled: boolean;
8692
8568
  displayAsterisk: boolean;
8693
8569
  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
8570
  disableClickButton: boolean;
8701
8571
  autocomplete: string;
8702
8572
  helpText: string;
8703
8573
  maxlength: string | number;
8574
+ isValidateOnBlur: boolean;
8575
+ useVuetifyValidation: boolean;
8576
+ customRules: ValidationRule[];
8577
+ customWarningRules: ValidationRule[];
8578
+ customSuccessRules: ValidationRule[];
8579
+ warningMessages: string[] | null;
8580
+ successMessages: string[] | null;
8581
+ hasError: boolean;
8582
+ hasWarning: boolean;
8583
+ hasSuccess: boolean;
8704
8584
  }> & Omit<Readonly<{
8705
- modelValue?: string | number | null;
8585
+ modelValue?: string | number | null | undefined;
8706
8586
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
8707
8587
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
8708
8588
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -8715,10 +8595,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8715
8595
  isClearable?: boolean;
8716
8596
  showDivider?: boolean;
8717
8597
  label?: string;
8718
- required?: boolean;
8719
- errorMessages?: string[] | null;
8720
- warningMessages?: string[] | null;
8721
- successMessages?: string[] | null;
8722
8598
  readonly?: boolean;
8723
8599
  isActive?: boolean;
8724
8600
  baseColor?: string;
@@ -8738,7 +8614,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8738
8614
  hint?: string;
8739
8615
  id?: string;
8740
8616
  loading?: string | boolean;
8741
- maxErrors?: string | number;
8742
8617
  maxWidth?: string | number;
8743
8618
  messages?: string | string[];
8744
8619
  minWidth?: string | number;
@@ -8752,9 +8627,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8752
8627
  isReversed?: boolean;
8753
8628
  role?: string;
8754
8629
  rounded?: string | number | boolean;
8755
- hasError?: boolean;
8756
- hasWarning?: boolean;
8757
- hasSuccess?: boolean;
8758
8630
  isOnSingleLine?: boolean;
8759
8631
  suffix?: string;
8760
8632
  theme?: string;
@@ -8763,39 +8635,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8763
8635
  width?: string | number;
8764
8636
  displayAsterisk?: boolean;
8765
8637
  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
8638
  disableClickButton?: boolean;
8773
8639
  autocomplete?: string;
8774
8640
  helpText?: string;
8775
8641
  maxlength?: string | number;
8776
8642
  title?: string | false;
8777
- }> & Readonly<{
8643
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
8778
8644
  onInput?: ((...args: any[]) => any) | undefined;
8645
+ onBlur?: ((...args: any[]) => any) | undefined;
8646
+ onFocus?: ((...args: any[]) => any) | undefined;
8779
8647
  onKeydown?: ((...args: any[]) => any) | undefined;
8780
8648
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8781
8649
  onClear?: ((...args: any[]) => any) | undefined;
8782
8650
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8783
8651
  "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 & {} & {
8652
+ }>, "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" | "isOnError" | "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")> & {
8653
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8654
+ } & {} & import('vue').ComponentCustomProperties & {} & {
8799
8655
  $slots: {
8800
8656
  prepend?(_: {}): any;
8801
8657
  append?(_: {}): any;
@@ -9241,7 +9097,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9241
9097
  "onUpdate:month"?: ((date: any) => any) | undefined;
9242
9098
  "onUpdate:viewMode"?: ((date: any) => any) | undefined;
9243
9099
  "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<{
9100
+ }, "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
9101
  modelValue?: Date | (Date | null)[] | null | undefined;
9246
9102
  "onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
9247
9103
  multiple?: false | "range" | undefined;