@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
package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap
CHANGED
|
@@ -1,709 +1,493 @@
|
|
|
1
1
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
2
|
|
|
3
3
|
exports[`EmotionPicker > renders correctly 1`] = `
|
|
4
|
-
<fieldset
|
|
4
|
+
<fieldset
|
|
5
|
+
aria-label="Ce champ ne sera plus modifiable après saisie"
|
|
6
|
+
class="sy-emotion-picker"
|
|
7
|
+
>
|
|
5
8
|
<legend class="
|
|
6
9
|
mb-6
|
|
7
10
|
text-h6
|
|
8
11
|
">
|
|
9
12
|
Pourriez-vous donner une note ?
|
|
10
13
|
</legend>
|
|
11
|
-
<div
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
<div
|
|
15
|
+
class="
|
|
16
|
+
d-flex
|
|
17
|
+
max-width-none
|
|
18
|
+
mx-n1
|
|
19
|
+
mx-sm-n2
|
|
20
|
+
"
|
|
21
|
+
role="radiogroup"
|
|
22
|
+
>
|
|
23
|
+
<div
|
|
24
|
+
class="
|
|
25
|
+
mx-1
|
|
26
|
+
mx-sm-2
|
|
27
|
+
px-1
|
|
28
|
+
px-sm-4
|
|
29
|
+
rounded-lg
|
|
30
|
+
sad
|
|
31
|
+
sy-emotion-picker__item
|
|
32
|
+
"
|
|
33
|
+
role="radio"
|
|
34
|
+
style="
|
|
35
|
+
min-height: 88px;
|
|
36
|
+
min-width: 88px;
|
|
37
|
+
"
|
|
38
|
+
tabindex="0"
|
|
21
39
|
>
|
|
22
|
-
<
|
|
23
|
-
|
|
40
|
+
<i
|
|
41
|
+
aria-hidden="true"
|
|
42
|
+
class="
|
|
43
|
+
0
|
|
44
|
+
0
|
|
45
|
+
0
|
|
46
|
+
0
|
|
47
|
+
0
|
|
48
|
+
0
|
|
49
|
+
0
|
|
50
|
+
0
|
|
51
|
+
0,0
|
|
52
|
+
0,0
|
|
53
|
+
0,0
|
|
54
|
+
0,0
|
|
55
|
+
0,1
|
|
56
|
+
0,1
|
|
57
|
+
0,1
|
|
58
|
+
0,1
|
|
59
|
+
10,8.7
|
|
60
|
+
10,9.5M12,14C13.75,14
|
|
61
|
+
10.25,14
|
|
62
|
+
12,14Z
|
|
63
|
+
12,16C10.75,16
|
|
64
|
+
12,20A8,8
|
|
65
|
+
12,22A10,10
|
|
66
|
+
12,2A10,10
|
|
67
|
+
12,4A8,8
|
|
68
|
+
13.25,16
|
|
69
|
+
14,10.3
|
|
70
|
+
14,9.5C14,8.7
|
|
71
|
+
14.7,8
|
|
72
|
+
15.29,14.72
|
|
73
|
+
15.5,11C14.7,11
|
|
74
|
+
15.5,8M10,9.5C10,10.3
|
|
75
|
+
16.19,15.81L14.77,17.23C14.32,16.5
|
|
76
|
+
16.3,11
|
|
77
|
+
17,8.7
|
|
78
|
+
17,9.5C17,10.3
|
|
79
|
+
2,12A10,10
|
|
80
|
+
20,12M22,12A10,10
|
|
81
|
+
22,12M15.5,8C16.3,8
|
|
82
|
+
4,12A8,8
|
|
83
|
+
7,10.3
|
|
84
|
+
7,9.5C7,8.7
|
|
85
|
+
7.7,8
|
|
86
|
+
8.5,11C7.7,11
|
|
87
|
+
8.5,8C9.3,8
|
|
88
|
+
9.23,17.23L7.81,15.81C8.71,14.72
|
|
89
|
+
9.3,11
|
|
90
|
+
9.68,16.5
|
|
91
|
+
M20,12A8,8
|
|
92
|
+
mdi
|
|
93
|
+
notranslate
|
|
94
|
+
pa-0
|
|
95
|
+
text-currentColor
|
|
96
|
+
v-icon
|
|
97
|
+
v-theme--light
|
|
98
|
+
"
|
|
99
|
+
style="
|
|
100
|
+
font-size: 40px;
|
|
101
|
+
height: 40px;
|
|
102
|
+
width: 40px;
|
|
103
|
+
"
|
|
104
|
+
></i>
|
|
105
|
+
<span class="
|
|
106
|
+
mt-1
|
|
107
|
+
sy-emotion-picker__item-title
|
|
108
|
+
">
|
|
109
|
+
Pas du tout
|
|
24
110
|
</span>
|
|
25
|
-
<!---->
|
|
26
|
-
</label>
|
|
27
|
-
<input
|
|
28
|
-
checked=""
|
|
29
|
-
class="v-rating__hidden"
|
|
30
|
-
id="v-rating-v-0-0"
|
|
31
|
-
name="v-rating-v-0"
|
|
32
|
-
tabindex="-1"
|
|
33
|
-
type="radio"
|
|
34
|
-
value="0"
|
|
35
|
-
/>
|
|
36
|
-
<div class="v-rating__wrapper">
|
|
37
|
-
<!---->
|
|
38
|
-
<div class="v-rating__item">
|
|
39
|
-
<label
|
|
40
|
-
class=""
|
|
41
|
-
for="v-rating-v-0-1"
|
|
42
|
-
>
|
|
43
|
-
<span class="v-rating__hidden">
|
|
44
|
-
Rating 1 of 3
|
|
45
|
-
</span>
|
|
46
|
-
<button
|
|
47
|
-
aria-pressed="false"
|
|
48
|
-
class="
|
|
49
|
-
mx-1
|
|
50
|
-
mx-sm-2
|
|
51
|
-
px-1
|
|
52
|
-
px-sm-4
|
|
53
|
-
rounded-lg
|
|
54
|
-
sad
|
|
55
|
-
v-btn
|
|
56
|
-
v-btn--density-default
|
|
57
|
-
v-btn--size-default
|
|
58
|
-
v-btn--variant-text
|
|
59
|
-
v-theme--light
|
|
60
|
-
"
|
|
61
|
-
style="
|
|
62
|
-
min-height: 88px;
|
|
63
|
-
min-width: 88px;
|
|
64
|
-
"
|
|
65
|
-
title="Pas du tout"
|
|
66
|
-
type="button"
|
|
67
|
-
>
|
|
68
|
-
<span class="v-btn__overlay"></span>
|
|
69
|
-
<span class="v-btn__underlay"></span>
|
|
70
|
-
<!---->
|
|
71
|
-
<span
|
|
72
|
-
class="v-btn__content"
|
|
73
|
-
data-no-activator=""
|
|
74
|
-
>
|
|
75
|
-
<i
|
|
76
|
-
aria-hidden="true"
|
|
77
|
-
class="
|
|
78
|
-
0
|
|
79
|
-
0
|
|
80
|
-
0
|
|
81
|
-
0
|
|
82
|
-
0
|
|
83
|
-
0
|
|
84
|
-
0
|
|
85
|
-
0
|
|
86
|
-
0,0
|
|
87
|
-
0,0
|
|
88
|
-
0,0
|
|
89
|
-
0,0
|
|
90
|
-
0,1
|
|
91
|
-
0,1
|
|
92
|
-
0,1
|
|
93
|
-
0,1
|
|
94
|
-
10,8.7
|
|
95
|
-
10,9.5M12,14C13.75,14
|
|
96
|
-
10.25,14
|
|
97
|
-
12,14Z
|
|
98
|
-
12,16C10.75,16
|
|
99
|
-
12,20A8,8
|
|
100
|
-
12,22A10,10
|
|
101
|
-
12,2A10,10
|
|
102
|
-
12,4A8,8
|
|
103
|
-
13.25,16
|
|
104
|
-
14,10.3
|
|
105
|
-
14,9.5C14,8.7
|
|
106
|
-
14.7,8
|
|
107
|
-
15.29,14.72
|
|
108
|
-
15.5,11C14.7,11
|
|
109
|
-
15.5,8M10,9.5C10,10.3
|
|
110
|
-
16.19,15.81L14.77,17.23C14.32,16.5
|
|
111
|
-
16.3,11
|
|
112
|
-
17,8.7
|
|
113
|
-
17,9.5C17,10.3
|
|
114
|
-
2,12A10,10
|
|
115
|
-
20,12M22,12A10,10
|
|
116
|
-
22,12M15.5,8C16.3,8
|
|
117
|
-
4,12A8,8
|
|
118
|
-
7,10.3
|
|
119
|
-
7,9.5C7,8.7
|
|
120
|
-
7.7,8
|
|
121
|
-
8.5,11C7.7,11
|
|
122
|
-
8.5,8C9.3,8
|
|
123
|
-
9.23,17.23L7.81,15.81C8.71,14.72
|
|
124
|
-
9.3,11
|
|
125
|
-
9.68,16.5
|
|
126
|
-
M20,12A8,8
|
|
127
|
-
mdi
|
|
128
|
-
notranslate
|
|
129
|
-
pa-0
|
|
130
|
-
text-currentColor
|
|
131
|
-
v-icon
|
|
132
|
-
v-theme--light
|
|
133
|
-
"
|
|
134
|
-
style="
|
|
135
|
-
font-size: 40px;
|
|
136
|
-
height: 40px;
|
|
137
|
-
width: 40px;
|
|
138
|
-
"
|
|
139
|
-
></i>
|
|
140
|
-
<span class="
|
|
141
|
-
mt-1
|
|
142
|
-
text-secondary
|
|
143
|
-
text-subtitle-2
|
|
144
|
-
">
|
|
145
|
-
Pas du tout
|
|
146
|
-
</span>
|
|
147
|
-
</span>
|
|
148
|
-
<!---->
|
|
149
|
-
<!---->
|
|
150
|
-
</button>
|
|
151
|
-
</label>
|
|
152
|
-
<input
|
|
153
|
-
class="v-rating__hidden"
|
|
154
|
-
id="v-rating-v-0-1"
|
|
155
|
-
name="v-rating-v-0"
|
|
156
|
-
tabindex="-1"
|
|
157
|
-
type="radio"
|
|
158
|
-
value="1"
|
|
159
|
-
/>
|
|
160
|
-
</div>
|
|
161
|
-
<!---->
|
|
162
111
|
</div>
|
|
163
|
-
<div
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
8.5,11M17,9.5A1.5,1.5
|
|
252
|
-
8.5,8A1.5,1.5
|
|
253
|
-
M12,2A10,10
|
|
254
|
-
mdi
|
|
255
|
-
notranslate
|
|
256
|
-
pa-0
|
|
257
|
-
text-currentColor
|
|
258
|
-
v-icon
|
|
259
|
-
v-theme--light
|
|
260
|
-
"
|
|
261
|
-
style="
|
|
262
|
-
font-size: 40px;
|
|
263
|
-
height: 40px;
|
|
264
|
-
width: 40px;
|
|
265
|
-
"
|
|
266
|
-
></i>
|
|
267
|
-
<span class="
|
|
268
|
-
mt-1
|
|
269
|
-
text-secondary
|
|
270
|
-
text-subtitle-2
|
|
271
|
-
">
|
|
272
|
-
Peut-être
|
|
273
|
-
</span>
|
|
274
|
-
</span>
|
|
275
|
-
<!---->
|
|
276
|
-
<!---->
|
|
277
|
-
</button>
|
|
278
|
-
</label>
|
|
279
|
-
<input
|
|
280
|
-
class="v-rating__hidden"
|
|
281
|
-
id="v-rating-v-0-2"
|
|
282
|
-
name="v-rating-v-0"
|
|
283
|
-
tabindex="-1"
|
|
284
|
-
type="radio"
|
|
285
|
-
value="2"
|
|
286
|
-
/>
|
|
287
|
-
</div>
|
|
288
|
-
<!---->
|
|
112
|
+
<div
|
|
113
|
+
class="
|
|
114
|
+
mx-1
|
|
115
|
+
mx-sm-2
|
|
116
|
+
neutral
|
|
117
|
+
px-1
|
|
118
|
+
px-sm-4
|
|
119
|
+
rounded-lg
|
|
120
|
+
sy-emotion-picker__item
|
|
121
|
+
"
|
|
122
|
+
role="radio"
|
|
123
|
+
style="
|
|
124
|
+
min-height: 88px;
|
|
125
|
+
min-width: 88px;
|
|
126
|
+
"
|
|
127
|
+
tabindex="-1"
|
|
128
|
+
>
|
|
129
|
+
<i
|
|
130
|
+
aria-hidden="true"
|
|
131
|
+
class="
|
|
132
|
+
0
|
|
133
|
+
0
|
|
134
|
+
0
|
|
135
|
+
0
|
|
136
|
+
0
|
|
137
|
+
0
|
|
138
|
+
0
|
|
139
|
+
0
|
|
140
|
+
0
|
|
141
|
+
0
|
|
142
|
+
0
|
|
143
|
+
0
|
|
144
|
+
0
|
|
145
|
+
0
|
|
146
|
+
0
|
|
147
|
+
0
|
|
148
|
+
0,0
|
|
149
|
+
0,0
|
|
150
|
+
0,0
|
|
151
|
+
0,0
|
|
152
|
+
0,1
|
|
153
|
+
0,1
|
|
154
|
+
0,1
|
|
155
|
+
0,1
|
|
156
|
+
0,1
|
|
157
|
+
0,1
|
|
158
|
+
0,1
|
|
159
|
+
0,1
|
|
160
|
+
0,1
|
|
161
|
+
0,1
|
|
162
|
+
0,1
|
|
163
|
+
0,1
|
|
164
|
+
10,9.5A1.5,1.5
|
|
165
|
+
12,20M8.5,11A1.5,1.5
|
|
166
|
+
12,22A10,10
|
|
167
|
+
12,2M12,20A8,8
|
|
168
|
+
12,4A8,8
|
|
169
|
+
14,9.5A1.5,1.5
|
|
170
|
+
15.5,11A1.5,1.5
|
|
171
|
+
15.5,8A1.5,1.5
|
|
172
|
+
17,9.5M16,14V16H8V14H16Z
|
|
173
|
+
2,12A10,10
|
|
174
|
+
20,12A8,8
|
|
175
|
+
22,12A10,10
|
|
176
|
+
4,12A8,8
|
|
177
|
+
7,9.5A1.5,1.5
|
|
178
|
+
8.5,11M17,9.5A1.5,1.5
|
|
179
|
+
8.5,8A1.5,1.5
|
|
180
|
+
M12,2A10,10
|
|
181
|
+
mdi
|
|
182
|
+
notranslate
|
|
183
|
+
pa-0
|
|
184
|
+
text-currentColor
|
|
185
|
+
v-icon
|
|
186
|
+
v-theme--light
|
|
187
|
+
"
|
|
188
|
+
style="
|
|
189
|
+
font-size: 40px;
|
|
190
|
+
height: 40px;
|
|
191
|
+
width: 40px;
|
|
192
|
+
"
|
|
193
|
+
></i>
|
|
194
|
+
<span class="
|
|
195
|
+
mt-1
|
|
196
|
+
sy-emotion-picker__item-title
|
|
197
|
+
">
|
|
198
|
+
Peut-être
|
|
199
|
+
</span>
|
|
289
200
|
</div>
|
|
290
|
-
<div
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
8.71,16.5
|
|
379
|
-
9.3,11
|
|
380
|
-
M20,12A8,8
|
|
381
|
-
mdi
|
|
382
|
-
notranslate
|
|
383
|
-
pa-0
|
|
384
|
-
text-currentColor
|
|
385
|
-
v-icon
|
|
386
|
-
v-theme--light
|
|
387
|
-
"
|
|
388
|
-
style="
|
|
389
|
-
font-size: 40px;
|
|
390
|
-
height: 40px;
|
|
391
|
-
width: 40px;
|
|
392
|
-
"
|
|
393
|
-
></i>
|
|
394
|
-
<span class="
|
|
395
|
-
mt-1
|
|
396
|
-
text-secondary
|
|
397
|
-
text-subtitle-2
|
|
398
|
-
">
|
|
399
|
-
Oui super
|
|
400
|
-
</span>
|
|
401
|
-
</span>
|
|
402
|
-
<!---->
|
|
403
|
-
<!---->
|
|
404
|
-
</button>
|
|
405
|
-
</label>
|
|
406
|
-
<input
|
|
407
|
-
class="v-rating__hidden"
|
|
408
|
-
id="v-rating-v-0-3"
|
|
409
|
-
name="v-rating-v-0"
|
|
410
|
-
tabindex="-1"
|
|
411
|
-
type="radio"
|
|
412
|
-
value="3"
|
|
413
|
-
/>
|
|
414
|
-
</div>
|
|
415
|
-
<!---->
|
|
201
|
+
<div
|
|
202
|
+
class="
|
|
203
|
+
happy
|
|
204
|
+
mx-1
|
|
205
|
+
mx-sm-2
|
|
206
|
+
px-1
|
|
207
|
+
px-sm-4
|
|
208
|
+
rounded-lg
|
|
209
|
+
sy-emotion-picker__item
|
|
210
|
+
"
|
|
211
|
+
role="radio"
|
|
212
|
+
style="
|
|
213
|
+
min-height: 88px;
|
|
214
|
+
min-width: 88px;
|
|
215
|
+
"
|
|
216
|
+
tabindex="-1"
|
|
217
|
+
>
|
|
218
|
+
<i
|
|
219
|
+
aria-hidden="true"
|
|
220
|
+
class="
|
|
221
|
+
0
|
|
222
|
+
0
|
|
223
|
+
0
|
|
224
|
+
0
|
|
225
|
+
0
|
|
226
|
+
0
|
|
227
|
+
0
|
|
228
|
+
0
|
|
229
|
+
0,0
|
|
230
|
+
0,0
|
|
231
|
+
0,0
|
|
232
|
+
0,0
|
|
233
|
+
0,1
|
|
234
|
+
0,1
|
|
235
|
+
0,1
|
|
236
|
+
0,1
|
|
237
|
+
10,8.7
|
|
238
|
+
10,9.5M17,9.5C17,10.3
|
|
239
|
+
10.75,15.23
|
|
240
|
+
12,15.23C13.25,15.23
|
|
241
|
+
12,17.23Z
|
|
242
|
+
12,20A8,8
|
|
243
|
+
12,22A10,10
|
|
244
|
+
12,2A10,10
|
|
245
|
+
12,4A8,8
|
|
246
|
+
13.75,17.23
|
|
247
|
+
14,10.3
|
|
248
|
+
14,9.5C14,8.7
|
|
249
|
+
14.32,14.72
|
|
250
|
+
14.7,8
|
|
251
|
+
14.77,14L16.19,15.42C15.29,16.5
|
|
252
|
+
15.5,11C14.7,11
|
|
253
|
+
15.5,8C16.3,8
|
|
254
|
+
16.3,11
|
|
255
|
+
17,8.7
|
|
256
|
+
17,9.5M12,17.23C10.25,17.23
|
|
257
|
+
2,12A10,10
|
|
258
|
+
20,12M22,12A10,10
|
|
259
|
+
22,12M10,9.5C10,10.3
|
|
260
|
+
4,12A8,8
|
|
261
|
+
7,10.3
|
|
262
|
+
7,9.5C7,8.7
|
|
263
|
+
7.7,8
|
|
264
|
+
7.81,15.42L9.23,14C9.68,14.72
|
|
265
|
+
8.5,11C7.7,11
|
|
266
|
+
8.5,8C9.3,8
|
|
267
|
+
8.71,16.5
|
|
268
|
+
9.3,11
|
|
269
|
+
M20,12A8,8
|
|
270
|
+
mdi
|
|
271
|
+
notranslate
|
|
272
|
+
pa-0
|
|
273
|
+
text-currentColor
|
|
274
|
+
v-icon
|
|
275
|
+
v-theme--light
|
|
276
|
+
"
|
|
277
|
+
style="
|
|
278
|
+
font-size: 40px;
|
|
279
|
+
height: 40px;
|
|
280
|
+
width: 40px;
|
|
281
|
+
"
|
|
282
|
+
></i>
|
|
283
|
+
<span class="
|
|
284
|
+
mt-1
|
|
285
|
+
sy-emotion-picker__item-title
|
|
286
|
+
">
|
|
287
|
+
Oui super
|
|
288
|
+
</span>
|
|
416
289
|
</div>
|
|
417
290
|
</div>
|
|
418
291
|
</fieldset>
|
|
419
292
|
`;
|
|
420
293
|
|
|
421
294
|
exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
422
|
-
<fieldset
|
|
295
|
+
<fieldset
|
|
296
|
+
aria-label="Ce champ ne sera plus modifiable après saisie"
|
|
297
|
+
class="sy-emotion-picker"
|
|
298
|
+
>
|
|
423
299
|
<legend class="
|
|
424
300
|
mb-6
|
|
425
301
|
text-h6
|
|
426
302
|
">
|
|
427
303
|
Pourriez-vous donner une note ?
|
|
428
304
|
</legend>
|
|
429
|
-
<div
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
305
|
+
<div
|
|
306
|
+
class="
|
|
307
|
+
d-flex
|
|
308
|
+
max-width-none
|
|
309
|
+
mx-n1
|
|
310
|
+
mx-sm-n2
|
|
311
|
+
"
|
|
312
|
+
role="radiogroup"
|
|
313
|
+
>
|
|
314
|
+
<div
|
|
315
|
+
class="
|
|
316
|
+
mx-1
|
|
317
|
+
mx-sm-2
|
|
318
|
+
px-1
|
|
319
|
+
px-sm-4
|
|
320
|
+
rounded-lg
|
|
321
|
+
sad
|
|
322
|
+
sy-emotion-picker__item
|
|
323
|
+
"
|
|
324
|
+
role="radio"
|
|
325
|
+
style="
|
|
326
|
+
min-height: 88px;
|
|
327
|
+
min-width: 88px;
|
|
328
|
+
"
|
|
329
|
+
tabindex="0"
|
|
439
330
|
>
|
|
440
|
-
<
|
|
441
|
-
|
|
331
|
+
<i
|
|
332
|
+
aria-hidden="true"
|
|
333
|
+
class="
|
|
334
|
+
0
|
|
335
|
+
0
|
|
336
|
+
0
|
|
337
|
+
0
|
|
338
|
+
0
|
|
339
|
+
0
|
|
340
|
+
0
|
|
341
|
+
0
|
|
342
|
+
0,0
|
|
343
|
+
0,0
|
|
344
|
+
0,0
|
|
345
|
+
0,0
|
|
346
|
+
0,1
|
|
347
|
+
0,1
|
|
348
|
+
0,1
|
|
349
|
+
0,1
|
|
350
|
+
10,8.7
|
|
351
|
+
10,9.5M12,14C13.75,14
|
|
352
|
+
10.25,14
|
|
353
|
+
12,14Z
|
|
354
|
+
12,16C10.75,16
|
|
355
|
+
12,20A8,8
|
|
356
|
+
12,22A10,10
|
|
357
|
+
12,2A10,10
|
|
358
|
+
12,4A8,8
|
|
359
|
+
13.25,16
|
|
360
|
+
14,10.3
|
|
361
|
+
14,9.5C14,8.7
|
|
362
|
+
14.7,8
|
|
363
|
+
15.29,14.72
|
|
364
|
+
15.5,11C14.7,11
|
|
365
|
+
15.5,8M10,9.5C10,10.3
|
|
366
|
+
16.19,15.81L14.77,17.23C14.32,16.5
|
|
367
|
+
16.3,11
|
|
368
|
+
17,8.7
|
|
369
|
+
17,9.5C17,10.3
|
|
370
|
+
2,12A10,10
|
|
371
|
+
20,12M22,12A10,10
|
|
372
|
+
22,12M15.5,8C16.3,8
|
|
373
|
+
4,12A8,8
|
|
374
|
+
7,10.3
|
|
375
|
+
7,9.5C7,8.7
|
|
376
|
+
7.7,8
|
|
377
|
+
8.5,11C7.7,11
|
|
378
|
+
8.5,8C9.3,8
|
|
379
|
+
9.23,17.23L7.81,15.81C8.71,14.72
|
|
380
|
+
9.3,11
|
|
381
|
+
9.68,16.5
|
|
382
|
+
M20,12A8,8
|
|
383
|
+
mdi
|
|
384
|
+
notranslate
|
|
385
|
+
pa-0
|
|
386
|
+
text-currentColor
|
|
387
|
+
v-icon
|
|
388
|
+
v-theme--light
|
|
389
|
+
"
|
|
390
|
+
style="
|
|
391
|
+
font-size: 40px;
|
|
392
|
+
height: 40px;
|
|
393
|
+
width: 40px;
|
|
394
|
+
"
|
|
395
|
+
></i>
|
|
396
|
+
<span class="
|
|
397
|
+
mt-1
|
|
398
|
+
sy-emotion-picker__item-title
|
|
399
|
+
">
|
|
400
|
+
Pas du tout
|
|
442
401
|
</span>
|
|
443
|
-
<!---->
|
|
444
|
-
</label>
|
|
445
|
-
<input
|
|
446
|
-
checked=""
|
|
447
|
-
class="v-rating__hidden"
|
|
448
|
-
id="v-rating-v-0-0"
|
|
449
|
-
name="v-rating-v-0"
|
|
450
|
-
tabindex="-1"
|
|
451
|
-
type="radio"
|
|
452
|
-
value="0"
|
|
453
|
-
/>
|
|
454
|
-
<div class="v-rating__wrapper">
|
|
455
|
-
<!---->
|
|
456
|
-
<div class="v-rating__item">
|
|
457
|
-
<label
|
|
458
|
-
class=""
|
|
459
|
-
for="v-rating-v-0-1"
|
|
460
|
-
>
|
|
461
|
-
<span class="v-rating__hidden">
|
|
462
|
-
Rating 1 of 2
|
|
463
|
-
</span>
|
|
464
|
-
<button
|
|
465
|
-
aria-pressed="false"
|
|
466
|
-
class="
|
|
467
|
-
mx-1
|
|
468
|
-
mx-sm-2
|
|
469
|
-
px-1
|
|
470
|
-
px-sm-4
|
|
471
|
-
rounded-lg
|
|
472
|
-
sad
|
|
473
|
-
v-btn
|
|
474
|
-
v-btn--density-default
|
|
475
|
-
v-btn--size-default
|
|
476
|
-
v-btn--variant-text
|
|
477
|
-
v-theme--light
|
|
478
|
-
"
|
|
479
|
-
style="
|
|
480
|
-
min-height: 88px;
|
|
481
|
-
min-width: 88px;
|
|
482
|
-
"
|
|
483
|
-
title="Pas du tout"
|
|
484
|
-
type="button"
|
|
485
|
-
>
|
|
486
|
-
<span class="v-btn__overlay"></span>
|
|
487
|
-
<span class="v-btn__underlay"></span>
|
|
488
|
-
<!---->
|
|
489
|
-
<span
|
|
490
|
-
class="v-btn__content"
|
|
491
|
-
data-no-activator=""
|
|
492
|
-
>
|
|
493
|
-
<i
|
|
494
|
-
aria-hidden="true"
|
|
495
|
-
class="
|
|
496
|
-
0
|
|
497
|
-
0
|
|
498
|
-
0
|
|
499
|
-
0
|
|
500
|
-
0
|
|
501
|
-
0
|
|
502
|
-
0
|
|
503
|
-
0
|
|
504
|
-
0,0
|
|
505
|
-
0,0
|
|
506
|
-
0,0
|
|
507
|
-
0,0
|
|
508
|
-
0,1
|
|
509
|
-
0,1
|
|
510
|
-
0,1
|
|
511
|
-
0,1
|
|
512
|
-
10,8.7
|
|
513
|
-
10,9.5M12,14C13.75,14
|
|
514
|
-
10.25,14
|
|
515
|
-
12,14Z
|
|
516
|
-
12,16C10.75,16
|
|
517
|
-
12,20A8,8
|
|
518
|
-
12,22A10,10
|
|
519
|
-
12,2A10,10
|
|
520
|
-
12,4A8,8
|
|
521
|
-
13.25,16
|
|
522
|
-
14,10.3
|
|
523
|
-
14,9.5C14,8.7
|
|
524
|
-
14.7,8
|
|
525
|
-
15.29,14.72
|
|
526
|
-
15.5,11C14.7,11
|
|
527
|
-
15.5,8M10,9.5C10,10.3
|
|
528
|
-
16.19,15.81L14.77,17.23C14.32,16.5
|
|
529
|
-
16.3,11
|
|
530
|
-
17,8.7
|
|
531
|
-
17,9.5C17,10.3
|
|
532
|
-
2,12A10,10
|
|
533
|
-
20,12M22,12A10,10
|
|
534
|
-
22,12M15.5,8C16.3,8
|
|
535
|
-
4,12A8,8
|
|
536
|
-
7,10.3
|
|
537
|
-
7,9.5C7,8.7
|
|
538
|
-
7.7,8
|
|
539
|
-
8.5,11C7.7,11
|
|
540
|
-
8.5,8C9.3,8
|
|
541
|
-
9.23,17.23L7.81,15.81C8.71,14.72
|
|
542
|
-
9.3,11
|
|
543
|
-
9.68,16.5
|
|
544
|
-
M20,12A8,8
|
|
545
|
-
mdi
|
|
546
|
-
notranslate
|
|
547
|
-
pa-0
|
|
548
|
-
text-currentColor
|
|
549
|
-
v-icon
|
|
550
|
-
v-theme--light
|
|
551
|
-
"
|
|
552
|
-
style="
|
|
553
|
-
font-size: 40px;
|
|
554
|
-
height: 40px;
|
|
555
|
-
width: 40px;
|
|
556
|
-
"
|
|
557
|
-
></i>
|
|
558
|
-
<span class="
|
|
559
|
-
mt-1
|
|
560
|
-
text-secondary
|
|
561
|
-
text-subtitle-2
|
|
562
|
-
">
|
|
563
|
-
Pas du tout
|
|
564
|
-
</span>
|
|
565
|
-
</span>
|
|
566
|
-
<!---->
|
|
567
|
-
<!---->
|
|
568
|
-
</button>
|
|
569
|
-
</label>
|
|
570
|
-
<input
|
|
571
|
-
class="v-rating__hidden"
|
|
572
|
-
id="v-rating-v-0-1"
|
|
573
|
-
name="v-rating-v-0"
|
|
574
|
-
tabindex="-1"
|
|
575
|
-
type="radio"
|
|
576
|
-
value="1"
|
|
577
|
-
/>
|
|
578
|
-
</div>
|
|
579
|
-
<!---->
|
|
580
402
|
</div>
|
|
581
|
-
<div
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
8.71,16.5
|
|
670
|
-
9.3,11
|
|
671
|
-
M20,12A8,8
|
|
672
|
-
mdi
|
|
673
|
-
notranslate
|
|
674
|
-
pa-0
|
|
675
|
-
text-currentColor
|
|
676
|
-
v-icon
|
|
677
|
-
v-theme--light
|
|
678
|
-
"
|
|
679
|
-
style="
|
|
680
|
-
font-size: 40px;
|
|
681
|
-
height: 40px;
|
|
682
|
-
width: 40px;
|
|
683
|
-
"
|
|
684
|
-
></i>
|
|
685
|
-
<span class="
|
|
686
|
-
mt-1
|
|
687
|
-
text-secondary
|
|
688
|
-
text-subtitle-2
|
|
689
|
-
">
|
|
690
|
-
Oui super
|
|
691
|
-
</span>
|
|
692
|
-
</span>
|
|
693
|
-
<!---->
|
|
694
|
-
<!---->
|
|
695
|
-
</button>
|
|
696
|
-
</label>
|
|
697
|
-
<input
|
|
698
|
-
class="v-rating__hidden"
|
|
699
|
-
id="v-rating-v-0-2"
|
|
700
|
-
name="v-rating-v-0"
|
|
701
|
-
tabindex="-1"
|
|
702
|
-
type="radio"
|
|
703
|
-
value="2"
|
|
704
|
-
/>
|
|
705
|
-
</div>
|
|
706
|
-
<!---->
|
|
403
|
+
<div
|
|
404
|
+
class="
|
|
405
|
+
happy
|
|
406
|
+
mx-1
|
|
407
|
+
mx-sm-2
|
|
408
|
+
px-1
|
|
409
|
+
px-sm-4
|
|
410
|
+
rounded-lg
|
|
411
|
+
sy-emotion-picker__item
|
|
412
|
+
"
|
|
413
|
+
role="radio"
|
|
414
|
+
style="
|
|
415
|
+
min-height: 88px;
|
|
416
|
+
min-width: 88px;
|
|
417
|
+
"
|
|
418
|
+
tabindex="-1"
|
|
419
|
+
>
|
|
420
|
+
<i
|
|
421
|
+
aria-hidden="true"
|
|
422
|
+
class="
|
|
423
|
+
0
|
|
424
|
+
0
|
|
425
|
+
0
|
|
426
|
+
0
|
|
427
|
+
0
|
|
428
|
+
0
|
|
429
|
+
0
|
|
430
|
+
0
|
|
431
|
+
0,0
|
|
432
|
+
0,0
|
|
433
|
+
0,0
|
|
434
|
+
0,0
|
|
435
|
+
0,1
|
|
436
|
+
0,1
|
|
437
|
+
0,1
|
|
438
|
+
0,1
|
|
439
|
+
10,8.7
|
|
440
|
+
10,9.5M17,9.5C17,10.3
|
|
441
|
+
10.75,15.23
|
|
442
|
+
12,15.23C13.25,15.23
|
|
443
|
+
12,17.23Z
|
|
444
|
+
12,20A8,8
|
|
445
|
+
12,22A10,10
|
|
446
|
+
12,2A10,10
|
|
447
|
+
12,4A8,8
|
|
448
|
+
13.75,17.23
|
|
449
|
+
14,10.3
|
|
450
|
+
14,9.5C14,8.7
|
|
451
|
+
14.32,14.72
|
|
452
|
+
14.7,8
|
|
453
|
+
14.77,14L16.19,15.42C15.29,16.5
|
|
454
|
+
15.5,11C14.7,11
|
|
455
|
+
15.5,8C16.3,8
|
|
456
|
+
16.3,11
|
|
457
|
+
17,8.7
|
|
458
|
+
17,9.5M12,17.23C10.25,17.23
|
|
459
|
+
2,12A10,10
|
|
460
|
+
20,12M22,12A10,10
|
|
461
|
+
22,12M10,9.5C10,10.3
|
|
462
|
+
4,12A8,8
|
|
463
|
+
7,10.3
|
|
464
|
+
7,9.5C7,8.7
|
|
465
|
+
7.7,8
|
|
466
|
+
7.81,15.42L9.23,14C9.68,14.72
|
|
467
|
+
8.5,11C7.7,11
|
|
468
|
+
8.5,8C9.3,8
|
|
469
|
+
8.71,16.5
|
|
470
|
+
9.3,11
|
|
471
|
+
M20,12A8,8
|
|
472
|
+
mdi
|
|
473
|
+
notranslate
|
|
474
|
+
pa-0
|
|
475
|
+
text-currentColor
|
|
476
|
+
v-icon
|
|
477
|
+
v-theme--light
|
|
478
|
+
"
|
|
479
|
+
style="
|
|
480
|
+
font-size: 40px;
|
|
481
|
+
height: 40px;
|
|
482
|
+
width: 40px;
|
|
483
|
+
"
|
|
484
|
+
></i>
|
|
485
|
+
<span class="
|
|
486
|
+
mt-1
|
|
487
|
+
sy-emotion-picker__item-title
|
|
488
|
+
">
|
|
489
|
+
Oui super
|
|
490
|
+
</span>
|
|
707
491
|
</div>
|
|
708
492
|
</div>
|
|
709
493
|
</fieldset>
|