@alfalab/core-components 41.11.0-beta.0 → 41.11.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/calendar/Component.responsive.js +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile.js +1 -1
- package/calendar/esm/responsive.d.ts +1 -1
- package/calendar/esm/responsive.js +1 -1
- package/calendar/index.js +1 -1
- package/calendar/mobile.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile.js +1 -1
- package/calendar/modern/responsive.d.ts +1 -1
- package/calendar/modern/responsive.js +1 -1
- package/calendar/responsive.d.ts +1 -1
- package/calendar/responsive.js +1 -1
- package/day-of-month-picker/Component.desktop.d.ts +7 -2
- package/day-of-month-picker/Component.desktop.js +33 -37
- package/day-of-month-picker/Component.responsive.d.ts +3 -7
- package/day-of-month-picker/Component.responsive.js +5 -7
- package/day-of-month-picker/components/day-input-field/DayInputField.d.ts +10 -0
- package/day-of-month-picker/components/day-input-field/DayInputField.js +17 -0
- package/day-of-month-picker/components/day-of-month-picker-mobile/Component.d.ts +2 -21
- package/day-of-month-picker/components/day-of-month-picker-mobile/Component.js +19 -22
- package/day-of-month-picker/components/day-of-month-picker-mobile/index.js +4 -9
- package/day-of-month-picker/components/days-table/Component.d.ts +3 -17
- package/day-of-month-picker/components/days-table/Component.js +27 -28
- package/day-of-month-picker/components/days-table/index.css +28 -67
- package/day-of-month-picker/components/days-table/index.js +1 -2
- package/day-of-month-picker/cssm/Component.desktop.d.ts +7 -2
- package/day-of-month-picker/cssm/Component.desktop.js +32 -36
- package/day-of-month-picker/cssm/Component.responsive.d.ts +3 -7
- package/day-of-month-picker/cssm/Component.responsive.js +5 -8
- package/day-of-month-picker/cssm/components/day-input-field/DayInputField.d.ts +10 -0
- package/day-of-month-picker/cssm/components/day-input-field/DayInputField.js +17 -0
- package/day-of-month-picker/cssm/components/day-of-month-picker-mobile/Component.d.ts +2 -21
- package/day-of-month-picker/cssm/components/day-of-month-picker-mobile/Component.js +19 -22
- package/day-of-month-picker/cssm/components/day-of-month-picker-mobile/index.js +4 -11
- package/day-of-month-picker/cssm/components/days-table/Component.d.ts +3 -17
- package/day-of-month-picker/cssm/components/days-table/Component.js +26 -27
- package/day-of-month-picker/cssm/components/days-table/index.js +1 -2
- package/day-of-month-picker/cssm/components/days-table/index.module.css +28 -67
- package/day-of-month-picker/cssm/desktop.js +4 -7
- package/day-of-month-picker/cssm/desktop.module.css +9 -35
- package/day-of-month-picker/cssm/index.d.ts +0 -1
- package/day-of-month-picker/cssm/index.js +5 -9
- package/day-of-month-picker/cssm/mobile.js +4 -11
- package/day-of-month-picker/cssm/responsive.js +6 -9
- package/day-of-month-picker/cssm/vars.css +1 -7
- package/day-of-month-picker/desktop.css +9 -36
- package/day-of-month-picker/desktop.js +4 -7
- package/day-of-month-picker/esm/Component.desktop.d.ts +7 -2
- package/day-of-month-picker/esm/Component.desktop.js +34 -37
- package/day-of-month-picker/esm/Component.responsive.d.ts +3 -7
- package/day-of-month-picker/esm/Component.responsive.js +5 -7
- package/day-of-month-picker/esm/components/day-input-field/DayInputField.d.ts +10 -0
- package/day-of-month-picker/esm/components/day-input-field/DayInputField.js +11 -0
- package/day-of-month-picker/esm/components/day-of-month-picker-mobile/Component.d.ts +2 -21
- package/day-of-month-picker/esm/components/day-of-month-picker-mobile/Component.js +20 -22
- package/day-of-month-picker/esm/components/day-of-month-picker-mobile/index.js +4 -9
- package/day-of-month-picker/esm/components/days-table/Component.d.ts +3 -17
- package/day-of-month-picker/esm/components/days-table/Component.js +28 -29
- package/day-of-month-picker/esm/components/days-table/index.css +28 -67
- package/day-of-month-picker/esm/components/days-table/index.js +1 -2
- package/day-of-month-picker/esm/desktop.css +9 -36
- package/day-of-month-picker/esm/desktop.js +4 -7
- package/day-of-month-picker/esm/index.d.ts +0 -1
- package/day-of-month-picker/esm/index.js +5 -7
- package/day-of-month-picker/esm/mobile.js +4 -9
- package/day-of-month-picker/esm/responsive.js +6 -8
- package/day-of-month-picker/index.d.ts +0 -1
- package/day-of-month-picker/index.js +5 -8
- package/day-of-month-picker/mobile.js +4 -9
- package/day-of-month-picker/modern/Component.desktop.d.ts +7 -2
- package/day-of-month-picker/modern/Component.desktop.js +33 -34
- package/day-of-month-picker/modern/Component.responsive.d.ts +3 -7
- package/day-of-month-picker/modern/Component.responsive.js +5 -7
- package/day-of-month-picker/modern/components/day-input-field/DayInputField.d.ts +10 -0
- package/day-of-month-picker/modern/components/day-input-field/DayInputField.js +8 -0
- package/day-of-month-picker/modern/components/day-of-month-picker-mobile/Component.d.ts +2 -21
- package/day-of-month-picker/modern/components/day-of-month-picker-mobile/Component.js +20 -20
- package/day-of-month-picker/modern/components/day-of-month-picker-mobile/index.js +4 -8
- package/day-of-month-picker/modern/components/days-table/Component.d.ts +3 -17
- package/day-of-month-picker/modern/components/days-table/Component.js +28 -30
- package/day-of-month-picker/modern/components/days-table/index.css +28 -67
- package/day-of-month-picker/modern/components/days-table/index.js +1 -1
- package/day-of-month-picker/modern/desktop.css +9 -36
- package/day-of-month-picker/modern/desktop.js +4 -6
- package/day-of-month-picker/modern/index.d.ts +0 -1
- package/day-of-month-picker/modern/index.js +5 -7
- package/day-of-month-picker/modern/mobile.js +4 -8
- package/day-of-month-picker/modern/responsive.js +6 -8
- package/day-of-month-picker/responsive.js +6 -8
- 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 +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- 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 +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- 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/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.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 +2 -2
- package/gallery/modern/index.js +2 -2
- package/input-autocomplete/Component-bdb4c6b9.d.ts +7 -11
- package/input-autocomplete/Component-f12ee135.d.ts +3 -3
- package/input-autocomplete/{Component.mobile-b2c0420d.d.ts → Component.mobile-e81c389f.d.ts} +5 -2
- package/input-autocomplete/Component.modal.mobile.d.ts +1 -1
- package/input-autocomplete/modern/Component.desktop.d.ts +4 -4
- package/input-autocomplete/modern/Component.responsive.d.ts +4 -4
- package/package.json +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.responsive.d.ts +1 -1
- package/picker-button/typings-5e1b8383.d.ts +1 -1
- package/pure-cell/{component-c0726e78.js → component-7418c0be.js} +1 -1
- package/pure-cell/component-c49f24a8.d.ts +9 -9
- package/pure-cell/component.js +2 -2
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +2 -2
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +2 -2
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +2 -2
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +2 -2
- package/pure-cell/components/text/component.js +2 -2
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +2 -2
- package/pure-cell/esm/{component-82913cbf.js → component-45d0a4b5.js} +1 -1
- package/pure-cell/esm/component.js +2 -2
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +2 -2
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +2 -2
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +2 -2
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +2 -2
- package/pure-cell/esm/components/text/component.js +2 -2
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +2 -2
- package/pure-cell/esm/index.js +2 -2
- package/pure-cell/index.js +2 -2
- package/pure-cell/modern/{component-70640d33.js → component-261b9fa8.js} +1 -1
- package/pure-cell/modern/component.js +2 -2
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +2 -2
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +2 -2
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +2 -2
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +2 -2
- package/pure-cell/modern/components/text/component.js +2 -2
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +2 -2
- package/pure-cell/modern/index.js +2 -2
- package/select/{Component-f92f4e32.js → Component-0497ac01.js} +1 -1
- package/select/Component.js +1 -1
- package/select/Component.responsive.js +3 -3
- package/select/components/base-select/Component.js +1 -1
- package/select/components/base-select/index.js +1 -1
- package/select/components/base-select-mobile/Component.js +1 -1
- package/select/components/base-select-mobile/index.js +1 -1
- package/select/components/index.js +3 -3
- package/select/components/select-mobile/Component.js +3 -3
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +3 -3
- package/select/components/select-modal-mobile/Component.js +3 -3
- package/select/components/select-modal-mobile/index.d.ts +1 -1
- package/select/components/select-modal-mobile/index.js +3 -3
- package/select/esm/{Component-700e5358.js → Component-4f7e724f.js} +2 -2
- package/select/esm/Component.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +1 -1
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/base-select-mobile/Component.js +1 -1
- package/select/esm/components/base-select-mobile/index.js +1 -1
- package/select/esm/components/index.js +3 -3
- package/select/esm/components/select-mobile/Component.js +3 -3
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +3 -3
- package/select/esm/components/select-modal-mobile/Component.js +3 -3
- package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/esm/components/select-modal-mobile/index.js +3 -3
- package/select/esm/index-3885b0d7.d.ts +1 -1
- package/select/esm/index.js +3 -3
- package/select/esm/mobile.js +3 -3
- package/select/esm/presets/index.js +3 -3
- package/select/esm/presets/useLazyLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- 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 +3 -3
- package/select/esm/responsive.js +3 -3
- package/select/index-3885b0d7.d.ts +1 -1
- package/select/index.js +3 -3
- package/select/mobile.js +3 -3
- package/select/modern/{Component-975b73b2.js → Component-61808049.js} +2 -2
- package/select/modern/Component.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.js +1 -1
- package/select/modern/components/base-select-mobile/Component.js +1 -1
- package/select/modern/components/base-select-mobile/index.js +1 -1
- package/select/modern/components/index.js +3 -3
- package/select/modern/components/select-mobile/Component.js +3 -3
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +3 -3
- package/select/modern/components/select-modal-mobile/Component.js +3 -3
- package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/select/modern/components/select-modal-mobile/index.js +3 -3
- package/select/modern/index-3885b0d7.d.ts +1 -1
- package/select/modern/index.js +3 -3
- package/select/modern/mobile.js +3 -3
- package/select/modern/presets/index.js +3 -3
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- 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 +3 -3
- package/select/modern/responsive.js +3 -3
- package/select/presets/index.js +3 -3
- package/select/presets/useLazyLoading/hook.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/responsive.js +3 -3
- package/system-message/Component.desktop.js +1 -1
- package/system-message/Component.mobile.js +1 -1
- package/system-message/Components.responsive.js +1 -1
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.js +1 -1
- package/system-message/components/controls/Component.js +1 -1
- package/system-message/components/controls/index.js +1 -1
- package/system-message/components/graphic/Component.js +1 -1
- package/system-message/components/graphic/index.js +1 -1
- package/system-message/components/subtitle/Component.js +1 -1
- package/system-message/components/subtitle/index.js +1 -1
- package/system-message/components/title/Component.js +1 -1
- package/system-message/components/title/index.js +1 -1
- package/system-message/desktop.js +1 -1
- package/system-message/esm/Component.desktop.js +1 -1
- package/system-message/esm/Component.mobile.js +1 -1
- package/system-message/esm/Components.responsive.js +1 -1
- package/system-message/esm/components/caption/Component.js +1 -1
- package/system-message/esm/components/caption/index.js +1 -1
- package/system-message/esm/components/controls/Component.js +1 -1
- package/system-message/esm/components/controls/index.js +1 -1
- package/system-message/esm/components/graphic/Component.js +1 -1
- package/system-message/esm/components/graphic/index.js +1 -1
- package/system-message/esm/components/subtitle/Component.js +1 -1
- package/system-message/esm/components/subtitle/index.js +1 -1
- package/system-message/esm/components/title/Component.js +1 -1
- package/system-message/esm/components/title/index.js +1 -1
- package/system-message/esm/desktop.js +1 -1
- package/system-message/esm/index-3885b0d7.d.ts +1 -1
- package/system-message/esm/index.js +1 -1
- package/system-message/esm/mobile.js +1 -1
- package/system-message/esm/responsive.js +1 -1
- package/system-message/esm/utils.js +1 -1
- package/system-message/index-3885b0d7.d.ts +1 -1
- package/system-message/index.js +1 -1
- package/system-message/mobile.js +1 -1
- package/system-message/modern/Component.desktop.js +1 -1
- package/system-message/modern/Component.mobile.js +1 -1
- package/system-message/modern/Components.responsive.js +1 -1
- package/system-message/modern/components/caption/Component.js +1 -1
- package/system-message/modern/components/caption/index.js +1 -1
- package/system-message/modern/components/controls/Component.js +1 -1
- package/system-message/modern/components/controls/index.js +1 -1
- package/system-message/modern/components/graphic/Component.js +1 -1
- package/system-message/modern/components/graphic/index.js +1 -1
- package/system-message/modern/components/subtitle/Component.js +1 -1
- package/system-message/modern/components/subtitle/index.js +1 -1
- package/system-message/modern/components/title/Component.js +1 -1
- package/system-message/modern/components/title/index.js +1 -1
- package/system-message/modern/desktop.js +1 -1
- package/system-message/modern/index-3885b0d7.d.ts +1 -1
- package/system-message/modern/index.js +1 -1
- package/system-message/modern/mobile.js +1 -1
- package/system-message/modern/responsive.js +1 -1
- package/system-message/modern/utils.js +1 -1
- package/system-message/responsive.js +1 -1
- package/system-message/utils.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/components/tabs/Component.desktop.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +2 -2
- package/tabs/components/tabs/Component.responsive.js +2 -2
- package/tabs/desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile.js +2 -2
- package/tabs/esm/responsive.js +2 -2
- package/tabs/index.js +2 -2
- package/tabs/mobile.js +2 -2
- 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/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +2 -2
- package/themes/compiled/mobile-dark-bluetint.css +20 -20
- package/themes/dist/compiled/mobile-dark-bluetint.css +76 -81
- package/day-of-month-picker/components/day-of-month-picker-mobile/index.css +0 -47
- package/day-of-month-picker/cssm/components/day-of-month-picker-mobile/index.module.css +0 -46
- package/day-of-month-picker/cssm/useCalendar.d.ts +0 -32
- package/day-of-month-picker/cssm/useCalendar.js +0 -64
- package/day-of-month-picker/esm/components/day-of-month-picker-mobile/index.css +0 -47
- package/day-of-month-picker/esm/useCalendar.d.ts +0 -32
- package/day-of-month-picker/esm/useCalendar.js +0 -58
- package/day-of-month-picker/modern/components/day-of-month-picker-mobile/index.css +0 -47
- package/day-of-month-picker/modern/useCalendar.d.ts +0 -32
- package/day-of-month-picker/modern/useCalendar.js +0 -54
- package/day-of-month-picker/useCalendar.d.ts +0 -32
- package/day-of-month-picker/useCalendar.js +0 -64
- /package/calendar/{Component.responsive-4745bdd7.d.ts → Component.responsive-ffa1e05d.d.ts} +0 -0
- /package/calendar/{Component.responsive-4745bdd7.js → Component.responsive-ffa1e05d.js} +0 -0
- /package/calendar/esm/{Component.responsive-92363d82.d.ts → Component.responsive-273157f9.d.ts} +0 -0
- /package/calendar/esm/{Component.responsive-92363d82.js → Component.responsive-273157f9.js} +0 -0
- /package/calendar/modern/{Component.responsive-d78de02c.d.ts → Component.responsive-ee7e8c4a.d.ts} +0 -0
- /package/calendar/modern/{Component.responsive-d78de02c.js → Component.responsive-ee7e8c4a.js} +0 -0
- /package/gallery/{buttons-038caeb6.d.ts → buttons-ea78c261.d.ts} +0 -0
- /package/gallery/{buttons-038caeb6.js → buttons-ea78c261.js} +0 -0
- /package/gallery/esm/{buttons-12640554.d.ts → buttons-e96bb027.d.ts} +0 -0
- /package/gallery/esm/{buttons-12640554.js → buttons-e96bb027.js} +0 -0
- /package/gallery/esm/{slide-15a2c290.d.ts → slide-0b7f1fb2.d.ts} +0 -0
- /package/gallery/esm/{slide-15a2c290.js → slide-0b7f1fb2.js} +0 -0
- /package/gallery/modern/{buttons-b438e8bf.d.ts → buttons-68cd6b5d.d.ts} +0 -0
- /package/gallery/modern/{buttons-b438e8bf.js → buttons-68cd6b5d.js} +0 -0
- /package/gallery/modern/{slide-532a8eba.d.ts → slide-9a4bd58a.d.ts} +0 -0
- /package/gallery/modern/{slide-532a8eba.js → slide-9a4bd58a.js} +0 -0
- /package/gallery/{slide-b5828136.d.ts → slide-6d9024ad.d.ts} +0 -0
- /package/gallery/{slide-b5828136.js → slide-6d9024ad.js} +0 -0
- /package/pure-cell/{component-c0726e78.d.ts → component-7418c0be.d.ts} +0 -0
- /package/pure-cell/esm/{component-82913cbf.d.ts → component-45d0a4b5.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-2d933de8.d.ts → getDataTestId-f517e062.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-2d933de8.js → getDataTestId-f517e062.js} +0 -0
- /package/pure-cell/{getDataTestId-05eb8db3.d.ts → getDataTestId-7fc98664.d.ts} +0 -0
- /package/pure-cell/{getDataTestId-05eb8db3.js → getDataTestId-7fc98664.js} +0 -0
- /package/pure-cell/modern/{component-70640d33.d.ts → component-261b9fa8.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-535d62a4.d.ts → getDataTestId-a4df40e0.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-535d62a4.js → getDataTestId-a4df40e0.js} +0 -0
- /package/select/{Component-f92f4e32.d.ts → Component-0497ac01.d.ts} +0 -0
- /package/select/esm/{Component-700e5358.d.ts → Component-4f7e724f.d.ts} +0 -0
- /package/select/esm/{getDataTestId-ece924a9.d.ts → getDataTestId-72e6ff96.d.ts} +0 -0
- /package/select/esm/{getDataTestId-ece924a9.js → getDataTestId-72e6ff96.js} +0 -0
- /package/select/esm/{intersection-observer-9b19d76e.d.ts → intersection-observer-1e7b9cb1.d.ts} +0 -0
- /package/select/esm/{intersection-observer-9b19d76e.js → intersection-observer-1e7b9cb1.js} +0 -0
- /package/select/{getDataTestId-601c5194.d.ts → getDataTestId-13e59094.d.ts} +0 -0
- /package/select/{getDataTestId-601c5194.js → getDataTestId-13e59094.js} +0 -0
- /package/select/{intersection-observer-b412e215.d.ts → intersection-observer-02a3aa0d.d.ts} +0 -0
- /package/select/{intersection-observer-b412e215.js → intersection-observer-02a3aa0d.js} +0 -0
- /package/select/modern/{Component-975b73b2.d.ts → Component-61808049.d.ts} +0 -0
- /package/select/modern/{getDataTestId-4d9ed201.d.ts → getDataTestId-4ab3135a.d.ts} +0 -0
- /package/select/modern/{getDataTestId-4d9ed201.js → getDataTestId-4ab3135a.js} +0 -0
- /package/select/modern/{intersection-observer-9b19d76e.d.ts → intersection-observer-1e7b9cb1.d.ts} +0 -0
- /package/select/modern/{intersection-observer-9b19d76e.js → intersection-observer-1e7b9cb1.js} +0 -0
- /package/system-message/esm/{getDataTestId-9fc10b93.d.ts → getDataTestId-b894fe2f.d.ts} +0 -0
- /package/system-message/esm/{getDataTestId-9fc10b93.js → getDataTestId-b894fe2f.js} +0 -0
- /package/system-message/{getDataTestId-53c73809.d.ts → getDataTestId-08e47a32.d.ts} +0 -0
- /package/system-message/{getDataTestId-53c73809.js → getDataTestId-08e47a32.js} +0 -0
- /package/system-message/modern/{getDataTestId-02fea21a.d.ts → getDataTestId-88147bc1.d.ts} +0 -0
- /package/system-message/modern/{getDataTestId-02fea21a.js → getDataTestId-88147bc1.js} +0 -0
- /package/tabs/esm/{index.module-cb6197d8.js → index.module-7a2924e7.js} +0 -0
- /package/tabs/esm/{index.module-a01a44bb.js → index.module-bcbbe6cb.js} +0 -0
- /package/tabs/{index.module-77258299.js → index.module-07411303.js} +0 -0
- /package/tabs/{index.module-44b9585d.js → index.module-3d16c020.js} +0 -0
- /package/tabs/modern/{index.module-71e56d00.js → index.module-50ec9b7a.js} +0 -0
- /package/tabs/modern/{index.module-cd918b29.js → index.module-58709150.js} +0 -0
|
@@ -7,7 +7,7 @@ var Component = require('./Component.js');
|
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
9
9
|
require('./components/base-select/Component.js');
|
|
10
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('./Component-
|
|
10
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('./Component-0497ac01.js');
|
|
11
11
|
require('../form-control');
|
|
12
12
|
require('../badge');
|
|
13
13
|
require('../checkbox');
|
|
@@ -26,7 +26,7 @@ require('react-merge-refs');
|
|
|
26
26
|
require('@juggle/resize-observer');
|
|
27
27
|
require('downshift');
|
|
28
28
|
require('../popover');
|
|
29
|
-
require('./getDataTestId-
|
|
29
|
+
require('./getDataTestId-13e59094.js');
|
|
30
30
|
require('./components/native-select/Component.js');
|
|
31
31
|
require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
32
32
|
require('./components/base-select-mobile/Component.js');
|
|
@@ -36,7 +36,7 @@ require('./components/base-select-mobile/footer/Component.js');
|
|
|
36
36
|
require('../base-modal');
|
|
37
37
|
require('../button');
|
|
38
38
|
require('../skeleton');
|
|
39
|
-
require('./intersection-observer-
|
|
39
|
+
require('./intersection-observer-02a3aa0d.js');
|
|
40
40
|
require('./consts.js');
|
|
41
41
|
require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
42
42
|
require('../scrollbar');
|
|
@@ -8,7 +8,7 @@ var cn = require('classnames');
|
|
|
8
8
|
var downshift = require('downshift');
|
|
9
9
|
var coreComponentsPopover = require('../../../popover');
|
|
10
10
|
var hooks = require('@alfalab/hooks');
|
|
11
|
-
var getDataTestId = require('../../getDataTestId-
|
|
11
|
+
var getDataTestId = require('../../getDataTestId-13e59094.js');
|
|
12
12
|
var utils = require('../../utils.js');
|
|
13
13
|
var components_nativeSelect_Component = require('../native-select/Component.js');
|
|
14
14
|
|
|
@@ -9,7 +9,7 @@ require('classnames');
|
|
|
9
9
|
require('downshift');
|
|
10
10
|
require('../../../popover');
|
|
11
11
|
require('@alfalab/hooks');
|
|
12
|
-
require('../../getDataTestId-
|
|
12
|
+
require('../../getDataTestId-13e59094.js');
|
|
13
13
|
require('../../utils.js');
|
|
14
14
|
require('../native-select/Component.js');
|
|
15
15
|
|
|
@@ -7,7 +7,7 @@ var cn = require('classnames');
|
|
|
7
7
|
var downshift = require('downshift');
|
|
8
8
|
var coreComponentsBottomSheet = require('../../../bottom-sheet');
|
|
9
9
|
var mobile = require('../../../modal/mobile');
|
|
10
|
-
var getDataTestId = require('../../getDataTestId-
|
|
10
|
+
var getDataTestId = require('../../getDataTestId-13e59094.js');
|
|
11
11
|
var utils = require('../../utils.js');
|
|
12
12
|
var components_arrow_Component = require('../arrow/Component.js');
|
|
13
13
|
var components_field_Component = require('../field/Component.js');
|
|
@@ -8,7 +8,7 @@ require('classnames');
|
|
|
8
8
|
require('downshift');
|
|
9
9
|
require('../../../bottom-sheet');
|
|
10
10
|
require('../../../modal/mobile');
|
|
11
|
-
require('../../getDataTestId-
|
|
11
|
+
require('../../getDataTestId-13e59094.js');
|
|
12
12
|
require('../../utils.js');
|
|
13
13
|
require('../arrow/Component.js');
|
|
14
14
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var components_arrow_Component = require('./arrow/Component.js');
|
|
4
4
|
var components_baseSelect_Component = require('./base-select/Component.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-0497ac01.js');
|
|
6
6
|
var components_field_Component = require('./field/Component.js');
|
|
7
7
|
var components_optgroup_Component = require('./optgroup/Component.js');
|
|
8
8
|
var components_option_Component = require('./option/Component.js');
|
|
@@ -18,7 +18,7 @@ require('@juggle/resize-observer');
|
|
|
18
18
|
require('downshift');
|
|
19
19
|
require('../../popover');
|
|
20
20
|
require('@alfalab/hooks');
|
|
21
|
-
require('../getDataTestId-
|
|
21
|
+
require('../getDataTestId-13e59094.js');
|
|
22
22
|
require('../utils.js');
|
|
23
23
|
require('./native-select/Component.js');
|
|
24
24
|
require('../Component.js');
|
|
@@ -35,7 +35,7 @@ require('../../badge');
|
|
|
35
35
|
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
36
36
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
37
37
|
require('../../skeleton');
|
|
38
|
-
require('../intersection-observer-
|
|
38
|
+
require('../intersection-observer-02a3aa0d.js');
|
|
39
39
|
require('../consts.js');
|
|
40
40
|
require('../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
41
41
|
require('./checkmark/Component.js');
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
require('tslib');
|
|
4
4
|
require('react');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-0497ac01.js');
|
|
6
6
|
require('../../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
7
7
|
require('../arrow/Component.js');
|
|
8
8
|
require('../base-select-mobile/Component.js');
|
|
@@ -20,7 +20,7 @@ require('classnames');
|
|
|
20
20
|
require('downshift');
|
|
21
21
|
require('../../../popover');
|
|
22
22
|
require('@alfalab/hooks');
|
|
23
|
-
require('../../getDataTestId-
|
|
23
|
+
require('../../getDataTestId-13e59094.js');
|
|
24
24
|
require('../../utils.js');
|
|
25
25
|
require('../native-select/Component.js');
|
|
26
26
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -34,7 +34,7 @@ require('../checkmark-mobile/Component.js');
|
|
|
34
34
|
require('../../../scrollbar');
|
|
35
35
|
require('../../consts.js');
|
|
36
36
|
require('../../../skeleton');
|
|
37
|
-
require('../../intersection-observer-
|
|
37
|
+
require('../../intersection-observer-02a3aa0d.js');
|
|
38
38
|
require('../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
39
39
|
require('../../../button');
|
|
40
40
|
require('../../../bottom-sheet');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-0497ac01";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-0497ac01.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('../../Component.js');
|
|
@@ -13,7 +13,7 @@ require('@juggle/resize-observer');
|
|
|
13
13
|
require('downshift');
|
|
14
14
|
require('../../../popover');
|
|
15
15
|
require('@alfalab/hooks');
|
|
16
|
-
require('../../getDataTestId-
|
|
16
|
+
require('../../getDataTestId-13e59094.js');
|
|
17
17
|
require('../../utils.js');
|
|
18
18
|
require('../native-select/Component.js');
|
|
19
19
|
require('../field/Component.js');
|
|
@@ -39,7 +39,7 @@ require('../../../button');
|
|
|
39
39
|
require('../virtual-options-list/Component.js');
|
|
40
40
|
require('react-virtual');
|
|
41
41
|
require('../../../skeleton');
|
|
42
|
-
require('../../intersection-observer-
|
|
42
|
+
require('../../intersection-observer-02a3aa0d.js');
|
|
43
43
|
require('../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
44
44
|
|
|
45
45
|
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
require('tslib');
|
|
4
4
|
require('react');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-0497ac01.js');
|
|
6
6
|
require('../../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
7
7
|
require('../arrow/Component.js');
|
|
8
8
|
require('../base-select-mobile/Component.js');
|
|
@@ -20,7 +20,7 @@ require('classnames');
|
|
|
20
20
|
require('downshift');
|
|
21
21
|
require('../../../popover');
|
|
22
22
|
require('@alfalab/hooks');
|
|
23
|
-
require('../../getDataTestId-
|
|
23
|
+
require('../../getDataTestId-13e59094.js');
|
|
24
24
|
require('../../utils.js');
|
|
25
25
|
require('../native-select/Component.js');
|
|
26
26
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -34,7 +34,7 @@ require('../checkmark-mobile/Component.js');
|
|
|
34
34
|
require('../../../scrollbar');
|
|
35
35
|
require('../../consts.js');
|
|
36
36
|
require('../../../skeleton');
|
|
37
|
-
require('../../intersection-observer-
|
|
37
|
+
require('../../intersection-observer-02a3aa0d.js');
|
|
38
38
|
require('../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
39
39
|
require('../../../button');
|
|
40
40
|
require('../../../bottom-sheet');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-0497ac01";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-0497ac01.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('../../Component.js');
|
|
@@ -13,7 +13,7 @@ require('@juggle/resize-observer');
|
|
|
13
13
|
require('downshift');
|
|
14
14
|
require('../../../popover');
|
|
15
15
|
require('@alfalab/hooks');
|
|
16
|
-
require('../../getDataTestId-
|
|
16
|
+
require('../../getDataTestId-13e59094.js');
|
|
17
17
|
require('../../utils.js');
|
|
18
18
|
require('../native-select/Component.js');
|
|
19
19
|
require('../field/Component.js');
|
|
@@ -39,7 +39,7 @@ require('../../../button');
|
|
|
39
39
|
require('../virtual-options-list/Component.js');
|
|
40
40
|
require('react-virtual');
|
|
41
41
|
require('../../../skeleton');
|
|
42
|
-
require('../../intersection-observer-
|
|
42
|
+
require('../../intersection-observer-02a3aa0d.js');
|
|
43
43
|
require('../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
44
44
|
|
|
45
45
|
|
|
@@ -21,7 +21,7 @@ import '../../checkbox/esm';
|
|
|
21
21
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
22
22
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
23
23
|
import '../../skeleton/esm';
|
|
24
|
-
import './intersection-observer-
|
|
24
|
+
import './intersection-observer-1e7b9cb1.js';
|
|
25
25
|
import { DEFAULT_VISIBLE_OPTIONS } from './consts.js';
|
|
26
26
|
import { Footer as Footer$1 } from './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
27
27
|
import 'react-merge-refs';
|
|
@@ -32,7 +32,7 @@ import './components/native-select/Component.js';
|
|
|
32
32
|
import './components/checkmark/Component.js';
|
|
33
33
|
import './components/checkmark-mobile/Component.js';
|
|
34
34
|
import '../../scrollbar/esm';
|
|
35
|
-
import './getDataTestId-
|
|
35
|
+
import './getDataTestId-72e6ff96.js';
|
|
36
36
|
import '../../bottom-sheet/esm';
|
|
37
37
|
import '../../modal/esm/mobile';
|
|
38
38
|
import '../../base-modal/esm';
|
package/select/esm/Component.js
CHANGED
|
@@ -22,7 +22,7 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
|
22
22
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
23
23
|
import './components/checkmark-mobile/Component.js';
|
|
24
24
|
import '../../scrollbar/esm';
|
|
25
|
-
import './getDataTestId-
|
|
25
|
+
import './getDataTestId-72e6ff96.js';
|
|
26
26
|
import './utils.js';
|
|
27
27
|
import './consts.js';
|
|
28
28
|
|
|
@@ -5,7 +5,7 @@ import { Select } from './Component.js';
|
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
7
7
|
import './components/base-select/Component.js';
|
|
8
|
-
import { S as SelectMobile } from './Component-
|
|
8
|
+
import { S as SelectMobile } from './Component-4f7e724f.js';
|
|
9
9
|
import '../../form-control/esm';
|
|
10
10
|
import '../../badge/esm';
|
|
11
11
|
import '../../checkbox/esm';
|
|
@@ -32,11 +32,11 @@ import './components/base-select-mobile/footer/Component.js';
|
|
|
32
32
|
import '../../base-modal/esm';
|
|
33
33
|
import '../../button/esm';
|
|
34
34
|
import '../../skeleton/esm';
|
|
35
|
-
import './intersection-observer-
|
|
35
|
+
import './intersection-observer-1e7b9cb1.js';
|
|
36
36
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
37
37
|
import '../../scrollbar/esm';
|
|
38
38
|
import 'react-virtual';
|
|
39
|
-
import './getDataTestId-
|
|
39
|
+
import './getDataTestId-72e6ff96.js';
|
|
40
40
|
import './utils.js';
|
|
41
41
|
import './consts.js';
|
|
42
42
|
|
|
@@ -6,7 +6,7 @@ import cn from 'classnames';
|
|
|
6
6
|
import { useMultipleSelection, useCombobox } from 'downshift';
|
|
7
7
|
import { Popover } from '../../../../popover/esm';
|
|
8
8
|
import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
9
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
9
|
+
import { g as getDataTestId } from '../../getDataTestId-72e6ff96.js';
|
|
10
10
|
import { processOptions } from '../../utils.js';
|
|
11
11
|
import { NativeSelect } from '../native-select/Component.js';
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@ import cn from 'classnames';
|
|
|
5
5
|
import { useMultipleSelection, useCombobox } from 'downshift';
|
|
6
6
|
import { BottomSheet } from '../../../../bottom-sheet/esm';
|
|
7
7
|
import { ModalMobile } from '../../../../modal/esm/mobile';
|
|
8
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
8
|
+
import { g as getDataTestId } from '../../getDataTestId-72e6ff96.js';
|
|
9
9
|
import { processOptions } from '../../utils.js';
|
|
10
10
|
import { Arrow } from '../arrow/Component.js';
|
|
11
11
|
import { Field } from '../field/Component.js';
|
|
@@ -21,6 +21,6 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
21
21
|
import '../checkmark-mobile/Component.js';
|
|
22
22
|
import '../options-list/Component.js';
|
|
23
23
|
import '../../../../scrollbar/esm';
|
|
24
|
-
import '../../getDataTestId-
|
|
24
|
+
import '../../getDataTestId-72e6ff96.js';
|
|
25
25
|
import '../../utils.js';
|
|
26
26
|
import '../../consts.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Arrow } from './arrow/Component.js';
|
|
2
2
|
export { BaseSelect } from './base-select/Component.js';
|
|
3
|
-
export { S as SelectMobile, a as SelectModalMobile } from '../Component-
|
|
3
|
+
export { S as SelectMobile, a as SelectModalMobile } from '../Component-4f7e724f.js';
|
|
4
4
|
export { Field } from './field/Component.js';
|
|
5
5
|
export { Optgroup } from './optgroup/Component.js';
|
|
6
6
|
export { Option } from './option/Component.js';
|
|
@@ -31,13 +31,13 @@ import '../../../badge/esm';
|
|
|
31
31
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
32
32
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
33
33
|
import '../../../skeleton/esm';
|
|
34
|
-
import '../intersection-observer-
|
|
34
|
+
import '../intersection-observer-1e7b9cb1.js';
|
|
35
35
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
36
36
|
import './checkmark/Component.js';
|
|
37
37
|
import './checkmark-mobile/Component.js';
|
|
38
38
|
import '../../../scrollbar/esm';
|
|
39
39
|
import 'react-virtual';
|
|
40
40
|
import './base-checkmark/Component.js';
|
|
41
|
-
import '../getDataTestId-
|
|
41
|
+
import '../getDataTestId-72e6ff96.js';
|
|
42
42
|
import '../utils.js';
|
|
43
43
|
import '../consts.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'tslib';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { S as SelectMobile } from '../../Component-
|
|
3
|
+
export { S as SelectMobile } from '../../Component-4f7e724f.js';
|
|
4
4
|
import '../../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
5
5
|
import '../arrow/Component.js';
|
|
6
6
|
import '../base-select-mobile/Component.js';
|
|
@@ -29,7 +29,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
29
29
|
import '../checkmark-mobile/Component.js';
|
|
30
30
|
import '../../../../scrollbar/esm';
|
|
31
31
|
import '../../../../skeleton/esm';
|
|
32
|
-
import '../../intersection-observer-
|
|
32
|
+
import '../../intersection-observer-1e7b9cb1.js';
|
|
33
33
|
import '../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
34
34
|
import '../../../../button/esm';
|
|
35
35
|
import '../../../../bottom-sheet/esm';
|
|
@@ -38,4 +38,4 @@ import '../../../../base-modal/esm';
|
|
|
38
38
|
import 'react-virtual';
|
|
39
39
|
import '../../utils.js';
|
|
40
40
|
import '../../consts.js';
|
|
41
|
-
import '../../getDataTestId-
|
|
41
|
+
import '../../getDataTestId-72e6ff96.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-4f7e724f";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { S as SelectMobile } from '../../Component-
|
|
1
|
+
export { S as SelectMobile } from '../../Component-4f7e724f.js';
|
|
2
2
|
import 'tslib';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../../Component.js';
|
|
@@ -34,8 +34,8 @@ import '../../../../button/esm';
|
|
|
34
34
|
import '../virtual-options-list/Component.js';
|
|
35
35
|
import 'react-virtual';
|
|
36
36
|
import '../../../../skeleton/esm';
|
|
37
|
-
import '../../intersection-observer-
|
|
37
|
+
import '../../intersection-observer-1e7b9cb1.js';
|
|
38
38
|
import '../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
39
39
|
import '../../utils.js';
|
|
40
40
|
import '../../consts.js';
|
|
41
|
-
import '../../getDataTestId-
|
|
41
|
+
import '../../getDataTestId-72e6ff96.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'tslib';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { a as SelectModalMobile } from '../../Component-
|
|
3
|
+
export { a as SelectModalMobile } from '../../Component-4f7e724f.js';
|
|
4
4
|
import '../../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
5
5
|
import '../arrow/Component.js';
|
|
6
6
|
import '../base-select-mobile/Component.js';
|
|
@@ -29,7 +29,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
29
29
|
import '../checkmark-mobile/Component.js';
|
|
30
30
|
import '../../../../scrollbar/esm';
|
|
31
31
|
import '../../../../skeleton/esm';
|
|
32
|
-
import '../../intersection-observer-
|
|
32
|
+
import '../../intersection-observer-1e7b9cb1.js';
|
|
33
33
|
import '../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
34
34
|
import '../../../../button/esm';
|
|
35
35
|
import '../../../../bottom-sheet/esm';
|
|
@@ -38,4 +38,4 @@ import '../../../../base-modal/esm';
|
|
|
38
38
|
import 'react-virtual';
|
|
39
39
|
import '../../utils.js';
|
|
40
40
|
import '../../consts.js';
|
|
41
|
-
import '../../getDataTestId-
|
|
41
|
+
import '../../getDataTestId-72e6ff96.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-4f7e724f";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as SelectModalMobile } from '../../Component-
|
|
1
|
+
export { a as SelectModalMobile } from '../../Component-4f7e724f.js';
|
|
2
2
|
import 'tslib';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../../Component.js';
|
|
@@ -34,8 +34,8 @@ import '../../../../button/esm';
|
|
|
34
34
|
import '../virtual-options-list/Component.js';
|
|
35
35
|
import 'react-virtual';
|
|
36
36
|
import '../../../../skeleton/esm';
|
|
37
|
-
import '../../intersection-observer-
|
|
37
|
+
import '../../intersection-observer-1e7b9cb1.js';
|
|
38
38
|
import '../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
39
39
|
import '../../utils.js';
|
|
40
40
|
import '../../consts.js';
|
|
41
|
-
import '../../getDataTestId-
|
|
41
|
+
import '../../getDataTestId-72e6ff96.js';
|
package/select/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { Select } from './Component.js';
|
|
2
2
|
export { Arrow } from './components/arrow/Component.js';
|
|
3
3
|
export { BaseSelect } from './components/base-select/Component.js';
|
|
4
|
-
export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-
|
|
4
|
+
export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-4f7e724f.js';
|
|
5
5
|
export { Field } from './components/field/Component.js';
|
|
6
6
|
export { Optgroup } from './components/optgroup/Component.js';
|
|
7
7
|
export { Option } from './components/option/Component.js';
|
|
@@ -34,12 +34,12 @@ import '../../badge/esm';
|
|
|
34
34
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
35
35
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
36
36
|
import '../../skeleton/esm';
|
|
37
|
-
import './intersection-observer-
|
|
37
|
+
import './intersection-observer-1e7b9cb1.js';
|
|
38
38
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
39
39
|
import './components/checkmark/Component.js';
|
|
40
40
|
import './components/checkmark-mobile/Component.js';
|
|
41
41
|
import '../../scrollbar/esm';
|
|
42
42
|
import 'react-virtual';
|
|
43
43
|
import './components/base-checkmark/Component.js';
|
|
44
|
-
import './getDataTestId-
|
|
44
|
+
import './getDataTestId-72e6ff96.js';
|
|
45
45
|
import './consts.js';
|
package/select/esm/mobile.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { S as SelectMobile, a as SelectModalMobile } from './Component-
|
|
1
|
+
export { S as SelectMobile, a as SelectModalMobile } from './Component-4f7e724f.js';
|
|
2
2
|
import 'tslib';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './Component.js';
|
|
@@ -34,8 +34,8 @@ import '../../button/esm';
|
|
|
34
34
|
import './components/virtual-options-list/Component.js';
|
|
35
35
|
import 'react-virtual';
|
|
36
36
|
import '../../skeleton/esm';
|
|
37
|
-
import './intersection-observer-
|
|
37
|
+
import './intersection-observer-1e7b9cb1.js';
|
|
38
38
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
39
39
|
import './utils.js';
|
|
40
40
|
import './consts.js';
|
|
41
|
-
import './getDataTestId-
|
|
41
|
+
import './getDataTestId-72e6ff96.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-
|
|
3
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-4f7e724f.js';
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '../../../skeleton/esm';
|
|
@@ -12,7 +12,7 @@ import '../../../checkbox/esm';
|
|
|
12
12
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
13
13
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
14
14
|
import '../components/checkmark-mobile/Component.js';
|
|
15
|
-
import '../intersection-observer-
|
|
15
|
+
import '../intersection-observer-1e7b9cb1.js';
|
|
16
16
|
import '../Component.js';
|
|
17
17
|
import '../components/arrow/Component.js';
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -40,4 +40,4 @@ import 'react-virtual';
|
|
|
40
40
|
import './useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
41
41
|
import '../utils.js';
|
|
42
42
|
import '../consts.js';
|
|
43
|
-
import '../getDataTestId-
|
|
43
|
+
import '../getDataTestId-72e6ff96.js';
|
|
@@ -2,7 +2,7 @@ import { __spreadArray, __assign } from 'tslib';
|
|
|
2
2
|
import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
|
|
3
3
|
import { Skeleton } from '../../../../skeleton/esm';
|
|
4
4
|
import { Option } from '../../components/option/Component.js';
|
|
5
|
-
import '../../intersection-observer-
|
|
5
|
+
import '../../intersection-observer-1e7b9cb1.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../components/checkmark/Component.js';
|
|
8
8
|
import '../../../../badge/esm';
|
|
@@ -4,7 +4,7 @@ import '../../Component.js';
|
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
6
6
|
import '../../components/base-select/Component.js';
|
|
7
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-
|
|
7
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-4f7e724f.js';
|
|
8
8
|
import '../../../../form-control/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../../../../badge/esm';
|
|
@@ -14,7 +14,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
14
14
|
import '../../components/options-list/Component.js';
|
|
15
15
|
import '../../components/virtual-options-list/Component.js';
|
|
16
16
|
import '../../../../skeleton/esm';
|
|
17
|
-
import '../../intersection-observer-
|
|
17
|
+
import '../../intersection-observer-1e7b9cb1.js';
|
|
18
18
|
import '../../components/arrow/Component.js';
|
|
19
19
|
import '../../components/field/Component.js';
|
|
20
20
|
import '../../components/optgroup/Component.js';
|
|
@@ -36,6 +36,6 @@ import '../../../../base-modal/esm';
|
|
|
36
36
|
import '../../../../button/esm';
|
|
37
37
|
import './options-list-with-apply/footer/Component.js';
|
|
38
38
|
import 'react-virtual';
|
|
39
|
-
import '../../getDataTestId-
|
|
39
|
+
import '../../getDataTestId-72e6ff96.js';
|
|
40
40
|
import '../../utils.js';
|
|
41
41
|
import '../../consts.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'tslib';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../components/options-list/Component.js';
|
|
4
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
4
|
+
export { O as OptionsListWithApply } from '../../../Component-4f7e724f.js';
|
|
5
5
|
import './footer/Component.js';
|
|
6
6
|
import './header/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -35,7 +35,7 @@ import '../../../../../button/esm';
|
|
|
35
35
|
import '../../../components/virtual-options-list/Component.js';
|
|
36
36
|
import 'react-virtual';
|
|
37
37
|
import '../../../../../skeleton/esm';
|
|
38
|
-
import '../../../intersection-observer-
|
|
38
|
+
import '../../../intersection-observer-1e7b9cb1.js';
|
|
39
39
|
import '../../../consts.js';
|
|
40
40
|
import '../../../utils.js';
|
|
41
|
-
import '../../../getDataTestId-
|
|
41
|
+
import '../../../getDataTestId-72e6ff96.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-4f7e724f";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
1
|
+
export { O as OptionsListWithApply } from '../../../Component-4f7e724f.js';
|
|
2
2
|
import 'tslib';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../../../Component.js';
|
|
@@ -34,8 +34,8 @@ import '../../../../../button/esm';
|
|
|
34
34
|
import '../../../components/virtual-options-list/Component.js';
|
|
35
35
|
import 'react-virtual';
|
|
36
36
|
import '../../../../../skeleton/esm';
|
|
37
|
-
import '../../../intersection-observer-
|
|
37
|
+
import '../../../intersection-observer-1e7b9cb1.js';
|
|
38
38
|
import './footer/Component.js';
|
|
39
39
|
import '../../../utils.js';
|
|
40
40
|
import '../../../consts.js';
|
|
41
|
-
import '../../../getDataTestId-
|
|
41
|
+
import '../../../getDataTestId-72e6ff96.js';
|
package/select/esm/responsive.js
CHANGED
|
@@ -24,7 +24,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
24
24
|
import './components/checkmark-mobile/Component.js';
|
|
25
25
|
import './components/options-list/Component.js';
|
|
26
26
|
import '../../scrollbar/esm';
|
|
27
|
-
import './Component-
|
|
27
|
+
import './Component-4f7e724f.js';
|
|
28
28
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
29
29
|
import './components/base-select-mobile/Component.js';
|
|
30
30
|
import '../../bottom-sheet/esm';
|
|
@@ -35,8 +35,8 @@ import '../../button/esm';
|
|
|
35
35
|
import './components/virtual-options-list/Component.js';
|
|
36
36
|
import 'react-virtual';
|
|
37
37
|
import '../../skeleton/esm';
|
|
38
|
-
import './intersection-observer-
|
|
38
|
+
import './intersection-observer-1e7b9cb1.js';
|
|
39
39
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
40
|
-
import './getDataTestId-
|
|
40
|
+
import './getDataTestId-72e6ff96.js';
|
|
41
41
|
import './utils.js';
|
|
42
42
|
import './consts.js';
|