@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
|
@@ -140,11 +140,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
140
140
|
label: string;
|
|
141
141
|
width: string;
|
|
142
142
|
disabled: boolean;
|
|
143
|
+
placeholder: string;
|
|
143
144
|
density: "default" | "comfortable" | "compact";
|
|
144
145
|
readonly: boolean;
|
|
145
146
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
146
147
|
bgColor: string;
|
|
147
|
-
placeholder: string;
|
|
148
148
|
required: boolean;
|
|
149
149
|
displayAsterisk: boolean;
|
|
150
150
|
noIcon: boolean;
|
|
@@ -221,10 +221,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
221
221
|
}, import('vue').PublicProps, {
|
|
222
222
|
label: string;
|
|
223
223
|
disabled: boolean;
|
|
224
|
+
placeholder: string;
|
|
224
225
|
readonly: boolean;
|
|
225
226
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
226
227
|
bgColor: string;
|
|
227
|
-
placeholder: string;
|
|
228
228
|
required: boolean;
|
|
229
229
|
noIcon: boolean;
|
|
230
230
|
customRules: ValidationRule[];
|
|
@@ -1833,6 +1833,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1833
1833
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
1834
1834
|
theme: string;
|
|
1835
1835
|
disabled: boolean;
|
|
1836
|
+
placeholder: string;
|
|
1836
1837
|
rounded: string | number | boolean;
|
|
1837
1838
|
loading: string | boolean;
|
|
1838
1839
|
maxWidth: string | number;
|
|
@@ -1847,7 +1848,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1847
1848
|
modelValue: string | number | null;
|
|
1848
1849
|
bgColor: string;
|
|
1849
1850
|
isActive: boolean;
|
|
1850
|
-
placeholder: string;
|
|
1851
1851
|
direction: "vertical" | "horizontal";
|
|
1852
1852
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1853
1853
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1918,6 +1918,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1918
1918
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
1919
1919
|
theme: string;
|
|
1920
1920
|
disabled: boolean;
|
|
1921
|
+
placeholder: string;
|
|
1921
1922
|
rounded: string | number | boolean;
|
|
1922
1923
|
loading: string | boolean;
|
|
1923
1924
|
maxWidth: string | number;
|
|
@@ -1932,7 +1933,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1932
1933
|
modelValue: string | number | null;
|
|
1933
1934
|
bgColor: string;
|
|
1934
1935
|
isActive: boolean;
|
|
1935
|
-
placeholder: string;
|
|
1936
1936
|
direction: "vertical" | "horizontal";
|
|
1937
1937
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1938
1938
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -2047,7 +2047,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2047
2047
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2048
2048
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2049
2049
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2050
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
2050
|
+
}>, "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<{
|
|
2051
2051
|
validation: {
|
|
2052
2052
|
errors: import('vue').Ref<string[], string[]>;
|
|
2053
2053
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -2111,10 +2111,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2111
2111
|
}, {}, {}, {}, {
|
|
2112
2112
|
label: string;
|
|
2113
2113
|
disabled: boolean;
|
|
2114
|
+
placeholder: string;
|
|
2114
2115
|
readonly: boolean;
|
|
2115
2116
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
2116
2117
|
bgColor: string;
|
|
2117
|
-
placeholder: string;
|
|
2118
2118
|
required: boolean;
|
|
2119
2119
|
noIcon: boolean;
|
|
2120
2120
|
customRules: ValidationRule[];
|
|
@@ -3723,6 +3723,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3723
3723
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
3724
3724
|
theme: string;
|
|
3725
3725
|
disabled: boolean;
|
|
3726
|
+
placeholder: string;
|
|
3726
3727
|
rounded: string | number | boolean;
|
|
3727
3728
|
loading: string | boolean;
|
|
3728
3729
|
maxWidth: string | number;
|
|
@@ -3737,7 +3738,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3737
3738
|
modelValue: string | number | null;
|
|
3738
3739
|
bgColor: string;
|
|
3739
3740
|
isActive: boolean;
|
|
3740
|
-
placeholder: string;
|
|
3741
3741
|
direction: "vertical" | "horizontal";
|
|
3742
3742
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3743
3743
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3808,6 +3808,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3808
3808
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
3809
3809
|
theme: string;
|
|
3810
3810
|
disabled: boolean;
|
|
3811
|
+
placeholder: string;
|
|
3811
3812
|
rounded: string | number | boolean;
|
|
3812
3813
|
loading: string | boolean;
|
|
3813
3814
|
maxWidth: string | number;
|
|
@@ -3822,7 +3823,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3822
3823
|
modelValue: string | number | null;
|
|
3823
3824
|
bgColor: string;
|
|
3824
3825
|
isActive: boolean;
|
|
3825
|
-
placeholder: string;
|
|
3826
3826
|
direction: "vertical" | "horizontal";
|
|
3827
3827
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3828
3828
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3937,7 +3937,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3937
3937
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3938
3938
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3939
3939
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3940
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
3940
|
+
}>, "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<{
|
|
3941
3941
|
validation: {
|
|
3942
3942
|
errors: import('vue').Ref<string[], string[]>;
|
|
3943
3943
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -4099,7 +4099,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4099
4099
|
}>[]) | undefined;
|
|
4100
4100
|
header?: ((arg: {
|
|
4101
4101
|
header: string;
|
|
4102
|
-
transition: string;
|
|
4102
|
+
/** @type { typeof __VLS_ctx.toDateRef } */ transition: string;
|
|
4103
4103
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
4104
4104
|
[key: string]: any;
|
|
4105
4105
|
}>[]) | undefined;
|
|
@@ -4245,7 +4245,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4245
4245
|
}>[];
|
|
4246
4246
|
header: (arg: {
|
|
4247
4247
|
header: string;
|
|
4248
|
-
transition: string;
|
|
4248
|
+
/** @type { typeof __VLS_ctx.toDateRef } */ transition: string;
|
|
4249
4249
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
4250
4250
|
[key: string]: any;
|
|
4251
4251
|
}>[];
|
|
@@ -4423,11 +4423,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4423
4423
|
label: string;
|
|
4424
4424
|
width: string;
|
|
4425
4425
|
disabled: boolean;
|
|
4426
|
+
placeholder: string;
|
|
4426
4427
|
density: "default" | "comfortable" | "compact";
|
|
4427
4428
|
readonly: boolean;
|
|
4428
4429
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
4429
4430
|
bgColor: string;
|
|
4430
|
-
placeholder: string;
|
|
4431
4431
|
required: boolean;
|
|
4432
4432
|
displayAsterisk: boolean;
|
|
4433
4433
|
noIcon: boolean;
|
|
@@ -4535,11 +4535,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4535
4535
|
label: string;
|
|
4536
4536
|
width: string;
|
|
4537
4537
|
disabled: boolean;
|
|
4538
|
+
placeholder: string;
|
|
4538
4539
|
density: "default" | "comfortable" | "compact";
|
|
4539
4540
|
readonly: boolean;
|
|
4540
4541
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
4541
4542
|
bgColor: string;
|
|
4542
|
-
placeholder: string;
|
|
4543
4543
|
required: boolean;
|
|
4544
4544
|
displayAsterisk: boolean;
|
|
4545
4545
|
noIcon: boolean;
|
|
@@ -4616,10 +4616,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4616
4616
|
}, import('vue').PublicProps, {
|
|
4617
4617
|
label: string;
|
|
4618
4618
|
disabled: boolean;
|
|
4619
|
+
placeholder: string;
|
|
4619
4620
|
readonly: boolean;
|
|
4620
4621
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
4621
4622
|
bgColor: string;
|
|
4622
|
-
placeholder: string;
|
|
4623
4623
|
required: boolean;
|
|
4624
4624
|
noIcon: boolean;
|
|
4625
4625
|
customRules: ValidationRule[];
|
|
@@ -6228,6 +6228,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6228
6228
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
6229
6229
|
theme: string;
|
|
6230
6230
|
disabled: boolean;
|
|
6231
|
+
placeholder: string;
|
|
6231
6232
|
rounded: string | number | boolean;
|
|
6232
6233
|
loading: string | boolean;
|
|
6233
6234
|
maxWidth: string | number;
|
|
@@ -6242,7 +6243,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6242
6243
|
modelValue: string | number | null;
|
|
6243
6244
|
bgColor: string;
|
|
6244
6245
|
isActive: boolean;
|
|
6245
|
-
placeholder: string;
|
|
6246
6246
|
direction: "vertical" | "horizontal";
|
|
6247
6247
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
6248
6248
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -6313,6 +6313,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6313
6313
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
6314
6314
|
theme: string;
|
|
6315
6315
|
disabled: boolean;
|
|
6316
|
+
placeholder: string;
|
|
6316
6317
|
rounded: string | number | boolean;
|
|
6317
6318
|
loading: string | boolean;
|
|
6318
6319
|
maxWidth: string | number;
|
|
@@ -6327,7 +6328,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6327
6328
|
modelValue: string | number | null;
|
|
6328
6329
|
bgColor: string;
|
|
6329
6330
|
isActive: boolean;
|
|
6330
|
-
placeholder: string;
|
|
6331
6331
|
direction: "vertical" | "horizontal";
|
|
6332
6332
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
6333
6333
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -6442,7 +6442,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6442
6442
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
6443
6443
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6444
6444
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6445
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
6445
|
+
}>, "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<{
|
|
6446
6446
|
validation: {
|
|
6447
6447
|
errors: import('vue').Ref<string[], string[]>;
|
|
6448
6448
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -6506,10 +6506,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6506
6506
|
}, {}, {}, {}, {
|
|
6507
6507
|
label: string;
|
|
6508
6508
|
disabled: boolean;
|
|
6509
|
+
placeholder: string;
|
|
6509
6510
|
readonly: boolean;
|
|
6510
6511
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
6511
6512
|
bgColor: string;
|
|
6512
|
-
placeholder: string;
|
|
6513
6513
|
required: boolean;
|
|
6514
6514
|
noIcon: boolean;
|
|
6515
6515
|
customRules: ValidationRule[];
|
|
@@ -8118,6 +8118,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8118
8118
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
8119
8119
|
theme: string;
|
|
8120
8120
|
disabled: boolean;
|
|
8121
|
+
placeholder: string;
|
|
8121
8122
|
rounded: string | number | boolean;
|
|
8122
8123
|
loading: string | boolean;
|
|
8123
8124
|
maxWidth: string | number;
|
|
@@ -8132,7 +8133,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8132
8133
|
modelValue: string | number | null;
|
|
8133
8134
|
bgColor: string;
|
|
8134
8135
|
isActive: boolean;
|
|
8135
|
-
placeholder: string;
|
|
8136
8136
|
direction: "vertical" | "horizontal";
|
|
8137
8137
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
8138
8138
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -8203,6 +8203,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8203
8203
|
color: import('../Customs/SyTextField/types').ColorType;
|
|
8204
8204
|
theme: string;
|
|
8205
8205
|
disabled: boolean;
|
|
8206
|
+
placeholder: string;
|
|
8206
8207
|
rounded: string | number | boolean;
|
|
8207
8208
|
loading: string | boolean;
|
|
8208
8209
|
maxWidth: string | number;
|
|
@@ -8217,7 +8218,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8217
8218
|
modelValue: string | number | null;
|
|
8218
8219
|
bgColor: string;
|
|
8219
8220
|
isActive: boolean;
|
|
8220
|
-
placeholder: string;
|
|
8221
8221
|
direction: "vertical" | "horizontal";
|
|
8222
8222
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
8223
8223
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -8332,7 +8332,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8332
8332
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8333
8333
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8334
8334
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8335
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
8335
|
+
}>, "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<{
|
|
8336
8336
|
validation: {
|
|
8337
8337
|
errors: import('vue').Ref<string[], string[]>;
|
|
8338
8338
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -8494,7 +8494,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8494
8494
|
}>[]) | undefined;
|
|
8495
8495
|
header?: ((arg: {
|
|
8496
8496
|
header: string;
|
|
8497
|
-
transition: string;
|
|
8497
|
+
/** @type { typeof __VLS_ctx.toDateRef } */ transition: string;
|
|
8498
8498
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
8499
8499
|
[key: string]: any;
|
|
8500
8500
|
}>[]) | undefined;
|
|
@@ -8640,7 +8640,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8640
8640
|
}>[];
|
|
8641
8641
|
header: (arg: {
|
|
8642
8642
|
header: string;
|
|
8643
|
-
transition: string;
|
|
8643
|
+
/** @type { typeof __VLS_ctx.toDateRef } */ transition: string;
|
|
8644
8644
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
8645
8645
|
[key: string]: any;
|
|
8646
8646
|
}>[];
|
|
@@ -8818,11 +8818,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8818
8818
|
label: string;
|
|
8819
8819
|
width: string;
|
|
8820
8820
|
disabled: boolean;
|
|
8821
|
+
placeholder: string;
|
|
8821
8822
|
density: "default" | "comfortable" | "compact";
|
|
8822
8823
|
readonly: boolean;
|
|
8823
8824
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
8824
8825
|
bgColor: string;
|
|
8825
|
-
placeholder: string;
|
|
8826
8826
|
required: boolean;
|
|
8827
8827
|
displayAsterisk: boolean;
|
|
8828
8828
|
noIcon: boolean;
|
|
@@ -25,4 +25,9 @@ export declare const locales: {
|
|
|
25
25
|
showColumn: (columnTitle: string) => string;
|
|
26
26
|
moveColumnLeft: (columnTitle: string) => string;
|
|
27
27
|
moveColumnRight: (columnTitle: string) => string;
|
|
28
|
+
rowCountStatus: (count: number) => string;
|
|
29
|
+
sortAscending: string;
|
|
30
|
+
sortDescending: string;
|
|
31
|
+
sortNone: string;
|
|
32
|
+
sortOther: string;
|
|
28
33
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { VDataTable, VDataTableServer } from 'vuetify/components';
|
|
3
|
+
import { DataOptions } from './types';
|
|
4
|
+
export interface UseTableAriaOptions {
|
|
5
|
+
table: Ref<VDataTable | VDataTableServer | undefined>;
|
|
6
|
+
items: Ref<unknown[]>;
|
|
7
|
+
totalItemsCount: Ref<number>;
|
|
8
|
+
options: Ref<Partial<DataOptions>>;
|
|
9
|
+
uniqueTableId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function useTableAria({ table, items, totalItemsCount, options, uniqueTableId, }: UseTableAriaOptions): {
|
|
12
|
+
statusRegionId: string;
|
|
13
|
+
statusMessage: Ref<string, string>;
|
|
14
|
+
totalRowCount: import('vue').ComputedRef<number>;
|
|
15
|
+
getSortState: (columnKey: string) => 'ascending' | 'descending' | 'other' | 'none';
|
|
16
|
+
setupAria: () => Promise<void>;
|
|
17
|
+
updateTableAria: () => Promise<void>;
|
|
18
|
+
updateRowAria: () => Promise<void>;
|
|
19
|
+
updateHeaderAria: () => Promise<void>;
|
|
20
|
+
updateStatusMessage: () => void;
|
|
21
|
+
};
|
|
@@ -24,7 +24,7 @@ export { default as DownloadBtn } from './DownloadBtn/DownloadBtn';
|
|
|
24
24
|
export { default as FranceConnectBtn } from './FranceConnectBtn/FranceConnectBtn';
|
|
25
25
|
export { default as LangBtn } from './LangBtn/LangBtn';
|
|
26
26
|
export { default as UserMenuBtn } from './UserMenuBtn/UserMenuBtn';
|
|
27
|
-
export { default as DatePicker } from './DatePicker/
|
|
27
|
+
export { default as DatePicker } from './DatePicker/CalendarMode/DatePicker';
|
|
28
28
|
export { default as DiacriticPicker } from './DiacriticPicker/DiacriticPicker';
|
|
29
29
|
export { default as FileUpload } from './FileUpload/FileUpload';
|
|
30
30
|
export { default as NirField } from './NirField/NirField';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Améliore l'accessibilité du
|
|
3
|
-
* @returns Des fonctions pour mettre à jour l'accessibilité du
|
|
2
|
+
* Améliore l'accessibilité du CalendarMode en ajoutant des attributs ARIA et des instructions pour les lecteurs d'écran
|
|
3
|
+
* @returns Des fonctions pour mettre à jour l'accessibilité du CalendarMode et gérer les événements clavier
|
|
4
4
|
*/
|
|
5
5
|
export declare function useDatePickerAccessibility(): {
|
|
6
6
|
updateAccessibility: () => Promise<void>;
|