@cnamts/synapse 1.0.4 → 1.0.6

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 (206) hide show
  1. package/dist/DateFilter-BlOpwEVq.js +98 -0
  2. package/dist/NumberFilter-BPUXE4wY.js +121 -0
  3. package/dist/PeriodFilter-B2yx329_.js +112 -0
  4. package/dist/SelectFilter-CedKn1oV.js +136 -0
  5. package/dist/TextFilter-DkhJjRtR.js +114 -0
  6. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +103 -0
  7. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +105 -0
  8. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +3 -3
  9. package/dist/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.d.ts +132 -0
  10. package/dist/components/Amelipro/AmeliproCaptcha/types.d.ts +5 -0
  11. package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +3 -3
  12. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +126 -0
  13. package/dist/components/Amelipro/AmeliproCustomSelector/types.d.ts +6 -0
  14. package/dist/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  16. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +3 -3
  17. package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +190 -0
  18. package/dist/components/Amelipro/AmeliproTable/types.d.ts +34 -0
  19. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +3 -3
  20. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
  21. package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +1 -1
  22. package/dist/components/Amelipro/types.d.ts +6 -0
  23. package/dist/components/CookieBanner/CookieBanner.d.ts +1 -1
  24. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +11 -2
  25. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +6 -1
  26. package/dist/components/Customs/SyTextField/SyTextField.d.ts +3 -1
  27. package/dist/components/DataList/DataList.d.ts +9 -0
  28. package/dist/components/DataListGroup/DataListGroup.d.ts +10 -1
  29. package/dist/components/DataListItem/DataListItem.d.ts +1 -1
  30. package/dist/components/DataListItem/config.d.ts +1 -1
  31. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +18 -8
  32. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +16 -6
  33. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +6 -1
  34. package/dist/components/DatePicker/composables/useDateInputEditing.d.ts +17 -8
  35. package/dist/components/DatePicker/composables/useKeyboardEvents.d.ts +41 -0
  36. package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +4 -9
  37. package/dist/components/DatePicker/utils/dateFormattingUtils.d.ts +72 -0
  38. package/dist/components/DatePicker/utils/validationUtils.d.ts +38 -0
  39. package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.d.ts +9 -3
  40. package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.d.ts +6 -1
  41. package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.d.ts +11 -1
  42. package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.d.ts +11 -1
  43. package/dist/components/HeaderBar/HeaderBurgerMenu/locals.d.ts +2 -0
  44. package/dist/components/HeaderBar/HeaderBurgerMenu/useMenuPosition.d.ts +4 -0
  45. package/dist/components/NirField/NirField.d.ts +14 -4
  46. package/dist/components/PeriodField/PeriodField.d.ts +24 -4
  47. package/dist/components/Tables/common/SyTablePagination.d.ts +10 -0
  48. package/dist/components/index.d.ts +4 -0
  49. package/dist/composables/index.d.ts +1 -0
  50. package/dist/composables/usePagination.d.ts +16 -0
  51. package/dist/design-system-v3.js +165 -160
  52. package/dist/design-system-v3.umd.cjs +120 -138
  53. package/dist/directives/lockFocus.d.ts +17 -0
  54. package/dist/{main-BzyNNvHX.js → main-BXPFSAB4.js} +14664 -13282
  55. package/dist/style.css +1 -0
  56. package/package.json +5 -2
  57. package/src/assets/amelipro/apTheme.scss +149 -0
  58. package/src/assets/amelipro/apTokens.scss +0 -148
  59. package/src/assets/overrides/_btns.scss +15 -0
  60. package/src/assets/overrides/_container.scss +36 -0
  61. package/src/assets/overrides/_forms.scss +7 -0
  62. package/src/assets/{_spacers.scss → overrides/_spacers.scss} +0 -7
  63. package/src/assets/overrides/_tables.scss +18 -0
  64. package/src/assets/overrides/_tooltips.scss +10 -0
  65. package/src/assets/overrides/_typography.scss +196 -0
  66. package/src/assets/settings.scss +11 -51
  67. package/src/assets/themes.scss +10 -0
  68. package/src/assets/tokens.scss +9 -156
  69. package/src/components/Accordion/composables/__tests__/useAccordionGroupCommunication.spec.ts +80 -40
  70. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.mdx +15 -0
  71. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.stories.ts +83 -0
  72. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.vue +86 -0
  73. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.vue +242 -0
  74. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/AmeliproAccordionTemplate.spec.ts +20 -0
  75. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +124 -0
  76. package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +20 -0
  77. package/src/components/Amelipro/AmeliproAccordion/__tests__/__snapshots__/AmeliproAccordion.spec.ts.snap +124 -0
  78. package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.mdx +15 -0
  79. package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.stories.ts +87 -0
  80. package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +233 -0
  81. package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +24 -0
  82. package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +384 -0
  83. package/src/components/Amelipro/AmeliproCaptcha/types.d.ts +5 -0
  84. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.mdx +15 -0
  85. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.stories.ts +143 -0
  86. package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +351 -0
  87. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +50 -0
  88. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/__snapshots__/AmeliproCustomSelector.spec.ts.snap +186 -0
  89. package/src/components/Amelipro/AmeliproCustomSelector/types.d.ts +6 -0
  90. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
  91. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +1 -1
  92. package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +1 -708
  93. package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +1 -1
  94. package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +1 -708
  95. package/src/components/Amelipro/AmeliproTable/AmeliproTable.mdx +22 -0
  96. package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +550 -0
  97. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +421 -0
  98. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +72 -0
  99. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +427 -0
  100. package/src/components/Amelipro/AmeliproTable/types.d.ts +34 -0
  101. package/src/components/Amelipro/ServiceMenu/ServiceMenu.vue +12 -1
  102. package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +0 -820
  103. package/src/components/Amelipro/types.ts +8 -0
  104. package/src/components/CollapsibleList/CollapsibleList.vue +0 -2
  105. package/src/components/CookieBanner/CookieBanner.vue +1 -3
  106. package/src/components/CopyBtn/CopyBtn.vue +9 -2
  107. package/src/components/CopyBtn/tests/CopyBtn.spec.ts +3 -1
  108. package/src/components/Customs/Selects/SySelect/Accessibilite.mdx +7 -0
  109. package/src/components/Customs/Selects/SySelect/Accessibilite.stories.ts +4 -1
  110. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +80 -0
  111. package/src/components/Customs/Selects/SySelect/SySelect.vue +280 -34
  112. package/src/components/Customs/Selects/SySelect/composables/tests/useSySelectKeyboard.spec.ts +14 -5
  113. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +129 -12
  114. package/src/components/Customs/SyIcon/SyIcon.spec.ts +3 -0
  115. package/src/components/Customs/SyTextField/Accessibilite.stories.ts +3 -1
  116. package/src/components/Customs/SyTextField/SyTextField.stories.ts +79 -6
  117. package/src/components/Customs/SyTextField/SyTextField.vue +218 -24
  118. package/src/components/DataList/Accessibilite.stories.ts +4 -0
  119. package/src/components/DataList/DataList.vue +19 -12
  120. package/src/components/DataListGroup/Accessibilite.stories.ts +4 -0
  121. package/src/components/DataListGroup/DataListGroup.vue +32 -15
  122. package/src/components/DataListItem/DataListItem.vue +14 -11
  123. package/src/components/DataListItem/config.ts +1 -1
  124. package/src/components/DataListItem/tests/DataListItem.spec.ts +2 -2
  125. package/src/components/DatePicker/CalendarMode/DatePicker.vue +12 -7
  126. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +174 -0
  127. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +27 -5
  128. package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +286 -0
  129. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +1 -1
  130. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +29 -31
  131. package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +11 -3
  132. package/src/components/DatePicker/composables/useDateInputEditing.ts +73 -209
  133. package/src/components/DatePicker/composables/useKeyboardEvents.ts +149 -0
  134. package/src/components/DatePicker/composables/useManualDateValidation.ts +27 -68
  135. package/src/components/DatePicker/utils/dateFormattingUtils.ts +228 -0
  136. package/src/components/DatePicker/utils/validationUtils.ts +90 -0
  137. package/src/components/DialogBox/Accessibilite.stories.ts +4 -0
  138. package/src/components/DialogBox/DialogBox.stories.ts +10 -10
  139. package/src/components/DialogBox/DialogBox.vue +83 -21
  140. package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +12 -6
  141. package/src/components/FileUpload/tests/FileUpload.spec.ts +3 -0
  142. package/src/components/FooterBar/FooterBar.vue +1 -0
  143. package/src/components/HeaderBar/Accessibilite.stories.ts +4 -0
  144. package/src/components/HeaderBar/HeaderBar.mdx +47 -22
  145. package/src/components/HeaderBar/HeaderBar.stories.ts +54 -13
  146. package/src/components/HeaderBar/HeaderBar.vue +2 -1
  147. package/src/components/HeaderBar/HeaderBurgerMenu/Accessibilite.stories.ts +4 -0
  148. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.stories.ts +160 -82
  149. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +41 -56
  150. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +10 -3
  151. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +41 -18
  152. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/tests/HeaderMenuSection.spec.ts +7 -2
  153. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.stories.ts +36 -9
  154. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +41 -9
  155. package/src/components/HeaderBar/HeaderBurgerMenu/locals.ts +2 -0
  156. package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.ts +1 -1
  157. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/HeaderBurgerMenu.spec.ts.snap +8 -3
  158. package/src/components/HeaderBar/HeaderBurgerMenu/useMenuPosition.ts +50 -0
  159. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +5 -5
  160. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +7 -4
  161. package/src/components/HeaderBar/locales.ts +1 -1
  162. package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +2 -1
  163. package/src/components/HeaderLoading/HeaderLoading.vue +0 -1
  164. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +2 -0
  165. package/src/components/LangBtn/LangBtn.vue +0 -3
  166. package/src/components/LogoBrandSection/Accessibilite.stories.ts +4 -1
  167. package/src/components/LogoBrandSection/LogoBrandSection.stories.ts +2 -2
  168. package/src/components/LogoBrandSection/LogoBrandSection.vue +13 -8
  169. package/src/components/LogoBrandSection/locales.ts +1 -1
  170. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +1 -1
  171. package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +6 -4
  172. package/src/components/NirField/NirField.vue +5 -5
  173. package/src/components/NirField/tests/NirField.spec.ts +78 -12
  174. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +104 -6
  175. package/src/components/Tables/common/TableHeader.vue +10 -7
  176. package/src/components/Tables/common/tableAccessibilityUtils.ts +13 -2
  177. package/src/components/Tables/common/useTableAria.ts +17 -1
  178. package/src/components/UserMenuBtn/tests/UserMenuBtn.spec.ts +2 -1
  179. package/src/components/index.ts +4 -0
  180. package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +34 -5
  181. package/src/composables/index.ts +3 -0
  182. package/src/composables/useFilterable/useFilterable.ts +13 -1
  183. package/src/composables/usePagination.ts +103 -0
  184. package/src/directives/lockFocus.ts +48 -0
  185. package/src/main.ts +1 -2
  186. package/src/stories/Accessibilite/Aculturation/SensibilisationAccessibilite.mdx +1 -8
  187. package/src/stories/Accessibilite/{Aculturation/AuditDesignSystem.mdx → AuditDesignSystem.mdx} +1 -1
  188. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/FauxPositifs.mdx +102 -0
  189. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/FauxPositifs.stories.ts +219 -0
  190. package/src/stories/Accessibilite/KitDePreAudit/Outils/{Tanaguru.mdx → Tanaguru/Utilisation.mdx} +1 -1
  191. package/src/stories/DesignTokens/ColorIntegrationExample.vue +43 -0
  192. package/src/stories/DesignTokens/Colors.mdx +2 -0
  193. package/src/stories/DesignTokens/colors.stories.ts +9 -0
  194. package/src/vuetifyConfig.ts +3 -3
  195. package/dist/DateFilter-yrwJv_2R.js +0 -95
  196. package/dist/NumberFilter-BQXtywZI.js +0 -117
  197. package/dist/PeriodFilter-BYXVSzr5.js +0 -108
  198. package/dist/SelectFilter-CJV_mlN3.js +0 -133
  199. package/dist/TextFilter-DN0ejYIs.js +0 -110
  200. package/dist/design-system-v3.css +0 -1
  201. package/dist/directives/letterSpacing.d.ts +0 -27
  202. package/src/assets/_fonts.scss +0 -6
  203. package/src/assets/_typography.scss +0 -157
  204. package/src/directives/letterSpacing.ts +0 -233
  205. /package/src/assets/{_elevations.scss → overrides/_elevations.scss} +0 -0
  206. /package/src/assets/{_radius.scss → overrides/_radius.scss} +0 -0
