@cnamts/synapse 1.0.3 → 1.0.4
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-yrwJv_2R.js +95 -0
- package/dist/NumberFilter-BQXtywZI.js +117 -0
- package/dist/PeriodFilter-BYXVSzr5.js +108 -0
- package/dist/SelectFilter-CJV_mlN3.js +133 -0
- package/dist/TextFilter-DN0ejYIs.js +110 -0
- package/dist/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +7 -7
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +10 -10
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
- package/dist/components/CookieBanner/CookieBanner.d.ts +302 -1
- package/dist/components/CookieBanner/config.d.ts +1 -0
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +1188 -1
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +217 -0
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +1 -1
- package/dist/components/DataList/DataList.d.ts +1 -1
- package/dist/components/DataListItem/DataListItem.d.ts +1 -1
- package/dist/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.d.ts +15 -15
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +13 -13
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +4 -4
- package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -2
- package/dist/components/DatePicker/composables/useDatePickerVisibility.d.ts +2 -2
- package/dist/components/DatePicker/composables/useDateSelection.d.ts +1 -1
- package/dist/components/DatePicker/composables/useMonthButtonCustomization.d.ts +2 -2
- package/dist/components/DatePicker/composables/useTodayButton.d.ts +1 -1
- package/dist/components/DatePicker/composables/useWeekendDays.d.ts +1 -1
- package/dist/components/DatePicker/constants/messages.d.ts +1 -1
- package/dist/components/DatePicker/types.d.ts +2 -2
- package/dist/components/ExternalLinks/ExternalLinks.d.ts +3 -3
- package/dist/components/ExternalLinks/config.d.ts +4 -3
- package/dist/components/ExternalLinks/locales.d.ts +1 -0
- package/dist/components/NirField/NirField.d.ts +11 -11
- package/dist/components/PasswordField/PasswordField.d.ts +1 -1
- package/dist/components/PeriodField/PeriodField.d.ts +24 -24
- package/dist/components/Tables/common/locales.d.ts +5 -0
- package/dist/components/Tables/common/useTableAria.d.ts +21 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/composables/date/useDatePickerAccessibility.d.ts +2 -2
- package/dist/{style.css → design-system-v3.css} +1 -1
- package/dist/design-system-v3.js +1 -1
- package/dist/design-system-v3.umd.cjs +273 -252
- package/dist/directives/Toolbar.d.ts +15 -0
- package/dist/directives/letterSpacing.d.ts +27 -0
- package/dist/{main-DoYCrS2Q.js → main-BzyNNvHX.js} +10482 -10252
- package/package.json +12 -12
- package/src/assets/_typography.scss +22 -23
- package/src/components/Accordion/Accordion.vue +2 -2
- package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +26 -14
- package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +15 -3
- package/src/components/Amelipro/AmeliproBtn/tests/__snapshots__/AmeliproBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproCallback/tests/__snapshots__/AmeliproCallback.spec.ts.snap +14 -3
- package/src/components/Amelipro/AmeliproCard/tests/__snapshots__/AmeliproCard.spec.ts.snap +9 -2
- package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +9 -2
- package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +19 -3
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +35 -7
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +5 -2
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +130 -30
- package/src/components/Amelipro/AmeliproIconBtn/tests/__snapshots__/AmeliproIconBtn.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/__snapshots__/AmeliproIllustratedDataTile.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +25 -5
- package/src/components/Amelipro/AmeliproMailTile/tests/__snapshots__/AmeliproMailTile.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +77 -15
- package/src/components/Amelipro/AmeliproMessage/tests/__snapshots__/AmeliproMessage.spec.ts.snap +11 -2
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +25 -5
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproMessagingLayout/tests/__snapshots__/AmeliproMessagingLayout.spec.ts.snap +42 -8
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +13 -3
- package/src/components/Amelipro/AmeliproNumberedCard/tests/__snapshots__/AmeliproNumberedCard.spec.ts.snap +12 -3
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +195 -42
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/__snapshots__/AmeliproPaginationBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproPagination/tests/__snapshots__/AmeliproPagination.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproPatientBanner/tests/__snapshots__/AmeliproPatientBanner.spec.ts.snap +26 -4
- package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +2 -0
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +11 -4
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTileTypes.ts +5 -0
- package/src/components/Amelipro/AmeliproStateTile/tests/__snapshots__/AmeliproStateTile.spec.ts.snap +13 -2
- package/src/components/Amelipro/AmeliproStatus/tests/__snapshots__/AmeliproStatus.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/__snapshots__/AmeliproStepBtn.spec.ts.snap +7 -1
- package/src/components/Amelipro/AmeliproStepper/tests/__snapshots__/AmeliproStepper.spec.ts.snap +49 -7
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/__snapshots__/AmeliproTabBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproTabs/tests/__snapshots__/AmeliproTabs.spec.ts.snap +21 -4
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproTileBtn/tests/__snapshots__/AmeliproTileBtn.spec.ts.snap +8 -1
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +11 -2
- package/src/components/Amelipro/AmeliproTransmission/tests/__snapshots__/AmeliproTransmission.spec.ts.snap +26 -5
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +9 -2
- package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +18 -4
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +69 -15
- package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +84 -19
- package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +5 -1
- package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +15 -4
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +30 -8
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +72 -16
- package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +9 -2
- package/src/components/BackToTopBtn/tests/BackToTopBtn.spec.ts +53 -15
- package/src/components/BackToTopBtn/tests/__snapshots__/BackToTopBtn.spec.ts.snap +10 -2
- package/src/components/CollapsibleList/CollapsibleList.vue +5 -1
- package/src/components/CookieBanner/Accessibilite.stories.ts +4 -0
- package/src/components/CookieBanner/CookieBanner.vue +137 -10
- package/src/components/CookieBanner/config.ts +3 -0
- package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +49 -38
- package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +80 -2
- package/src/components/CookiesSelection/CookiesSelection.vue +15 -2
- package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +49 -34
- package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +1 -1
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +58 -13
- package/src/components/Customs/Selects/SySelect/SySelect.vue +144 -147
- package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.stories.ts +3 -3
- package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.vue +4 -4
- package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.events.spec.ts +1 -1
- package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.spec.ts +4 -4
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.mdx +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +3 -3
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +6 -6
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +3 -3
- package/src/components/DatePicker/DatePickerOverview.mdx +1 -1
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +76 -3
- package/src/components/DatePicker/DateTextInput/NoCalendar.mdx +1 -1
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
- package/src/components/DatePicker/composables/index.ts +2 -2
- package/src/components/DatePicker/composables/tests/useDatePickerVisibility.spec.ts +14 -14
- package/src/components/DatePicker/composables/useDatePickerViewMode.ts +4 -4
- package/src/components/DatePicker/composables/useDatePickerVisibility.ts +12 -12
- package/src/components/DatePicker/composables/useDateSelection.ts +1 -1
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +3 -3
- package/src/components/DatePicker/composables/useTodayButton.ts +1 -1
- package/src/components/DatePicker/composables/useWeekendDays.ts +1 -1
- package/src/components/DatePicker/constants/messages.ts +1 -1
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
- package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +1 -1
- package/src/components/DatePicker/types.ts +2 -2
- package/src/components/DialogBox/tests/DialogBox.spec.ts +26 -4
- package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +13 -3
- package/src/components/DownloadBtn/tests/__snapshots__/DownloadBtn.spec.ts.snap +8 -2
- package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +18 -4
- package/src/components/ExternalLinks/Accessibilite.mdx +4 -1
- package/src/components/ExternalLinks/Accessibilite.stories.ts +34 -0
- package/src/components/ExternalLinks/ExternalLinks.stories.ts +1 -3
- package/src/components/ExternalLinks/ExternalLinks.vue +96 -41
- package/src/components/ExternalLinks/config.ts +5 -4
- package/src/components/ExternalLinks/locales.ts +1 -0
- package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +3 -3
- package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +510 -400
- package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +3 -3
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +15 -6
- package/src/components/FooterBar/Accessibilite.stories.ts +4 -0
- package/src/components/FooterBar/FooterBar.vue +9 -5
- package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +0 -5
- package/src/components/FranceConnectBtn/tests/__snapshots__/FranceConnectBtn.spec.ts.snap +15 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/HeaderBurgerMenu.spec.ts.snap +5 -1
- package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +31 -6
- package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +7 -1
- package/src/components/HeaderBar/tests/useHeaderResponsiveMode.spec.ts +63 -5
- package/src/components/NirField/NirField.vue +41 -1
- package/src/components/NirField/tests/NirField.spec.ts +2 -2
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +18 -4
- package/src/components/PeriodField/PeriodField.vue +3 -3
- package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -3
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -111
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +66 -31
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +33 -33
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +43 -23
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +33 -33
- package/src/components/SyAlert/tests/__snapshots__/SyAlert.spec.ts.snap +5 -1
- package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +107 -95
- package/src/components/Tables/SyServerTable/SyServerTable.vue +43 -2
- package/src/components/Tables/SyTable/SyTable.vue +45 -7
- package/src/components/Tables/common/SyTablePagination.vue +10 -6
- package/src/components/Tables/common/filters/DateFilter.vue +1 -1
- package/src/components/Tables/common/filters/SelectFilter.vue +1 -2
- package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +2 -2
- package/src/components/Tables/common/locales.ts +7 -0
- package/src/components/Tables/common/useTableAria.ts +279 -0
- package/src/components/ToolbarContainer/ToolbarContainer.vue +4 -4
- package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +17 -5
- package/src/components/index.ts +1 -1
- package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +1 -1
- package/src/composables/date/useDateInitialization.ts +1 -1
- package/src/composables/date/useDateInitializationDayjs.ts +1 -1
- package/src/composables/date/useDatePickerAccessibility.ts +5 -5
- package/src/composables/useFilterable/useFilterable.spec.ts +10 -2
- package/src/designTokens/utils/createFontVariables.ts +6 -6
- package/src/directives/Toolbar.ts +172 -0
- package/src/directives/letterSpacing.ts +233 -0
- package/src/stories/Accessibilite/Avancement/Avancement.mdx +6 -6
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +10 -9
- package/src/utils/functions/throttleDisplayFn/tests/throttleDisplayFn.spec.ts +27 -2
- package/src/utils/rules/isHolidayDay/IsHolidayDay.stories.ts +2 -2
- package/dist/DateFilter-DFKfon7L.js +0 -98
- package/dist/NumberFilter-DmhIL2Pr.js +0 -121
- package/dist/PeriodFilter-C46V6bYN.js +0 -112
- package/dist/SelectFilter-B8dtHtHo.js +0 -136
- package/dist/TextFilter-COKGday2.js +0 -114
- package/src/components/FilterSideBar/tests/__snapshots__/FilterSideBar.spec.ts.snap +0 -173
- package/src/components/SocialMediaLinks/tests/__snapshots__/SocialMediaLinks.spec.ts.snap +0 -186
- /package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.mdx +0 -0
|
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
42
42
|
}>, {
|
|
43
43
|
label: string;
|
|
44
44
|
disabled: boolean;
|
|
45
|
+
placeholder: string;
|
|
45
46
|
readonly: boolean;
|
|
46
47
|
modelValue: DateValue;
|
|
47
48
|
bgColor: string;
|
|
48
|
-
placeholder: string;
|
|
49
49
|
required: boolean;
|
|
50
50
|
noIcon: boolean;
|
|
51
51
|
customRules: ValidationRule[];
|
|
@@ -1654,6 +1654,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1654
1654
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
1655
1655
|
theme: string;
|
|
1656
1656
|
disabled: boolean;
|
|
1657
|
+
placeholder: string;
|
|
1657
1658
|
rounded: string | number | boolean;
|
|
1658
1659
|
loading: string | boolean;
|
|
1659
1660
|
maxWidth: string | number;
|
|
@@ -1668,7 +1669,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1668
1669
|
modelValue: string | number | null;
|
|
1669
1670
|
bgColor: string;
|
|
1670
1671
|
isActive: boolean;
|
|
1671
|
-
placeholder: string;
|
|
1672
1672
|
direction: "vertical" | "horizontal";
|
|
1673
1673
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1674
1674
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1739,6 +1739,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1739
1739
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
1740
1740
|
theme: string;
|
|
1741
1741
|
disabled: boolean;
|
|
1742
|
+
placeholder: string;
|
|
1742
1743
|
rounded: string | number | boolean;
|
|
1743
1744
|
loading: string | boolean;
|
|
1744
1745
|
maxWidth: string | number;
|
|
@@ -1753,7 +1754,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1753
1754
|
modelValue: string | number | null;
|
|
1754
1755
|
bgColor: string;
|
|
1755
1756
|
isActive: boolean;
|
|
1756
|
-
placeholder: string;
|
|
1757
1757
|
direction: "vertical" | "horizontal";
|
|
1758
1758
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1759
1759
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1868,7 +1868,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1868
1868
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1869
1869
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1870
1870
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1871
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
1871
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
1872
1872
|
validation: {
|
|
1873
1873
|
errors: import('vue').Ref<string[], string[]>;
|
|
1874
1874
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -8,8 +8,8 @@ export interface ViewModeReturn {
|
|
|
8
8
|
resetViewMode: () => void;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* Composable pour gérer le mode d'affichage du
|
|
12
|
-
* Utilisé pour contrôler le comportement du
|
|
11
|
+
* Composable pour gérer le mode d'affichage du CalendarMode (année, mois, jour)
|
|
12
|
+
* Utilisé pour contrôler le comportement du CalendarMode, notamment pour les dates de naissance
|
|
13
13
|
*
|
|
14
14
|
* @param isBirthDateGetter - Une fonction qui retourne la valeur actuelle de isBirthDate
|
|
15
15
|
*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
/**
|
|
3
|
-
* Composable pour gérer la visibilité et les interactions avec le
|
|
3
|
+
* Composable pour gérer la visibilité et les interactions avec le CalendarMode
|
|
4
4
|
*
|
|
5
5
|
* @param options - Options de configuration
|
|
6
|
-
* @returns Fonctions pour gérer la visibilité du
|
|
6
|
+
* @returns Fonctions pour gérer la visibilité du CalendarMode
|
|
7
7
|
*/
|
|
8
8
|
export declare const useDatePickerVisibility: (options: {
|
|
9
9
|
disabled?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
/**
|
|
3
|
-
* Composable pour gérer la sélection de dates dans les composants
|
|
3
|
+
* Composable pour gérer la sélection de dates dans les composants CalendarMode
|
|
4
4
|
* Gère les plages de dates et la génération des dates intermédiaires
|
|
5
5
|
*/
|
|
6
6
|
export declare function useDateSelection(parseDate: (dateStr: string, format: string) => Date | null, selectedDates: Ref<Date | (Date | null)[] | null>, format: string, displayRange: boolean): {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
/**
|
|
3
|
-
* Composable pour personnaliser les boutons du mois et de l'année dans les composants
|
|
4
|
-
* @param isPickerVisibleGetter - Fonction qui retourne l'état de visibilité du
|
|
3
|
+
* Composable pour personnaliser les boutons du mois et de l'année dans les composants CalendarMode
|
|
4
|
+
* @param isPickerVisibleGetter - Fonction qui retourne l'état de visibilité du CalendarMode
|
|
5
5
|
* @param monthName - Référence au nom du mois à utiliser
|
|
6
6
|
* @param yearName - Référence au nom de l'année à utiliser
|
|
7
7
|
*/
|
|
@@ -11,6 +11,6 @@ export interface TodayButtonReturn {
|
|
|
11
11
|
}) => void;
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
|
-
* Composable pour gérer le bouton "Aujourd'hui" dans le
|
|
14
|
+
* Composable pour gérer le bouton "Aujourd'hui" dans le CalendarMode
|
|
15
15
|
*/
|
|
16
16
|
export declare function useTodayButton(props: TodayButtonProps): TodayButtonReturn;
|
|
@@ -6,6 +6,6 @@ export interface WeekendDaysReturn {
|
|
|
6
6
|
displayWeekendDays: ComputedRef<boolean>;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
|
-
* Composable pour gérer l'affichage des jours de weekend dans le
|
|
9
|
+
* Composable pour gérer l'affichage des jours de weekend dans le CalendarMode
|
|
10
10
|
*/
|
|
11
11
|
export declare function useWeekendDays(props: WeekendDaysProps): WeekendDaysReturn;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Fichier contenant toutes les constantes de textes utilisées dans les composants/composables
|
|
2
|
+
* Fichier contenant toutes les constantes de textes utilisées dans les composants/composables CalendarMode
|
|
3
3
|
*/
|
|
4
4
|
export declare const DATE_PICKER_MESSAGES: {
|
|
5
5
|
LABEL_DEFAULT: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Types pour les composants
|
|
2
|
+
* Types pour les composants CalendarMode
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Type représentant une valeur de date qui peut être une Date, un tableau de Dates ou null
|
|
6
|
-
* Utilisé pour les opérations internes du
|
|
6
|
+
* Utilisé pour les opérations internes du CalendarMode avec des objets Date
|
|
7
7
|
*/
|
|
8
8
|
export type DateObjectValue = Date | (Date | null)[] | null;
|
|
9
9
|
/**
|
|
@@ -10,7 +10,6 @@ type __VLS_Props = CustomizableOptions & {
|
|
|
10
10
|
nudgeBottom?: number | string;
|
|
11
11
|
fixed?: boolean;
|
|
12
12
|
ariaLabel?: string;
|
|
13
|
-
ariaOwns?: string;
|
|
14
13
|
};
|
|
15
14
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
15
|
ariaLabel: string;
|
|
@@ -19,8 +18,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
19
18
|
btnText: string;
|
|
20
19
|
nudgeTop: string | number;
|
|
21
20
|
nudgeBottom: string | number;
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
list: HTMLUListElement;
|
|
23
|
+
}, HTMLDivElement>, {
|
|
24
24
|
'link-icon'?(_: {}): any;
|
|
25
25
|
}>;
|
|
26
26
|
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const config: {
|
|
2
2
|
menu: {
|
|
3
|
-
tile: boolean;
|
|
4
3
|
zIndex: number;
|
|
5
4
|
offset: number;
|
|
6
5
|
};
|
|
@@ -15,16 +14,18 @@ export declare const config: {
|
|
|
15
14
|
color: string;
|
|
16
15
|
};
|
|
17
16
|
linkIcon: {
|
|
17
|
+
size: string;
|
|
18
18
|
color: string;
|
|
19
19
|
};
|
|
20
20
|
list: {
|
|
21
|
-
border: boolean;
|
|
22
|
-
elevation: number;
|
|
23
21
|
class: string;
|
|
24
22
|
};
|
|
25
23
|
listItem: {
|
|
26
24
|
target: string;
|
|
27
25
|
rel: string;
|
|
26
|
+
flat: boolean;
|
|
27
|
+
rounded: number;
|
|
28
|
+
size: string;
|
|
28
29
|
};
|
|
29
30
|
sheet: {
|
|
30
31
|
class: string;
|
|
@@ -90,13 +90,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
90
90
|
label: string;
|
|
91
91
|
width: string;
|
|
92
92
|
disabled: boolean;
|
|
93
|
+
placeholder: string;
|
|
93
94
|
variant: "outlined" | "plain" | "filled" | "solo" | "underlined";
|
|
94
95
|
density: "default" | "comfortable" | "compact";
|
|
95
96
|
readonly: boolean;
|
|
96
97
|
outlined: boolean;
|
|
97
98
|
modelValue: string | null;
|
|
98
99
|
bgColor: string;
|
|
99
|
-
placeholder: string;
|
|
100
100
|
required: boolean;
|
|
101
101
|
counter: string | number | boolean;
|
|
102
102
|
hint: string;
|
|
@@ -455,7 +455,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
455
455
|
hint?: string | undefined;
|
|
456
456
|
hideDetails?: boolean | "auto" | undefined;
|
|
457
457
|
}, {
|
|
458
|
-
reset: () => Promise<void>;
|
|
458
|
+
/** @type { typeof __VLS_ctx.numberField } */ reset: () => Promise<void>;
|
|
459
459
|
resetValidation: () => Promise<void>;
|
|
460
460
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
461
461
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
@@ -476,7 +476,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
476
476
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
477
477
|
centerAffix: boolean;
|
|
478
478
|
glow: boolean;
|
|
479
|
-
|
|
479
|
+
hideSpinButtons: boolean;
|
|
480
480
|
persistentHint: boolean;
|
|
481
481
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
482
482
|
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
@@ -1716,6 +1716,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1716
1716
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
1717
1717
|
theme: string;
|
|
1718
1718
|
disabled: boolean;
|
|
1719
|
+
placeholder: string;
|
|
1719
1720
|
rounded: string | number | boolean;
|
|
1720
1721
|
loading: string | boolean;
|
|
1721
1722
|
maxWidth: string | number;
|
|
@@ -1730,7 +1731,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1730
1731
|
modelValue: string | number | null;
|
|
1731
1732
|
bgColor: string;
|
|
1732
1733
|
isActive: boolean;
|
|
1733
|
-
placeholder: string;
|
|
1734
1734
|
direction: "vertical" | "horizontal";
|
|
1735
1735
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1736
1736
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1801,6 +1801,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1801
1801
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
1802
1802
|
theme: string;
|
|
1803
1803
|
disabled: boolean;
|
|
1804
|
+
placeholder: string;
|
|
1804
1805
|
rounded: string | number | boolean;
|
|
1805
1806
|
loading: string | boolean;
|
|
1806
1807
|
maxWidth: string | number;
|
|
@@ -1815,7 +1816,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1815
1816
|
modelValue: string | number | null;
|
|
1816
1817
|
bgColor: string;
|
|
1817
1818
|
isActive: boolean;
|
|
1818
|
-
placeholder: string;
|
|
1819
1819
|
direction: "vertical" | "horizontal";
|
|
1820
1820
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1821
1821
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1930,7 +1930,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1930
1930
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1931
1931
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1932
1932
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1933
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
1933
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
1934
1934
|
validation: {
|
|
1935
1935
|
errors: import('vue').Ref<string[], string[]>;
|
|
1936
1936
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -2285,7 +2285,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2285
2285
|
hint?: string | undefined;
|
|
2286
2286
|
hideDetails?: boolean | "auto" | undefined;
|
|
2287
2287
|
}, {
|
|
2288
|
-
reset: () => Promise<void>;
|
|
2288
|
+
/** @type { typeof __VLS_ctx.numberField } */ reset: () => Promise<void>;
|
|
2289
2289
|
resetValidation: () => Promise<void>;
|
|
2290
2290
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
2291
2291
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
@@ -2306,7 +2306,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2306
2306
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2307
2307
|
centerAffix: boolean;
|
|
2308
2308
|
glow: boolean;
|
|
2309
|
-
|
|
2309
|
+
hideSpinButtons: boolean;
|
|
2310
2310
|
persistentHint: boolean;
|
|
2311
2311
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2312
2312
|
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
@@ -3546,6 +3546,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3546
3546
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
3547
3547
|
theme: string;
|
|
3548
3548
|
disabled: boolean;
|
|
3549
|
+
placeholder: string;
|
|
3549
3550
|
rounded: string | number | boolean;
|
|
3550
3551
|
loading: string | boolean;
|
|
3551
3552
|
maxWidth: string | number;
|
|
@@ -3560,7 +3561,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3560
3561
|
modelValue: string | number | null;
|
|
3561
3562
|
bgColor: string;
|
|
3562
3563
|
isActive: boolean;
|
|
3563
|
-
placeholder: string;
|
|
3564
3564
|
direction: "vertical" | "horizontal";
|
|
3565
3565
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3566
3566
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3631,6 +3631,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3631
3631
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
3632
3632
|
theme: string;
|
|
3633
3633
|
disabled: boolean;
|
|
3634
|
+
placeholder: string;
|
|
3634
3635
|
rounded: string | number | boolean;
|
|
3635
3636
|
loading: string | boolean;
|
|
3636
3637
|
maxWidth: string | number;
|
|
@@ -3645,7 +3646,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3645
3646
|
modelValue: string | number | null;
|
|
3646
3647
|
bgColor: string;
|
|
3647
3648
|
isActive: boolean;
|
|
3648
|
-
placeholder: string;
|
|
3649
3649
|
direction: "vertical" | "horizontal";
|
|
3650
3650
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3651
3651
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3760,7 +3760,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3760
3760
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3761
3761
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3762
3762
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3763
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
3763
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
3764
3764
|
validation: {
|
|
3765
3765
|
errors: import('vue').Ref<string[], string[]>;
|
|
3766
3766
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -41,10 +41,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
41
41
|
label: string;
|
|
42
42
|
color: ColorType;
|
|
43
43
|
disabled: boolean;
|
|
44
|
+
placeholder: string;
|
|
44
45
|
readonly: boolean;
|
|
45
46
|
modelValue: string | null;
|
|
46
47
|
bgColor: string;
|
|
47
|
-
placeholder: string;
|
|
48
48
|
required: boolean;
|
|
49
49
|
variantStyle: "outlined" | "underlined";
|
|
50
50
|
errorMessages: string[] | null;
|