@cnamts/synapse 1.0.13 → 1.0.15
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/README.md +72 -72
- package/dist/{DateFilter-_EFzsvvM.js → DateFilter-isr8mXVb.js} +1 -1
- package/dist/{NumberFilter-CUxEbKJh.js → NumberFilter-BOe7DqWX.js} +1 -1
- package/dist/{PeriodFilter-D5ueqtKy.js → PeriodFilter-WTprpO40.js} +1 -1
- package/dist/{SelectFilter-BciBNydy.js → SelectFilter-CqlG5dmI.js} +1 -1
- package/dist/{TextFilter-DMN_WAQB.js → TextFilter-fVW5bsRw.js} +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +60 -28
- package/dist/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +60 -28
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +61 -29
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +5 -1
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +3 -1
- package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +1 -1
- package/dist/components/Captcha/Captcha.d.ts +2 -0
- package/dist/components/Captcha/CaptchaBase.d.ts +1 -0
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +29 -17
- package/dist/components/Customs/SyTabs/SyTabs.d.ts +20 -0
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +100 -10
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +108 -21
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +6 -6
- package/dist/components/DatePicker/composables/useDateFormatDisplay.d.ts +3 -0
- package/dist/components/DatePicker/tests/setup.d.ts +768 -48
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +8 -0
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +58 -34
- package/dist/components/LangBtn/LangBtn.d.ts +4 -0
- package/dist/components/PeriodField/PeriodField.d.ts +192 -12
- package/dist/components/RatingPicker/RatingPicker.d.ts +9 -0
- package/dist/components/SearchListField/SearchListField.d.ts +42 -413
- package/dist/components/SearchListField/locales.d.ts +1 -2
- package/dist/components/SyAlert/SyAlert.d.ts +1 -1
- package/dist/components/SyTextArea/SyTextArea.d.ts +2 -0
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +15 -8
- package/dist/components/Tables/SyTable/SyTable.d.ts +15 -8
- package/dist/components/Tables/common/SyTablePagination.d.ts +29 -17
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +4 -0
- package/dist/components/Tables/common/types.d.ts +2 -0
- package/dist/design-system-v3.js +1 -1
- package/dist/design-system-v3.umd.cjs +32 -16
- package/dist/{main-DISHlqcd.js → main-CbBVJ_le.js} +9911 -9751
- package/dist/style.css +1 -1
- package/package.json +5 -2
- package/src/assets/amelipro/icons.ts +17 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.stories.ts +40 -36
- package/src/components/Amelipro/AmeliproAccordionGroup/__tests__/AmeliproAccordionGroup.spec.ts +226 -26
- package/src/components/Amelipro/AmeliproAccordionGroup/__tests__/__snapshots__/AmeliproAccordionGroup.spec.ts.snap +55 -506
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +7 -2
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +2 -1
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/__snapshots__/AmeliproAccordionResultTemplate.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproAccordionResult/__tests__/__snapshots__/AmeliproAccordionResult.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +9 -3
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +42 -11
- package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +4 -4
- package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +7 -5
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +4 -2
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.stories.ts +1 -40
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.vue +4 -0
- package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.stories.ts +4 -2
- package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +2 -1
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.stories.ts +39 -29
- package/src/components/Amelipro/AmeliproCopyBtn/__tests__/__snapshots__/AmeliproCopyBtn.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +3 -3
- package/src/components/Amelipro/AmeliproCustomSelector/__tests__/__snapshots__/AmeliproCustomSelector.spec.ts.snap +8 -6
- package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.mdx +3 -1
- package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.stories.ts +23 -5
- package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +5 -6
- package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +2 -2
- package/src/components/Amelipro/AmeliproFilePreview/__tests__/__snapshots__/AmeliproFilePreview.spec.ts.snap +5 -6
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +1 -2
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproLogoAm/__tests__/AmeliproLogoAm.spec.ts +78 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproLogoAm/{tests → __tests__}/__snapshots__/AmeliproLogoAm.spec.ts.snap +64 -2
- package/src/components/Amelipro/AmeliproIcon/__tests__/AmeliproIcon.spec.ts +358 -0
- package/src/components/Amelipro/AmeliproIcon/{tests → __tests__}/__snapshots__/AmeliproIcon.spec.ts.snap +30 -3
- package/src/components/Amelipro/AmeliproIcon/iconList.ts +1 -0
- package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.vue +1 -1
- package/src/components/Amelipro/AmeliproIconBtn/__tests__/AmeliproIconBtn.spec.ts +459 -0
- package/src/components/Amelipro/AmeliproIconBtn/__tests__/__snapshots__/AmeliproIconBtn.spec.ts.snap +58 -0
- package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.stories.ts +38 -26
- package/src/components/Amelipro/AmeliproIllustratedDataTile/__tests__/AmeliproIllustratedDataTile.spec.ts +321 -0
- package/src/components/Amelipro/AmeliproIllustratedDataTile/__tests__/__snapshots__/AmeliproIllustratedDataTile.spec.ts.snap +148 -0
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.stories.ts +14 -5
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +1 -1
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/AmeliproIllustratedRadioGroup.spec.ts +498 -0
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +325 -0
- package/src/components/Amelipro/AmeliproMailTile/__tests__/AmeliproMailTile.spec.ts +210 -0
- package/src/components/Amelipro/AmeliproMailTile/__tests__/__snapshots__/AmeliproMailTile.spec.ts.snap +98 -0
- package/src/components/Amelipro/AmeliproMessage/__tests__/AmeliproMessage.spec.ts +446 -0
- package/src/components/Amelipro/AmeliproMessage/__tests__/__snapshots__/AmeliproMessage.spec.ts.snap +60 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/__tests__/AmeliproMessagingLayout.spec.ts +300 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/__tests__/__snapshots__/AmeliproMessagingLayout.spec.ts.snap +197 -0
- package/src/components/Amelipro/AmeliproNumberedCard/__tests__/AmeliproNumberedCard.spec.ts +117 -0
- package/src/components/Amelipro/AmeliproNumberedCard/{tests → __tests__}/__snapshots__/AmeliproNumberedCard.spec.ts.snap +47 -45
- package/src/components/Amelipro/AmeliproOnboarding/__tests__/AmeliproOnboarding.spec.ts +219 -0
- package/src/components/Amelipro/AmeliproOnboarding/__tests__/__snapshots__/AmeliproOnboarding.spec.ts.snap +41 -0
- package/src/components/Amelipro/AmeliproPageLayout/__tests__/AmeliproPageLayout.spec.ts +129 -0
- package/src/components/Amelipro/AmeliproPageLayout/__tests__/__snapshots__/AmeliproPageLayout.spec.ts.snap +189 -0
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/__tests__/AmeliproPaginationBtn.spec.ts +92 -0
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/__tests__/__snapshots__/AmeliproPaginationBtn.spec.ts.snap +56 -0
- package/src/components/Amelipro/AmeliproPagination/__tests__/AmeliproPagination.spec.ts +165 -0
- package/src/components/Amelipro/AmeliproPagination/__tests__/__snapshots__/AmeliproPagination.spec.ts.snap +83 -0
- package/src/components/Amelipro/AmeliproPatientBanner/__tests__/AmeliproPatientBanner.spec.ts +208 -0
- package/src/components/Amelipro/AmeliproPatientBanner/__tests__/__snapshots__/AmeliproPatientBanner.spec.ts.snap +285 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +26 -7
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +12 -4
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.stories.ts +28 -8
- package/src/components/Amelipro/AmeliproRadioGroup/__tests__/AmeliproRadioGroup.spec.ts +332 -0
- package/src/components/Amelipro/AmeliproRadioGroup/__tests__/__snapshots__/AmeliproRadioGroup.spec.ts.snap +255 -0
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.stories.ts +1 -2
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +3 -1
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +2 -1
- package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +11 -5
- package/src/components/Amelipro/AmeliproSelect/__tests__/AmeliproSelect.spec.ts +481 -0
- package/src/components/Amelipro/AmeliproSelect/__tests__/__snapshots__/AmeliproSelect.spec.ts.snap +117 -0
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +5 -2
- package/src/components/Amelipro/AmeliproStateTile/__tests__/AmeliproStateTile.spec.ts +206 -0
- package/src/components/Amelipro/AmeliproStateTile/__tests__/__snapshots__/AmeliproStateTile.spec.ts.snap +158 -0
- package/src/components/Amelipro/AmeliproStatus/__tests__/AmeliproStatus.spec.ts +120 -0
- package/src/components/Amelipro/AmeliproStatus/__tests__/__snapshots__/AmeliproStatus.spec.ts.snap +39 -0
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/__tests__/AmeliproStepBtn.spec.ts +97 -0
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/__tests__/__snapshots__/AmeliproStepBtn.spec.ts.snap +61 -0
- package/src/components/Amelipro/AmeliproStepper/__tests__/AmeliproStepper.spec.ts +248 -0
- package/src/components/Amelipro/AmeliproStepper/__tests__/__snapshots__/AmeliproStepper.spec.ts.snap +179 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +14 -13
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +2 -1
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +10 -3
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/__tests__/AmeliproTabBtn.spec.ts +129 -0
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/__tests__/__snapshots__/AmeliproTabBtn.spec.ts.snap +81 -0
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +2 -2
- package/src/components/Amelipro/AmeliproTabs/__tests__/AmeliproTabs.spec.ts +234 -0
- package/src/components/Amelipro/AmeliproTabs/__tests__/__snapshots__/AmeliproTabs.spec.ts.snap +122 -0
- package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +7 -5
- package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +265 -9
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +98 -155
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +7 -5
- package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +375 -0
- package/src/components/Amelipro/AmeliproTextField/__tests__/__snapshots__/AmeliproTextField.spec.ts.snap +143 -0
- package/src/components/Amelipro/AmeliproTileBtn/__tests__/AmeliproTileBtn.spec.ts +241 -0
- package/src/components/Amelipro/AmeliproTileBtn/__tests__/__snapshots__/AmeliproTileBtn.spec.ts.snap +74 -0
- package/src/components/Amelipro/AmeliproTooltips/__tests__/AmeliproTooltips.spec.ts +212 -0
- package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +71 -0
- package/src/components/Amelipro/AmeliproTransmission/__tests__/AmeliproTransmission.spec.ts +155 -0
- package/src/components/Amelipro/AmeliproTransmission/__tests__/__snapshots__/AmeliproTransmission.spec.ts.snap +240 -0
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +0 -1
- package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +4 -1
- package/src/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.vue +4 -0
- package/src/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.vue +4 -5
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +5 -4
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +13 -6
- package/src/components/Amelipro/UserMenu/UserMenu.vue +2 -1
- package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +4 -1
- package/src/components/Captcha/Captcha.mdx +4 -4
- package/src/components/Captcha/Captcha.stories.ts +8 -1
- package/src/components/Captcha/Captcha.vue +3 -0
- package/src/components/Captcha/CaptchaBase.vue +3 -0
- package/src/components/Captcha/captchaApi.ts +0 -1
- package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +5 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +1 -1
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +174 -10
- package/src/components/Customs/SyTabs/SyTabs.vue +62 -0
- package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +98 -0
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +13 -13
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +13 -0
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +11 -11
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +5 -0
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.mdx +7 -0
- package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +1 -1
- package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +3 -3
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +50 -2
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +15 -15
- package/src/components/DatePicker/composables/tests/useDateFormatValidation.spec.ts +2 -2
- package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +1 -1
- package/src/components/DatePicker/composables/useDateFormatDisplay.ts +25 -0
- package/src/components/DatePicker/composables/useDateFormatValidation.ts +5 -2
- package/src/components/DatePicker/composables/useManualDateValidation.ts +5 -1
- package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +1 -1
- package/src/components/ErrorPage/ErrorPage.vue +54 -7
- package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +6 -2
- package/src/components/ExternalLinks/ExternalLinks.vue +2 -4
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +6 -2
- package/src/components/PasswordField/PasswordField.vue +6 -6
- package/src/components/RangeField/RangeSlider/RangeSlider.vue +3 -2
- package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +2 -1
- package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +2 -0
- package/src/components/RatingPicker/RatingPicker.stories.ts +10 -0
- package/src/components/RatingPicker/RatingPicker.vue +23 -1
- package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +2 -0
- package/src/components/SearchListField/Accessibilite.stories.ts +4 -0
- package/src/components/SearchListField/SearchListField.stories.ts +16 -0
- package/src/components/SearchListField/SearchListField.vue +121 -109
- package/src/components/SearchListField/locales.ts +11 -2
- package/src/components/SearchListField/tests/SearchListField.spec.ts +91 -25
- package/src/components/SyAlert/SyAlert.vue +8 -0
- package/src/components/SyAlert/tests/SyAlert.spec.ts +1 -22
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +304 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +12 -4
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +186 -0
- package/src/components/Tables/SyTable/SyTable.vue +12 -4
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +65 -1
- package/src/components/Tables/common/types.ts +2 -0
- package/src/composables/rules/useFieldValidation.ts +47 -7
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproLogoAm/tests/AmeliproLogoAm.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproIcon/tests/AmeliproIcon.spec.ts +0 -19
- package/src/components/Amelipro/AmeliproIconBtn/tests/AmeliproIconBtn.spec.ts +0 -22
- package/src/components/Amelipro/AmeliproIconBtn/tests/__snapshots__/AmeliproIconBtn.spec.ts.snap +0 -87
- package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/AmeliproIllustratedDataTile.spec.ts +0 -20
- package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/__snapshots__/AmeliproIllustratedDataTile.spec.ts.snap +0 -69
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/AmeliproIllustratedRadioGroup.spec.ts +0 -53
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +0 -544
- package/src/components/Amelipro/AmeliproMailTile/tests/AmeliproMailTile.spec.ts +0 -25
- package/src/components/Amelipro/AmeliproMailTile/tests/__snapshots__/AmeliproMailTile.spec.ts.snap +0 -164
- package/src/components/Amelipro/AmeliproMessage/tests/AmeliproMessage.spec.ts +0 -18
- package/src/components/Amelipro/AmeliproMessage/tests/__snapshots__/AmeliproMessage.spec.ts.snap +0 -94
- package/src/components/Amelipro/AmeliproMessagingLayout/tests/AmeliproMessagingLayout.spec.ts +0 -30
- package/src/components/Amelipro/AmeliproMessagingLayout/tests/__snapshots__/AmeliproMessagingLayout.spec.ts.snap +0 -439
- package/src/components/Amelipro/AmeliproNumberedCard/tests/AmeliproNumberedCard.spec.ts +0 -23
- package/src/components/Amelipro/AmeliproOnboarding/tests/AmeliproOnboarding.spec.ts +0 -41
- package/src/components/Amelipro/AmeliproOnboarding/tests/__snapshots__/AmeliproOnboarding.spec.ts.snap +0 -3
- package/src/components/Amelipro/AmeliproPageLayout/tests/AmeliproPageLayout.spec.ts +0 -183
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +0 -1602
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/AmeliproPaginationBtn.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/__snapshots__/AmeliproPaginationBtn.spec.ts.snap +0 -46
- package/src/components/Amelipro/AmeliproPagination/tests/AmeliproPagination.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproPagination/tests/__snapshots__/AmeliproPagination.spec.ts.snap +0 -116
- package/src/components/Amelipro/AmeliproPatientBanner/tests/AmeliproPatientBanner.spec.ts +0 -24
- package/src/components/Amelipro/AmeliproPatientBanner/tests/__snapshots__/AmeliproPatientBanner.spec.ts.snap +0 -268
- package/src/components/Amelipro/AmeliproRadioGroup/tests/AmeliproRadioGroup.spec.ts +0 -43
- package/src/components/Amelipro/AmeliproRadioGroup/tests/__snapshots__/AmeliproRadioGroup.spec.ts.snap +0 -262
- package/src/components/Amelipro/AmeliproSelect/tests/AmeliproSelect.spec.ts +0 -38
- package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +0 -196
- package/src/components/Amelipro/AmeliproStateTile/tests/AmeliproStateTile.spec.ts +0 -20
- package/src/components/Amelipro/AmeliproStateTile/tests/__snapshots__/AmeliproStateTile.spec.ts.snap +0 -90
- package/src/components/Amelipro/AmeliproStatus/tests/AmeliproStatus.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproStatus/tests/__snapshots__/AmeliproStatus.spec.ts.snap +0 -21
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/AmeliproStepBtn.spec.ts +0 -18
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/__snapshots__/AmeliproStepBtn.spec.ts.snap +0 -34
- package/src/components/Amelipro/AmeliproStepper/tests/AmeliproStepper.spec.ts +0 -36
- package/src/components/Amelipro/AmeliproStepper/tests/__snapshots__/AmeliproStepper.spec.ts.snap +0 -354
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/AmeliproTabBtn.spec.ts +0 -20
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/__snapshots__/AmeliproTabBtn.spec.ts.snap +0 -34
- package/src/components/Amelipro/AmeliproTabs/tests/AmeliproTabs.spec.ts +0 -39
- package/src/components/Amelipro/AmeliproTabs/tests/__snapshots__/AmeliproTabs.spec.ts.snap +0 -217
- package/src/components/Amelipro/AmeliproTextField/tests/AmeliproTextField.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +0 -162
- package/src/components/Amelipro/AmeliproTileBtn/tests/AmeliproTileBtn.spec.ts +0 -17
- package/src/components/Amelipro/AmeliproTileBtn/tests/__snapshots__/AmeliproTileBtn.spec.ts.snap +0 -65
- package/src/components/Amelipro/AmeliproTooltips/tests/AmeliproTooltips.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +0 -105
- package/src/components/Amelipro/AmeliproTransmission/tests/AmeliproTransmission.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproTransmission/tests/__snapshots__/AmeliproTransmission.spec.ts.snap +0 -246
- package/src/components/SyAlert/tests/__snapshots__/SyAlert.spec.ts.snap +0 -99
package/README.md
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
# Synapse
|
|
2
|
-
|
|
3
|
-
🗃️ Ce package contient les composants du Design System de l'Assurance Maladie réécrits en Vue 3.
|
|
4
|
-
|
|
5
|
-
## Changelog
|
|
6
|
-
|
|
7
|
-
Pour consulter les changements récents, veuillez consulter le [CHANGELOG](https://github.com/assurance-maladie-digital/design-system-v3/blob/dev/CHANGELOG.md).
|
|
8
|
-
|
|
9
|
-
## Prérequis
|
|
10
|
-
|
|
11
|
-
Pour utiliser ce Design System, vous devez avoir au moins les versions suivantes de Node :
|
|
12
|
-
|
|
13
|
-
- Node : 18.0.0
|
|
14
|
-
|
|
15
|
-
## Stack Technique
|
|
16
|
-
|
|
17
|
-
- Vue 3
|
|
18
|
-
- Vuetify 3
|
|
19
|
-
- Vue Router 4
|
|
20
|
-
|
|
21
|
-
## Outils Inclus
|
|
22
|
-
|
|
23
|
-
- Typescript
|
|
24
|
-
- Axios
|
|
25
|
-
- Sass
|
|
26
|
-
- Vitest pour les tests unitaires
|
|
27
|
-
|
|
28
|
-
## Installation et utilisation
|
|
29
|
-
|
|
30
|
-
### Starter kit
|
|
31
|
-
|
|
32
|
-
Pour utiliser ce package, vous pouvez installer le starter kit suivant :
|
|
33
|
-
|
|
34
|
-
- [Starter Kit Synapse](https://gitlab.cnqd.cnamts.fr/human/developpement/sksn_x)
|
|
35
|
-
|
|
36
|
-
### Librairie uniquement
|
|
37
|
-
|
|
38
|
-
Vous pouvez également utiliser ce package en tant que librairie de composants dans votre projet.
|
|
39
|
-
Pour cela, vous pouvez l'installer via npm ou un autre gestionnaire de paquets :
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
npm i @cnamts/synapse
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
## Commandes disponibles
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
"pnpm build": Build du projet,
|
|
49
|
-
"pnpm dev": Lancement du serveur de développement,
|
|
50
|
-
"pnpm preview": Lancement du serveur de prévisualisation,
|
|
51
|
-
"pnpm test:unit": Lancement des tests unitaires,
|
|
52
|
-
"pnpm lint": Lancement de l\'analyseur de code,
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
## Contribution
|
|
56
|
-
|
|
57
|
-
Nous encourageons les contributions de la communauté ! Si vous souhaitez contribuer à ce projet, veuillez suivre les étapes suivantes :
|
|
58
|
-
|
|
59
|
-
### Fork du dépôt
|
|
60
|
-
|
|
61
|
-
- Créez une branche pour votre fonctionnalité ou correction de bogue
|
|
62
|
-
- Effectuez les modifications nécessaires
|
|
63
|
-
- Soumettez une pull request
|
|
64
|
-
- Assurez-vous de suivre notre Guide de contribution pour plus de détails.
|
|
65
|
-
|
|
66
|
-
### Support
|
|
67
|
-
|
|
68
|
-
Si vous rencontrez des problèmes ou avez des questions, n'hésitez pas à ouvrir une issue.
|
|
69
|
-
|
|
70
|
-
## Licence
|
|
71
|
-
|
|
72
|
-
Ce projet est sous licence MIT. Veuillez consulter le fichier LICENSE pour plus d'informations.
|
|
1
|
+
# Synapse
|
|
2
|
+
|
|
3
|
+
🗃️ Ce package contient les composants du Design System de l'Assurance Maladie réécrits en Vue 3.
|
|
4
|
+
|
|
5
|
+
## Changelog
|
|
6
|
+
|
|
7
|
+
Pour consulter les changements récents, veuillez consulter le [CHANGELOG](https://github.com/assurance-maladie-digital/design-system-v3/blob/dev/CHANGELOG.md).
|
|
8
|
+
|
|
9
|
+
## Prérequis
|
|
10
|
+
|
|
11
|
+
Pour utiliser ce Design System, vous devez avoir au moins les versions suivantes de Node :
|
|
12
|
+
|
|
13
|
+
- Node : 18.0.0
|
|
14
|
+
|
|
15
|
+
## Stack Technique
|
|
16
|
+
|
|
17
|
+
- Vue 3
|
|
18
|
+
- Vuetify 3
|
|
19
|
+
- Vue Router 4
|
|
20
|
+
|
|
21
|
+
## Outils Inclus
|
|
22
|
+
|
|
23
|
+
- Typescript
|
|
24
|
+
- Axios
|
|
25
|
+
- Sass
|
|
26
|
+
- Vitest pour les tests unitaires
|
|
27
|
+
|
|
28
|
+
## Installation et utilisation
|
|
29
|
+
|
|
30
|
+
### Starter kit
|
|
31
|
+
|
|
32
|
+
Pour utiliser ce package, vous pouvez installer le starter kit suivant :
|
|
33
|
+
|
|
34
|
+
- [Starter Kit Synapse](https://gitlab.cnqd.cnamts.fr/human/developpement/sksn_x)
|
|
35
|
+
|
|
36
|
+
### Librairie uniquement
|
|
37
|
+
|
|
38
|
+
Vous pouvez également utiliser ce package en tant que librairie de composants dans votre projet.
|
|
39
|
+
Pour cela, vous pouvez l'installer via npm ou un autre gestionnaire de paquets :
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npm i @cnamts/synapse
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Commandes disponibles
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
"pnpm build": Build du projet,
|
|
49
|
+
"pnpm dev": Lancement du serveur de développement,
|
|
50
|
+
"pnpm preview": Lancement du serveur de prévisualisation,
|
|
51
|
+
"pnpm test:unit": Lancement des tests unitaires,
|
|
52
|
+
"pnpm lint": Lancement de l\'analyseur de code,
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Contribution
|
|
56
|
+
|
|
57
|
+
Nous encourageons les contributions de la communauté ! Si vous souhaitez contribuer à ce projet, veuillez suivre les étapes suivantes :
|
|
58
|
+
|
|
59
|
+
### Fork du dépôt
|
|
60
|
+
|
|
61
|
+
- Créez une branche pour votre fonctionnalité ou correction de bogue
|
|
62
|
+
- Effectuez les modifications nécessaires
|
|
63
|
+
- Soumettez une pull request
|
|
64
|
+
- Assurez-vous de suivre notre Guide de contribution pour plus de détails.
|
|
65
|
+
|
|
66
|
+
### Support
|
|
67
|
+
|
|
68
|
+
Si vous rencontrez des problèmes ou avez des questions, n'hésitez pas à ouvrir une issue.
|
|
69
|
+
|
|
70
|
+
## Licence
|
|
71
|
+
|
|
72
|
+
Ce projet est sous licence MIT. Veuillez consulter le fichier LICENSE pour plus d'informations.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, computed as D, createBlock as k, openBlock as p } from "vue";
|
|
2
|
-
import { u as C, D as F, _ as V } from "./main-
|
|
2
|
+
import { u as C, D as F, _ as V } from "./main-CbBVJ_le.js";
|
|
3
3
|
const v = /* @__PURE__ */ b({
|
|
4
4
|
__name: "DateFilter",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as k, ref as h, watch as x, computed as T, createElementBlock as V, openBlock as F, createVNode as w } from "vue";
|
|
2
|
-
import { a as S, _ as D } from "./main-
|
|
2
|
+
import { a as S, _ as D } from "./main-CbBVJ_le.js";
|
|
3
3
|
const E = { class: "number-filter-container" }, B = /* @__PURE__ */ k({
|
|
4
4
|
__name: "NumberFilter",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, computed as h, createBlock as p, openBlock as k } from "vue";
|
|
2
|
-
import { P as C, _ as F } from "./main-
|
|
2
|
+
import { P as C, _ as F } from "./main-CbBVJ_le.js";
|
|
3
3
|
const V = /* @__PURE__ */ b({
|
|
4
4
|
__name: "PeriodFilter",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as C, computed as p, ref as F, createElementBlock as S, openBlock as A, createVNode as B } from "vue";
|
|
2
|
-
import { S as E, _ as D } from "./main-
|
|
2
|
+
import { S as E, _ as D } from "./main-CbBVJ_le.js";
|
|
3
3
|
const n = {
|
|
4
4
|
defaultOption: "- choisir -",
|
|
5
5
|
emptyValue: "(vide)"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as C, ref as b, watch as k, computed as T, createElementBlock as x, openBlock as w, createVNode as F } from "vue";
|
|
2
|
-
import { a as V, _ as E } from "./main-
|
|
2
|
+
import { a as V, _ as E } from "./main-CbBVJ_le.js";
|
|
3
3
|
const S = { class: "text-filter-container" }, B = /* @__PURE__ */ C({
|
|
4
4
|
__name: "TextFilter",
|
|
5
5
|
props: {
|
|
@@ -346,13 +346,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
346
346
|
tile: boolean;
|
|
347
347
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
348
348
|
variant: "flat" | "text" | "elevated" | "outlined" | "plain" | "tonal";
|
|
349
|
+
itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
|
|
350
|
+
returnObject: boolean;
|
|
349
351
|
activatable: boolean;
|
|
350
352
|
selectable: boolean;
|
|
351
353
|
selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
|
|
352
354
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
353
355
|
mandatory: boolean;
|
|
354
|
-
|
|
355
|
-
returnObject: boolean;
|
|
356
|
+
itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
|
|
356
357
|
disabled: boolean;
|
|
357
358
|
filterable: boolean;
|
|
358
359
|
lines: false | "one" | "three" | "two";
|
|
@@ -376,6 +377,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
376
377
|
minHeight?: string | number | undefined;
|
|
377
378
|
minWidth?: string | number | undefined;
|
|
378
379
|
width?: string | number | undefined;
|
|
380
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
381
|
+
returnObject: boolean;
|
|
382
|
+
valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
|
|
379
383
|
activatable: boolean;
|
|
380
384
|
selectable: boolean;
|
|
381
385
|
activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
|
|
@@ -383,9 +387,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
383
387
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
384
388
|
activated?: any;
|
|
385
389
|
mandatory: boolean;
|
|
386
|
-
|
|
387
|
-
returnObject: boolean;
|
|
388
|
-
valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
|
|
390
|
+
itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
|
|
389
391
|
baseColor?: string | undefined;
|
|
390
392
|
activeColor?: string | undefined;
|
|
391
393
|
activeClass?: string | undefined;
|
|
@@ -396,6 +398,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
396
398
|
collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
397
399
|
lines: false | "one" | "three" | "two";
|
|
398
400
|
slim: boolean;
|
|
401
|
+
prependGap?: string | number | undefined;
|
|
402
|
+
indent?: string | number | undefined;
|
|
399
403
|
nav: boolean;
|
|
400
404
|
"onClick:activate"?: ((value: {
|
|
401
405
|
id: unknown;
|
|
@@ -403,7 +407,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
403
407
|
path: unknown[];
|
|
404
408
|
}) => any) | undefined;
|
|
405
409
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
406
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "
|
|
410
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines"> & {
|
|
407
411
|
items?: readonly any[] | undefined;
|
|
408
412
|
itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
409
413
|
itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
@@ -561,6 +565,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
561
565
|
location: import('vuetify/lib/types.mjs').Anchor | undefined;
|
|
562
566
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
563
567
|
stickToTarget: boolean;
|
|
568
|
+
viewportMargin: string | number;
|
|
564
569
|
scrollStrategy: "close" | "block" | "none" | "reposition" | import('vuetify/lib/types.mjs').ScrollStrategyFunction;
|
|
565
570
|
closeDelay: string | number;
|
|
566
571
|
openDelay: string | number;
|
|
@@ -569,6 +574,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
569
574
|
openOnHover: boolean;
|
|
570
575
|
openOnFocus: boolean;
|
|
571
576
|
closeOnContentClick: boolean;
|
|
577
|
+
retainFocus: boolean;
|
|
578
|
+
captureFocus: boolean;
|
|
579
|
+
disableInitialFocus: boolean;
|
|
572
580
|
eager: boolean;
|
|
573
581
|
transition: string | boolean | {
|
|
574
582
|
component: {
|
|
@@ -647,7 +655,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
647
655
|
scrim: string | boolean;
|
|
648
656
|
zIndex: string | number;
|
|
649
657
|
submenu: boolean;
|
|
650
|
-
disableInitialFocus: boolean;
|
|
651
658
|
}> & Omit<{
|
|
652
659
|
theme?: string | undefined;
|
|
653
660
|
class?: any;
|
|
@@ -681,6 +688,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
681
688
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
682
689
|
offset?: string | number | number[] | undefined;
|
|
683
690
|
stickToTarget: boolean;
|
|
691
|
+
viewportMargin: string | number;
|
|
684
692
|
scrollStrategy: "close" | "block" | "none" | "reposition" | import('vuetify/lib/types.mjs').ScrollStrategyFunction;
|
|
685
693
|
height?: string | number | undefined;
|
|
686
694
|
maxHeight?: string | number | undefined;
|
|
@@ -697,6 +705,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
697
705
|
openOnHover: boolean;
|
|
698
706
|
openOnFocus?: boolean | undefined;
|
|
699
707
|
closeOnContentClick: boolean;
|
|
708
|
+
retainFocus: boolean;
|
|
709
|
+
captureFocus: boolean;
|
|
710
|
+
disableInitialFocus: boolean;
|
|
700
711
|
eager: boolean;
|
|
701
712
|
transition: string | boolean | {
|
|
702
713
|
component: {
|
|
@@ -780,7 +791,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
780
791
|
zIndex: string | number;
|
|
781
792
|
id?: string | undefined;
|
|
782
793
|
submenu: boolean;
|
|
783
|
-
disableInitialFocus: boolean;
|
|
784
794
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
785
795
|
"v-slot:activator"?: false | ((arg: {
|
|
786
796
|
isActive: boolean;
|
|
@@ -790,7 +800,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
790
800
|
"v-slot:default"?: false | ((arg: {
|
|
791
801
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
792
802
|
}) => import('vue').VNodeChild) | undefined;
|
|
793
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "zIndex" | "closeDelay" | "openDelay" | "
|
|
803
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "captureFocus" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "retainFocus" | "scrim" | "scrollStrategy" | "stickToTarget" | "viewportMargin" | "zIndex" | "closeDelay" | "openDelay" | "disableInitialFocus" | "submenu">) | undefined;
|
|
794
804
|
itemColor?: string | undefined;
|
|
795
805
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
796
806
|
search?: string | undefined;
|
|
@@ -975,13 +985,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
975
985
|
tile: boolean;
|
|
976
986
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
977
987
|
variant: "flat" | "text" | "elevated" | "outlined" | "plain" | "tonal";
|
|
988
|
+
itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
|
|
989
|
+
returnObject: boolean;
|
|
978
990
|
activatable: boolean;
|
|
979
991
|
selectable: boolean;
|
|
980
992
|
selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
|
|
981
993
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
982
994
|
mandatory: boolean;
|
|
983
|
-
|
|
984
|
-
returnObject: boolean;
|
|
995
|
+
itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
|
|
985
996
|
disabled: boolean;
|
|
986
997
|
filterable: boolean;
|
|
987
998
|
lines: false | "one" | "three" | "two";
|
|
@@ -1005,6 +1016,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1005
1016
|
minHeight?: string | number | undefined;
|
|
1006
1017
|
minWidth?: string | number | undefined;
|
|
1007
1018
|
width?: string | number | undefined;
|
|
1019
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1020
|
+
returnObject: boolean;
|
|
1021
|
+
valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
|
|
1008
1022
|
activatable: boolean;
|
|
1009
1023
|
selectable: boolean;
|
|
1010
1024
|
activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
|
|
@@ -1012,9 +1026,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1012
1026
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
1013
1027
|
activated?: any;
|
|
1014
1028
|
mandatory: boolean;
|
|
1015
|
-
|
|
1016
|
-
returnObject: boolean;
|
|
1017
|
-
valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
|
|
1029
|
+
itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
|
|
1018
1030
|
baseColor?: string | undefined;
|
|
1019
1031
|
activeColor?: string | undefined;
|
|
1020
1032
|
activeClass?: string | undefined;
|
|
@@ -1025,6 +1037,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1025
1037
|
collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1026
1038
|
lines: false | "one" | "three" | "two";
|
|
1027
1039
|
slim: boolean;
|
|
1040
|
+
prependGap?: string | number | undefined;
|
|
1041
|
+
indent?: string | number | undefined;
|
|
1028
1042
|
nav: boolean;
|
|
1029
1043
|
"onClick:activate"?: ((value: {
|
|
1030
1044
|
id: unknown;
|
|
@@ -1032,7 +1046,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1032
1046
|
path: unknown[];
|
|
1033
1047
|
}) => any) | undefined;
|
|
1034
1048
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
1035
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "
|
|
1049
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines"> & {
|
|
1036
1050
|
items?: readonly any[] | undefined;
|
|
1037
1051
|
itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
1038
1052
|
itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
@@ -1190,6 +1204,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1190
1204
|
location: import('vuetify/lib/types.mjs').Anchor | undefined;
|
|
1191
1205
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
1192
1206
|
stickToTarget: boolean;
|
|
1207
|
+
viewportMargin: string | number;
|
|
1193
1208
|
scrollStrategy: "close" | "block" | "none" | "reposition" | import('vuetify/lib/types.mjs').ScrollStrategyFunction;
|
|
1194
1209
|
closeDelay: string | number;
|
|
1195
1210
|
openDelay: string | number;
|
|
@@ -1198,6 +1213,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1198
1213
|
openOnHover: boolean;
|
|
1199
1214
|
openOnFocus: boolean;
|
|
1200
1215
|
closeOnContentClick: boolean;
|
|
1216
|
+
retainFocus: boolean;
|
|
1217
|
+
captureFocus: boolean;
|
|
1218
|
+
disableInitialFocus: boolean;
|
|
1201
1219
|
eager: boolean;
|
|
1202
1220
|
transition: string | boolean | {
|
|
1203
1221
|
component: {
|
|
@@ -1276,7 +1294,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1276
1294
|
scrim: string | boolean;
|
|
1277
1295
|
zIndex: string | number;
|
|
1278
1296
|
submenu: boolean;
|
|
1279
|
-
disableInitialFocus: boolean;
|
|
1280
1297
|
}> & Omit<{
|
|
1281
1298
|
theme?: string | undefined;
|
|
1282
1299
|
class?: any;
|
|
@@ -1310,6 +1327,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1310
1327
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
1311
1328
|
offset?: string | number | number[] | undefined;
|
|
1312
1329
|
stickToTarget: boolean;
|
|
1330
|
+
viewportMargin: string | number;
|
|
1313
1331
|
scrollStrategy: "close" | "block" | "none" | "reposition" | import('vuetify/lib/types.mjs').ScrollStrategyFunction;
|
|
1314
1332
|
height?: string | number | undefined;
|
|
1315
1333
|
maxHeight?: string | number | undefined;
|
|
@@ -1326,6 +1344,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1326
1344
|
openOnHover: boolean;
|
|
1327
1345
|
openOnFocus?: boolean | undefined;
|
|
1328
1346
|
closeOnContentClick: boolean;
|
|
1347
|
+
retainFocus: boolean;
|
|
1348
|
+
captureFocus: boolean;
|
|
1349
|
+
disableInitialFocus: boolean;
|
|
1329
1350
|
eager: boolean;
|
|
1330
1351
|
transition: string | boolean | {
|
|
1331
1352
|
component: {
|
|
@@ -1409,7 +1430,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1409
1430
|
zIndex: string | number;
|
|
1410
1431
|
id?: string | undefined;
|
|
1411
1432
|
submenu: boolean;
|
|
1412
|
-
disableInitialFocus: boolean;
|
|
1413
1433
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1414
1434
|
"v-slot:activator"?: false | ((arg: {
|
|
1415
1435
|
isActive: boolean;
|
|
@@ -1419,7 +1439,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1419
1439
|
"v-slot:default"?: false | ((arg: {
|
|
1420
1440
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
1421
1441
|
}) => import('vue').VNodeChild) | undefined;
|
|
1422
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "zIndex" | "closeDelay" | "openDelay" | "
|
|
1442
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "captureFocus" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "retainFocus" | "scrim" | "scrollStrategy" | "stickToTarget" | "viewportMargin" | "zIndex" | "closeDelay" | "openDelay" | "disableInitialFocus" | "submenu">) | undefined;
|
|
1423
1443
|
itemColor?: string | undefined;
|
|
1424
1444
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
1425
1445
|
search?: string | undefined;
|
|
@@ -3875,13 +3895,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3875
3895
|
tile: boolean;
|
|
3876
3896
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
3877
3897
|
variant: "flat" | "text" | "elevated" | "outlined" | "plain" | "tonal";
|
|
3898
|
+
itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
|
|
3899
|
+
returnObject: boolean;
|
|
3878
3900
|
activatable: boolean;
|
|
3879
3901
|
selectable: boolean;
|
|
3880
3902
|
selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
|
|
3881
3903
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
3882
3904
|
mandatory: boolean;
|
|
3883
|
-
|
|
3884
|
-
returnObject: boolean;
|
|
3905
|
+
itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
|
|
3885
3906
|
disabled: boolean;
|
|
3886
3907
|
filterable: boolean;
|
|
3887
3908
|
lines: false | "one" | "three" | "two";
|
|
@@ -3905,6 +3926,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3905
3926
|
minHeight?: string | number | undefined;
|
|
3906
3927
|
minWidth?: string | number | undefined;
|
|
3907
3928
|
width?: string | number | undefined;
|
|
3929
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3930
|
+
returnObject: boolean;
|
|
3931
|
+
valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
|
|
3908
3932
|
activatable: boolean;
|
|
3909
3933
|
selectable: boolean;
|
|
3910
3934
|
activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
|
|
@@ -3912,9 +3936,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3912
3936
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
3913
3937
|
activated?: any;
|
|
3914
3938
|
mandatory: boolean;
|
|
3915
|
-
|
|
3916
|
-
returnObject: boolean;
|
|
3917
|
-
valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
|
|
3939
|
+
itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
|
|
3918
3940
|
baseColor?: string | undefined;
|
|
3919
3941
|
activeColor?: string | undefined;
|
|
3920
3942
|
activeClass?: string | undefined;
|
|
@@ -3925,6 +3947,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3925
3947
|
collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3926
3948
|
lines: false | "one" | "three" | "two";
|
|
3927
3949
|
slim: boolean;
|
|
3950
|
+
prependGap?: string | number | undefined;
|
|
3951
|
+
indent?: string | number | undefined;
|
|
3928
3952
|
nav: boolean;
|
|
3929
3953
|
"onClick:activate"?: ((value: {
|
|
3930
3954
|
id: unknown;
|
|
@@ -3932,7 +3956,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3932
3956
|
path: unknown[];
|
|
3933
3957
|
}) => any) | undefined;
|
|
3934
3958
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
3935
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "
|
|
3959
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines"> & {
|
|
3936
3960
|
items?: readonly any[] | undefined;
|
|
3937
3961
|
itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
3938
3962
|
itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
@@ -4090,6 +4114,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4090
4114
|
location: import('vuetify/lib/types.mjs').Anchor | undefined;
|
|
4091
4115
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
4092
4116
|
stickToTarget: boolean;
|
|
4117
|
+
viewportMargin: string | number;
|
|
4093
4118
|
scrollStrategy: "close" | "block" | "none" | "reposition" | import('vuetify/lib/types.mjs').ScrollStrategyFunction;
|
|
4094
4119
|
closeDelay: string | number;
|
|
4095
4120
|
openDelay: string | number;
|
|
@@ -4098,6 +4123,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4098
4123
|
openOnHover: boolean;
|
|
4099
4124
|
openOnFocus: boolean;
|
|
4100
4125
|
closeOnContentClick: boolean;
|
|
4126
|
+
retainFocus: boolean;
|
|
4127
|
+
captureFocus: boolean;
|
|
4128
|
+
disableInitialFocus: boolean;
|
|
4101
4129
|
eager: boolean;
|
|
4102
4130
|
transition: string | boolean | {
|
|
4103
4131
|
component: {
|
|
@@ -4176,7 +4204,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4176
4204
|
scrim: string | boolean;
|
|
4177
4205
|
zIndex: string | number;
|
|
4178
4206
|
submenu: boolean;
|
|
4179
|
-
disableInitialFocus: boolean;
|
|
4180
4207
|
}> & Omit<{
|
|
4181
4208
|
theme?: string | undefined;
|
|
4182
4209
|
class?: any;
|
|
@@ -4210,6 +4237,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4210
4237
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
4211
4238
|
offset?: string | number | number[] | undefined;
|
|
4212
4239
|
stickToTarget: boolean;
|
|
4240
|
+
viewportMargin: string | number;
|
|
4213
4241
|
scrollStrategy: "close" | "block" | "none" | "reposition" | import('vuetify/lib/types.mjs').ScrollStrategyFunction;
|
|
4214
4242
|
height?: string | number | undefined;
|
|
4215
4243
|
maxHeight?: string | number | undefined;
|
|
@@ -4226,6 +4254,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4226
4254
|
openOnHover: boolean;
|
|
4227
4255
|
openOnFocus?: boolean | undefined;
|
|
4228
4256
|
closeOnContentClick: boolean;
|
|
4257
|
+
retainFocus: boolean;
|
|
4258
|
+
captureFocus: boolean;
|
|
4259
|
+
disableInitialFocus: boolean;
|
|
4229
4260
|
eager: boolean;
|
|
4230
4261
|
transition: string | boolean | {
|
|
4231
4262
|
component: {
|
|
@@ -4309,7 +4340,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4309
4340
|
zIndex: string | number;
|
|
4310
4341
|
id?: string | undefined;
|
|
4311
4342
|
submenu: boolean;
|
|
4312
|
-
disableInitialFocus: boolean;
|
|
4313
4343
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4314
4344
|
"v-slot:activator"?: false | ((arg: {
|
|
4315
4345
|
isActive: boolean;
|
|
@@ -4319,7 +4349,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4319
4349
|
"v-slot:default"?: false | ((arg: {
|
|
4320
4350
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
4321
4351
|
}) => import('vue').VNodeChild) | undefined;
|
|
4322
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "zIndex" | "closeDelay" | "openDelay" | "
|
|
4352
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "captureFocus" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "retainFocus" | "scrim" | "scrollStrategy" | "stickToTarget" | "viewportMargin" | "zIndex" | "closeDelay" | "openDelay" | "disableInitialFocus" | "submenu">) | undefined;
|
|
4323
4353
|
itemColor?: string | undefined;
|
|
4324
4354
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
4325
4355
|
search?: string | undefined;
|
|
@@ -6523,7 +6553,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6523
6553
|
"no-data": never;
|
|
6524
6554
|
}>) | null;
|
|
6525
6555
|
}, HTMLDivElement>, {
|
|
6526
|
-
labelInfo?(_: {
|
|
6556
|
+
labelInfo?(_: {
|
|
6557
|
+
class: string;
|
|
6558
|
+
}): any;
|
|
6527
6559
|
}>;
|
|
6528
6560
|
export default _default;
|
|
6529
6561
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
pdfDisplayTitle: {
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
@@ -60,7 +60,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
type: BooleanConstructor;
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
|
-
|
|
63
|
+
pdfDisplayTitle: {
|
|
64
64
|
type: StringConstructor;
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
@@ -84,7 +84,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
isOpen: boolean;
|
|
85
85
|
downloadBtnText: string;
|
|
86
86
|
foldable: boolean;
|
|
87
|
-
|
|
87
|
+
pdfDisplayTitle: string;
|
|
88
88
|
linkTitle: string;
|
|
89
89
|
previewHeight: number;
|
|
90
90
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|