@@ -1,3 +1,4 @@
1
1
  export * from './rules/useFieldValidation';
2
2
  export * from './useCustomizableOptions';
3
3
  export * from './widthable';
4
+ export * from './usePagination';
@@ -0,0 +1,16 @@
1
+ import { Breakpoints, IDataListItem } from '../components/Amelipro/types';
2
+ import { Ref } from 'vue';
3
+ import { PaginationTypes } from '../components/Amelipro/AmeliproPagination/types';
4
+ import { SelectItem } from '../components/Amelipro/AmeliproSelect/types';
5
+ export interface IUsePagination {
6
+ currentPage: Ref<number>;
7
+ currentPageItems: (currentList: IDataListItem[]) => IDataListItem[];
8
+ itemToDisplay: Ref<number>;
9
+ pageTotal: Ref<number>;
10
+ pagination: Ref<boolean>;
11
+ paginationSelectItems: SelectItem[];
12
+ paginationTable: Ref<PaginationTypes[]>;
13
+ setDefaultItemsPerPage: () => void;
14
+ updatePagination: (currentList: IDataListItem[], itemPerPage: number) => void;
15
+ }
16
+ export declare const usePagination: (list: IDataListItem[], itemPerPageDefault?: number, itemPerPageDefaultMobile?: number, breakPointValue?: Breakpoints) => IUsePagination;
@@ -1,164 +1,169 @@
1
- import { Z as i, ak as o, al as r, am as t, ao as l, an as n, ap as d, aq as p, ar as b, as as m, at as c, au as A, av as u, aw as F, ax as S, ay as B, az as g, aA as y, aB as T, aC as D, aD as C, aE as L, aF as M, aG as k, aH as N, aI as f, aJ as P, aK as H, aL as I, aM as h, aN as x, aO as E, aP as R, aQ as v, aR as V, aS as U, aT as G, B as w, p as q, $ as K, a0 as W, C as z, a9 as _, aa as j, ab as O, ac as X, q as Y, a1 as J, a2 as Q, a3 as Z, D as $, t as aa, ad as ea, r as sa, b6 as ia, ah as oa, E as ra, a4 as ta, a5 as la, v as na, X as da, Y as pa, F as ba, s as ma, H as ca, b as Aa, c as ua, d as Fa, e as Sa, f as Ba, g as ga, l as ya, h as Ta, i as Da, b1 as Ca, L as La, bs as Ma, a6 as ka, a7 as Na, ai as fa, b0 as Pa, N as Ha, aj as Ia, ae as ha, b5 as xa, k as Ea, Q as Ra, w as va, P as Va, y as Ua, z as Ga, af as wa, A as qa, G as Ka, aV as Wa, m as za, n as _a, aU as ja, j as Oa, ag as Xa, I as Ya, J as Ja, a8 as Qa, K as Za, o as $a, S as ae, R as ee, V as se, M as ie, a as oe, W as re, T as te, O as le, aW as ne, aX as de, U as pe, bt as be, b2 as me, b3 as ce, bu as Ae, bE as ue, bG as Fe, b8 as Se, bF as Be, bv as ge, x as ye, bz as Te, bA as De, bB as Ce, ba as Le, b9 as Me, bq as ke, bD as Ne, bb as fe, bp as Pe, bo as He, bc as Ie, bd as he, b4 as xe, be as Ee, bj as Re, bi as ve, bf as Ve, bh as Ue, bg as Ge, bl as we, bk as qe, bn as Ke, bm as We, bC as ze, bw as _e, bx as je, by as Oe, br as Xe, u as Ye, aY as Je, aZ as Qe, a_ as Ze, b7 as $e, a$ as as } from "./main-BzyNNvHX.js";
1
+ import { Z as i, ak as o, al as r, am as t, an as l, ap as n, aq as d, ao as b, ar as p, as as m, at as c, au as A, av as u, aw as F, ax as S, ay as g, az as B, aA as T, aB as y, aC as C, aD as D, aE as L, aF as M, aG as k, aH as N, aI as P, aJ as f, aK as H, aL as I, aM as h, aN as x, aO as E, aP as R, aQ as v, aR as V, aS as U, aT as G, aU as w, aV as K, aW as q, aX as W, B as z, p as _, $ as j, a0 as J, C as O, a9 as X, aa as Y, ab as Q, ac as Z, q as $, a1 as aa, a2 as ea, a3 as sa, D as ia, t as oa, ad as ra, r as ta, ba as la, ah as na, E as da, a4 as ba, a5 as pa, v as ma, X as ca, Y as Aa, F as ua, s as Fa, H as Sa, b as ga, c as Ba, d as Ta, e as ya, f as Ca, g as Da, l as La, h as Ma, i as ka, b5 as Na, L as Pa, bx as fa, a6 as Ha, a7 as Ia, ai as ha, b4 as xa, N as Ea, aj as Ra, ae as va, b9 as Va, k as Ua, Q as Ga, w as wa, P as Ka, y as qa, z as Wa, af as za, A as _a, G as ja, aZ as Ja, m as Oa, n as Xa, aY as Ya, j as Qa, ag as Za, I as $a, J as ae, a8 as ee, K as se, o as ie, S as oe, R as re, V as te, M as le, a as ne, W as de, T as be, O as pe, a_ as me, a$ as ce, U as Ae, by as ue, b6 as Fe, b7 as Se, bz as ge, bJ as Be, bL as Te, bd as ye, bK as Ce, bA as De, x as Le, bE as Me, bF as ke, bG as Ne, bf as Pe, be as fe, bv as He, bI as Ie, bg as he, bu as xe, bt as Ee, bh as Re, bi as ve, b8 as Ve, bj as Ue, bo as Ge, bn as we, bk as Ke, bm as qe, bl as We, bq as ze, bp as _e, bs as je, br as Je, bH as Oe, bB as Xe, bC as Ye, bD as Qe, bw as Ze, u as $e, b0 as as, b1 as es, bc as ss, b2 as is, bb as os, b3 as rs } from "./main-BXPFSAB4.js";
2
2
  import "vue";
