@cnamts/synapse 1.0.23 → 1.0.24
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/AutocompleteFilter-BWLR3U7W.js +114 -0
- package/dist/AutocompleteFilter-D9jzRzAL.cjs +1 -0
- package/dist/{DateFilter-Dc-gSGwk.js → DateFilter-BpwFexzi.js} +1 -1
- package/dist/DateFilter-DTUl8hb1.cjs +1 -0
- package/dist/{NumberFilter-vP38Wp6j.js → NumberFilter-Bz_NTdX9.js} +3 -3
- package/dist/NumberFilter-MAEojdk0.cjs +1 -0
- package/dist/PeriodFilter-CC4WgIhl.cjs +1 -0
- package/dist/{PeriodFilter-Ba1uYUnT.js → PeriodFilter-DX_wy9g-.js} +1 -1
- package/dist/SelectFilter-BR3fvl-a.cjs +1 -0
- package/dist/SelectFilter-xqiPtPgX.js +135 -0
- package/dist/{TextFilter-B84dpnoq.js → TextFilter-BBl3JFqK.js} +7 -7
- package/dist/TextFilter-CCfYFl5F.cjs +1 -0
- package/dist/apLightTheme-CFSRrjv2.cjs +1 -0
- package/dist/apLightTheme-D1P4jcD0.js +1231 -0
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7022 -9616
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +40 -40
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +60 -60
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7168 -9762
- package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +7501 -10095
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +21 -21
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +41 -41
- package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +2 -2
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -498
- package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +108 -146
- package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +5 -5
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +12 -16
- package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +8 -8
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +28 -506
- package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +28 -506
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +65 -85
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +627 -771
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +315 -402
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +112 -155
- package/dist/components/DatePicker/composables/index.d.ts +1 -0
- package/dist/components/DatePicker/composables/useDatePickerFocusTrap.d.ts +11 -0
- package/dist/components/DatePicker/composables/useDateTextField.d.ts +4 -4
- package/dist/components/DatePicker/composables/useDateValidation.d.ts +3 -3
- package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
- package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +4 -4
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +20 -28
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +3 -3
- package/dist/components/MonthPicker/MonthPicker.d.ts +86 -122
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +85 -121
- package/dist/components/NirField/NirField.d.ts +206 -270
- package/dist/components/NirField/locales.d.ts +10 -10
- package/dist/components/NirField/useNirValidation.d.ts +64 -0
- package/dist/components/PasswordField/PasswordField.d.ts +8 -9
- package/dist/components/PeriodField/PeriodField.d.ts +1352 -1640
- package/dist/components/PhoneField/PhoneField.d.ts +88 -124
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +12 -12
- package/dist/components/SyTextArea/SyTextArea.d.ts +34 -14
- package/dist/components/SyTextArea/useDefaultValidationRules.d.ts +11 -0
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +9 -6
- package/dist/components/Tables/SyTable/SyTable.d.ts +9 -6
- package/dist/components/Tables/common/SyTableFilter.d.ts +2 -3
- package/dist/components/Tables/common/SyTablePagination.d.ts +17 -19
- package/dist/components/Tables/common/filters/AutocompleteFilter.d.ts +120 -0
- package/dist/components/Tables/common/filters/locales.d.ts +0 -1
- package/dist/components/Tables/common/types.d.ts +19 -3
- package/dist/components/Tables/common/useClickableTableRow.d.ts +17 -0
- package/dist/components/Tables/common/usePagination.d.ts +3 -1
- package/dist/components/Tables/common/usePinnedColumns.d.ts +31 -0
- package/dist/components/Tables/common/useTableHeaders.d.ts +2 -0
- package/dist/components/Tables/common/useTableRowCheckboxAccessibility.d.ts +5 -0
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +6 -6
- package/dist/composables/date/useDatePickerAccessibility.d.ts +1 -1
- package/dist/composables/rules/useFieldValidation.d.ts +4 -4
- package/dist/composables/unifyValidation/useCustomValidation.d.ts +8 -0
- package/dist/composables/unifyValidation/useValidation.d.ts +102 -0
- package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +18 -0
- package/dist/composables/useFormFieldErrorHandling.d.ts +2 -2
- package/dist/composables/validation/useFormValidation.d.ts +11 -2
- package/dist/composables/validation/useValidation.d.ts +15 -9
- package/dist/design-system-v3.d.ts +2 -0
- package/dist/design-system-v3.js +186 -187
- package/dist/design-system-v3.umd.cjs +1 -1066
- package/dist/{main-aLKwdMi1.js → main-BtTqyn4z.js} +16434 -15672
- package/dist/main-C1e3eoxd.cjs +1067 -0
- package/dist/main.d.ts +0 -1
- package/dist/synapse.css +1 -0
- package/dist/tooth-11-D3sLWv2n.cjs +1 -0
- package/dist/tooth-12-CXrLuH03.cjs +1 -0
- package/dist/tooth-13-BSfo5fpT.cjs +1 -0
- package/dist/tooth-14-DMzulx0h.cjs +1 -0
- package/dist/tooth-15-BKRFVi-9.cjs +1 -0
- package/dist/tooth-16-CpuxAbuM.cjs +1 -0
- package/dist/tooth-17-BPoahUdg.cjs +1 -0
- package/dist/tooth-18-DhHJz8sy.cjs +1 -0
- package/dist/tooth-21-Dgd5hn_X.cjs +1 -0
- package/dist/tooth-22-C2Tn19sB.cjs +1 -0
- package/dist/tooth-23-C9uaaSGb.cjs +1 -0
- package/dist/tooth-24-BrK9UGpf.cjs +1 -0
- package/dist/tooth-25-CE_EfGNp.cjs +1 -0
- package/dist/tooth-26-Ctv4i9Fy.cjs +1 -0
- package/dist/tooth-27-C5J7JkWM.cjs +1 -0
- package/dist/tooth-28-Z9oWqjo0.cjs +1 -0
- package/dist/tooth-31-BrYqmkTi.cjs +1 -0
- package/dist/tooth-32-BNNR0oCZ.cjs +1 -0
- package/dist/tooth-33-DuxvqO2J.cjs +1 -0
- package/dist/tooth-34-BCSCXMB6.cjs +1 -0
- package/dist/tooth-35-BLUXkX88.cjs +1 -0
- package/dist/tooth-36-IrKHYqlA.cjs +1 -0
- package/dist/tooth-37-BYqpdMwo.cjs +1 -0
- package/dist/tooth-38-B_eNXXdu.cjs +1 -0
- package/dist/tooth-41-Ddva4Ot8.cjs +1 -0
- package/dist/tooth-42-szcDqlM0.cjs +1 -0
- package/dist/tooth-43-B3ka6rQm.cjs +1 -0
- package/dist/tooth-44-CazyQucj.cjs +1 -0
- package/dist/tooth-45-B4HQtc8n.cjs +1 -0
- package/dist/tooth-46-BPM40gbG.cjs +1 -0
- package/dist/tooth-47-Dvr20dlh.cjs +1 -0
- package/dist/tooth-48-Bd8ljGsF.cjs +1 -0
- package/dist/tooth-51-OBpwCOF3.cjs +1 -0
- package/dist/tooth-52-aKxyHcmq.cjs +1 -0
- package/dist/tooth-53-vCwJjTOc.cjs +1 -0
- package/dist/tooth-54-DsWu2iFy.cjs +1 -0
- package/dist/tooth-55-BxC1X2Dn.cjs +1 -0
- package/dist/tooth-61-BbLvxMQi.cjs +1 -0
- package/dist/tooth-62-CmTkWczP.cjs +1 -0
- package/dist/tooth-63-DI7l_2qI.cjs +1 -0
- package/dist/tooth-64-B21sOsJh.cjs +1 -0
- package/dist/tooth-65-D2ZC2VEr.cjs +1 -0
- package/dist/tooth-71-D473PPO5.cjs +1 -0
- package/dist/tooth-72-Drh1wnNu.cjs +1 -0
- package/dist/tooth-73-DzlwYI23.cjs +1 -0
- package/dist/tooth-74-8aGvcZPg.cjs +1 -0
- package/dist/tooth-75-BFK7At_r.cjs +1 -0
- package/dist/tooth-81-BZmR-I0M.cjs +1 -0
- package/dist/tooth-82-euVfUUZV.cjs +1 -0
- package/dist/tooth-83-KV010j64.cjs +1 -0
- package/dist/tooth-84-BBg1RjhZ.cjs +1 -0
- package/dist/tooth-85-Cr-kc1wM.cjs +1 -0
- package/dist/vuetifyConfig.js +561 -0
- package/dist/vuetifyConfig.umd.cjs +1 -0
- package/package.json +10 -4
- package/src/assets/overrides/_btns.scss +0 -6
- package/src/assets/overrides/_icons.scss +9 -1
- package/src/assets/overrides/_typography.scss +0 -10
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +2 -2
- package/src/components/Captcha/accessibilite/Accessibility.mdx +86 -8
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +12 -12
- package/src/components/ChipList/ChipList.stories.ts +0 -15
- package/src/components/ChipList/ChipList.vue +5 -1
- package/src/components/ChipList/accessibilite/Accessibility.mdx +83 -10
- package/src/components/ChipList/tests/ChipList.a11y.spec.ts +41 -0
- package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +0 -9
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +22 -5
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +143 -0
- package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +14 -10
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -4
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +8 -9
- package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +10 -10
- package/src/components/Customs/Selects/SySelect/SySelect.vue +14 -11
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +54 -0
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +6 -9
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +10 -16
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +16 -11
- package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +35 -0
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +134 -2
- package/src/components/Customs/SyForm/SyForm.stories.ts +31 -5
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -7
- package/src/components/Customs/SyTextField/SyTextField.mdx +1 -1
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +29 -27
- package/src/components/Customs/SyTextField/SyTextField.vue +154 -157
- package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +32 -0
- package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +120 -11
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +62 -58
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +330 -223
- package/src/components/DatePicker/CalendarMode/accessibilite/Accessibility.mdx +82 -0
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +141 -0
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +2 -56
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +195 -159
- package/src/components/DatePicker/ComplexDatePicker/accessibilite/Accessibility.mdx +76 -0
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +10 -10
- package/src/components/DatePicker/DatePickerValidationExample/CalendarMode.stories.ts +8 -8
- package/src/components/DatePicker/DatePickerValidationExample/ComplexDatePicker.stories.ts +106 -8
- package/src/components/DatePicker/DatePickerValidationExample/DateTextInput.stories.ts +12 -11
- package/src/components/DatePicker/DatePickerValidationExample/MultiMode.stories.ts +12 -12
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +0 -12
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +63 -57
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +3 -0
- package/src/components/DatePicker/DateTextInput/accessibilite/Accessibility.mdx +66 -0
- package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +52 -1
- package/src/components/DatePicker/composables/index.ts +1 -0
- package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +109 -65
- package/src/components/DatePicker/composables/tests/useDatePickerFocusTrap.spec.ts +138 -0
- package/src/components/DatePicker/composables/tests/useDateValidation.spec.ts +74 -18
- package/src/components/DatePicker/composables/tests/useInputBlurHandler.spec.ts +39 -0
- package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +91 -0
- package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +442 -36
- package/src/components/DatePicker/composables/useDatePickerFocusTrap.ts +92 -0
- package/src/components/DatePicker/composables/useDateTextField.ts +7 -6
- package/src/components/DatePicker/composables/useDateValidation.ts +36 -35
- package/src/components/DatePicker/composables/useInputBlurHandler.ts +3 -3
- package/src/components/DatePicker/composables/useManualDateValidation.ts +6 -2
- package/src/components/DiacriticPicker/accessibilite/Accessibility.mdx +76 -8
- package/src/components/HeaderBar/HeaderBar.stories.ts +14 -2
- package/src/components/Logo/accessibilite/Accessibility.mdx +73 -11
- package/src/components/LogoBrandSection/accessibilite/Accessibility.mdx +85 -9
- package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +3 -1
- package/src/components/LunarCalendar/useLunarCalendarValidation.ts +4 -5
- package/src/components/MonthPicker/tests/MonthPicker.spec.ts +2 -1
- package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +7 -7
- package/src/components/NirField/NirField.stories.ts +4 -0
- package/src/components/NirField/NirField.vue +64 -260
- package/src/components/NirField/accessibilite/Accessibility.mdx +2 -2
- package/src/components/NirField/locales.ts +1 -1
- package/src/components/NirField/tests/NirField.spec.ts +6 -0
- package/src/components/NirField/useNirValidation.ts +271 -0
- package/src/components/PasswordField/PasswordField.stories.ts +4 -4
- package/src/components/PasswordField/PasswordField.vue +18 -24
- package/src/components/PasswordField/tests/PasswordField.spec.ts +6 -3
- package/src/components/PeriodField/PeriodField.stories.ts +4 -4
- package/src/components/PeriodField/PeriodField.vue +57 -57
- package/src/components/PeriodField/__tests__/PeriodField.async.spec.ts +32 -0
- package/src/components/PeriodField/accessibilite/Accessibility.mdx +68 -8
- package/src/components/PeriodField/tests/PeriodField.spec.ts +28 -2
- package/src/components/PhoneField/PhoneField.vue +5 -6
- package/src/components/PhoneField/tests/PhoneField.spec.ts +1 -0
- package/src/components/RangeField/RangeField.vue +6 -0
- package/src/components/SyTextArea/SyTextArea.stories.ts +138 -2
- package/src/components/SyTextArea/SyTextArea.vue +53 -23
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +126 -3
- package/src/components/SyTextArea/useDefaultValidationRules.ts +74 -0
- package/src/components/Tables/SyServerTable/SyServerTable.mdx +25 -0
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +673 -1
- package/src/components/Tables/SyServerTable/SyServerTable.vue +148 -91
- package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +58 -0
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +122 -0
- package/src/components/Tables/SyTable/SyTable.mdx +25 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +452 -1
- package/src/components/Tables/SyTable/SyTable.vue +130 -56
- package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +57 -0
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +108 -0
- package/src/components/Tables/common/SyTableFilter.vue +22 -2
- package/src/components/Tables/common/TableHeader.vue +5 -1
- package/src/components/Tables/common/filters/AutocompleteFilter.vue +160 -0
- package/src/components/Tables/common/filters/NumberFilter.vue +1 -1
- package/src/components/Tables/common/filters/SelectFilter.vue +10 -11
- package/src/components/Tables/common/filters/TextFilter.vue +1 -1
- package/src/components/Tables/common/filters/getFilterComponent.ts +8 -1
- package/src/components/Tables/common/filters/locales.ts +0 -1
- package/src/components/Tables/common/filters/tests/AutocompleteFilter.a11y.spec.ts +110 -0
- package/src/components/Tables/common/filters/tests/AutocompleteFilter.spec.ts +203 -0
- package/src/components/Tables/common/filters/tests/SelectFilter.a11y.spec.ts +104 -0
- package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +152 -16
- package/src/components/Tables/common/tableFilterUtils.ts +3 -0
- package/src/components/Tables/common/tableStyles.scss +48 -4
- package/src/components/Tables/common/tests/filterByRange.spec.ts +2 -1
- package/src/components/Tables/common/types.ts +13 -4
- package/src/components/Tables/common/useClickableTableRow.ts +103 -0
- package/src/components/Tables/common/usePagination.ts +13 -0
- package/src/components/Tables/common/usePinnedColumns.ts +237 -0
- package/src/components/Tables/common/useTableHeaders.ts +3 -3
- package/src/components/Tables/common/useTableRowCheckboxAccessibility.ts +41 -0
- package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +2 -6
- package/src/composables/date/useDatePickerAccessibility.ts +42 -207
- package/src/composables/rules/tests/useFieldValidation.spec.ts +120 -120
- package/src/composables/rules/useFieldValidation.ts +34 -17
- package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +601 -0
- package/src/composables/unifyValidation/tests/useValidation.spec.ts +2048 -0
- package/src/composables/unifyValidation/tests/useVuetifyValidation.spec.ts +184 -0
- package/src/composables/unifyValidation/useCustomValidation.ts +95 -0
- package/src/composables/unifyValidation/useValidation.ts +190 -0
- package/src/composables/unifyValidation/useVuetifyValidation.ts +54 -0
- package/src/composables/useFormFieldErrorHandling.ts +4 -7
- package/src/composables/validation/tests/useFormValidation.spec.ts +14 -0
- package/src/composables/validation/tests/useValidation.spec.ts +116 -21
- package/src/composables/validation/useFormValidation.ts +20 -13
- package/src/composables/validation/useValidatable.ts +8 -1
- package/src/composables/validation/useValidation.ts +135 -99
- package/src/composantsVuetify/Introduction.mdx +48 -0
- package/src/composantsVuetify/VBtn/VBtn.mdx +72 -0
- package/src/composantsVuetify/VBtn/v-btn.stories.ts +121 -0
- package/src/composantsVuetify/VTooltip/VTooltip.mdx +32 -0
- package/src/composantsVuetify/VTooltip/v-tooltip.stories.ts +95 -0
- package/src/designTokens/tokens/cnam/cnamSemantic.ts +2 -2
- package/src/main.ts +0 -2
- package/src/stories/Components/Components.stories.ts +74 -9
- package/src/stories/Demarrer/Accueil.stories.ts +3 -3
- package/src/stories/GuideDuDev/Amelipro.mdx +15 -0
- package/src/stories/GuideDuDev/Amelipro.stories.ts +209 -0
- package/src/stories/GuideDuDev/vuetifyOptions.mdx +3 -3
- package/dist/SelectFilter-BioGT6Nn.js +0 -136
- package/dist/style.css +0 -1
- package/src/components/DatePicker/Accessibilite.mdx +0 -14
package/dist/design-system-v3.js
CHANGED
|
@@ -1,202 +1,201 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./apLightTheme-D1P4jcD0.js";
|
|
2
|
+
import { A as o, c as r, d as l, e as t, f as n, g as p, h as b, i as d, j as c, k as m, l as A, m as u, n as S, o as F, p as g, q as y, r as B, s as T, t as C, v as L, w as D, x as P, y as M, z as k, B as N, C as h, E as f, F as H, G as R, H as I, I as x, J as E, K as V, L as v, M as G, N as U, O as w, Q as K, R as W, T as q, U as z, V as _, W as O, X, Y, Z as j, $ as J, a0 as Q, a1 as Z, a2 as $, a3 as aa, a4 as ea, a5 as sa, a6 as ia, a7 as oa, a8 as ra, a9 as la, aa as ta, ab as na, ac as pa, ad as ba, ae as da, af as ca, ag as ma, ah as Aa, ai as ua, aj as Sa, ak as Fa, al as ga, am as ya, an as Ba, ao as Ta, ap as Ca, D as La, aq as Da, ar as Pa, as as Ma, at as ka, au as Na, av as ha, aw as fa, ax as Ha, ay as Ra, az as Ia, aA as xa, aB as Ea, aC as Va, aD as va, aE as Ga, aF as Ua, aG as wa, aH as Ka, aI as Wa, aJ as qa, aK as za, aL as _a, aM as Oa, aN as Xa, aO as Ya, aP as ja, aQ as Ja, aR as Qa, aS as Za, aT as $a, aU as ae, aV as ee, aW as se, aX as ie, aY as oe, aZ as re, a_ as le, a$ as te, b0 as ne, b1 as pe, P as be, b2 as de, b3 as ce, b4 as me, b5 as Ae, b6 as ue, b7 as Se, b8 as Fe, b9 as ge, ba as ye, bb as Be, bc as Te, bd as Ce, S as Le, be as De, bf as Pe, bg as Me, bh as ke, bi as Ne, bj as he, bk as fe, bl as He, bm as Re, a as Ie, bn as xe, bo as Ee, bp as Ve, bq as ve, b as Ge, br as Ue, bs as we, bt as Ke, bu as We, bv as qe, bw as ze, bx as _e, by as Oe, bz as Xe, bA as Ye, bB as je, bC as Je, bD as Qe, bE as Ze, bF as $e, bG as as, bH as es, bI as ss, bJ as is, bK as os, bL as rs, bM as ls, bN as ts, bO as ns, bP as ps, bQ as bs, bR as ds, bS as cs, bT as ms, bU as As, bV as us, bW as Ss, bX as Fs, bY as gs, bZ as ys, b_ as Bs, b$ as Ts, c0 as Cs, c1 as Ls, c2 as Ds, c3 as Ps, c4 as Ms, c5 as ks, c6 as Ns, c7 as hs, u as fs, c8 as Hs, c9 as Rs, ca as Is, cb as xs, cc as Es, cd as Vs, ce as vs } from "./main-BtTqyn4z.js";
|
|
2
3
|
import "vue";
|
|
3
|
-
import { createVuetifyInstance as Gs } from "./vuetifyConfig";
|
|
4
4
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
o as Accordion,
|
|
6
|
+
r as AmeliproAccordion,
|
|
7
|
+
l as AmeliproAccordionFrieze,
|
|
8
8
|
t as AmeliproAccordionGroup,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
n as AmeliproAccordionList,
|
|
10
|
+
p as AmeliproAccordionResult,
|
|
11
|
+
b as AmeliproAccordionResultList,
|
|
12
|
+
d as AmeliproAutoCompleteField,
|
|
13
13
|
c as AmeliproBadge,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
14
|
+
m as AmeliproBreadcrumb,
|
|
15
|
+
A as AmeliproBtn,
|
|
16
|
+
u as AmeliproCallback,
|
|
17
|
+
S as AmeliproCaptcha,
|
|
18
|
+
F as AmeliproCard,
|
|
19
|
+
g as AmeliproCarousel,
|
|
20
|
+
y as AmeliproCheckbox,
|
|
21
|
+
B as AmeliproCheckboxGroup,
|
|
22
|
+
T as AmeliproChips,
|
|
23
|
+
C as AmeliproClickableTile,
|
|
24
|
+
L as AmeliproContentLayout,
|
|
25
|
+
D as AmeliproCopyBtn,
|
|
26
|
+
P as AmeliproCustomSelector,
|
|
27
|
+
M as AmeliproDentalChart,
|
|
28
|
+
k as AmeliproDialog,
|
|
29
|
+
N as AmeliproDisclosure,
|
|
30
|
+
h as AmeliproErrorTemplate,
|
|
31
|
+
f as AmeliproFilePreview,
|
|
32
|
+
H as AmeliproFirstLogin,
|
|
33
|
+
R as AmeliproFooter,
|
|
34
34
|
I as AmeliproHeader,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
35
|
+
x as AmeliproIcon,
|
|
36
|
+
E as AmeliproIconBtn,
|
|
37
|
+
V as AmeliproIllustratedDataTile,
|
|
38
|
+
v as AmeliproIllustratedRadioGroup,
|
|
39
|
+
G as AmeliproMailTile,
|
|
40
|
+
U as AmeliproMenu,
|
|
41
|
+
w as AmeliproMessage,
|
|
42
|
+
K as AmeliproMultipleFoldingCard,
|
|
43
|
+
W as AmeliproNumberedCard,
|
|
44
|
+
q as AmeliproOnboarding,
|
|
45
|
+
z as AmeliproPageLayout,
|
|
46
|
+
_ as AmeliproPagination,
|
|
47
|
+
O as AmeliproPatientBanner,
|
|
48
|
+
X as AmeliproPatientLogged,
|
|
49
|
+
Y as AmeliproPatientLogin,
|
|
50
|
+
j as AmeliproPostalAddressField,
|
|
51
|
+
J as AmeliproRadioGroup,
|
|
52
|
+
Q as AmeliproResultList,
|
|
53
|
+
Z as AmeliproSelect,
|
|
54
|
+
$ as AmeliproStateTile,
|
|
55
|
+
aa as AmeliproStatus,
|
|
56
|
+
ea as AmeliproStepper,
|
|
57
|
+
sa as AmeliproTable,
|
|
58
|
+
ia as AmeliproTabs,
|
|
59
|
+
oa as AmeliproTextArea,
|
|
60
|
+
ra as AmeliproTextField,
|
|
61
|
+
la as AmeliproTileBtn,
|
|
62
62
|
ta as AmeliproTooltips,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
na as AmeliproTransmission,
|
|
64
|
+
pa as BackBtn,
|
|
65
|
+
ba as BackToTopBtn,
|
|
66
|
+
da as Captcha,
|
|
67
67
|
ca as ChipList,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
68
|
+
ma as CollapsibleList,
|
|
69
|
+
Aa as ContextualMenu,
|
|
70
|
+
ua as CookieBanner,
|
|
71
|
+
Sa as CookiesInformation,
|
|
72
|
+
Fa as CookiesSelection,
|
|
73
|
+
ga as CookiesTable,
|
|
74
|
+
ya as CopyBtn,
|
|
75
|
+
Ba as DataList,
|
|
76
|
+
Ta as DataListGroup,
|
|
77
|
+
Ca as DataListItem,
|
|
78
|
+
La as DatePicker,
|
|
79
|
+
Da as DeclarationAccessibilityPage,
|
|
80
|
+
Pa as DiacriticPicker,
|
|
81
|
+
Ma as DialogBox,
|
|
82
|
+
ka as DownloadBtn,
|
|
83
|
+
Na as EMAIL_REGEXP,
|
|
84
|
+
ha as ErrorPage,
|
|
85
|
+
fa as ExternalLinks,
|
|
86
|
+
Ha as FileList,
|
|
87
|
+
Ra as FilePreview,
|
|
88
88
|
Ia as FileUpload,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
89
|
+
xa as FilterInline,
|
|
90
|
+
Ea as FilterSideBar,
|
|
91
|
+
Va as FooterBar,
|
|
92
|
+
va as FranceConnectBtn,
|
|
93
|
+
Ga as HeaderBar,
|
|
94
|
+
Ua as HeaderBurgerMenu,
|
|
95
|
+
wa as HeaderLoading,
|
|
96
|
+
Ka as HeaderLogo,
|
|
97
|
+
Wa as HeaderMenuBtn,
|
|
98
|
+
qa as HeaderMenuItem,
|
|
99
|
+
za as HeaderMenuSection,
|
|
100
|
+
_a as HeaderNavigationBar,
|
|
101
|
+
Oa as HeaderSubMenu,
|
|
102
|
+
Xa as HeaderToolbar,
|
|
103
|
+
Ya as KEY_LENGTH,
|
|
104
|
+
ja as LangBtn,
|
|
105
|
+
Ja as LocalStorageUtility,
|
|
106
|
+
Qa as Logo,
|
|
107
|
+
Za as LogoBrandSection,
|
|
108
|
+
$a as LunarCalendar,
|
|
109
|
+
ae as MaintenancePage,
|
|
110
|
+
ee as MonthPicker,
|
|
111
|
+
se as NUMBER_LENGTH,
|
|
112
|
+
ie as NirField,
|
|
113
|
+
oe as NotFoundPage,
|
|
114
|
+
re as NotificationBar,
|
|
115
|
+
le as NotificationService,
|
|
116
116
|
te as PageContainer,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
ne as PaginatedTable,
|
|
118
|
+
pe as PasswordField,
|
|
119
|
+
be as PeriodField,
|
|
120
|
+
de as PhoneField,
|
|
121
121
|
ce as RangeField,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
122
|
+
me as RatingPicker,
|
|
123
|
+
Ae as SearchListField,
|
|
124
|
+
ue as SelectBtnField,
|
|
125
|
+
Se as ServiceMenu,
|
|
126
|
+
Fe as SkipLink,
|
|
127
|
+
ge as SocialMediaLinks,
|
|
128
|
+
ye as StatusPage,
|
|
129
|
+
Be as StructureMenu,
|
|
130
|
+
Te as SubHeader,
|
|
131
|
+
Ce as SyAlert,
|
|
132
|
+
Le as SyAutocomplete,
|
|
133
|
+
De as SyBtnMenu,
|
|
134
|
+
Pe as SyCheckBoxGroup,
|
|
135
|
+
Me as SyCheckbox,
|
|
136
|
+
ke as SyForm,
|
|
137
|
+
Ne as SyHeading,
|
|
138
|
+
he as SyIcon,
|
|
139
|
+
fe as SyInputSelect,
|
|
140
|
+
He as SyPagination,
|
|
141
|
+
Re as SyRadioGroup,
|
|
142
142
|
Ie as SySelect,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
rs as isDateValidFn,
|
|
143
|
+
xe as SyServerTable,
|
|
144
|
+
Ee as SyTable,
|
|
145
|
+
Ve as SyTabs,
|
|
146
|
+
ve as SyTextArea,
|
|
147
|
+
Ge as SyTextField,
|
|
148
|
+
Ue as TableToolbar,
|
|
149
|
+
we as ToolbarContainer,
|
|
150
|
+
Ke as UploadWorkflow,
|
|
151
|
+
We as UserInformationSummary,
|
|
152
|
+
qe as UserMenu,
|
|
153
|
+
ze as UserMenuBtn,
|
|
154
|
+
_e as calcHumanFileSize,
|
|
155
|
+
Oe as checkNIR,
|
|
156
|
+
Xe as computeNIRKey,
|
|
157
|
+
Ye as convertToUnit,
|
|
158
|
+
je as copyToClipboard,
|
|
159
|
+
Je as deepCopy,
|
|
160
|
+
Qe as doMatchPatternFn,
|
|
161
|
+
Ze as downloadFile,
|
|
162
|
+
$e as formatDate,
|
|
163
|
+
as as formatNir,
|
|
164
|
+
es as indicatifs,
|
|
165
|
+
ss as isDateAfter,
|
|
166
|
+
is as isDateBefore,
|
|
167
|
+
os as isDateInRange,
|
|
168
|
+
rs as isDateValid,
|
|
169
|
+
ls as isDateValidFn,
|
|
171
170
|
ts as isDateValidUtil,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
171
|
+
ns as isEmailValid,
|
|
172
|
+
ps as isExactLengthFn,
|
|
173
|
+
bs as isHolidayDay,
|
|
174
|
+
ds as isHolidayDayFn,
|
|
176
175
|
cs as isMaxLengthFn,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
176
|
+
ms as isMinLengthFn,
|
|
177
|
+
As as isNIRKeyValid,
|
|
178
|
+
us as isNotAfterDateFn,
|
|
179
|
+
Ss as isNotAfterToday,
|
|
180
|
+
Fs as isNotAfterTodayFn,
|
|
181
|
+
gs as isNotBeforeDateFn,
|
|
182
|
+
ys as isNotBeforeToday,
|
|
183
|
+
Bs as isNotBeforeTodayFn,
|
|
184
|
+
Ts as isRequired,
|
|
185
|
+
Cs as isRequiredFn,
|
|
186
|
+
Ls as isValidEmail,
|
|
187
|
+
Ds as isValidEmailFn,
|
|
188
|
+
Ps as isWeekend,
|
|
189
|
+
Ms as parseDate,
|
|
190
|
+
ks as propValidator,
|
|
191
|
+
Ns as ruleMessage,
|
|
192
|
+
hs as throttleDisplayFn,
|
|
193
|
+
fs as useDateFormat,
|
|
194
|
+
Hs as useFieldValidation,
|
|
195
|
+
Rs as useNotificationService,
|
|
197
196
|
Is as usePagination,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
197
|
+
xs as useValidatable,
|
|
198
|
+
Es as useValidation,
|
|
199
|
+
Vs as useWidthable,
|
|
200
|
+
vs as vRgaaSvgFix
|
|
202
201
|
};
|