@cnamts/synapse 1.0.9 → 1.0.10
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.
- package/dist/{DateFilter-BylukfjR.js → DateFilter-C0wDuzgn.js} +1 -1
- package/dist/{NumberFilter-C_bUk9o1.js → NumberFilter-CBj7zdOi.js} +1 -1
- package/dist/{PeriodFilter-dVOmcfmt.js → PeriodFilter-DB4wWyKy.js} +1 -1
- package/dist/{SelectFilter-BW8KpXkQ.js → SelectFilter-Dces8572.js} +1 -1
- package/dist/{TextFilter-diwVzTz7.js → TextFilter-BU9nlkuS.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.d.ts +110 -0
- package/dist/components/Amelipro/AmeliproAccordionFrieze/types.d.ts +6 -0
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.d.ts +47 -0
- package/dist/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.d.ts +88 -0
- package/dist/components/Amelipro/AmeliproDentalChart/types.d.ts +13 -0
- package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +70 -0
- package/dist/components/Amelipro/AmeliproFirstLogin/locales.d.ts +46 -0
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +149 -0
- package/dist/components/Amelipro/AmeliproPatientLogged/types.d.ts +48 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.d.ts +177 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.d.ts +169 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/types.d.ts +5 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/types.d.ts +5 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +2925 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/types.d.ts +11 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +4489 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/types.d.ts +17 -0
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +12 -12
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +30 -30
- package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +12 -2
- package/dist/components/CookieBanner/CookieBanner.d.ts +7 -7
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -20
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +9 -9
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +7 -6
- package/dist/components/Customs/SyForm/SyForm.d.ts +1820 -0
- package/dist/components/Customs/SyTabs/SyTabs.d.ts +3 -1
- package/dist/components/Customs/SyTabs/useTabTransition.d.ts +5 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +36 -31
- package/dist/components/Customs/SyTextField/types.d.ts +1 -1
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +232 -134
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +121 -71
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +60 -37
- package/dist/components/DatePicker/composables/useDateValidation.d.ts +14 -2
- package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
- package/dist/components/DatePicker/tests/setup.d.ts +74354 -0
- package/dist/components/DialogBox/DialogBox.d.ts +10 -10
- package/dist/components/DialogBox/locales.d.ts +1 -0
- package/dist/components/DialogBox/useDraggable.d.ts +2 -0
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +7 -7
- package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.d.ts +2 -0
- package/dist/components/HeaderNavigationBar/types.d.ts +1 -0
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +842 -9
- package/dist/components/HeaderToolbar/locales.d.ts +3 -0
- package/dist/components/HeaderToolbar/useMobileRightMenu.d.ts +10 -0
- package/dist/components/LangBtn/LangBtn.d.ts +8 -8
- package/dist/components/NirField/NirField.d.ts +90 -65
- package/dist/components/NirField/locales.d.ts +6 -4
- package/dist/components/PasswordField/PasswordField.d.ts +3 -1
- package/dist/components/PasswordField/locales.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +460 -260
- package/dist/components/PhoneField/PhoneField.d.ts +45 -32
- package/dist/components/RangeField/RangeField.d.ts +11 -1
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +2 -2
- package/dist/components/RangeField/config.d.ts +3 -0
- package/dist/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +3 -1
- package/dist/components/RatingPicker/EmotionPicker/locales.d.ts +2 -0
- package/dist/components/RatingPicker/NumberPicker/NumberPicker.d.ts +3 -1
- package/dist/components/RatingPicker/StarsPicker/StarsPicker.d.ts +3 -1
- package/dist/components/RatingPicker/locales.d.ts +1 -0
- package/dist/components/SearchListField/SearchListField.d.ts +6 -6
- package/dist/components/SyAlert/SyAlert.d.ts +2 -2
- package/dist/components/SyTextArea/SyTextArea.d.ts +13 -13
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +3 -5
- package/dist/components/Tables/SyTable/SyTable.d.ts +3 -5
- package/dist/components/Tables/common/SyTablePagination.d.ts +8 -6
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +4 -4
- package/dist/components/Tables/common/usePagination.d.ts +1 -3
- package/dist/components/Tables/common/useTableCheckbox.d.ts +1 -1
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +4 -4
- package/dist/components/index.d.ts +8 -0
- package/dist/composables/validation/useFormValidation.d.ts +24 -0
- package/dist/composables/validation/useValidatable.d.ts +17 -0
- package/dist/design-system-v3.js +181 -173
- package/dist/design-system-v3.umd.cjs +265 -263
- package/dist/{main-2eWGB7zZ.js → main-Dt4iNotT.js} +14095 -11151
- package/dist/style.css +1 -1
- package/dist/tooth-11-B9fN9Ow_.js +4 -0
- package/dist/tooth-12-BOOjuDe9.js +4 -0
- package/dist/tooth-13-DVU7jhZ8.js +4 -0
- package/dist/tooth-14-CXNleTBu.js +4 -0
- package/dist/tooth-15-iq3z8dzZ.js +4 -0
- package/dist/tooth-16-BuNIHSQk.js +4 -0
- package/dist/tooth-17-DLb4ijsH.js +4 -0
- package/dist/tooth-18-huijQe68.js +4 -0
- package/dist/tooth-21-Bl7Q-o4y.js +4 -0
- package/dist/tooth-22-ChQKI3h5.js +4 -0
- package/dist/tooth-23-CkzbEvBa.js +4 -0
- package/dist/tooth-24-BpaPUSEp.js +4 -0
- package/dist/tooth-25-BaVfhAL6.js +4 -0
- package/dist/tooth-26-BnL03Jv5.js +4 -0
- package/dist/tooth-27-BaHyZfhH.js +4 -0
- package/dist/tooth-28-BrMBVEgX.js +4 -0
- package/dist/tooth-31-DEH3Btej.js +4 -0
- package/dist/tooth-32-Dqcy596v.js +4 -0
- package/dist/tooth-33-DLzQOVky.js +4 -0
- package/dist/tooth-34-36nkjUPW.js +4 -0
- package/dist/tooth-35-VfFhleWT.js +4 -0
- package/dist/tooth-36-BHwtGkLx.js +4 -0
- package/dist/tooth-37-CT47Rtk-.js +4 -0
- package/dist/tooth-38-D15JmYSD.js +4 -0
- package/dist/tooth-41--x9N_iSc.js +4 -0
- package/dist/tooth-42-DZ1D3qmP.js +4 -0
- package/dist/tooth-43-C9T3b5_0.js +4 -0
- package/dist/tooth-44-CsPRBSZV.js +4 -0
- package/dist/tooth-45-Dg3wQunm.js +4 -0
- package/dist/tooth-46-DAOEt4G5.js +4 -0
- package/dist/tooth-47-DcqUeVM0.js +4 -0
- package/dist/tooth-48-0MVzkYem.js +4 -0
- package/dist/tooth-51-DOTod22I.js +4 -0
- package/dist/tooth-52-DZB1Jabv.js +4 -0
- package/dist/tooth-53-nunm2BQr.js +4 -0
- package/dist/tooth-54-BwdYfBd-.js +4 -0
- package/dist/tooth-55-BUJdNwqL.js +4 -0
- package/dist/tooth-61-BwqR1B88.js +4 -0
- package/dist/tooth-62-BzaECsvF.js +4 -0
- package/dist/tooth-63-wjdIfSq2.js +4 -0
- package/dist/tooth-64-CGW4ZcUq.js +4 -0
- package/dist/tooth-65-DxH4GgAL.js +4 -0
- package/dist/tooth-71-CmjVz11G.js +4 -0
- package/dist/tooth-72-CCyNUD-W.js +4 -0
- package/dist/tooth-73-D6aJwVz4.js +4 -0
- package/dist/tooth-74-zNtDQ6ig.js +4 -0
- package/dist/tooth-75-DDEx6y4E.js +4 -0
- package/dist/tooth-81-xg8UVvz2.js +4 -0
- package/dist/tooth-82-CtNXwBtB.js +4 -0
- package/dist/tooth-83-C2ODw7VT.js +4 -0
- package/dist/tooth-84-BKIdO9HA.js +4 -0
- package/dist/tooth-85-3YmvfAsK.js +4 -0
- package/package.json +2 -2
- package/src/assets/amelipro/img/dental-chart-img/tooth-11.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-12.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-13.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-14.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-15.svg +21 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-16.svg +31 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-17.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-18.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-21.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-22.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-23.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-24.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-25.svg +21 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-26.svg +31 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-27.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-28.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-31.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-32.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-33.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-34.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-35.svg +22 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-36.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-37.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-38.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-41.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-42.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-43.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-44.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-45.svg +22 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-46.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-47.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-48.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-51.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-52.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-53.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-54.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-55.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-61.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-62.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-63.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-64.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-65.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-71.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-72.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-73.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-74.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-75.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-81.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-82.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-83.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-84.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-85.svg +16 -0
- package/src/assets/amelipro/img/idpa/apcv_logo.svg +16 -0
- package/src/assets/amelipro/img/idpa/carte-vitale.svg +75 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.mdx +15 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.stories.ts +261 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +419 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/AmeliproAccordionFrieze.spec.ts +98 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +858 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +2 -2
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -2
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.stories.ts +97 -0
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.stories.ts +190 -8
- package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.stories.ts +321 -0
- package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
- package/src/components/Amelipro/AmeliproCard/AmeliproCard.stories.ts +360 -0
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +1 -1
- package/src/components/Amelipro/AmeliproChips/AmeliproChips.stories.ts +46 -0
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.stories.ts +173 -0
- package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.stories.ts +112 -26
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.mdx +15 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.stories.ts +1078 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.vue +163 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +183 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/AmeliproTooth.spec.ts +20 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/__snapshots__/AmeliproTooth.spec.ts.snap +39 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/AmeliproDentalChart.spec.ts +468 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +2589 -0
- package/src/components/Amelipro/AmeliproDentalChart/types.d.ts +13 -0
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.stories.ts +333 -0
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.vue +7 -2
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +1 -0
- package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +1 -1
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +1 -2
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.mdx +15 -0
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.stories.ts +287 -0
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +331 -0
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/AmeliproFirstLogin.spec.ts +29 -0
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +1210 -0
- package/src/components/Amelipro/AmeliproFirstLogin/locales.ts +48 -0
- package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.stories.ts +61 -1
- package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.stories.ts +174 -0
- package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.stories.ts +186 -0
- package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.stories.ts +237 -0
- package/src/components/Amelipro/AmeliproMessage/AmeliproMessage.stories.ts +111 -0
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.stories.ts +199 -0
- package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.stories.ts +150 -0
- package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.stories.ts +281 -8
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +123 -43
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.mdx +18 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +250 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +520 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/AmeliproPatientLogged.spec.ts +79 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +1140 -0
- package/src/components/Amelipro/AmeliproPatientLogged/types.d.ts +49 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.mdx +18 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.stories.ts +151 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.vue +231 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +252 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/AmeliproPatientLoginForm.spec.ts +46 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/__snapshots__/AmeliproPatientLoginForm.spec.ts.snap +33 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproPatientLogin/__tests__/AmeliproPatientLogin.spec.ts +49 -0
- package/src/components/Amelipro/AmeliproPatientLogin/__tests__/__snapshots__/AmeliproPatientLogin.spec.ts.snap +60 -0
- package/src/components/Amelipro/AmeliproPatientLogin/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +464 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +41 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +548 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/types.d.ts +12 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.mdx +15 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +133 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +360 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/AmeliproPostalAddressField.spec.ts +27 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +548 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/types.d.ts +18 -0
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +4 -3
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +2 -2
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +210 -0
- package/src/components/Amelipro/AmeliproStatus/AmeliproStatus.stories.ts +326 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +232 -4
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +3 -2
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +1 -1
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +222 -6
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.stories.ts +169 -0
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +6 -1
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +1 -5
- package/src/components/Amelipro/AmeliproTransmission/AmeliproTransmission.stories.ts +160 -0
- package/src/components/Amelipro/StructureMenu/StructureMenu.vue +1 -1
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +1 -2
- package/src/components/Customs/Selects/SySelect/SySelect.vue +43 -1
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/Introduction.mdx +132 -0
- package/src/components/Customs/SyForm/SyForm.mdx +105 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +375 -0
- package/src/components/Customs/SyForm/SyForm.vue +80 -0
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +31 -0
- package/src/components/Customs/SyTabs/SyTabs.vue +185 -27
- package/src/components/Customs/SyTabs/useTabTransition.ts +42 -0
- package/src/components/Customs/SyTextField/SyTextField.vue +12 -3
- package/src/components/Customs/SyTextField/types.d.ts +1 -1
- package/src/components/DataListItem/DataListItem.vue +12 -13
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +242 -41
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +30 -12
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +246 -59
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +40 -10
- package/src/components/DatePicker/DatePickerOverview.mdx +5 -1
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.mdx +21 -21
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +240 -133
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +29 -1
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +32 -9
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +166 -38
- package/src/components/DatePicker/composables/useDateValidation.ts +8 -5
- package/src/components/DatePicker/composables/useManualDateValidation.ts +23 -6
- package/src/components/DatePicker/datePickers.stories.ts +28 -0
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +47 -58
- package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +2 -2
- package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +4654 -0
- package/src/components/DatePicker/tests/archiTest.md +33 -0
- package/src/components/DatePicker/tests/setup.ts +243 -0
- package/src/components/DialogBox/DialogBox.stories.ts +1 -1
- package/src/components/DialogBox/DialogBox.vue +25 -8
- package/src/components/DialogBox/locales.ts +1 -0
- package/src/components/DialogBox/tests/DialogBox.spec.ts +187 -15
- package/src/components/DialogBox/useDraggable.ts +92 -4
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +4 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/tests/__snapshots__/HeaderMenuItem.spec.ts.snap +4 -1
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +18 -2
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +14 -4
- package/src/components/HeaderNavigationBar/types.ts +1 -0
- package/src/components/HeaderToolbar/Accessibilite.stories.ts +8 -0
- package/src/components/HeaderToolbar/HeaderToolbar.mdx +0 -1
- package/src/components/HeaderToolbar/HeaderToolbar.stories.ts +65 -6
- package/src/components/HeaderToolbar/HeaderToolbar.vue +589 -162
- package/src/components/HeaderToolbar/locales.ts +3 -0
- package/src/components/HeaderToolbar/useMobileRightMenu.ts +121 -0
- package/src/components/NirField/Accessibilite.stories.ts +4 -0
- package/src/components/NirField/NirField.stories.ts +0 -11
- package/src/components/NirField/NirField.vue +164 -53
- package/src/components/NirField/locales.ts +6 -4
- package/src/components/NirField/tests/NirField.spec.ts +2 -2
- package/src/components/PasswordField/Accessibilite.stories.ts +96 -0
- package/src/components/PasswordField/PasswordField.stories.ts +8 -1
- package/src/components/PasswordField/PasswordField.vue +98 -19
- package/src/components/PasswordField/locales.ts +2 -0
- package/src/components/PasswordField/tests/PasswordField.spec.ts +1 -1
- package/src/components/PhoneField/PhoneField.vue +4 -0
- package/src/components/RangeField/Accessibilite.stories.ts +4 -0
- package/src/components/RangeField/RangeField.stories.ts +60 -0
- package/src/components/RangeField/RangeField.vue +37 -21
- package/src/components/RangeField/RangeSlider/RangeSlider.vue +30 -8
- package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -0
- package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -4
- package/src/components/RangeField/RangeSlider/tests/useMouseSlide.spec.ts +9 -1
- package/src/components/RangeField/RangeSlider/useMouseSlide.ts +23 -8
- package/src/components/RangeField/config.ts +3 -1
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -141
- package/src/components/RatingPicker/Accessibilite.stories.ts +4 -0
- package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +119 -66
- package/src/components/RatingPicker/EmotionPicker/locales.ts +2 -0
- package/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.ts +4 -4
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +462 -678
- package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +106 -42
- package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +3 -3
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +119 -515
- package/src/components/RatingPicker/Rating.ts +5 -1
- package/src/components/RatingPicker/RatingPicker.stories.ts +5 -6
- package/src/components/RatingPicker/RatingPicker.vue +7 -2
- package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +78 -42
- package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +7 -7
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +163 -245
- package/src/components/RatingPicker/locales.ts +1 -0
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +120 -516
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +109 -84
- package/src/components/Tables/SyServerTable/SyServerTable.vue +51 -16
- package/src/components/Tables/SyTable/SyTable.vue +1 -6
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +6 -0
- package/src/components/Tables/common/SyTablePagination.vue +0 -6
- package/src/components/Tables/common/tableProps.ts +19 -1
- package/src/components/Tables/common/usePagination.ts +0 -6
- package/src/components/Tables/common/useTableCheckbox.ts +5 -5
- package/src/components/index.ts +8 -0
- package/src/composables/rules/useFieldValidation.ts +21 -3
- package/src/composables/validation/AvecVosComposants.mdx +145 -0
- package/src/composables/validation/FormValidation.mdx +151 -0
- package/src/composables/validation/FormValidation.stories.ts +402 -0
- package/src/composables/validation/useFormValidation.ts +91 -0
- package/src/composables/validation/useValidatable.ts +41 -0
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +2 -2
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +2 -2
- package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +2 -2
- package/src/stories/Demarrer/Accueil.stories.ts +6 -6
- package/src/stories/GuideDuDev/Installation.mdx +13 -0
- package/src/stories/GuideDuDev/LesBreackingChanges.mdx +1 -1
- package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +1 -1
- package/src/stories/GuideDuDev/MigrationDepuisVue2.mdx +1 -1
|
@@ -0,0 +1,858 @@
|
|
|
1
|
+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
|
+
|
|
3
|
+
exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
4
|
+
<div id="amelipro-accordion-frieze-unique-id">
|
|
5
|
+
<section
|
|
6
|
+
aria-label="mon titre"
|
|
7
|
+
aria-roledescription="carousel"
|
|
8
|
+
class="frieze"
|
|
9
|
+
id="amelipro-accordion-frieze-unique-id-frieze"
|
|
10
|
+
>
|
|
11
|
+
<!-- v-if -->
|
|
12
|
+
<button
|
|
13
|
+
aria-controls="amelipro-accordion-frieze-unique-id-items"
|
|
14
|
+
class="
|
|
15
|
+
btn--icon
|
|
16
|
+
btn-next
|
|
17
|
+
elevation-0
|
|
18
|
+
rounded-0
|
|
19
|
+
v-btn
|
|
20
|
+
v-btn--density-default
|
|
21
|
+
v-btn--elevated
|
|
22
|
+
v-btn--icon
|
|
23
|
+
v-btn--size-default
|
|
24
|
+
v-btn--variant-elevated
|
|
25
|
+
v-theme--light
|
|
26
|
+
"
|
|
27
|
+
id="amelipro-accordion-frieze-unique-id-next"
|
|
28
|
+
plain=""
|
|
29
|
+
style="
|
|
30
|
+
height: auto;
|
|
31
|
+
width: auto;
|
|
32
|
+
"
|
|
33
|
+
title="Next btn"
|
|
34
|
+
type="button"
|
|
35
|
+
>
|
|
36
|
+
<span class="v-btn__overlay"></span>
|
|
37
|
+
<span class="v-btn__underlay"></span>
|
|
38
|
+
<!---->
|
|
39
|
+
<span
|
|
40
|
+
class="v-btn__content"
|
|
41
|
+
data-no-activator=""
|
|
42
|
+
>
|
|
43
|
+
<!-- v-if -->
|
|
44
|
+
<span
|
|
45
|
+
class="
|
|
46
|
+
amelipro-icon
|
|
47
|
+
icon-custom
|
|
48
|
+
"
|
|
49
|
+
id="amelipro-accordion-frieze-unique-id-next-icon"
|
|
50
|
+
>
|
|
51
|
+
<span
|
|
52
|
+
aria-hidden="true"
|
|
53
|
+
class="
|
|
54
|
+
amelipro-custom-icon
|
|
55
|
+
custom-color
|
|
56
|
+
large
|
|
57
|
+
"
|
|
58
|
+
focusable="false"
|
|
59
|
+
role="img"
|
|
60
|
+
style="color: #0C419A;"
|
|
61
|
+
>
|
|
62
|
+
<span>
|
|
63
|
+
<svg
|
|
64
|
+
aria-hidden="true"
|
|
65
|
+
style="enable-background:new 0 0 14.8 24;"
|
|
66
|
+
version="1.1"
|
|
67
|
+
viewBox="0 0 14.8 24"
|
|
68
|
+
x="0px"
|
|
69
|
+
xml:space="preserve"
|
|
70
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
71
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
72
|
+
y="0px"
|
|
73
|
+
>
|
|
74
|
+
<path
|
|
75
|
+
class="shape-color"
|
|
76
|
+
d="M0,2.8L9.2,12L0,21.2L2.8,24l12-12L2.8,0L0,2.8z"
|
|
77
|
+
/>
|
|
78
|
+
</svg>
|
|
79
|
+
</span>
|
|
80
|
+
</span>
|
|
81
|
+
</span>
|
|
82
|
+
</span>
|
|
83
|
+
<!---->
|
|
84
|
+
<!---->
|
|
85
|
+
</button>
|
|
86
|
+
<div
|
|
87
|
+
aria-live="polite"
|
|
88
|
+
class="frieze-items"
|
|
89
|
+
id="amelipro-accordion-frieze-unique-id-items"
|
|
90
|
+
style="
|
|
91
|
+
width: calc(100% - 30px);
|
|
92
|
+
margin: 0px 30px 0px 0px;
|
|
93
|
+
"
|
|
94
|
+
>
|
|
95
|
+
<div
|
|
96
|
+
class="
|
|
97
|
+
d-flex
|
|
98
|
+
frieze__track
|
|
99
|
+
"
|
|
100
|
+
style="
|
|
101
|
+
max-width: calc(100% * 3);
|
|
102
|
+
transform: translateX(calc((-0 / 3) * 100%));
|
|
103
|
+
transition: all 0.5s ease-out;
|
|
104
|
+
width: calc(100% * 3);
|
|
105
|
+
"
|
|
106
|
+
>
|
|
107
|
+
<div
|
|
108
|
+
aria-label="1 sur 3"
|
|
109
|
+
aria-roledescription="slide"
|
|
110
|
+
class="
|
|
111
|
+
align-center
|
|
112
|
+
d-flex
|
|
113
|
+
frieze__slide
|
|
114
|
+
justify-end
|
|
115
|
+
list-style-none
|
|
116
|
+
"
|
|
117
|
+
id="amelipro-accordion-frieze-unique-id-slide-0"
|
|
118
|
+
role="group"
|
|
119
|
+
style=""
|
|
120
|
+
>
|
|
121
|
+
<div class="
|
|
122
|
+
d-flex
|
|
123
|
+
frieze__sub-item
|
|
124
|
+
px-1
|
|
125
|
+
">
|
|
126
|
+
<button
|
|
127
|
+
aria-controls="accordion-content--item-1__content"
|
|
128
|
+
aria-expanded="false"
|
|
129
|
+
class="
|
|
130
|
+
item-btn
|
|
131
|
+
w-100
|
|
132
|
+
"
|
|
133
|
+
id="amelipro-accordion-frieze-unique-id-btn-1"
|
|
134
|
+
tabindex="0"
|
|
135
|
+
>
|
|
136
|
+
<span class="
|
|
137
|
+
d-block
|
|
138
|
+
font-weight-semibold
|
|
139
|
+
">
|
|
140
|
+
titre 1
|
|
141
|
+
</span>
|
|
142
|
+
<span class="
|
|
143
|
+
align-center
|
|
144
|
+
d-flex
|
|
145
|
+
item-btn__link-style-text
|
|
146
|
+
justify-center
|
|
147
|
+
">
|
|
148
|
+
sous-titre 1
|
|
149
|
+
<ameliproicon
|
|
150
|
+
class="ml-1"
|
|
151
|
+
icon="triangleDown"
|
|
152
|
+
icon-bg-color="transparent"
|
|
153
|
+
icon-color="ap-blue darken-1"
|
|
154
|
+
size="10px"
|
|
155
|
+
style="margin-top: -14px;"
|
|
156
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-1-icon"
|
|
157
|
+
></ameliproicon>
|
|
158
|
+
</span>
|
|
159
|
+
</button>
|
|
160
|
+
</div>
|
|
161
|
+
<div class="
|
|
162
|
+
d-flex
|
|
163
|
+
frieze__sub-item
|
|
164
|
+
px-1
|
|
165
|
+
">
|
|
166
|
+
<button
|
|
167
|
+
aria-controls="accordion-content--item-2__content"
|
|
168
|
+
aria-expanded="false"
|
|
169
|
+
class="
|
|
170
|
+
item-btn
|
|
171
|
+
w-100
|
|
172
|
+
"
|
|
173
|
+
id="amelipro-accordion-frieze-unique-id-btn-2"
|
|
174
|
+
tabindex="0"
|
|
175
|
+
>
|
|
176
|
+
<span class="
|
|
177
|
+
d-block
|
|
178
|
+
font-weight-semibold
|
|
179
|
+
">
|
|
180
|
+
titre 2
|
|
181
|
+
</span>
|
|
182
|
+
<span class="
|
|
183
|
+
align-center
|
|
184
|
+
d-flex
|
|
185
|
+
item-btn__link-style-text
|
|
186
|
+
justify-center
|
|
187
|
+
">
|
|
188
|
+
sous-titre 2
|
|
189
|
+
<ameliproicon
|
|
190
|
+
class="ml-1"
|
|
191
|
+
icon="triangleDown"
|
|
192
|
+
icon-bg-color="transparent"
|
|
193
|
+
icon-color="ap-blue darken-1"
|
|
194
|
+
size="10px"
|
|
195
|
+
style="margin-top: -14px;"
|
|
196
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-2-icon"
|
|
197
|
+
></ameliproicon>
|
|
198
|
+
</span>
|
|
199
|
+
</button>
|
|
200
|
+
</div>
|
|
201
|
+
</div>
|
|
202
|
+
<div
|
|
203
|
+
aria-label="2 sur 3"
|
|
204
|
+
aria-roledescription="slide"
|
|
205
|
+
class="
|
|
206
|
+
align-center
|
|
207
|
+
d-flex
|
|
208
|
+
frieze__slide
|
|
209
|
+
justify-end
|
|
210
|
+
list-style-none
|
|
211
|
+
"
|
|
212
|
+
id="amelipro-accordion-frieze-unique-id-slide-1"
|
|
213
|
+
role="group"
|
|
214
|
+
style=""
|
|
215
|
+
>
|
|
216
|
+
<div class="
|
|
217
|
+
d-flex
|
|
218
|
+
frieze__sub-item
|
|
219
|
+
px-1
|
|
220
|
+
">
|
|
221
|
+
<button
|
|
222
|
+
aria-controls="accordion-content--item-3__content"
|
|
223
|
+
aria-expanded="false"
|
|
224
|
+
class="
|
|
225
|
+
item-btn
|
|
226
|
+
w-100
|
|
227
|
+
"
|
|
228
|
+
id="amelipro-accordion-frieze-unique-id-btn-3"
|
|
229
|
+
tabindex="-1"
|
|
230
|
+
>
|
|
231
|
+
<span class="
|
|
232
|
+
d-block
|
|
233
|
+
font-weight-semibold
|
|
234
|
+
">
|
|
235
|
+
titre 3
|
|
236
|
+
</span>
|
|
237
|
+
<span class="
|
|
238
|
+
align-center
|
|
239
|
+
d-flex
|
|
240
|
+
item-btn__link-style-text
|
|
241
|
+
justify-center
|
|
242
|
+
">
|
|
243
|
+
sous-titre 3
|
|
244
|
+
<ameliproicon
|
|
245
|
+
class="ml-1"
|
|
246
|
+
icon="triangleDown"
|
|
247
|
+
icon-bg-color="transparent"
|
|
248
|
+
icon-color="ap-blue darken-1"
|
|
249
|
+
size="10px"
|
|
250
|
+
style="margin-top: -14px;"
|
|
251
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-3-icon"
|
|
252
|
+
></ameliproicon>
|
|
253
|
+
</span>
|
|
254
|
+
</button>
|
|
255
|
+
</div>
|
|
256
|
+
<div class="
|
|
257
|
+
d-flex
|
|
258
|
+
frieze__sub-item
|
|
259
|
+
px-1
|
|
260
|
+
">
|
|
261
|
+
<button
|
|
262
|
+
aria-controls="accordion-content--item-4__content"
|
|
263
|
+
aria-expanded="false"
|
|
264
|
+
class="
|
|
265
|
+
item-btn
|
|
266
|
+
w-100
|
|
267
|
+
"
|
|
268
|
+
id="amelipro-accordion-frieze-unique-id-btn-4"
|
|
269
|
+
tabindex="-1"
|
|
270
|
+
>
|
|
271
|
+
<span class="
|
|
272
|
+
d-block
|
|
273
|
+
font-weight-semibold
|
|
274
|
+
">
|
|
275
|
+
titre 4
|
|
276
|
+
</span>
|
|
277
|
+
<span class="
|
|
278
|
+
align-center
|
|
279
|
+
d-flex
|
|
280
|
+
item-btn__link-style-text
|
|
281
|
+
justify-center
|
|
282
|
+
">
|
|
283
|
+
sous-titre 4
|
|
284
|
+
<ameliproicon
|
|
285
|
+
class="ml-1"
|
|
286
|
+
icon="triangleDown"
|
|
287
|
+
icon-bg-color="transparent"
|
|
288
|
+
icon-color="ap-blue darken-1"
|
|
289
|
+
size="10px"
|
|
290
|
+
style="margin-top: -14px;"
|
|
291
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-4-icon"
|
|
292
|
+
></ameliproicon>
|
|
293
|
+
</span>
|
|
294
|
+
</button>
|
|
295
|
+
</div>
|
|
296
|
+
<div class="
|
|
297
|
+
d-flex
|
|
298
|
+
frieze__sub-item
|
|
299
|
+
px-1
|
|
300
|
+
">
|
|
301
|
+
<button
|
|
302
|
+
aria-controls="accordion-content--item-5__content"
|
|
303
|
+
aria-expanded="false"
|
|
304
|
+
class="
|
|
305
|
+
item-btn
|
|
306
|
+
w-100
|
|
307
|
+
"
|
|
308
|
+
id="amelipro-accordion-frieze-unique-id-btn-5"
|
|
309
|
+
tabindex="-1"
|
|
310
|
+
>
|
|
311
|
+
<span class="
|
|
312
|
+
d-block
|
|
313
|
+
font-weight-semibold
|
|
314
|
+
">
|
|
315
|
+
titre 5
|
|
316
|
+
</span>
|
|
317
|
+
<span class="
|
|
318
|
+
align-center
|
|
319
|
+
d-flex
|
|
320
|
+
item-btn__link-style-text
|
|
321
|
+
justify-center
|
|
322
|
+
">
|
|
323
|
+
sous-titre 5
|
|
324
|
+
<ameliproicon
|
|
325
|
+
class="ml-1"
|
|
326
|
+
icon="triangleDown"
|
|
327
|
+
icon-bg-color="transparent"
|
|
328
|
+
icon-color="ap-blue darken-1"
|
|
329
|
+
size="10px"
|
|
330
|
+
style="margin-top: -14px;"
|
|
331
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-5-icon"
|
|
332
|
+
></ameliproicon>
|
|
333
|
+
</span>
|
|
334
|
+
</button>
|
|
335
|
+
</div>
|
|
336
|
+
<div class="
|
|
337
|
+
d-flex
|
|
338
|
+
frieze__sub-item
|
|
339
|
+
px-1
|
|
340
|
+
">
|
|
341
|
+
<button
|
|
342
|
+
aria-controls="accordion-content--item-6__content"
|
|
343
|
+
aria-expanded="false"
|
|
344
|
+
class="
|
|
345
|
+
item-btn
|
|
346
|
+
w-100
|
|
347
|
+
"
|
|
348
|
+
id="amelipro-accordion-frieze-unique-id-btn-6"
|
|
349
|
+
tabindex="-1"
|
|
350
|
+
>
|
|
351
|
+
<span class="
|
|
352
|
+
d-block
|
|
353
|
+
font-weight-semibold
|
|
354
|
+
">
|
|
355
|
+
titre 6
|
|
356
|
+
</span>
|
|
357
|
+
<span class="
|
|
358
|
+
align-center
|
|
359
|
+
d-flex
|
|
360
|
+
item-btn__link-style-text
|
|
361
|
+
justify-center
|
|
362
|
+
">
|
|
363
|
+
sous-titre 6
|
|
364
|
+
<ameliproicon
|
|
365
|
+
class="ml-1"
|
|
366
|
+
icon="triangleDown"
|
|
367
|
+
icon-bg-color="transparent"
|
|
368
|
+
icon-color="ap-blue darken-1"
|
|
369
|
+
size="10px"
|
|
370
|
+
style="margin-top: -14px;"
|
|
371
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-6-icon"
|
|
372
|
+
></ameliproicon>
|
|
373
|
+
</span>
|
|
374
|
+
</button>
|
|
375
|
+
</div>
|
|
376
|
+
<div class="
|
|
377
|
+
d-flex
|
|
378
|
+
frieze__sub-item
|
|
379
|
+
px-1
|
|
380
|
+
">
|
|
381
|
+
<button
|
|
382
|
+
aria-controls="accordion-content--item-7__content"
|
|
383
|
+
aria-expanded="false"
|
|
384
|
+
class="
|
|
385
|
+
item-btn
|
|
386
|
+
w-100
|
|
387
|
+
"
|
|
388
|
+
id="amelipro-accordion-frieze-unique-id-btn-7"
|
|
389
|
+
tabindex="-1"
|
|
390
|
+
>
|
|
391
|
+
<span class="
|
|
392
|
+
d-block
|
|
393
|
+
font-weight-semibold
|
|
394
|
+
">
|
|
395
|
+
titre 7
|
|
396
|
+
</span>
|
|
397
|
+
<span class="
|
|
398
|
+
align-center
|
|
399
|
+
d-flex
|
|
400
|
+
item-btn__link-style-text
|
|
401
|
+
justify-center
|
|
402
|
+
">
|
|
403
|
+
sous-titre 7
|
|
404
|
+
<ameliproicon
|
|
405
|
+
class="ml-1"
|
|
406
|
+
icon="triangleDown"
|
|
407
|
+
icon-bg-color="transparent"
|
|
408
|
+
icon-color="ap-blue darken-1"
|
|
409
|
+
size="10px"
|
|
410
|
+
style="margin-top: -14px;"
|
|
411
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-7-icon"
|
|
412
|
+
></ameliproicon>
|
|
413
|
+
</span>
|
|
414
|
+
</button>
|
|
415
|
+
</div>
|
|
416
|
+
<div class="
|
|
417
|
+
d-flex
|
|
418
|
+
frieze__sub-item
|
|
419
|
+
px-1
|
|
420
|
+
">
|
|
421
|
+
<button
|
|
422
|
+
aria-controls="accordion-content--item-8__content"
|
|
423
|
+
aria-expanded="false"
|
|
424
|
+
class="
|
|
425
|
+
item-btn
|
|
426
|
+
w-100
|
|
427
|
+
"
|
|
428
|
+
id="amelipro-accordion-frieze-unique-id-btn-8"
|
|
429
|
+
tabindex="-1"
|
|
430
|
+
>
|
|
431
|
+
<span class="
|
|
432
|
+
d-block
|
|
433
|
+
font-weight-semibold
|
|
434
|
+
">
|
|
435
|
+
titre 8
|
|
436
|
+
</span>
|
|
437
|
+
<span class="
|
|
438
|
+
align-center
|
|
439
|
+
d-flex
|
|
440
|
+
item-btn__link-style-text
|
|
441
|
+
justify-center
|
|
442
|
+
">
|
|
443
|
+
sous-titre 8
|
|
444
|
+
<ameliproicon
|
|
445
|
+
class="ml-1"
|
|
446
|
+
icon="triangleDown"
|
|
447
|
+
icon-bg-color="transparent"
|
|
448
|
+
icon-color="ap-blue darken-1"
|
|
449
|
+
size="10px"
|
|
450
|
+
style="margin-top: -14px;"
|
|
451
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-8-icon"
|
|
452
|
+
></ameliproicon>
|
|
453
|
+
</span>
|
|
454
|
+
</button>
|
|
455
|
+
</div>
|
|
456
|
+
</div>
|
|
457
|
+
<div
|
|
458
|
+
aria-label="3 sur 3"
|
|
459
|
+
aria-roledescription="slide"
|
|
460
|
+
class="
|
|
461
|
+
align-center
|
|
462
|
+
d-flex
|
|
463
|
+
frieze__slide
|
|
464
|
+
justify-end
|
|
465
|
+
list-style-none
|
|
466
|
+
"
|
|
467
|
+
id="amelipro-accordion-frieze-unique-id-slide-2"
|
|
468
|
+
role="group"
|
|
469
|
+
style=""
|
|
470
|
+
>
|
|
471
|
+
<div class="
|
|
472
|
+
d-flex
|
|
473
|
+
frieze__sub-item
|
|
474
|
+
px-1
|
|
475
|
+
">
|
|
476
|
+
<button
|
|
477
|
+
aria-controls="accordion-content--item-9__content"
|
|
478
|
+
aria-expanded="false"
|
|
479
|
+
class="
|
|
480
|
+
item-btn
|
|
481
|
+
w-100
|
|
482
|
+
"
|
|
483
|
+
id="amelipro-accordion-frieze-unique-id-btn-9"
|
|
484
|
+
tabindex="-1"
|
|
485
|
+
>
|
|
486
|
+
<span class="
|
|
487
|
+
d-block
|
|
488
|
+
font-weight-semibold
|
|
489
|
+
">
|
|
490
|
+
titre 9
|
|
491
|
+
</span>
|
|
492
|
+
<span class="
|
|
493
|
+
align-center
|
|
494
|
+
d-flex
|
|
495
|
+
item-btn__link-style-text
|
|
496
|
+
justify-center
|
|
497
|
+
">
|
|
498
|
+
sous-titre 9
|
|
499
|
+
<ameliproicon
|
|
500
|
+
class="ml-1"
|
|
501
|
+
icon="triangleDown"
|
|
502
|
+
icon-bg-color="transparent"
|
|
503
|
+
icon-color="ap-blue darken-1"
|
|
504
|
+
size="10px"
|
|
505
|
+
style="margin-top: -14px;"
|
|
506
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-9-icon"
|
|
507
|
+
></ameliproicon>
|
|
508
|
+
</span>
|
|
509
|
+
</button>
|
|
510
|
+
</div>
|
|
511
|
+
<div class="
|
|
512
|
+
d-flex
|
|
513
|
+
frieze__sub-item
|
|
514
|
+
px-1
|
|
515
|
+
">
|
|
516
|
+
<button
|
|
517
|
+
aria-controls="accordion-content--item-10__content"
|
|
518
|
+
aria-expanded="false"
|
|
519
|
+
class="
|
|
520
|
+
item-btn
|
|
521
|
+
w-100
|
|
522
|
+
"
|
|
523
|
+
id="amelipro-accordion-frieze-unique-id-btn-10"
|
|
524
|
+
tabindex="-1"
|
|
525
|
+
>
|
|
526
|
+
<span class="
|
|
527
|
+
d-block
|
|
528
|
+
font-weight-semibold
|
|
529
|
+
">
|
|
530
|
+
titre 10
|
|
531
|
+
</span>
|
|
532
|
+
<span class="
|
|
533
|
+
align-center
|
|
534
|
+
d-flex
|
|
535
|
+
item-btn__link-style-text
|
|
536
|
+
justify-center
|
|
537
|
+
">
|
|
538
|
+
sous-titre 10
|
|
539
|
+
<ameliproicon
|
|
540
|
+
class="ml-1"
|
|
541
|
+
icon="triangleDown"
|
|
542
|
+
icon-bg-color="transparent"
|
|
543
|
+
icon-color="ap-blue darken-1"
|
|
544
|
+
size="10px"
|
|
545
|
+
style="margin-top: -14px;"
|
|
546
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-10-icon"
|
|
547
|
+
></ameliproicon>
|
|
548
|
+
</span>
|
|
549
|
+
</button>
|
|
550
|
+
</div>
|
|
551
|
+
<div class="
|
|
552
|
+
d-flex
|
|
553
|
+
frieze__sub-item
|
|
554
|
+
px-1
|
|
555
|
+
">
|
|
556
|
+
<button
|
|
557
|
+
aria-controls="accordion-content--item-11__content"
|
|
558
|
+
aria-expanded="false"
|
|
559
|
+
class="
|
|
560
|
+
item-btn
|
|
561
|
+
w-100
|
|
562
|
+
"
|
|
563
|
+
id="amelipro-accordion-frieze-unique-id-btn-11"
|
|
564
|
+
tabindex="-1"
|
|
565
|
+
>
|
|
566
|
+
<span class="
|
|
567
|
+
d-block
|
|
568
|
+
font-weight-semibold
|
|
569
|
+
">
|
|
570
|
+
titre 11
|
|
571
|
+
</span>
|
|
572
|
+
<span class="
|
|
573
|
+
align-center
|
|
574
|
+
d-flex
|
|
575
|
+
item-btn__link-style-text
|
|
576
|
+
justify-center
|
|
577
|
+
">
|
|
578
|
+
sous-titre 11
|
|
579
|
+
<ameliproicon
|
|
580
|
+
class="ml-1"
|
|
581
|
+
icon="triangleDown"
|
|
582
|
+
icon-bg-color="transparent"
|
|
583
|
+
icon-color="ap-blue darken-1"
|
|
584
|
+
size="10px"
|
|
585
|
+
style="margin-top: -14px;"
|
|
586
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-11-icon"
|
|
587
|
+
></ameliproicon>
|
|
588
|
+
</span>
|
|
589
|
+
</button>
|
|
590
|
+
</div>
|
|
591
|
+
<div class="
|
|
592
|
+
d-flex
|
|
593
|
+
frieze__sub-item
|
|
594
|
+
px-1
|
|
595
|
+
">
|
|
596
|
+
<button
|
|
597
|
+
aria-controls="accordion-content--item-12__content"
|
|
598
|
+
aria-expanded="false"
|
|
599
|
+
class="
|
|
600
|
+
item-btn
|
|
601
|
+
w-100
|
|
602
|
+
"
|
|
603
|
+
id="amelipro-accordion-frieze-unique-id-btn-12"
|
|
604
|
+
tabindex="-1"
|
|
605
|
+
>
|
|
606
|
+
<span class="
|
|
607
|
+
d-block
|
|
608
|
+
font-weight-semibold
|
|
609
|
+
">
|
|
610
|
+
titre 12
|
|
611
|
+
</span>
|
|
612
|
+
<span class="
|
|
613
|
+
align-center
|
|
614
|
+
d-flex
|
|
615
|
+
item-btn__link-style-text
|
|
616
|
+
justify-center
|
|
617
|
+
">
|
|
618
|
+
sous-titre 12
|
|
619
|
+
<ameliproicon
|
|
620
|
+
class="ml-1"
|
|
621
|
+
icon="triangleDown"
|
|
622
|
+
icon-bg-color="transparent"
|
|
623
|
+
icon-color="ap-blue darken-1"
|
|
624
|
+
size="10px"
|
|
625
|
+
style="margin-top: -14px;"
|
|
626
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-12-icon"
|
|
627
|
+
></ameliproicon>
|
|
628
|
+
</span>
|
|
629
|
+
</button>
|
|
630
|
+
</div>
|
|
631
|
+
<div class="
|
|
632
|
+
d-flex
|
|
633
|
+
frieze__sub-item
|
|
634
|
+
px-1
|
|
635
|
+
">
|
|
636
|
+
<button
|
|
637
|
+
aria-controls="accordion-content--item-13__content"
|
|
638
|
+
aria-expanded="false"
|
|
639
|
+
class="
|
|
640
|
+
item-btn
|
|
641
|
+
w-100
|
|
642
|
+
"
|
|
643
|
+
id="amelipro-accordion-frieze-unique-id-btn-13"
|
|
644
|
+
tabindex="-1"
|
|
645
|
+
>
|
|
646
|
+
<span class="
|
|
647
|
+
d-block
|
|
648
|
+
font-weight-semibold
|
|
649
|
+
">
|
|
650
|
+
titre 13
|
|
651
|
+
</span>
|
|
652
|
+
<span class="
|
|
653
|
+
align-center
|
|
654
|
+
d-flex
|
|
655
|
+
item-btn__link-style-text
|
|
656
|
+
justify-center
|
|
657
|
+
">
|
|
658
|
+
sous-titre 13
|
|
659
|
+
<ameliproicon
|
|
660
|
+
class="ml-1"
|
|
661
|
+
icon="triangleDown"
|
|
662
|
+
icon-bg-color="transparent"
|
|
663
|
+
icon-color="ap-blue darken-1"
|
|
664
|
+
size="10px"
|
|
665
|
+
style="margin-top: -14px;"
|
|
666
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-13-icon"
|
|
667
|
+
></ameliproicon>
|
|
668
|
+
</span>
|
|
669
|
+
</button>
|
|
670
|
+
</div>
|
|
671
|
+
<div class="
|
|
672
|
+
d-flex
|
|
673
|
+
frieze__sub-item
|
|
674
|
+
px-1
|
|
675
|
+
">
|
|
676
|
+
<button
|
|
677
|
+
aria-controls="accordion-content--item-14__content"
|
|
678
|
+
aria-expanded="false"
|
|
679
|
+
class="
|
|
680
|
+
item-btn
|
|
681
|
+
w-100
|
|
682
|
+
"
|
|
683
|
+
id="amelipro-accordion-frieze-unique-id-btn-14"
|
|
684
|
+
tabindex="-1"
|
|
685
|
+
>
|
|
686
|
+
<span class="
|
|
687
|
+
d-block
|
|
688
|
+
font-weight-semibold
|
|
689
|
+
">
|
|
690
|
+
titre 14
|
|
691
|
+
</span>
|
|
692
|
+
<span class="
|
|
693
|
+
align-center
|
|
694
|
+
d-flex
|
|
695
|
+
item-btn__link-style-text
|
|
696
|
+
justify-center
|
|
697
|
+
">
|
|
698
|
+
sous-titre 14
|
|
699
|
+
<ameliproicon
|
|
700
|
+
class="ml-1"
|
|
701
|
+
icon="triangleDown"
|
|
702
|
+
icon-bg-color="transparent"
|
|
703
|
+
icon-color="ap-blue darken-1"
|
|
704
|
+
size="10px"
|
|
705
|
+
style="margin-top: -14px;"
|
|
706
|
+
unique-id="amelipro-accordion-frieze-unique-id-btn-14-icon"
|
|
707
|
+
></ameliproicon>
|
|
708
|
+
</span>
|
|
709
|
+
</button>
|
|
710
|
+
</div>
|
|
711
|
+
</div>
|
|
712
|
+
</div>
|
|
713
|
+
</div>
|
|
714
|
+
</section>
|
|
715
|
+
<div class="frieze__accordion-content-wrapper">
|
|
716
|
+
<div id="accordion--item-1">
|
|
717
|
+
<div>
|
|
718
|
+
<div
|
|
719
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-1"
|
|
720
|
+
id="accordion--item-1__content"
|
|
721
|
+
role="region"
|
|
722
|
+
style="display: none;"
|
|
723
|
+
></div>
|
|
724
|
+
</div>
|
|
725
|
+
</div>
|
|
726
|
+
<div id="accordion--item-2">
|
|
727
|
+
<div>
|
|
728
|
+
<div
|
|
729
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-2"
|
|
730
|
+
id="accordion--item-2__content"
|
|
731
|
+
role="region"
|
|
732
|
+
style="display: none;"
|
|
733
|
+
></div>
|
|
734
|
+
</div>
|
|
735
|
+
</div>
|
|
736
|
+
<div id="accordion--item-3">
|
|
737
|
+
<div>
|
|
738
|
+
<div
|
|
739
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-3"
|
|
740
|
+
id="accordion--item-3__content"
|
|
741
|
+
role="region"
|
|
742
|
+
style="display: none;"
|
|
743
|
+
></div>
|
|
744
|
+
</div>
|
|
745
|
+
</div>
|
|
746
|
+
<div id="accordion--item-4">
|
|
747
|
+
<div>
|
|
748
|
+
<div
|
|
749
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-4"
|
|
750
|
+
id="accordion--item-4__content"
|
|
751
|
+
role="region"
|
|
752
|
+
style="display: none;"
|
|
753
|
+
></div>
|
|
754
|
+
</div>
|
|
755
|
+
</div>
|
|
756
|
+
<div id="accordion--item-5">
|
|
757
|
+
<div>
|
|
758
|
+
<div
|
|
759
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-5"
|
|
760
|
+
id="accordion--item-5__content"
|
|
761
|
+
role="region"
|
|
762
|
+
style="display: none;"
|
|
763
|
+
></div>
|
|
764
|
+
</div>
|
|
765
|
+
</div>
|
|
766
|
+
<div id="accordion--item-6">
|
|
767
|
+
<div>
|
|
768
|
+
<div
|
|
769
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-6"
|
|
770
|
+
id="accordion--item-6__content"
|
|
771
|
+
role="region"
|
|
772
|
+
style="display: none;"
|
|
773
|
+
></div>
|
|
774
|
+
</div>
|
|
775
|
+
</div>
|
|
776
|
+
<div id="accordion--item-7">
|
|
777
|
+
<div>
|
|
778
|
+
<div
|
|
779
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-7"
|
|
780
|
+
id="accordion--item-7__content"
|
|
781
|
+
role="region"
|
|
782
|
+
style="display: none;"
|
|
783
|
+
></div>
|
|
784
|
+
</div>
|
|
785
|
+
</div>
|
|
786
|
+
<div id="accordion--item-8">
|
|
787
|
+
<div>
|
|
788
|
+
<div
|
|
789
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-8"
|
|
790
|
+
id="accordion--item-8__content"
|
|
791
|
+
role="region"
|
|
792
|
+
style="display: none;"
|
|
793
|
+
></div>
|
|
794
|
+
</div>
|
|
795
|
+
</div>
|
|
796
|
+
<div id="accordion--item-9">
|
|
797
|
+
<div>
|
|
798
|
+
<div
|
|
799
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-9"
|
|
800
|
+
id="accordion--item-9__content"
|
|
801
|
+
role="region"
|
|
802
|
+
style="display: none;"
|
|
803
|
+
></div>
|
|
804
|
+
</div>
|
|
805
|
+
</div>
|
|
806
|
+
<div id="accordion--item-10">
|
|
807
|
+
<div>
|
|
808
|
+
<div
|
|
809
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-10"
|
|
810
|
+
id="accordion--item-10__content"
|
|
811
|
+
role="region"
|
|
812
|
+
style="display: none;"
|
|
813
|
+
></div>
|
|
814
|
+
</div>
|
|
815
|
+
</div>
|
|
816
|
+
<div id="accordion--item-11">
|
|
817
|
+
<div>
|
|
818
|
+
<div
|
|
819
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-11"
|
|
820
|
+
id="accordion--item-11__content"
|
|
821
|
+
role="region"
|
|
822
|
+
style="display: none;"
|
|
823
|
+
></div>
|
|
824
|
+
</div>
|
|
825
|
+
</div>
|
|
826
|
+
<div id="accordion--item-12">
|
|
827
|
+
<div>
|
|
828
|
+
<div
|
|
829
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-12"
|
|
830
|
+
id="accordion--item-12__content"
|
|
831
|
+
role="region"
|
|
832
|
+
style="display: none;"
|
|
833
|
+
></div>
|
|
834
|
+
</div>
|
|
835
|
+
</div>
|
|
836
|
+
<div id="accordion--item-13">
|
|
837
|
+
<div>
|
|
838
|
+
<div
|
|
839
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-13"
|
|
840
|
+
id="accordion--item-13__content"
|
|
841
|
+
role="region"
|
|
842
|
+
style="display: none;"
|
|
843
|
+
></div>
|
|
844
|
+
</div>
|
|
845
|
+
</div>
|
|
846
|
+
<div id="accordion--item-14">
|
|
847
|
+
<div>
|
|
848
|
+
<div
|
|
849
|
+
aria-labelledby="amelipro-accordion-frieze-unique-id-btn-14"
|
|
850
|
+
id="accordion--item-14__content"
|
|
851
|
+
role="region"
|
|
852
|
+
style="display: none;"
|
|
853
|
+
></div>
|
|
854
|
+
</div>
|
|
855
|
+
</div>
|
|
856
|
+
</div>
|
|
857
|
+
</div>
|
|
858
|
+
`;
|