@cnamts/synapse 1.0.16 → 1.0.17

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 (248) hide show
  1. package/dist/{DateFilter-DSwJUvBu.js → DateFilter-RHtdShO1.js} +1 -1
  2. package/dist/{NumberFilter-CwsbYyz4.js → NumberFilter-DXYz_b_w.js} +1 -1
  3. package/dist/{PeriodFilter-csnEZU30.js → PeriodFilter-CzphmrNu.js} +1 -1
  4. package/dist/{SelectFilter-Bd5fndzR.js → SelectFilter-a4fUV5Jp.js} +1 -1
  5. package/dist/{TextFilter-B6gxzq2a.js → TextFilter-CZ4LTKoq.js} +1 -1
  6. package/dist/components/Accordion/Accordion.d.ts +22 -7
  7. package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +31 -8
  8. package/dist/components/Amelipro/AmeliproPatientLogged/types.d.ts +2 -1
  9. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabBtn/AmeliproTabBtn.d.ts +1 -1
  10. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +14 -5
  11. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +10 -1
  12. package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +6 -2
  13. package/dist/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.d.ts +9 -0
  14. package/dist/components/Amelipro/StructureMenu/StructureItem/types.d.ts +1 -0
  15. package/dist/components/Amelipro/StructureMenu/StructureMenu.d.ts +9 -0
  16. package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +23 -2
  17. package/dist/components/ChipList/locales.d.ts +1 -0
  18. package/dist/components/CookieBanner/CookieBanner.d.ts +2 -2
  19. package/dist/components/Customs/SyTextField/SyTextField.d.ts +1 -1
  20. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +4 -4
  21. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +9 -11
  22. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +7 -10
  23. package/dist/components/DatePicker/composables/index.d.ts +0 -1
  24. package/dist/components/DialogBox/DialogBox.d.ts +3 -3
  25. package/dist/components/DialogBox/config.d.ts +4 -0
  26. package/dist/components/FilterSideBar/FilterSideBar.d.ts +10 -3
  27. package/dist/components/FilterSideBar/locales.d.ts +5 -0
  28. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -0
  29. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +14 -4
  30. package/dist/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +5 -1
  31. package/dist/components/MaintenancePage/MaintenancePage.d.ts +8 -1
  32. package/dist/components/NotFoundPage/NotFoundPage.d.ts +9 -2
  33. package/dist/components/NotificationBar/Notification/Notification.d.ts +30 -0
  34. package/dist/components/NotificationBar/NotificationBar.d.ts +32 -20
  35. package/dist/components/PeriodField/PeriodField.d.ts +16 -16
  36. package/dist/components/SubHeader/SubHeader.d.ts +11 -8
  37. package/dist/components/SyTextArea/SyTextArea.d.ts +2 -0
  38. package/dist/components/SyTextArea/locales.d.ts +1 -0
  39. package/dist/components/UserMenuBtn/UserMenuBtn.d.ts +2 -0
  40. package/dist/design-system-v3.js +1 -1
  41. package/dist/design-system-v3.umd.cjs +18 -18
  42. package/dist/directives/lockFocus.d.ts +1 -1
  43. package/dist/{main-DkZZpa3S.js → main-BXIMMzFS.js} +9368 -9157
  44. package/dist/style.css +1 -1
  45. package/package.json +11 -4
  46. package/src/components/Accordion/Accessibilite/AccessibilityGuide.mdx +70 -241
  47. package/src/components/Accordion/Accordion.mdx +6 -1
  48. package/src/components/Accordion/Accordion.stories.ts +88 -9
  49. package/src/components/Accordion/Accordion.vue +56 -24
  50. package/src/components/Accordion/tests/Accordion.a11y.spec.ts +46 -0
  51. package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +26 -30
  52. package/src/components/Accordion/tests/accordion.spec.ts +27 -26
  53. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +62 -34
  54. package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +48 -15
  55. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/AmeliproPatientLogged.spec.ts +4 -2
  56. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +54 -4
  57. package/src/components/Amelipro/AmeliproPatientLogged/types.d.ts +2 -1
  58. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.stories.ts +11 -5
  59. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +8 -0
  60. package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +37 -1
  61. package/src/components/Amelipro/AmeliproSelect/__tests__/__snapshots__/AmeliproSelect.spec.ts.snap +2 -2
  62. package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.stories.ts +94 -0
  63. package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +6 -2
  64. package/src/components/Amelipro/AmeliproTabs/__tests__/AmeliproTabs.spec.ts +4 -0
  65. package/src/components/Amelipro/AmeliproTabs/__tests__/__snapshots__/AmeliproTabs.spec.ts.snap +4 -2
  66. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +68 -0
  67. package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +110 -2
  68. package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +14 -2
  69. package/src/components/Amelipro/AmeliproTextField/__tests__/__snapshots__/AmeliproTextField.spec.ts.snap +2 -0
  70. package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.stories.ts +45 -0
  71. package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +6 -0
  72. package/src/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.vue +13 -0
  73. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/StructureBtn.spec.ts +6 -0
  74. package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/__snapshots__/StructureBtn.spec.ts.snap +1 -1
  75. package/src/components/Amelipro/StructureMenu/StructureItem/StructureItem.vue +14 -2
  76. package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/__snapshots__/StructureItem.spec.ts.snap +22 -6
  77. package/src/components/Amelipro/StructureMenu/StructureItem/types.d.ts +1 -0
  78. package/src/components/Amelipro/StructureMenu/StructureMenu.stories.ts +93 -63
  79. package/src/components/Amelipro/StructureMenu/StructureMenu.vue +5 -0
  80. package/src/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.vue +22 -1
  81. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/StructureTabs.spec.ts +4 -0
  82. package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/__snapshots__/StructureTabs.spec.ts.snap +2 -0
  83. package/src/components/Amelipro/StructureMenu/__tests__/StructureMenu.spec.ts +12 -6
  84. package/src/components/BackBtn/tests/BackBtn.a11y.spec.ts +20 -0
  85. package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +9 -0
  86. package/src/components/BackToTopBtn/tests/BackToTopBtn.a11y.spec.ts +37 -0
  87. package/src/components/Captcha/tests/Captcha.a11y.spec.ts +49 -0
  88. package/src/components/ChipList/ChipList.stories.ts +15 -0
  89. package/src/components/ChipList/ChipList.vue +20 -17
  90. package/src/components/ChipList/locales.ts +1 -0
  91. package/src/components/ChipList/tests/ChipList.a11y.spec.ts +40 -0
  92. package/src/components/CollapsibleList/Accessibilite.mdx +67 -11
  93. package/src/components/CollapsibleList/tests/CollapsibleList.a11y.spec.ts +38 -0
  94. package/src/components/ContextualMenu/ContextualMenu.stories.ts +3 -0
  95. package/src/components/ContextualMenu/tests/ContextualMenu.a11y.spec.ts +30 -0
  96. package/src/components/CookieBanner/CookieBanner.stories.ts +15 -0
  97. package/src/components/CookieBanner/CookieBanner.vue +0 -1
  98. package/src/components/CookieBanner/tests/CookieBanner.a11y.spec.ts +29 -0
  99. package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.a11y.spec.ts +46 -0
  100. package/src/components/CookiesSelection/CookiesTable/tests/CookiesTable.a11y.spec.ts +37 -0
  101. package/src/components/CookiesSelection/tests/CookiesSelection.a11y.spec.ts +58 -0
  102. package/src/components/CopyBtn/CopyBtn.stories.ts +21 -0
  103. package/src/components/CopyBtn/tests/CopyBtn.a11y.spec.ts +40 -0
  104. package/src/components/Customs/Selects/SyBtnSelect/SyBtnSelect.stories.ts +30 -0
  105. package/src/components/Customs/Selects/SyBtnSelect/SyBtnSelect.vue +1 -0
  106. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +27 -0
  107. package/src/components/Customs/Selects/SySelect/tests/SySelect.a11y.spec.ts +40 -0
  108. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +7 -3
  109. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +20 -2
  110. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +26 -0
  111. package/src/components/Customs/SyForm/SyForm.a11y.spec.ts +33 -0
  112. package/src/components/Customs/SyIcon/SyIcon.a11y.spec.ts +37 -0
  113. package/src/components/Customs/SyIcon/SyIcon.stories.ts +5 -0
  114. package/src/components/Customs/SyPagination/tests/SyPagination.a11y.spec.ts +27 -0
  115. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.a11y.spec.ts +30 -0
  116. package/src/components/Customs/SyTabs/SyTabs.stories.ts +33 -0
  117. package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +51 -0
  118. package/src/components/Customs/SyTextField/SyTextField.stories.ts +3 -0
  119. package/src/components/Customs/SyTextField/SyTextField.vue +13 -11
  120. package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +27 -0
  121. package/src/components/DataList/tests/DataList.a11y.spec.ts +35 -0
  122. package/src/components/DataListGroup/tests/DataListGroup.a11y.spec.ts +24 -0
  123. package/src/components/DataListItem/tests/DataListItem.a11y.spec.ts +31 -0
  124. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +45 -0
  125. package/src/components/DatePicker/CalendarMode/DatePicker.vue +76 -30
  126. package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +27 -0
  127. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +54 -0
  128. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +79 -23
  129. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.a11y.spec.ts +26 -0
  130. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +12 -0
  131. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +0 -8
  132. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.a11y.spec.ts +27 -0
  133. package/src/components/DatePicker/composables/index.ts +0 -1
  134. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +0 -1
  135. package/src/components/DiacriticPicker/tests/DiacriticPicker.a11y.spec.ts +46 -0
  136. package/src/components/DialogBox/DialogBox.stories.ts +5 -2
  137. package/src/components/DialogBox/DialogBox.vue +5 -0
  138. package/src/components/DialogBox/config.ts +5 -0
  139. package/src/components/DialogBox/tests/DialogBox.a11y.spec.ts +43 -0
  140. package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +26 -0
  141. package/src/components/ErrorPage/ErrorPage.stories.ts +60 -0
  142. package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +29 -0
  143. package/src/components/ExternalLinks/ExternalLinks.stories.ts +21 -0
  144. package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +39 -0
  145. package/src/components/FileList/FileList.stories.ts +3 -0
  146. package/src/components/FileList/tests/FileList.a11y.spec.ts +41 -0
  147. package/src/components/FilePreview/FilePreview.stories.ts +3 -0
  148. package/src/components/FilePreview/tests/FilePreview.a11y.spec.ts +47 -0
  149. package/src/components/FileUpload/tests/FileUpload.a11y.spec.ts +25 -0
  150. package/src/components/FilterInline/FilterInline.stories.ts +15 -0
  151. package/src/components/FilterInline/FilterInline.vue +8 -4
  152. package/src/components/FilterInline/tests/FilterInline.a11y.spec.ts +36 -0
  153. package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +0 -3
  154. package/src/components/FilterSideBar/Accessibilite.stories.ts +4 -0
  155. package/src/components/FilterSideBar/FilterSideBar.stories.ts +33 -11
  156. package/src/components/FilterSideBar/FilterSideBar.vue +146 -83
  157. package/src/components/FilterSideBar/locales.ts +6 -0
  158. package/src/components/FilterSideBar/tests/FilterSideBar.a11y.spec.ts +59 -0
  159. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +2 -2
  160. package/src/components/FooterBar/Accessibilite.mdx +67 -11
  161. package/src/components/FooterBar/FooterBar.vue +1 -1
  162. package/src/components/FooterBar/config.ts +2 -2
  163. package/src/components/FooterBar/tests/FooterBar.a11y.spec.ts +31 -0
  164. package/src/components/FooterBar/tests/FooterBarConfig.spec.ts +1 -1
  165. package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +1 -1
  166. package/src/components/FranceConnectBtn/tests/FranceConnectBtn.a11y.spec.ts +25 -0
  167. package/src/components/HeaderBar/HeaderBar.stories.ts +21 -0
  168. package/src/components/HeaderBar/HeaderBar.vue +47 -40
  169. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.stories.ts +12 -0
  170. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.stories.ts +3 -0
  171. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +4 -0
  172. package/src/components/HeaderBar/HeaderBurgerMenu/menu.scss +17 -7
  173. package/src/components/HeaderBar/consts.scss +0 -1
  174. package/src/components/HeaderBar/tests/HeaderBar.a11y.spec.ts +33 -0
  175. package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +58 -57
  176. package/src/components/HeaderLoading/tests/HeaderLoading.a11y.spec.ts +25 -0
  177. package/src/components/HeaderNavigationBar/HeaderNavigationBar.stories.ts +42 -0
  178. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +4 -0
  179. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +6 -2
  180. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.a11y.spec.ts +45 -0
  181. package/src/components/HeaderToolbar/HeaderToolbar.stories.ts +6 -0
  182. package/src/components/HeaderToolbar/HeaderToolbar.vue +0 -3
  183. package/src/components/HeaderToolbar/tests/HeaderToolbar.a11y.spec.ts +25 -0
  184. package/src/components/LangBtn/LangBtn.stories.ts +12 -0
  185. package/src/components/LangBtn/tests/LangBtn.a11y.spec.ts +25 -0
  186. package/src/components/Logo/tests/Logo.a11y.spec.ts +20 -0
  187. package/src/components/LogoBrandSection/tests/LogoBrandSection.a11y.spec.ts +38 -0
  188. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +31 -0
  189. package/src/components/MaintenancePage/MaintenancePage.stories.ts +46 -0
  190. package/src/components/MaintenancePage/MaintenancePage.vue +7 -5
  191. package/src/components/MaintenancePage/tests/MaintenancePage.a11y.spec.ts +21 -0
  192. package/src/components/NirField/NirField.stories.ts +6 -0
  193. package/src/components/NirField/tests/NirField.a11y.spec.ts +32 -0
  194. package/src/components/NotFoundPage/NotFoundPage.stories.ts +56 -0
  195. package/src/components/NotFoundPage/NotFoundPage.vue +7 -5
  196. package/src/components/NotFoundPage/tests/NotFoundPage.a11y.spec.ts +31 -0
  197. package/src/components/NotificationBar/Notification/Notification.vue +203 -0
  198. package/src/components/NotificationBar/NotificationBar.stories.ts +151 -140
  199. package/src/components/NotificationBar/NotificationBar.vue +148 -202
  200. package/src/components/NotificationBar/config.ts +1 -1
  201. package/src/components/NotificationBar/tests/NotificationBar.a11y.spec.ts +66 -0
  202. package/src/components/NotificationBar/tests/NotificationBar.spec.ts +173 -177
  203. package/src/components/NotificationBar/tests/__snapshots__/NotificationBar.spec.ts.snap +67 -29
  204. package/src/components/PageContainer/tests/PageContainer.a11y.spec.ts +27 -0
  205. package/src/components/PaginatedTable/PaginatedTable.stories.ts +6 -0
  206. package/src/components/PaginatedTable/PaginatedTable.vue +48 -1
  207. package/src/components/PaginatedTable/tests/PaginatedTable.a11y.spec.ts +43 -0
  208. package/src/components/PasswordField/PasswordField.stories.ts +39 -0
  209. package/src/components/PasswordField/tests/PasswordField.a11y.spec.ts +26 -0
  210. package/src/components/PeriodField/tests/PeriodField.a11y.spec.ts +31 -0
  211. package/src/components/PhoneField/PhoneField.stories.ts +51 -0
  212. package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +34 -0
  213. package/src/components/RangeField/tests/RangeField.a11y.spec.ts +32 -0
  214. package/src/components/RatingPicker/RatingPicker.stories.ts +21 -0
  215. package/src/components/SkipLink/Accessibilite.mdx +59 -13
  216. package/src/components/SkipLink/SkipLink.stories.ts +41 -8
  217. package/src/components/SubHeader/SubHeader.stories.ts +178 -92
  218. package/src/components/SubHeader/SubHeader.vue +84 -71
  219. package/src/components/SubHeader/config.ts +1 -1
  220. package/src/components/SyAlert/SyAlert.vue +1 -1
  221. package/src/components/SyTextArea/SyTextArea.stories.ts +40 -0
  222. package/src/components/SyTextArea/SyTextArea.vue +13 -0
  223. package/src/components/SyTextArea/locales.ts +1 -0
  224. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +42 -0
  225. package/src/components/TableToolbar/TableToolbar.stories.ts +3 -0
  226. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +70 -1
  227. package/src/components/Tables/SyTable/FilterRules.stories.ts +12 -0
  228. package/src/components/Tables/SyTable/SyTable.stories.ts +69 -0
  229. package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +31 -1
  230. package/src/components/UserMenuBtn/UserMenuBtn.vue +2 -1
  231. package/src/components/UserMenuBtn/tests/UserMenuBtn.a11y.spec.ts +31 -0
  232. package/src/directives/lockFocus.ts +12 -2
  233. package/src/stories/GuideDuDev/ClassesUtilitaires/DataUtilities.mdx +6 -6
  234. package/src/stories/GuideDuDev/ClassesUtilitaires/DomBrowserUtilities.mdx +52 -59
  235. package/src/stories/GuideDuDev/ClassesUtilitaires/FormattingUtilities.mdx +9 -9
  236. package/src/stories/GuideDuDev/ClassesUtilitaires/StorageUtilities.mdx +2 -2
  237. package/src/stories/GuideDuDev/ClassesUtilitaires/ValidationRules.mdx +3 -3
  238. package/src/stories/GuideDuDev/ClassesUtilitaires/ValidationUtilities.mdx +11 -11
  239. package/src/stories/GuideDuDev/ClassesUtilitaires/index.mdx +15 -15
  240. package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +1 -1
  241. package/src/stories/GuideDuDev/moduleDeNotification.mdx +1 -1
  242. package/src/stories/accessibility/AccessibilityGuideLayout.mdx +87 -0
  243. package/src/stories/styles/accessibility-guide.css +153 -0
  244. package/dist/components/DatePicker/composables/useIconState.d.ts +0 -17
  245. package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +0 -162
  246. package/src/components/DatePicker/composables/tests/useIconState.spec.ts +0 -130
  247. package/src/components/DatePicker/composables/useIconState.ts +0 -53
  248. package/src/components/Usages/tests/Usages.spec.ts +0 -155
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, computed as D, createBlock as k, openBlock as p } from "vue";
2
- import { u as C, D as F, _ as V } from "./main-DkZZpa3S.js";
2
+ import { u as C, D as F, _ as V } from "./main-BXIMMzFS.js";
3
3
  const v = /* @__PURE__ */ b({
4
4
  __name: "DateFilter",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as k, ref as h, watch as x, computed as T, createElementBlock as V, openBlock as F, createVNode as w } from "vue";
2
- import { a as S, _ as D } from "./main-DkZZpa3S.js";
2
+ import { a as S, _ as D } from "./main-BXIMMzFS.js";
3
3
  const E = { class: "number-filter-container" }, B = /* @__PURE__ */ k({
4
4
  __name: "NumberFilter",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, computed as h, createBlock as p, openBlock as k } from "vue";
2
- import { P as C, _ as F } from "./main-DkZZpa3S.js";
2
+ import { P as C, _ as F } from "./main-BXIMMzFS.js";
3
3
  const V = /* @__PURE__ */ b({
4
4
  __name: "PeriodFilter",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as C, computed as p, ref as F, createElementBlock as S, openBlock as A, createVNode as B } from "vue";
2
- import { S as E, _ as D } from "./main-DkZZpa3S.js";
2
+ import { S as E, _ as D } from "./main-BXIMMzFS.js";
3
3
  const n = {
4
4
  defaultOption: "- choisir -",
5
5
  emptyValue: "(vide)"
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as C, ref as b, watch as k, computed as T, createElementBlock as x, openBlock as w, createVNode as F } from "vue";
2
- import { a as V, _ as E } from "./main-DkZZpa3S.js";
2
+ import { a as V, _ as E } from "./main-BXIMMzFS.js";
3
3
  const S = { class: "text-filter-container" }, B = /* @__PURE__ */ C({
4
4
  __name: "TextFilter",
5
5
  props: {
@@ -1,12 +1,8 @@
1
1
  import { CustomizableOptions } from '../../composables/useCustomizableOptions';
2
- interface ContentObject {
3
- title: string;
4
- content: string;
5
- }
6
2
  interface AccordionItem {
7
3
  id: string;
8
4
  title: string;
9
- content: string | ContentObject;
5
+ content: string | Record<string, unknown>;
10
6
  headingLevel?: number;
11
7
  disabled?: boolean;
12
8
  }
@@ -24,7 +20,7 @@ export interface AccordionProps extends CustomizableOptions {
24
20
  };
25
21
  };
26
22
  }
27
- declare const _default: import('vue').DefineComponent<AccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionProps> & Readonly<{}>, {
23
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<AccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionProps> & Readonly<{}>, {
28
24
  headingLevel: number;
29
25
  vuetifyOptions: {
30
26
  accordion?: {
@@ -36,5 +32,24 @@ declare const _default: import('vue').DefineComponent<AccordionProps, {}, {}, {}
36
32
  } | undefined;
37
33
  };
38
34
  groupId: string;
39
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
36
+ title?(_: {
37
+ item: AccordionItem;
38
+ index: number;
39
+ }): any;
40
+ 'right-content'?(_: {
41
+ item: AccordionItem;
42
+ index: number;
43
+ }): any;
44
+ content?(_: {
45
+ item: AccordionItem;
46
+ index: number;
47
+ isOpen: boolean;
48
+ }): any;
49
+ }>;
40
50
  export default _default;
51
+ type __VLS_WithTemplateSlots<T, S> = T & {
52
+ new (): {
53
+ $slots: S;
54
+ };
55
+ };
@@ -2,7 +2,11 @@ import { IPatientInfoLabels, IPatientInfos } from './types';
2
2
  import { PropType } from 'vue';
3
3
  import { SelectItem } from '../AmeliproSelect/types';
4
4
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- btnMoreInfo: {
5
+ btnPostalAddress: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ btnPrevention: {
6
10
  type: BooleanConstructor;
7
11
  default: boolean;
8
12
  };
@@ -34,7 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
34
38
  firstName: string;
35
39
  fund: string;
36
40
  fundDialogTitle: string;
37
- moreInfo: string;
41
+ postalAddress: string;
42
+ prevention: string;
38
43
  mtm: string;
39
44
  name: string;
40
45
  nir: string;
@@ -63,11 +68,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
63
68
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
69
  click: (...args: any[]) => void;
65
70
  "update:model-value": (...args: any[]) => void;
66
- "click:more-info": (...args: any[]) => void;
71
+ "click:patient-change": (...args: any[]) => void;
67
72
  "click:info": (...args: any[]) => void;
73
+ "click:postal-address": (...args: any[]) => void;
74
+ "click:prevention": (...args: any[]) => void;
68
75
  "click:pdf": (...args: any[]) => void;
76
+ "click:fund-dialog": (...args: any[]) => void;
77
+ "click:doctor-dialog": (...args: any[]) => void;
78
+ "click:copy": (...args: any[]) => void;
79
+ "click:beneficiary-change": (...args: any[]) => void;
69
80
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
70
- btnMoreInfo: {
81
+ btnPostalAddress: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ btnPrevention: {
71
86
  type: BooleanConstructor;
72
87
  default: boolean;
73
88
  };
@@ -99,7 +114,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
99
114
  firstName: string;
100
115
  fund: string;
101
116
  fundDialogTitle: string;
102
- moreInfo: string;
117
+ postalAddress: string;
118
+ prevention: string;
103
119
  mtm: string;
104
120
  name: string;
105
121
  nir: string;
@@ -128,14 +144,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
128
144
  }>> & Readonly<{
129
145
  onClick?: ((...args: any[]) => any) | undefined;
130
146
  "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
131
- "onClick:more-info"?: ((...args: any[]) => any) | undefined;
147
+ "onClick:patient-change"?: ((...args: any[]) => any) | undefined;
132
148
  "onClick:info"?: ((...args: any[]) => any) | undefined;
149
+ "onClick:postal-address"?: ((...args: any[]) => any) | undefined;
150
+ "onClick:prevention"?: ((...args: any[]) => any) | undefined;
133
151
  "onClick:pdf"?: ((...args: any[]) => any) | undefined;
152
+ "onClick:fund-dialog"?: ((...args: any[]) => any) | undefined;
153
+ "onClick:doctor-dialog"?: ((...args: any[]) => any) | undefined;
154
+ "onClick:copy"?: ((...args: any[]) => any) | undefined;
155
+ "onClick:beneficiary-change"?: ((...args: any[]) => any) | undefined;
134
156
  }>, {
135
157
  modelValue: string | number | SelectItem;
136
158
  labels: IPatientInfoLabels;
137
159
  errorMessage: boolean;
138
- btnMoreInfo: boolean;
160
+ btnPostalAddress: boolean;
161
+ btnPrevention: boolean;
139
162
  doctorTooltipRed: boolean;
140
163
  isRestrictedData: boolean;
141
164
  noPdfBtn: boolean;
@@ -147,7 +170,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
147
170
  doctorDialogFooter?(_: {}): any;
148
171
  exemptionDialog?(_: {}): any;
149
172
  default?(_: {}): any;
150
- moreInfo?(_: {}): any;
173
+ postalAdress?(_: {}): any;
151
174
  message?(_: {}): any;
152
175
  }>;
153
176
  export default _default;
@@ -37,7 +37,8 @@ export interface IPatientInfoLabels {
37
37
  firstName: string
38
38
  fund: string
39
39
  fundDialogTitle: string
40
- moreInfo: string
40
+ postalAddress: string
41
+ prevention: string
41
42
  mtm: string
42
43
  name: string
43
44
  nir: string
@@ -63,8 +63,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
63
63
  }>, {
64
64
  disabled: boolean;
65
65
  selected: boolean;
66
- pills: boolean;
67
66
  notification: number;
67
+ pills: boolean;
68
68
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>, {
69
69
  default?(_: {}): any;
70
70
  }>;
@@ -26,6 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
26
26
  type: BooleanConstructor;
27
27
  default: boolean;
28
28
  };
29
+ onSameLine: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
29
33
  uniqueId: {
30
34
  type: StringConstructor;
31
35
  required: true;
@@ -61,6 +65,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
61
65
  type: BooleanConstructor;
62
66
  default: boolean;
63
67
  };
68
+ onSameLine: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
64
72
  uniqueId: {
65
73
  type: StringConstructor;
66
74
  required: true;
@@ -79,6 +87,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
79
87
  pills: boolean;
80
88
  btnGroupClasses: string;
81
89
  noTabDefaultStyle: boolean;
90
+ onSameLine: boolean;
82
91
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
83
92
  ameliproTabsBtns: (({
84
93
  $: import('vue').ComponentInternalInstance;
@@ -86,8 +95,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
86
95
  $props: Partial<{
87
96
  disabled: boolean;
88
97
  selected: boolean;
89
- pills: boolean;
90
98
  notification: number;
99
+ pills: boolean;
91
100
  }> & Omit<{
92
101
  readonly tabindex: number;
93
102
  readonly disabled: boolean;
@@ -97,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
97
106
  readonly controls: string;
98
107
  readonly notification?: number | undefined;
99
108
  readonly onClick?: ((...args: any[]) => any) | undefined;
100
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "selected" | "pills" | "notification">;
109
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "selected" | "notification" | "pills">;
101
110
  $attrs: {
102
111
  [x: string]: unknown;
103
112
  };
@@ -148,8 +157,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
148
157
  }, string, {
149
158
  disabled: boolean;
150
159
  selected: boolean;
151
- pills: boolean;
152
160
  notification: number;
161
+ pills: boolean;
153
162
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
154
163
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
155
164
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -173,8 +182,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
173
182
  } & Readonly<{
174
183
  disabled: boolean;
175
184
  selected: boolean;
176
- pills: boolean;
177
185
  notification: number;
186
+ pills: boolean;
178
187
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
179
188
  controls: {
180
189
  type: StringConstructor;
@@ -206,7 +215,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
206
215
  };
207
216
  }>> & Readonly<{
208
217
  onClick?: ((...args: any[]) => any) | undefined;
209
- }>, "disabled" | "selected" | "pills" | "notification"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
218
+ }>, "disabled" | "selected" | "notification" | "pills"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
210
219
  $slots: {
211
220
  default?(_: {}): any;
212
221
  };
@@ -58,6 +58,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
58
58
  type: StringConstructor;
59
59
  default: undefined;
60
60
  };
61
+ isValidationList: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
61
65
  label: {
62
66
  type: StringConstructor;
63
67
  required: true;
@@ -177,6 +181,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
177
181
  type: StringConstructor;
178
182
  default: undefined;
179
183
  };
184
+ isValidationList: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
180
188
  label: {
181
189
  type: StringConstructor;
182
190
  required: true;
@@ -262,6 +270,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
262
270
  labelMaxWidth: string;
263
271
  labelMinWidth: string;
264
272
  disabledDateForSafari: boolean;
273
+ isValidationList: boolean;
265
274
  maxNumber: string;
266
275
  minNumber: string;
267
276
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -1669,7 +1678,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1669
1678
  persistentPlaceholder: boolean;
1670
1679
  persistentCounter: boolean;
1671
1680
  }> | null;
1672
- }, HTMLDivElement>, {
1681
+ }, any>, {
1673
1682
  labelInfo?(_: {
1674
1683
  class: string;
1675
1684
  }): any;
@@ -43,7 +43,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
43
43
  type: StringConstructor;
44
44
  required: true;
45
45
  };
46
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
+ click: (...args: any[]) => void;
48
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
47
49
  btnLabel: {
48
50
  type: StringConstructor;
49
51
  default: string;
@@ -88,7 +90,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
88
90
  type: StringConstructor;
89
91
  required: true;
90
92
  };
91
- }>> & Readonly<{}>, {
93
+ }>> & Readonly<{
94
+ onClick?: ((...args: any[]) => any) | undefined;
95
+ }>, {
92
96
  iconColor: string;
93
97
  btnLabel: string;
94
98
  iconBgColor: string;
@@ -3,6 +3,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3
3
  type: StringConstructor;
4
4
  required: true;
5
5
  };
6
+ disabled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
6
10
  selected: {
7
11
  type: BooleanConstructor;
8
12
  default: boolean;
@@ -22,6 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
22
26
  type: StringConstructor;
23
27
  required: true;
24
28
  };
29
+ disabled: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
25
33
  selected: {
26
34
  type: BooleanConstructor;
27
35
  default: boolean;
@@ -37,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
37
45
  }>> & Readonly<{
38
46
  onClick?: ((...args: any[]) => any) | undefined;
39
47
  }>, {
48
+ disabled: boolean;
40
49
  selected: boolean;
41
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
42
51
  default?(_: {}): any;
@@ -1,4 +1,5 @@
1
1
  export interface Structure {
2
+ name?: string
2
3
  address: string
3
4
  idNumber: string
4
5
  value: string
@@ -2,6 +2,10 @@ import { StructureTab } from './StructureTabs/types';
2
2
  import { PropType } from 'vue';
3
3
  import { IStructureMenuValue } from './types';
4
4
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ hasStructureAccess: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
5
9
  maxStructuresLoadedDefault: {
6
10
  type: NumberConstructor;
7
11
  default: number;
@@ -46,6 +50,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
46
50
  "update:model-value": (...args: any[]) => void;
47
51
  validate: (...args: any[]) => void;
48
52
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
53
+ hasStructureAccess: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
49
57
  maxStructuresLoadedDefault: {
50
58
  type: NumberConstructor;
51
59
  default: number;
@@ -92,6 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
92
100
  }>, {
93
101
  modelValue: IStructureMenuValue;
94
102
  maxStructuresLoadedDefault: number;
103
+ hasStructureAccess: boolean;
95
104
  structuresTabs: StructureTab[];
96
105
  switchValue: string;
97
106
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
@@ -9,6 +9,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
9
9
  type: StringConstructor;
10
10
  default: undefined;
11
11
  };
12
+ hasStructureAccess: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
12
16
  maxStructuresLoadedDefault: {
13
17
  type: NumberConstructor;
14
18
  default: number;
@@ -40,6 +44,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
40
44
  type: StringConstructor;
41
45
  default: undefined;
42
46
  };
47
+ hasStructureAccess: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
43
51
  maxStructuresLoadedDefault: {
44
52
  type: NumberConstructor;
45
53
  default: number;
@@ -68,20 +76,23 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
68
76
  tabs: StructureTab[];
69
77
  ariaLabelledby: string;
70
78
  maxStructuresLoadedDefault: number;
79
+ hasStructureAccess: boolean;
71
80
  searchBar: boolean;
72
81
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
73
82
  structureBtns: (({
74
83
  $: import('vue').ComponentInternalInstance;
75
84
  $data: {};
76
85
  $props: Partial<{
86
+ disabled: boolean;
77
87
  selected: boolean;
78
88
  }> & Omit<{
79
89
  readonly tabindex: number;
90
+ readonly disabled: boolean;
80
91
  readonly selected: boolean;
81
92
  readonly uniqueId: string;
82
93
  readonly controls: string;
83
94
  readonly onClick?: ((...args: any[]) => any) | undefined;
84
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "selected">;
95
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "selected">;
85
96
  $attrs: {
86
97
  [x: string]: unknown;
87
98
  };
@@ -101,6 +112,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
101
112
  type: StringConstructor;
102
113
  required: true;
103
114
  };
115
+ disabled: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
104
119
  selected: {
105
120
  type: BooleanConstructor;
106
121
  default: boolean;
@@ -118,6 +133,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
118
133
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
134
  click: (...args: any[]) => void;
120
135
  }, string, {
136
+ disabled: boolean;
121
137
  selected: boolean;
122
138
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
123
139
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -140,12 +156,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
140
156
  $nextTick: typeof nextTick;
141
157
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
142
158
  } & Readonly<{
159
+ disabled: boolean;
143
160
  selected: boolean;
144
161
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
145
162
  controls: {
146
163
  type: StringConstructor;
147
164
  required: true;
148
165
  };
166
+ disabled: {
167
+ type: BooleanConstructor;
168
+ default: boolean;
169
+ };
149
170
  selected: {
150
171
  type: BooleanConstructor;
151
172
  default: boolean;
@@ -160,7 +181,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
160
181
  };
161
182
  }>> & Readonly<{
162
183
  onClick?: ((...args: any[]) => any) | undefined;
163
- }>, "selected"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
184
+ }>, "disabled" | "selected"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
164
185
  $slots: {
165
186
  default?(_: {}): any;
166
187
  };
@@ -5,4 +5,5 @@ export declare const locales: {
5
5
  readonly showMoreFilters: "Afficher {count} filtres supplémentaires";
6
6
  readonly hideExtraFilters: "Réduire";
7
7
  readonly overflowAriaLabel: "Afficher {count} filtres supplémentaires : {items}";
8
+ readonly item: (item: string) => string;
8
9
  };
@@ -263,8 +263,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
263
263
  to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
264
264
  icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
265
265
  href?: string | undefined;
266
- elevation?: string | number | undefined;
267
- /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.VBtn, ] } */ rounded?: string | number | boolean | undefined;
266
+ elevation?: string | number | undefined; /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.VBtn, ] } */
267
+ rounded?: string | number | boolean | undefined;
268
268
  baseColor?: string | undefined;
269
269
  selectedClass?: string | undefined;
270
270
  activeColor?: string | undefined;
@@ -571,7 +571,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
571
571
  disabled: boolean;
572
572
  focused: boolean;
573
573
  tile: boolean;
574
- /** @type { [typeof SyIcon, ] } */ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
574
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
575
575
  glow: boolean;
576
576
  clearable: boolean;
577
577
  dirty: boolean;
@@ -1250,7 +1250,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1250
1250
  validationValue?: any;
1251
1251
  baseColor?: string | undefined;
1252
1252
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1253
- /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, ] } */ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1253
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1254
1254
  iconColor?: string | boolean | undefined;
1255
1255
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1256
1256
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3378,7 +3378,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3378
3378
  validationValue?: any;
3379
3379
  baseColor?: string | undefined;
3380
3380
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
3381
- /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, ] } */ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
3381
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
3382
3382
  iconColor?: string | boolean | undefined;
3383
3383
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3384
3384
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5369,7 +5369,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5369
5369
  validationValue?: any;
5370
5370
  baseColor?: string | undefined;
5371
5371
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
5372
- /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, ] } */ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
5372
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
5373
5373
  iconColor?: string | boolean | undefined;
5374
5374
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5375
5375
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7817,7 +7817,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7817
7817
  validationValue?: any;
7818
7818
  baseColor?: string | undefined;
7819
7819
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
7820
- /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, typeof __VLS_components.VBtn, typeof __VLS_components.vBtn, ] } */ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
7820
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
7821
7821
  iconColor?: string | boolean | undefined;
