@cnamts/synapse 1.0.16 → 1.0.17
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-DSwJUvBu.js → DateFilter-RHtdShO1.js} +1 -1
- package/dist/{NumberFilter-CwsbYyz4.js → NumberFilter-DXYz_b_w.js} +1 -1
- package/dist/{PeriodFilter-csnEZU30.js → PeriodFilter-CzphmrNu.js} +1 -1
- package/dist/{SelectFilter-Bd5fndzR.js → SelectFilter-a4fUV5Jp.js} +1 -1
- package/dist/{TextFilter-B6gxzq2a.js → TextFilter-CZ4LTKoq.js} +1 -1
- package/dist/components/Accordion/Accordion.d.ts +22 -7
- package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +31 -8
- package/dist/components/Amelipro/AmeliproPatientLogged/types.d.ts +2 -1
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabBtn/AmeliproTabBtn.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +14 -5
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +10 -1
- package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +6 -2
- package/dist/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.d.ts +9 -0
- package/dist/components/Amelipro/StructureMenu/StructureItem/types.d.ts +1 -0
- package/dist/components/Amelipro/StructureMenu/StructureMenu.d.ts +9 -0
- package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +23 -2
- package/dist/components/ChipList/locales.d.ts +1 -0
- package/dist/components/CookieBanner/CookieBanner.d.ts +2 -2
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +1 -1
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +4 -4
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +9 -11
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +7 -10
- package/dist/components/DatePicker/composables/index.d.ts +0 -1
- package/dist/components/DialogBox/DialogBox.d.ts +3 -3
- package/dist/components/DialogBox/config.d.ts +4 -0
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +10 -3
- package/dist/components/FilterSideBar/locales.d.ts +5 -0
- package/dist/components/HeaderBar/HeaderBar.d.ts +2 -0
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +14 -4
- package/dist/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +5 -1
- package/dist/components/MaintenancePage/MaintenancePage.d.ts +8 -1
- package/dist/components/NotFoundPage/NotFoundPage.d.ts +9 -2
- package/dist/components/NotificationBar/Notification/Notification.d.ts +30 -0
- package/dist/components/NotificationBar/NotificationBar.d.ts +32 -20
- package/dist/components/PeriodField/PeriodField.d.ts +16 -16
- package/dist/components/SubHeader/SubHeader.d.ts +11 -8
- package/dist/components/SyTextArea/SyTextArea.d.ts +2 -0
- package/dist/components/SyTextArea/locales.d.ts +1 -0
- package/dist/components/UserMenuBtn/UserMenuBtn.d.ts +2 -0
- package/dist/design-system-v3.js +1 -1
- package/dist/design-system-v3.umd.cjs +18 -18
- package/dist/directives/lockFocus.d.ts +1 -1
- package/dist/{main-DkZZpa3S.js → main-BXIMMzFS.js} +9368 -9157
- package/dist/style.css +1 -1
- package/package.json +11 -4
- package/src/components/Accordion/Accessibilite/AccessibilityGuide.mdx +70 -241
- package/src/components/Accordion/Accordion.mdx +6 -1
- package/src/components/Accordion/Accordion.stories.ts +88 -9
- package/src/components/Accordion/Accordion.vue +56 -24
- package/src/components/Accordion/tests/Accordion.a11y.spec.ts +46 -0
- package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +26 -30
- package/src/components/Accordion/tests/accordion.spec.ts +27 -26
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +62 -34
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +48 -15
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/AmeliproPatientLogged.spec.ts +4 -2
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +54 -4
- package/src/components/Amelipro/AmeliproPatientLogged/types.d.ts +2 -1
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.stories.ts +11 -5
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +8 -0
- package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +37 -1
- package/src/components/Amelipro/AmeliproSelect/__tests__/__snapshots__/AmeliproSelect.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.stories.ts +94 -0
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +6 -2
- package/src/components/Amelipro/AmeliproTabs/__tests__/AmeliproTabs.spec.ts +4 -0
- package/src/components/Amelipro/AmeliproTabs/__tests__/__snapshots__/AmeliproTabs.spec.ts.snap +4 -2
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +68 -0
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +110 -2
- package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +14 -2
- package/src/components/Amelipro/AmeliproTextField/__tests__/__snapshots__/AmeliproTextField.spec.ts.snap +2 -0
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.stories.ts +45 -0
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +6 -0
- package/src/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.vue +13 -0
- package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/StructureBtn.spec.ts +6 -0
- package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/__snapshots__/StructureBtn.spec.ts.snap +1 -1
- package/src/components/Amelipro/StructureMenu/StructureItem/StructureItem.vue +14 -2
- package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/__snapshots__/StructureItem.spec.ts.snap +22 -6
- package/src/components/Amelipro/StructureMenu/StructureItem/types.d.ts +1 -0
- package/src/components/Amelipro/StructureMenu/StructureMenu.stories.ts +93 -63
- package/src/components/Amelipro/StructureMenu/StructureMenu.vue +5 -0
- package/src/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.vue +22 -1
- package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/StructureTabs.spec.ts +4 -0
- package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/__snapshots__/StructureTabs.spec.ts.snap +2 -0
- package/src/components/Amelipro/StructureMenu/__tests__/StructureMenu.spec.ts +12 -6
- package/src/components/BackBtn/tests/BackBtn.a11y.spec.ts +20 -0
- package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +9 -0
- package/src/components/BackToTopBtn/tests/BackToTopBtn.a11y.spec.ts +37 -0
- package/src/components/Captcha/tests/Captcha.a11y.spec.ts +49 -0
- package/src/components/ChipList/ChipList.stories.ts +15 -0
- package/src/components/ChipList/ChipList.vue +20 -17
- package/src/components/ChipList/locales.ts +1 -0
- package/src/components/ChipList/tests/ChipList.a11y.spec.ts +40 -0
- package/src/components/CollapsibleList/Accessibilite.mdx +67 -11
- package/src/components/CollapsibleList/tests/CollapsibleList.a11y.spec.ts +38 -0
- package/src/components/ContextualMenu/ContextualMenu.stories.ts +3 -0
- package/src/components/ContextualMenu/tests/ContextualMenu.a11y.spec.ts +30 -0
- package/src/components/CookieBanner/CookieBanner.stories.ts +15 -0
- package/src/components/CookieBanner/CookieBanner.vue +0 -1
- package/src/components/CookieBanner/tests/CookieBanner.a11y.spec.ts +29 -0
- package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.a11y.spec.ts +46 -0
- package/src/components/CookiesSelection/CookiesTable/tests/CookiesTable.a11y.spec.ts +37 -0
- package/src/components/CookiesSelection/tests/CookiesSelection.a11y.spec.ts +58 -0
- package/src/components/CopyBtn/CopyBtn.stories.ts +21 -0
- package/src/components/CopyBtn/tests/CopyBtn.a11y.spec.ts +40 -0
- package/src/components/Customs/Selects/SyBtnSelect/SyBtnSelect.stories.ts +30 -0
- package/src/components/Customs/Selects/SyBtnSelect/SyBtnSelect.vue +1 -0
- package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +27 -0
- package/src/components/Customs/Selects/SySelect/tests/SySelect.a11y.spec.ts +40 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +7 -3
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +20 -2
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +26 -0
- package/src/components/Customs/SyForm/SyForm.a11y.spec.ts +33 -0
- package/src/components/Customs/SyIcon/SyIcon.a11y.spec.ts +37 -0
- package/src/components/Customs/SyIcon/SyIcon.stories.ts +5 -0
- package/src/components/Customs/SyPagination/tests/SyPagination.a11y.spec.ts +27 -0
- package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.a11y.spec.ts +30 -0
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +33 -0
- package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +51 -0
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +3 -0
- package/src/components/Customs/SyTextField/SyTextField.vue +13 -11
- package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +27 -0
- package/src/components/DataList/tests/DataList.a11y.spec.ts +35 -0
- package/src/components/DataListGroup/tests/DataListGroup.a11y.spec.ts +24 -0
- package/src/components/DataListItem/tests/DataListItem.a11y.spec.ts +31 -0
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +45 -0
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +76 -30
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +27 -0
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +54 -0
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +79 -23
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.a11y.spec.ts +26 -0
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +12 -0
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +0 -8
- package/src/components/DatePicker/DateTextInput/tests/DateTextInput.a11y.spec.ts +27 -0
- package/src/components/DatePicker/composables/index.ts +0 -1
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +0 -1
- package/src/components/DiacriticPicker/tests/DiacriticPicker.a11y.spec.ts +46 -0
- package/src/components/DialogBox/DialogBox.stories.ts +5 -2
- package/src/components/DialogBox/DialogBox.vue +5 -0
- package/src/components/DialogBox/config.ts +5 -0
- package/src/components/DialogBox/tests/DialogBox.a11y.spec.ts +43 -0
- package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +26 -0
- package/src/components/ErrorPage/ErrorPage.stories.ts +60 -0
- package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +29 -0
- package/src/components/ExternalLinks/ExternalLinks.stories.ts +21 -0
- package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +39 -0
- package/src/components/FileList/FileList.stories.ts +3 -0
- package/src/components/FileList/tests/FileList.a11y.spec.ts +41 -0
- package/src/components/FilePreview/FilePreview.stories.ts +3 -0
- package/src/components/FilePreview/tests/FilePreview.a11y.spec.ts +47 -0
- package/src/components/FileUpload/tests/FileUpload.a11y.spec.ts +25 -0
- package/src/components/FilterInline/FilterInline.stories.ts +15 -0
- package/src/components/FilterInline/FilterInline.vue +8 -4
- package/src/components/FilterInline/tests/FilterInline.a11y.spec.ts +36 -0
- package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +0 -3
- package/src/components/FilterSideBar/Accessibilite.stories.ts +4 -0
- package/src/components/FilterSideBar/FilterSideBar.stories.ts +33 -11
- package/src/components/FilterSideBar/FilterSideBar.vue +146 -83
- package/src/components/FilterSideBar/locales.ts +6 -0
- package/src/components/FilterSideBar/tests/FilterSideBar.a11y.spec.ts +59 -0
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +2 -2
- package/src/components/FooterBar/Accessibilite.mdx +67 -11
- package/src/components/FooterBar/FooterBar.vue +1 -1
- package/src/components/FooterBar/config.ts +2 -2
- package/src/components/FooterBar/tests/FooterBar.a11y.spec.ts +31 -0
- package/src/components/FooterBar/tests/FooterBarConfig.spec.ts +1 -1
- package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +1 -1
- package/src/components/FranceConnectBtn/tests/FranceConnectBtn.a11y.spec.ts +25 -0
- package/src/components/HeaderBar/HeaderBar.stories.ts +21 -0
- package/src/components/HeaderBar/HeaderBar.vue +47 -40
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.stories.ts +12 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.stories.ts +3 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +4 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/menu.scss +17 -7
- package/src/components/HeaderBar/consts.scss +0 -1
- package/src/components/HeaderBar/tests/HeaderBar.a11y.spec.ts +33 -0
- package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +58 -57
- package/src/components/HeaderLoading/tests/HeaderLoading.a11y.spec.ts +25 -0
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.stories.ts +42 -0
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +4 -0
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +6 -2
- package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.a11y.spec.ts +45 -0
- package/src/components/HeaderToolbar/HeaderToolbar.stories.ts +6 -0
- package/src/components/HeaderToolbar/HeaderToolbar.vue +0 -3
- package/src/components/HeaderToolbar/tests/HeaderToolbar.a11y.spec.ts +25 -0
- package/src/components/LangBtn/LangBtn.stories.ts +12 -0
- package/src/components/LangBtn/tests/LangBtn.a11y.spec.ts +25 -0
- package/src/components/Logo/tests/Logo.a11y.spec.ts +20 -0
- package/src/components/LogoBrandSection/tests/LogoBrandSection.a11y.spec.ts +38 -0
- package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +31 -0
- package/src/components/MaintenancePage/MaintenancePage.stories.ts +46 -0
- package/src/components/MaintenancePage/MaintenancePage.vue +7 -5
- package/src/components/MaintenancePage/tests/MaintenancePage.a11y.spec.ts +21 -0
- package/src/components/NirField/NirField.stories.ts +6 -0
- package/src/components/NirField/tests/NirField.a11y.spec.ts +32 -0
- package/src/components/NotFoundPage/NotFoundPage.stories.ts +56 -0
- package/src/components/NotFoundPage/NotFoundPage.vue +7 -5
- package/src/components/NotFoundPage/tests/NotFoundPage.a11y.spec.ts +31 -0
- package/src/components/NotificationBar/Notification/Notification.vue +203 -0
- package/src/components/NotificationBar/NotificationBar.stories.ts +151 -140
- package/src/components/NotificationBar/NotificationBar.vue +148 -202
- package/src/components/NotificationBar/config.ts +1 -1
- package/src/components/NotificationBar/tests/NotificationBar.a11y.spec.ts +66 -0
- package/src/components/NotificationBar/tests/NotificationBar.spec.ts +173 -177
- package/src/components/NotificationBar/tests/__snapshots__/NotificationBar.spec.ts.snap +67 -29
- package/src/components/PageContainer/tests/PageContainer.a11y.spec.ts +27 -0
- package/src/components/PaginatedTable/PaginatedTable.stories.ts +6 -0
- package/src/components/PaginatedTable/PaginatedTable.vue +48 -1
- package/src/components/PaginatedTable/tests/PaginatedTable.a11y.spec.ts +43 -0
- package/src/components/PasswordField/PasswordField.stories.ts +39 -0
- package/src/components/PasswordField/tests/PasswordField.a11y.spec.ts +26 -0
- package/src/components/PeriodField/tests/PeriodField.a11y.spec.ts +31 -0
- package/src/components/PhoneField/PhoneField.stories.ts +51 -0
- package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +34 -0
- package/src/components/RangeField/tests/RangeField.a11y.spec.ts +32 -0
- package/src/components/RatingPicker/RatingPicker.stories.ts +21 -0
- package/src/components/SkipLink/Accessibilite.mdx +59 -13
- package/src/components/SkipLink/SkipLink.stories.ts +41 -8
- package/src/components/SubHeader/SubHeader.stories.ts +178 -92
- package/src/components/SubHeader/SubHeader.vue +84 -71
- package/src/components/SubHeader/config.ts +1 -1
- package/src/components/SyAlert/SyAlert.vue +1 -1
- package/src/components/SyTextArea/SyTextArea.stories.ts +40 -0
- package/src/components/SyTextArea/SyTextArea.vue +13 -0
- package/src/components/SyTextArea/locales.ts +1 -0
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +42 -0
- package/src/components/TableToolbar/TableToolbar.stories.ts +3 -0
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +70 -1
- package/src/components/Tables/SyTable/FilterRules.stories.ts +12 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +69 -0
- package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +31 -1
- package/src/components/UserMenuBtn/UserMenuBtn.vue +2 -1
- package/src/components/UserMenuBtn/tests/UserMenuBtn.a11y.spec.ts +31 -0
- package/src/directives/lockFocus.ts +12 -2
- package/src/stories/GuideDuDev/ClassesUtilitaires/DataUtilities.mdx +6 -6
- package/src/stories/GuideDuDev/ClassesUtilitaires/DomBrowserUtilities.mdx +52 -59
- package/src/stories/GuideDuDev/ClassesUtilitaires/FormattingUtilities.mdx +9 -9
- package/src/stories/GuideDuDev/ClassesUtilitaires/StorageUtilities.mdx +2 -2
- package/src/stories/GuideDuDev/ClassesUtilitaires/ValidationRules.mdx +3 -3
- package/src/stories/GuideDuDev/ClassesUtilitaires/ValidationUtilities.mdx +11 -11
- package/src/stories/GuideDuDev/ClassesUtilitaires/index.mdx +15 -15
- package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +1 -1
- package/src/stories/GuideDuDev/moduleDeNotification.mdx +1 -1
- package/src/stories/accessibility/AccessibilityGuideLayout.mdx +87 -0
- package/src/stories/styles/accessibility-guide.css +153 -0
- package/dist/components/DatePicker/composables/useIconState.d.ts +0 -17
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +0 -162
- package/src/components/DatePicker/composables/tests/useIconState.spec.ts +0 -130
- package/src/components/DatePicker/composables/useIconState.ts +0 -53
- package/src/components/Usages/tests/Usages.spec.ts +0 -155
|
@@ -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-BXIMMzFS.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-BXIMMzFS.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-BXIMMzFS.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-BXIMMzFS.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-BXIMMzFS.js";
|
|
3
3
|
const S = { class: "text-filter-container" }, B = /* @__PURE__ */ C({
|
|
4
4
|
__name: "TextFilter",
|
|
5
5
|
props: {
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { CustomizableOptions } from '../../composables/useCustomizableOptions';
|
|
2
|
-
interface ContentObject {
|
|
3
|
-
title: string;
|
|
4
|
-
content: string;
|
|
5
|
-
}
|
|
6
2
|
interface AccordionItem {
|
|
7
3
|
id: string;
|
|
8
4
|
title: string;
|
|
9
|
-
content: string |
|
|
5
|
+
content: string | Record<string, unknown>;
|
|
10
6
|
headingLevel?: number;
|
|
11
7
|
disabled?: boolean;
|
|
12
8
|
}
|
|
@@ -24,7 +20,7 @@ export interface AccordionProps extends CustomizableOptions {
|
|
|
24
20
|
};
|
|
25
21
|
};
|
|
26
22
|
}
|
|
27
|
-
declare const _default: import('vue').DefineComponent<AccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionProps> & Readonly<{}>, {
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<AccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionProps> & Readonly<{}>, {
|
|
28
24
|
headingLevel: number;
|
|
29
25
|
vuetifyOptions: {
|
|
30
26
|
accordion?: {
|
|
@@ -36,5 +32,24 @@ declare const _default: import('vue').DefineComponent<AccordionProps, {}, {}, {}
|
|
|
36
32
|
} | undefined;
|
|
37
33
|
};
|
|
38
34
|
groupId: string;
|
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
36
|
+
title?(_: {
|
|
37
|
+
item: AccordionItem;
|
|
38
|
+
index: number;
|
|
39
|
+
}): any;
|
|
40
|
+
'right-content'?(_: {
|
|
41
|
+
item: AccordionItem;
|
|
42
|
+
index: number;
|
|
43
|
+
}): any;
|
|
44
|
+
content?(_: {
|
|
45
|
+
item: AccordionItem;
|
|
46
|
+
index: number;
|
|
47
|
+
isOpen: boolean;
|
|
48
|
+
}): any;
|
|
49
|
+
}>;
|
|
40
50
|
export default _default;
|
|
51
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
52
|
+
new (): {
|
|
53
|
+
$slots: S;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
@@ -2,7 +2,11 @@ import { IPatientInfoLabels, IPatientInfos } from './types';
|
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { SelectItem } from '../AmeliproSelect/types';
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
|
|
5
|
+
btnPostalAddress: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
btnPrevention: {
|
|
6
10
|
type: BooleanConstructor;
|
|
7
11
|
default: boolean;
|
|
8
12
|
};
|
|
@@ -34,7 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
34
38
|
firstName: string;
|
|
35
39
|
fund: string;
|
|
36
40
|
fundDialogTitle: string;
|
|
37
|
-
|
|
41
|
+
postalAddress: string;
|
|
42
|
+
prevention: string;
|
|
38
43
|
mtm: string;
|
|
39
44
|
name: string;
|
|
40
45
|
nir: string;
|
|
@@ -63,11 +68,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
63
68
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
64
69
|
click: (...args: any[]) => void;
|
|
65
70
|
"update:model-value": (...args: any[]) => void;
|
|
66
|
-
"click:
|
|
71
|
+
"click:patient-change": (...args: any[]) => void;
|
|
67
72
|
"click:info": (...args: any[]) => void;
|
|
73
|
+
"click:postal-address": (...args: any[]) => void;
|
|
74
|
+
"click:prevention": (...args: any[]) => void;
|
|
68
75
|
"click:pdf": (...args: any[]) => void;
|
|
76
|
+
"click:fund-dialog": (...args: any[]) => void;
|
|
77
|
+
"click:doctor-dialog": (...args: any[]) => void;
|
|
78
|
+
"click:copy": (...args: any[]) => void;
|
|
79
|
+
"click:beneficiary-change": (...args: any[]) => void;
|
|
69
80
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
-
|
|
81
|
+
btnPostalAddress: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
btnPrevention: {
|
|
71
86
|
type: BooleanConstructor;
|
|
72
87
|
default: boolean;
|
|
73
88
|
};
|
|
@@ -99,7 +114,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
99
114
|
firstName: string;
|
|
100
115
|
fund: string;
|
|
101
116
|
fundDialogTitle: string;
|
|
102
|
-
|
|
117
|
+
postalAddress: string;
|
|
118
|
+
prevention: string;
|
|
103
119
|
mtm: string;
|
|
104
120
|
name: string;
|
|
105
121
|
nir: string;
|
|
@@ -128,14 +144,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
128
144
|
}>> & Readonly<{
|
|
129
145
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
130
146
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
131
|
-
"onClick:
|
|
147
|
+
"onClick:patient-change"?: ((...args: any[]) => any) | undefined;
|
|
132
148
|
"onClick:info"?: ((...args: any[]) => any) | undefined;
|
|
149
|
+
"onClick:postal-address"?: ((...args: any[]) => any) | undefined;
|
|
150
|
+
"onClick:prevention"?: ((...args: any[]) => any) | undefined;
|
|
133
151
|
"onClick:pdf"?: ((...args: any[]) => any) | undefined;
|
|
152
|
+
"onClick:fund-dialog"?: ((...args: any[]) => any) | undefined;
|
|
153
|
+
"onClick:doctor-dialog"?: ((...args: any[]) => any) | undefined;
|
|
154
|
+
"onClick:copy"?: ((...args: any[]) => any) | undefined;
|
|
155
|
+
"onClick:beneficiary-change"?: ((...args: any[]) => any) | undefined;
|
|
134
156
|
}>, {
|
|
135
157
|
modelValue: string | number | SelectItem;
|
|
136
158
|
labels: IPatientInfoLabels;
|
|
137
159
|
errorMessage: boolean;
|
|
138
|
-
|
|
160
|
+
btnPostalAddress: boolean;
|
|
161
|
+
btnPrevention: boolean;
|
|
139
162
|
doctorTooltipRed: boolean;
|
|
140
163
|
isRestrictedData: boolean;
|
|
141
164
|
noPdfBtn: boolean;
|
|
@@ -147,7 +170,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
147
170
|
doctorDialogFooter?(_: {}): any;
|
|
148
171
|
exemptionDialog?(_: {}): any;
|
|
149
172
|
default?(_: {}): any;
|
|
150
|
-
|
|
173
|
+
postalAdress?(_: {}): any;
|
|
151
174
|
message?(_: {}): any;
|
|
152
175
|
}>;
|
|
153
176
|
export default _default;
|
|
@@ -63,8 +63,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
63
63
|
}>, {
|
|
64
64
|
disabled: boolean;
|
|
65
65
|
selected: boolean;
|
|
66
|
-
pills: boolean;
|
|
67
66
|
notification: number;
|
|
67
|
+
pills: boolean;
|
|
68
68
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>, {
|
|
69
69
|
default?(_: {}): any;
|
|
70
70
|
}>;
|
|
@@ -26,6 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
+
onSameLine: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
29
33
|
uniqueId: {
|
|
30
34
|
type: StringConstructor;
|
|
31
35
|
required: true;
|
|
@@ -61,6 +65,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
61
65
|
type: BooleanConstructor;
|
|
62
66
|
default: boolean;
|
|
63
67
|
};
|
|
68
|
+
onSameLine: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
64
72
|
uniqueId: {
|
|
65
73
|
type: StringConstructor;
|
|
66
74
|
required: true;
|
|
@@ -79,6 +87,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
79
87
|
pills: boolean;
|
|
80
88
|
btnGroupClasses: string;
|
|
81
89
|
noTabDefaultStyle: boolean;
|
|
90
|
+
onSameLine: boolean;
|
|
82
91
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
83
92
|
ameliproTabsBtns: (({
|
|
84
93
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -86,8 +95,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
86
95
|
$props: Partial<{
|
|
87
96
|
disabled: boolean;
|
|
88
97
|
selected: boolean;
|
|
89
|
-
pills: boolean;
|
|
90
98
|
notification: number;
|
|
99
|
+
pills: boolean;
|
|
91
100
|
}> & Omit<{
|
|
92
101
|
readonly tabindex: number;
|
|
93
102
|
readonly disabled: boolean;
|
|
@@ -97,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
97
106
|
readonly controls: string;
|
|
98
107
|
readonly notification?: number | undefined;
|
|
99
108
|
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
100
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "selected" | "
|
|
109
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "selected" | "notification" | "pills">;
|
|
101
110
|
$attrs: {
|
|
102
111
|
[x: string]: unknown;
|
|
103
112
|
};
|
|
@@ -148,8 +157,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
148
157
|
}, string, {
|
|
149
158
|
disabled: boolean;
|
|
150
159
|
selected: boolean;
|
|
151
|
-
pills: boolean;
|
|
152
160
|
notification: number;
|
|
161
|
+
pills: boolean;
|
|
153
162
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
154
163
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
155
164
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -173,8 +182,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
173
182
|
} & Readonly<{
|
|
174
183
|
disabled: boolean;
|
|
175
184
|
selected: boolean;
|
|
176
|
-
pills: boolean;
|
|
177
185
|
notification: number;
|
|
186
|
+
pills: boolean;
|
|
178
187
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
179
188
|
controls: {
|
|
180
189
|
type: StringConstructor;
|
|
@@ -206,7 +215,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
206
215
|
};
|
|
207
216
|
}>> & Readonly<{
|
|
208
217
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
209
|
-
}>, "disabled" | "selected" | "
|
|
218
|
+
}>, "disabled" | "selected" | "notification" | "pills"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
210
219
|
$slots: {
|
|
211
220
|
default?(_: {}): any;
|
|
212
221
|
};
|
|
@@ -58,6 +58,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
default: undefined;
|
|
60
60
|
};
|
|
61
|
+
isValidationList: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
61
65
|
label: {
|
|
62
66
|
type: StringConstructor;
|
|
63
67
|
required: true;
|
|
@@ -177,6 +181,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
177
181
|
type: StringConstructor;
|
|
178
182
|
default: undefined;
|
|
179
183
|
};
|
|
184
|
+
isValidationList: {
|
|
185
|
+
type: BooleanConstructor;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
180
188
|
label: {
|
|
181
189
|
type: StringConstructor;
|
|
182
190
|
required: true;
|
|
@@ -262,6 +270,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
262
270
|
labelMaxWidth: string;
|
|
263
271
|
labelMinWidth: string;
|
|
264
272
|
disabledDateForSafari: boolean;
|
|
273
|
+
isValidationList: boolean;
|
|
265
274
|
maxNumber: string;
|
|
266
275
|
minNumber: string;
|
|
267
276
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -1669,7 +1678,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1669
1678
|
persistentPlaceholder: boolean;
|
|
1670
1679
|
persistentCounter: boolean;
|
|
1671
1680
|
}> | null;
|
|
1672
|
-
},
|
|
1681
|
+
}, any>, {
|
|
1673
1682
|
labelInfo?(_: {
|
|
1674
1683
|
class: string;
|
|
1675
1684
|
}): any;
|
|
@@ -43,7 +43,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
43
43
|
type: StringConstructor;
|
|
44
44
|
required: true;
|
|
45
45
|
};
|
|
46
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
47
|
+
click: (...args: any[]) => void;
|
|
48
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
47
49
|
btnLabel: {
|
|
48
50
|
type: StringConstructor;
|
|
49
51
|
default: string;
|
|
@@ -88,7 +90,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
88
90
|
type: StringConstructor;
|
|
89
91
|
required: true;
|
|
90
92
|
};
|
|
91
|
-
}>> & Readonly<{
|
|
93
|
+
}>> & Readonly<{
|
|
94
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}>, {
|
|
92
96
|
iconColor: string;
|
|
93
97
|
btnLabel: string;
|
|
94
98
|
iconBgColor: string;
|
|
@@ -3,6 +3,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
selected: {
|
|
7
11
|
type: BooleanConstructor;
|
|
8
12
|
default: boolean;
|
|
@@ -22,6 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
22
26
|
type: StringConstructor;
|
|
23
27
|
required: true;
|
|
24
28
|
};
|
|
29
|
+
disabled: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
25
33
|
selected: {
|
|
26
34
|
type: BooleanConstructor;
|
|
27
35
|
default: boolean;
|
|
@@ -37,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
37
45
|
}>> & Readonly<{
|
|
38
46
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
39
47
|
}>, {
|
|
48
|
+
disabled: boolean;
|
|
40
49
|
selected: boolean;
|
|
41
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
42
51
|
default?(_: {}): any;
|
|
@@ -2,6 +2,10 @@ import { StructureTab } from './StructureTabs/types';
|
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { IStructureMenuValue } from './types';
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
hasStructureAccess: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
5
9
|
maxStructuresLoadedDefault: {
|
|
6
10
|
type: NumberConstructor;
|
|
7
11
|
default: number;
|
|
@@ -46,6 +50,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
46
50
|
"update:model-value": (...args: any[]) => void;
|
|
47
51
|
validate: (...args: any[]) => void;
|
|
48
52
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
hasStructureAccess: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
49
57
|
maxStructuresLoadedDefault: {
|
|
50
58
|
type: NumberConstructor;
|
|
51
59
|
default: number;
|
|
@@ -92,6 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
92
100
|
}>, {
|
|
93
101
|
modelValue: IStructureMenuValue;
|
|
94
102
|
maxStructuresLoadedDefault: number;
|
|
103
|
+
hasStructureAccess: boolean;
|
|
95
104
|
structuresTabs: StructureTab[];
|
|
96
105
|
switchValue: string;
|
|
97
106
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
@@ -9,6 +9,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
9
9
|
type: StringConstructor;
|
|
10
10
|
default: undefined;
|
|
11
11
|
};
|
|
12
|
+
hasStructureAccess: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
maxStructuresLoadedDefault: {
|
|
13
17
|
type: NumberConstructor;
|
|
14
18
|
default: number;
|
|
@@ -40,6 +44,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
40
44
|
type: StringConstructor;
|
|
41
45
|
default: undefined;
|
|
42
46
|
};
|
|
47
|
+
hasStructureAccess: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
43
51
|
maxStructuresLoadedDefault: {
|
|
44
52
|
type: NumberConstructor;
|
|
45
53
|
default: number;
|
|
@@ -68,20 +76,23 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
68
76
|
tabs: StructureTab[];
|
|
69
77
|
ariaLabelledby: string;
|
|
70
78
|
maxStructuresLoadedDefault: number;
|
|
79
|
+
hasStructureAccess: boolean;
|
|
71
80
|
searchBar: boolean;
|
|
72
81
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
73
82
|
structureBtns: (({
|
|
74
83
|
$: import('vue').ComponentInternalInstance;
|
|
75
84
|
$data: {};
|
|
76
85
|
$props: Partial<{
|
|
86
|
+
disabled: boolean;
|
|
77
87
|
selected: boolean;
|
|
78
88
|
}> & Omit<{
|
|
79
89
|
readonly tabindex: number;
|
|
90
|
+
readonly disabled: boolean;
|
|
80
91
|
readonly selected: boolean;
|
|
81
92
|
readonly uniqueId: string;
|
|
82
93
|
readonly controls: string;
|
|
83
94
|
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "selected">;
|
|
95
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "selected">;
|
|
85
96
|
$attrs: {
|
|
86
97
|
[x: string]: unknown;
|
|
87
98
|
};
|
|
@@ -101,6 +112,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
101
112
|
type: StringConstructor;
|
|
102
113
|
required: true;
|
|
103
114
|
};
|
|
115
|
+
disabled: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
104
119
|
selected: {
|
|
105
120
|
type: BooleanConstructor;
|
|
106
121
|
default: boolean;
|
|
@@ -118,6 +133,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
118
133
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
119
134
|
click: (...args: any[]) => void;
|
|
120
135
|
}, string, {
|
|
136
|
+
disabled: boolean;
|
|
121
137
|
selected: boolean;
|
|
122
138
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
123
139
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -140,12 +156,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
140
156
|
$nextTick: typeof nextTick;
|
|
141
157
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
142
158
|
} & Readonly<{
|
|
159
|
+
disabled: boolean;
|
|
143
160
|
selected: boolean;
|
|
144
161
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
145
162
|
controls: {
|
|
146
163
|
type: StringConstructor;
|
|
147
164
|
required: true;
|
|
148
165
|
};
|
|
166
|
+
disabled: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
149
170
|
selected: {
|
|
150
171
|
type: BooleanConstructor;
|
|
151
172
|
default: boolean;
|
|
@@ -160,7 +181,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
160
181
|
};
|
|
161
182
|
}>> & Readonly<{
|
|
162
183
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
163
|
-
}>, "selected"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
184
|
+
}>, "disabled" | "selected"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
164
185
|
$slots: {
|
|
165
186
|
default?(_: {}): any;
|
|
166
187
|
};
|
|
@@ -5,4 +5,5 @@ export declare const locales: {
|
|
|
5
5
|
readonly showMoreFilters: "Afficher {count} filtres supplémentaires";
|
|
6
6
|
readonly hideExtraFilters: "Réduire";
|
|
7
7
|
readonly overflowAriaLabel: "Afficher {count} filtres supplémentaires : {items}";
|
|
8
|
+
readonly item: (item: string) => string;
|
|
8
9
|
};
|
|
@@ -263,8 +263,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
263
263
|
to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
|
|
264
264
|
icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
265
265
|
href?: string | undefined;
|
|
266
|
-
elevation?: string | number | undefined;
|
|
267
|
-
|
|
266
|
+
elevation?: string | number | undefined; /** @type { [typeof __VLS_components.VBtn, typeof __VLS_components.VBtn, ] } */
|
|
267
|
+
rounded?: string | number | boolean | undefined;
|
|
268
268
|
baseColor?: string | undefined;
|
|
269
269
|
selectedClass?: string | undefined;
|
|
270
270
|
activeColor?: string | undefined;
|
|
@@ -571,7 +571,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
571
571
|
disabled: boolean;
|
|
572
572
|
focused: boolean;
|
|
573
573
|
tile: boolean;
|
|
574
|
-
|
|
574
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
575
575
|
glow: boolean;
|
|
576
576
|
clearable: boolean;
|
|
577
577
|
dirty: boolean;
|
|
@@ -1250,7 +1250,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1250
1250
|
validationValue?: any;
|
|
1251
1251
|
baseColor?: string | undefined;
|
|
1252
1252
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1253
|
-
|
|
1253
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1254
1254
|
iconColor?: string | boolean | undefined;
|
|
1255
1255
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1256
1256
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3378,7 +3378,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3378
3378
|
validationValue?: any;
|
|
3379
3379
|
baseColor?: string | undefined;
|
|
3380
3380
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3381
|
-
|
|
3381
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3382
3382
|
iconColor?: string | boolean | undefined;
|
|
3383
3383
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3384
3384
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5369,7 +5369,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5369
5369
|
validationValue?: any;
|
|
5370
5370
|
baseColor?: string | undefined;
|
|
5371
5371
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
5372
|
-
|
|
5372
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
5373
5373
|
iconColor?: string | boolean | undefined;
|
|
5374
5374
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
5375
5375
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -7817,7 +7817,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7817
7817
|
validationValue?: any;
|
|
7818
7818
|
baseColor?: string | undefined;
|
|
7819
7819
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
7820
|
-
|
|
7820
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
7821
7821
|
iconColor?: string | boolean | undefined;
|
|
7822
7822
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
7823
7823
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -449,9 +449,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
449
449
|
error: boolean;
|
|
450
450
|
direction: "vertical" | "horizontal";
|
|
451
451
|
style: import('vue').StyleValue;
|
|
452
|
-
/**
|
|
453
|
-
* Calendar current month / year
|
|
454
|
-
*/
|
|
455
452
|
disabled: boolean | null;
|
|
456
453
|
readonly: boolean | null;
|
|
457
454
|
messages: string | readonly string[];
|
|
@@ -469,6 +466,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
469
466
|
width?: string | number | undefined;
|
|
470
467
|
color?: string | undefined;
|
|
471
468
|
maxWidth?: string | number | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* Calendar current month / year
|
|
471
|
+
*/
|
|
472
472
|
minWidth?: string | number | undefined;
|
|
473
473
|
label?: string | undefined;
|
|
474
474
|
class?: any;
|
|
@@ -1179,7 +1179,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1179
1179
|
error: boolean;
|
|
1180
1180
|
direction: "vertical" | "horizontal";
|
|
1181
1181
|
style: import('vue').StyleValue;
|
|
1182
|
-
disabled: boolean | null;
|
|
1182
|
+
disabled: boolean | null; /** @type { typeof __VLS_ctx.dateCalendarTextInputRef } */
|
|
1183
1183
|
readonly: boolean | null;
|
|
1184
1184
|
messages: string | readonly string[];
|
|
1185
1185
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
@@ -2443,9 +2443,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2443
2443
|
error: boolean;
|
|
2444
2444
|
direction: "vertical" | "horizontal";
|
|
2445
2445
|
style: import('vue').StyleValue;
|
|
2446
|
-
/**
|
|
2447
|
-
* Calendar current month / year
|
|
2448
|
-
*/
|
|
2449
2446
|
disabled: boolean | null;
|
|
2450
2447
|
readonly: boolean | null;
|
|
2451
2448
|
messages: string | readonly string[];
|
|
@@ -2463,6 +2460,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2463
2460
|
width?: string | number | undefined;
|
|
2464
2461
|
color?: string | undefined;
|
|
2465
2462
|
maxWidth?: string | number | undefined;
|
|
2463
|
+
/**
|
|
2464
|
+
* Calendar current month / year
|
|
2465
|
+
*/
|
|
2466
2466
|
minWidth?: string | number | undefined;
|
|
2467
2467
|
label?: string | undefined;
|
|
2468
2468
|
class?: any;
|
|
@@ -3173,7 +3173,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3173
3173
|
error: boolean;
|
|
3174
3174
|
direction: "vertical" | "horizontal";
|
|
3175
3175
|
style: import('vue').StyleValue;
|
|
3176
|
-
disabled: boolean | null;
|
|
3176
|
+
disabled: boolean | null; /** @type { typeof __VLS_ctx.dateCalendarTextInputRef } */
|
|
3177
3177
|
readonly: boolean | null;
|
|
3178
3178
|
messages: string | readonly string[];
|
|
3179
3179
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
@@ -4283,9 +4283,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4283
4283
|
header: string;
|
|
4284
4284
|
style: import('vue').StyleValue;
|
|
4285
4285
|
title: string;
|
|
4286
|
-
disabled: boolean;
|
|
4287
|
-
* Icon state
|
|
4288
|
-
*/
|
|
4286
|
+
disabled: boolean;
|
|
4289
4287
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
4290
4288
|
landscape: boolean;
|
|
4291
4289
|
tile: boolean;
|