@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,22 +1,9 @@
1
1
  import { nextTick, ComponentPublicInstance, Ref } from 'vue';
2
2
  import { DateInput, DateValue } from '../../../composables/date/useDateInitializationDayjs';
3
- /**
4
- * Props / Emits
5
- */
6
3
  type __VLS_Props = {
7
- modelValue?: DateInput;
8
- label: string;
9
- placeholder?: string;
10
- format?: string;
11
- dateFormatReturn?: string;
12
- isBirthDate?: boolean;
4
+ autoClamp?: boolean;
5
+ bgColor?: string;
13
6
  birthDate?: boolean;
14
- showWeekNumber?: boolean;
15
- required?: boolean;
16
- displayRange?: boolean;
17
- displayIcon?: boolean;
18
- displayAppendIcon?: boolean;
19
- displayPrependIcon?: boolean;
20
7
  customRules?: {
21
8
  type: string;
22
9
  options: any;
@@ -25,34 +12,44 @@ type __VLS_Props = {
25
12
  type: string;
26
13
  options: any;
27
14
  }[];
28
- disabled?: boolean;
29
- noIcon?: boolean;
30
- noCalendar?: boolean;
31
- isOutlined?: boolean;
32
- readonly?: boolean;
33
- title?: string | false;
34
- width?: string;
15
+ dateFormatReturn?: string;
16
+ density?: 'default' | 'comfortable' | 'compact';
35
17
  disableErrorHandling?: boolean;
36
- showSuccessMessages?: boolean;
37
- bgColor?: string;
38
- textFieldActivator?: boolean;
18
+ disabled?: boolean;
19
+ displayAppendIcon?: boolean;
20
+ displayAsterisk?: boolean;
21
+ displayHolidayDays?: boolean;
22
+ displayIcon?: boolean;
23
+ displayPrependIcon?: boolean;
24
+ displayRange?: boolean;
39
25
  displayTodayButton?: boolean;
40
26
  displayWeekendDays?: boolean;
41
- displayHolidayDays?: boolean;
42
- displayAsterisk?: boolean;
27
+ format?: string;
28
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
29
+ hint?: string;
30
+ isBirthDate?: boolean;
31
+ isOutlined?: boolean;
32
+ isValidateOnBlur?: boolean;
33
+ label: string;
34
+ modelValue?: DateInput;
35
+ noCalendar?: boolean;
36
+ noIcon?: boolean;
43
37
  period?: {
44
- min?: string;
45
38
  max?: string;
39
+ min?: string;
46
40
  };
47
- autoClamp?: boolean;
48
- isValidateOnBlur?: boolean;
49
- density?: 'default' | 'comfortable' | 'compact';
50
- hint?: string;
51
41
  persistentHint?: boolean;
52
- headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
42
+ placeholder?: string;
43
+ readonly?: boolean;
44
+ required?: boolean;
45
+ showSuccessMessages?: boolean;
46
+ showWeekNumber?: boolean;
47
+ textFieldActivator?: boolean;
48
+ title?: string | false;
49
+ width?: string;
53
50
  };
54
51
  declare const _default: import('vue').DefineComponent<__VLS_Props, {
55
- validateOnSubmit: () => boolean;
52
+ validateOnSubmit: () => Promise<boolean>;
56
53
  isDatePickerVisible: Ref<boolean, boolean>;
57
54
  selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
58
55
  errorMessages: import('vue').ComputedRef<string[]>;
@@ -65,9 +62,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
65
62
  currentMonth: Ref<string | null, string | null>;
66
63
  currentMonthName: Ref<string | null, string | null>;
67
64
  toggleDatePicker: () => void;
68
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
65
+ validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult>;
69
66
  clearValidation: () => void;
70
- validateDates: (forceValidation?: boolean) => import('../../../composables/validation/useValidation').ValidationResult;
67
+ validateDates: (forceValidation?: boolean) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult>;
71
68
  formatDateInput: (input: string, cursorPosition?: number) => {
72
69
  formatted: string;
73
70
  cursorPos: number;
@@ -106,9 +103,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
106
103
  modelValue: DateInput;
107
104
  bgColor: string;
108
105
  required: boolean;
106
+ showSuccessMessages: boolean;
107
+ disableErrorHandling: boolean;
109
108
  hint: string;
110
109
  displayAsterisk: boolean;
111
110
  noIcon: boolean;
111
+ isValidateOnBlur: boolean;
112
112
  customRules: {
113
113
  type: string;
114
114
  options: any;
@@ -117,9 +117,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
117
117
  type: string;
118
118
  options: any;
119
119
  }[];
120
- showSuccessMessages: boolean;
121
- isValidateOnBlur: boolean;
122
- disableErrorHandling: boolean;
123
120
  persistentHint: boolean;
124
121
  format: string;
125
122
  autoClamp: boolean;
@@ -127,49 +124,49 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
127
124
  displayRange: boolean;
128
125
  dateFormatReturn: string;
129
126
  textFieldActivator: boolean;
130
- isOutlined: boolean;
131
- displayIcon: boolean;
132
127
  displayAppendIcon: boolean;
128
+ displayIcon: boolean;
133
129
  displayPrependIcon: boolean;
134
- isBirthDate: boolean;
130
+ isOutlined: boolean;
135
131
  birthDate: boolean;
136
- showWeekNumber: boolean;
132
+ displayHolidayDays: boolean;
137
133
  displayTodayButton: boolean;
138
134
  displayWeekendDays: boolean;
139
- displayHolidayDays: boolean;
135
+ isBirthDate: boolean;
140
136
  period: {
141
- min?: string;
142
137
  max?: string;
138
+ min?: string;
143
139
  };
140
+ showWeekNumber: boolean;
144
141
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
145
142
  accessibilityDescriptionRef: HTMLSpanElement;
146
143
  dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
147
- modelValue?: DateValue;
148
- placeholder?: string;
149
- format?: string;
144
+ autoClamp?: boolean;
145
+ bgColor?: string;
146
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
147
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
150
148
  dateFormatReturn?: string;
151
- label: string;
152
- required?: boolean;
149
+ density?: "default" | "comfortable" | "compact";
150
+ disableErrorHandling?: boolean;
153
151
  disabled?: boolean;
154
- readonly?: boolean;
155
- title?: string | false;
156
- isOutlined?: boolean;
157
- displayIcon?: boolean;
158
152
  displayAppendIcon?: boolean;
159
- noIcon?: boolean;
160
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
161
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
153
+ displayIcon?: boolean;
162
154
  displayPrependIcon?: boolean;
163
- disableErrorHandling?: boolean;
164
- showSuccessMessages?: boolean;
165
- bgColor?: string;
166
155
  displayRange?: boolean;
167
- autoClamp?: boolean;
168
- isValidateOnBlur?: boolean;
169
- density?: "default" | "comfortable" | "compact";
156
+ externalErrorMessages?: string[];
157
+ format?: string;
170
158
  hint?: string;
159
+ isOutlined?: boolean;
160
+ isValidateOnBlur?: boolean;
161
+ label: string;
162
+ modelValue?: DateValue;
163
+ noIcon?: boolean;
171
164
  persistentHint?: boolean;
172
- externalErrorMessages?: string[];
165
+ placeholder?: string;
166
+ readonly?: boolean;
167
+ required?: boolean;
168
+ showSuccessMessages?: boolean;
169
+ title?: string | false;
173
170
  }> & Readonly<{
174
171
  onInput?: ((value: string) => any) | undefined;
175
172
  onBlur?: (() => any) | undefined;
@@ -177,7 +174,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
177
174
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
178
175
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
179
176
  }>, {
180
- validateOnSubmit: () => boolean;
177
+ validateOnSubmit: () => Promise<boolean>;
181
178
  reset: () => void;
182
179
  focus(): void;
183
180
  blur(): void;
@@ -196,29 +193,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
196
193
  modelValue: DateValue;
197
194
  bgColor: string;
198
195
  required: boolean;
196
+ showSuccessMessages: boolean;
197
+ disableErrorHandling: boolean;
199
198
  hint: string;
200
199
  noIcon: boolean;
200
+ isValidateOnBlur: boolean;
201
201
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
202
202
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
203
- showSuccessMessages: boolean;
204
- isValidateOnBlur: boolean;
205
- disableErrorHandling: boolean;
206
203
  persistentHint: boolean;
207
204
  format: string;
208
205
  autoClamp: boolean;
209
206
  displayRange: boolean;
210
207
  dateFormatReturn: string;
211
- isOutlined: boolean;
212
- displayIcon: boolean;
213
208
  displayAppendIcon: boolean;
209
+ displayIcon: boolean;
214
210
  displayPrependIcon: boolean;
215
211
  externalErrorMessages: string[];
212
+ isOutlined: boolean;
216
213
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
217
214
  inputRef: ({
218
215
  $: import('vue').ComponentInternalInstance;
219
216
  $data: {};
220
217
  $props: {
221
- readonly modelValue?: string | number | null | undefined;
218
+ readonly modelValue?: string | number | null | undefined | undefined;
222
219
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
223
220
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
224
221
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -230,11 +227,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
230
227
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
231
228
  readonly isClearable?: boolean | undefined;
232
229
  readonly showDivider?: boolean | undefined;
233
- readonly label?: string | undefined;
234
- readonly required?: boolean | undefined;
235
- readonly errorMessages?: string[] | null | undefined;
236
- readonly warningMessages?: string[] | null | undefined;
237
- readonly successMessages?: string[] | null | undefined;
230
+ readonly label: string;
238
231
  readonly readonly?: boolean | undefined;
239
232
  readonly isActive?: boolean | undefined;
240
233
  readonly baseColor?: string | undefined;
@@ -254,7 +247,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
254
247
  readonly hint?: string | undefined;
255
248
  readonly id?: string | undefined;
256
249
  readonly loading?: string | boolean | undefined;
257
- readonly maxErrors?: string | number | undefined;
258
250
  readonly maxWidth?: string | number | undefined;
259
251
  readonly messages?: string | string[] | undefined;
260
252
  readonly minWidth?: string | number | undefined;
@@ -268,9 +260,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
268
260
  readonly isReversed?: boolean | undefined;
269
261
  readonly role?: string | undefined;
270
262
  readonly rounded?: string | number | boolean | undefined;
271
- readonly hasError?: boolean | undefined;
272
- readonly hasWarning?: boolean | undefined;
273
- readonly hasSuccess?: boolean | undefined;
274
263
  readonly isOnSingleLine?: boolean | undefined;
275
264
  readonly suffix?: string | undefined;
276
265
  readonly theme?: string | undefined;
@@ -279,18 +268,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
279
268
  readonly width?: string | number | undefined;
280
269
  readonly displayAsterisk?: boolean | undefined;
281
270
  readonly noIcon?: boolean | undefined;
282
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
283
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
284
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
285
- readonly showSuccessMessages?: boolean | undefined;
286
- readonly isValidateOnBlur?: boolean | undefined;
287
- readonly disableErrorHandling?: boolean | undefined;
288
271
  readonly disableClickButton?: boolean | undefined;
289
272
  readonly autocomplete?: string | undefined;
290
273
  readonly helpText?: string | undefined;
291
274
  readonly maxlength?: string | number | undefined;
292
275
  readonly title?: string | false | undefined;
276
+ readonly required?: boolean | undefined;
277
+ readonly isValidateOnBlur?: boolean | undefined;
278
+ readonly showSuccessMessages?: boolean | undefined;
279
+ readonly disableErrorHandling?: boolean | undefined;
280
+ readonly useVuetifyValidation?: boolean | undefined;
281
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
282
+ readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
283
+ readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
284
+ readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
285
+ readonly errorMessages?: string[] | null | undefined;
286
+ readonly warningMessages?: string[] | null | undefined;
287
+ readonly successMessages?: string[] | null | undefined;
288
+ readonly hasError?: boolean | undefined;
289
+ readonly hasWarning?: boolean | undefined;
290
+ readonly hasSuccess?: boolean | undefined;
291
+ readonly maxErrors?: number | undefined;
293
292
  readonly onInput?: ((...args: any[]) => any) | undefined;
293
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
294
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
294
295
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
295
296
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
296
297
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -671,16 +672,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
671
672
  hint?: string | undefined;
672
673
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
673
674
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
674
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
675
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
675
676
  reset: () => Promise<void>;
676
677
  resetValidation: () => Promise<void>;
677
678
  validate: (silent?: boolean) => Promise<string[]>;
678
- isValid: import('vue').ComputedRef<boolean | null>;
679
- errorMessages: import('vue').ComputedRef<string[]>;
680
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
679
+ isValid: boolean | null;
680
+ errorMessages: string[];
681
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
681
682
  modelValue?: unknown;
682
683
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
683
- }, 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<{
684
+ }, 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<{
684
685
  $: import('vue').ComponentInternalInstance;
685
686
  $data: {};
686
687
  $props: Partial<{
@@ -804,13 +805,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
804
805
  baseColor?: string | undefined;
805
806
  iconColor?: string | boolean | undefined;
806
807
  label?: string | undefined;
807
- prependInnerIcon
808
- /**
809
- * View mode handling
810
- */
811
- ? /**
812
- * View mode handling
813
- */: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
808
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
814
809
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
815
810
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
816
811
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
@@ -944,13 +939,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
944
939
  labelId?: string | undefined;
945
940
  } & {
946
941
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
947
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
948
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
949
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
950
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
942
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
943
+ controlRef: HTMLElement | undefined;
944
+ fieldIconColor: string | undefined;
945
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
951
946
  modelValue?: unknown;
952
947
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
953
- }, 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}`> & {
948
+ }, 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}`> & {
954
949
  _allExposed: {
955
950
  reset: () => Promise<void>;
956
951
  resetValidation: () => Promise<void>;
@@ -1414,16 +1409,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1414
1409
  hint?: string | undefined;
1415
1410
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1416
1411
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1417
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1412
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1418
1413
  reset: () => Promise<void>;
1419
1414
  resetValidation: () => Promise<void>;
1420
1415
  validate: (silent?: boolean) => Promise<string[]>;
1421
- isValid: import('vue').ComputedRef<boolean | null>;
1422
- errorMessages: import('vue').ComputedRef<string[]>;
1423
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1416
+ isValid: boolean | null;
1417
+ errorMessages: string[];
1418
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1424
1419
  modelValue?: unknown;
1425
1420
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1426
- }, 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<{
1421
+ }, 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<{
1427
1422
  $: import('vue').ComponentInternalInstance;
1428
1423
  $data: {};
1429
1424
  $props: Partial<{
@@ -1681,13 +1676,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1681
1676
  labelId?: string | undefined;
1682
1677
  } & {
1683
1678
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1684
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
1685
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1686
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
1687
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1679
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1680
+ controlRef: HTMLElement | undefined;
1681
+ fieldIconColor: string | undefined;
1682
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1688
1683
  modelValue?: unknown;
1689
1684
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1690
- }, 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}`> & {
1685
+ }, 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}`> & {
1691
1686
  _allExposed: {
1692
1687
  reset: () => Promise<void>;
1693
1688
  resetValidation: () => Promise<void>;
@@ -1736,10 +1731,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1736
1731
  $root: ComponentPublicInstance | null;
1737
1732
  $parent: ComponentPublicInstance | null;
1738
1733
  $host: Element | null;
1739
- $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);
1734
+ $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);
1740
1735
  $el: any;
1741
1736
  $options: import('vue').ComponentOptionsBase<Readonly<{
1742
- modelValue?: string | number | null;
1737
+ modelValue?: string | number | null | undefined;
1743
1738
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
1744
1739
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
1745
1740
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -1752,10 +1747,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1752
1747
  isClearable?: boolean;
1753
1748
  showDivider?: boolean;
1754
1749
  label?: string;
1755
- required?: boolean;
1756
- errorMessages?: string[] | null;
1757
- warningMessages?: string[] | null;
1758
- successMessages?: string[] | null;
1759
1750
  readonly?: boolean;
1760
1751
  isActive?: boolean;
1761
1752
  baseColor?: string;
@@ -1775,7 +1766,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1775
1766
  hint?: string;
1776
1767
  id?: string;
1777
1768
  loading?: string | boolean;
1778
- maxErrors?: string | number;
1779
1769
  maxWidth?: string | number;
1780
1770
  messages?: string | string[];
1781
1771
  minWidth?: string | number;
@@ -1789,9 +1779,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1789
1779
  isReversed?: boolean;
1790
1780
  role?: string;
1791
1781
  rounded?: string | number | boolean;
1792
- hasError?: boolean;
1793
- hasWarning?: boolean;
1794
- hasSuccess?: boolean;
1795
1782
  isOnSingleLine?: boolean;
1796
1783
  suffix?: string;
1797
1784
  theme?: string;
@@ -1800,40 +1787,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1800
1787
  width?: string | number;
1801
1788
  displayAsterisk?: boolean;
1802
1789
  noIcon?: boolean;
1803
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
1804
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
1805
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
1806
- showSuccessMessages?: boolean;
1807
- isValidateOnBlur?: boolean;
1808
- disableErrorHandling?: boolean;
1809
1790
  disableClickButton?: boolean;
1810
1791
  autocomplete?: string;
1811
1792
  helpText?: string;
1812
1793
  maxlength?: string | number;
1813
1794
  title?: string | false;
1814
- }> & Readonly<{
1795
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1815
1796
  onInput?: ((...args: any[]) => any) | undefined;
1797
+ onBlur?: ((...args: any[]) => any) | undefined;
1798
+ onFocus?: ((...args: any[]) => any) | undefined;
1816
1799
  onKeydown?: ((...args: any[]) => any) | undefined;
1817
1800
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1818
1801
  onClear?: ((...args: any[]) => any) | undefined;
1819
1802
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1820
1803
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1821
1804
  }>, {
1822
- validation: {
1823
- errors: Ref<string[], string[]>;
1824
- warnings: Ref<string[], string[]>;
1825
- successes: Ref<string[], string[]>;
1826
- hasError: import('vue').ComputedRef<boolean>;
1827
- hasWarning: import('vue').ComputedRef<boolean>;
1828
- hasSuccess: import('vue').ComputedRef<boolean>;
1829
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
1830
- validateOnSubmit: () => Promise<boolean>;
1831
- clearValidation: () => void;
1832
- };
1833
- validateOnSubmit: () => boolean;
1834
- checkErrorOnBlur: () => void;
1805
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1835
1806
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1836
1807
  input: (...args: any[]) => void;
1808
+ blur: (...args: any[]) => void;
1809
+ focus: (...args: any[]) => void;
1837
1810
  keydown: (...args: any[]) => void;
1838
1811
  "update:modelValue": (...args: any[]) => void;
1839
1812
  clear: (...args: any[]) => void;
@@ -1863,7 +1836,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1863
1836
  modelValue: string | number | null;
1864
1837
  bgColor: string;
1865
1838
  isActive: boolean;
1839
+ required: boolean;
1866
1840
  prefix: string;
1841
+ showSuccessMessages: boolean;
1842
+ disableErrorHandling: boolean;
1843
+ errorMessages: string[] | null;
1844
+ maxErrors: number;
1867
1845
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1868
1846
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1869
1847
  prependTooltip: string;
@@ -1871,9 +1849,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1871
1849
  tooltipLocation: "top" | "bottom" | "start" | "end";
1872
1850
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1873
1851
  isClearable: boolean;
1874
- errorMessages: string[] | null;
1875
- warningMessages: string[] | null;
1876
- successMessages: string[] | null;
1877
1852
  centerAffix: boolean;
1878
1853
  counter: string | number | boolean;
1879
1854
  counterValue: number | ((value: any) => number);
@@ -1885,30 +1860,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1885
1860
  areDetailsHidden: boolean | "auto";
1886
1861
  areSpinButtonsHidden: boolean;
1887
1862
  hint: string;
1888
- maxErrors: string | number;
1889
1863
  messages: string | string[];
1890
1864
  displayPersistentClear: boolean;
1891
1865
  displayPersistentCounter: boolean;
1892
1866
  displayPersistentHint: boolean;
1893
1867
  displayPersistentPlaceholder: boolean;
1894
1868
  isReversed: boolean;
1895
- hasError: boolean;
1896
- hasWarning: boolean;
1897
1869
  isOnSingleLine: boolean;
1898
1870
  suffix: string;
1899
1871
  isTiled: boolean;
1900
1872
  displayAsterisk: boolean;
1901
1873
  noIcon: boolean;
1902
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1903
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1904
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1905
- showSuccessMessages: boolean;
1906
- isValidateOnBlur: boolean;
1907
- disableErrorHandling: boolean;
1908
1874
  disableClickButton: boolean;
1909
1875
  autocomplete: string;
1910
1876
  helpText: string;
1911
1877
  maxlength: string | number;
1878
+ isValidateOnBlur: boolean;
1879
+ useVuetifyValidation: boolean;
1880
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1881
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1882
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1883
+ warningMessages: string[] | null;
1884
+ successMessages: string[] | null;
1885
+ hasError: boolean;
1886
+ hasWarning: boolean;
1887
+ hasSuccess: boolean;
1912
1888
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1913
1889
  beforeCreate?: (() => void) | (() => void)[];
1914
1890
  created?: (() => void) | (() => void)[];
@@ -1953,7 +1929,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1953
1929
  modelValue: string | number | null;
1954
1930
  bgColor: string;
1955
1931
  isActive: boolean;
1932
+ required: boolean;
1956
1933
  prefix: string;
1934
+ showSuccessMessages: boolean;
1935
+ disableErrorHandling: boolean;
1936
+ errorMessages: string[] | null;
1937
+ maxErrors: number;
1957
1938
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1958
1939
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1959
1940
  prependTooltip: string;
@@ -1961,9 +1942,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1961
1942
  tooltipLocation: "top" | "bottom" | "start" | "end";
1962
1943
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1963
1944
  isClearable: boolean;
1964
- errorMessages: string[] | null;
1965
- warningMessages: string[] | null;
1966
- successMessages: string[] | null;
1967
1945
  centerAffix: boolean;
1968
1946
  counter: string | number | boolean;
1969
1947
  counterValue: number | ((value: any) => number);
@@ -1975,32 +1953,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1975
1953
  areDetailsHidden: boolean | "auto";
1976
1954
  areSpinButtonsHidden: boolean;
1977
1955
  hint: string;
1978
- maxErrors: string | number;
1979
1956
  messages: string | string[];
1980
1957
  displayPersistentClear: boolean;
1981
1958
  displayPersistentCounter: boolean;
1982
1959
  displayPersistentHint: boolean;
1983
1960
  displayPersistentPlaceholder: boolean;
1984
1961
  isReversed: boolean;
1985
- hasError: boolean;
1986
- hasWarning: boolean;
1987
1962
  isOnSingleLine: boolean;
1988
1963
  suffix: string;
1989
1964
  isTiled: boolean;
1990
1965
  displayAsterisk: boolean;
1991
1966
  noIcon: boolean;
1992
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1993
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1994
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1995
- showSuccessMessages: boolean;
1996
- isValidateOnBlur: boolean;
1997
- disableErrorHandling: boolean;
1998
1967
  disableClickButton: boolean;
1999
1968
  autocomplete: string;
2000
1969
  helpText: string;
2001
1970
  maxlength: string | number;
1971
+ isValidateOnBlur: boolean;
1972
+ useVuetifyValidation: boolean;
1973
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1974
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1975
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1976
+ warningMessages: string[] | null;
1977
+ successMessages: string[] | null;
1978
+ hasError: boolean;
1979
+ hasWarning: boolean;
1980
+ hasSuccess: boolean;
2002
1981
  }> & Omit<Readonly<{
2003
- modelValue?: string | number | null;
1982
+ modelValue?: string | number | null | undefined;
2004
1983
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
2005
1984
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
2006
1985
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -2013,10 +1992,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2013
1992
  isClearable?: boolean;
2014
1993
  showDivider?: boolean;
2015
1994
  label?: string;
2016
- required?: boolean;
2017
- errorMessages?: string[] | null;
2018
- warningMessages?: string[] | null;
2019
- successMessages?: string[] | null;
2020
1995
  readonly?: boolean;
2021
1996
  isActive?: boolean;
2022
1997
  baseColor?: string;
@@ -2036,7 +2011,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2036
2011
  hint?: string;
2037
2012
  id?: string;
2038
2013
  loading?: string | boolean;
2039
- maxErrors?: string | number;
2040
2014
  maxWidth?: string | number;
2041
2015
  messages?: string | string[];
2042
2016
  minWidth?: string | number;
@@ -2050,9 +2024,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2050
2024
  isReversed?: boolean;
2051
2025
  role?: string;
2052
2026
  rounded?: string | number | boolean;
2053
- hasError?: boolean;
2054
- hasWarning?: boolean;
2055
- hasSuccess?: boolean;
2056
2027
  isOnSingleLine?: boolean;
2057
2028
  suffix?: string;
2058
2029
  theme?: string;
@@ -2061,39 +2032,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2061
2032
  width?: string | number;
2062
2033
  displayAsterisk?: boolean;
2063
2034
  noIcon?: boolean;
2064
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2065
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2066
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2067
- showSuccessMessages?: boolean;
2068
- isValidateOnBlur?: boolean;
2069
- disableErrorHandling?: boolean;
2070
2035
  disableClickButton?: boolean;
2071
2036
  autocomplete?: string;
2072
2037
  helpText?: string;
2073
2038
  maxlength?: string | number;
2074
2039
  title?: string | false;
2075
- }> & Readonly<{
2040
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
2076
2041
  onInput?: ((...args: any[]) => any) | undefined;
2042
+ onBlur?: ((...args: any[]) => any) | undefined;
2043
+ onFocus?: ((...args: any[]) => any) | undefined;
2077
2044
  onKeydown?: ((...args: any[]) => any) | undefined;
2078
2045
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2079
2046
  onClear?: ((...args: any[]) => any) | undefined;
2080
2047
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2081
2048
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2082
- }>, "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<{
2083
- validation: {
2084
- errors: Ref<string[], string[]>;
2085
- warnings: Ref<string[], string[]>;
2086
- successes: Ref<string[], string[]>;
2087
- hasError: import('vue').ComputedRef<boolean>;
2088
- hasWarning: import('vue').ComputedRef<boolean>;
2089
- hasSuccess: import('vue').ComputedRef<boolean>;
2090
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
2091
- validateOnSubmit: () => Promise<boolean>;
2092
- clearValidation: () => void;
2093
- };
2094
- validateOnSubmit: () => boolean;
2095
- checkErrorOnBlur: () => void;
2096
- }> & {} & import('vue').ComponentCustomProperties & {} & {
2049
+ }>, "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")> & {
2050
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2051
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2097
2052
  $slots: {
2098
2053
  prepend?(_: {}): any;
2099
2054
  append?(_: {}): any;
@@ -2111,32 +2066,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2111
2066
  M: {};
2112
2067
  Defaults: {};
2113
2068
  }, Readonly<{
2114
- modelValue?: DateValue;
2115
- placeholder?: string;
2116
- format?: string;
2069
+ autoClamp?: boolean;
2070
+ bgColor?: string;
2071
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2072
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2117
2073
  dateFormatReturn?: string;
2118
- label: string;
2119
- required?: boolean;
2074
+ density?: "default" | "comfortable" | "compact";
2075
+ disableErrorHandling?: boolean;
2120
2076
  disabled?: boolean;
2121
- readonly?: boolean;
2122
- title?: string | false;
2123
- isOutlined?: boolean;
2124
- displayIcon?: boolean;
2125
2077
  displayAppendIcon?: boolean;
2126
- noIcon?: boolean;
2127
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2128
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2078
+ displayIcon?: boolean;
2129
2079
  displayPrependIcon?: boolean;
2130
- disableErrorHandling?: boolean;
2131
- showSuccessMessages?: boolean;
2132
- bgColor?: string;
2133
2080
  displayRange?: boolean;
2134
- autoClamp?: boolean;
2135
- isValidateOnBlur?: boolean;
2136
- density?: "default" | "comfortable" | "compact";
2081
+ externalErrorMessages?: string[];
2082
+ format?: string;
2137
2083
  hint?: string;
2084
+ isOutlined?: boolean;
2085
+ isValidateOnBlur?: boolean;
2086
+ label: string;
2087
+ modelValue?: DateValue;
2088
+ noIcon?: boolean;
2138
2089
  persistentHint?: boolean;
2139
- externalErrorMessages?: string[];
2090
+ placeholder?: string;
2091
+ readonly?: boolean;
2092
+ required?: boolean;
2093
+ showSuccessMessages?: boolean;
2094
+ title?: string | false;
2140
2095
  }> & Readonly<{
2141
2096
  onInput?: ((value: string) => any) | undefined;
2142
2097
  onBlur?: (() => any) | undefined;
@@ -2144,7 +2099,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2144
2099
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2145
2100
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2146
2101
  }>, {
2147
- validateOnSubmit: () => boolean;
2102
+ validateOnSubmit: () => Promise<boolean>;
2148
2103
  reset: () => void;
2149
2104
  focus(): void;
2150
2105
  blur(): void;
@@ -2157,52 +2112,52 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2157
2112
  modelValue: DateValue;
2158
2113
  bgColor: string;
2159
2114
  required: boolean;
2115
+ showSuccessMessages: boolean;
2116
+ disableErrorHandling: boolean;
2160
2117
  hint: string;
2161
2118
  noIcon: boolean;
2119
+ isValidateOnBlur: boolean;
2162
2120
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2163
2121
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2164
- showSuccessMessages: boolean;
2165
- isValidateOnBlur: boolean;
2166
- disableErrorHandling: boolean;
2167
2122
  persistentHint: boolean;
2168
2123
  format: string;
2169
2124
  autoClamp: boolean;
2170
2125
  displayRange: boolean;
2171
2126
  dateFormatReturn: string;
2172
- isOutlined: boolean;
2173
- displayIcon: boolean;
2174
2127
  displayAppendIcon: boolean;
2128
+ displayIcon: boolean;
2175
2129
  displayPrependIcon: boolean;
2176
2130
  externalErrorMessages: string[];
2131
+ isOutlined: boolean;
2177
2132
  }> | null;
2178
2133
  menuActivatorRef: HTMLDivElement;
2179
2134
  dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2180
- modelValue?: DateValue;
2181
- placeholder?: string;
2182
- format?: string;
2135
+ autoClamp?: boolean;
2136
+ bgColor?: string;
2137
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2138
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2183
2139
  dateFormatReturn?: string;
2184
- label: string;
2185
- required?: boolean;
2140
+ density?: "default" | "comfortable" | "compact";
2141
+ disableErrorHandling?: boolean;
2186
2142
  disabled?: boolean;
2187
- readonly?: boolean;
2188
- title?: string | false;
2189
- isOutlined?: boolean;
2190
- displayIcon?: boolean;
2191
2143
  displayAppendIcon?: boolean;
2192
- noIcon?: boolean;
2193
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2194
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2144
+ displayIcon?: boolean;
2195
2145
  displayPrependIcon?: boolean;
2196
- disableErrorHandling?: boolean;
2197
- showSuccessMessages?: boolean;
2198
- bgColor?: string;
2199
2146
  displayRange?: boolean;
2200
- autoClamp?: boolean;
2201
- isValidateOnBlur?: boolean;
2202
- density?: "default" | "comfortable" | "compact";
2147
+ externalErrorMessages?: string[];
2148
+ format?: string;
2203
2149
  hint?: string;
2150
+ isOutlined?: boolean;
2151
+ isValidateOnBlur?: boolean;
2152
+ label: string;
2153
+ modelValue?: DateValue;
2154
+ noIcon?: boolean;
2204
2155
  persistentHint?: boolean;
2205
- externalErrorMessages?: string[];
2156
+ placeholder?: string;
2157
+ readonly?: boolean;
2158
+ required?: boolean;
2159
+ showSuccessMessages?: boolean;
2160
+ title?: string | false;
2206
2161
  }> & Readonly<{
2207
2162
  onInput?: ((value: string) => any) | undefined;
2208
2163
  onBlur?: (() => any) | undefined;
@@ -2210,7 +2165,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2210
2165
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2211
2166
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
2212
2167
  }>, {
2213
- validateOnSubmit: () => boolean;
2168
+ validateOnSubmit: () => Promise<boolean>;
2214
2169
  reset: () => void;
2215
2170
  focus(): void;
2216
2171
  blur(): void;
@@ -2229,29 +2184,29 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2229
2184
  modelValue: DateValue;
2230
2185
  bgColor: string;
2231
2186
  required: boolean;
2187
+ showSuccessMessages: boolean;
2188
+ disableErrorHandling: boolean;
2232
2189
  hint: string;
2233
2190
  noIcon: boolean;
2191
+ isValidateOnBlur: boolean;
2234
2192
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2235
2193
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2236
- showSuccessMessages: boolean;
2237
- isValidateOnBlur: boolean;
2238
- disableErrorHandling: boolean;
2239
2194
  persistentHint: boolean;
2240
2195
  format: string;
2241
2196
  autoClamp: boolean;
2242
2197
  displayRange: boolean;
2243
2198
  dateFormatReturn: string;
2244
- isOutlined: boolean;
2245
- displayIcon: boolean;
2246
2199
  displayAppendIcon: boolean;
2200
+ displayIcon: boolean;
2247
2201
  displayPrependIcon: boolean;
2248
2202
  externalErrorMessages: string[];
2203
+ isOutlined: boolean;
2249
2204
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2250
2205
  inputRef: ({
2251
2206
  $: import('vue').ComponentInternalInstance;
2252
2207
  $data: {};
2253
2208
  $props: {
2254
- readonly modelValue?: string | number | null | undefined;
2209
+ readonly modelValue?: string | number | null | undefined | undefined;
2255
2210
  readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
2256
2211
  readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
2257
2212
  readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -2263,11 +2218,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2263
2218
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
2264
2219
  readonly isClearable?: boolean | undefined;
2265
2220
  readonly showDivider?: boolean | undefined;
2266
- readonly label?: string | undefined;
2267
- readonly required?: boolean | undefined;
2268
- readonly errorMessages?: string[] | null | undefined;
2269
- readonly warningMessages?: string[] | null | undefined;
2270
- readonly successMessages?: string[] | null | undefined;
2221
+ readonly label: string;
2271
2222
  readonly readonly?: boolean | undefined;
2272
2223
  readonly isActive?: boolean | undefined;
2273
2224
  readonly baseColor?: string | undefined;
@@ -2287,7 +2238,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2287
2238
  readonly hint?: string | undefined;
2288
2239
  readonly id?: string | undefined;
2289
2240
  readonly loading?: string | boolean | undefined;
2290
- readonly maxErrors?: string | number | undefined;
2291
2241
  readonly maxWidth?: string | number | undefined;
2292
2242
  readonly messages?: string | string[] | undefined;
2293
2243
  readonly minWidth?: string | number | undefined;
@@ -2301,9 +2251,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2301
2251
  readonly isReversed?: boolean | undefined;
2302
2252
  readonly role?: string | undefined;
2303
2253
  readonly rounded?: string | number | boolean | undefined;
2304
- readonly hasError?: boolean | undefined;
2305
- readonly hasWarning?: boolean | undefined;
2306
- readonly hasSuccess?: boolean | undefined;
2307
2254
  readonly isOnSingleLine?: boolean | undefined;
2308
2255
  readonly suffix?: string | undefined;
2309
2256
  readonly theme?: string | undefined;
@@ -2312,18 +2259,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2312
2259
  readonly width?: string | number | undefined;
2313
2260
  readonly displayAsterisk?: boolean | undefined;
2314
2261
  readonly noIcon?: boolean | undefined;
2315
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2316
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2317
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2318
- readonly showSuccessMessages?: boolean | undefined;
2319
- readonly isValidateOnBlur?: boolean | undefined;
2320
- readonly disableErrorHandling?: boolean | undefined;
2321
2262
  readonly disableClickButton?: boolean | undefined;
2322
2263
  readonly autocomplete?: string | undefined;
2323
2264
  readonly helpText?: string | undefined;
2324
2265
  readonly maxlength?: string | number | undefined;
2325
2266
  readonly title?: string | false | undefined;
2267
+ readonly required?: boolean | undefined;
2268
+ readonly isValidateOnBlur?: boolean | undefined;
2269
+ readonly showSuccessMessages?: boolean | undefined;
2270
+ readonly disableErrorHandling?: boolean | undefined;
2271
+ readonly useVuetifyValidation?: boolean | undefined;
2272
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2273
+ readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2274
+ readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2275
+ readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2276
+ readonly errorMessages?: string[] | null | undefined;
2277
+ readonly warningMessages?: string[] | null | undefined;
2278
+ readonly successMessages?: string[] | null | undefined;
2279
+ readonly hasError?: boolean | undefined;
2280
+ readonly hasWarning?: boolean | undefined;
2281
+ readonly hasSuccess?: boolean | undefined;
2282
+ readonly maxErrors?: number | undefined;
2326
2283
  readonly onInput?: ((...args: any[]) => any) | undefined;
2284
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
2285
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
2327
2286
  readonly onKeydown?: ((...args: any[]) => any) | undefined;
2328
2287
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2329
2288
  readonly onClear?: ((...args: any[]) => any) | undefined;
@@ -2704,16 +2663,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2704
2663
  hint?: string | undefined;
2705
2664
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
2706
2665
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
2707
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
2666
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
2708
2667
  reset: () => Promise<void>;
2709
2668
  resetValidation: () => Promise<void>;
2710
2669
  validate: (silent?: boolean) => Promise<string[]>;
2711
- isValid: import('vue').ComputedRef<boolean | null>;
2712
- errorMessages: import('vue').ComputedRef<string[]>;
2713
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2670
+ isValid: boolean | null;
2671
+ errorMessages: string[];
2672
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2714
2673
  modelValue?: unknown;
2715
2674
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2716
- }, 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<{
2675
+ }, 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<{
2717
2676
  $: import('vue').ComponentInternalInstance;
2718
2677
  $data: {};
2719
2678
  $props: Partial<{
@@ -2837,13 +2796,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2837
2796
  baseColor?: string | undefined;
2838
2797
  iconColor?: string | boolean | undefined;
2839
2798
  label?: string | undefined;
2840
- prependInnerIcon
2841
- /**
2842
- * View mode handling
2843
- */
2844
- ? /**
2845
- * View mode handling
2846
- */: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2799
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2847
2800
  "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
2848
2801
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2849
2802
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
@@ -2977,13 +2930,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2977
2930
  labelId?: string | undefined;
2978
2931
  } & {
2979
2932
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2980
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
2981
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2982
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
2983
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2933
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
2934
+ controlRef: HTMLElement | undefined;
2935
+ fieldIconColor: string | undefined;
2936
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2984
2937
  modelValue?: unknown;
2985
2938
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2986
- }, 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}`> & {
2939
+ }, 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}`> & {
2987
2940
  _allExposed: {
2988
2941
  reset: () => Promise<void>;
2989
2942
  resetValidation: () => Promise<void>;
@@ -3447,16 +3400,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3447
3400
  hint?: string | undefined;
3448
3401
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
3449
3402
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
3450
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
3403
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
3451
3404
  reset: () => Promise<void>;
3452
3405
  resetValidation: () => Promise<void>;
3453
3406
  validate: (silent?: boolean) => Promise<string[]>;
3454
- isValid: import('vue').ComputedRef<boolean | null>;
3455
- errorMessages: import('vue').ComputedRef<string[]>;
3456
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3407
+ isValid: boolean | null;
3408
+ errorMessages: string[];
3409
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3457
3410
  modelValue?: unknown;
3458
3411
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3459
- }, 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<{
3412
+ }, 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<{
3460
3413
  $: import('vue').ComponentInternalInstance;
3461
3414
  $data: {};
3462
3415
  $props: Partial<{
@@ -3714,13 +3667,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3714
3667
  labelId?: string | undefined;
3715
3668
  } & {
3716
3669
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3717
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & import('vue').ShallowUnwrapRef<{
3718
- controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
3719
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
3720
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3670
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
3671
+ controlRef: HTMLElement | undefined;
3672
+ fieldIconColor: string | undefined;
3673
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3721
3674
  modelValue?: unknown;
3722
3675
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3723
- }, 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}`> & {
3676
+ }, 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}`> & {
3724
3677
  _allExposed: {
3725
3678
  reset: () => Promise<void>;
3726
3679
  resetValidation: () => Promise<void>;
@@ -3769,10 +3722,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3769
3722
  $root: ComponentPublicInstance | null;
3770
3723
  $parent: ComponentPublicInstance | null;
3771
3724
  $host: Element | null;
3772
- $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);
3725
+ $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);
3773
3726
  $el: any;
3774
3727
  $options: import('vue').ComponentOptionsBase<Readonly<{
3775
- modelValue?: string | number | null;
3728
+ modelValue?: string | number | null | undefined;
3776
3729
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
3777
3730
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
3778
3731
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -3785,10 +3738,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3785
3738
  isClearable?: boolean;
3786
3739
  showDivider?: boolean;
3787
3740
  label?: string;
3788
- required?: boolean;
3789
- errorMessages?: string[] | null;
3790
- warningMessages?: string[] | null;
3791
- successMessages?: string[] | null;
3792
3741
  readonly?: boolean;
3793
3742
  isActive?: boolean;
3794
3743
  baseColor?: string;
@@ -3808,7 +3757,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3808
3757
  hint?: string;
3809
3758
  id?: string;
3810
3759
  loading?: string | boolean;
3811
- maxErrors?: string | number;
3812
3760
  maxWidth?: string | number;
3813
3761
  messages?: string | string[];
3814
3762
  minWidth?: string | number;
@@ -3822,9 +3770,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3822
3770
  isReversed?: boolean;
3823
3771
  role?: string;
3824
3772
  rounded?: string | number | boolean;
3825
- hasError?: boolean;
3826
- hasWarning?: boolean;
3827
- hasSuccess?: boolean;
3828
3773
  isOnSingleLine?: boolean;
3829
3774
  suffix?: string;
3830
3775
  theme?: string;
@@ -3833,40 +3778,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3833
3778
  width?: string | number;
3834
3779
  displayAsterisk?: boolean;
3835
3780
  noIcon?: boolean;
3836
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
3837
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
3838
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
3839
- showSuccessMessages?: boolean;
3840
- isValidateOnBlur?: boolean;
3841
- disableErrorHandling?: boolean;
3842
3781
  disableClickButton?: boolean;
3843
3782
  autocomplete?: string;
3844
3783
  helpText?: string;
3845
3784
  maxlength?: string | number;
3846
3785
  title?: string | false;
3847
- }> & Readonly<{
3786
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3848
3787
  onInput?: ((...args: any[]) => any) | undefined;
3788
+ onBlur?: ((...args: any[]) => any) | undefined;
3789
+ onFocus?: ((...args: any[]) => any) | undefined;
3849
3790
  onKeydown?: ((...args: any[]) => any) | undefined;
3850
3791
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3851
3792
  onClear?: ((...args: any[]) => any) | undefined;
3852
3793
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
3853
3794
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
3854
3795
  }>, {
3855
- validation: {
3856
- errors: Ref<string[], string[]>;
3857
- warnings: Ref<string[], string[]>;
3858
- successes: Ref<string[], string[]>;
3859
- hasError: import('vue').ComputedRef<boolean>;
3860
- hasWarning: import('vue').ComputedRef<boolean>;
3861
- hasSuccess: import('vue').ComputedRef<boolean>;
3862
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
3863
- validateOnSubmit: () => Promise<boolean>;
3864
- clearValidation: () => void;
3865
- };
3866
- validateOnSubmit: () => boolean;
3867
- checkErrorOnBlur: () => void;
3796
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3868
3797
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3869
3798
  input: (...args: any[]) => void;
3799
+ blur: (...args: any[]) => void;
3800
+ focus: (...args: any[]) => void;
3870
3801
  keydown: (...args: any[]) => void;
3871
3802
  "update:modelValue": (...args: any[]) => void;
3872
3803
  clear: (...args: any[]) => void;
@@ -3896,7 +3827,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3896
3827
  modelValue: string | number | null;
3897
3828
  bgColor: string;
3898
3829
  isActive: boolean;
3830
+ required: boolean;
3899
3831
  prefix: string;
3832
+ showSuccessMessages: boolean;
3833
+ disableErrorHandling: boolean;
3834
+ errorMessages: string[] | null;
3835
+ maxErrors: number;
3900
3836
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
3901
3837
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
3902
3838
  prependTooltip: string;
@@ -3904,9 +3840,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3904
3840
  tooltipLocation: "top" | "bottom" | "start" | "end";
3905
3841
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
3906
3842
  isClearable: boolean;
3907
- errorMessages: string[] | null;
3908
- warningMessages: string[] | null;
3909
- successMessages: string[] | null;
3910
3843
  centerAffix: boolean;
3911
3844
  counter: string | number | boolean;
3912
3845
  counterValue: number | ((value: any) => number);
@@ -3918,30 +3851,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3918
3851
  areDetailsHidden: boolean | "auto";
3919
3852
  areSpinButtonsHidden: boolean;
3920
3853
  hint: string;
3921
- maxErrors: string | number;
3922
3854
  messages: string | string[];
3923
3855
  displayPersistentClear: boolean;
3924
3856
  displayPersistentCounter: boolean;
3925
3857
  displayPersistentHint: boolean;
3926
3858
  displayPersistentPlaceholder: boolean;
3927
3859
  isReversed: boolean;
3928
- hasError: boolean;
3929
- hasWarning: boolean;
3930
3860
  isOnSingleLine: boolean;
3931
3861
  suffix: string;
3932
3862
  isTiled: boolean;
3933
3863
  displayAsterisk: boolean;
3934
3864
  noIcon: boolean;
3935
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
3936
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
3937
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
3938
- showSuccessMessages: boolean;
3939
- isValidateOnBlur: boolean;
3940
- disableErrorHandling: boolean;
3941
3865
  disableClickButton: boolean;
3942
3866
  autocomplete: string;
3943
3867
  helpText: string;
3944
3868
  maxlength: string | number;
3869
+ isValidateOnBlur: boolean;
3870
+ useVuetifyValidation: boolean;
3871
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
3872
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
3873
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
3874
+ warningMessages: string[] | null;
3875
+ successMessages: string[] | null;
3876
+ hasError: boolean;
3877
+ hasWarning: boolean;
3878
+ hasSuccess: boolean;
3945
3879
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
3946
3880
  beforeCreate?: (() => void) | (() => void)[];
3947
3881
  created?: (() => void) | (() => void)[];
@@ -3986,7 +3920,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3986
3920
  modelValue: string | number | null;
3987
3921
  bgColor: string;
3988
3922
  isActive: boolean;
3923
+ required: boolean;
3989
3924
  prefix: string;
3925
+ showSuccessMessages: boolean;
3926
+ disableErrorHandling: boolean;
3927
+ errorMessages: string[] | null;
3928
+ maxErrors: number;
3990
3929
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
3991
3930
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
3992
3931
  prependTooltip: string;
@@ -3994,9 +3933,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3994
3933
  tooltipLocation: "top" | "bottom" | "start" | "end";
3995
3934
  variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
3996
3935
  isClearable: boolean;
3997
- errorMessages: string[] | null;
3998
- warningMessages: string[] | null;
3999
- successMessages: string[] | null;
4000
3936
  centerAffix: boolean;
4001
3937
  counter: string | number | boolean;
4002
3938
  counterValue: number | ((value: any) => number);
@@ -4008,32 +3944,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4008
3944
  areDetailsHidden: boolean | "auto";
4009
3945
  areSpinButtonsHidden: boolean;
4010
3946
  hint: string;
4011
- maxErrors: string | number;
4012
3947
  messages: string | string[];
4013
3948
  displayPersistentClear: boolean;
4014
3949
  displayPersistentCounter: boolean;
4015
3950
  displayPersistentHint: boolean;
4016
3951
  displayPersistentPlaceholder: boolean;
4017
3952
  isReversed: boolean;
4018
- hasError: boolean;
4019
- hasWarning: boolean;
4020
3953
  isOnSingleLine: boolean;
4021
3954
  suffix: string;
4022
3955
  isTiled: boolean;
4023
3956
  displayAsterisk: boolean;
4024
3957
  noIcon: boolean;
4025
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4026
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4027
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
4028
- showSuccessMessages: boolean;
4029
- isValidateOnBlur: boolean;
4030
- disableErrorHandling: boolean;
4031
3958
  disableClickButton: boolean;
4032
3959
  autocomplete: string;
4033
3960
  helpText: string;
4034
3961
  maxlength: string | number;
3962
+ isValidateOnBlur: boolean;
3963
+ useVuetifyValidation: boolean;
3964
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
3965
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
3966
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
3967
+ warningMessages: string[] | null;
3968
+ successMessages: string[] | null;
3969
+ hasError: boolean;
3970
+ hasWarning: boolean;
3971
+ hasSuccess: boolean;
4035
3972
  }> & Omit<Readonly<{
4036
- modelValue?: string | number | null;
3973
+ modelValue?: string | number | null | undefined;
4037
3974
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
4038
3975
  appendIcon?: import('../../../types/vuetifyTypes').IconType;
4039
3976
  prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -4046,10 +3983,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4046
3983
  isClearable?: boolean;
4047
3984
  showDivider?: boolean;
4048
3985
  label?: string;
4049
- required?: boolean;
4050
- errorMessages?: string[] | null;
4051
- warningMessages?: string[] | null;
4052
- successMessages?: string[] | null;
4053
3986
  readonly?: boolean;
4054
3987
  isActive?: boolean;
4055
3988
  baseColor?: string;
@@ -4069,7 +4002,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4069
4002
  hint?: string;
4070
4003
  id?: string;
4071
4004
  loading?: string | boolean;
4072
- maxErrors?: string | number;
4073
4005
  maxWidth?: string | number;
4074
4006
  messages?: string | string[];
4075
4007
  minWidth?: string | number;
@@ -4083,9 +4015,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4083
4015
  isReversed?: boolean;
4084
4016
  role?: string;
4085
4017
  rounded?: string | number | boolean;
4086
- hasError?: boolean;
4087
- hasWarning?: boolean;
4088
- hasSuccess?: boolean;
4089
4018
  isOnSingleLine?: boolean;
4090
4019
  suffix?: string;
4091
4020
  theme?: string;
@@ -4094,39 +4023,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4094
4023
  width?: string | number;
4095
4024
  displayAsterisk?: boolean;
4096
4025
  noIcon?: boolean;
4097
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4098
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4099
- customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4100
- showSuccessMessages?: boolean;
4101
- isValidateOnBlur?: boolean;
4102
- disableErrorHandling?: boolean;
4103
4026
  disableClickButton?: boolean;
4104
4027
  autocomplete?: string;
4105
4028
  helpText?: string;
4106
4029
  maxlength?: string | number;
4107
4030
  title?: string | false;
4108
- }> & Readonly<{
4031
+ } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
4109
4032
  onInput?: ((...args: any[]) => any) | undefined;
4033
+ onBlur?: ((...args: any[]) => any) | undefined;
4034
+ onFocus?: ((...args: any[]) => any) | undefined;
4110
4035
  onKeydown?: ((...args: any[]) => any) | undefined;
4111
4036
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4112
4037
  onClear?: ((...args: any[]) => any) | undefined;
4113
4038
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4114
4039
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
4115
- }>, "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<{
4116
- validation: {
4117
- errors: Ref<string[], string[]>;
4118
- warnings: Ref<string[], string[]>;
4119
- successes: Ref<string[], string[]>;
4120
- hasError: import('vue').ComputedRef<boolean>;
4121
- hasWarning: import('vue').ComputedRef<boolean>;
4122
- hasSuccess: import('vue').ComputedRef<boolean>;
4123
- validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
4124
- validateOnSubmit: () => Promise<boolean>;
4125
- clearValidation: () => void;
4126
- };
4127
- validateOnSubmit: () => boolean;
4128
- checkErrorOnBlur: () => void;
4129
- }> & {} & import('vue').ComponentCustomProperties & {} & {
4040
+ }>, "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")> & {
4041
+ validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4042
+ } & {} & import('vue').ComponentCustomProperties & {} & {
4130
4043
  $slots: {
4131
4044
  prepend?(_: {}): any;
4132
4045
  append?(_: {}): any;
@@ -4144,32 +4057,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4144
4057
  M: {};
4145
4058
  Defaults: {};
4146
4059
  }, Readonly<{
4147
- modelValue?: DateValue;
4148
- placeholder?: string;
4149
- format?: string;
4060
+ autoClamp?: boolean;
4061
+ bgColor?: string;
4062
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4063
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4150
4064
  dateFormatReturn?: string;
4151
- label: string;
4152
- required?: boolean;
4065
+ density?: "default" | "comfortable" | "compact";
4066
+ disableErrorHandling?: boolean;
4153
4067
  disabled?: boolean;
4154
- readonly?: boolean;
4155
- title?: string | false;
4156
- isOutlined?: boolean;
4157
- displayIcon?: boolean;
4158
4068
  displayAppendIcon?: boolean;
4159
- noIcon?: boolean;
4160
- customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4161
- customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4069
+ displayIcon?: boolean;
4162
4070
  displayPrependIcon?: boolean;
4163
- disableErrorHandling?: boolean;
4164
- showSuccessMessages?: boolean;
4165
- bgColor?: string;
4166
4071
  displayRange?: boolean;
4167
- autoClamp?: boolean;
4168
- isValidateOnBlur?: boolean;
4169
- density?: "default" | "comfortable" | "compact";
4072
+ externalErrorMessages?: string[];
4073
+ format?: string;
4170
4074
  hint?: string;
4075
+ isOutlined?: boolean;
4076
+ isValidateOnBlur?: boolean;
4077
+ label: string;
4078
+ modelValue?: DateValue;
4079
+ noIcon?: boolean;
4171
4080
  persistentHint?: boolean;
4172
- externalErrorMessages?: string[];
4081
+ placeholder?: string;
4082
+ readonly?: boolean;
4083
+ required?: boolean;
4084
+ showSuccessMessages?: boolean;
4085
+ title?: string | false;
4173
4086
  }> & Readonly<{
4174
4087
  onInput?: ((value: string) => any) | undefined;
4175
4088
  onBlur?: (() => any) | undefined;
@@ -4177,7 +4090,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4177
4090
  "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
4178
4091
  "onDate-selected"?: ((value: DateValue) => any) | undefined;
4179
4092
  }>, {
4180
- validateOnSubmit: () => boolean;
4093
+ validateOnSubmit: () => Promise<boolean>;
4181
4094
  reset: () => void;
4182
4095
  focus(): void;
4183
4096
  blur(): void;
@@ -4190,23 +4103,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4190
4103
  modelValue: DateValue;
4191
4104
  bgColor: string;
4192
4105
  required: boolean;
4106
+ showSuccessMessages: boolean;
4107
+ disableErrorHandling: boolean;
4193
4108
  hint: string;
4194
4109
  noIcon: boolean;
4110
+ isValidateOnBlur: boolean;
4195
4111
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4196
4112
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4197
- showSuccessMessages: boolean;
4198
- isValidateOnBlur: boolean;
4199
- disableErrorHandling: boolean;
4200
4113
  persistentHint: boolean;
4201
4114
  format: string;
4202
4115
  autoClamp: boolean;
4203
4116
  displayRange: boolean;
4204
4117
  dateFormatReturn: string;
4205
- isOutlined: boolean;
4206
- displayIcon: boolean;
4207
4118
  displayAppendIcon: boolean;
4119
+ displayIcon: boolean;
4208
4120
  displayPrependIcon: boolean;
4209
4121
  externalErrorMessages: string[];
4122
+ isOutlined: boolean;
4210
4123
  }> | null;
4211
4124
  datePickerRef: ({
4212
4125
  $: import('vue').ComponentInternalInstance;
@@ -4644,7 +4557,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4644
4557
  "onUpdate:month"?: ((date: any) => any) | undefined;
4645
4558
  "onUpdate:viewMode"?: ((date: any) => any) | undefined;
4646
4559
  "onUpdate:year"?: ((date: any) => any) | undefined;
4647
- }, "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<{
4560
+ }, "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<{
4648
4561
  modelValue?: Date | (Date | null)[] | null | undefined;
4649
4562
  "onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
4650
4563
  multiple?: false | "range" | undefined;