7822
7822
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7823
7823
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -449,9 +449,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
449
449
  error: boolean;
450
450
  direction: "vertical" | "horizontal";
451
451
  style: import('vue').StyleValue;
452
- /**
453
- * Calendar current month / year
454
- */
455
452
  disabled: boolean | null;
456
453
  readonly: boolean | null;
457
454
  messages: string | readonly string[];
@@ -469,6 +466,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
469
466
  width?: string | number | undefined;
470
467
  color?: string | undefined;
471
468
  maxWidth?: string | number | undefined;
469
+ /**
470
+ * Calendar current month / year
471
+ */
472
472
  minWidth?: string | number | undefined;
473
473
  label?: string | undefined;
474
474
  class?: any;
@@ -1179,7 +1179,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1179
1179
  error: boolean;
1180
1180
  direction: "vertical" | "horizontal";
1181
1181
  style: import('vue').StyleValue;
1182
- disabled: boolean | null;
1182
+ disabled: boolean | null; /** @type { typeof __VLS_ctx.dateCalendarTextInputRef } */
1183
1183
  readonly: boolean | null;
1184
1184
  messages: string | readonly string[];
1185
1185
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
@@ -2443,9 +2443,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2443
2443
  error: boolean;
2444
2444
  direction: "vertical" | "horizontal";
