@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
@@ -110,7 +110,7 @@ declare function __VLS_template(): {
110
110
  hint?: string | undefined | undefined;
111
111
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
112
112
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
113
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
113
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
114
114
  $attrs: import('vue').Attrs;
115
115
  $refs: {
116
116
  [x: string]: unknown;
@@ -424,16 +424,16 @@ declare function __VLS_template(): {
424
424
  hint?: string | undefined;
425
425
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
426
426
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
427
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
427
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
428
428
  reset: () => Promise<void>;
429
429
  resetValidation: () => Promise<void>;
430
430
  validate: (silent?: boolean) => Promise<string[]>;
431
- isValid: import('vue').ComputedRef<boolean | null>;
432
- errorMessages: import('vue').ComputedRef<string[]>;
433
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
431
+ isValid: boolean | null;
432
+ errorMessages: string[];
433
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
434
434
  modelValue?: unknown;
435
435
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
436
- }, 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}`> & {
436
+ }, 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}`> & {
437
437
  _allExposed: {
438
438
  reset: () => Promise<void>;
439
439
  resetValidation: () => Promise<void>;
@@ -582,250 +582,11 @@ declare function __VLS_template(): {
582
582
  hint?: string | undefined;
583
583
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
584
584
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
585
- }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
586
- $: import('vue').ComponentInternalInstance;
587
- $data: {};
588
- $props: Partial<{
589
- style: import('vue').StyleValue;
590
- focused: boolean;
591
- disabled: boolean | null;
592
- error: boolean;
593
- errorMessages: string | readonly string[] | null;
594
- maxErrors: string | number;
595
- readonly: boolean | null;
596
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
597
- density: import('vuetify/lib/composables/density.mjs').Density;
598
- centerAffix: boolean;
599
- glow: boolean;
600
- hideSpinButtons: boolean;
601
- persistentHint: boolean;
602
- messages: string | readonly string[];
603
- direction: "horizontal" | "vertical";
604
- }> & Omit<{
605
- theme?: string | undefined;
606
- class?: any;
607
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
608
- focused: boolean;
609
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
610
- disabled: boolean | null;
611
- error: boolean;
612
- errorMessages: string | readonly string[] | null;
613
- maxErrors: string | number;
614
- name?: string | undefined;
615
- label?: string | undefined;
616
- readonly: boolean | null;
617
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
618
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
619
- validationValue?: any;
620
- density: import('vuetify/lib/composables/density.mjs').Density;
621
- maxWidth?: string | number | undefined;
622
- minWidth?: string | number | undefined;
623
- width?: string | number | undefined;
624
- id?: string | undefined;
625
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
626
- baseColor?: string | undefined;
627
- centerAffix: boolean;
628
- color?: string | undefined;
629
- glow: boolean;
630
- iconColor?: string | boolean | undefined;
631
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
632
- hideDetails?: "auto" | boolean | undefined;
633
- hideSpinButtons: boolean;
634
- hint?: string | undefined;
635
- persistentHint: boolean;
636
- messages: string | readonly string[];
637
- direction: "horizontal" | "vertical";
638
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
639
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
640
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
641
- $attrs: {
642
- [x: string]: unknown;
643
- };
644
- $refs: {
645
- [x: string]: unknown;
646
- };
647
- $slots: Readonly<{
648
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
649
- [key: string]: any;
650
- }>[]) | undefined;
651
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
652
- [key: string]: any;
653
- }>[]) | undefined;
654
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
655
- [key: string]: any;
656
- }>[]) | undefined;
657
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
658
- [key: string]: any;
659
- }>[]) | undefined;
660
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
661
- [key: string]: any;
662
- }>[]) | undefined;
663
- }>;
664
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
665
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
666
- $host: Element | null;
667
- $emit: (event: string, ...args: any[]) => void;
668
- $el: any;
669
- $options: import('vue').ComponentOptionsBase<{
670
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
671
- focused: boolean;
672
- disabled: boolean | null;
673
- error: boolean;
674
- errorMessages: string | readonly string[] | null;
675
- maxErrors: string | number;
676
- readonly: boolean | null;
677
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
678
- density: import('vuetify/lib/composables/density.mjs').Density;
679
- centerAffix: boolean;
680
- glow: boolean;
681
- hideSpinButtons: boolean;
682
- persistentHint: boolean;
683
- messages: string | readonly string[];
684
- direction: "horizontal" | "vertical";
685
- } & {
686
- theme?: string | undefined;
687
- class?: any;
688
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
689
- name?: string | undefined;
690
- label?: string | undefined;
691
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
692
- validationValue?: any;
693
- maxWidth?: string | number | undefined;
694
- minWidth?: string | number | undefined;
695
- width?: string | number | undefined;
696
- id?: string | undefined;
697
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
698
- baseColor?: string | undefined;
699
- color?: string | undefined;
700
- iconColor?: string | boolean | undefined;
701
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
702
- hideDetails?: "auto" | boolean | undefined;
703
- hint?: string | undefined;
704
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
705
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
706
- } & {}, {
707
- reset: () => Promise<void>;
708
- resetValidation: () => Promise<void>;
709
- validate: (silent?: boolean) => Promise<string[]>;
710
- isValid: import('vue').ComputedRef<boolean | null>;
711
- errorMessages: import('vue').ComputedRef<string[]>;
712
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
713
- "update:modelValue": (value: any) => true;
714
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
715
- style: import('vue').StyleValue;
716
- focused: boolean;
717
- disabled: boolean | null;
718
- error: boolean;
719
- errorMessages: string | readonly string[] | null;
720
- maxErrors: string | number;
721
- readonly: boolean | null;
722
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
723
- density: import('vuetify/lib/composables/density.mjs').Density;
724
- centerAffix: boolean;
725
- glow: boolean;
726
- hideSpinButtons: boolean;
727
- persistentHint: boolean;
728
- messages: string | readonly string[];
729
- direction: "horizontal" | "vertical";
730
- }, {}, string, import('vue').SlotsType<Partial<{
731
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
732
- [key: string]: any;
733
- }>[];
734
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
735
- [key: string]: any;
736
- }>[];
737
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
738
- [key: string]: any;
739
- }>[];
740
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
741
- [key: string]: any;
742
- }>[];
743
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
744
- [key: string]: any;
745
- }>[];
746
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
747
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
748
- created?: ((() => void)[] | (() => void)) | undefined;
749
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
750
- mounted?: ((() => void)[] | (() => void)) | undefined;
751
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
752
- updated?: ((() => void)[] | (() => void)) | undefined;
753
- activated?: ((() => void)[] | (() => void)) | undefined;
754
- deactivated?: ((() => void)[] | (() => void)) | undefined;
755
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
756
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
757
- destroyed?: ((() => void)[] | (() => void)) | undefined;
758
- unmounted?: ((() => void)[] | (() => void)) | undefined;
759
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
760
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
761
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
762
- };
763
- $forceUpdate: () => void;
764
- $nextTick: typeof import('vue').nextTick;
765
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
766
- } & Readonly<{
767
- style: import('vue').StyleValue;
768
- focused: boolean;
769
- disabled: boolean | null;
770
- error: boolean;
771
- errorMessages: string | readonly string[] | null;
772
- maxErrors: string | number;
773
- readonly: boolean | null;
774
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
775
- density: import('vuetify/lib/composables/density.mjs').Density;
776
- centerAffix: boolean;
777
- glow: boolean;
778
- hideSpinButtons: boolean;
779
- persistentHint: boolean;
780
- messages: string | readonly string[];
781
- direction: "horizontal" | "vertical";
782
- }> & Omit<{
783
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
784
- focused: boolean;
785
- disabled: boolean | null;
786
- error: boolean;
787
- errorMessages: string | readonly string[] | null;
788
- maxErrors: string | number;
789
- readonly: boolean | null;
790
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
791
- density: import('vuetify/lib/composables/density.mjs').Density;
792
- centerAffix: boolean;
793
- glow: boolean;
794
- hideSpinButtons: boolean;
795
- persistentHint: boolean;
796
- messages: string | readonly string[];
797
- direction: "horizontal" | "vertical";
798
- } & {
799
- theme?: string | undefined;
800
- class?: any;
801
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
802
- name?: string | undefined;
803
- label?: string | undefined;
804
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
805
- validationValue?: any;
806
- maxWidth?: string | number | undefined;
807
- minWidth?: string | number | undefined;
808
- width?: string | number | undefined;
809
- id?: string | undefined;
810
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
811
- baseColor?: string | undefined;
812
- color?: string | undefined;
813
- iconColor?: string | boolean | undefined;
814
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
815
- hideDetails?: "auto" | boolean | undefined;
816
- hint?: string | undefined;
817
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
818
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
819
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
585
+ }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & {
820
586
  reset: () => Promise<void>;
821
- resetValidation: () => Promise<void>;
822
587
  validate: (silent?: boolean) => Promise<string[]>;
823
- isValid: import('vue').ComputedRef<boolean | null>;
824
- errorMessages: import('vue').ComputedRef<string[]>;
825
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
826
- modelValue?: unknown;
827
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
828
- }, 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}`> & {
588
+ isValid: boolean | null;
589
+ resetValidation: () => Promise<void>;
829
590
  _allExposed: {
830
591
  reset: () => Promise<void>;
831
592
  resetValidation: () => Promise<void>;
@@ -833,7 +594,7 @@ declare function __VLS_template(): {
833
594
  isValid: import('vue').ComputedRef<boolean | null>;
834
595
  errorMessages: import('vue').ComputedRef<string[]>;
835
596
  } | {};
836
- }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
597
+ } & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
837
598
  modelValue?: string | number | symbol | null | undefined;
838
599
  "onUpdate:modelValue"?: ((value: string | number | symbol | null) => void) | undefined;
839
600
  }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;
@@ -849,11 +610,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
849
610
  hasError: import('vue').ComputedRef<boolean>;
850
611
  hasWarning: import('vue').ComputedRef<boolean>;
851
612
  hasSuccess: import('vue').ComputedRef<boolean>;
852
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
853
- validateOnSubmit: () => Promise<boolean>;
613
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult>;
614
+ validateOnSubmit: () => boolean;
854
615
  clearValidation: () => void;
855
616
  };
856
- validateOnSubmit: () => boolean;
617
+ validateOnSubmit: () => Promise<boolean>;
857
618
  checkErrorOnBlur: () => void;
858
619
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
859
620
  change: (...args: any[]) => void;
@@ -878,16 +639,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
878
639
  modelValue: PropertyKey | null;
879
640
  required: boolean;
880
641
  ariaLabelledby: string;
642
+ showSuccessMessages: boolean;
643
+ disableErrorHandling: boolean;
881
644
  errorMessages: string[] | null;
882
- warningMessages: string[] | null;
883
- successMessages: string[] | null;
884
645
  displayAsterisk: boolean;
646
+ isValidateOnBlur: boolean;
885
647
  customRules: ValidationRule[];
886
648
  customWarningRules: ValidationRule[];
887
649
  customSuccessRules: ValidationRule[];
888
- showSuccessMessages: boolean;
889
- isValidateOnBlur: boolean;
890
- disableErrorHandling: boolean;
650
+ warningMessages: string[] | null;
651
+ successMessages: string[] | null;
891
652
  hideDetails: boolean | "auto";
892
653
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
893
654
  radioGroupRef: ({
@@ -964,7 +725,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
964
725
  hint?: string | undefined | undefined;
965
726
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
966
727
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
967
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
728
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "inline" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon">;
968
729
  $attrs: import('vue').Attrs;
969
730
  $refs: {
970
731
  [x: string]: unknown;
@@ -1278,16 +1039,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
1278
1039
  hint?: string | undefined;
1279
1040
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1280
1041
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1281
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1042
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1282
1043
  reset: () => Promise<void>;
1283
1044
  resetValidation: () => Promise<void>;
1284
1045
  validate: (silent?: boolean) => Promise<string[]>;
1285
- isValid: import('vue').ComputedRef<boolean | null>;
1286
- errorMessages: import('vue').ComputedRef<string[]>;
1287
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1046
+ isValid: boolean | null;
1047
+ errorMessages: string[];
1048
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1288
1049
  modelValue?: unknown;
1289
1050
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1290
- }, 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}`> & {
1051
+ }, 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}`> & {
1291
1052
  _allExposed: {
1292
1053
  reset: () => Promise<void>;
1293
1054
  resetValidation: () => Promise<void>;
@@ -1436,250 +1197,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
1436
1197
  hint?: string | undefined;
1437
1198
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1438
1199
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1439
- }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
1440
- $: import('vue').ComponentInternalInstance;
1441
- $data: {};
1442
- $props: Partial<{
1443
- style: import('vue').StyleValue;
1444
- focused: boolean;
1445
- disabled: boolean | null;
1446
- error: boolean;
1447
- errorMessages: string | readonly string[] | null;
1448
- maxErrors: string | number;
1449
- readonly: boolean | null;
1450
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1451
- density: import('vuetify/lib/composables/density.mjs').Density;
1452
- centerAffix: boolean;
1453
- glow: boolean;
1454
- hideSpinButtons: boolean;
1455
- persistentHint: boolean;
1456
- messages: string | readonly string[];
1457
- direction: "horizontal" | "vertical";
1458
- }> & Omit<{
1459
- theme?: string | undefined;
1460
- class?: any;
1461
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1462
- focused: boolean;
1463
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1464
- disabled: boolean | null;
1465
- error: boolean;
1466
- errorMessages: string | readonly string[] | null;
1467
- maxErrors: string | number;
1468
- name?: string | undefined;
1469
- label?: string | undefined;
1470
- readonly: boolean | null;
1471
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1472
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1473
- validationValue?: any;
1474
- density: import('vuetify/lib/composables/density.mjs').Density;
1475
- maxWidth?: string | number | undefined;
1476
- minWidth?: string | number | undefined;
1477
- width?: string | number | undefined;
1478
- id?: string | undefined;
1479
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1480
- baseColor?: string | undefined;
1481
- centerAffix: boolean;
1482
- color?: string | undefined;
1483
- glow: boolean;
1484
- iconColor?: string | boolean | undefined;
1485
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1486
- hideDetails?: "auto" | boolean | undefined;
1487
- hideSpinButtons: boolean;
1488
- hint?: string | undefined;
1489
- persistentHint: boolean;
1490
- messages: string | readonly string[];
1491
- direction: "horizontal" | "vertical";
1492
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1493
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1494
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1495
- $attrs: {
1496
- [x: string]: unknown;
1497
- };
1498
- $refs: {
1499
- [x: string]: unknown;
1500
- };
1501
- $slots: Readonly<{
1502
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1503
- [key: string]: any;
1504
- }>[]) | undefined;
1505
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1506
- [key: string]: any;
1507
- }>[]) | undefined;
1508
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1509
- [key: string]: any;
1510
- }>[]) | undefined;
1511
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1512
- [key: string]: any;
1513
- }>[]) | undefined;
1514
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1515
- [key: string]: any;
1516
- }>[]) | undefined;
1517
- }>;
1518
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1519
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1520
- $host: Element | null;
1521
- $emit: (event: string, ...args: any[]) => void;
1522
- $el: any;
1523
- $options: import('vue').ComponentOptionsBase<{
1524
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1525
- focused: boolean;
1526
- disabled: boolean | null;
1527
- error: boolean;
1528
- errorMessages: string | readonly string[] | null;
1529
- maxErrors: string | number;
1530
- readonly: boolean | null;
1531
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1532
- density: import('vuetify/lib/composables/density.mjs').Density;
1533
- centerAffix: boolean;
1534
- glow: boolean;
1535
- hideSpinButtons: boolean;
1536
- persistentHint: boolean;
1537
- messages: string | readonly string[];
1538
- direction: "horizontal" | "vertical";
1539
- } & {
1540
- theme?: string | undefined;
1541
- class?: any;
1542
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1543
- name?: string | undefined;
1544
- label?: string | undefined;
1545
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1546
- validationValue?: any;
1547
- maxWidth?: string | number | undefined;
1548
- minWidth?: string | number | undefined;
1549
- width?: string | number | undefined;
1550
- id?: string | undefined;
1551
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1552
- baseColor?: string | undefined;
1553
- color?: string | undefined;
1554
- iconColor?: string | boolean | undefined;
1555
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1556
- hideDetails?: "auto" | boolean | undefined;
1557
- hint?: string | undefined;
1558
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1559
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1560
- } & {}, {
1561
- reset: () => Promise<void>;
1562
- resetValidation: () => Promise<void>;
1563
- validate: (silent?: boolean) => Promise<string[]>;
1564
- isValid: import('vue').ComputedRef<boolean | null>;
1565
- errorMessages: import('vue').ComputedRef<string[]>;
1566
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1567
- "update:modelValue": (value: any) => true;
1568
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1569
- style: import('vue').StyleValue;
1570
- focused: boolean;
1571
- disabled: boolean | null;
1572
- error: boolean;
1573
- errorMessages: string | readonly string[] | null;
1574
- maxErrors: string | number;
1575
- readonly: boolean | null;
1576
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1577
- density: import('vuetify/lib/composables/density.mjs').Density;
1578
- centerAffix: boolean;
1579
- glow: boolean;
1580
- hideSpinButtons: boolean;
1581
- persistentHint: boolean;
1582
- messages: string | readonly string[];
1583
- direction: "horizontal" | "vertical";
1584
- }, {}, string, import('vue').SlotsType<Partial<{
1585
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1586
- [key: string]: any;
1587
- }>[];
1588
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1589
- [key: string]: any;
1590
- }>[];
1591
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1592
- [key: string]: any;
1593
- }>[];
1594
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1595
- [key: string]: any;
1596
- }>[];
1597
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1598
- [key: string]: any;
1599
- }>[];
1600
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1601
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1602
- created?: ((() => void)[] | (() => void)) | undefined;
1603
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
1604
- mounted?: ((() => void)[] | (() => void)) | undefined;
1605
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1606
- updated?: ((() => void)[] | (() => void)) | undefined;
1607
- activated?: ((() => void)[] | (() => void)) | undefined;
1608
- deactivated?: ((() => void)[] | (() => void)) | undefined;
1609
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1610
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1611
- destroyed?: ((() => void)[] | (() => void)) | undefined;
1612
- unmounted?: ((() => void)[] | (() => void)) | undefined;
1613
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1614
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1615
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1616
- };
1617
- $forceUpdate: () => void;
1618
- $nextTick: typeof import('vue').nextTick;
1619
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1620
- } & Readonly<{
1621
- style: import('vue').StyleValue;
1622
- focused: boolean;
1623
- disabled: boolean | null;
1624
- error: boolean;
1625
- errorMessages: string | readonly string[] | null;
1626
- maxErrors: string | number;
1627
- readonly: boolean | null;
1628
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1629
- density: import('vuetify/lib/composables/density.mjs').Density;
1630
- centerAffix: boolean;
1631
- glow: boolean;
1632
- hideSpinButtons: boolean;
1633
- persistentHint: boolean;
1634
- messages: string | readonly string[];
1635
- direction: "horizontal" | "vertical";
1636
- }> & Omit<{
1637
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1638
- focused: boolean;
1639
- disabled: boolean | null;
1640
- error: boolean;
1641
- errorMessages: string | readonly string[] | null;
1642
- maxErrors: string | number;
1643
- readonly: boolean | null;
1644
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1645
- density: import('vuetify/lib/composables/density.mjs').Density;
1646
- centerAffix: boolean;
1647
- glow: boolean;
1648
- hideSpinButtons: boolean;
1649
- persistentHint: boolean;
1650
- messages: string | readonly string[];
1651
- direction: "horizontal" | "vertical";
1652
- } & {
1653
- theme?: string | undefined;
1654
- class?: any;
1655
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1656
- name?: string | undefined;
1657
- label?: string | undefined;
1658
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1659
- validationValue?: any;
1660
- maxWidth?: string | number | undefined;
1661
- minWidth?: string | number | undefined;
1662
- width?: string | number | undefined;
1663
- id?: string | undefined;
1664
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1665
- baseColor?: string | undefined;
1666
- color?: string | undefined;
1667
- iconColor?: string | boolean | undefined;
1668
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1669
- hideDetails?: "auto" | boolean | undefined;
1670
- hint?: string | undefined;
1671
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1672
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1673
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
1200
+ }, "type" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "_allExposed" | "inline" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon"> & {
1674
1201
  reset: () => Promise<void>;
1675
- resetValidation: () => Promise<void>;
1676
1202
  validate: (silent?: boolean) => Promise<string[]>;
1677
- isValid: import('vue').ComputedRef<boolean | null>;
1678
- errorMessages: import('vue').ComputedRef<string[]>;
1679
- }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1680
- modelValue?: unknown;
1681
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1682
- }, 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}`> & {
1203
+ isValid: boolean | null;
1204
+ resetValidation: () => Promise<void>;
1683
1205
  _allExposed: {
1684
1206
  reset: () => Promise<void>;
1685
1207
  resetValidation: () => Promise<void>;
@@ -1687,7 +1209,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
1687
1209
  isValid: import('vue').ComputedRef<boolean | null>;
1688
1210
  errorMessages: import('vue').ComputedRef<string[]>;
1689
1211
  } | {};
1690
- }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1212
+ } & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1691
1213
  modelValue?: string | number | symbol | null | undefined;
1692
1214
  "onUpdate:modelValue"?: ((value: string | number | symbol | null) => void) | undefined;
1693
1215
  }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;