@cnamts/synapse 1.0.11 → 1.0.13
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-QEfKOz0P.js → DateFilter-_EFzsvvM.js} +1 -1
- package/dist/{NumberFilter-C0h7gVzp.js → NumberFilter-CUxEbKJh.js} +1 -1
- package/dist/{PeriodFilter-8dVrKjju.js → PeriodFilter-D5ueqtKy.js} +1 -1
- package/dist/{SelectFilter-BI3QGbqb.js → SelectFilter-BciBNydy.js} +1 -1
- package/dist/{TextFilter-UOp1hcPp.js → TextFilter-DMN_WAQB.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +7 -3
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +2 -0
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +7 -3
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +50 -68
- package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +50 -68
- package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +4 -0
- package/dist/components/Amelipro/AmeliproTable/types.d.ts +11 -0
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +50 -68
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
- package/dist/components/Captcha/Captcha.d.ts +68 -0
- package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
- package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
- package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
- package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
- package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
- package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
- package/dist/components/Captcha/captchaApi.d.ts +41 -0
- package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
- package/dist/components/Captcha/locales.d.ts +35 -0
- package/dist/components/Captcha/types.d.ts +2 -0
- package/dist/components/ChipList/ChipList.d.ts +2 -2
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +14 -14
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +5 -5
- package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +12 -16
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +96 -68
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +63 -38
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +23 -27
- package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -1
- package/dist/components/DatePicker/tests/setup.d.ts +816 -520
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +10 -10
- package/dist/components/NirField/NirField.d.ts +31 -34
- package/dist/components/NirField/locales.d.ts +1 -3
- package/dist/components/PasswordField/PasswordField.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +192 -128
- package/dist/components/PhoneField/PhoneField.d.ts +13 -17
- package/dist/components/SearchListField/SearchListField.d.ts +5 -5
- package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -8
- package/dist/components/Tables/SyTable/SyTable.d.ts +5 -8
- package/dist/components/Tables/common/SyTablePagination.d.ts +5 -5
- package/dist/components/Tables/common/types.d.ts +4 -0
- package/dist/components/Tables/common/usePagination.d.ts +3 -4
- package/dist/components/Tables/common/useTableCheckbox.d.ts +10 -6
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/validation/useFormValidation.d.ts +10 -0
- package/dist/composables/validation/useValidatable.d.ts +10 -2
- package/dist/design-system-v3.js +126 -125
- package/dist/design-system-v3.umd.cjs +265 -265
- package/dist/main-DISHlqcd.js +34217 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/overrides/_forms.scss +2 -0
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.stories.ts +7 -4
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.vue +2 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +1 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +574 -112
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +5 -2
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +2 -1
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.stories.ts +6 -3
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.vue +2 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +5 -2
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -1
- package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +175 -0
- package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +88 -0
- package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +423 -0
- package/src/components/Amelipro/AmeliproCheckboxGroup/{tests → __tests__}/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +112 -78
- package/src/components/Amelipro/AmeliproChips/__tests__/AmeliproChips.spec.ts +92 -0
- package/src/components/Amelipro/AmeliproChips/__tests__/__snapshots__/AmeliproChips.spec.ts.snap +81 -0
- package/src/components/Amelipro/AmeliproDialog/__tests__/AmeliproDialog.spec.ts +257 -0
- package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +61 -0
- package/src/components/Amelipro/AmeliproDisclosure/__tests__/AmeliproDisclosure.spec.ts +79 -0
- package/src/components/Amelipro/AmeliproDisclosure/__tests__/__snapshots__/AmeliproDisclosure.spec.ts.snap +89 -0
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
- package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
- package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +81 -9
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +139 -61
- package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +10 -0
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +361 -187
- package/src/components/Amelipro/AmeliproTable/types.d.ts +11 -0
- package/src/components/Captcha/Captcha.mdx +72 -0
- package/src/components/Captcha/Captcha.stories.ts +276 -0
- package/src/components/Captcha/Captcha.vue +325 -0
- package/src/components/Captcha/CaptchaAlert.vue +60 -0
- package/src/components/Captcha/CaptchaBase.vue +219 -0
- package/src/components/Captcha/CaptchaBtn.vue +35 -0
- package/src/components/Captcha/CaptchaForm.vue +58 -0
- package/src/components/Captcha/CaptchaImg.vue +41 -0
- package/src/components/Captcha/CaptchaInformation.vue +64 -0
- package/src/components/Captcha/captchaApi.ts +111 -0
- package/src/components/Captcha/icons/volumeUp.vue +11 -0
- package/src/components/Captcha/locales.ts +35 -0
- package/src/components/Captcha/readme.md +5 -0
- package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
- package/src/components/Captcha/types.ts +2 -0
- package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
- package/src/components/Customs/SyForm/SyForm.vue +17 -1
- package/src/components/Customs/SyTextField/SyTextField.vue +29 -7
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +32 -9
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +154 -18
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +2 -2
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +35 -4
- package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +107 -72
- package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +6 -6
- package/src/components/DatePicker/composables/useDatePickerViewMode.ts +57 -7
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +14 -14
- package/src/components/DatePicker/tests/navigation.regression.spec.ts +74 -0
- package/src/components/DatePicker/tests/navigation.simple.spec.ts +137 -0
- package/src/components/NirField/NirField.stories.ts +85 -2
- package/src/components/NirField/NirField.vue +55 -18
- package/src/components/NirField/locales.ts +1 -3
- package/src/components/PasswordField/PasswordField.vue +39 -7
- package/src/components/PhoneField/PhoneField.vue +43 -10
- package/src/components/RangeField/tests/RangeField.spec.ts +0 -3
- package/src/components/Tables/SyServerTable/SyServerTable.mdx +15 -0
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +309 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +18 -3
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
- package/src/components/Tables/SyTable/SyTable.mdx +15 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +228 -0
- package/src/components/Tables/SyTable/SyTable.vue +18 -3
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +63 -0
- package/src/components/Tables/common/SyTablePagination.vue +10 -8
- package/src/components/Tables/common/types.ts +4 -0
- package/src/components/Tables/common/usePagination.ts +11 -20
- package/src/components/Tables/common/useTableCheckbox.ts +23 -11
- package/src/components/index.ts +1 -0
- package/src/composables/validation/AvecVosComposants.mdx.old +1 -1
- package/src/composables/validation/FormValidation.stories.ts.old +5 -5
- package/src/composables/validation/useFormValidation.ts +46 -8
- package/src/composables/validation/useValidatable.ts +19 -8
- package/src/stories/Accessibilite/Introduction.mdx +1 -1
- package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +43 -0
- package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +239 -0
- package/src/stories/Demarrer/SignalerUneAnomalie.mdx +39 -0
- package/src/stories/Demarrer/SignalerUneAnomalie.stories.ts +261 -0
- package/dist/main-DyEOPqqn.js +0 -33329
- package/src/components/Amelipro/AmeliproCheckbox/tests/AmeliproCheckbox.spec.ts +0 -19
- package/src/components/Amelipro/AmeliproCheckbox/tests/__snapshots__/AmeliproCheckbox.spec.ts.snap +0 -40
- package/src/components/Amelipro/AmeliproCheckboxGroup/tests/AmeliproCheckboxGroup.spec.ts +0 -46
- package/src/components/Amelipro/AmeliproChips/tests/AmeliproChips.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +0 -97
- package/src/components/Amelipro/AmeliproDialog/tests/AmeliproDialog.spec.ts +0 -24
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +0 -134
- package/src/components/Amelipro/AmeliproDisclosure/tests/AmeliproDisclosure.spec.ts +0 -19
- package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +0 -104
- package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
- package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
- package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
- package/src/components/BackBtn/tests/__snapshots__/BackBtn.spec.ts.snap +0 -45
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +0 -1270
- package/src/stories/Demarrer/CreerUneIssue.mdx +0 -67
- package/src/stories/Demarrer/components.stories.ts +0 -25
package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap
DELETED
|
@@ -1,432 +0,0 @@
|
|
|
1
|
-
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
|
-
|
|
3
|
-
exports[`AmeliproFooter > render correctly 1`] = `
|
|
4
|
-
<footer
|
|
5
|
-
class="
|
|
6
|
-
amelipro-footer
|
|
7
|
-
bg-ap-blue-darken-2
|
|
8
|
-
d-block
|
|
9
|
-
justify-center
|
|
10
|
-
px-8
|
|
11
|
-
py-3
|
|
12
|
-
w-100
|
|
13
|
-
"
|
|
14
|
-
id="my-footer-id-container"
|
|
15
|
-
role="contentinfo"
|
|
16
|
-
style="position: relative;"
|
|
17
|
-
>
|
|
18
|
-
<div
|
|
19
|
-
class="
|
|
20
|
-
align-center
|
|
21
|
-
amelipro-footer__content
|
|
22
|
-
d-flex
|
|
23
|
-
flex-row
|
|
24
|
-
justify-space-between
|
|
25
|
-
"
|
|
26
|
-
id="my-footer-id-content"
|
|
27
|
-
style="width: 100%;"
|
|
28
|
-
>
|
|
29
|
-
<p
|
|
30
|
-
class="
|
|
31
|
-
font-weight-bold
|
|
32
|
-
footer-version
|
|
33
|
-
mb-0
|
|
34
|
-
mr-4
|
|
35
|
-
text-ap-white
|
|
36
|
-
text-caption
|
|
37
|
-
"
|
|
38
|
-
id="my-footer-id-version"
|
|
39
|
-
>
|
|
40
|
-
X.X.X
|
|
41
|
-
</p>
|
|
42
|
-
<div
|
|
43
|
-
class="
|
|
44
|
-
amelipro-footer__contact
|
|
45
|
-
mr-4
|
|
46
|
-
mt-1
|
|
47
|
-
"
|
|
48
|
-
id="my-footer-id-contact"
|
|
49
|
-
>
|
|
50
|
-
<a
|
|
51
|
-
class="
|
|
52
|
-
amelipro-btn
|
|
53
|
-
amelipro-footer__contact__link
|
|
54
|
-
amelipro-footer__contact__link
|
|
55
|
-
elevation-0
|
|
56
|
-
text-ap-blue-darken-1
|
|
57
|
-
text-ap-white
|
|
58
|
-
text-ap-white
|
|
59
|
-
text-decoration-none
|
|
60
|
-
text-decoration-none
|
|
61
|
-
v-btn
|
|
62
|
-
v-btn--density-default
|
|
63
|
-
v-btn--flat
|
|
64
|
-
v-btn--size-default
|
|
65
|
-
v-btn--variant-text
|
|
66
|
-
v-theme--light
|
|
67
|
-
"
|
|
68
|
-
href="tel:3608"
|
|
69
|
-
id="my-footer-id-contact-link"
|
|
70
|
-
style="
|
|
71
|
-
height: auto;
|
|
72
|
-
min-height: auto;
|
|
73
|
-
padding: 0px;
|
|
74
|
-
"
|
|
75
|
-
type="button"
|
|
76
|
-
><span class="v-btn__overlay"></span><span class="v-btn__underlay"></span>
|
|
77
|
-
|
|
78
|
-
<!----><span
|
|
79
|
-
class="v-btn__content"
|
|
80
|
-
data-no-activator=""
|
|
81
|
-
><span class="
|
|
82
|
-
align-center
|
|
83
|
-
amelipro-custom-btn
|
|
84
|
-
d-flex
|
|
85
|
-
flex-row
|
|
86
|
-
"><span
|
|
87
|
-
class="
|
|
88
|
-
d-sr-only
|
|
89
|
-
text-button
|
|
90
|
-
text-uppercase
|
|
91
|
-
"
|
|
92
|
-
id="my-footer-id-contact-link-text"
|
|
93
|
-
>Nous contacter</span><img
|
|
94
|
-
alt="au 3608 : Service gratuit + prix appel"
|
|
95
|
-
id="my-footer-id-contact-link-img"
|
|
96
|
-
src="/src/assets/amelipro/img/cartouche_nouveauTEL.svg"
|
|
97
|
-
/>
|
|
98
|
-
|
|
99
|
-
<!-- v-if -->
|
|
100
|
-
|
|
101
|
-
<!-- v-if --></span></span>
|
|
102
|
-
|
|
103
|
-
<!---->
|
|
104
|
-
|
|
105
|
-
<!---->
|
|
106
|
-
</a>
|
|
107
|
-
</div>
|
|
108
|
-
<ul
|
|
109
|
-
class="
|
|
110
|
-
align-center
|
|
111
|
-
amelipro-footer__list
|
|
112
|
-
d-flex
|
|
113
|
-
flex-wrap
|
|
114
|
-
justify-end
|
|
115
|
-
list-style-none
|
|
116
|
-
mt-2
|
|
117
|
-
mt-sm-0
|
|
118
|
-
"
|
|
119
|
-
id="my-footer-id-list"
|
|
120
|
-
>
|
|
121
|
-
<li class="
|
|
122
|
-
footer-list-item
|
|
123
|
-
pa-2
|
|
124
|
-
">
|
|
125
|
-
<button
|
|
126
|
-
class="
|
|
127
|
-
amelipro-btn
|
|
128
|
-
elevation-0
|
|
129
|
-
text-ap-white
|
|
130
|
-
text-none
|
|
131
|
-
text-none
|
|
132
|
-
v-btn
|
|
133
|
-
v-btn--density-default
|
|
134
|
-
v-btn--flat
|
|
135
|
-
v-btn--size-default
|
|
136
|
-
v-btn--variant-text
|
|
137
|
-
v-theme--light
|
|
138
|
-
"
|
|
139
|
-
id="my-footer-id-site-map-btn"
|
|
140
|
-
style="
|
|
141
|
-
height: auto;
|
|
142
|
-
min-height: auto;
|
|
143
|
-
padding: 0px;
|
|
144
|
-
"
|
|
145
|
-
type="button"
|
|
146
|
-
>
|
|
147
|
-
<span class="v-btn__overlay"></span>
|
|
148
|
-
<span class="v-btn__underlay"></span>
|
|
149
|
-
<!---->
|
|
150
|
-
<span
|
|
151
|
-
class="v-btn__content"
|
|
152
|
-
data-no-activator=""
|
|
153
|
-
>
|
|
154
|
-
<span class="
|
|
155
|
-
align-center
|
|
156
|
-
amelipro-custom-btn
|
|
157
|
-
d-flex
|
|
158
|
-
flex-row
|
|
159
|
-
">
|
|
160
|
-
Plan de site
|
|
161
|
-
<!-- v-if -->
|
|
162
|
-
<!-- v-if -->
|
|
163
|
-
</span>
|
|
164
|
-
</span>
|
|
165
|
-
<!---->
|
|
166
|
-
<!---->
|
|
167
|
-
</button>
|
|
168
|
-
</li>
|
|
169
|
-
<li class="
|
|
170
|
-
footer-list-item
|
|
171
|
-
pa-2
|
|
172
|
-
">
|
|
173
|
-
<button
|
|
174
|
-
class="
|
|
175
|
-
amelipro-btn
|
|
176
|
-
elevation-0
|
|
177
|
-
text-ap-white
|
|
178
|
-
text-none
|
|
179
|
-
text-none
|
|
180
|
-
v-btn
|
|
181
|
-
v-btn--density-default
|
|
182
|
-
v-btn--flat
|
|
183
|
-
v-btn--size-default
|
|
184
|
-
v-btn--variant-text
|
|
185
|
-
v-theme--light
|
|
186
|
-
"
|
|
187
|
-
id="my-footer-id-about-btn"
|
|
188
|
-
style="
|
|
189
|
-
height: auto;
|
|
190
|
-
min-height: auto;
|
|
191
|
-
padding: 0px;
|
|
192
|
-
"
|
|
193
|
-
type="button"
|
|
194
|
-
>
|
|
195
|
-
<span class="v-btn__overlay"></span>
|
|
196
|
-
<span class="v-btn__underlay"></span>
|
|
197
|
-
<!---->
|
|
198
|
-
<span
|
|
199
|
-
class="v-btn__content"
|
|
200
|
-
data-no-activator=""
|
|
201
|
-
>
|
|
202
|
-
<span class="
|
|
203
|
-
align-center
|
|
204
|
-
amelipro-custom-btn
|
|
205
|
-
d-flex
|
|
206
|
-
flex-row
|
|
207
|
-
">
|
|
208
|
-
À propos
|
|
209
|
-
<!-- v-if -->
|
|
210
|
-
<!-- v-if -->
|
|
211
|
-
</span>
|
|
212
|
-
</span>
|
|
213
|
-
<!---->
|
|
214
|
-
<!---->
|
|
215
|
-
</button>
|
|
216
|
-
</li>
|
|
217
|
-
<li class="
|
|
218
|
-
footer-list-item
|
|
219
|
-
pa-2
|
|
220
|
-
">
|
|
221
|
-
<button
|
|
222
|
-
class="
|
|
223
|
-
amelipro-btn
|
|
224
|
-
elevation-0
|
|
225
|
-
text-ap-white
|
|
226
|
-
text-none
|
|
227
|
-
text-none
|
|
228
|
-
v-btn
|
|
229
|
-
v-btn--density-default
|
|
230
|
-
v-btn--flat
|
|
231
|
-
v-btn--size-default
|
|
232
|
-
v-btn--variant-text
|
|
233
|
-
v-theme--light
|
|
234
|
-
"
|
|
235
|
-
id="my-footer-id-config-btn"
|
|
236
|
-
style="
|
|
237
|
-
height: auto;
|
|
238
|
-
min-height: auto;
|
|
239
|
-
padding: 0px;
|
|
240
|
-
"
|
|
241
|
-
type="button"
|
|
242
|
-
>
|
|
243
|
-
<span class="v-btn__overlay"></span>
|
|
244
|
-
<span class="v-btn__underlay"></span>
|
|
245
|
-
<!---->
|
|
246
|
-
<span
|
|
247
|
-
class="v-btn__content"
|
|
248
|
-
data-no-activator=""
|
|
249
|
-
>
|
|
250
|
-
<span class="
|
|
251
|
-
align-center
|
|
252
|
-
amelipro-custom-btn
|
|
253
|
-
d-flex
|
|
254
|
-
flex-row
|
|
255
|
-
">
|
|
256
|
-
Configuration
|
|
257
|
-
<!-- v-if -->
|
|
258
|
-
<!-- v-if -->
|
|
259
|
-
</span>
|
|
260
|
-
</span>
|
|
261
|
-
<!---->
|
|
262
|
-
<!---->
|
|
263
|
-
</button>
|
|
264
|
-
</li>
|
|
265
|
-
<li class="
|
|
266
|
-
footer-list-item
|
|
267
|
-
pa-2
|
|
268
|
-
">
|
|
269
|
-
<button
|
|
270
|
-
class="
|
|
271
|
-
amelipro-btn
|
|
272
|
-
elevation-0
|
|
273
|
-
text-ap-white
|
|
274
|
-
text-none
|
|
275
|
-
text-none
|
|
276
|
-
v-btn
|
|
277
|
-
v-btn--density-default
|
|
278
|
-
v-btn--flat
|
|
279
|
-
v-btn--size-default
|
|
280
|
-
v-btn--variant-text
|
|
281
|
-
v-theme--light
|
|
282
|
-
"
|
|
283
|
-
id="my-footer-id-legal-notice-btn"
|
|
284
|
-
style="
|
|
285
|
-
height: auto;
|
|
286
|
-
min-height: auto;
|
|
287
|
-
padding: 0px;
|
|
288
|
-
"
|
|
289
|
-
type="button"
|
|
290
|
-
>
|
|
291
|
-
<span class="v-btn__overlay"></span>
|
|
292
|
-
<span class="v-btn__underlay"></span>
|
|
293
|
-
<!---->
|
|
294
|
-
<span
|
|
295
|
-
class="v-btn__content"
|
|
296
|
-
data-no-activator=""
|
|
297
|
-
>
|
|
298
|
-
<span class="
|
|
299
|
-
align-center
|
|
300
|
-
amelipro-custom-btn
|
|
301
|
-
d-flex
|
|
302
|
-
flex-row
|
|
303
|
-
">
|
|
304
|
-
Mentions légales
|
|
305
|
-
<!-- v-if -->
|
|
306
|
-
<!-- v-if -->
|
|
307
|
-
</span>
|
|
308
|
-
</span>
|
|
309
|
-
<!---->
|
|
310
|
-
<!---->
|
|
311
|
-
</button>
|
|
312
|
-
</li>
|
|
313
|
-
<li class="
|
|
314
|
-
footer-list-item
|
|
315
|
-
pa-2
|
|
316
|
-
">
|
|
317
|
-
<button
|
|
318
|
-
class="
|
|
319
|
-
amelipro-btn
|
|
320
|
-
elevation-0
|
|
321
|
-
text-ap-white
|
|
322
|
-
text-none
|
|
323
|
-
text-none
|
|
324
|
-
v-btn
|
|
325
|
-
v-btn--density-default
|
|
326
|
-
v-btn--flat
|
|
327
|
-
v-btn--size-default
|
|
328
|
-
v-btn--variant-text
|
|
329
|
-
v-theme--light
|
|
330
|
-
"
|
|
331
|
-
id="my-footer-id-cgu-btn"
|
|
332
|
-
style="
|
|
333
|
-
height: auto;
|
|
334
|
-
min-height: auto;
|
|
335
|
-
padding: 0px;
|
|
336
|
-
"
|
|
337
|
-
type="button"
|
|
338
|
-
>
|
|
339
|
-
<span class="v-btn__overlay"></span>
|
|
340
|
-
<span class="v-btn__underlay"></span>
|
|
341
|
-
<!---->
|
|
342
|
-
<span
|
|
343
|
-
class="v-btn__content"
|
|
344
|
-
data-no-activator=""
|
|
345
|
-
>
|
|
346
|
-
<span class="
|
|
347
|
-
align-center
|
|
348
|
-
amelipro-custom-btn
|
|
349
|
-
d-flex
|
|
350
|
-
flex-row
|
|
351
|
-
">
|
|
352
|
-
CGU
|
|
353
|
-
<!-- v-if -->
|
|
354
|
-
<!-- v-if -->
|
|
355
|
-
</span>
|
|
356
|
-
</span>
|
|
357
|
-
<!---->
|
|
358
|
-
<!---->
|
|
359
|
-
</button>
|
|
360
|
-
</li>
|
|
361
|
-
<li class="
|
|
362
|
-
footer-list-item
|
|
363
|
-
pa-2
|
|
364
|
-
">
|
|
365
|
-
<button
|
|
366
|
-
class="
|
|
367
|
-
amelipro-btn
|
|
368
|
-
elevation-0
|
|
369
|
-
text-ap-white
|
|
370
|
-
text-none
|
|
371
|
-
text-none
|
|
372
|
-
v-btn
|
|
373
|
-
v-btn--density-default
|
|
374
|
-
v-btn--flat
|
|
375
|
-
v-btn--size-default
|
|
376
|
-
v-btn--variant-text
|
|
377
|
-
v-theme--light
|
|
378
|
-
"
|
|
379
|
-
id="my-footer-id-a11y-btn"
|
|
380
|
-
style="
|
|
381
|
-
height: auto;
|
|
382
|
-
min-height: auto;
|
|
383
|
-
padding: 0px;
|
|
384
|
-
"
|
|
385
|
-
type="button"
|
|
386
|
-
>
|
|
387
|
-
<span class="v-btn__overlay"></span>
|
|
388
|
-
<span class="v-btn__underlay"></span>
|
|
389
|
-
<!---->
|
|
390
|
-
<span
|
|
391
|
-
class="v-btn__content"
|
|
392
|
-
data-no-activator=""
|
|
393
|
-
>
|
|
394
|
-
<span class="
|
|
395
|
-
align-center
|
|
396
|
-
amelipro-custom-btn
|
|
397
|
-
d-flex
|
|
398
|
-
flex-row
|
|
399
|
-
">
|
|
400
|
-
Accessibilité : non conforme
|
|
401
|
-
<!-- v-if -->
|
|
402
|
-
<!-- v-if -->
|
|
403
|
-
</span>
|
|
404
|
-
</span>
|
|
405
|
-
<!---->
|
|
406
|
-
<!---->
|
|
407
|
-
</button>
|
|
408
|
-
</li>
|
|
409
|
-
</ul>
|
|
410
|
-
<!-- v-if -->
|
|
411
|
-
</div>
|
|
412
|
-
<div class="
|
|
413
|
-
align-center
|
|
414
|
-
d-none
|
|
415
|
-
flex-column
|
|
416
|
-
footer-version--mobile
|
|
417
|
-
">
|
|
418
|
-
<p
|
|
419
|
-
class="
|
|
420
|
-
font-weight-bold
|
|
421
|
-
mb-0
|
|
422
|
-
mt-2
|
|
423
|
-
text-ap-white
|
|
424
|
-
text-caption
|
|
425
|
-
"
|
|
426
|
-
id="my-footer-id-version-mobile"
|
|
427
|
-
>
|
|
428
|
-
X.X.X
|
|
429
|
-
</p>
|
|
430
|
-
</div>
|
|
431
|
-
</footer>
|
|
432
|
-
`;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { mount } from '@vue/test-utils'
|
|
2
|
-
import { expect, describe, it } from 'vitest'
|
|
3
|
-
import AmeliproHeaderBrandSection from '../AmeliproHeaderBrandSection.vue'
|
|
4
|
-
|
|
5
|
-
describe('AmeliproHeaderBrandSection', () => {
|
|
6
|
-
it('render correctly', async () => {
|
|
7
|
-
const wrapper = mount(AmeliproHeaderBrandSection, {
|
|
8
|
-
props: {
|
|
9
|
-
uniqueId: 'amelipro-header-brand-section-id',
|
|
10
|
-
},
|
|
11
|
-
})
|
|
12
|
-
|
|
13
|
-
expect(wrapper.html()).toMatchSnapshot()
|
|
14
|
-
})
|
|
15
|
-
})
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
|
-
|
|
3
|
-
exports[`AmeliproHeaderBrandSection > render correctly 1`] = `
|
|
4
|
-
<div
|
|
5
|
-
class="
|
|
6
|
-
d-flex
|
|
7
|
-
header-brand-section
|
|
8
|
-
"
|
|
9
|
-
id="amelipro-header-brand-section-id-container"
|
|
10
|
-
>
|
|
11
|
-
<button
|
|
12
|
-
aria-label="Retour à l’accueil"
|
|
13
|
-
class="
|
|
14
|
-
align-center
|
|
15
|
-
d-flex
|
|
16
|
-
header-home-link
|
|
17
|
-
w-100
|
|
18
|
-
"
|
|
19
|
-
id="amelipro-header-brand-section-id-logo-link"
|
|
20
|
-
title="Retour à l’accueil"
|
|
21
|
-
>
|
|
22
|
-
<svg
|
|
23
|
-
aria-label="Sécurité sociale, L’Assurance Maladie : Agir ensemble, protéger chacun"
|
|
24
|
-
class="logo-am"
|
|
25
|
-
fill="#0C419A"
|
|
26
|
-
focusable="false"
|
|
27
|
-
height="64"
|
|
28
|
-
id="amelipro-header-brand-section-id-logo-am"
|
|
29
|
-
role="img"
|
|
30
|
-
viewBox="0 0 211 64"
|
|
31
|
-
width="211"
|
|
32
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
33
|
-
>
|
|
34
|
-
<g>
|
|
35
|
-
<path d="M69.2 55.3h1.3l2.1 6.5h-1.2l-1-3.4-.6-2.1-.6 2-1 3.5H67l2.2-6.5Zm-.9 3.9h3v.9h-3v-1Z" />
|
|
36
|
-
<path d="M73.3 62.7c0-.4.3-.7.7-1a.9.9 0 0 1-.4-.8c0-.4.2-.8.5-1-.3-.2-.7-.7-.7-1.3 0-1.1 1-1.7 2-1.7h2.4v1H77c.2 0 .3.4.3.7 0 1.1-.8 1.7-1.8 1.7l-.7-.1-.2.4c0 .3.1.5.8.5h.8c1.2 0 1.8.3 1.8 1.2 0 1-1 1.7-2.6 1.7-1.1 0-2-.4-2-1.3Zm3.6-.2c0-.4-.3-.5-1-.5h-1.2c-.3.1-.4.4-.4.6 0 .4.5.7 1.2.7.8 0 1.4-.4 1.4-.8Zm-.7-3.9c0-.6-.3-1-.8-1s-.8.4-.8 1 .3 1 .8 1 .8-.4.8-1Z" />
|
|
37
|
-
<path d="M79 55.5c0-.4.3-.7.7-.7.4 0 .8.3.8.7 0 .3-.3.6-.8.6-.4 0-.7-.2-.7-.6Zm.2 1.5h1.1v4.9h-1.1v-5Z" />
|
|
38
|
-
<path d="M82.1 57h1v.8c.4-.6 1-1 1.4-1l.6.2-.2 1-.5-.1c-.4 0-.9.2-1.2 1v3h-1.1v-5Z" />
|
|
39
|
-
<path d="M88.1 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6h-3.1c0 .9.6 1.4 1.4 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.6.6c-1.4 0-2.5-1-2.5-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1 .5-1.1 1.2h2.1Z" />
|
|
40
|
-
<path d="M93.8 57h1v.6c.5-.4 1-.8 1.7-.8 1 0 1.5.8 1.5 2v3h-1.2V59c0-.8-.2-1-.8-1-.4 0-.7.1-1 .5v3.4h-1.2V57Z" />
|
|
41
|
-
<path d="m99.3 61.3.5-.7c.4.3.9.5 1.3.5.6 0 .8-.2.8-.6 0-.4-.5-.6-1-.8-.7-.2-1.4-.6-1.4-1.4 0-.8.7-1.4 1.8-1.4.7 0 1.2.3 1.6.5l-.5.7c-.3-.2-.7-.4-1-.4-.6 0-.8.2-.8.5 0 .4.5.6 1 .8.7.2 1.4.5 1.4 1.5 0 .8-.6 1.5-1.9 1.5a3 3 0 0 1-1.8-.7Z" />
|
|
42
|
-
<path d="M104 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6h-3.1c0 .9.6 1.4 1.4 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.6.6c-1.4 0-2.5-1-2.5-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Z" />
|
|
43
|
-
<path d="M109.7 57h1v.6c.5-.4 1-.8 1.6-.8.7 0 1 .4 1.3.9.5-.5 1-.9 1.5-.9 1 0 1.6.8 1.6 2v3h-1.2V59c0-.8-.2-1-.7-1-.4 0-.7 0-1 .5v3.4h-1.2V59c0-.8-.3-1-.8-1-.3 0-.6 0-1 .5v3.4h-1.2V57h.1Z" />
|
|
44
|
-
<path d="m119.5 61.4-.2.5h-.9v-7h1.2v2.5c.3-.3.8-.6 1.3-.6 1.3 0 2 1 2 2.5 0 1.7-1 2.6-2.1 2.6-.4 0-1-.1-1.3-.5Zm2.2-2c0-1-.3-1.6-1-1.6-.4 0-.7.2-1.1.6v2.2c.3.3.7.4 1 .4.6 0 1.1-.5 1.1-1.6Z" />
|
|
45
|
-
<path d="M124.3 60.6v-5.8h1.2v5.9c0 .3.1.4.2.4h.2l.1.8-.6.1c-.8 0-1-.6-1-1.4Z" />
|
|
46
|
-
<path d="M127 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6H128c.2.9.7 1.4 1.5 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.7.6c-1.3 0-2.4-1-2.4-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Z" />
|
|
47
|
-
<path d="M133.4 60.4c-.4 0-.8.3-.8.7 0 .5.4.7.8.7 0 .5-.3 1-1 1.2l.3.6c1-.3 1.5-1 1.5-2 0-.7-.3-1.2-.8-1.2Z" />
|
|
48
|
-
<path d="M138.2 57h1v.5c.5-.4 1-.7 1.5-.7 1.3 0 2 1 2 2.5 0 1.7-1 2.7-2.1 2.7-.5 0-1-.2-1.3-.6v2.3h-1.1V57Zm3.3 2.4c0-1-.4-1.6-1-1.6-.4 0-.8.2-1.1.6v2.2c.3.3.7.4 1 .4.6 0 1-.5 1-1.6Z" />
|
|
49
|
-
<path d="M144.1 57h1v.8c.4-.6 1-1 1.4-1l.6.2-.2 1-.5-.1c-.4 0-.9.2-1.2 1v3h-1.1v-5Z" />
|
|
50
|
-
<path d="M147.5 59.4c0-1.6 1.2-2.6 2.4-2.6s2.3 1 2.3 2.6-1.1 2.6-2.3 2.6c-1.2 0-2.4-1-2.4-2.6Zm3.5 0c0-1-.4-1.6-1.2-1.6-.7 0-1.1.6-1.1 1.6s.4 1.6 1.1 1.6c.8 0 1.2-.6 1.2-1.6Z" />
|
|
51
|
-
<path d="M153.6 60.2v-2.3h-.7V57h.8l.1-1.4h1V57h1.2v.9h-1.2v2.3c0 .6.2.9.7.9l.5-.1.2.8-1 .2c-1.1 0-1.6-.8-1.6-1.8Z" />
|
|
52
|
-
<path d="M157 59.4c0-1.6 1-2.6 2.2-2.6 1.3 0 2 1 2 2.3v.6H158c.2.9.7 1.4 1.5 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.7.6c-1.3 0-2.4-1-2.4-2.6Zm3.2-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Zm-1.6-3.3 1.4-1.7.8.7-1.7 1.5-.5-.5Z" />
|
|
53
|
-
<path d="M162.2 62.7c0-.4.3-.7.7-1a.9.9 0 0 1-.4-.8c0-.4.2-.8.5-1-.3-.2-.6-.7-.6-1.3 0-1.1.9-1.7 1.9-1.7h2.4v1h-.9c.2 0 .3.4.3.7 0 1.1-.8 1.7-1.8 1.7l-.7-.1-.2.4c0 .3.1.5.8.5h.8c1.2 0 1.8.3 1.8 1.2 0 1-1 1.7-2.6 1.7-1.1 0-2-.4-2-1.3Zm3.6-.2c0-.4-.3-.5-1-.5h-1.2c-.3.1-.4.4-.4.6 0 .4.5.7 1.3.7.7 0 1.3-.4 1.3-.8Zm-.7-3.9c0-.6-.3-1-.8-1s-.8.4-.8 1 .3 1 .8 1 .8-.4.8-1Z" />
|
|
54
|
-
<path d="M167.5 59.4c0-1.6 1.1-2.6 2.3-2.6 1.3 0 2 1 2 2.3v.6h-3.1c0 .9.6 1.4 1.4 1.4a2 2 0 0 0 1.1-.4l.4.7a3 3 0 0 1-1.6.6c-1.4 0-2.5-1-2.5-2.6Zm3.3-.5c0-.7-.3-1.2-1-1.2-.6 0-1.1.5-1.2 1.2h2.2Z" />
|
|
55
|
-
<path d="M173.2 57h1v.8c.4-.6 1-1 1.4-1l.6.2-.2 1-.5-.1c-.4 0-.9.2-1.2 1v3h-1.1v-5Z" />
|
|
56
|
-
<path d="M179.3 59.4c0-1.6 1.1-2.6 2.4-2.6.6 0 1.1.3 1.4.6l-.5.7c-.3-.2-.5-.3-.8-.3-.8 0-1.3.6-1.3 1.6s.5 1.6 1.3 1.6c.4 0 .7-.1 1-.4l.4.8c-.4.4-1 .6-1.6.6-1.3 0-2.3-1-2.3-2.6Z" />
|
|
57
|
-
<path d="M184.5 54.8h1.1v2.8c.4-.4.9-.7 1.5-.7 1.1 0 1.5.7 1.5 2v3h-1.1v-3c0-.7-.2-1-.8-1-.4 0-.7.2-1.1.6v3.4h-1.2v-7Z" />
|
|
58
|
-
<path d="M190 60.5c0-1 .9-1.6 2.9-1.8 0-.5-.2-1-.9-1-.5 0-1 .3-1.4.5l-.4-.8a4 4 0 0 1 2-.6c1.2 0 1.8.8 1.8 2.1v2.9h-1v-.6c-.5.4-1 .7-1.5.7-1 0-1.5-.5-1.5-1.4Zm2.9 0v-1c-1.4.2-1.8.5-1.8 1 0 .4.3.6.7.6.4 0 .7-.2 1-.5Z" />
|
|
59
|
-
<path d="M195.4 59.4c0-1.6 1.1-2.6 2.4-2.6.6 0 1.1.3 1.4.6l-.5.7c-.3-.2-.5-.3-.8-.3-.8 0-1.3.6-1.3 1.6s.5 1.6 1.3 1.6c.4 0 .7-.1 1-.4l.4.8c-.4.4-1 .6-1.5.6-1.4 0-2.4-1-2.4-2.6Z" />
|
|
60
|
-
<path d="M200.5 60v-3h1.2v2.9c0 .8.2 1.1.7 1.1.5 0 .7-.2 1.1-.7V57h1.2v4.9h-1V61h-.1c-.5.5-1 .9-1.6.9-1 0-1.5-.8-1.5-2Z" />
|
|
61
|
-
<path d="M206.3 57h1v.6c.5-.4 1-.8 1.7-.8 1 0 1.5.8 1.5 2v3h-1.1V59c0-.8-.2-1-.8-1-.4 0-.7.1-1.1.5v3.4h-1.2V57Z" />
|
|
62
|
-
</g>
|
|
63
|
-
<g>
|
|
64
|
-
<path d="m3.3 32.3-.4-.4c.1-.3.3-.5.3-.8 0-.3 0-.4-.2-.4s-.3.1-.4.4l-.2.4c-.1.3-.4.6-.8.6-.5 0-.9-.5-.8-1.1 0-.4.1-.7.4-1l.4.4a1 1 0 0 0-.3.6c0 .2.1.4.3.4.2 0 .2-.2.4-.4l.1-.4c.2-.3.5-.6.9-.5.5 0 .9.5.8 1.2 0 .2-.2.7-.5 1Z" />
|
|
65
|
-
<path d="M.5 28 0 27l.5-.2.4.9-.4.2Zm.4.6.3-1.8h.5L1.6 28h.6l.1-1 .6.1-.1 1 .6.2.2-1.3.6.1-.3 2-3-.5Z" />
|
|
66
|
-
<path d="M2.8 26c-1-.3-1.4-1-1.2-1.8l.6-.8.3.5c-.1.1-.3.2-.3.5-.1.4.2.8.7.9.6.1 1 0 1.2-.5 0-.2 0-.4-.2-.6l.5-.3c.2.4.3.7.2 1-.1.9-.8 1.3-1.8 1Z" />
|
|
67
|
-
<path d="m3.7 22.8-1.5-.5.3-.7 1.6.6c.5.2.8.1.9-.2.1-.3 0-.6-.5-.8l-1.6-.6.2-.6 1.5.6c1 .3 1.2.9 1 1.6-.4.8-1 1-1.9.6Z" />
|
|
68
|
-
<path d="m3.7 18.6.5-1c.3-.6.7-1 1.4-.6.6.3.6.9.3 1.5l-.2.3 1 .5-.3.6-2.7-1.3Zm1.7-.3c.2-.3.1-.6-.2-.7-.2-.2-.4 0-.6.3l-.1.3.7.4.2-.3Zm.3.2-.2-.6h2l-.4.6H5.7Z" />
|
|
69
|
-
<path d="m5.4 15.3.4-.6 2.5 1.7-.3.5-2.6-1.6Z" />
|
|
70
|
-
<path d="m7.3 13.5-.5.7-.4-.4 1.4-1.9.5.4-.6.7 2 1.4-.4.6-2-1.5Z" />
|
|
71
|
-
<path d="m8.5 11 1.3-1.3.5.4-.9.8.5.4.7-.7.4.4-.7.7.5.5.9-1 .4.5-1.3 1.4-2.3-2Zm.1-.7v-1h.7l-.2 1h-.5Z" />
|
|
72
|
-
<path d="M13.6 9.7v-.6c.3 0 .6 0 .8-.2.2-.2.3-.4.2-.5-.2-.2-.3-.1-.6 0h-.4c-.4.2-.7.1-1-.2-.3-.4-.2-1 .3-1.4.3-.2.6-.3 1-.3v.6a1 1 0 0 0-.7.1c-.1.2-.2.4-.1.5h.6l.4-.1c.4-.1.7-.1 1 .3.2.4.2 1-.4 1.4-.3.3-.7.4-1 .4Z" />
|
|
73
|
-
<path d="M15.5 6.8c-.5-.8-.4-1.6.3-2 .7-.5 1.5-.2 2 .6s.3 1.6-.4 2c-.6.5-1.4.2-2-.6Zm1.7-1c-.3-.6-.7-.7-1-.5-.4.2-.5.6-.1 1.1.3.6.7.8 1 .6.4-.3.4-.7.1-1.2Z" />
|
|
74
|
-
<path d="M18.7 5c-.5-1 0-1.8.6-2.1.4-.2.7-.1 1 0l-.2.5h-.6c-.3.2-.5.7-.2 1.2.2.6.7.8 1 .6.3-.1.4-.3.5-.5l.5.2c-.1.4-.3.7-.7.8-.7.3-1.5.1-2-.8Z" />
|
|
75
|
-
<path d="m21.4 2.1.6-.2 1 2.8-.6.2-1-2.8Z" />
|
|
76
|
-
<path d="M24 1.2 25 1l1.7 2.7-.7.1-.8-1.3-.4-1v2.7l-.7.2V1.2Zm.2 1.8 1.4-.4.2.5-1.4.4-.2-.5Z" />
|
|
77
|
-
<path d="m26.9.5.7-.1.3 2.4 1.2-.2v.6l-1.8.3-.4-3Z" />
|
|
78
|
-
<path d="m29.8.1 2-.1v.6h-1.2v.7l1-.1v.6h-1v.7H32V3l-1.9.1-.2-3Z" />
|
|
79
|
-
</g>
|
|
80
|
-
<path d="M100.1 45V30.6h3.8v14.6c0 .8.4 1 .7 1h.5l.5 2.9a5 5 0 0 1-2 .3c-2.6 0-3.5-1.7-3.5-4.4Z" />
|
|
81
|
-
<path d="m75.7 40.4 3.8-8.5h4V49h-3.6V38.4l-3 7.8h-2.4l-3-7.8v10.7H68V32h4l3.8 8.5Z" />
|
|
82
|
-
<path d="M107.1 45.5c0-2.8 2.3-4.3 7.4-4.9 0-1.1-.8-1.8-2.2-1.8-1 0-2.1.4-3.4 1.2l-1.3-2.6c1.6-1 3.5-1.7 5.5-1.7 3.3 0 5 1.9 5 5.9V49h-3.5v-1.3s-1.5 1.6-3.6 1.6c-2.4 0-3.9-1.7-3.9-4Zm7.4-.3V43c-2.7.3-3.7 1.2-3.7 2.2 0 .8.5 1.2 1.5 1.2.8 0 1.5-.5 2.2-1.2Z" />
|
|
83
|
-
<path d="M86.1 45.5c0-2.8 2.3-4.3 7.4-4.9 0-1.1-.8-1.8-2.2-1.8-1 0-2.1.4-3.4 1.2l-1.3-2.6c1.6-1 3.5-1.7 5.5-1.7 3.3 0 5 1.9 5 5.9V49h-3.5v-1.3S92 49.4 90 49.4c-2.4 0-3.9-1.7-3.9-4Zm7.4-.3V43c-2.7.3-3.7 1.2-3.7 2.2 0 .8.6 1.2 1.5 1.2.8 0 1.6-.5 2.2-1.2Z" />
|
|
84
|
-
<path d="M129 30.6v6.3a4.1 4.1 0 0 0-3.2-1.2c-2.7 0-5.3 2.6-5.3 6.8 0 4.3 2 7 5.2 7 1.8 0 3.1-1.4 3.2-1.5v1.1h3.8V30.6H129Zm-2.3 15.7c-1.5 0-2.4-1.2-2.4-3.8 0-2.5 1.1-3.6 2.4-3.6.6 0 1.4.2 2.2.8v5.4c-.7.8-1.4 1.2-2.2 1.2Z" />
|
|
85
|
-
<path d="M135.7 32c0-1.2 1-2 2.2-2 1.2 0 2.2.8 2.2 2s-1 2-2.2 2c-1.3 0-2.2-.8-2.2-2Zm.3 4h3.8V49H136V36Z" />
|
|
86
|
-
<path d="M142.2 42.5c0-4.2 2.6-6.8 5.9-6.8 3.6 0 5.6 2.7 5.6 6.3l-.1 1.7h-7.7c.3 2 1.6 2.8 3.3 2.8 1 0 1.8-.4 2.8-1l1.3 2.5c-1.3.9-3 1.4-4.6 1.4-3.8 0-6.5-2.5-6.5-6.9Zm8.3-1.4c0-1.4-.9-2.5-2.4-2.5-1.2 0-2 .9-2.3 2.5h4.7Z" />
|
|
87
|
-
<path d="M68 23.3V8.8h3.7v14.7c0 .8.4 1 .7 1h.5l.4 2.9a5 5 0 0 1-1.9.3c-2.6 0-3.5-1.7-3.5-4.4Z" />
|
|
88
|
-
<path d="m88.1 23.3 1 4.1h4l-5.3-17.3h-4.4l-5.3 17.3h4l1-4.1h5Zm-4.2-3 1.6-6.6h.2l1.6 6.5H84Z" />
|
|
89
|
-
<path d="m93.9 25.9 1.7-2.4c1.1.9 2.2 1.3 3.3 1.3 1.1 0 1.6-.4 1.6-1 0-1-1.2-1.4-2.6-1.9-1.6-.6-3.4-1.7-3.4-3.8 0-2.5 2-4.2 5-4.2 1.9 0 3.4.8 4.5 1.7l-1.7 2.4c-1-.7-1.8-1.2-2.8-1.2-1 0-1.4.4-1.4 1 0 1 1.2 1.2 2.5 1.7 1.6.7 3.5 1.6 3.5 4s-1.9 4.2-5.3 4.2c-1.7 0-3.6-.7-5-1.8Z" />
|
|
90
|
-
<path d="m105.3 25.9 1.7-2.4c1.1.9 2.2 1.3 3.3 1.3 1.1 0 1.6-.4 1.6-1 0-1-1.2-1.4-2.6-1.9-1.6-.6-3.4-1.7-3.4-3.8 0-2.5 2-4.2 5-4.2 1.9 0 3.4.8 4.5 1.7l-1.7 2.4c-1-.7-1.8-1.2-2.8-1.2-1 0-1.4.4-1.4 1 0 1 1.2 1.2 2.5 1.7 1.6.7 3.5 1.6 3.5 4s-1.9 4.2-5.3 4.2c-1.7 0-3.6-.7-5-1.8Z" />
|
|
91
|
-
<path d="M132.2 14.3h3.8V16c.8-1.4 2.5-2 3.4-2 .8 0 1.2.2 1.6.3l-.4 3.6c-.5-.2-1.1-.4-1.7-.4-1.5 0-2.8 1.3-2.9 3v6.8h-3.8V14.3Z" />
|
|
92
|
-
<path d="M155.7 14.3h3.8v1.6c1-1 2.2-2 4-2 2.7 0 4 2 4 5.3v8.2h-3.9v-7.7c0-1.9-.5-2.5-1.6-2.5-1 0-1.6.5-2.5 1.3v8.8h-3.8v-13Z" />
|
|
93
|
-
<path d="M180.6 20.8c0-4.3 2.7-6.9 5.9-6.9 3.7 0 5.7 2.8 5.7 6.3 0 .7 0 1.4-.2 1.8h-7.7c.4 1.9 1.7 2.8 3.4 2.8 1 0 1.8-.4 2.7-1l1.3 2.4c-1.3 1-3 1.5-4.6 1.5-3.7 0-6.5-2.5-6.5-6.9Zm8.4-1.4c0-1.4-.9-2.5-2.4-2.5-1.2 0-2 .8-2.3 2.5h4.7Z" />
|
|
94
|
-
<path d="M141.8 23.7c0-2.7 2.3-4.3 7.4-4.8 0-1.2-.8-1.9-2.2-1.9a7 7 0 0 0-3.4 1.2l-1.3-2.5c1.6-1 3.4-1.8 5.5-1.8 3.3 0 5 2 5 6v7.5h-3.6V26s-1.4 1.6-3.5 1.6c-2.4 0-4-1.7-4-4Zm7.4-.2v-2.3c-2.7.4-3.8 1.3-3.8 2.3 0 .8.6 1.2 1.5 1.2s1.7-.5 2.3-1.2Z" />
|
|
95
|
-
<path d="M76.7 8.8c-.8 0-1.9.6-1.9 1.7 0 1 .8 1.5 1.6 1.5 0 1.2-1 1.8-1.5 2.1l1 1.4c3.3-1 4-6.7.8-6.7Z" />
|
|
96
|
-
<path d="M125.3 14.3V23c-.8 1-1.4 1.4-2.3 1.4-1 0-1.6-.6-1.6-2.5v-7.6h-3.8v8.3c0 3 1.4 5.1 4 5.1 2.5 0 3.8-1.6 3.8-1.6v1.3h3.7V14.3h-3.8Z" />
|
|
97
|
-
<path d="M176.3 24.6c-1.7 0-3-1.5-3-3.7 0-2.3 1.3-3.8 3-3.8.6 0 1.1.2 1.7.7l1.8-2.5c-.9-.8-2.1-1.3-3.7-1.3a6.5 6.5 0 0 0-6.6 6.9c0 4.3 2.7 6.8 6.3 6.8 1.4 0 3-.4 4.2-1.5l-1.4-2.7c-.7.6-1.5 1-2.3 1Z" />
|
|
98
|
-
<path d="M34.8 9c-.1-.2-.4-.3-.6-.3H34c-.2-.2-5.3 0-6.5.7 0-.8-.4-1.8-1.7-2-1-.3-3.1.7-2.4 2.8 0 .3.3.6.7.8.2 0 .5 0 .7.6h.3l.2.2h.5c.4.4.8-.1 1-.5l.7 2c-.2-.2-1.8-.6-2.5.2s-1.2 1.8-1.7 3.5c-.2.4-.5.7-1 .9-.9.3-.4.7-.2.7a6 6 0 0 0 2 0c.4-.2.1-1 .5-1.4l.8-1c0 .5 0 .8-.3 1.5-.2.7-1 1-1.3 1.3-.4.5.6.5.8.5.7-.2 1-.2 1.3-.4.4-.2.2-.8.3-1 .3-.7 1.4-2 1.6-2.3.8.2 1.7.2 2 .2 1.9-.2 2.3-1.5 2-2.6-.1-1-.7-1.5-.9-1.8l-.9-1.4 3.5-.9c0 .3.3.3.4.4.2.1.3 0 .2-.1a.6.6 0 0 1-.2-.2h.7c.3 0 .4-.4.3-.5Z" />
|
|
99
|
-
<path
|
|
100
|
-
clip-rule="evenodd"
|
|
101
|
-
d="M61 26.7c-.5-2.6-2.9-4.1-4.1-4.7l-1.4-.4-.4-.2c.1-.5.8-.5 1.2-1.3 1-2.3-1.2-3.8-2.8-3.5-.8.2-1.3.4-1.5 1 0 .4-.3.4-.7.8-.2.2.1.4.2.5l-.1.3v.5s-.3.3 0 .7l.3.8c0 .1 0 .2-.3 0l-3.4-1a37.4 37.4 0 0 1-4.2-4.7c-.7 0 .5 1.3-.1.8-.2 0-.7-.4-.8-.5l-.1-.2-.3-.3H42.2c-.2 0-.1.5 0 .7 0 0 .4 1.2.6 1.4l1.5 1 2.6 3c.7.7 3.8 2.5 3.9 2.6.2 0 .5.8 0 5.5-.1 1.8-1.4 5.6-.8 7.5.4 1.3.9 2.2 1.3 5.6.1.8-.5 1.3-1.3 2l-1.4.8c-.2.2 0 .4.2.5.2 0 .5.3.8.3.3.1.9 0 1.4-.3.7-.3.7-.4 1-.6.5-.3 1-.3 1.2-.8.2-.6-.3-1.4-.3-1.7.4-2.8.9-4.1.2-5.8-.2-.3 1-4 1-3.4.2.9.3 3.8.3 5.9 0 .9.8 4.2 1 5.4.4 1.8-2.6 3.2-2 3.8l1 .3 1-.1c.3-.1.6-.5.7-.6.6-.8.4-.6 1-1.1.4-.5 0-1.4 0-1.8v-2.9c0-1.9 0-2.4.2-3.2l1-6.2s.2 0 .3-.2c.2-.2.1-.5.2-.7 0-.2 0 0 0 0l.2.6-.2.8c-.2.4.1.4.2.5 0 0 1-.7 1.2-1l.1-.8-.2-1.8c.2-.9 1-3.2.8-3.8Zm-2.2 3.6c-.2.5-.2 0-.6 1.7V31.1c0-2.1-1.5-6.5-.6-5.6 0 0 1.2.8 1.4 1.4.2.5.1 1.8-.2 3.4Z"
|
|
102
|
-
fill-rule="evenodd"
|
|
103
|
-
/>
|
|
104
|
-
<path d="M20 35.3c-.3-.3-1.6-2-2.4-2.7l-1-1.5c-1.6-2-1.9-2.1-3-2.2-.1-.2 0-.3 0-.4 1.3-.5.9-1.6.8-1.7l.2-.6-.2-1-.1-.7c-.8-.9-2.6-.9-3.5-.3-.8.5-.3.9-.6 1.6-.1.5 0 .9.3 1.2 0 .3.8.7.7 1.2-.2.6-1 .7-1 .7l-.3.1c-1.4.8-2.7 2-2.9 3.2 0 1 1.7 2.5 2.7 3.3.1 1.7 1.2 4.4 1.3 4.5.1.3-.3-.3-1.4-.7-.6-.1-1.2-.9-1.4 0 0 .4 0 1-.3 1.8-.2.6 0 1.5.7 1.5.5 0 .8-1.4.8-1.4s2.3 1 3.3.7c.7-.2.8-2.7.2-5-.2-.8.4 1.3 2 3.1.2.4 0 .7.2 2.2v1c0 .7-.7 1.6.9 2 1.6.4 1.5.8 2.5.1.5-.3-1.4-.5-1.8-1.6v-.2c0-.9.3-2.9.2-3.6-.6-3.4-2-5-2.2-5.8 0-2.4-.2-3.2 0-2.6l1 1.5.3.3.4.4 2.8 2.1s.1 1 .6 1c.4 0 2.3-1 2.2-1.1 0-.3-2-.3-2-.4ZM9.7 34l-1-1.8c.4-.7 1-1 1-.9.2 0 0 2.7 0 2.7Z" />
|
|
105
|
-
<path d="M51.8 54.8c-.1 0-1.2-.5-2.2-2-.5-.8-3.8-7-4.3-8.2-.9-2.4-8-6.7-8.2-7-.2-.1-.2-.5-.1-.8.5-2 .3-3.8.4-4.1.3-.7.8-1.7.4-2.3l-.7-1.2s3.7 1.4 4.6 1.2c.8-.2 4.5-2.8 4.7-2.9.5-.2 1.8.1 3-1.3.5-.5.2-.6 0-.6.1 0-.1-.2-.4 0-.2.1-1.3.4-1.1.2.8-.5.2-.7.2-.7-.3.3-1.8.7-2.1 1l-.8.5c-.9.5-2.4 1.3-4 1.7-.3 0-3.3-2-5-2.2-1-.1-1.3 0-1.8.1-.6.2-.6-.7 0-1 .2 0 .6-.1.7-.4.2-.4 0-.7 0-.8v-.2l-.1-.1v-.5c.3-.2.2-.4.1-.4-.1-.1-.6-.4-.7-.7 0-.6-.3-.9-.3-1.2 0 0-.1-.8-.4-1-.4-.4-1.2-.8-2.8-.3-.6.1-.5.4-1.8.6-1.6.3-2.4 2.7-2.3 3.7.1.8.8.4.8.7 0 .6-.1 1.5 1 1.8.3 0 1.8-.2 2.4 0 0 0 .5 0 .2.4-.1.2-1.6.9-2 1-1 .4-3.6 4.6-4.3 5-.7.3-1 .6-1.3.8-1 .6-2.1 1.4-2.7 1.4-.7 0-1.4.3-1.9 1.5-.1.3 0 .5.3.5 0 .1.2.3.4.3.2.2.5 0 .7 0l1-.7c.5-.2 4-1.5 4.7-2.1 1.2-.6 3.5-3 4-3s1.6 1 1.2 3c0 .7-1 2-1.4 2.6-1 1.5-.2 2.7-.4 3-1 1.6-2.2 3.7-4.2 5.5-.8.6-2.4.7-3.3 1-2 .5-4.2 2-5.7 2.8-.5.3-1-.3-1.6-.4-.7 0-.7 1-1 1.8l-.7 1.5c-.1.4-.7 1.7-.1 2.2.4.7 1.5-1.4 2.4-2.3.4-.5.7-.7 1.7-1 .6 0 5.6-1.4 8.8-2.2h.3c4.2-1.1 8.6-6.6 8.7-6.6l7.2 3.5c.7.4.7 1.8 1.5 3.4a22 22 0 0 0 4.4 4.9c.4.4 0 1 .2 1.6.2.6.6.6 1.1.6l1.6-.2c.7 0 .5 0 1.3.2.4 0 1.3.1 2-.5 1-1.2-1.2-.6-2.3-1.1Z" />
|
|
106
|
-
<path d="M44 51.7a.4.4 0 0 0-.6-.2 22.2 22.2 0 0 1-21-.6.5.5 0 0 0-.6.2c-.1.2 0 .4.1.6a23 23 0 0 0 21.9.5c.2 0 .3-.3.2-.5Z" />
|
|
107
|
-
<path d="M12.9 22.9h-.2c-.2-.2-.3-.4-.2-.6 2-4.4 5.2-8 9.3-10.4.2-.1.5 0 .6.2.2.2 0 .4-.1.6-4 2.3-7.1 5.7-9 10l-.4.2Z" />
|
|
108
|
-
<path d="M50.3 17.3c-.1 0-.3 0-.3-.2A22 22 0 0 0 36.5 10c-.2 0-.4-.3-.3-.5 0-.3.2-.4.5-.4a23 23 0 0 1 14 7.5v.7h-.4Z" />
|
|
109
|
-
</svg>
|
|
110
|
-
<svg
|
|
111
|
-
aria-hidden="true"
|
|
112
|
-
class="header-home-link__divider"
|
|
113
|
-
fill="#006386"
|
|
114
|
-
focusable="false"
|
|
115
|
-
height="64"
|
|
116
|
-
role="img"
|
|
117
|
-
viewBox="0 0 22 64"
|
|
118
|
-
width="22"
|
|
119
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
120
|
-
>
|
|
121
|
-
<path d="M14.3 49.3c-.2 0-.4-.2-.4-.4V14.2c0-.2.2-.4.4-.4.3 0 .5.2.5.4v34.7c0 .2-.2.4-.5.4Z" />
|
|
122
|
-
</svg>
|
|
123
|
-
<img
|
|
124
|
-
alt="AmeliPro"
|
|
125
|
-
class="logo-amelipro"
|
|
126
|
-
id="amelipro-header-brand-section-id-logo-amelipro"
|
|
127
|
-
src="/src/assets/amelipro/img/amelipro.svg"
|
|
128
|
-
/>
|
|
129
|
-
</button>
|
|
130
|
-
</div>
|
|
131
|
-
`;
|
package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { mount } from '@vue/test-utils'
|
|
2
|
-
import { expect, describe, it } from 'vitest'
|
|
3
|
-
import AmeliproHeaderBar from '../AmeliproHeaderBar.vue'
|
|
4
|
-
|
|
5
|
-
describe('AmeliproHeaderBar', () => {
|
|
6
|
-
it('render correctly', async () => {
|
|
7
|
-
const wrapper = mount(AmeliproHeaderBar, {
|
|
8
|
-
props: {
|
|
9
|
-
uniqueId: 'amelipro-header-bar-id',
|
|
10
|
-
},
|
|
11
|
-
})
|
|
12
|
-
|
|
13
|
-
expect(wrapper.html()).toMatchSnapshot()
|
|
14
|
-
})
|
|
15
|
-
})
|