2445
2445
  style: import('vue').StyleValue;
2446
- /**
2447
- * Calendar current month / year
2448
- */
2449
2446
  disabled: boolean | null;
2450
2447
  readonly: boolean | null;
2451
2448
  messages: string | readonly string[];
@@ -2463,6 +2460,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2463
2460
  width?: string | number | undefined;
2464
2461
  color?: string | undefined;
2465
2462
  maxWidth?: string | number | undefined;
2463
+ /**
2464
+ * Calendar current month / year
2465
+ */
2466
2466
  minWidth?: string | number | undefined;
2467
2467
  label?: string | undefined;
2468
2468
  class?: any;
@@ -3173,7 +3173,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3173
3173
  error: boolean;
3174
3174
  direction: "vertical" | "horizontal";
3175
3175
  style: import('vue').StyleValue;
3176
- disabled: boolean | null;
3176
+ disabled: boolean | null; /** @type { typeof __VLS_ctx.dateCalendarTextInputRef } */
3177
3177
  readonly: boolean | null;
3178
3178
  messages: string | readonly string[];
3179
3179
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
@@ -4283,9 +4283,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4283
4283
  header: string;
4284
4284
  style: import('vue').StyleValue;
4285
4285
  title: string;
4286
- disabled: boolean; /**
4287
- * Icon state
4288
- */
4286
+ disabled: boolean;
4289
4287
  tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
4290
4288
  landscape: boolean;
4291
4289
  tile: boolean;