@alfalab/core-components 27.5.0-beta.0 → 27.5.0-beta.1
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/bottom-sheet/{component-69df90d5.d.ts → component-5306cb91.d.ts} +0 -0
- package/bottom-sheet/{component-69df90d5.js → component-5306cb91.js} +1 -1
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/backer/Component.js +1 -1
- package/bottom-sheet/components/closer/Component.js +1 -1
- package/bottom-sheet/components/header/Component.js +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{component-e491eaff.d.ts → component-f669f4e3.d.ts} +0 -0
- package/bottom-sheet/esm/{component-e491eaff.js → component-f669f4e3.js} +1 -1
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/backer/Component.js +1 -1
- package/bottom-sheet/esm/components/closer/Component.js +1 -1
- package/bottom-sheet/esm/components/header/Component.js +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.d.ts +1 -1
- package/bottom-sheet/esm/index.js +2 -2
- package/bottom-sheet/esm/{tslib.es6-5bf1d4c8.d.ts → tslib.es6-bea4085b.d.ts} +0 -0
- package/bottom-sheet/esm/{tslib.es6-5bf1d4c8.js → tslib.es6-bea4085b.js} +0 -0
- package/bottom-sheet/index.d.ts +1 -1
- package/bottom-sheet/index.js +2 -2
- package/bottom-sheet/modern/{component-2372f708.d.ts → component-ad83ac98.d.ts} +0 -0
- package/bottom-sheet/modern/{component-2372f708.js → component-ad83ac98.js} +0 -0
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/index.d.ts +1 -1
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/{tslib.es6-6ea09081.d.ts → tslib.es6-f91bf751.d.ts} +0 -0
- package/bottom-sheet/{tslib.es6-6ea09081.js → tslib.es6-f91bf751.js} +0 -0
- package/calendar/Component.d.ts +9 -5
- package/calendar/Component.js +7 -7
- package/calendar/components/days-table/Component.d.ts +2 -9
- package/calendar/components/days-table/Component.js +22 -43
- package/calendar/components/days-table/index.css +19 -41
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +5 -3
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +4 -2
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/cssm/Component.d.ts +9 -5
- package/calendar/cssm/Component.js +8 -8
- package/calendar/cssm/components/days-table/Component.d.ts +2 -9
- package/calendar/cssm/components/days-table/Component.js +21 -42
- package/calendar/cssm/components/days-table/index.js +1 -1
- package/calendar/cssm/components/days-table/index.module.css +19 -41
- package/calendar/cssm/components/month-year-header/Component.js +1 -1
- package/calendar/cssm/components/month-year-header/index.js +1 -1
- package/calendar/cssm/components/months-table/Component.js +1 -1
- package/calendar/cssm/components/months-table/index.js +1 -1
- package/calendar/cssm/components/months-table/index.module.css +5 -3
- package/calendar/cssm/components/select-button/Component.js +1 -1
- package/calendar/cssm/components/select-button/index.js +1 -1
- package/calendar/cssm/components/years-table/Component.js +1 -1
- package/calendar/cssm/components/years-table/index.js +1 -1
- package/calendar/cssm/components/years-table/index.module.css +4 -2
- package/calendar/cssm/index.d.ts +0 -1
- package/calendar/cssm/index.js +2 -7
- package/calendar/cssm/index.module.css +3 -2
- package/calendar/cssm/{tslib.es6-f8106a15.d.ts → tslib.es6-ce870b46.d.ts} +0 -0
- package/{gallery/tslib.es6-36d37ab3.js → calendar/cssm/tslib.es6-ce870b46.js} +0 -0
- package/calendar/cssm/useCalendar.d.ts +3 -3
- package/calendar/cssm/useCalendar.js +1 -2
- package/calendar/esm/Component.d.ts +9 -5
- package/calendar/esm/Component.js +7 -7
- package/calendar/esm/components/days-table/Component.d.ts +2 -9
- package/calendar/esm/components/days-table/Component.js +23 -44
- package/calendar/esm/components/days-table/index.css +19 -41
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +5 -3
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.d.ts +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +4 -2
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +3 -2
- package/calendar/esm/index.d.ts +0 -1
- package/calendar/esm/index.js +1 -4
- package/calendar/esm/{tslib.es6-374db934.d.ts → tslib.es6-5b151e17.d.ts} +0 -0
- package/{gallery/esm/tslib.es6-09da8eac.js → calendar/esm/tslib.es6-5b151e17.js} +0 -0
- package/calendar/esm/useCalendar.d.ts +3 -3
- package/calendar/esm/useCalendar.js +1 -2
- package/calendar/index.css +3 -2
- package/calendar/index.d.ts +0 -1
- package/calendar/index.js +2 -6
- package/calendar/modern/Component.d.ts +9 -5
- package/calendar/modern/Component.js +2 -2
- package/calendar/modern/components/days-table/Component.d.ts +2 -9
- package/calendar/modern/components/days-table/Component.js +22 -43
- package/calendar/modern/components/days-table/index.css +19 -41
- package/calendar/modern/components/months-table/index.css +5 -3
- package/calendar/modern/components/years-table/index.css +4 -2
- package/calendar/modern/index.css +3 -2
- package/calendar/modern/index.d.ts +0 -1
- package/calendar/modern/index.js +0 -3
- package/calendar/modern/useCalendar.d.ts +3 -3
- package/calendar/modern/useCalendar.js +1 -2
- package/calendar/{tslib.es6-7e766274.d.ts → tslib.es6-a7d75da2.d.ts} +0 -0
- package/{modal/tslib.es6-da1a37e3.js → calendar/tslib.es6-a7d75da2.js} +0 -0
- package/calendar/useCalendar.d.ts +3 -3
- package/calendar/useCalendar.js +1 -2
- package/calendar-input/Component.d.ts +7 -12
- package/calendar-input/Component.js +15 -34
- package/calendar-input/cssm/Component.d.ts +4 -9
- package/calendar-input/cssm/Component.js +15 -34
- package/calendar-input/cssm/index.js +0 -1
- package/calendar-input/cssm/index.module.css +1 -3
- package/calendar-input/esm/Component.d.ts +7 -12
- package/calendar-input/esm/Component.js +16 -35
- package/calendar-input/esm/index.css +1 -3
- package/calendar-input/esm/index.js +0 -1
- package/calendar-input/index.css +1 -3
- package/calendar-input/index.js +0 -1
- package/calendar-input/modern/Component.d.ts +7 -12
- package/calendar-input/modern/Component.js +15 -34
- package/calendar-input/modern/index.css +1 -3
- package/calendar-input/modern/index.js +0 -1
- package/calendar-range/Component.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/{index.module-77c23a7d.d.ts → index.module-3c348e5c.d.ts} +0 -0
- package/calendar-range/esm/{index.module-77c23a7d.js → index.module-3c348e5c.js} +0 -0
- package/calendar-range/esm/utils.js +3 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.js +1 -1
- package/calendar-range/{index.module-28b1b3f9.d.ts → index.module-6a4b60a6.d.ts} +0 -0
- package/calendar-range/{index.module-28b1b3f9.js → index.module-6a4b60a6.js} +0 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/{index.module-2efa75c0.js → index.module-93e8a01c.js} +0 -0
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/chart/Component.js +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.js +1 -1
- package/chart/esm/{tslib.es6-9bf9753d.d.ts → tslib.es6-cfab7a81.d.ts} +0 -0
- package/chart/esm/{tslib.es6-9bf9753d.js → tslib.es6-cfab7a81.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.js +1 -1
- package/chart/{tslib.es6-2eadc4f8.d.ts → tslib.es6-d1a95b2f.d.ts} +0 -0
- package/chart/{tslib.es6-2eadc4f8.js → tslib.es6-d1a95b2f.js} +0 -0
- package/confirmation/component.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/{countdown-section-276e6193.d.ts → countdown-section-4832c200.d.ts} +0 -0
- package/confirmation/{countdown-section-276e6193.js → countdown-section-4832c200.js} +0 -0
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/{countdown-section-afea9969.d.ts → countdown-section-5f4ff701.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-afea9969.js → countdown-section-5f4ff701.js} +0 -0
- package/confirmation/esm/index.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/modern/component.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/{countdown-section-4d5e1122.d.ts → countdown-section-5ba3c56d.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-4d5e1122.js → countdown-section-5ba3c56d.js} +0 -0
- package/confirmation/modern/index.js +1 -1
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.js +2 -2
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.js +2 -2
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-38a5b787.d.ts → slide-077f2d7e.d.ts} +0 -0
- package/gallery/esm/{slide-38a5b787.js → slide-077f2d7e.js} +0 -0
- package/gallery/esm/{tslib.es6-09da8eac.d.ts → tslib.es6-1a892a15.d.ts} +0 -0
- package/gallery/esm/tslib.es6-1a892a15.js +40 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-524eec61.d.ts → slide-2ca52914.d.ts} +0 -0
- package/gallery/modern/{slide-524eec61.js → slide-2ca52914.js} +0 -0
- package/gallery/{slide-f9f2d638.d.ts → slide-4ec64746.d.ts} +0 -0
- package/gallery/{slide-f9f2d638.js → slide-4ec64746.js} +0 -0
- package/gallery/{tslib.es6-36d37ab3.d.ts → tslib.es6-3ff42cef.d.ts} +0 -0
- package/{picker-button/tslib.es6-2183264b.js → gallery/tslib.es6-3ff42cef.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/{gutters.module-bab30370.d.ts → gutters.module-d481eab7.d.ts} +0 -0
- package/grid/esm/{gutters.module-bab30370.js → gutters.module-d481eab7.js} +0 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/{gutters.module-6e339a9b.d.ts → gutters.module-6cf62fc7.d.ts} +0 -0
- package/grid/{gutters.module-6e339a9b.js → gutters.module-6cf62fc7.js} +0 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/{gutters.module-51acae6d.js → gutters.module-b3d8c159.js} +0 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/icon-view/circle.js +1 -1
- package/icon-view/components/circle/component.js +1 -1
- package/icon-view/components/circle/index.js +1 -1
- package/icon-view/components/index.js +1 -1
- package/icon-view/components/super-ellipse/component.js +1 -1
- package/icon-view/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/circle.js +1 -1
- package/icon-view/esm/components/circle/component.js +1 -1
- package/icon-view/esm/components/circle/index.js +1 -1
- package/icon-view/esm/components/index.js +1 -1
- package/icon-view/esm/components/super-ellipse/component.js +1 -1
- package/icon-view/esm/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/super-ellipse.js +1 -1
- package/icon-view/esm/{tslib.es6-2437b6eb.d.ts → tslib.es6-5384b801.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-2437b6eb.js → tslib.es6-5384b801.js} +0 -0
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-a506989a.d.ts → tslib.es6-8094a52b.d.ts} +0 -0
- package/icon-view/{tslib.es6-a506989a.js → tslib.es6-8094a52b.js} +0 -0
- package/input-autocomplete/{Component-c887a42f.d.ts → Component-72f8f6ed.d.ts} +0 -0
- package/input-autocomplete/{Component-c887a42f.js → Component-72f8f6ed.js} +0 -0
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/{Component-7f8e2082.d.ts → Component-045b7e76.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-7f8e2082.js → Component-045b7e76.js} +0 -0
- package/input-autocomplete/esm/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/index.js +1 -1
- package/intl-phone-input/{component-57e026d4.d.ts → component-e1246f94.d.ts} +0 -0
- package/intl-phone-input/{component-57e026d4.js → component-e1246f94.js} +0 -0
- package/intl-phone-input/component.d.ts +1 -1
- package/intl-phone-input/component.js +10 -4
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/cssm/component.d.ts +1 -1
- package/intl-phone-input/cssm/component.js +8 -2
- package/intl-phone-input/esm/{component-d3d64e6f.d.ts → component-09d8ae3e.d.ts} +0 -0
- package/intl-phone-input/esm/{component-d3d64e6f.js → component-09d8ae3e.js} +0 -0
- package/intl-phone-input/esm/component.js +10 -4
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.js +1 -1
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/esm/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/index.js +1 -1
- package/intl-phone-input/esm/{libphonenumber-js.min-7ee2f7e8.d.ts → libphonenumber-js.min-9c36b30c.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-7ee2f7e8.js → libphonenumber-js.min-9c36b30c.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-2f8d53bc.d.ts → libphonenumber-js.min-4aa7d56f.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-2f8d53bc.js → libphonenumber-js.min-4aa7d56f.js} +0 -0
- package/intl-phone-input/modern/component.js +8 -2
- package/intl-phone-input/modern/{libphonenumber-js.min-7ee2f7e8.d.ts → libphonenumber-js.min-9c36b30c.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-7ee2f7e8.js → libphonenumber-js.min-9c36b30c.js} +0 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.d.ts +1 -1
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-3ae3c973.js → transitions.module-9da9402f.js} +0 -0
- package/modal/esm/{tslib.es6-aed369ec.d.ts → tslib.es6-421c1e84.d.ts} +0 -0
- package/modal/esm/{tslib.es6-aed369ec.js → tslib.es6-421c1e84.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.d.ts +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-3ae3c973.js → transitions.module-9da9402f.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-5e176e17.js → transitions.module-c88fcf74.js} +0 -0
- package/modal/{tslib.es6-da1a37e3.d.ts → tslib.es6-76d4522b.d.ts} +0 -0
- package/{select-with-tags/tslib.es6-a8343e8d.js → modal/tslib.es6-76d4522b.js} +0 -0
- package/notification-manager/{component-76aedc9a.d.ts → component-fbadf741.d.ts} +0 -0
- package/notification-manager/{component-76aedc9a.js → component-fbadf741.js} +0 -0
- package/notification-manager/component.js +1 -1
- package/notification-manager/components/index.js +1 -1
- package/notification-manager/components/notification/component.js +1 -1
- package/notification-manager/components/notification/index.d.ts +1 -1
- package/notification-manager/components/notification/index.js +1 -1
- package/notification-manager/esm/{component-d54785d5.d.ts → component-c09bd0d5.d.ts} +0 -0
- package/notification-manager/esm/{component-d54785d5.js → component-c09bd0d5.js} +0 -0
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/components/index.js +1 -1
- package/notification-manager/esm/components/notification/component.js +1 -1
- package/notification-manager/esm/components/notification/index.d.ts +1 -1
- package/notification-manager/esm/components/notification/index.js +1 -1
- package/notification-manager/esm/index.js +1 -1
- package/notification-manager/index.js +1 -1
- package/package.json +1 -3
- package/picker-button/Component.js +1 -1
- package/picker-button/cssm/Component.d.ts +1 -1
- package/picker-button/esm/Component.js +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.js +1 -1
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.js +1 -1
- package/picker-button/esm/{tslib.es6-a97c0bed.d.ts → tslib.es6-10044b75.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-a97c0bed.js → tslib.es6-10044b75.js} +0 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.js +1 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.js +1 -1
- package/picker-button/{tslib.es6-2183264b.d.ts → tslib.es6-d79f5033.d.ts} +0 -0
- package/{table/tslib.es6-eafa09c6.js → picker-button/tslib.es6-d79f5033.js} +0 -0
- package/select/{Component-7c4de44b.d.ts → Component-51a4d11a.d.ts} +0 -0
- package/select/{Component-7c4de44b.js → Component-51a4d11a.js} +3 -3
- package/select/{Component-da275932.d.ts → Component-64124cb3.d.ts} +0 -0
- package/select/{Component-da275932.js → Component-64124cb3.js} +1 -1
- package/select/Component.js +2 -2
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.d.ts +1 -1
- package/select/components/base-select/index.js +2 -2
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +4 -4
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.js +1 -1
- package/select/components/select-mobile/Component.js +4 -4
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +4 -4
- package/select/components/select-mobile/options-list/Component.js +1 -1
- package/select/components/select-mobile/options-list/index.js +1 -1
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.js +1 -1
- package/select/esm/{Component-536c1127.d.ts → Component-e2584aec.d.ts} +0 -0
- package/select/esm/{Component-536c1127.js → Component-e2584aec.js} +2 -2
- package/select/esm/{Component-2acd48f1.d.ts → Component-f802b298.d.ts} +0 -0
- package/select/esm/{Component-2acd48f1.js → Component-f802b298.js} +9 -9
- package/select/esm/Component.js +8 -8
- package/select/esm/components/base-select/Component.js +3 -3
- package/select/esm/components/base-select/index.d.ts +1 -1
- package/select/esm/components/base-select/index.js +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.js +2 -2
- package/select/esm/components/index.js +10 -10
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +2 -2
- package/select/esm/components/options-list/index.js +2 -2
- package/select/esm/components/select-mobile/Component.js +10 -10
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +10 -10
- package/select/esm/components/select-mobile/options-list/Component.js +1 -1
- package/select/esm/components/select-mobile/options-list/index.js +1 -1
- package/select/esm/components/virtual-options-list/Component.js +2 -2
- package/select/esm/components/virtual-options-list/index.js +2 -2
- package/select/esm/index.js +10 -10
- package/select/esm/{intersection-observer-f91cc8b9.d.ts → intersection-observer-7c638d55.d.ts} +0 -0
- package/select/esm/{intersection-observer-f91cc8b9.js → intersection-observer-7c638d55.js} +0 -0
- package/select/esm/presets/index.js +10 -10
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +10 -10
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/{tslib.es6-c31747c5.d.ts → tslib.es6-9beac599.d.ts} +0 -0
- package/select/esm/{tslib.es6-c31747c5.js → tslib.es6-9beac599.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-f92b805b.d.ts → intersection-observer-efee3863.d.ts} +0 -0
- package/select/{intersection-observer-f92b805b.js → intersection-observer-efee3863.js} +0 -0
- package/select/modern/{Component-9011b487.d.ts → Component-40f36cac.d.ts} +0 -0
- package/select/modern/{Component-9011b487.js → Component-40f36cac.js} +1 -1
- package/select/modern/{Component-958bcf38.d.ts → Component-c0535ec5.d.ts} +1 -1
- package/select/modern/{Component-958bcf38.js → Component-c0535ec5.js} +5 -5
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/Component.js +4 -4
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/index.d.ts +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +6 -6
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.js +1 -1
- package/select/modern/components/select-mobile/Component.js +6 -6
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +6 -6
- package/select/modern/index.js +6 -6
- package/select/modern/{intersection-observer-f91cc8b9.d.ts → intersection-observer-7c638d55.d.ts} +0 -0
- package/select/modern/{intersection-observer-f91cc8b9.js → intersection-observer-7c638d55.js} +0 -0
- package/select/modern/presets/index.js +6 -6
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +6 -6
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
- package/select/presets/index.js +4 -4
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useSelectWithApply/hook.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/{tslib.es6-3d713e94.d.ts → tslib.es6-027fa516.d.ts} +0 -0
- package/{calendar/cssm/tslib.es6-f8106a15.js → select/tslib.es6-027fa516.js} +0 -0
- package/select-with-tags/component.js +1 -1
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/component.js +1 -1
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/{tslib.es6-1394dc57.d.ts → tslib.es6-f0ebc249.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-1394dc57.js → tslib.es6-f0ebc249.js} +0 -0
- package/select-with-tags/esm/utils/index.js +1 -1
- package/select-with-tags/esm/utils/match.js +1 -1
- package/select-with-tags/index.js +1 -1
- package/select-with-tags/{tslib.es6-a8343e8d.d.ts → tslib.es6-3de86d80.d.ts} +0 -0
- package/{tabs/tslib.es6-0e46fec9.js → select-with-tags/tslib.es6-3de86d80.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/space/Component.js +1 -1
- package/space/{Item-fc1e098b.d.ts → Item-8d82ba8a.d.ts} +0 -0
- package/space/{Item-fc1e098b.js → Item-8d82ba8a.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-e1eb539f.d.ts → Item-03668c23.d.ts} +0 -0
- package/space/esm/{Item-e1eb539f.js → Item-03668c23.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- package/table/component.js +1 -1
- package/table/components/index.js +1 -1
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.js +1 -1
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.js +1 -1
- package/table/components/table/utils.js +1 -1
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.js +1 -1
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.js +1 -1
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.js +1 -1
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.js +1 -1
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.js +1 -1
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.js +1 -1
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/component.js +1 -1
- package/table/esm/components/index.js +1 -1
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.js +1 -1
- package/table/esm/components/table/utils.js +1 -1
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.js +1 -1
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.js +1 -1
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.js +1 -1
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.js +1 -1
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.js +1 -1
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/index.js +1 -1
- package/table/esm/{tslib.es6-91a11d00.d.ts → tslib.es6-ad81f009.d.ts} +0 -0
- package/table/esm/{tslib.es6-91a11d00.js → tslib.es6-ad81f009.js} +0 -0
- package/table/index.js +1 -1
- package/table/{tslib.es6-eafa09c6.d.ts → tslib.es6-214630a4.d.ts} +0 -0
- package/table/tslib.es6-214630a4.js +40 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/cssm/components/tabs/Component.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.mobile.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.responsive.d.ts +1 -1
- package/tabs/desktop.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-07a43ca1.js → index.module-995dad82.js} +0 -0
- package/tabs/esm/{index.module-f02ee395.js → index.module-a56c6667.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-755f88e0.d.ts → tslib.es6-3e410286.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-755f88e0.js → tslib.es6-3e410286.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-87a019fa.js → index.module-20b26889.js} +0 -0
- package/tabs/{index.module-6078b89f.js → index.module-877130e5.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-07a43ca1.js → index.module-995dad82.js} +0 -0
- package/tabs/modern/{index.module-f02ee395.js → index.module-a56c6667.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-0e46fec9.d.ts → tslib.es6-37c71870.d.ts} +0 -0
- package/tabs/tslib.es6-37c71870.js +40 -0
- package/themes/compiled/mobile-dark-bluetint.css +533 -557
- package/tooltip/{Component-b67a11ed.d.ts → Component-74ef4ddb.d.ts} +0 -0
- package/tooltip/{Component-b67a11ed.js → Component-74ef4ddb.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-3875d485.d.ts → Component-6441d429.d.ts} +0 -0
- package/tooltip/esm/{Component-3875d485.js → Component-6441d429.js} +0 -0
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/responsive.js +1 -1
- package/typography/{colors.module-3b9dbb65.d.ts → colors.module-3d95adc6.d.ts} +0 -0
- package/typography/{colors.module-3b9dbb65.js → colors.module-3d95adc6.js} +0 -0
- package/typography/{common.module-796daa90.js → common.module-c0b7ca74.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-05f39028.d.ts → colors.module-414694de.d.ts} +0 -0
- package/typography/esm/{colors.module-05f39028.js → colors.module-414694de.js} +0 -0
- package/typography/esm/{common.module-b398c670.js → common.module-fe546757.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-e3050210.js → colors.module-da2c92a3.js} +0 -0
- package/typography/modern/{common.module-b398c670.js → common.module-fe546757.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.d.ts +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.d.ts +2 -2
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.d.ts +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.d.ts +3 -3
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/calendar/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/components/calendar-mobile/Component.js +0 -202
- package/calendar/components/calendar-mobile/index.css +0 -97
- package/calendar/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/components/calendar-mobile/index.js +0 -72
- package/calendar/cssm/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/cssm/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/cssm/components/calendar-mobile/Component.js +0 -209
- package/calendar/cssm/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/cssm/components/calendar-mobile/index.js +0 -81
- package/calendar/cssm/components/calendar-mobile/index.module.css +0 -96
- package/calendar/cssm/index-bdb4c6b9.d.ts +0 -221
- package/calendar/esm/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/esm/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/esm/components/calendar-mobile/Component.js +0 -192
- package/calendar/esm/components/calendar-mobile/index.css +0 -97
- package/calendar/esm/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/esm/components/calendar-mobile/index.js +0 -66
- package/calendar/esm/index-bdb4c6b9.d.ts +0 -221
- package/calendar/esm/tslib.es6-374db934.js +0 -48
- package/calendar/index-bdb4c6b9.d.ts +0 -221
- package/calendar/modern/Context-bdb4c6b9.d.ts +0 -4
- package/calendar/modern/components/calendar-mobile/Component.d.ts +0 -40
- package/calendar/modern/components/calendar-mobile/Component.js +0 -188
- package/calendar/modern/components/calendar-mobile/index.css +0 -97
- package/calendar/modern/components/calendar-mobile/index.d.ts +0 -1
- package/calendar/modern/components/calendar-mobile/index.js +0 -65
- package/calendar/modern/index-bdb4c6b9.d.ts +0 -221
- package/calendar/tslib.es6-7e766274.js +0 -49
- package/select/tslib.es6-3d713e94.js +0 -49
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/* hash: th2dj */
|
|
2
|
-
:root {
|
|
3
|
-
--color-light-bg-primary: #fff;
|
|
4
|
-
--color-light-border-primary: #dbdee1;
|
|
5
|
-
--color-light-text-primary: #0b1f35;
|
|
6
|
-
--color-light-text-secondary: #546272;
|
|
7
|
-
}
|
|
8
|
-
:root {
|
|
9
|
-
|
|
10
|
-
/* Hard */
|
|
11
|
-
|
|
12
|
-
/* Up */
|
|
13
|
-
|
|
14
|
-
/* Hard up */
|
|
15
|
-
}
|
|
16
|
-
:root {
|
|
17
|
-
--gap-xs: 8px;
|
|
18
|
-
--gap-m: 16px;
|
|
19
|
-
--gap-2xl: 32px;
|
|
20
|
-
}
|
|
21
|
-
:root {
|
|
22
|
-
|
|
23
|
-
/* Кнопки выбора месяцев и годов */
|
|
24
|
-
|
|
25
|
-
/* Шапка */
|
|
26
|
-
|
|
27
|
-
/* День */
|
|
28
|
-
--calendar-day-size: 40px;
|
|
29
|
-
|
|
30
|
-
/* today */
|
|
31
|
-
|
|
32
|
-
/* highlighted */
|
|
33
|
-
|
|
34
|
-
/* range */
|
|
35
|
-
|
|
36
|
-
/* selected */
|
|
37
|
-
|
|
38
|
-
/* disabled */
|
|
39
|
-
|
|
40
|
-
/* marker */
|
|
41
|
-
}
|
|
42
|
-
.calendar__wrapper_i75g8 {
|
|
43
|
-
background: var(--color-light-bg-primary);
|
|
44
|
-
}
|
|
45
|
-
.calendar__modalHeader_i75g8 {
|
|
46
|
-
z-index: 1000;
|
|
47
|
-
}
|
|
48
|
-
.calendar__modalFooter_i75g8 {
|
|
49
|
-
z-index: 1000;
|
|
50
|
-
}
|
|
51
|
-
.calendar__calendar_i75g8 {
|
|
52
|
-
width: unset;
|
|
53
|
-
}
|
|
54
|
-
.calendar__calendar_i75g8 th {
|
|
55
|
-
border-bottom: 1px solid var(--color-light-border-primary);
|
|
56
|
-
}
|
|
57
|
-
.calendar__calendarHeader_i75g8 {
|
|
58
|
-
padding: 0 var(--gap-m);
|
|
59
|
-
width: 100%;
|
|
60
|
-
position: sticky;
|
|
61
|
-
border-bottom: 1px solid var(--color-light-border-primary);
|
|
62
|
-
background: var(--modal-header-background);
|
|
63
|
-
top: 48px;
|
|
64
|
-
height: 32px;
|
|
65
|
-
z-index: 1000;
|
|
66
|
-
}
|
|
67
|
-
.calendar__calendarHeader_i75g8 th {
|
|
68
|
-
height: 100%;
|
|
69
|
-
}
|
|
70
|
-
.calendar__month_i75g8 {
|
|
71
|
-
font-style: normal;
|
|
72
|
-
font-weight: 700;
|
|
73
|
-
font-size: 12px;
|
|
74
|
-
line-height: 16px;
|
|
75
|
-
letter-spacing: 1.25px;
|
|
76
|
-
text-transform: uppercase;
|
|
77
|
-
color: var(--color-light-text-primary);
|
|
78
|
-
margin-bottom: var(--gap-xs);
|
|
79
|
-
}
|
|
80
|
-
.calendar__daysTable_i75g8 {
|
|
81
|
-
display: flex;
|
|
82
|
-
flex-direction: column;
|
|
83
|
-
margin-top: var(--gap-2xl);
|
|
84
|
-
}
|
|
85
|
-
.calendar__dayName_i75g8 {
|
|
86
|
-
font-size: 14px;
|
|
87
|
-
line-height: 20px;
|
|
88
|
-
font-weight: 400;
|
|
89
|
-
|
|
90
|
-
height: var(--calendar-day-size);
|
|
91
|
-
color: var(--color-light-text-secondary)
|
|
92
|
-
}
|
|
93
|
-
@media (max-width: 374px) {
|
|
94
|
-
.calendar__dayName_i75g8 {
|
|
95
|
-
height: 36px
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./Component";
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import '../../tslib.es6-374db934.js';
|
|
2
|
-
import 'react';
|
|
3
|
-
import 'classnames';
|
|
4
|
-
import 'date-fns/startOfDay';
|
|
5
|
-
import 'date-fns/startOfMonth';
|
|
6
|
-
import 'date-fns/endOfDay';
|
|
7
|
-
import '@alfalab/hooks';
|
|
8
|
-
import '../header/Component.js';
|
|
9
|
-
import '../../../../button/esm';
|
|
10
|
-
import 'date-fns/isEqual';
|
|
11
|
-
import 'date-fns/isLastDayOfMonth';
|
|
12
|
-
import 'date-fns/isSameDay';
|
|
13
|
-
import 'date-fns/isToday';
|
|
14
|
-
import 'date-fns/isWithinInterval';
|
|
15
|
-
import 'react-transition-group';
|
|
16
|
-
import 'date-fns/eachDayOfInterval';
|
|
17
|
-
import 'date-fns/eachMonthOfInterval';
|
|
18
|
-
import 'date-fns/eachYearOfInterval';
|
|
19
|
-
import 'date-fns/lastDayOfMonth';
|
|
20
|
-
import 'date-fns/startOfYear';
|
|
21
|
-
import 'date-fns/endOfYear';
|
|
22
|
-
import 'date-fns/isBefore';
|
|
23
|
-
import 'date-fns/isAfter';
|
|
24
|
-
import 'date-fns/min';
|
|
25
|
-
import 'date-fns/max';
|
|
26
|
-
import 'date-fns/addDays';
|
|
27
|
-
import 'date-fns/addMonths';
|
|
28
|
-
import 'date-fns/endOfWeek';
|
|
29
|
-
import 'date-fns/startOfWeek';
|
|
30
|
-
import 'date-fns/subDays';
|
|
31
|
-
import 'date-fns/subMonths';
|
|
32
|
-
import 'date-fns/format';
|
|
33
|
-
import 'date-fns/parse';
|
|
34
|
-
import '../../utils.js';
|
|
35
|
-
import '../days-table/Component.js';
|
|
36
|
-
import 'date-fns/isSameMonth';
|
|
37
|
-
import 'date-fns/isThisMonth';
|
|
38
|
-
import '../select-button/Component.js';
|
|
39
|
-
import '../months-table/Component.js';
|
|
40
|
-
import 'date-fns/isSameYear';
|
|
41
|
-
import 'date-fns/isThisYear';
|
|
42
|
-
import '../years-table/Component.js';
|
|
43
|
-
import '../../../../icon-button/esm';
|
|
44
|
-
import '@alfalab/icons-glyph/ChevronBackMIcon';
|
|
45
|
-
import 'date-fns/addQuarters';
|
|
46
|
-
import 'date-fns/addWeeks';
|
|
47
|
-
import 'date-fns/addYears';
|
|
48
|
-
import 'date-fns/endOfMonth';
|
|
49
|
-
import 'date-fns/endOfQuarter';
|
|
50
|
-
import 'date-fns/getQuarter';
|
|
51
|
-
import 'date-fns/getYear';
|
|
52
|
-
import 'date-fns/isYesterday';
|
|
53
|
-
import 'date-fns/startOfQuarter';
|
|
54
|
-
import '../period-slider/utils.js';
|
|
55
|
-
import '../period-slider/Component.js';
|
|
56
|
-
import 'date-fns/setYear';
|
|
57
|
-
import 'date-fns/subYears';
|
|
58
|
-
import 'react-merge-refs';
|
|
59
|
-
import '../../useCalendar.js';
|
|
60
|
-
import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
|
|
61
|
-
import '../month-year-header/Component.js';
|
|
62
|
-
import '../../Component.js';
|
|
63
|
-
import 'date-fns/differenceInDays';
|
|
64
|
-
import 'react-virtuoso';
|
|
65
|
-
import '../../../../modal/esm/mobile';
|
|
66
|
-
export { CalendarMobile } from './Component.js';
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
/// <reference types="react-transition-group" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
|
|
4
|
-
import React from "react";
|
|
5
|
-
import { MouseEvent, KeyboardEvent, ReactNode, Ref, FC, MutableRefObject, RefObject } from "react";
|
|
6
|
-
import { TransitionProps } from "react-transition-group/Transition";
|
|
7
|
-
import { CSSTransitionClassNames } from "react-transition-group/CSSTransition";
|
|
8
|
-
type PortalProps = {
|
|
9
|
-
/** Контент */
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
/**
|
|
12
|
-
* Функция, возвращающая контейнер, в который будут рендериться дочерние элементы
|
|
13
|
-
*/
|
|
14
|
-
getPortalContainer?: () => Element;
|
|
15
|
-
};
|
|
16
|
-
type BackdropProps = Partial<TransitionProps> & {
|
|
17
|
-
/**
|
|
18
|
-
* Прозрачный бэкдроп
|
|
19
|
-
*/
|
|
20
|
-
invisible?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Управляет видимостью компонента
|
|
23
|
-
*/
|
|
24
|
-
open: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Обработчик клика по бэкдропу
|
|
27
|
-
*/
|
|
28
|
-
onClose?: (event: MouseEvent<HTMLElement>) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Дополнительный класс
|
|
31
|
-
*/
|
|
32
|
-
className?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Классы анимации
|
|
35
|
-
*
|
|
36
|
-
* http://reactcommunity.org/react-transition-group/css-transition#CSSTransition-prop-classNames
|
|
37
|
-
*/
|
|
38
|
-
transitionClassNames?: string | CSSTransitionClassNames;
|
|
39
|
-
/**
|
|
40
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
41
|
-
*/
|
|
42
|
-
dataTestId?: string;
|
|
43
|
-
};
|
|
44
|
-
type BaseModalProps = {
|
|
45
|
-
/**
|
|
46
|
-
* Контент
|
|
47
|
-
*/
|
|
48
|
-
children?: ReactNode;
|
|
49
|
-
/**
|
|
50
|
-
* Компонент бэкдропа
|
|
51
|
-
*/
|
|
52
|
-
Backdrop?: FC<BackdropProps>;
|
|
53
|
-
/**
|
|
54
|
-
* Свойства для Бэкдропа
|
|
55
|
-
*/
|
|
56
|
-
backdropProps?: Partial<BackdropProps> & Record<string, unknown>;
|
|
57
|
-
/**
|
|
58
|
-
* Нода, компонент или функция возвращающая их
|
|
59
|
-
*
|
|
60
|
-
* Контейнер к которому будут добавляться порталы
|
|
61
|
-
*/
|
|
62
|
-
container?: PortalProps["getPortalContainer"];
|
|
63
|
-
/**
|
|
64
|
-
* Отключает автоматический перевод фокуса на модалку при открытии
|
|
65
|
-
* @default false
|
|
66
|
-
*/
|
|
67
|
-
disableAutoFocus?: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* Отключает ловушку фокуса
|
|
70
|
-
* @default false
|
|
71
|
-
*/
|
|
72
|
-
disableFocusLock?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* Отключает восстановление фокуса на предыдущем элементе после закрытия модалки
|
|
75
|
-
* @default false
|
|
76
|
-
*/
|
|
77
|
-
disableRestoreFocus?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Отключает вызов `callback` при нажатии Escape
|
|
80
|
-
* @default false
|
|
81
|
-
*/
|
|
82
|
-
disableEscapeKeyDown?: boolean;
|
|
83
|
-
/**
|
|
84
|
-
* Отключает вызов `callback` при клике на бэкдроп
|
|
85
|
-
* @default false
|
|
86
|
-
*/
|
|
87
|
-
disableBackdropClick?: boolean;
|
|
88
|
-
/**
|
|
89
|
-
* Содержимое модалки всегда в DOM
|
|
90
|
-
* @default false
|
|
91
|
-
*/
|
|
92
|
-
keepMounted?: boolean;
|
|
93
|
-
/**
|
|
94
|
-
* Управление видимостью модалки
|
|
95
|
-
*/
|
|
96
|
-
open: boolean;
|
|
97
|
-
/**
|
|
98
|
-
* Дополнительный класс
|
|
99
|
-
*/
|
|
100
|
-
className?: string;
|
|
101
|
-
/**
|
|
102
|
-
* Дополнительный класс
|
|
103
|
-
*/
|
|
104
|
-
contentClassName?: string;
|
|
105
|
-
/**
|
|
106
|
-
* Дополнительный класс для обертки (Modal)
|
|
107
|
-
*/
|
|
108
|
-
wrapperClassName?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Обработчик скролла контента
|
|
111
|
-
*/
|
|
112
|
-
scrollHandler?: "wrapper" | "content" | MutableRefObject<HTMLDivElement | null>;
|
|
113
|
-
/**
|
|
114
|
-
* Пропсы для анимации (CSSTransition)
|
|
115
|
-
*/
|
|
116
|
-
transitionProps?: Partial<TransitionProps>;
|
|
117
|
-
/**
|
|
118
|
-
* Обработчик события нажатия на бэкдроп
|
|
119
|
-
*/
|
|
120
|
-
onBackdropClick?: (event: MouseEvent) => void;
|
|
121
|
-
/**
|
|
122
|
-
* Обработчик события нажатия на Escape
|
|
123
|
-
*
|
|
124
|
-
* Если `disableEscapeKeyDown` - false и модальное окно в фокусе
|
|
125
|
-
*/
|
|
126
|
-
onEscapeKeyDown?: (event: KeyboardEvent) => void;
|
|
127
|
-
/**
|
|
128
|
-
* Обработчик закрытия
|
|
129
|
-
*/
|
|
130
|
-
onClose?: (event: MouseEvent<HTMLElement> | KeyboardEvent<HTMLElement>, reason?: "backdropClick" | "escapeKeyDown" | "closerClick") => void;
|
|
131
|
-
/**
|
|
132
|
-
* Обработчик события onEntered компонента Transition
|
|
133
|
-
*/
|
|
134
|
-
onMount?: () => void;
|
|
135
|
-
/**
|
|
136
|
-
* Обработчик события onExited компонента Transition
|
|
137
|
-
*/
|
|
138
|
-
onUnmount?: () => void;
|
|
139
|
-
/**
|
|
140
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
141
|
-
*/
|
|
142
|
-
dataTestId?: string;
|
|
143
|
-
/**
|
|
144
|
-
* z-index компонента
|
|
145
|
-
*/
|
|
146
|
-
zIndex?: number;
|
|
147
|
-
/**
|
|
148
|
-
* Реф, который должен быть установлен компонентной области
|
|
149
|
-
*/
|
|
150
|
-
componentRef?: MutableRefObject<HTMLDivElement | null>;
|
|
151
|
-
};
|
|
152
|
-
type BaseModalContext = {
|
|
153
|
-
hasFooter?: boolean;
|
|
154
|
-
hasHeader?: boolean;
|
|
155
|
-
hasScroll?: boolean;
|
|
156
|
-
headerHighlighted?: boolean;
|
|
157
|
-
footerHighlighted?: boolean;
|
|
158
|
-
headerOffset?: number;
|
|
159
|
-
setHeaderOffset: (offset: number) => void;
|
|
160
|
-
contentRef: Ref<HTMLElement>;
|
|
161
|
-
setHasHeader: (exists: boolean) => void;
|
|
162
|
-
setHasFooter: (exists: boolean) => void;
|
|
163
|
-
onClose: Required<BaseModalProps>["onClose"];
|
|
164
|
-
};
|
|
165
|
-
declare const BaseModalContext: React.Context<BaseModalContext>;
|
|
166
|
-
declare const BaseModal: React.ForwardRefExoticComponent<BaseModalProps & React.RefAttributes<HTMLDivElement>>;
|
|
167
|
-
declare function isScrolledToTop(target: HTMLElement): boolean;
|
|
168
|
-
declare function isScrolledToBottom(target: HTMLElement): boolean;
|
|
169
|
-
declare function hasScrollbar(target: HTMLElement): boolean;
|
|
170
|
-
declare const restoreContainerStyles: (container: HTMLElement) => void;
|
|
171
|
-
declare const handleContainer: (container?: HTMLElement | undefined) => void;
|
|
172
|
-
/**
|
|
173
|
-
* Набор констант для z-index соответствующих классов компонентов.
|
|
174
|
-
* Значения выбраны по приоритету.
|
|
175
|
-
*/
|
|
176
|
-
declare const stackingOrder: {
|
|
177
|
-
FOCUSED: number;
|
|
178
|
-
DEFAULT: number;
|
|
179
|
-
POPOVER: number;
|
|
180
|
-
MODAL: number;
|
|
181
|
-
TOAST: number;
|
|
182
|
-
};
|
|
183
|
-
declare const StackingContext: import("react").Context<number>;
|
|
184
|
-
type StackProps = {
|
|
185
|
-
/**
|
|
186
|
-
* Render prop, в который передается функция.
|
|
187
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
188
|
-
*/
|
|
189
|
-
children: (value: number) => ReactNode;
|
|
190
|
-
/**
|
|
191
|
-
* Исходное значение для z-index.
|
|
192
|
-
* @default 5
|
|
193
|
-
*/
|
|
194
|
-
value?: number;
|
|
195
|
-
};
|
|
196
|
-
declare const Stack: FC<StackProps>;
|
|
197
|
-
declare const PORTAL_CONTAINER_ATTRIBUTE = "alfa-portal-container";
|
|
198
|
-
declare const getDefaultPortalContainer: () => Element;
|
|
199
|
-
declare function setRef<T>(ref: RefObject<T> | ((instance: T | null) => void) | null | undefined, value: T | null): void;
|
|
200
|
-
type SavedStyle = {
|
|
201
|
-
value: string;
|
|
202
|
-
key: string;
|
|
203
|
-
el: HTMLElement;
|
|
204
|
-
};
|
|
205
|
-
type RestoreStyle = {
|
|
206
|
-
container: HTMLElement;
|
|
207
|
-
modals: number;
|
|
208
|
-
styles: SavedStyle[];
|
|
209
|
-
};
|
|
210
|
-
declare class ModalStore {
|
|
211
|
-
private readonly restoreStyles;
|
|
212
|
-
constructor();
|
|
213
|
-
getRestoreStyles: () => RestoreStyle[];
|
|
214
|
-
}
|
|
215
|
-
declare const getModalStore: () => ModalStore;
|
|
216
|
-
declare class GlobalStore {
|
|
217
|
-
private readonly modalStore;
|
|
218
|
-
constructor();
|
|
219
|
-
getModalStore: () => ModalStore;
|
|
220
|
-
}
|
|
221
|
-
export { BaseModalProps, BaseModalContext, BaseModal, isScrolledToTop, isScrolledToBottom, hasScrollbar, restoreContainerStyles, handleContainer, stackingOrder, StackingContext, StackProps, Stack, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, SavedStyle, getModalStore, GlobalStore };
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/*! *****************************************************************************
|
|
2
|
-
Copyright (c) Microsoft Corporation.
|
|
3
|
-
|
|
4
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
-
purpose with or without fee is hereby granted.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
-
***************************************************************************** */
|
|
15
|
-
var __assign = function () {
|
|
16
|
-
__assign = Object.assign || function __assign(t) {
|
|
17
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
18
|
-
s = arguments[i];
|
|
19
|
-
for (var p in s)
|
|
20
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21
|
-
t[p] = s[p];
|
|
22
|
-
}
|
|
23
|
-
return t;
|
|
24
|
-
};
|
|
25
|
-
return __assign.apply(this, arguments);
|
|
26
|
-
};
|
|
27
|
-
function __rest(s, e) {
|
|
28
|
-
var t = {};
|
|
29
|
-
for (var p in s)
|
|
30
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
-
t[p] = s[p];
|
|
32
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
-
t[p[i]] = s[p[i]];
|
|
36
|
-
}
|
|
37
|
-
return t;
|
|
38
|
-
}
|
|
39
|
-
function __spreadArrays() {
|
|
40
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
41
|
-
s += arguments[i].length;
|
|
42
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
43
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
44
|
-
r[k] = a[j];
|
|
45
|
-
return r;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export { __assign as _, __rest as a, __spreadArrays as b };
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
/// <reference types="react-transition-group" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
|
|
4
|
-
import React from "react";
|
|
5
|
-
import { MouseEvent, KeyboardEvent, ReactNode, Ref, FC, MutableRefObject, RefObject } from "react";
|
|
6
|
-
import { TransitionProps } from "react-transition-group/Transition";
|
|
7
|
-
import { CSSTransitionClassNames } from "react-transition-group/CSSTransition";
|
|
8
|
-
type PortalProps = {
|
|
9
|
-
/** Контент */
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
/**
|
|
12
|
-
* Функция, возвращающая контейнер, в который будут рендериться дочерние элементы
|
|
13
|
-
*/
|
|
14
|
-
getPortalContainer?: () => Element;
|
|
15
|
-
};
|
|
16
|
-
type BackdropProps = Partial<TransitionProps> & {
|
|
17
|
-
/**
|
|
18
|
-
* Прозрачный бэкдроп
|
|
19
|
-
*/
|
|
20
|
-
invisible?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Управляет видимостью компонента
|
|
23
|
-
*/
|
|
24
|
-
open: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Обработчик клика по бэкдропу
|
|
27
|
-
*/
|
|
28
|
-
onClose?: (event: MouseEvent<HTMLElement>) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Дополнительный класс
|
|
31
|
-
*/
|
|
32
|
-
className?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Классы анимации
|
|
35
|
-
*
|
|
36
|
-
* http://reactcommunity.org/react-transition-group/css-transition#CSSTransition-prop-classNames
|
|
37
|
-
*/
|
|
38
|
-
transitionClassNames?: string | CSSTransitionClassNames;
|
|
39
|
-
/**
|
|
40
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
41
|
-
*/
|
|
42
|
-
dataTestId?: string;
|
|
43
|
-
};
|
|
44
|
-
type BaseModalProps = {
|
|
45
|
-
/**
|
|
46
|
-
* Контент
|
|
47
|
-
*/
|
|
48
|
-
children?: ReactNode;
|
|
49
|
-
/**
|
|
50
|
-
* Компонент бэкдропа
|
|
51
|
-
*/
|
|
52
|
-
Backdrop?: FC<BackdropProps>;
|
|
53
|
-
/**
|
|
54
|
-
* Свойства для Бэкдропа
|
|
55
|
-
*/
|
|
56
|
-
backdropProps?: Partial<BackdropProps> & Record<string, unknown>;
|
|
57
|
-
/**
|
|
58
|
-
* Нода, компонент или функция возвращающая их
|
|
59
|
-
*
|
|
60
|
-
* Контейнер к которому будут добавляться порталы
|
|
61
|
-
*/
|
|
62
|
-
container?: PortalProps["getPortalContainer"];
|
|
63
|
-
/**
|
|
64
|
-
* Отключает автоматический перевод фокуса на модалку при открытии
|
|
65
|
-
* @default false
|
|
66
|
-
*/
|
|
67
|
-
disableAutoFocus?: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* Отключает ловушку фокуса
|
|
70
|
-
* @default false
|
|
71
|
-
*/
|
|
72
|
-
disableFocusLock?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* Отключает восстановление фокуса на предыдущем элементе после закрытия модалки
|
|
75
|
-
* @default false
|
|
76
|
-
*/
|
|
77
|
-
disableRestoreFocus?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Отключает вызов `callback` при нажатии Escape
|
|
80
|
-
* @default false
|
|
81
|
-
*/
|
|
82
|
-
disableEscapeKeyDown?: boolean;
|
|
83
|
-
/**
|
|
84
|
-
* Отключает вызов `callback` при клике на бэкдроп
|
|
85
|
-
* @default false
|
|
86
|
-
*/
|
|
87
|
-
disableBackdropClick?: boolean;
|
|
88
|
-
/**
|
|
89
|
-
* Содержимое модалки всегда в DOM
|
|
90
|
-
* @default false
|
|
91
|
-
*/
|
|
92
|
-
keepMounted?: boolean;
|
|
93
|
-
/**
|
|
94
|
-
* Управление видимостью модалки
|
|
95
|
-
*/
|
|
96
|
-
open: boolean;
|
|
97
|
-
/**
|
|
98
|
-
* Дополнительный класс
|
|
99
|
-
*/
|
|
100
|
-
className?: string;
|
|
101
|
-
/**
|
|
102
|
-
* Дополнительный класс
|
|
103
|
-
*/
|
|
104
|
-
contentClassName?: string;
|
|
105
|
-
/**
|
|
106
|
-
* Дополнительный класс для обертки (Modal)
|
|
107
|
-
*/
|
|
108
|
-
wrapperClassName?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Обработчик скролла контента
|
|
111
|
-
*/
|
|
112
|
-
scrollHandler?: "wrapper" | "content" | MutableRefObject<HTMLDivElement | null>;
|
|
113
|
-
/**
|
|
114
|
-
* Пропсы для анимации (CSSTransition)
|
|
115
|
-
*/
|
|
116
|
-
transitionProps?: Partial<TransitionProps>;
|
|
117
|
-
/**
|
|
118
|
-
* Обработчик события нажатия на бэкдроп
|
|
119
|
-
*/
|
|
120
|
-
onBackdropClick?: (event: MouseEvent) => void;
|
|
121
|
-
/**
|
|
122
|
-
* Обработчик события нажатия на Escape
|
|
123
|
-
*
|
|
124
|
-
* Если `disableEscapeKeyDown` - false и модальное окно в фокусе
|
|
125
|
-
*/
|
|
126
|
-
onEscapeKeyDown?: (event: KeyboardEvent) => void;
|
|
127
|
-
/**
|
|
128
|
-
* Обработчик закрытия
|
|
129
|
-
*/
|
|
130
|
-
onClose?: (event: MouseEvent<HTMLElement> | KeyboardEvent<HTMLElement>, reason?: "backdropClick" | "escapeKeyDown" | "closerClick") => void;
|
|
131
|
-
/**
|
|
132
|
-
* Обработчик события onEntered компонента Transition
|
|
133
|
-
*/
|
|
134
|
-
onMount?: () => void;
|
|
135
|
-
/**
|
|
136
|
-
* Обработчик события onExited компонента Transition
|
|
137
|
-
*/
|
|
138
|
-
onUnmount?: () => void;
|
|
139
|
-
/**
|
|
140
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
141
|
-
*/
|
|
142
|
-
dataTestId?: string;
|
|
143
|
-
/**
|
|
144
|
-
* z-index компонента
|
|
145
|
-
*/
|
|
146
|
-
zIndex?: number;
|
|
147
|
-
/**
|
|
148
|
-
* Реф, который должен быть установлен компонентной области
|
|
149
|
-
*/
|
|
150
|
-
componentRef?: MutableRefObject<HTMLDivElement | null>;
|
|
151
|
-
};
|
|
152
|
-
type BaseModalContext = {
|
|
153
|
-
hasFooter?: boolean;
|
|
154
|
-
hasHeader?: boolean;
|
|
155
|
-
hasScroll?: boolean;
|
|
156
|
-
headerHighlighted?: boolean;
|
|
157
|
-
footerHighlighted?: boolean;
|
|
158
|
-
headerOffset?: number;
|
|
159
|
-
setHeaderOffset: (offset: number) => void;
|
|
160
|
-
contentRef: Ref<HTMLElement>;
|
|
161
|
-
setHasHeader: (exists: boolean) => void;
|
|
162
|
-
setHasFooter: (exists: boolean) => void;
|
|
163
|
-
onClose: Required<BaseModalProps>["onClose"];
|
|
164
|
-
};
|
|
165
|
-
declare const BaseModalContext: React.Context<BaseModalContext>;
|
|
166
|
-
declare const BaseModal: React.ForwardRefExoticComponent<BaseModalProps & React.RefAttributes<HTMLDivElement>>;
|
|
167
|
-
declare function isScrolledToTop(target: HTMLElement): boolean;
|
|
168
|
-
declare function isScrolledToBottom(target: HTMLElement): boolean;
|
|
169
|
-
declare function hasScrollbar(target: HTMLElement): boolean;
|
|
170
|
-
declare const restoreContainerStyles: (container: HTMLElement) => void;
|
|
171
|
-
declare const handleContainer: (container?: HTMLElement | undefined) => void;
|
|
172
|
-
/**
|
|
173
|
-
* Набор констант для z-index соответствующих классов компонентов.
|
|
174
|
-
* Значения выбраны по приоритету.
|
|
175
|
-
*/
|
|
176
|
-
declare const stackingOrder: {
|
|
177
|
-
FOCUSED: number;
|
|
178
|
-
DEFAULT: number;
|
|
179
|
-
POPOVER: number;
|
|
180
|
-
MODAL: number;
|
|
181
|
-
TOAST: number;
|
|
182
|
-
};
|
|
183
|
-
declare const StackingContext: import("react").Context<number>;
|
|
184
|
-
type StackProps = {
|
|
185
|
-
/**
|
|
186
|
-
* Render prop, в который передается функция.
|
|
187
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
188
|
-
*/
|
|
189
|
-
children: (value: number) => ReactNode;
|
|
190
|
-
/**
|
|
191
|
-
* Исходное значение для z-index.
|
|
192
|
-
* @default 5
|
|
193
|
-
*/
|
|
194
|
-
value?: number;
|
|
195
|
-
};
|
|
196
|
-
declare const Stack: FC<StackProps>;
|
|
197
|
-
declare const PORTAL_CONTAINER_ATTRIBUTE = "alfa-portal-container";
|
|
198
|
-
declare const getDefaultPortalContainer: () => Element;
|
|
199
|
-
declare function setRef<T>(ref: RefObject<T> | ((instance: T | null) => void) | null | undefined, value: T | null): void;
|
|
200
|
-
type SavedStyle = {
|
|
201
|
-
value: string;
|
|
202
|
-
key: string;
|
|
203
|
-
el: HTMLElement;
|
|
204
|
-
};
|
|
205
|
-
type RestoreStyle = {
|
|
206
|
-
container: HTMLElement;
|
|
207
|
-
modals: number;
|
|
208
|
-
styles: SavedStyle[];
|
|
209
|
-
};
|
|
210
|
-
declare class ModalStore {
|
|
211
|
-
private readonly restoreStyles;
|
|
212
|
-
constructor();
|
|
213
|
-
getRestoreStyles: () => RestoreStyle[];
|
|
214
|
-
}
|
|
215
|
-
declare const getModalStore: () => ModalStore;
|
|
216
|
-
declare class GlobalStore {
|
|
217
|
-
private readonly modalStore;
|
|
218
|
-
constructor();
|
|
219
|
-
getModalStore: () => ModalStore;
|
|
220
|
-
}
|
|
221
|
-
export { BaseModalProps, BaseModalContext, BaseModal, isScrolledToTop, isScrolledToBottom, hasScrollbar, restoreContainerStyles, handleContainer, stackingOrder, StackingContext, StackProps, Stack, PORTAL_CONTAINER_ATTRIBUTE, getDefaultPortalContainer, setRef, SavedStyle, getModalStore, GlobalStore };
|