@cnamts/synapse 1.0.24 → 1.0.26

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 (493) hide show
  1. package/README.md +27 -5
  2. package/dist/{AutocompleteFilter-BWLR3U7W.js → AutocompleteFilter-BPR-a55G.js} +1 -1
  3. package/dist/{DateFilter-BpwFexzi.js → DateFilter-CknrJWs2.js} +2 -2
  4. package/dist/{NumberFilter-Bz_NTdX9.js → NumberFilter-DJ-yNlzv.js} +1 -1
  5. package/dist/{PeriodFilter-DX_wy9g-.js → PeriodFilter-CiB5Oa9Z.js} +1 -1
  6. package/dist/{SelectFilter-xqiPtPgX.js → SelectFilter-EiafX97M.js} +2 -2
  7. package/dist/{TextFilter-BBl3JFqK.js → TextFilter-BzOmpdxj.js} +1 -1
  8. package/dist/{apLightTheme-D1P4jcD0.js → apLightTheme-DS0Uy44H.js} +446 -723
  9. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +14 -8
  10. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +60 -289
  11. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +1 -0
  12. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +4 -0
  13. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1 -0
  14. package/dist/components/Customs/SyTabs/SyTabs.d.ts +13 -11
  15. package/dist/components/Customs/SyTextField/SyTextField.d.ts +0 -2
  16. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +54 -73
  17. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +31 -40
  18. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +9 -14
  19. package/dist/components/DatePicker/composables/useDatePickerState.d.ts +4 -3
  20. package/dist/components/DatePicker/composables/useDateTextField.d.ts +2 -2
  21. package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
  22. package/dist/components/DatePicker/types.d.ts +1 -2
  23. package/dist/components/FileList/FileList.d.ts +6 -0
  24. package/dist/components/FilterSideBar/FilterSideBar.d.ts +2 -0
  25. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +13 -13
  26. package/dist/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +3 -3
  27. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +1 -0
  28. package/dist/components/MonthPicker/MonthPicker.d.ts +2 -7
  29. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +2 -7
  30. package/dist/components/NirField/NirField.d.ts +12 -20
  31. package/dist/components/NirField/useNirValidation.d.ts +6 -2
  32. package/dist/components/PeriodField/PeriodField.d.ts +110 -150
  33. package/dist/components/PhoneField/PhoneField.d.ts +12 -7
  34. package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +0 -3
  35. package/dist/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +3 -1
  36. package/dist/components/RatingPicker/NumberPicker/NumberPicker.d.ts +4 -3
  37. package/dist/components/RatingPicker/RatingPicker.d.ts +18 -5
  38. package/dist/components/RatingPicker/StarsPicker/StarsPicker.d.ts +3 -1
  39. package/dist/components/RatingPicker/tests/RatingPicker.a11y.spect.d.ts +1 -0
  40. package/dist/components/RatingPicker/useRatingFocus.d.ts +18 -0
  41. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -4
  42. package/dist/components/Tables/SyTable/SyTable.d.ts +5 -4
  43. package/dist/components/Tables/common/SyTablePagination.d.ts +154 -364
  44. package/dist/components/Tables/common/TableHeader.d.ts +6 -1
  45. package/dist/components/Tables/common/filters/DateFilter.d.ts +4 -4
  46. package/dist/components/Tables/common/locales.d.ts +3 -0
  47. package/dist/components/Tables/common/types.d.ts +2 -0
  48. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +1 -0
  49. package/dist/composables/date/useDateInitializationDayjs.d.ts +3 -1
  50. package/dist/composables/unifyValidation/documentationValidationProps.d.ts +230 -0
  51. package/dist/composables/unifyValidation/useCustomValidation.d.ts +3 -1
  52. package/dist/composables/unifyValidation/useValidation.d.ts +12 -6
  53. package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +1 -1
  54. package/dist/composables/validation/useValidation.d.ts +6 -1
  55. package/dist/design-system-v3.js +2 -2
  56. package/dist/designTokens/tokens/amelipro/apColors.d.ts +10 -10
  57. package/dist/designTokens/tokens/amelipro/apColors2026.d.ts +1 -2
  58. package/dist/designTokens/tokens/amelipro/apContextual.d.ts +44 -0
  59. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +2 -0
  60. package/dist/designTokens/tokens/amelipro/apSemantic.d.ts +1 -1
  61. package/dist/designTokens/tokens/baseColors.d.ts +127 -0
  62. package/dist/designTokens/tokens/baseContextualTokens.d.ts +50 -0
  63. package/dist/designTokens/tokens/cnam/cnamColors.d.ts +10 -10
  64. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +2 -0
  65. package/dist/designTokens/tokens/cnam/cnamSemantic.d.ts +1 -1
  66. package/dist/designTokens/tokens/pa/paColors.d.ts +1 -166
  67. package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -1
  68. package/dist/designTokens/utils/buildColorClassMap.d.ts +12 -0
  69. package/dist/designTokens/utils/createFlattenTheme.d.ts +1 -3
  70. package/dist/designTokens/utils/index.d.ts +2 -2
  71. package/dist/{main-BtTqyn4z.js → main-BsJ9ec3i.js} +16021 -15715
  72. package/dist/synapse.css +1 -1
  73. package/dist/utils/functions/classToHex.d.ts +1 -1
  74. package/dist/utils/functions/createHexResolver.d.ts +16 -0
  75. package/dist/vuetifyConfig.js +113 -152
  76. package/package.json +35 -23
  77. package/src/assets/amelipro/apTokens2026.scss +5 -5
  78. package/src/assets/overrides/_breakpoints.scss +25 -0
  79. package/src/assets/overrides/_btns.scss +0 -2
  80. package/src/assets/overrides/_forms.scss +1 -3
  81. package/src/assets/overrides/_icons.scss +5 -22
  82. package/src/assets/overrides/_otp.scss +40 -0
  83. package/src/assets/overrides/_tables.scss +11 -20
  84. package/src/assets/overrides/_tooltips.scss +17 -7
  85. package/src/assets/overrides/_typography.scss +35 -37
  86. package/src/assets/overrides/_utilities.scss +43 -47
  87. package/src/assets/themes.scss +1 -0
  88. package/src/components/Accordion/Accordion.vue +2 -0
  89. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.vue +20 -20
  90. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +12 -14
  91. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +4 -6
  92. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.vue +5 -5
  93. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +4 -6
  94. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +4 -6
  95. package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.vue +4 -6
  96. package/src/components/Amelipro/AmeliproBreadcrumb/AmeliproBreadcrumb.vue +1 -3
  97. package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.vue +4 -6
  98. package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.vue +2 -2
  99. package/src/components/Amelipro/AmeliproCard/AmeliproCard.vue +31 -31
  100. package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.vue +5 -7
  101. package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +13 -15
  102. package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +23 -23
  103. package/src/components/Amelipro/AmeliproChips/AmeliproChips.vue +1 -3
  104. package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.vue +17 -12
  105. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -2
  106. package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.vue +4 -6
  107. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +13 -13
  108. package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.vue +4 -2
  109. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +4 -4
  110. package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.vue +5 -7
  111. package/src/components/Amelipro/AmeliproDisclosure/AmeliproDisclosure.vue +1 -3
  112. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +2 -4
  113. package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +4 -6
  114. package/src/components/Amelipro/AmeliproFilters/AmeliproFilters.vue +13 -13
  115. package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +3 -5
  116. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +1 -3
  117. package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +2 -4
  118. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.vue +1 -3
  119. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.vue +20 -16
  120. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
  121. package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.vue +2 -4
  122. package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.vue +5 -7
  123. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -8
  124. package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.vue +14 -14
  125. package/src/components/Amelipro/AmeliproMenu/AmeliproMenu.vue +11 -13
  126. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenu.vue +2 -4
  127. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingLayout.vue +8 -8
  128. package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.vue +40 -40
  129. package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.vue +27 -27
  130. package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.vue +3 -5
  131. package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.vue +2 -4
  132. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.vue +2 -4
  133. package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.vue +3 -5
  134. package/src/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.vue +1 -3
  135. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +2 -4
  136. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.vue +4 -4
  137. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -3
  138. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +3 -5
  139. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +3 -5
  140. package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +23 -23
  141. package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +4 -6
  142. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +12 -22
  143. package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +10 -12
  144. package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +17 -17
  145. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +8 -10
  146. package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/AmeliproTabBtn.vue +6 -8
  147. package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +4 -4
  148. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -6
  149. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +7 -9
  150. package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +3 -5
  151. package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +0 -2
  152. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +6 -6
  153. package/src/components/Amelipro/ServiceMenu/ServiceMenu.vue +2 -2
  154. package/src/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.vue +4 -4
  155. package/src/components/Amelipro/StructureMenu/StructureItem/StructureItem.vue +4 -6
  156. package/src/components/Amelipro/StructureMenu/StructureMenu.vue +2 -2
  157. package/src/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.vue +2 -2
  158. package/src/components/Amelipro/UserMenu/UserMenu.vue +1 -3
  159. package/src/components/BackBtn/tests/BackBtn.visual.cy.ts +43 -0
  160. package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
  161. package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
  162. package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
  163. package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
  164. package/src/components/Captcha/Captcha.vue +1 -3
  165. package/src/components/ChipList/ChipList.vue +14 -16
  166. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +2 -3
  167. package/src/components/CookiesSelection/CookiesSelection.vue +2 -1
  168. package/src/components/CopyBtn/CopyBtn.vue +10 -3
  169. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +17 -17
  170. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +31 -0
  171. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +66 -0
  172. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +8 -4
  173. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +18 -0
  174. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +66 -0
  175. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +4 -6
  176. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +414 -135
  177. package/src/components/Customs/Selects/SySelect/SySelect.vue +502 -257
  178. package/src/components/Customs/Selects/SySelect/accessibilite/Accessibility.mdx +199 -269
  179. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +278 -4
  180. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +3 -3
  181. package/src/components/Customs/SyCheckbox/SyCheckbox.mdx +5 -0
  182. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +52 -2
  183. package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +18 -3
  184. package/src/components/Customs/SyPagination/SyPagination.vue +0 -2
  185. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +23 -5
  186. package/src/components/Customs/SyTabs/SyTabs.mdx +0 -58
  187. package/src/components/Customs/SyTabs/SyTabs.stories.ts +34 -35
  188. package/src/components/Customs/SyTabs/SyTabs.vue +87 -67
  189. package/src/components/Customs/SyTabs/accessibilite/Accessibility.mdx +83 -23
  190. package/src/components/Customs/SyTabs/config.ts +3 -3
  191. package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +88 -0
  192. package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +46 -1
  193. package/src/components/Customs/SyTextField/SyTextField.stories.ts +21 -41
  194. package/src/components/Customs/SyTextField/SyTextField.vue +34 -9
  195. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +1 -1
  196. package/src/components/DatePicker/CalendarMode/DatePicker.vue +29 -28
  197. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1 -1
  198. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +28 -23
  199. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +24 -1
  200. package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
  201. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +65 -33
  202. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
  203. package/src/components/DatePicker/composables/tests/useDatePickerState.spec.ts +53 -0
  204. package/src/components/DatePicker/composables/useDatePickerState.ts +56 -13
  205. package/src/components/DatePicker/composables/useDateRangeInput.ts +2 -1
  206. package/src/components/DatePicker/composables/useDateSelection.ts +2 -1
  207. package/src/components/DatePicker/composables/useDateTextField.ts +2 -3
  208. package/src/components/DatePicker/composables/useInputBlurHandler.ts +2 -2
  209. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +9 -8
  210. package/src/components/DatePicker/playground/DatePickerHolidayRule.vue +1 -1
  211. package/src/components/DatePicker/types.ts +1 -2
  212. package/src/components/DialogBox/DialogBox.stories.ts +8 -8
  213. package/src/components/DialogBox/DialogBox.vue +3 -5
  214. package/src/components/DialogBox/accessibilite/Accessibility.mdx +86 -22
  215. package/src/components/DialogBox/tests/DialogBox.visual.cy.ts +76 -0
  216. package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
  217. package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
  218. package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
  219. package/src/components/FileList/FileList.vue +9 -2
  220. package/src/components/FileList/UploadItem/UploadItem.vue +11 -13
  221. package/src/components/FileList/tests/FileList.spec.ts +47 -0
  222. package/src/components/FileUpload/FileUpload.vue +3 -5
  223. package/src/components/FileUpload/FileUploadContent.vue +3 -5
  224. package/src/components/FilterInline/FilterInline.vue +1 -3
  225. package/src/components/FilterSideBar/FilterSideBar.mdx +44 -1
  226. package/src/components/FilterSideBar/FilterSideBar.stories.ts +105 -1
  227. package/src/components/FilterSideBar/FilterSideBar.vue +9 -1
  228. package/src/components/FilterSideBar/tests/FilterSideBar.a11y.spec.ts +54 -1
  229. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +42 -0
  230. package/src/components/FooterBar/FooterBar.vue +9 -13
  231. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
  232. package/src/components/HeaderBar/HeaderBar.vue +2 -3
  233. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +2 -3
  234. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -3
  235. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +0 -1
  236. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +8 -9
  237. package/src/components/HeaderBar/HeaderBurgerMenu/menu.scss +0 -8
  238. package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.visual.cy.ts +196 -0
  239. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
  240. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
  241. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +0 -1
  242. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +6 -7
  243. package/src/components/HeaderBar/tests/HeaderBar.visual.cy.ts +81 -0
  244. package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
  245. package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
  246. package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
  247. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
  248. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
  249. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
  250. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +12 -3
  251. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +15 -8
  252. package/src/components/HeaderToolbar/HeaderToolbar.vue +6 -7
  253. package/src/components/LangBtn/LangBtn.vue +4 -5
  254. package/src/components/Logo/tests/Logo.visual.cy.ts +57 -0
  255. package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
  256. package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
  257. package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
  258. package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
  259. package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
  260. package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
  261. package/src/components/LogoBrandSection/LogoBrandSection.vue +2 -2
  262. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +1 -1
  263. package/src/components/NirField/NirField.stories.ts +2 -2
  264. package/src/components/NirField/NirField.vue +3 -5
  265. package/src/components/NirField/accessibilite/Accessibility.mdx +100 -5
  266. package/src/components/NirField/tests/NirField.spec.ts +118 -0
  267. package/src/components/NirField/tests/useNirValidation.spec.ts +449 -0
  268. package/src/components/NirField/useNirValidation.ts +38 -32
  269. package/src/components/NotificationBar/Notification/Notification.vue +7 -9
  270. package/src/components/NotificationBar/NotificationBar.vue +1 -3
  271. package/src/components/PaginatedTable/PaginatedTable.vue +3 -4
  272. package/src/components/PaginatedTable/Pagination.vue +4 -6
  273. package/src/components/PasswordField/PasswordField.vue +15 -13
  274. package/src/components/PhoneField/PhoneField.vue +7 -5
  275. package/src/components/RangeField/RangeSlider/RangeSlider.vue +11 -20
  276. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
  277. package/src/components/RangeField/tests/RangeField.visual.cy.ts +65 -0
  278. package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
  279. package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
  280. package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
  281. package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
  282. package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
  283. package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +38 -56
  284. package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +5 -0
  285. package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +48 -53
  286. package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +2 -1
  287. package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +40 -13
  288. package/src/components/RatingPicker/RatingPicker.stories.ts +65 -88
  289. package/src/components/RatingPicker/RatingPicker.vue +71 -15
  290. package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +31 -42
  291. package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +1 -1
  292. package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +5 -0
  293. package/src/components/RatingPicker/accessibilite/Accessibility.mdx +137 -9
  294. package/src/components/RatingPicker/tests/RatingPicker.a11y.spect.ts +123 -0
  295. package/src/components/RatingPicker/tests/RatingPicker.spec.ts +3 -2
  296. package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +40 -11
  297. package/src/components/RatingPicker/useRatingFocus.ts +97 -0
  298. package/src/components/SearchListField/SearchListField.vue +0 -2
  299. package/src/components/SkipLink/SkipLink.vue +2 -4
  300. package/src/components/SocialMediaLinks/SocialMediaLinks.vue +6 -6
  301. package/src/components/SubHeader/SubHeader.vue +1 -1
  302. package/src/components/SyAlert/SyAlert.vue +7 -9
  303. package/src/components/SyAlert/tests/SyAlert.visual.cy.ts +46 -0
  304. package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
  305. package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
  306. package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
  307. package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
  308. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
  309. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
  310. package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
  311. package/src/components/SyBtnMenu/SyBtnMenu.vue +2 -4
  312. package/src/components/SyTextArea/SyTextArea.vue +32 -1
  313. package/src/components/TableToolbar/TableToolbar.vue +6 -8
  314. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +166 -0
  315. package/src/components/Tables/SyServerTable/SyServerTable.vue +10 -8
  316. package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +23 -0
  317. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +268 -0
  318. package/src/components/Tables/SyTable/SyTable.stories.ts +104 -0
  319. package/src/components/Tables/SyTable/SyTable.vue +10 -8
  320. package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +22 -0
  321. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +274 -0
  322. package/src/components/Tables/common/SyTableFilter.vue +31 -6
  323. package/src/components/Tables/common/SyTablePagination.vue +143 -19
  324. package/src/components/Tables/common/TableHeader.vue +41 -4
  325. package/src/components/Tables/common/filters/DateFilter.vue +2 -2
  326. package/src/components/Tables/common/filters/SelectFilter.vue +1 -1
  327. package/src/components/Tables/common/locales.ts +3 -0
  328. package/src/components/Tables/common/tableStyles.scss +16 -19
  329. package/src/components/Tables/common/tests/SyTablePagination.spec.ts +18 -0
  330. package/src/components/Tables/common/tests/TableHeader.spec.ts +39 -0
  331. package/src/components/Tables/common/types.ts +2 -0
  332. package/src/components/Tables/common/useTableHeaders.ts +49 -27
  333. package/src/components/UploadWorkflow/UploadWorkflow.vue +1 -0
  334. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +23 -0
  335. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +66 -0
  336. package/src/components/UploadWorkflow/useFileList.ts +3 -0
  337. package/src/components/UserMenuBtn/UserMenuBtn.vue +1 -3
  338. package/src/composables/date/tests/useDateFormatDayjs.spec.ts +81 -0
  339. package/src/composables/date/tests/{useDateInitialization.spec.ts → useDateInitializationDayjs.spec.ts} +39 -3
  340. package/src/composables/date/useDateInitializationDayjs.ts +4 -1
  341. package/src/composables/unifyValidation/documentationValidationProps.ts +235 -0
  342. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +2 -1
  343. package/src/composables/unifyValidation/tests/useValidation.spec.ts +22 -0
  344. package/src/composables/unifyValidation/useCustomValidation.ts +16 -4
  345. package/src/composables/unifyValidation/useValidation.ts +46 -15
  346. package/src/composables/unifyValidation/useVuetifyValidation.ts +2 -2
  347. package/src/composables/useFormFieldErrorHandling.ts +4 -1
  348. package/src/composables/validation/tests/useValidation.spec.ts +2 -2
  349. package/src/composables/validation/useValidation.ts +32 -4
  350. package/src/composantsVuetify/VBreadcrumbs/VBreadcrumbs.mdx +28 -0
  351. package/src/composantsVuetify/VBreadcrumbs/v-breadcrumbs.stories.ts +108 -0
  352. package/src/composantsVuetify/VCard/VCard.mdx +59 -0
  353. package/src/composantsVuetify/VCard/v-card.stories.ts +279 -0
  354. package/src/composantsVuetify/VOtpInput/VOtpInput.mdx +39 -0
  355. package/src/composantsVuetify/VOtpInput/v-otp-input.stories.ts +56 -0
  356. package/src/composantsVuetify/VSkeletonLoader/VSkeletonLoader.mdx +42 -0
  357. package/src/composantsVuetify/VSkeletonLoader/v-skeleton-loader.stories.ts +77 -0
  358. package/src/composantsVuetify/VSwitch/VSwitch.mdx +47 -0
  359. package/src/composantsVuetify/VSwitch/v-switch.stories.ts +166 -0
  360. package/src/designTokens/tests/buildColorClassMap.spec.ts +31 -0
  361. package/src/designTokens/tests/generateScssTokens.spec.ts +12 -0
  362. package/src/designTokens/tests/themeUtils.spec.ts +53 -0
  363. package/src/designTokens/tokens/amelipro/apColors.ts +8 -130
  364. package/src/designTokens/tokens/amelipro/apColors2026.ts +3 -15
  365. package/src/designTokens/tokens/amelipro/apContextual.ts +55 -47
  366. package/src/designTokens/tokens/amelipro/apLightTheme.ts +4 -1
  367. package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
  368. package/src/designTokens/tokens/baseColors.ts +129 -0
  369. package/src/designTokens/tokens/baseContextualTokens.ts +52 -0
  370. package/src/designTokens/tokens/cnam/cnamColors.ts +3 -125
  371. package/src/designTokens/tokens/cnam/cnamContextual.ts +4 -48
  372. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +4 -1
  373. package/src/designTokens/tokens/cnam/cnamSemantic.ts +1 -1
  374. package/src/designTokens/tokens/pa/paColors.ts +2 -166
  375. package/src/designTokens/tokens/pa/paContextual.ts +3 -48
  376. package/src/designTokens/tokens/pa/paLightTheme.ts +1 -1
  377. package/src/designTokens/tokens/pa/paSemantic.ts +2 -2
  378. package/src/designTokens/utils/buildColorClassMap.ts +34 -0
  379. package/src/designTokens/utils/convertSemanticsToken.ts +8 -11
  380. package/src/designTokens/utils/createFlattenTheme.ts +15 -7
  381. package/src/designTokens/utils/index.ts +2 -2
  382. package/src/stories/Accessibilite/Aculturation/SensibilisationAccessibilite.mdx +61 -91
  383. package/src/stories/Accessibilite/AuditDesignSystem.mdx +5 -19
  384. package/src/stories/Accessibilite/AuditEtContreAudit/Exemptions-derogations.mdx +1 -1
  385. package/src/stories/Accessibilite/AuditEtContreAudit/Introduction.mdx +11 -8
  386. package/src/stories/Accessibilite/AuditEtContreAudit/RGAA.mdx +6 -7
  387. package/src/stories/Accessibilite/DesignSystem/Avancement.mdx +433 -0
  388. package/src/stories/Accessibilite/DesignSystem/a11y-status.json +692 -0
  389. package/src/stories/Accessibilite/Introduction.mdx +30 -30
  390. package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +176 -79
  391. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +67 -19
  392. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +78 -50
  393. package/src/stories/Accessibilite/KitDePreAudit/Outils/LecteursDEcran.mdx +23 -49
  394. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/FauxPositifs.stories.ts +6 -0
  395. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/Utilisation.mdx +7 -19
  396. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +55 -67
  397. package/src/stories/Components/Components.stories.ts +92 -4
  398. package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +4 -9
  399. package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +28 -0
  400. package/src/stories/Demarrer/Releases.stories.ts +48 -5
  401. package/src/stories/DesignTokens/ColorDisplay.vue +6 -5
  402. package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -4
  403. package/src/stories/DesignTokens/colors.stories.ts +5 -6
  404. package/src/stories/GuideDuDev/CreateVuetifyInstance.mdx +95 -0
  405. package/src/stories/GuideDuDev/Theme.mdx +36 -26
  406. package/src/stories/GuideDuDev/moduleDeNotification.mdx +3 -2
  407. package/src/stories/styles/accessibility-guide.css +3 -3
  408. package/src/utils/functions/classToHex.ts +6 -34
  409. package/src/utils/functions/createHexResolver.ts +45 -0
  410. package/src/utils/functions/tests/classToHex.spec.ts +36 -0
  411. package/src/utils/functions/tests/convertToHex.spec.ts +31 -0
  412. package/src/utils/functions/tests/createHexResolver.spec.ts +66 -0
  413. package/src/utils/functions/tests/isCssColor.spec.ts +48 -0
  414. package/dist/AutocompleteFilter-D9jzRzAL.cjs +0 -1
  415. package/dist/DateFilter-DTUl8hb1.cjs +0 -1
  416. package/dist/NumberFilter-MAEojdk0.cjs +0 -1
  417. package/dist/PeriodFilter-CC4WgIhl.cjs +0 -1
  418. package/dist/SelectFilter-BR3fvl-a.cjs +0 -1
  419. package/dist/TextFilter-CCfYFl5F.cjs +0 -1
  420. package/dist/apLightTheme-CFSRrjv2.cjs +0 -1
  421. package/dist/composables/date/useDateFormat.d.ts +0 -26
  422. package/dist/composables/date/useDateInitialization.d.ts +0 -18
  423. package/dist/design-system-v3.umd.cjs +0 -1
  424. package/dist/designTokens/utils/convertGaps.d.ts +0 -5
  425. package/dist/main-C1e3eoxd.cjs +0 -1067
  426. package/dist/tooth-11-D3sLWv2n.cjs +0 -1
  427. package/dist/tooth-12-CXrLuH03.cjs +0 -1
  428. package/dist/tooth-13-BSfo5fpT.cjs +0 -1
  429. package/dist/tooth-14-DMzulx0h.cjs +0 -1
  430. package/dist/tooth-15-BKRFVi-9.cjs +0 -1
  431. package/dist/tooth-16-CpuxAbuM.cjs +0 -1
  432. package/dist/tooth-17-BPoahUdg.cjs +0 -1
  433. package/dist/tooth-18-DhHJz8sy.cjs +0 -1
  434. package/dist/tooth-21-Dgd5hn_X.cjs +0 -1
  435. package/dist/tooth-22-C2Tn19sB.cjs +0 -1
  436. package/dist/tooth-23-C9uaaSGb.cjs +0 -1
  437. package/dist/tooth-24-BrK9UGpf.cjs +0 -1
  438. package/dist/tooth-25-CE_EfGNp.cjs +0 -1
  439. package/dist/tooth-26-Ctv4i9Fy.cjs +0 -1
  440. package/dist/tooth-27-C5J7JkWM.cjs +0 -1
  441. package/dist/tooth-28-Z9oWqjo0.cjs +0 -1
  442. package/dist/tooth-31-BrYqmkTi.cjs +0 -1
  443. package/dist/tooth-32-BNNR0oCZ.cjs +0 -1
  444. package/dist/tooth-33-DuxvqO2J.cjs +0 -1
  445. package/dist/tooth-34-BCSCXMB6.cjs +0 -1
  446. package/dist/tooth-35-BLUXkX88.cjs +0 -1
  447. package/dist/tooth-36-IrKHYqlA.cjs +0 -1
  448. package/dist/tooth-37-BYqpdMwo.cjs +0 -1
  449. package/dist/tooth-38-B_eNXXdu.cjs +0 -1
  450. package/dist/tooth-41-Ddva4Ot8.cjs +0 -1
  451. package/dist/tooth-42-szcDqlM0.cjs +0 -1
  452. package/dist/tooth-43-B3ka6rQm.cjs +0 -1
  453. package/dist/tooth-44-CazyQucj.cjs +0 -1
  454. package/dist/tooth-45-B4HQtc8n.cjs +0 -1
  455. package/dist/tooth-46-BPM40gbG.cjs +0 -1
  456. package/dist/tooth-47-Dvr20dlh.cjs +0 -1
  457. package/dist/tooth-48-Bd8ljGsF.cjs +0 -1
  458. package/dist/tooth-51-OBpwCOF3.cjs +0 -1
  459. package/dist/tooth-52-aKxyHcmq.cjs +0 -1
  460. package/dist/tooth-53-vCwJjTOc.cjs +0 -1
  461. package/dist/tooth-54-DsWu2iFy.cjs +0 -1
  462. package/dist/tooth-55-BxC1X2Dn.cjs +0 -1
  463. package/dist/tooth-61-BbLvxMQi.cjs +0 -1
  464. package/dist/tooth-62-CmTkWczP.cjs +0 -1
  465. package/dist/tooth-63-DI7l_2qI.cjs +0 -1
  466. package/dist/tooth-64-B21sOsJh.cjs +0 -1
  467. package/dist/tooth-65-D2ZC2VEr.cjs +0 -1
  468. package/dist/tooth-71-D473PPO5.cjs +0 -1
  469. package/dist/tooth-72-Drh1wnNu.cjs +0 -1
  470. package/dist/tooth-73-DzlwYI23.cjs +0 -1
  471. package/dist/tooth-74-8aGvcZPg.cjs +0 -1
  472. package/dist/tooth-75-BFK7At_r.cjs +0 -1
  473. package/dist/tooth-81-BZmR-I0M.cjs +0 -1
  474. package/dist/tooth-82-euVfUUZV.cjs +0 -1
  475. package/dist/tooth-83-KV010j64.cjs +0 -1
  476. package/dist/tooth-84-BBg1RjhZ.cjs +0 -1
  477. package/dist/tooth-85-Cr-kc1wM.cjs +0 -1
  478. package/dist/vuetifyConfig.umd.cjs +0 -1
  479. package/src/assets/apTokens.scss +0 -343
  480. package/src/assets/overrides/_container.scss +0 -36
  481. package/src/assets/tokens.scss +0 -388
  482. package/src/composables/date/tests/useDateFormat.spec.ts +0 -67
  483. package/src/composables/date/useDateFormat.ts +0 -110
  484. package/src/composables/date/useDateInitialization.ts +0 -92
  485. package/src/designTokens/apColors.md +0 -66
  486. package/src/designTokens/cnamColors.md +0 -193
  487. package/src/designTokens/paColors.md +0 -66
  488. package/src/designTokens/tokens/json/contextual-tokens.json +0 -156
  489. package/src/designTokens/tokens/json/primitives.json +0 -209
  490. package/src/designTokens/tokens/json/semantic.json +0 -120
  491. package/src/designTokens/utils/convertGaps.ts +0 -11
  492. package/src/stories/Accessibilite/Avancement/Avancement.mdx +0 -533
  493. package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +0 -306
