@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
@@ -121,11 +121,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
121
121
  useCombinedMode?: boolean;
122
122
  width?: string;
123
123
  }> & Readonly<{
124
- onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
124
+ onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
125
125
  onBlur?: (() => any) | undefined;
126
126
  onFocus?: (() => any) | undefined;
127
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
128
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
127
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
128
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
129
129
  onClosed?: (() => any) | undefined;
130
130
  }>, {
131
131
  validateOnSubmit: () => Promise<any>;
@@ -139,11 +139,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
139
139
  updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
140
140
  handleSelectToday: () => void;
141
141
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
142
- input: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
142
+ input: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
143
143
  blur: () => any;
144
144
  focus: () => any;
145
- "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
146
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
145
+ "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
146
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
147
147
  closed: () => any;
148
148
  }, import('vue').PublicProps, {
149
149
  title: string | false;
@@ -213,7 +213,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
213
213
  isOutlined?: boolean;
214
214
  isValidateOnBlur?: boolean;
215
215
  label: string;
216
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
216
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
217
217
  noIcon?: boolean;
218
218
  persistentHint?: boolean;
219
219
  placeholder?: string;
@@ -225,8 +225,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
225
225
  onInput?: ((value: string) => any) | undefined;
226
226
  onBlur?: (() => any) | undefined;
227
227
  onFocus?: (() => any) | undefined;
228
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
229
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
228
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
229
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
230
230
  }>, {
231
231
  validateOnSubmit: () => Promise<boolean>;
232
232
  reset: () => void;
@@ -236,15 +236,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
236
236
  input: (value: string) => any;
237
237
  blur: () => any;
238
238
  focus: () => any;
239
- "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
240
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
239
+ "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
240
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
241
241
  }, import('vue').PublicProps, {
242
242
  title: string | false;
243
243
  disabled: boolean;
244
244
  placeholder: string;
245
245
  density: "default" | "comfortable" | "compact";
246
246
  readonly: boolean;
247
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
247
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
248
248
  bgColor: string;
249
249
  required: boolean;
250
250
  showSuccessMessages: boolean;
@@ -281,7 +281,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
281
281
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
282
282
  readonly isClearable?: boolean | undefined;
283
283
  readonly showDivider?: boolean | undefined;
284
- readonly label: string;
284
+ readonly label?: string | undefined;
285
285
  readonly readonly?: boolean | undefined;
286
286
  readonly isActive?: boolean | undefined;
287
287
  readonly baseColor?: string | undefined;
@@ -293,7 +293,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
293
293
  readonly direction?: "horizontal" | "vertical" | undefined;
294
294
  readonly isDirty?: boolean | undefined;
295
295
  readonly disabled?: boolean | undefined;
296
- readonly isOnError?: boolean | undefined;
297
296
  readonly isFlat?: boolean | undefined;
298
297
  readonly isFocused?: boolean | undefined;
299
298
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -1812,7 +1811,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1812
1811
  direction?: "horizontal" | "vertical";
1813
1812
  isDirty?: boolean;
1814
1813
  disabled?: boolean;
1815
- isOnError?: boolean;
1816
1814
  isFlat?: boolean;
1817
1815
  isFocused?: boolean;
1818
1816
  areDetailsHidden?: boolean | "auto";
@@ -1908,7 +1906,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1908
1906
  counterValue: number | ((value: any) => number);
1909
1907
  direction: "horizontal" | "vertical";
1910
1908
  isDirty: boolean;
1911
- isOnError: boolean;
1912
1909
  isFlat: boolean;
1913
1910
  isFocused: boolean;
1914
1911
  areDetailsHidden: boolean | "auto";
@@ -2001,7 +1998,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2001
1998
  counterValue: number | ((value: any) => number);
2002
1999
  direction: "horizontal" | "vertical";
2003
2000
  isDirty: boolean;
2004
- isOnError: boolean;
2005
2001
  isFlat: boolean;
2006
2002
  isFocused: boolean;
2007
2003
  areDetailsHidden: boolean | "auto";
@@ -2057,7 +2053,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2057
2053
  direction?: "horizontal" | "vertical";
2058
2054
  isDirty?: boolean;
2059
2055
  disabled?: boolean;
2060
- isOnError?: boolean;
2061
2056
  isFlat?: boolean;
2062
2057
  isFocused?: boolean;
2063
2058
  areDetailsHidden?: boolean | "auto";
@@ -2100,7 +2095,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2100
2095
  onClear?: ((...args: any[]) => any) | undefined;
2101
2096
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2102
2097
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2103
- }>, "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")> & {
2098
+ }>, "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")> & {
2104
2099
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2105
2100
  } & {} & import('vue').ComponentCustomProperties & {} & {
2106
2101
  $slots: {
@@ -2138,7 +2133,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2138
2133
  isOutlined?: boolean;
2139
2134
  isValidateOnBlur?: boolean;
2140
2135
  label: string;
2141
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
2136
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
2142
2137
  noIcon?: boolean;
2143
2138
  persistentHint?: boolean;
2144
2139
  placeholder?: string;
@@ -2150,8 +2145,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2150
2145
  onInput?: ((value: string) => any) | undefined;
2151
2146
  onBlur?: (() => any) | undefined;
2152
2147
  onFocus?: (() => any) | undefined;
2153
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2154
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2148
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
2149
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
2155
2150
  }>, {
2156
2151
  validateOnSubmit: () => Promise<boolean>;
2157
2152
  reset: () => void;
@@ -2163,7 +2158,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2163
2158
  placeholder: string;
2164
2159
  density: "default" | "comfortable" | "compact";
2165
2160
  readonly: boolean;
2166
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
2161
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
2167
2162
  bgColor: string;
2168
2163
  required: boolean;
2169
2164
  showSuccessMessages: boolean;
@@ -2235,8 +2230,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2235
2230
  onInput?: ((value: string) => any) | undefined;
2236
2231
  onBlur?: (() => any) | undefined;
2237
2232
  onFocus?: (() => any) | undefined;
2238
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2239
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2233
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
2234
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
2240
2235
  onClosed?: (() => any) | undefined;
2241
2236
  }>, {
2242
2237
  validateOnSubmit: () => Promise<boolean>;
@@ -2265,15 +2260,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2265
2260
  message: string;
2266
2261
  };
2267
2262
  displayFormattedDate: import('vue').Ref<string, string>;
2268
- handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
2263
+ handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
2269
2264
  resetViewMode: () => void;
2270
2265
  reset: () => void;
2271
2266
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2272
2267
  input: (value: string) => any;
2273
2268
  blur: () => any;
2274
2269
  focus: () => any;
2275
- "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
2276
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
2270
+ "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
2271
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
2277
2272
  closed: () => any;
2278
2273
  }, import('vue').PublicProps, {
2279
2274
  title: string | false;
@@ -2342,7 +2337,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2342
2337
  isOutlined?: boolean;
2343
2338
  isValidateOnBlur?: boolean;
2344
2339
  label: string;
2345
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
2340
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
2346
2341
  noIcon?: boolean;
2347
2342
  persistentHint?: boolean;
2348
2343
  placeholder?: string;
@@ -2354,8 +2349,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2354
2349
  onInput?: ((value: string) => any) | undefined;
2355
2350
  onBlur?: (() => any) | undefined;
2356
2351
  onFocus?: (() => any) | undefined;
2357
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2358
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2352
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
2353
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
2359
2354
  }>, {
2360
2355
  validateOnSubmit: () => Promise<boolean>;
2361
2356
  reset: () => void;
@@ -2365,15 +2360,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2365
2360
  input: (value: string) => any;
2366
2361
  blur: () => any;
2367
2362
  focus: () => any;
2368
- "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
2369
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
2363
+ "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
2364
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
2370
2365
  }, import('vue').PublicProps, {
2371
2366
  title: string | false;
2372
2367
  disabled: boolean;
2373
2368
  placeholder: string;
2374
2369
  density: "default" | "comfortable" | "compact";
2375
2370
  readonly: boolean;
2376
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
2371
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
2377
2372
  bgColor: string;
2378
2373
  required: boolean;
2379
2374
  showSuccessMessages: boolean;
@@ -2410,7 +2405,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2410
2405
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
2411
2406
  readonly isClearable?: boolean | undefined;
2412
2407
  readonly showDivider?: boolean | undefined;
2413
- readonly label: string;
2408
+ readonly label?: string | undefined;
2414
2409
  readonly readonly?: boolean | undefined;
2415
2410
  readonly isActive?: boolean | undefined;
2416
2411
  readonly baseColor?: string | undefined;
@@ -2422,7 +2417,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2422
2417
  readonly direction?: "horizontal" | "vertical" | undefined;
2423
2418
  readonly isDirty?: boolean | undefined;
2424
2419
  readonly disabled?: boolean | undefined;
2425
- readonly isOnError?: boolean | undefined;
2426
2420
  readonly isFlat?: boolean | undefined;
2427
2421
  readonly isFocused?: boolean | undefined;
2428
2422
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -3941,7 +3935,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3941
3935
  direction?: "horizontal" | "vertical";
3942
3936
  isDirty?: boolean;
3943
3937
  disabled?: boolean;
3944
- isOnError?: boolean;
3945
3938
  isFlat?: boolean;
3946
3939
  isFocused?: boolean;
3947
3940
  areDetailsHidden?: boolean | "auto";
@@ -4037,7 +4030,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4037
4030
  counterValue: number | ((value: any) => number);
4038
4031
  direction: "horizontal" | "vertical";
4039
4032
  isDirty: boolean;
4040
- isOnError: boolean;
4041
4033
  isFlat: boolean;
4042
4034
  isFocused: boolean;
4043
4035
  areDetailsHidden: boolean | "auto";
@@ -4130,7 +4122,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4130
4122
  counterValue: number | ((value: any) => number);
4131
4123
  direction: "horizontal" | "vertical";
4132
4124
  isDirty: boolean;
4133
- isOnError: boolean;
4134
4125
  isFlat: boolean;
4135
4126
  isFocused: boolean;
4136
4127
  areDetailsHidden: boolean | "auto";
@@ -4186,7 +4177,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4186
4177
  direction?: "horizontal" | "vertical";
4187
4178
  isDirty?: boolean;
4188
4179
  disabled?: boolean;
4189
- isOnError?: boolean;
4190
4180
  isFlat?: boolean;
4191
4181
  isFocused?: boolean;
4192
4182
  areDetailsHidden?: boolean | "auto";
@@ -4229,7 +4219,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4229
4219
  onClear?: ((...args: any[]) => any) | undefined;
4230
4220
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4231
4221
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
4232
- }>, "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")> & {
4222
+ }>, "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")> & {
4233
4223
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4234
4224
  } & {} & import('vue').ComponentCustomProperties & {} & {
4235
4225
  $slots: {
@@ -4267,7 +4257,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4267
4257
  isOutlined?: boolean;
4268
4258
  isValidateOnBlur?: boolean;
4269
4259
  label: string;
4270
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
4260
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
4271
4261
  noIcon?: boolean;
4272
4262
  persistentHint?: boolean;
4273
4263
  placeholder?: string;
@@ -4279,8 +4269,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4279
4269
  onInput?: ((value: string) => any) | undefined;
4280
4270
  onBlur?: (() => any) | undefined;
4281
4271
  onFocus?: (() => any) | undefined;
4282
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4283
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4272
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
4273
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
4284
4274
  }>, {
4285
4275
  validateOnSubmit: () => Promise<boolean>;
4286
4276
  reset: () => void;
@@ -4292,7 +4282,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4292
4282
  placeholder: string;
4293
4283
  density: "default" | "comfortable" | "compact";
4294
4284
  readonly: boolean;
4295
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
4285
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
4296
4286
  bgColor: string;
4297
4287
  required: boolean;
4298
4288
  showSuccessMessages: boolean;
@@ -4333,7 +4323,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4333
4323
  isOutlined?: boolean;
4334
4324
  isValidateOnBlur?: boolean;
4335
4325
  label: string;
4336
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
4326
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
4337
4327
  noIcon?: boolean;
4338
4328
  persistentHint?: boolean;
4339
4329
  placeholder?: string;
@@ -4345,8 +4335,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4345
4335
  onInput?: ((value: string) => any) | undefined;
4346
4336
  onBlur?: (() => any) | undefined;
4347
4337
  onFocus?: (() => any) | undefined;
4348
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4349
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4338
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
4339
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
4350
4340
  }>, {
4351
4341
  validateOnSubmit: () => Promise<boolean>;
4352
4342
  reset: () => void;
@@ -4356,15 +4346,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4356
4346
  input: (value: string) => any;
4357
4347
  blur: () => any;
4358
4348
  focus: () => any;
4359
- "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
4360
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
4349
+ "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
4350
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
4361
4351
  }, import('vue').PublicProps, {
4362
4352
  title: string | false;
4363
4353
  disabled: boolean;
4364
4354
  placeholder: string;
4365
4355
  density: "default" | "comfortable" | "compact";
4366
4356
  readonly: boolean;
4367
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
4357
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
4368
4358
  bgColor: string;
4369
4359
  required: boolean;
4370
4360
  showSuccessMessages: boolean;
@@ -4401,7 +4391,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4401
4391
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
4402
4392
  readonly isClearable?: boolean | undefined;
4403
4393
  readonly showDivider?: boolean | undefined;
4404
- readonly label: string;
4394
+ readonly label?: string | undefined;
4405
4395
  readonly readonly?: boolean | undefined;
4406
4396
  readonly isActive?: boolean | undefined;
4407
4397
  readonly baseColor?: string | undefined;
@@ -4413,7 +4403,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4413
4403
  readonly direction?: "horizontal" | "vertical" | undefined;
4414
4404
  readonly isDirty?: boolean | undefined;
4415
4405
  readonly disabled?: boolean | undefined;
4416
- readonly isOnError?: boolean | undefined;
4417
4406
  readonly isFlat?: boolean | undefined;
4418
4407
  readonly isFocused?: boolean | undefined;
4419
4408
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -5932,7 +5921,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5932
5921
  direction?: "horizontal" | "vertical";
5933
5922
  isDirty?: boolean;
5934
5923
  disabled?: boolean;
5935
- isOnError?: boolean;
5936
5924
  isFlat?: boolean;
5937
5925
  isFocused?: boolean;
5938
5926
  areDetailsHidden?: boolean | "auto";
@@ -6028,7 +6016,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6028
6016
  counterValue: number | ((value: any) => number);
6029
6017
  direction: "horizontal" | "vertical";
6030
6018
  isDirty: boolean;
6031
- isOnError: boolean;
6032
6019
  isFlat: boolean;
6033
6020
  isFocused: boolean;
6034
6021
  areDetailsHidden: boolean | "auto";
@@ -6121,7 +6108,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6121
6108
  counterValue: number | ((value: any) => number);
6122
6109
  direction: "horizontal" | "vertical";
6123
6110
  isDirty: boolean;
6124
- isOnError: boolean;
6125
6111
  isFlat: boolean;
6126
6112
  isFocused: boolean;
6127
6113
  areDetailsHidden: boolean | "auto";
@@ -6177,7 +6163,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6177
6163
  direction?: "horizontal" | "vertical";
6178
6164
  isDirty?: boolean;
6179
6165
  disabled?: boolean;
6180
- isOnError?: boolean;
6181
6166
  isFlat?: boolean;
6182
6167
  isFocused?: boolean;
6183
6168
  areDetailsHidden?: boolean | "auto";
@@ -6220,7 +6205,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6220
6205
  onClear?: ((...args: any[]) => any) | undefined;
6221
6206
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
6222
6207
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
6223
- }>, "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")> & {
6208
+ }>, "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")> & {
6224
6209
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6225
6210
  } & {} & import('vue').ComponentCustomProperties & {} & {
6226
6211
  $slots: {
@@ -6258,7 +6243,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6258
6243
  isOutlined?: boolean;
6259
6244
  isValidateOnBlur?: boolean;
6260
6245
  label: string;
6261
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
6246
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
6262
6247
  noIcon?: boolean;
6263
6248
  persistentHint?: boolean;
6264
6249
  placeholder?: string;
@@ -6270,8 +6255,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6270
6255
  onInput?: ((value: string) => any) | undefined;
6271
6256
  onBlur?: (() => any) | undefined;
6272
6257
  onFocus?: (() => any) | undefined;
6273
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
6274
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
6258
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
6259
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
6275
6260
  }>, {
6276
6261
  validateOnSubmit: () => Promise<boolean>;
6277
6262
  reset: () => void;
@@ -6283,7 +6268,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6283
6268
  placeholder: string;
6284
6269
  density: "default" | "comfortable" | "compact";
6285
6270
  readonly: boolean;
6286
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
6271
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
6287
6272
  bgColor: string;
6288
6273
  required: boolean;
6289
6274
  showSuccessMessages: boolean;
@@ -6803,8 +6788,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6803
6788
  onInput?: ((value: string) => any) | undefined;
6804
6789
  onBlur?: (() => any) | undefined;
6805
6790
  onFocus?: (() => any) | undefined;
6806
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
6807
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
6791
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
6792
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
6808
6793
  onClosed?: (() => any) | undefined;
6809
6794
  }>, {
6810
6795
  validateOnSubmit: () => Promise<boolean>;
@@ -6833,7 +6818,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6833
6818
  message: string;
6834
6819
  };
6835
6820
  displayFormattedDate: import('vue').Ref<string, string>;
6836
- handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
6821
+ handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
6837
6822
  resetViewMode: () => void;
6838
6823
  reset: () => void;
6839
6824
  }, {}, {}, {}, {
@@ -6899,7 +6884,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6899
6884
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
6900
6885
  readonly isClearable?: boolean | undefined;
6901
6886
  readonly showDivider?: boolean | undefined;
6902
- readonly label: string;
6887
+ readonly label?: string | undefined;
6903
6888
  readonly readonly?: boolean | undefined;
6904
6889
  readonly isActive?: boolean | undefined;
6905
6890
  readonly baseColor?: string | undefined;
@@ -6911,7 +6896,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6911
6896
  readonly direction?: "horizontal" | "vertical" | undefined;
6912
6897
  readonly isDirty?: boolean | undefined;
6913
6898
  readonly disabled?: boolean | undefined;
6914
- readonly isOnError?: boolean | undefined;
6915
6899
  readonly isFlat?: boolean | undefined;
6916
6900
  readonly isFocused?: boolean | undefined;
6917
6901
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -8430,7 +8414,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8430
8414
  direction?: "horizontal" | "vertical";
8431
8415
  isDirty?: boolean;
8432
8416
  disabled?: boolean;
8433
- isOnError?: boolean;
8434
8417
  isFlat?: boolean;
8435
8418
  isFocused?: boolean;
8436
8419
  areDetailsHidden?: boolean | "auto";
@@ -8526,7 +8509,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8526
8509
  counterValue: number | ((value: any) => number);
8527
8510
  direction: "horizontal" | "vertical";
8528
8511
  isDirty: boolean;
8529
- isOnError: boolean;
8530
8512
  isFlat: boolean;
8531
8513
  isFocused: boolean;
8532
8514
  areDetailsHidden: boolean | "auto";
@@ -8619,7 +8601,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8619
8601
  counterValue: number | ((value: any) => number);
8620
8602
  direction: "horizontal" | "vertical";
8621
8603
  isDirty: boolean;
8622
- isOnError: boolean;
8623
8604
  isFlat: boolean;
8624
8605
  isFocused: boolean;
8625
8606
  areDetailsHidden: boolean | "auto";
@@ -8675,7 +8656,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8675
8656
  direction?: "horizontal" | "vertical";
8676
8657
  isDirty?: boolean;
8677
8658
  disabled?: boolean;
8678
- isOnError?: boolean;
8679
8659
  isFlat?: boolean;
8680
8660
  isFocused?: boolean;
8681
8661
  areDetailsHidden?: boolean | "auto";
@@ -8718,7 +8698,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8718
8698
  onClear?: ((...args: any[]) => any) | undefined;
8719
8699
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8720
8700
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8721
- }>, "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")> & {
8701
+ }>, "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")> & {
8722
8702
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8723
8703
  } & {} & import('vue').ComponentCustomProperties & {} & {
8724
8704
  $slots: {
@@ -9228,11 +9208,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9228
9208
  useCombinedMode?: boolean;
9229
9209
  width?: string;
9230
9210
  }> & Readonly<{
9231
- onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9211
+ onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9232
9212
  onBlur?: (() => any) | undefined;
9233
9213
  onFocus?: (() => any) | undefined;
9234
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9235
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9214
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9215
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9236
9216
  onClosed?: (() => any) | undefined;
9237
9217
  }>, {
9238
9218
  validateOnSubmit: () => Promise<any>;
@@ -9344,11 +9324,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9344
9324
  useCombinedMode?: boolean;
9345
9325
  width?: string;
9346
9326
  }> & Readonly<{
9347
- onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9327
+ onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9348
9328
  onBlur?: (() => any) | undefined;
9349
9329
  onFocus?: (() => any) | undefined;
9350
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9351
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9330
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9331
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9352
9332
  onClosed?: (() => any) | undefined;
9353
9333
  }>, {
9354
9334
  validateOnSubmit: () => Promise<any>;
@@ -9362,11 +9342,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9362
9342
  updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
9363
9343
  handleSelectToday: () => void;
9364
9344
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9365
- input: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
9345
+ input: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
9366
9346
  blur: () => any;
9367
9347
  focus: () => any;
9368
- "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
9369
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
9348
+ "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
9349
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
9370
9350
  closed: () => any;
9371
9351
  }, import('vue').PublicProps, {
9372
9352
  title: string | false;
@@ -9436,7 +9416,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9436
9416
  isOutlined?: boolean;
9437
9417
  isValidateOnBlur?: boolean;
9438
9418
  label: string;
9439
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
9419
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
9440
9420
  noIcon?: boolean;
9441
9421
  persistentHint?: boolean;
9442
9422
  placeholder?: string;
@@ -9448,8 +9428,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9448
9428
  onInput?: ((value: string) => any) | undefined;
9449
9429
  onBlur?: (() => any) | undefined;
9450
9430
  onFocus?: (() => any) | undefined;
9451
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9452
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9431
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9432
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
9453
9433
  }>, {
9454
9434
  validateOnSubmit: () => Promise<boolean>;
9455
9435
  reset: () => void;
@@ -9459,15 +9439,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9459
9439
  input: (value: string) => any;
9460
9440
  blur: () => any;
9461
9441
  focus: () => any;
9462
- "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
9463
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
9442
+ "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
9443
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
9464
9444
  }, import('vue').PublicProps, {
9465
9445
  title: string | false;
9466
9446
  disabled: boolean;
9467
9447
  placeholder: string;
9468
9448
  density: "default" | "comfortable" | "compact";
9469
9449
  readonly: boolean;
9470
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
9450
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
9471
9451
  bgColor: string;
9472
9452
  required: boolean;
9473
9453
  showSuccessMessages: boolean;
@@ -9504,7 +9484,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9504
9484
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
9505
9485
  readonly isClearable?: boolean | undefined;
9506
9486
  readonly showDivider?: boolean | undefined;
9507
- readonly label: string;
9487
+ readonly label?: string | undefined;
9508
9488
  readonly readonly?: boolean | undefined;
9509
9489
  readonly isActive?: boolean | undefined;
9510
9490
  readonly baseColor?: string | undefined;
@@ -9516,7 +9496,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9516
9496
  readonly direction?: "horizontal" | "vertical" | undefined;
9517
9497
  readonly isDirty?: boolean | undefined;
9518
9498
  readonly disabled?: boolean | undefined;
9519
- readonly isOnError?: boolean | undefined;
9520
9499
  readonly isFlat?: boolean | undefined;
9521
9500
  readonly isFocused?: boolean | undefined;
9522
9501
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -11035,7 +11014,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11035
11014
  direction?: "horizontal" | "vertical";
11036
11015
  isDirty?: boolean;
11037
11016
  disabled?: boolean;
11038
- isOnError?: boolean;
11039
11017
  isFlat?: boolean;
11040
11018
  isFocused?: boolean;
11041
11019
  areDetailsHidden?: boolean | "auto";
@@ -11131,7 +11109,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11131
11109
  counterValue: number | ((value: any) => number);
11132
11110
  direction: "horizontal" | "vertical";
11133
11111
  isDirty: boolean;
11134
- isOnError: boolean;
11135
11112
  isFlat: boolean;
11136
11113
  isFocused: boolean;
11137
11114
  areDetailsHidden: boolean | "auto";
@@ -11224,7 +11201,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11224
11201
  counterValue: number | ((value: any) => number);
11225
11202
  direction: "horizontal" | "vertical";
11226
11203
  isDirty: boolean;
11227
- isOnError: boolean;
11228
11204
  isFlat: boolean;
11229
11205
  isFocused: boolean;
11230
11206
  areDetailsHidden: boolean | "auto";
@@ -11280,7 +11256,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11280
11256
  direction?: "horizontal" | "vertical";
11281
11257
  isDirty?: boolean;
11282
11258
  disabled?: boolean;
11283
- isOnError?: boolean;
11284
11259
  isFlat?: boolean;
11285
11260
  isFocused?: boolean;
11286
11261
  areDetailsHidden?: boolean | "auto";
@@ -11323,7 +11298,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11323
11298
  onClear?: ((...args: any[]) => any) | undefined;
11324
11299
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
11325
11300
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
11326
- }>, "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")> & {
11301
+ }>, "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")> & {
11327
11302
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
11328
11303
  } & {} & import('vue').ComponentCustomProperties & {} & {
11329
11304
  $slots: {
@@ -11361,7 +11336,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11361
11336
  isOutlined?: boolean;
11362
11337
  isValidateOnBlur?: boolean;
11363
11338
  label: string;
11364
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
11339
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
11365
11340
  noIcon?: boolean;
11366
11341
  persistentHint?: boolean;
11367
11342
  placeholder?: string;
@@ -11373,8 +11348,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11373
11348
  onInput?: ((value: string) => any) | undefined;
11374
11349
  onBlur?: (() => any) | undefined;
11375
11350
  onFocus?: (() => any) | undefined;
11376
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11377
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11351
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
11352
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
11378
11353
  }>, {
11379
11354
  validateOnSubmit: () => Promise<boolean>;
11380
11355
  reset: () => void;
@@ -11386,7 +11361,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11386
11361
  placeholder: string;
11387
11362
  density: "default" | "comfortable" | "compact";
11388
11363
  readonly: boolean;
11389
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
11364
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
11390
11365
  bgColor: string;
11391
11366
  required: boolean;
11392
11367
  showSuccessMessages: boolean;
@@ -11458,8 +11433,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11458
11433
  onInput?: ((value: string) => any) | undefined;
11459
11434
  onBlur?: (() => any) | undefined;
11460
11435
  onFocus?: (() => any) | undefined;
11461
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11462
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11436
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
11437
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
11463
11438
  onClosed?: (() => any) | undefined;
11464
11439
  }>, {
11465
11440
  validateOnSubmit: () => Promise<boolean>;
@@ -11488,15 +11463,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11488
11463
  message: string;
11489
11464
  };
11490
11465
  displayFormattedDate: import('vue').Ref<string, string>;
11491
- handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
11466
+ handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
11492
11467
  resetViewMode: () => void;
11493
11468
  reset: () => void;
11494
11469
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11495
11470
  input: (value: string) => any;
11496
11471
  blur: () => any;
11497
11472
  focus: () => any;
11498
- "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
11499
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
11473
+ "update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
11474
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
11500
11475
  closed: () => any;
11501
11476
  }, import('vue').PublicProps, {
11502
11477
  title: string | false;
@@ -11565,7 +11540,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11565
11540
  isOutlined?: boolean;
11566
11541
  isValidateOnBlur?: boolean;
11567
11542
  label: string;
11568
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
11543
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
11569
11544
  noIcon?: boolean;
11570
11545
  persistentHint?: boolean;
11571
11546
  placeholder?: string;
@@ -11577,8 +11552,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11577
11552
  onInput?: ((value: string) => any) | undefined;
11578
11553
  onBlur?: (() => any) | undefined;
11579
11554
  onFocus?: (() => any) | undefined;
11580
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11581
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11555
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
11556
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
11582
11557
  }>, {
11583
11558
  validateOnSubmit: () => Promise<boolean>;
11584
11559
  reset: () => void;
@@ -11588,15 +11563,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11588
11563
  input: (value: string) => any;
11589
11564
  blur: () => any;
11590
11565
  focus: () => any;
11591
- "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
11592
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
11566
+ "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
11567
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
11593
11568
  }, import('vue').PublicProps, {
11594
11569
  title: string | false;
11595
11570
  disabled: boolean;
11596
11571
  placeholder: string;
11597
11572
  density: "default" | "comfortable" | "compact";
11598
11573
  readonly: boolean;
11599
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
11574
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
11600
11575
  bgColor: string;
11601
11576
  required: boolean;
11602
11577
  showSuccessMessages: boolean;
@@ -11633,7 +11608,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11633
11608
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
11634
11609
  readonly isClearable?: boolean | undefined;
11635
11610
  readonly showDivider?: boolean | undefined;
11636
- readonly label: string;
11611
+ readonly label?: string | undefined;
11637
11612
  readonly readonly?: boolean | undefined;
11638
11613
  readonly isActive?: boolean | undefined;
11639
11614
  readonly baseColor?: string | undefined;
@@ -11645,7 +11620,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11645
11620
  readonly direction?: "horizontal" | "vertical" | undefined;
11646
11621
  readonly isDirty?: boolean | undefined;
11647
11622
  readonly disabled?: boolean | undefined;
11648
- readonly isOnError?: boolean | undefined;
11649
11623
  readonly isFlat?: boolean | undefined;
11650
11624
  readonly isFocused?: boolean | undefined;
11651
11625
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -13164,7 +13138,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13164
13138
  direction?: "horizontal" | "vertical";
13165
13139
  isDirty?: boolean;
13166
13140
  disabled?: boolean;
13167
- isOnError?: boolean;
13168
13141
  isFlat?: boolean;
13169
13142
  isFocused?: boolean;
13170
13143
  areDetailsHidden?: boolean | "auto";
@@ -13260,7 +13233,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13260
13233
  counterValue: number | ((value: any) => number);
13261
13234
  direction: "horizontal" | "vertical";
13262
13235
  isDirty: boolean;
13263
- isOnError: boolean;
13264
13236
  isFlat: boolean;
13265
13237
  isFocused: boolean;
13266
13238
  areDetailsHidden: boolean | "auto";
@@ -13353,7 +13325,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13353
13325
  counterValue: number | ((value: any) => number);
13354
13326
  direction: "horizontal" | "vertical";
13355
13327
  isDirty: boolean;
13356
- isOnError: boolean;
13357
13328
  isFlat: boolean;
13358
13329
  isFocused: boolean;
13359
13330
  areDetailsHidden: boolean | "auto";
@@ -13409,7 +13380,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13409
13380
  direction?: "horizontal" | "vertical";
13410
13381
  isDirty?: boolean;
13411
13382
  disabled?: boolean;
13412
- isOnError?: boolean;
13413
13383
  isFlat?: boolean;
13414
13384
  isFocused?: boolean;
13415
13385
  areDetailsHidden?: boolean | "auto";
@@ -13452,7 +13422,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13452
13422
  onClear?: ((...args: any[]) => any) | undefined;
13453
13423
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
13454
13424
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
13455
- }>, "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")> & {
13425
+ }>, "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")> & {
13456
13426
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
13457
13427
  } & {} & import('vue').ComponentCustomProperties & {} & {
13458
13428
  $slots: {
@@ -13490,7 +13460,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13490
13460
  isOutlined?: boolean;
13491
13461
  isValidateOnBlur?: boolean;
13492
13462
  label: string;
13493
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
13463
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
13494
13464
  noIcon?: boolean;
13495
13465
  persistentHint?: boolean;
13496
13466
  placeholder?: string;
@@ -13502,8 +13472,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13502
13472
  onInput?: ((value: string) => any) | undefined;
13503
13473
  onBlur?: (() => any) | undefined;
13504
13474
  onFocus?: (() => any) | undefined;
13505
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13506
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13475
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
13476
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
13507
13477
  }>, {
13508
13478
  validateOnSubmit: () => Promise<boolean>;
13509
13479
  reset: () => void;
@@ -13515,7 +13485,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13515
13485
  placeholder: string;
13516
13486
  density: "default" | "comfortable" | "compact";
13517
13487
  readonly: boolean;
13518
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
13488
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
13519
13489
  bgColor: string;
13520
13490
  required: boolean;
13521
13491
  showSuccessMessages: boolean;
@@ -13556,7 +13526,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13556
13526
  isOutlined?: boolean;
13557
13527
  isValidateOnBlur?: boolean;
13558
13528
  label: string;
13559
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
13529
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
13560
13530
  noIcon?: boolean;
13561
13531
  persistentHint?: boolean;
13562
13532
  placeholder?: string;
@@ -13568,8 +13538,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13568
13538
  onInput?: ((value: string) => any) | undefined;
13569
13539
  onBlur?: (() => any) | undefined;
13570
13540
  onFocus?: (() => any) | undefined;
13571
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13572
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13541
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
13542
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
13573
13543
  }>, {
13574
13544
  validateOnSubmit: () => Promise<boolean>;
13575
13545
  reset: () => void;
@@ -13579,15 +13549,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13579
13549
  input: (value: string) => any;
13580
13550
  blur: () => any;
13581
13551
  focus: () => any;
13582
- "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
13583
- "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
13552
+ "update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
13553
+ "date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
13584
13554
  }, import('vue').PublicProps, {
13585
13555
  title: string | false;
13586
13556
  disabled: boolean;
13587
13557
  placeholder: string;
13588
13558
  density: "default" | "comfortable" | "compact";
13589
13559
  readonly: boolean;
13590
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
13560
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
13591
13561
  bgColor: string;
13592
13562
  required: boolean;
13593
13563
  showSuccessMessages: boolean;
@@ -13624,7 +13594,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13624
13594
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
13625
13595
  readonly isClearable?: boolean | undefined;
13626
13596
  readonly showDivider?: boolean | undefined;
13627
- readonly label: string;
13597
+ readonly label?: string | undefined;
13628
13598
  readonly readonly?: boolean | undefined;
13629
13599
  readonly isActive?: boolean | undefined;
13630
13600
  readonly baseColor?: string | undefined;
@@ -13636,7 +13606,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13636
13606
  readonly direction?: "horizontal" | "vertical" | undefined;
13637
13607
  readonly isDirty?: boolean | undefined;
13638
13608
  readonly disabled?: boolean | undefined;
13639
- readonly isOnError?: boolean | undefined;
13640
13609
  readonly isFlat?: boolean | undefined;
13641
13610
  readonly isFocused?: boolean | undefined;
13642
13611
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -15155,7 +15124,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15155
15124
  direction?: "horizontal" | "vertical";
15156
15125
  isDirty?: boolean;
15157
15126
  disabled?: boolean;
15158
- isOnError?: boolean;
15159
15127
  isFlat?: boolean;
15160
15128
  isFocused?: boolean;
15161
15129
  areDetailsHidden?: boolean | "auto";
@@ -15251,7 +15219,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15251
15219
  counterValue: number | ((value: any) => number);
15252
15220
  direction: "horizontal" | "vertical";
15253
15221
  isDirty: boolean;
15254
- isOnError: boolean;
15255
15222
  isFlat: boolean;
15256
15223
  isFocused: boolean;
15257
15224
  areDetailsHidden: boolean | "auto";
@@ -15344,7 +15311,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15344
15311
  counterValue: number | ((value: any) => number);
15345
15312
  direction: "horizontal" | "vertical";
15346
15313
  isDirty: boolean;
15347
- isOnError: boolean;
15348
15314
  isFlat: boolean;
15349
15315
  isFocused: boolean;
15350
15316
  areDetailsHidden: boolean | "auto";
@@ -15400,7 +15366,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15400
15366
  direction?: "horizontal" | "vertical";
15401
15367
  isDirty?: boolean;
15402
15368
  disabled?: boolean;
15403
- isOnError?: boolean;
15404
15369
  isFlat?: boolean;
15405
15370
  isFocused?: boolean;
15406
15371
  areDetailsHidden?: boolean | "auto";
@@ -15443,7 +15408,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15443
15408
  onClear?: ((...args: any[]) => any) | undefined;
15444
15409
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
15445
15410
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
15446
- }>, "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")> & {
15411
+ }>, "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")> & {
15447
15412
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
15448
15413
  } & {} & import('vue').ComponentCustomProperties & {} & {
15449
15414
  $slots: {
@@ -15481,7 +15446,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15481
15446
  isOutlined?: boolean;
15482
15447
  isValidateOnBlur?: boolean;
15483
15448
  label: string;
15484
- modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue;
15449
+ modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
15485
15450
  noIcon?: boolean;
15486
15451
  persistentHint?: boolean;
15487
15452
  placeholder?: string;
@@ -15493,8 +15458,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15493
15458
  onInput?: ((value: string) => any) | undefined;
15494
15459
  onBlur?: (() => any) | undefined;
15495
15460
  onFocus?: (() => any) | undefined;
15496
- "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
15497
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
15461
+ "onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
15462
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
15498
15463
  }>, {
15499
15464
  validateOnSubmit: () => Promise<boolean>;
15500
15465
  reset: () => void;
@@ -15506,7 +15471,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15506
15471
  placeholder: string;
15507
15472
  density: "default" | "comfortable" | "compact";
15508
15473
  readonly: boolean;
15509
- modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
15474
+ modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
15510
15475
  bgColor: string;
15511
15476
  required: boolean;
15512
15477
  showSuccessMessages: boolean;
@@ -16026,8 +15991,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16026
15991
  onInput?: ((value: string) => any) | undefined;
16027
15992
  onBlur?: (() => any) | undefined;
16028
15993
  onFocus?: (() => any) | undefined;
16029
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
16030
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
15994
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
15995
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
16031
15996
  onClosed?: (() => any) | undefined;
16032
15997
  }>, {
16033
15998
  validateOnSubmit: () => Promise<boolean>;
@@ -16056,7 +16021,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16056
16021
  message: string;
16057
16022
  };
16058
16023
  displayFormattedDate: import('vue').Ref<string, string>;
16059
- handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
16024
+ handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
16060
16025
  resetViewMode: () => void;
16061
16026
  reset: () => void;
16062
16027
  }, {}, {}, {}, {
@@ -16122,7 +16087,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16122
16087
  readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
16123
16088
  readonly isClearable?: boolean | undefined;
16124
16089
  readonly showDivider?: boolean | undefined;
16125
- readonly label: string;
16090
+ readonly label?: string | undefined;
16126
16091
  readonly readonly?: boolean | undefined;
16127
16092
  readonly isActive?: boolean | undefined;
16128
16093
  readonly baseColor?: string | undefined;
@@ -16134,7 +16099,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16134
16099
  readonly direction?: "horizontal" | "vertical" | undefined;
16135
16100
  readonly isDirty?: boolean | undefined;
16136
16101
  readonly disabled?: boolean | undefined;
16137
- readonly isOnError?: boolean | undefined;
16138
16102
  readonly isFlat?: boolean | undefined;
16139
16103
  readonly isFocused?: boolean | undefined;
16140
16104
  readonly areDetailsHidden?: boolean | "auto" | undefined;
@@ -17653,7 +17617,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17653
17617
  direction?: "horizontal" | "vertical";
17654
17618
  isDirty?: boolean;
17655
17619
  disabled?: boolean;
17656
- isOnError?: boolean;
17657
17620
  isFlat?: boolean;
17658
17621
  isFocused?: boolean;
17659
17622
  areDetailsHidden?: boolean | "auto";
@@ -17749,7 +17712,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17749
17712
  counterValue: number | ((value: any) => number);
17750
17713
  direction: "horizontal" | "vertical";
17751
17714
  isDirty: boolean;
17752
- isOnError: boolean;
17753
17715
  isFlat: boolean;
17754
17716
  isFocused: boolean;
17755
17717
  areDetailsHidden: boolean | "auto";
@@ -17842,7 +17804,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17842
17804
  counterValue: number | ((value: any) => number);
17843
17805
  direction: "horizontal" | "vertical";
17844
17806
  isDirty: boolean;
17845
- isOnError: boolean;
17846
17807
  isFlat: boolean;
17847
17808
  isFocused: boolean;
17848
17809
  areDetailsHidden: boolean | "auto";
@@ -17898,7 +17859,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17898
17859
  direction?: "horizontal" | "vertical";
17899
17860
  isDirty?: boolean;
17900
17861
  disabled?: boolean;
17901
- isOnError?: boolean;
17902
17862
  isFlat?: boolean;
17903
17863
  isFocused?: boolean;
17904
17864
  areDetailsHidden?: boolean | "auto";
@@ -17941,7 +17901,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17941
17901
  onClear?: ((...args: any[]) => any) | undefined;
17942
17902
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
17943
17903
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
17944
- }>, "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")> & {
17904
+ }>, "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")> & {
17945
17905
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
17946
17906
  } & {} & import('vue').ComponentCustomProperties & {} & {
17947
17907
  $slots: {
@@ -18451,11 +18411,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18451
18411
  useCombinedMode?: boolean;
18452
18412
  width?: string;
18453
18413
  }> & Readonly<{
18454
- onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
18414
+ onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
18455
18415
  onBlur?: (() => any) | undefined;
18456
18416
  onFocus?: (() => any) | undefined;
18457
- "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
18458
- "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
18417
+ "onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
18418
+ "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
18459
18419
  onClosed?: (() => any) | undefined;
18460
18420
  }>, {
18461
18421
  validateOnSubmit: () => Promise<any>;