3
3
  export {
4
4
  i as Accordion,
5
- o as AmeliproAutoCompleteField,
6
- r as AmeliproBreadcrumb,
7
- t as AmeliproBtn,
8
- l as AmeliproCallback,
9
- n as AmeliproCard,
10
- d as AmeliproCheckbox,
11
- p as AmeliproCheckboxGroup,
12
- b as AmeliproChips,
13
- m as AmeliproDialog,
14
- c as AmeliproDisclosure,
15
- A as AmeliproFooter,
16
- u as AmeliproHeader,
17
- F as AmeliproIcon,
18
- S as AmeliproIconBtn,
19
- B as AmeliproIllustratedDataTile,
20
- g as AmeliproIllustratedRadioGroup,
21
- y as AmeliproMailTile,
22
- T as AmeliproMenu,
23
- D as AmeliproMessage,
24
- C as AmeliproMultipleFoldingCard,
25
- L as AmeliproNumberedCard,
26
- M as AmeliproOnboarding,
27
- k as AmeliproPageLayout,
28
- N as AmeliproPagination,
29
- f as AmeliproPatientBanner,
30
- P as AmeliproRadioGroup,
31
- H as AmeliproSelect,
32
- I as AmeliproStateTile,
33
- h as AmeliproStatus,
34
- x as AmeliproStepper,
35
- E as AmeliproTabs,
36
- R as AmeliproTextArea,
37
- v as AmeliproTextField,
38
- V as AmeliproTileBtn,
39
- U as AmeliproTooltips,
40
- G as AmeliproTransmission,
41
- w as BackBtn,
42
- q as BackToTopBtn,
43
- K as ChipList,
44
- W as CollapsibleList,
45
- z as ContextualMenu,
46
- _ as CookieBanner,
47
- j as CookiesInformation,
48
- O as CookiesSelection,
49
- X as CookiesTable,
50
- Y as CopyBtn,
51
- J as DataList,
52
- Q as DataListGroup,
53
- Z as DataListItem,
54
- $ as DatePicker,
55
- aa as DiacriticPicker,
56
- ea as DialogBox,
57
- sa as DownloadBtn,
58
- ia as EMAIL_REGEXP,
59
- oa as ErrorPage,
60
- ra as ExternalLinks,
61
- ta as FileList,
62
- la as FilePreview,
63
- na as FileUpload,
64
- da as FilterInline,
65
- pa as FilterSideBar,
66
- ba as FooterBar,
67
- ma as FranceConnectBtn,
68
- ca as HeaderBar,
69
- Aa as HeaderBurgerMenu,
70
- ua as HeaderLoading,
71
- Fa as HeaderLogo,
72
- Sa as HeaderMenuBtn,
73
- Ba as HeaderMenuItem,
74
- ga as HeaderMenuSection,
75
- ya as HeaderNavigationBar,
76
- Ta as HeaderSubMenu,
77
- Da as HeaderToolbar,
78
- Ca as KEY_LENGTH,
79
- La as LangBtn,
80
- Ma as LocalStorageUtility,
81
- ka as Logo,
82
- Na as LogoBrandSection,
83
- fa as MaintenancePage,
84
- Pa as NUMBER_LENGTH,
85
- Ha as NirField,
86
- Ia as NotFoundPage,
87
- ha as NotificationBar,
88
- xa as NotificationService,
89
- Ea as PageContainer,
90
- Ra as PaginatedTable,
91
- va as PasswordField,
92
- Va as PeriodField,
93
- Ua as PhoneField,
94
- Ga as RangeField,
95
- wa as RatingPicker,
96
- qa as SearchListField,
97
- Ka as SelectBtnField,
98
- Wa as ServiceMenu,
99
- za as SkipLink,
100
- _a as SocialMediaLinks,
101
- ja as StructureMenu,
102
- Oa as SubHeader,
103
- Xa as SyAlert,
104
- Ya as SyBtnSelect,
105
- Ja as SyCheckbox,
106
- Qa as SyIcon,
107
- Za as SyInputSelect,
108
- $a as SyPagination,
109
- ae as SySelect,
110
- ee as SyServerTable,
111
- se as SyTable,
112
- ie as SyTextArea,
113
- oe as SyTextField,
114
- re as TableToolbar,
115
- te as ToolbarContainer,
116
- le as UploadWorkflow,
117
- ne as UserInformationSummary,
118
- de as UserMenu,
119
- pe as UserMenuBtn,
120
- be as calcHumanFileSize,
121
- me as checkNIR,
122
- ce as computeNIRKey,
123
- Ae as convertToUnit,
124
- ue as copyToClipboard,
125
- Fe as deepCopy,
126
- Se as doMatchPatternFn,
127
- Be as downloadFile,
128
- ge as formatDate,
129
- ye as indicatifs,
130
- Te as isDateAfter,
131
- De as isDateBefore,
132
- Ce as isDateInRange,
133
- Le as isDateValid,
134
- Me as isDateValidFn,
135
- ke as isDateValidUtil,
136
- Ne as isEmailValid,
137
- fe as isExactLengthFn,
138
- Pe as isHolidayDay,
139
- He as isHolidayDayFn,
140
- Ie as isMaxLengthFn,
141
- he as isMinLengthFn,
142
- xe as isNIRKeyValid,
143
- Ee as isNotAfterDateFn,
144
- Re as isNotAfterToday,
145
- ve as isNotAfterTodayFn,
146
- Ve as isNotBeforeDateFn,
147
- Ue as isNotBeforeToday,
148
- Ge as isNotBeforeTodayFn,
149
- we as isRequired,
150
- qe as isRequiredFn,
151
- Ke as isValidEmail,
152
- We as isValidEmailFn,
153
- ze as isWeekend,
154
- _e as parseDate,
155
- je as propValidator,
156
- Oe as ruleMessage,
157
- Xe as throttleDisplayFn,
158
- Ye as useDateFormat,
159
- Je as useFieldValidation,
160
- Qe as useNotificationService,
161
- Ze as useValidation,
162
- $e as useWidthable,
163
- as as vRgaaSvgFix
5
+ o as AmeliproAccordion,
6
+ r as AmeliproAutoCompleteField,
7
+ t as AmeliproBreadcrumb,
8
+ l as AmeliproBtn,
9
+ n as AmeliproCallback,
10
+ d as AmeliproCaptcha,
11
+ b as AmeliproCard,
12
+ p as AmeliproCheckbox,
13
+ m as AmeliproCheckboxGroup,
14
+ c as AmeliproChips,
15
+ A as AmeliproCustomSelector,
16
+ u as AmeliproDialog,
17
+ F as AmeliproDisclosure,
18
+ S as AmeliproFooter,
19
+ g as AmeliproHeader,
20
+ B as AmeliproIcon,
21
+ T as AmeliproIconBtn,
22
+ y as AmeliproIllustratedDataTile,
23
+ C as AmeliproIllustratedRadioGroup,
24
+ D as AmeliproMailTile,
25
+ L as AmeliproMenu,
26
+ M as AmeliproMessage,
27
+ k as AmeliproMultipleFoldingCard,
28
+ N as AmeliproNumberedCard,
29
+ P as AmeliproOnboarding,
30
+ f as AmeliproPageLayout,
31
+ H as AmeliproPagination,
32
+ I as AmeliproPatientBanner,
33
+ h as AmeliproRadioGroup,
34
+ x as AmeliproSelect,
35
+ E as AmeliproStateTile,
36
+ R as AmeliproStatus,
37
+ v as AmeliproStepper,
38
+ V as AmeliproTable,
39
+ U as AmeliproTabs,
40
+ G as AmeliproTextArea,
41
+ w as AmeliproTextField,
42
+ K as AmeliproTileBtn,
43
+ q as AmeliproTooltips,
44
+ W as AmeliproTransmission,
45
+ z as BackBtn,
46
+ _ as BackToTopBtn,
47
+ j as ChipList,
48
+ J as CollapsibleList,
49
+ O as ContextualMenu,
50
+ X as CookieBanner,
51
+ Y as CookiesInformation,
52
+ Q as CookiesSelection,
53
+ Z as CookiesTable,
54
+ $ as CopyBtn,
55
+ aa as DataList,
56
+ ea as DataListGroup,
57
+ sa as DataListItem,
58
+ ia as DatePicker,
59
+ oa as DiacriticPicker,
60
+ ra as DialogBox,
61
+ ta as DownloadBtn,
62
+ la as EMAIL_REGEXP,
63
+ na as ErrorPage,
64
+ da as ExternalLinks,
65
+ ba as FileList,
66
+ pa as FilePreview,
67
+ ma as FileUpload,
68
+ ca as FilterInline,
69
+ Aa as FilterSideBar,
70
+ ua as FooterBar,
71
+ Fa as FranceConnectBtn,
72
+ Sa as HeaderBar,
73
+ ga as HeaderBurgerMenu,
74
+ Ba as HeaderLoading,
75
+ Ta as HeaderLogo,
76
+ ya as HeaderMenuBtn,
77
+ Ca as HeaderMenuItem,
78
+ Da as HeaderMenuSection,
79
+ La as HeaderNavigationBar,
80
+ Ma as HeaderSubMenu,
81
+ ka as HeaderToolbar,
82
+ Na as KEY_LENGTH,
83
+ Pa as LangBtn,
84
+ fa as LocalStorageUtility,
85
+ Ha as Logo,
86
+ Ia as LogoBrandSection,
87
+ ha as MaintenancePage,
88
+ xa as NUMBER_LENGTH,
89
+ Ea as NirField,
90
+ Ra as NotFoundPage,
91
+ va as NotificationBar,
92
+ Va as NotificationService,
93
+ Ua as PageContainer,
94
+ Ga as PaginatedTable,
95
+ wa as PasswordField,
96
+ Ka as PeriodField,
97
+ qa as PhoneField,
98
+ Wa as RangeField,
99
+ za as RatingPicker,
100
+ _a as SearchListField,
101
+ ja as SelectBtnField,
102
+ Ja as ServiceMenu,
103
+ Oa as SkipLink,
104
+ Xa as SocialMediaLinks,
105
+ Ya as StructureMenu,
106
+ Qa as SubHeader,
107
+ Za as SyAlert,
108
+ $a as SyBtnSelect,
109
+ ae as SyCheckbox,
110
+ ee as SyIcon,
111
+ se as SyInputSelect,
112
+ ie as SyPagination,
113
+ oe as SySelect,
114
+ re as SyServerTable,
115
+ te as SyTable,
116
+ le as SyTextArea,
117
+ ne as SyTextField,
118
+ de as TableToolbar,
119
+ be as ToolbarContainer,
120
+ pe as UploadWorkflow,
121
+ me as UserInformationSummary,
122
+ ce as UserMenu,
123
+ Ae as UserMenuBtn,
124
+ ue as calcHumanFileSize,
125
+ Fe as checkNIR,
126
+ Se as computeNIRKey,
127
+ ge as convertToUnit,
128
+ Be as copyToClipboard,
129
+ Te as deepCopy,
130
+ ye as doMatchPatternFn,
131
+ Ce as downloadFile,
132
+ De as formatDate,
133
+ Le as indicatifs,
134
+ Me as isDateAfter,
135
+ ke as isDateBefore,
136
+ Ne as isDateInRange,
137
+ Pe as isDateValid,
138
+ fe as isDateValidFn,
139
+ He as isDateValidUtil,
140
+ Ie as isEmailValid,
141
+ he as isExactLengthFn,
142
+ xe as isHolidayDay,
143
+ Ee as isHolidayDayFn,
144
+ Re as isMaxLengthFn,
145
+ ve as isMinLengthFn,
146
+ Ve as isNIRKeyValid,
147
+ Ue as isNotAfterDateFn,
148
+ Ge as isNotAfterToday,
149
+ we as isNotAfterTodayFn,
150
+ Ke as isNotBeforeDateFn,
151
+ qe as isNotBeforeToday,
152
+ We as isNotBeforeTodayFn,
153
+ ze as isRequired,
154
+ _e as isRequiredFn,
155
+ je as isValidEmail,
156
+ Je as isValidEmailFn,
157
+ Oe as isWeekend,
158
+ Xe as parseDate,
159
+ Ye as propValidator,
160
+ Qe as ruleMessage,
161
+ Ze as throttleDisplayFn,
162
+ $e as useDateFormat,
163
+ as as useFieldValidation,
164
+ es as useNotificationService,
165
+ ss as usePagination,
166
+ is as useValidation,
167
+ os as useWidthable,
168
+ rs as vRgaaSvgFix
164
169
  };