@@ -1,8 +1,9 @@
1
1
  import { nextTick, ComponentPublicInstance, Ref } from 'vue';
2
- import { DateInput, DateValue } from '../../../composables/date/useDateInitializationDayjs';
2
+ import { DateInput, DateModelValue } from '../../../composables/date/useDateInitializationDayjs';
3
3
  type __VLS_Props = {
4
4
  autoClamp?: boolean;
5
5
  bgColor?: string;
6
+ /** @deprecated Utilisez isBirthDate à la place */
6
7
  birthDate?: boolean;
7
8
  customRules?: {
8
9
  type: string;
@@ -75,22 +76,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
75
76
  message: string;
76
77
  };
77
78
  displayFormattedDate: Ref<string, string>;
78
- handleDateSelected: (value: DateValue) => void;
79
+ handleDateSelected: (value: DateModelValue) => void;
79
80
  resetViewMode: () => void;
80
81
  reset: () => void;
81
82
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
82
83
  input: (value: string) => any;
83
84
  blur: () => any;
84
85
  focus: () => any;
85
- "update:modelValue": (value: DateValue) => any;
86
- "date-selected": (value: DateValue) => any;
86
+ "update:modelValue": (value: DateModelValue) => any;
87
+ "date-selected": (value: DateModelValue) => any;
87
88
  closed: () => any;
88
89
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
89
90
  onInput?: ((value: string) => any) | undefined;
90
91
  onBlur?: (() => any) | undefined;
91
92
  onFocus?: (() => any) | undefined;
92
- "onUpdate:modelValue"?: ((value: DateValue) => any) | undefined;
93
- "onDate-selected"?: ((value: DateValue) => any) | undefined;
93
+ "onUpdate:modelValue"?: ((value: DateModelValue) => any) | undefined;
94
+ "onDate-selected"?: ((value: DateModelValue) => any) | undefined;
94
95
  onClosed?: (() => any) | undefined;
95
96
  }>, {
96
97
  title: string | false;
@@ -159,7 +160,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
159
160
  isOutlined?: boolean;
160
161
  isValidateOnBlur?: boolean;
161
162
  label: string;
162
- modelValue?: DateValue;
163
+ modelValue?: DateModelValue;
163
164
  noIcon?: boolean;
164
165
  persistentHint?: boolean;
165
166
  placeholder?: string;
@@ -171,8 +172,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
171
172
  onInput?: ((value: string) => any) | undefined;
172
173
  onBlur?: (() => any) | undefined;
173
174
  onFocus?: (() => any) | undefined;
174
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
175
- "onDate-selected"?: ((value: DateValue) => any) | undefined;
175
+ "onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
176
+ "onDate-selected"?: ((value: DateModelValue) => any) | undefined;
176
177
  }>, {
177
178
  validateOnSubmit: () => Promise<boolean>;
178
179
  reset: () => void;
@@ -182,15 +183,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
182
183
  input: (value: string) => any;
183
184
  blur: () => any;
184
185
  focus: () => any;
185
- "update:model-value": (value: DateValue) => any;
186
- "date-selected": (value: DateValue) => any;
186
+ "update:model-value": (value: DateModelValue) => any;
187
+ "date-selected": (value: DateModelValue) => any;
187
188
  }, import('vue').PublicProps, {
188
189
  title: string | false;
189
190
  disabled: boolean;
190
191
  placeholder: string;
191
192
  density: "default" | "comfortable" | "compact";
192
193
  readonly: boolean;
193
- modelValue: DateValue;
194
+ modelValue: DateModelValue;
194
195
  bgColor: string;
195
196
  required: boolean;
196
197
  showSuccessMessages: boolean;
@@ -227,7 +228,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
227
228
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
228
229
  readonly isClearable?: boolean | undefined;
229
230
  readonly showDivider?: boolean | undefined;
230
- readonly label: string;
231
+ readonly label?: string | undefined;
231
232
  readonly readonly?: boolean | undefined;
232
233
  readonly isActive?: boolean | undefined;
233
234
  readonly baseColor?: string | undefined;
@@ -239,7 +240,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
239
240
  readonly direction?: "horizontal" | "vertical" | undefined;
240
241
  readonly isDirty?: boolean | undefined;
241
242
  readonly disabled?: boolean | undefined;
242
- readonly isOnError?: boolean | undefined;
243
243
  readonly isFlat?: boolean | undefined;
244
244
  readonly isFocused?: boolean | undefined;
245
245
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -1758,7 +1758,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1758
1758
  direction?: "horizontal" | "vertical";
1759
1759
  isDirty?: boolean;
1760
1760
  disabled?: boolean;
1761
- isOnError?: boolean;
1762
1761
  isFlat?: boolean;
1763
1762
  isFocused?: boolean;
1764
1763
  areDetailsHidden?: boolean | "auto";
@@ -1854,7 +1853,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1854
1853
  counterValue: number | ((value: any) => number);
1855
1854
  direction: "horizontal" | "vertical";
1856
1855
  isDirty: boolean;
1857
- isOnError: boolean;
1858
1856
  isFlat: boolean;
1859
1857
  isFocused: boolean;
1860
1858
  areDetailsHidden: boolean | "auto";
@@ -1947,7 +1945,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1947
1945
  counterValue: number | ((value: any) => number);
1948
1946
  direction: "horizontal" | "vertical";
1949
1947
  isDirty: boolean;
1950
- isOnError: boolean;
1951
1948
  isFlat: boolean;
1952
1949
  isFocused: boolean;
1953
1950
  areDetailsHidden: boolean | "auto";
@@ -2003,7 +2000,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2003
2000
  direction?: "horizontal" | "vertical";
2004
2001
  isDirty?: boolean;
2005
2002
  disabled?: boolean;
2006
- isOnError?: boolean;
2007
2003
  isFlat?: boolean;
2008
2004
  isFocused?: boolean;
2009
2005
  areDetailsHidden?: boolean | "auto";
@@ -2046,7 +2042,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2046
2042
  onClear?: ((...args: any[]) => any) | undefined;
2047
2043
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2048
2044
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
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")> & {
2045
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
2050
2046
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2051
2047
  } & {} & import('vue').ComponentCustomProperties & {} & {
2052
2048
  $slots: {
@@ -2084,7 +2080,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2084
2080
  isOutlined?: boolean;
2085
2081
  isValidateOnBlur?: boolean;
2086
2082
  label: string;
2087
- modelValue?: DateValue;
2083
+ modelValue?: DateModelValue;
2088
2084
  noIcon?: boolean;
2089
2085
  persistentHint?: boolean;
2090
2086
  placeholder?: string;
@@ -2096,8 +2092,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2096
2092
  onInput?: ((value: string) => any) | undefined;
2097
2093
  onBlur?: (() => any) | undefined;
2098
2094
  onFocus?: (() => any) | undefined;
2099
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2100
- "onDate-selected"?: ((value: DateValue) => any) | undefined;
2095
+ "onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
2096
+ "onDate-selected"?: ((value: DateModelValue) => any) | undefined;
2101
2097
  }>, {
2102
2098
  validateOnSubmit: () => Promise<boolean>;
2103
2099
  reset: () => void;
@@ -2109,7 +2105,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2109
2105
  placeholder: string;
2110
2106
  density: "default" | "comfortable" | "compact";
2111
2107
  readonly: boolean;
2112
- modelValue: DateValue;
2108
+ modelValue: DateModelValue;
2113
2109
  bgColor: string;
2114
2110
  required: boolean;
2115
2111
  showSuccessMessages: boolean;
@@ -2150,7 +2146,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2150
2146
  isOutlined?: boolean;
2151
2147
  isValidateOnBlur?: boolean;
2152
2148
  label: string;
2153
- modelValue?: DateValue;
2149
+ modelValue?: DateModelValue;
2154
2150
  noIcon?: boolean;
2155
2151
  persistentHint?: boolean;
2156
2152
  placeholder?: string;
@@ -2162,8 +2158,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2162
2158
  onInput?: ((value: string) => any) | undefined;
2163
2159
  onBlur?: (() => any) | undefined;
2164
2160
  onFocus?: (() => any) | undefined;
2165
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
2166
- "onDate-selected"?: ((value: DateValue) => any) | undefined;
2161
+ "onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
2162
+ "onDate-selected"?: ((value: DateModelValue) => any) | undefined;
2167
2163
  }>, {
2168
2164
  validateOnSubmit: () => Promise<boolean>;
2169
2165
  reset: () => void;
@@ -2173,15 +2169,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2173
2169
  input: (value: string) => any;
2174
2170
  blur: () => any;
2175
2171
  focus: () => any;
2176
- "update:model-value": (value: DateValue) => any;
2177
- "date-selected": (value: DateValue) => any;
2172
+ "update:model-value": (value: DateModelValue) => any;
2173
+ "date-selected": (value: DateModelValue) => any;
2178
2174
  }, import('vue').PublicProps, {
2179
2175
  title: string | false;
2180
2176
  disabled: boolean;
2181
2177
  placeholder: string;
2182
2178
  density: "default" | "comfortable" | "compact";
2183
2179
  readonly: boolean;
2184
- modelValue: DateValue;
2180
+ modelValue: DateModelValue;
2185
2181
  bgColor: string;
2186
2182
  required: boolean;
2187
2183
  showSuccessMessages: boolean;
@@ -2218,7 +2214,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2218
2214
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
2219
2215
  readonly isClearable?: boolean | undefined;
2220
2216
  readonly showDivider?: boolean | undefined;
2221
- readonly label: string;
2217
+ readonly label?: string | undefined;
2222
2218
  readonly readonly?: boolean | undefined;
2223
2219
  readonly isActive?: boolean | undefined;
2224
2220
  readonly baseColor?: string | undefined;
@@ -2230,7 +2226,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2230
2226
  readonly direction?: "horizontal" | "vertical" | undefined;
2231
2227
  readonly isDirty?: boolean | undefined;
2232
2228
  readonly disabled?: boolean | undefined;
2233
- readonly isOnError?: boolean | undefined;
2234
2229
  readonly isFlat?: boolean | undefined;
2235
2230
  readonly isFocused?: boolean | undefined;
2236
2231
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -3749,7 +3744,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3749
3744
  direction?: "horizontal" | "vertical";
3750
3745
  isDirty?: boolean;
3751
3746
  disabled?: boolean;
3752
- isOnError?: boolean;
3753
3747
  isFlat?: boolean;
3754
3748
  isFocused?: boolean;
3755
3749
  areDetailsHidden?: boolean | "auto";
@@ -3845,7 +3839,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3845
3839
  counterValue: number | ((value: any) => number);
3846
3840
  direction: "horizontal" | "vertical";
3847
3841
  isDirty: boolean;
3848
- isOnError: boolean;
3849
3842
  isFlat: boolean;
3850
3843
  isFocused: boolean;
3851
3844
  areDetailsHidden: boolean | "auto";
@@ -3938,7 +3931,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3938
3931
  counterValue: number | ((value: any) => number);
3939
3932
  direction: "horizontal" | "vertical";
3940
3933
  isDirty: boolean;
3941
- isOnError: boolean;
3942
3934
  isFlat: boolean;
3943
3935
  isFocused: boolean;
3944
3936
  areDetailsHidden: boolean | "auto";
@@ -3994,7 +3986,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3994
3986
  direction?: "horizontal" | "vertical";
3995
3987
  isDirty?: boolean;
3996
3988
  disabled?: boolean;
3997
- isOnError?: boolean;
3998
3989
  isFlat?: boolean;
3999
3990
  isFocused?: boolean;
4000
3991
  areDetailsHidden?: boolean | "auto";
@@ -4037,7 +4028,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4037
4028
  onClear?: ((...args: any[]) => any) | undefined;
4038
4029
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4039
4030
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
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")> & {
4031
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
4041
4032
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4042
4033
  } & {} & import('vue').ComponentCustomProperties & {} & {
4043
4034
  $slots: {
@@ -4075,7 +4066,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4075
4066
  isOutlined?: boolean;
4076
4067
  isValidateOnBlur?: boolean;
4077
4068
  label: string;
4078
- modelValue?: DateValue;
4069
+ modelValue?: DateModelValue;
4079
4070
  noIcon?: boolean;
4080
4071
  persistentHint?: boolean;
4081
4072
  placeholder?: string;
@@ -4087,8 +4078,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4087
4078
  onInput?: ((value: string) => any) | undefined;
4088
4079
  onBlur?: (() => any) | undefined;
4089
4080
  onFocus?: (() => any) | undefined;
4090
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
4091
- "onDate-selected"?: ((value: DateValue) => any) | undefined;
4081
+ "onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
4082
+ "onDate-selected"?: ((value: DateModelValue) => any) | undefined;
4092
4083
  }>, {
4093
4084
  validateOnSubmit: () => Promise<boolean>;
4094
4085
  reset: () => void;
@@ -4100,7 +4091,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4100
4091
  placeholder: string;
4101
4092
  density: "default" | "comfortable" | "compact";
4102
4093
  readonly: boolean;
4103
- modelValue: DateValue;
4094
+ modelValue: DateModelValue;
4104
4095
  bgColor: string;
4105
4096
  required: boolean;
4106
4097
  showSuccessMessages: boolean;
@@ -1,6 +1,6 @@
1
1
  import { nextTick } from 'vue';
2
2
  import { ValidationRule } from '../../../composables/validation/useValidation';
3
- import { DateValue } from '../../../composables/date/useDateInitializationDayjs';
3
+ import { DateModelValue } from '../../../composables/date/useDateInitializationDayjs';
4
4
  type __VLS_Props = {
5
5
  autoClamp?: boolean;
6
6
  bgColor?: string;
@@ -20,7 +20,7 @@ type __VLS_Props = {
20
20
  isOutlined?: boolean;
21
21
  isValidateOnBlur?: boolean;
22
22
  label: string;
23
- modelValue?: DateValue;
23
+ modelValue?: DateModelValue;
24
24
  noIcon?: boolean;
25
25
  persistentHint?: boolean;
26
26
  placeholder?: string;
@@ -38,21 +38,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
38
38
  input: (value: string) => any;
39
39
  blur: () => any;
40
40
  focus: () => any;
41
- "update:model-value": (value: DateValue) => any;
42
- "date-selected": (value: DateValue) => any;
41
+ "update:model-value": (value: DateModelValue) => any;
42
+ "date-selected": (value: DateModelValue) => any;
43
43
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
44
44
  onInput?: ((value: string) => any) | undefined;
45
45
  onBlur?: (() => any) | undefined;
46
46
  onFocus?: (() => any) | undefined;
47
- "onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
48
- "onDate-selected"?: ((value: DateValue) => any) | undefined;
47
+ "onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
48
+ "onDate-selected"?: ((value: DateModelValue) => any) | undefined;
49
49
  }>, {
50
50
  title: string | false;
51
51
  disabled: boolean;
52
52
  placeholder: string;
53
53
  density: "default" | "comfortable" | "compact";
54
54
  readonly: boolean;
55
- modelValue: DateValue;
55
+ modelValue: DateModelValue;
56
56
  bgColor: string;
57
57
  required: boolean;
58
58
  showSuccessMessages: boolean;
@@ -89,7 +89,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
89
89
  readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
90
90
  readonly isClearable?: boolean | undefined;
91
91
  readonly showDivider?: boolean | undefined;
92
- readonly label: string;
92
+ readonly label?: string | undefined;
93
93
  readonly readonly?: boolean | undefined;
94
94
  readonly isActive?: boolean | undefined;
95
95
  readonly baseColor?: string | undefined;
@@ -101,7 +101,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
101
101
  readonly direction?: "horizontal" | "vertical" | undefined;
102
102
  readonly isDirty?: boolean | undefined;
103
103
  readonly disabled?: boolean | undefined;
104
- readonly isOnError?: boolean | undefined;
105
104
  readonly isFlat?: boolean | undefined;
106
105
  readonly isFocused?: boolean | undefined;
107
106
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -1620,7 +1619,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1620
1619
  direction?: "horizontal" | "vertical";
1621
1620
  isDirty?: boolean;
1622
1621
  disabled?: boolean;
1623
- isOnError?: boolean;
1624
1622
  isFlat?: boolean;
1625
1623
  isFocused?: boolean;
1626
1624
  areDetailsHidden?: boolean | "auto";
@@ -1716,7 +1714,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1716
1714
  counterValue: number | ((value: any) => number);
1717
1715
  direction: "horizontal" | "vertical";
1718
1716
  isDirty: boolean;
1719
- isOnError: boolean;
1720
1717
  isFlat: boolean;
1721
1718
  isFocused: boolean;
1722
1719
  areDetailsHidden: boolean | "auto";
@@ -1809,7 +1806,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1809
1806
  counterValue: number | ((value: any) => number);
1810
1807
  direction: "horizontal" | "vertical";
1811
1808
  isDirty: boolean;
1812
- isOnError: boolean;
1813
1809
  isFlat: boolean;
1814
1810
  isFocused: boolean;
1815
1811
  areDetailsHidden: boolean | "auto";
@@ -1865,7 +1861,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1865
1861
  direction?: "horizontal" | "vertical";
1866
1862
  isDirty?: boolean;
1867
1863
  disabled?: boolean;
1868
- isOnError?: boolean;
1869
1864
  isFlat?: boolean;
1870
1865
  isFocused?: boolean;
1871
1866
  areDetailsHidden?: boolean | "auto";
@@ -1908,7 +1903,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1908
1903
  onClear?: ((...args: any[]) => any) | undefined;
1909
1904
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1910
1905
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1911
- }>, "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")> & {
1906
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
1912
1907
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1913
1908
  } & {} & import('vue').ComponentCustomProperties & {} & {
1914
1909
  $slots: {
@@ -1,5 +1,5 @@
1
1
  import { Ref, ComputedRef } from 'vue';
2
- import { DateInput, DateValue } from '../../../composables/date/useDateInitializationDayjs';
2
+ import { DateInput, DateModelValue } from '../../../composables/date/useDateInitializationDayjs';
3
3
  export interface UseDatePickerStateOptions {
4
4
  selectedDates: Ref<Date | (Date | null)[] | null>;
5
5
  rangeBoundaryDates?: Ref<[Date | null, Date | null] | null>;
@@ -10,14 +10,15 @@ export interface UseDatePickerStateOptions {
10
10
  formatDate: (date: Date | null, format: string) => string;
11
11
  initializeSelectedDates: (value: DateInput | null, format: string, dateFormatReturn?: string) => Date | (Date | null)[] | null;
12
12
  validateDates: (forceValidation?: boolean) => void;
13
- updateModel: (value: DateValue) => void;
13
+ updateModel: (value: DateModelValue) => void;
14
+ generateDateRange?: (start: Date, end: Date) => Date[];
14
15
  }
15
16
  export interface UseDatePickerStateResult {
16
17
  selectedDates: Ref<Date | (Date | null)[] | null>;
17
18
  rangeBoundaryDates?: Ref<[Date | null, Date | null] | null>;
18
19
  textInputValue: Ref<string>;
19
20
  displayFormattedDate: Ref<string>;
20
- formattedDate: Ref<DateValue>;
21
+ formattedDate: Ref<DateModelValue>;
21
22
  displayFormattedFromSelectedDates: ComputedRef<string | null>;
22
23
  syncFromModelValue: (newValue: DateInput | undefined) => void;
23
24
  syncTextInputFromSelection: () => void;
@@ -1,6 +1,6 @@
1
1
  import { Ref } from 'vue';
2
2
  import { ValidationResult } from '../../../composables/validation/useValidation';
3
- import { DateValue } from '../../../composables/date/useDateInitializationDayjs';
3
+ import { DateModelValue } from '../../../composables/date/useDateInitializationDayjs';
4
4
  export interface UseDateTextFieldManualValidationOptions {
5
5
  required: boolean;
6
6
  disableErrorHandling: boolean;
@@ -33,7 +33,7 @@ export interface UseDateTextFieldResetOptions {
33
33
  inputValue: Ref<string>;
34
34
  selectedDates: Ref<unknown>;
35
35
  resetState: () => void;
36
- emitModel: (value: DateValue) => void;
36
+ emitModel: (value: DateModelValue) => void;
37
37
  }
38
38
  export interface UseDateTextFieldOptions {
39
39
  autoClamp: boolean;
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- import { DateValue } from '../../../composables/date/useDateInitializationDayjs';
2
+ import { DateModelValue } from '../../../composables/date/useDateInitializationDayjs';
3
3
  import { DateObjectValue } from '../types';
4
4
  /**
5
5
  * Composable pour gérer le comportement lors de la perte de focus d'un champ de date
@@ -23,7 +23,7 @@ export declare const useInputBlurHandler: (options: {
23
23
  };
24
24
  parseDate: (dateStr: string, format: string) => Date | null;
25
25
  formatDate: (date: Date, format: string) => string;
26
- updateModel: (value: DateValue) => void;
26
+ updateModel: (value: DateModelValue) => void;
27
27
  validateManualInput: (value: string) => boolean | Promise<boolean>;
28
28
  emitBlur: () => void;
29
29
  }) => {
@@ -7,7 +7,6 @@
7
7
  */
8
8
  export type DateObjectValue = Date | (Date | null)[] | null;
9
9
  /**
10
- * Alias pour maintenir la compatibilité avec le code existant
11
- * @deprecated Utilisez DateObjectValue pour les objets Date ou importez DateValue depuis useDateInitializationDayjs pour les chaînes
10
+ * @deprecated Utilisez DateObjectValue pour les objets Date ou importez DateModelValue depuis useDateInitializationDayjs pour les chaînes
12
11
  */
13
12
  export type DateValue = DateObjectValue;
@@ -15,6 +15,9 @@ export interface Item {
15
15
  type __VLS_Props = {
16
16
  uploadList: Item[];
17
17
  locales?: typeof defaultLocales;
18
+ seeLabel?: string;
19
+ importLabel?: string;
20
+ deleteLabel?: string;
18
21
  } & Widthable;
19
22
  declare function __VLS_template(): {
20
23
  attrs: Partial<{}>;
@@ -35,6 +38,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
35
38
  onPreview?: ((item: Item) => any) | undefined;
36
39
  }>, {
37
40
  locales: typeof defaultLocales;
41
+ seeLabel: string;
42
+ deleteLabel: string;
43
+ importLabel: string;
38
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
39
45
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
46
  export default _default;
@@ -4,6 +4,7 @@ type __VLS_Props = {
4
4
  modelValue?: FilterProp;
5
5
  modale?: boolean;
6
6
  locales?: typeof defaultLocales;
7
+ zIndex?: number;
7
8
  };
8
9
  declare function __VLS_template(): {
9
10
  attrs: Partial<{}>;
@@ -440,6 +441,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
440
441
  }>, {
441
442
  locales: typeof defaultLocales;
442
443
  modelValue: FilterProp;
444
+ zIndex: number;
443
445
  modale: boolean;
444
446
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
445
447
  drawerBtnRef: import('vue').CreateComponentPublicInstanceWithMixins<{
@@ -28,8 +28,8 @@ type __VLS_Props = CustomizableOptions & {
28
28
  items?: NavigationItem[];
29
29
  /** Si activé, une confirmation sera demandée avant de changer d'onglet */
30
30
  confirmTabChange?: boolean;
31
- /** Message affiché dans la boîte de dialogue de confirmation */
32
- confirmationMessage?: boolean;
31
+ /** Message affiché dans la boîte de dialogue de confirmation (accepte un booléen pour rétrocompatibilité) */
32
+ confirmationMessage?: string | boolean;
33
33
  /** Largeur interne */
34
34
  width?: string;
35
35
  headingLevelTitle?: 1 | 2 | 3 | 4 | 5 | 6;
@@ -80,7 +80,7 @@ declare function __VLS_template(): {
80
80
  } | undefined;
81
81
  readonly items?: NavigationItem[] | undefined;
82
82
  readonly confirmTabChange?: boolean | undefined;
83
- readonly confirmationMessage?: boolean | undefined;
83
+ readonly confirmationMessage?: string | boolean | undefined;
84
84
  readonly width?: string | undefined;
85
85
  readonly "onCancel-navigation"?: ((...args: any[]) => any) | undefined;
86
86
  readonly "onConfirm-tab-change"?: ((...args: any[]) => any) | undefined;
@@ -100,7 +100,7 @@ declare function __VLS_template(): {
100
100
  $options: import('vue').ComponentOptionsBase<Readonly<CustomizableOptions & {
101
101
  items?: NavigationItem[];
102
102
  confirmTabChange?: boolean;
103
- confirmationMessage?: boolean;
103
+ confirmationMessage?: string | boolean;
104
104
  width?: string;
105
105
  }> & Readonly<{
106
106
  "onCancel-navigation"?: ((...args: any[]) => any) | undefined;
@@ -117,7 +117,7 @@ declare function __VLS_template(): {
117
117
  width: string;
118
118
  items: NavigationItem[];
119
119
  confirmTabChange: boolean;
120
- confirmationMessage: boolean;
120
+ confirmationMessage: string | boolean;
121
121
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
122
122
  beforeCreate?: (() => void) | (() => void)[];
123
123
  created?: (() => void) | (() => void)[];
@@ -142,11 +142,11 @@ declare function __VLS_template(): {
142
142
  width: string;
143
143
  items: NavigationItem[];
144
144
  confirmTabChange: boolean;
145
- confirmationMessage: boolean;
145
+ confirmationMessage: string | boolean;
146
146
  }> & Omit<Readonly<CustomizableOptions & {
147
147
  items?: NavigationItem[];
148
148
  confirmTabChange?: boolean;
149
- confirmationMessage?: boolean;
149
+ confirmationMessage?: string | boolean;
150
150
  width?: string;
151
151
  }> & Readonly<{
152
152
  "onCancel-navigation"?: ((...args: any[]) => any) | undefined;
@@ -197,7 +197,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
197
197
  hideWhenDown: boolean;
198
198
  homeAriaLabel: string;
199
199
  confirmTabChange: boolean;
200
- confirmationMessage: boolean;
200
+ confirmationMessage: string | boolean;
201
201
  maxHorizontalMenuItems: number;
202
202
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
203
203
  horizontalNavbarRef: ({
@@ -211,7 +211,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
211
211
  } | undefined;
212
212
  readonly items?: NavigationItem[] | undefined;
213
213
  readonly confirmTabChange?: boolean | undefined;
214
- readonly confirmationMessage?: boolean | undefined;
214
+ readonly confirmationMessage?: string | boolean | undefined;
215
215
  readonly width?: string | undefined;
216
216
  readonly "onCancel-navigation"?: ((...args: any[]) => any) | undefined;
217
217
  readonly "onConfirm-tab-change"?: ((...args: any[]) => any) | undefined;
@@ -231,7 +231,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
231
231
  $options: import('vue').ComponentOptionsBase<Readonly<CustomizableOptions & {
232
232
  items?: NavigationItem[];
233
233
  confirmTabChange?: boolean;
234
- confirmationMessage?: boolean;
234
+ confirmationMessage?: string | boolean;
235
235
  width?: string;
236
236
  }> & Readonly<{
237
237
  "onCancel-navigation"?: ((...args: any[]) => any) | undefined;
@@ -248,7 +248,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
248
248
  width: string;
249
249
  items: NavigationItem[];
250
250
  confirmTabChange: boolean;
251
- confirmationMessage: boolean;
251
+ confirmationMessage: string | boolean;
252
252
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
253
253
  beforeCreate?: (() => void) | (() => void)[];
254
254
  created?: (() => void) | (() => void)[];
@@ -273,11 +273,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
273
273
  width: string;
274
274
  items: NavigationItem[];
275
275
  confirmTabChange: boolean;
276
- confirmationMessage: boolean;
276
+ confirmationMessage: string | boolean;
277
277
  }> & Omit<Readonly<CustomizableOptions & {
278
278
  items?: NavigationItem[];
279
279
  confirmTabChange?: boolean;
280
- confirmationMessage?: boolean;
280
+ confirmationMessage?: string | boolean;
281
281
  width?: string;
282
282
  }> & Readonly<{
283
283
  "onCancel-navigation"?: ((...args: any[]) => any) | undefined;
@@ -4,8 +4,8 @@ type __VLS_Props = CustomizableOptions & {
4
4
  items?: NavigationItem[];
5
5
  /** Si activé, une confirmation sera demandée avant de changer d'onglet */
6
6
  confirmTabChange?: boolean;
7
- /** Message affiché dans la boîte de dialogue de confirmation */
8
- confirmationMessage?: boolean;
7
+ /** Message affiché dans la boîte de dialogue de confirmation (accepte un booléen pour rétrocompatibilité) */
8
+ confirmationMessage?: string | boolean;
9
9
  /** Largeur interne */
10
10
  width?: string;
11
11
  };
@@ -39,7 +39,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
39
39
  width: string;
40
40
  items: NavigationItem[];
41
41
  confirmTabChange: boolean;
42
- confirmationMessage: boolean;
42
+ confirmationMessage: string | boolean;
43
43
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
44
44
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
45
45
  export default _default;
@@ -4,6 +4,7 @@ export declare function useLunarCalendarValidation(modelValue: ComputedRef<strin
4
4
  errors: import('vue').Ref<string[], string[]>;
5
5
  warnings: import('vue').Ref<string[], string[]>;
6
6
  successes: import('vue').Ref<string[], string[]>;
7
+ displaySuccesses: ComputedRef<string[]>;
7
8
  hasError: ComputedRef<boolean>;
8
9
  hasWarning: ComputedRef<boolean>;
9
10
  hasSuccess: ComputedRef<boolean>;