@alfalab/core-components 47.22.0-beta.2 → 47.23.0
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/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.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/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.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/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/file-upload-item/Component.d.ts +92 -7
- package/file-upload-item/Component.js +65 -41
- package/file-upload-item/cssm/Component.d.ts +92 -7
- package/file-upload-item/cssm/Component.js +64 -40
- package/file-upload-item/cssm/index.js +0 -1
- package/file-upload-item/cssm/index.module.css +96 -5
- package/file-upload-item/cssm/utils.d.ts +3 -7
- package/file-upload-item/cssm/utils.js +27 -11
- package/file-upload-item/esm/Component.d.ts +92 -7
- package/file-upload-item/esm/Component.js +68 -67
- package/file-upload-item/esm/index.css +96 -5
- package/file-upload-item/esm/index.js +10 -29
- package/file-upload-item/esm/utils.d.ts +3 -7
- package/file-upload-item/esm/utils.js +27 -7
- package/file-upload-item/index.css +96 -5
- package/file-upload-item/index.js +0 -1
- package/file-upload-item/modern/Component.d.ts +92 -7
- package/file-upload-item/modern/Component.js +68 -65
- package/file-upload-item/modern/index.css +96 -5
- package/file-upload-item/modern/index.js +10 -28
- package/file-upload-item/modern/utils.d.ts +3 -7
- package/file-upload-item/modern/utils.js +27 -7
- package/file-upload-item/moderncssm/Component.d.ts +92 -7
- package/file-upload-item/moderncssm/Component.js +67 -68
- package/file-upload-item/moderncssm/index.js +10 -32
- package/file-upload-item/moderncssm/index.module.css +117 -2
- package/file-upload-item/moderncssm/utils.d.ts +3 -7
- package/file-upload-item/moderncssm/utils.js +27 -7
- package/file-upload-item/utils.d.ts +3 -7
- package/file-upload-item/utils.js +27 -11
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.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 +1 -1
- package/gallery/esm/index.js +1 -1
- 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/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/package.json +2 -2
- package/plate/Component.responsive.js +1 -1
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-ba3cd492.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-ba3cd492.d.ts +2 -2
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-ba3cd492.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/utils.js +1 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/components/options-list/Component.js +2 -1
- package/select/cssm/components/options-list/Component.js +2 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/components/options-list/Component.js +2 -1
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- 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 +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/components/options-list/Component.js +3 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- 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 +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/moderncssm/components/options-list/Component.js +3 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/space/Component.js +1 -1
- package/space/cssm/Component.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/modern/Component.js +2 -2
- package/space/moderncssm/Component.js +2 -2
- package/tabs/components/primary-tablist/Component.collapsible.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/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- 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.collapsible.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/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- 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.collapsible.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/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +9 -9
- package/tooltip/cssm/desktop/Component.desktop.js +4 -2
- package/tooltip/cssm/types.d.ts +2 -2
- package/tooltip/desktop/Component.desktop.js +4 -2
- package/tooltip/esm/desktop/Component.desktop.js +4 -2
- package/tooltip/esm/types.d.ts +2 -2
- package/tooltip/modern/desktop/Component.desktop.js +4 -2
- package/tooltip/modern/types.d.ts +2 -2
- package/tooltip/moderncssm/desktop/Component.desktop.js +4 -2
- package/tooltip/moderncssm/types.d.ts +2 -2
- package/tooltip/types.d.ts +2 -2
- package/accordion/@alfalab/icons-glyph/package.json +0 -14
- package/attach/@alfalab/icons-glyph/package.json +0 -14
- package/bank-card/@alfalab/icons-glyph/package.json +0 -14
- package/calendar/@alfalab/icons-glyph/package.json +0 -14
- package/calendar-input/@alfalab/icons-glyph/package.json +0 -14
- package/checkbox/@alfalab/icons-glyph/package.json +0 -14
- package/collapse/@alfalab/icons-glyph/package.json +0 -14
- package/confirmation-v1/@alfalab/icons-glyph/package.json +0 -14
- package/date-range-input/@alfalab/icons-glyph/package.json +0 -14
- package/date-time-input/@alfalab/icons-glyph/package.json +0 -14
- package/dropzone/@alfalab/icons-glyph/package.json +0 -14
- package/file-upload-item/actions-control.module-f5284a31.js +0 -4
- package/file-upload-item/components/actions-control/actions-control.css +0 -9
- package/file-upload-item/components/actions-control/actions-control.d.ts +0 -4
- package/file-upload-item/components/actions-control/actions-control.js +0 -22
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +0 -24
- package/file-upload-item/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/components/delete-button/index.js +0 -7
- package/file-upload-item/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +0 -25
- package/file-upload-item/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/components/download-button/index.js +0 -7
- package/file-upload-item/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/components/restore-button/index.js +0 -7
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +0 -24
- package/file-upload-item/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/index.js +0 -7
- package/file-upload-item/components/content/components/content-error/content-error.css +0 -4
- package/file-upload-item/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/components/content/components/content-error/content-error.js +0 -25
- package/file-upload-item/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/components/content/components/content-error/index.js +0 -7
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +0 -31
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +0 -61
- package/file-upload-item/components/content/content.css +0 -50
- package/file-upload-item/components/content/content.d.ts +0 -4
- package/file-upload-item/components/content/content.js +0 -33
- package/file-upload-item/components/content/index.d.ts +0 -1
- package/file-upload-item/components/content/index.js +0 -7
- package/file-upload-item/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/components/content/utils/isError.js +0 -13
- package/file-upload-item/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/components/status-control/components/status-control-icon/index.js +0 -7
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.js +0 -64
- package/file-upload-item/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/components/status-control/components/status-control-progress-bar/index.js +0 -7
- package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -20
- package/file-upload-item/components/status-control/constants/colors.d.ts +0 -3
- package/file-upload-item/components/status-control/constants/colors.js +0 -12
- package/file-upload-item/components/status-control/index.d.ts +0 -1
- package/file-upload-item/components/status-control/index.js +0 -7
- package/file-upload-item/components/status-control/status-control.css +0 -46
- package/file-upload-item/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/components/status-control/status-control.js +0 -39
- package/file-upload-item/const/file-type-map.d.ts +0 -15
- package/file-upload-item/const/file-type-map.js +0 -18
- package/file-upload-item/const/progress-bar.d.ts +0 -2
- package/file-upload-item/const/progress-bar.js +0 -5
- package/file-upload-item/const/upload-status-map.d.ts +0 -9
- package/file-upload-item/const/upload-status-map.js +0 -12
- package/file-upload-item/context/file-upload-item-context.d.ts +0 -31
- package/file-upload-item/context/file-upload-item-context.js +0 -30
- package/file-upload-item/cssm/components/actions-control/actions-control.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/actions-control.js +0 -23
- package/file-upload-item/cssm/components/actions-control/actions-control.module.css +0 -8
- package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.js +0 -25
- package/file-upload-item/cssm/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/components/delete-button/index.js +0 -7
- package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.js +0 -26
- package/file-upload-item/cssm/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/components/download-button/index.js +0 -7
- package/file-upload-item/cssm/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/components/restore-button/index.js +0 -7
- package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.js +0 -25
- package/file-upload-item/cssm/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/index.js +0 -7
- package/file-upload-item/cssm/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/cssm/components/content/components/content-error/content-error.js +0 -24
- package/file-upload-item/cssm/components/content/components/content-error/content-error.module.css +0 -3
- package/file-upload-item/cssm/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/cssm/components/content/components/content-error/index.js +0 -7
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +0 -60
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -30
- package/file-upload-item/cssm/components/content/content.d.ts +0 -4
- package/file-upload-item/cssm/components/content/content.js +0 -32
- package/file-upload-item/cssm/components/content/content.module.css +0 -49
- package/file-upload-item/cssm/components/content/index.d.ts +0 -1
- package/file-upload-item/cssm/components/content/index.js +0 -7
- package/file-upload-item/cssm/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/cssm/components/content/utils/isError.js +0 -13
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.js +0 -7
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.js +0 -64
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.js +0 -7
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -20
- package/file-upload-item/cssm/components/status-control/constants/colors.d.ts +0 -3
- package/file-upload-item/cssm/components/status-control/constants/colors.js +0 -12
- package/file-upload-item/cssm/components/status-control/index.d.ts +0 -1
- package/file-upload-item/cssm/components/status-control/index.js +0 -7
- package/file-upload-item/cssm/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/cssm/components/status-control/status-control.js +0 -38
- package/file-upload-item/cssm/components/status-control/status-control.module.css +0 -45
- package/file-upload-item/cssm/const/file-type-map.d.ts +0 -15
- package/file-upload-item/cssm/const/file-type-map.js +0 -18
- package/file-upload-item/cssm/const/progress-bar.d.ts +0 -2
- package/file-upload-item/cssm/const/progress-bar.js +0 -5
- package/file-upload-item/cssm/const/upload-status-map.d.ts +0 -9
- package/file-upload-item/cssm/const/upload-status-map.js +0 -12
- package/file-upload-item/cssm/context/file-upload-item-context.d.ts +0 -31
- package/file-upload-item/cssm/context/file-upload-item-context.js +0 -30
- package/file-upload-item/cssm/types/file-upload-item-props.d.ts +0 -114
- package/file-upload-item/cssm/types/file-upload-item-props.js +0 -1
- package/file-upload-item/cssm/types/index.d.ts +0 -3
- package/file-upload-item/cssm/types/index.js +0 -1
- package/file-upload-item/esm/actions-control.module-b5de1d6b.js +0 -4
- package/file-upload-item/esm/components/actions-control/actions-control.css +0 -9
- package/file-upload-item/esm/components/actions-control/actions-control.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/actions-control.js +0 -20
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +0 -17
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +0 -6
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +0 -18
- package/file-upload-item/esm/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +0 -6
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +0 -6
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +0 -17
- package/file-upload-item/esm/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/index.js +0 -11
- package/file-upload-item/esm/components/content/components/content-error/content-error.css +0 -4
- package/file-upload-item/esm/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/esm/components/content/components/content-error/content-error.js +0 -19
- package/file-upload-item/esm/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/esm/components/content/components/content-error/index.js +0 -4
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +0 -31
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +0 -55
- package/file-upload-item/esm/components/content/content.css +0 -50
- package/file-upload-item/esm/components/content/content.d.ts +0 -4
- package/file-upload-item/esm/components/content/content.js +0 -31
- package/file-upload-item/esm/components/content/index.d.ts +0 -1
- package/file-upload-item/esm/components/content/index.js +0 -11
- package/file-upload-item/esm/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/esm/components/content/utils/isError.js +0 -11
- package/file-upload-item/esm/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/esm/components/status-control/components/status-control-icon/index.js +0 -15
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.js +0 -58
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.js +0 -2
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -14
- package/file-upload-item/esm/components/status-control/constants/colors.d.ts +0 -3
- package/file-upload-item/esm/components/status-control/constants/colors.js +0 -10
- package/file-upload-item/esm/components/status-control/index.d.ts +0 -1
- package/file-upload-item/esm/components/status-control/index.js +0 -20
- package/file-upload-item/esm/components/status-control/status-control.css +0 -46
- package/file-upload-item/esm/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/esm/components/status-control/status-control.js +0 -42
- package/file-upload-item/esm/const/file-type-map.d.ts +0 -15
- package/file-upload-item/esm/const/file-type-map.js +0 -16
- package/file-upload-item/esm/const/progress-bar.d.ts +0 -2
- package/file-upload-item/esm/const/progress-bar.js +0 -3
- package/file-upload-item/esm/const/upload-status-map.d.ts +0 -9
- package/file-upload-item/esm/const/upload-status-map.js +0 -10
- package/file-upload-item/esm/context/file-upload-item-context.d.ts +0 -31
- package/file-upload-item/esm/context/file-upload-item-context.js +0 -28
- package/file-upload-item/esm/types/file-upload-item-props.d.ts +0 -114
- package/file-upload-item/esm/types/file-upload-item-props.js +0 -1
- package/file-upload-item/esm/types/index.d.ts +0 -3
- package/file-upload-item/esm/types/index.js +0 -1
- package/file-upload-item/modern/actions-control.module-75932939.js +0 -4
- package/file-upload-item/modern/components/actions-control/actions-control.css +0 -9
- package/file-upload-item/modern/components/actions-control/actions-control.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/actions-control.js +0 -20
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +0 -17
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +0 -6
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +0 -18
- package/file-upload-item/modern/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +0 -6
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +0 -6
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +0 -17
- package/file-upload-item/modern/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/index.js +0 -11
- package/file-upload-item/modern/components/content/components/content-error/content-error.css +0 -4
- package/file-upload-item/modern/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/modern/components/content/components/content-error/content-error.js +0 -19
- package/file-upload-item/modern/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/modern/components/content/components/content-error/index.js +0 -4
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +0 -31
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +0 -54
- package/file-upload-item/modern/components/content/content.css +0 -50
- package/file-upload-item/modern/components/content/content.d.ts +0 -4
- package/file-upload-item/modern/components/content/content.js +0 -30
- package/file-upload-item/modern/components/content/index.d.ts +0 -1
- package/file-upload-item/modern/components/content/index.js +0 -11
- package/file-upload-item/modern/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/modern/components/content/utils/isError.js +0 -11
- package/file-upload-item/modern/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/modern/components/status-control/components/status-control-icon/index.js +0 -14
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.js +0 -57
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.js +0 -2
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -11
- package/file-upload-item/modern/components/status-control/constants/colors.d.ts +0 -3
- package/file-upload-item/modern/components/status-control/constants/colors.js +0 -10
- package/file-upload-item/modern/components/status-control/index.d.ts +0 -1
- package/file-upload-item/modern/components/status-control/index.js +0 -19
- package/file-upload-item/modern/components/status-control/status-control.css +0 -46
- package/file-upload-item/modern/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/modern/components/status-control/status-control.js +0 -40
- package/file-upload-item/modern/const/file-type-map.d.ts +0 -15
- package/file-upload-item/modern/const/file-type-map.js +0 -16
- package/file-upload-item/modern/const/progress-bar.d.ts +0 -2
- package/file-upload-item/modern/const/progress-bar.js +0 -3
- package/file-upload-item/modern/const/upload-status-map.d.ts +0 -9
- package/file-upload-item/modern/const/upload-status-map.js +0 -10
- package/file-upload-item/modern/context/file-upload-item-context.d.ts +0 -31
- package/file-upload-item/modern/context/file-upload-item-context.js +0 -28
- package/file-upload-item/modern/types/file-upload-item-props.d.ts +0 -114
- package/file-upload-item/modern/types/file-upload-item-props.js +0 -1
- package/file-upload-item/modern/types/index.d.ts +0 -3
- package/file-upload-item/modern/types/index.js +0 -1
- package/file-upload-item/moderncssm/components/actions-control/actions-control.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/actions-control.js +0 -20
- package/file-upload-item/moderncssm/components/actions-control/actions-control.module.css +0 -8
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.js +0 -17
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.js +0 -6
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.js +0 -18
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.js +0 -6
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.js +0 -6
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.js +0 -17
- package/file-upload-item/moderncssm/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/index.js +0 -11
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.js +0 -17
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.module.css +0 -3
- package/file-upload-item/moderncssm/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/content/components/content-error/index.js +0 -5
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +0 -53
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -15
- package/file-upload-item/moderncssm/components/content/content.d.ts +0 -4
- package/file-upload-item/moderncssm/components/content/content.js +0 -30
- package/file-upload-item/moderncssm/components/content/content.module.css +0 -37
- package/file-upload-item/moderncssm/components/content/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/content/index.js +0 -14
- package/file-upload-item/moderncssm/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/moderncssm/components/content/utils/isError.js +0 -11
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.js +0 -14
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.js +0 -57
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.js +0 -2
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -11
- package/file-upload-item/moderncssm/components/status-control/constants/colors.d.ts +0 -3
- package/file-upload-item/moderncssm/components/status-control/constants/colors.js +0 -10
- package/file-upload-item/moderncssm/components/status-control/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/status-control/index.js +0 -20
- package/file-upload-item/moderncssm/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/moderncssm/components/status-control/status-control.js +0 -38
- package/file-upload-item/moderncssm/components/status-control/status-control.module.css +0 -32
- package/file-upload-item/moderncssm/const/file-type-map.d.ts +0 -15
- package/file-upload-item/moderncssm/const/file-type-map.js +0 -16
- package/file-upload-item/moderncssm/const/progress-bar.d.ts +0 -2
- package/file-upload-item/moderncssm/const/progress-bar.js +0 -3
- package/file-upload-item/moderncssm/const/upload-status-map.d.ts +0 -9
- package/file-upload-item/moderncssm/const/upload-status-map.js +0 -10
- package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +0 -31
- package/file-upload-item/moderncssm/context/file-upload-item-context.js +0 -28
- package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +0 -114
- package/file-upload-item/moderncssm/types/file-upload-item-props.js +0 -1
- package/file-upload-item/moderncssm/types/index.d.ts +0 -3
- package/file-upload-item/moderncssm/types/index.js +0 -1
- package/file-upload-item/types/file-upload-item-props.d.ts +0 -114
- package/file-upload-item/types/file-upload-item-props.js +0 -1
- package/file-upload-item/types/index.d.ts +0 -3
- package/file-upload-item/types/index.js +0 -1
- package/file-upload-item-v1/@alfalab/icons-glyph/package.json +0 -14
- package/file-upload-item-v1/Component.d.ts +0 -95
- package/file-upload-item-v1/Component.js +0 -81
- package/file-upload-item-v1/cssm/Component.d.ts +0 -95
- package/file-upload-item-v1/cssm/Component.js +0 -80
- package/file-upload-item-v1/cssm/index.d.ts +0 -1
- package/file-upload-item-v1/cssm/index.js +0 -7
- package/file-upload-item-v1/cssm/index.module.css +0 -124
- package/file-upload-item-v1/cssm/utils.d.ts +0 -5
- package/file-upload-item-v1/cssm/utils.js +0 -45
- package/file-upload-item-v1/esm/Component.d.ts +0 -95
- package/file-upload-item-v1/esm/Component.js +0 -79
- package/file-upload-item-v1/esm/index.css +0 -125
- package/file-upload-item-v1/esm/index.d.ts +0 -1
- package/file-upload-item-v1/esm/index.js +0 -17
- package/file-upload-item-v1/esm/utils.d.ts +0 -5
- package/file-upload-item-v1/esm/utils.js +0 -41
- package/file-upload-item-v1/index.css +0 -125
- package/file-upload-item-v1/index.d.ts +0 -1
- package/file-upload-item-v1/index.js +0 -7
- package/file-upload-item-v1/modern/Component.d.ts +0 -95
- package/file-upload-item-v1/modern/Component.js +0 -77
- package/file-upload-item-v1/modern/index.css +0 -125
- package/file-upload-item-v1/modern/index.d.ts +0 -1
- package/file-upload-item-v1/modern/index.js +0 -17
- package/file-upload-item-v1/modern/utils.d.ts +0 -5
- package/file-upload-item-v1/modern/utils.js +0 -41
- package/file-upload-item-v1/moderncssm/Component.d.ts +0 -95
- package/file-upload-item-v1/moderncssm/Component.js +0 -75
- package/file-upload-item-v1/moderncssm/index.d.ts +0 -1
- package/file-upload-item-v1/moderncssm/index.js +0 -18
- package/file-upload-item-v1/moderncssm/index.module.css +0 -129
- package/file-upload-item-v1/moderncssm/utils.d.ts +0 -5
- package/file-upload-item-v1/moderncssm/utils.js +0 -41
- package/file-upload-item-v1/package.json +0 -3
- package/file-upload-item-v1/utils.d.ts +0 -5
- package/file-upload-item-v1/utils.js +0 -45
- package/filter-tag/@alfalab/icons-glyph/package.json +0 -14
- package/gallery/@alfalab/icons-glyph/package.json +0 -14
- package/input/@alfalab/icons-glyph/package.json +0 -14
- package/international-phone-input/@alfalab/icons-glyph/package.json +0 -14
- package/intl-phone-input/@alfalab/icons-glyph/package.json +0 -14
- package/navigation-bar/@alfalab/icons-glyph/package.json +0 -14
- package/navigation-bar-private/@alfalab/icons-glyph/package.json +0 -14
- package/number-input/@alfalab/icons-glyph/package.json +0 -14
- package/pagination/@alfalab/icons-glyph/package.json +0 -14
- package/pass-code/@alfalab/icons-glyph/package.json +0 -14
- package/pass-code-v1/@alfalab/icons-glyph/package.json +0 -14
- package/password-input/@alfalab/icons-glyph/package.json +0 -14
- package/picker-button/@alfalab/icons-glyph/package.json +0 -14
- package/plate/@alfalab/icons-glyph/package.json +0 -14
- package/product-cover/@alfalab/icons-glyph/package.json +0 -14
- package/select/@alfalab/icons-glyph/package.json +0 -14
- package/select-with-tags/@alfalab/icons-glyph/package.json +0 -14
- package/sortable-list/@alfalab/icons-glyph/package.json +0 -14
- package/status-badge/@alfalab/icons-glyph/package.json +0 -14
- package/steps/@alfalab/icons-glyph/package.json +0 -14
- package/tabs/@alfalab/icons-glyph/package.json +0 -14
- package/toast-plate/@alfalab/icons-glyph/package.json +0 -14
- package/universal-date-input/@alfalab/icons-glyph/package.json +0 -14
- /package/confirmation/{countdown-section-94dc98f6.d.ts → countdown-section-82b5c8ce.d.ts} +0 -0
- /package/confirmation/{countdown-section-94dc98f6.js → countdown-section-82b5c8ce.js} +0 -0
- /package/confirmation/esm/{countdown-section-1621556b.d.ts → countdown-section-c44c5ae5.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-1621556b.js → countdown-section-c44c5ae5.js} +0 -0
- /package/confirmation/modern/{countdown-section-4d52662d.d.ts → countdown-section-1e14f49b.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-4d52662d.js → countdown-section-1e14f49b.js} +0 -0
- /package/gallery/esm/{slide-bb213f53.d.ts → slide-ceb8e036.d.ts} +0 -0
- /package/gallery/esm/{slide-bb213f53.js → slide-ceb8e036.js} +0 -0
- /package/gallery/modern/{slide-52922b82.d.ts → slide-81f04245.d.ts} +0 -0
- /package/gallery/modern/{slide-52922b82.js → slide-81f04245.js} +0 -0
- /package/gallery/{slide-e6fc5ea0.d.ts → slide-32bf4f96.d.ts} +0 -0
- /package/gallery/{slide-e6fc5ea0.js → slide-32bf4f96.js} +0 -0
- /package/modal/esm/{layout.module-d8b48866.js → layout.module-41164bd9.js} +0 -0
- /package/modal/{layout.module-40083b59.js → layout.module-05c545e3.js} +0 -0
- /package/modal/modern/{layout.module-fd58e9b1.js → layout.module-65b3ba6e.js} +0 -0
- /package/plate/{PortalContext-cde22512.d.ts → PortalContext-5d7b3de0.d.ts} +0 -0
- /package/plate/{PortalContext-cde22512.js → PortalContext-5d7b3de0.js} +0 -0
- /package/plate/esm/{PortalContext-051c1ca5.d.ts → PortalContext-18306525.d.ts} +0 -0
- /package/plate/esm/{PortalContext-051c1ca5.js → PortalContext-18306525.js} +0 -0
- /package/plate/modern/{PortalContext-34f6872d.d.ts → PortalContext-3c9f2b9f.d.ts} +0 -0
- /package/plate/modern/{PortalContext-34f6872d.js → PortalContext-3c9f2b9f.js} +0 -0
- /package/pure-cell/{component-f859d454.d.ts → component-73c447cf.d.ts} +0 -0
- /package/pure-cell/{component-f859d454.js → component-73c447cf.js} +0 -0
- /package/pure-cell/esm/{component-258fa677.d.ts → component-878de86a.d.ts} +0 -0
- /package/pure-cell/esm/{component-258fa677.js → component-878de86a.js} +0 -0
- /package/pure-cell/modern/{component-282d9311.d.ts → component-7c978051.d.ts} +0 -0
- /package/pure-cell/modern/{component-282d9311.js → component-7c978051.js} +0 -0
- /package/select/esm/{hook-8288e101.d.ts → hook-959f3d8b.d.ts} +0 -0
- /package/select/esm/{hook-8288e101.js → hook-959f3d8b.js} +0 -0
- /package/select/esm/{list-popover-desktop-87bab713.d.ts → list-popover-desktop-7be52716.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-87bab713.js → list-popover-desktop-7be52716.js} +0 -0
- /package/select/esm/{mobile.module-dad95946.js → mobile.module-421c8bf6.js} +0 -0
- /package/select/{hook-e334dab8.d.ts → hook-079ff90b.d.ts} +0 -0
- /package/select/{hook-e334dab8.js → hook-079ff90b.js} +0 -0
- /package/select/{list-popover-desktop-938ac512.d.ts → list-popover-desktop-3e79aebd.d.ts} +0 -0
- /package/select/{list-popover-desktop-938ac512.js → list-popover-desktop-3e79aebd.js} +0 -0
- /package/select/{mobile.module-11b556ed.js → mobile.module-1d0de1cb.js} +0 -0
- /package/select/modern/{hook-a926e079.d.ts → hook-baea95e2.d.ts} +0 -0
- /package/select/modern/{hook-a926e079.js → hook-baea95e2.js} +0 -0
- /package/select/modern/{list-popover-desktop-0bf7cf32.d.ts → list-popover-desktop-41267fb4.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-0bf7cf32.js → list-popover-desktop-41267fb4.js} +0 -0
- /package/select/modern/{mobile.module-47966362.js → mobile.module-1bc90f2b.js} +0 -0
- /package/side-panel/esm/{layout.module-013053a0.js → layout.module-6ea7f365.js} +0 -0
- /package/side-panel/{layout.module-ad8c1c61.js → layout.module-26a05287.js} +0 -0
- /package/side-panel/modern/{layout.module-8bbeee90.js → layout.module-0fdf0b87.js} +0 -0
- /package/tabs/esm/{index.module-3ab7dc30.js → index.module-aa261b2c.js} +0 -0
- /package/tabs/esm/{index.module-083b2691.js → index.module-c9659412.js} +0 -0
- /package/tabs/{index.module-aa863078.js → index.module-286b1e20.js} +0 -0
- /package/tabs/{index.module-f2695523.js → index.module-49504e2c.js} +0 -0
- /package/tabs/modern/{index.module-5fcf2825.js → index.module-3b459d83.js} +0 -0
- /package/tabs/modern/{index.module-4ddba9c9.js → index.module-4c4cb7fe.js} +0 -0
- /package/textarea/{PseudoTextArea-cfb00b82.d.ts → PseudoTextArea-562716f3.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-cfb00b82.js → PseudoTextArea-562716f3.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-54aebe45.d.ts → PseudoTextArea-92fcda1c.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-54aebe45.js → PseudoTextArea-92fcda1c.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-590649d6.d.ts → PseudoTextArea-b882eb24.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-590649d6.js → PseudoTextArea-b882eb24.js} +0 -0
|
@@ -11,10 +11,10 @@ import '@alfalab/hooks';
|
|
|
11
11
|
import '../../utils.js';
|
|
12
12
|
import '../native-select/Component.js';
|
|
13
13
|
import './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
14
|
-
import '../../list-popover-desktop-
|
|
14
|
+
import '../../list-popover-desktop-7be52716.js';
|
|
15
15
|
import './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
16
16
|
import './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
17
17
|
import './components/list-mobile/list-mobile.js';
|
|
18
18
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
19
|
-
import '../../mobile.module-
|
|
19
|
+
import '../../mobile.module-421c8bf6.js';
|
|
20
20
|
import './components/list-mobile/list-modal-mobile.js';
|
|
@@ -20,12 +20,12 @@ import '@alfalab/hooks';
|
|
|
20
20
|
import '../utils.js';
|
|
21
21
|
import './native-select/Component.js';
|
|
22
22
|
import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
23
|
-
import '../list-popover-desktop-
|
|
23
|
+
import '../list-popover-desktop-7be52716.js';
|
|
24
24
|
import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
25
25
|
import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
26
26
|
import './base-select/components/list-mobile/list-mobile.js';
|
|
27
27
|
import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
28
|
-
import '../mobile.module-
|
|
28
|
+
import '../mobile.module-421c8bf6.js';
|
|
29
29
|
import './base-select/components/list-mobile/list-modal-mobile.js';
|
|
30
30
|
import './clear-button/Component.js';
|
|
31
31
|
import '../../../button/esm';
|
|
@@ -49,7 +49,8 @@ var OptionsList = forwardRef(function (_a, ref) {
|
|
|
49
49
|
};
|
|
50
50
|
return (React.createElement(Optgroup$1, __assign({ className: optionGroupClassName, label: group.label, key: group.label, size: size, options: group.options, selectedItems: groupSelectedItems, setSelectedItems: handleSelectedItems, search: search, multiple: multiple }, groupOptionProps), group.options.map(function (option) { return renderOption(option, counter()); })));
|
|
51
51
|
};
|
|
52
|
-
var
|
|
52
|
+
var actualOptionsCount = limitDynamicOptionGroupSize && options.length > 0;
|
|
53
|
+
var measured = useVisibleOptions(__assign(__assign({}, (!nativeScrollbar && { styleTargetRef: scrollbarRef })), { visibleOptions: visibleOptions, listRef: listRef, open: open, options: options, actualOptionsCount: actualOptionsCount, size: actualOptionsCount
|
|
53
54
|
? (function () {
|
|
54
55
|
switch (typeof size) {
|
|
55
56
|
case 'string':
|
|
@@ -20,12 +20,12 @@ import '@alfalab/hooks';
|
|
|
20
20
|
import '../utils.js';
|
|
21
21
|
import '../components/native-select/Component.js';
|
|
22
22
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
23
|
-
import '../list-popover-desktop-
|
|
23
|
+
import '../list-popover-desktop-7be52716.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
27
27
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
28
|
-
import '../mobile.module-
|
|
28
|
+
import '../mobile.module-421c8bf6.js';
|
|
29
29
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
30
30
|
import '../components/clear-button/Component.js';
|
|
31
31
|
import '../../../button/esm';
|
|
@@ -16,12 +16,12 @@ import '@alfalab/hooks';
|
|
|
16
16
|
import '../utils.js';
|
|
17
17
|
import '../components/native-select/Component.js';
|
|
18
18
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
19
|
-
import '../list-popover-desktop-
|
|
19
|
+
import '../list-popover-desktop-7be52716.js';
|
|
20
20
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
24
|
-
import '../mobile.module-
|
|
24
|
+
import '../mobile.module-421c8bf6.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
26
26
|
import '../components/field/Component.js';
|
|
27
27
|
import '../components/clear-button/Component.js';
|
package/select/esm/index.js
CHANGED
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import './utils.js';
|
|
19
19
|
import './components/native-select/Component.js';
|
|
20
20
|
import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import './list-popover-desktop-
|
|
21
|
+
import './list-popover-desktop-7be52716.js';
|
|
22
22
|
import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import './components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import './mobile.module-
|
|
26
|
+
import './mobile.module-421c8bf6.js';
|
|
27
27
|
import './components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import './components/field/Component.js';
|
|
29
29
|
import './components/clear-button/Component.js';
|
|
@@ -52,7 +52,7 @@ import '../../base-modal/esm';
|
|
|
52
52
|
import '../../button/esm/mobile';
|
|
53
53
|
import './components/virtual-options-list/Component.js';
|
|
54
54
|
import 'react-virtual';
|
|
55
|
-
import './hook-
|
|
55
|
+
import './hook-959f3d8b.js';
|
|
56
56
|
import 'deep-equal';
|
|
57
57
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
58
58
|
import '../../button/esm/desktop';
|
|
@@ -12,7 +12,7 @@ import { Option } from '../components/option/Component.js';
|
|
|
12
12
|
import { OptionsList } from '../components/options-list/Component.js';
|
|
13
13
|
import { Search } from '../components/search/Component.js';
|
|
14
14
|
import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
|
|
15
|
-
import { u as useSelectWithApply } from '../hook-
|
|
15
|
+
import { u as useSelectWithApply } from '../hook-959f3d8b.js';
|
|
16
16
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
17
17
|
import 'classnames';
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -25,12 +25,12 @@ import '@alfalab/hooks';
|
|
|
25
25
|
import '../utils.js';
|
|
26
26
|
import '../components/native-select/Component.js';
|
|
27
27
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
28
|
-
import '../list-popover-desktop-
|
|
28
|
+
import '../list-popover-desktop-7be52716.js';
|
|
29
29
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
30
30
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
31
31
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
32
32
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
33
|
-
import '../mobile.module-
|
|
33
|
+
import '../mobile.module-421c8bf6.js';
|
|
34
34
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
35
35
|
import '../components/clear-button/Component.js';
|
|
36
36
|
import '../../../button/esm';
|
|
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
|
|
|
17
17
|
import '../utils.js';
|
|
18
18
|
import '../components/native-select/Component.js';
|
|
19
19
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
20
|
-
import '../list-popover-desktop-
|
|
20
|
+
import '../list-popover-desktop-7be52716.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
25
|
-
import '../mobile.module-
|
|
25
|
+
import '../mobile.module-421c8bf6.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
27
27
|
import '../components/field/Component.js';
|
|
28
28
|
import '../components/clear-button/Component.js';
|
|
@@ -48,7 +48,7 @@ import '../../../input/esm';
|
|
|
48
48
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
49
49
|
import '../components/virtual-options-list/Component.js';
|
|
50
50
|
import 'react-virtual';
|
|
51
|
-
import '../hook-
|
|
51
|
+
import '../hook-959f3d8b.js';
|
|
52
52
|
import 'deep-equal';
|
|
53
53
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
54
54
|
import '../../../button/esm/desktop';
|
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import '../utils.js';
|
|
19
19
|
import '../components/native-select/Component.js';
|
|
20
20
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import '../list-popover-desktop-
|
|
21
|
+
import '../list-popover-desktop-7be52716.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import '../mobile.module-
|
|
26
|
+
import '../mobile.module-421c8bf6.js';
|
|
27
27
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import '../components/field/Component.js';
|
|
29
29
|
import '../components/clear-button/Component.js';
|
|
@@ -49,7 +49,7 @@ import '../../../input/esm';
|
|
|
49
49
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
50
50
|
import '../components/virtual-options-list/Component.js';
|
|
51
51
|
import 'react-virtual';
|
|
52
|
-
import '../hook-
|
|
52
|
+
import '../hook-959f3d8b.js';
|
|
53
53
|
import 'deep-equal';
|
|
54
54
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
55
55
|
import '../../../button/esm/desktop';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-959f3d8b.js';
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '../../../skeleton/esm';
|
|
@@ -2,7 +2,7 @@ import 'tslib';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'deep-equal';
|
|
4
4
|
import '../../../../shared/esm';
|
|
5
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-
|
|
5
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-959f3d8b.js';
|
|
6
6
|
import '../../utils.js';
|
|
7
7
|
import '../../components/options-list/Component.js';
|
|
8
8
|
import 'react-merge-refs';
|
|
@@ -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 '../../../hook-
|
|
4
|
+
export { O as OptionsListWithApply } from '../../../hook-959f3d8b.js';
|
|
5
5
|
import './footer/Component.js';
|
|
6
6
|
import './header/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-959f3d8b";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-959f3d8b.js';
|
|
4
4
|
export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
|
|
5
5
|
export { Option } from '../components/option/Component.js';
|
|
6
6
|
export { BaseOption } from '../components/base-option/Component.js';
|
|
@@ -44,12 +44,12 @@ import 'compute-scroll-into-view';
|
|
|
44
44
|
import 'downshift';
|
|
45
45
|
import '../components/native-select/Component.js';
|
|
46
46
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
47
|
-
import '../list-popover-desktop-
|
|
47
|
+
import '../list-popover-desktop-7be52716.js';
|
|
48
48
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
49
49
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
50
50
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
51
51
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
52
|
-
import '../mobile.module-
|
|
52
|
+
import '../mobile.module-421c8bf6.js';
|
|
53
53
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
54
54
|
import '../../../base-modal/esm';
|
|
55
55
|
import '../../../button/esm/mobile';
|
|
@@ -14,7 +14,7 @@ var components_option_Component = require('../components/option/Component.js');
|
|
|
14
14
|
var components_optionsList_Component = require('../components/options-list/Component.js');
|
|
15
15
|
var components_search_Component = require('../components/search/Component.js');
|
|
16
16
|
var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
|
|
17
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
17
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-079ff90b.js');
|
|
18
18
|
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
19
19
|
|
|
20
20
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import './utils.js';
|
|
19
19
|
import './components/native-select/Component.js';
|
|
20
20
|
import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import './list-popover-desktop-
|
|
21
|
+
import './list-popover-desktop-41267fb4.js';
|
|
22
22
|
import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import './components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import './mobile.module-
|
|
26
|
+
import './mobile.module-1bc90f2b.js';
|
|
27
27
|
import './components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import './components/field/Component.js';
|
|
29
29
|
import './components/clear-button/Component.js';
|
|
@@ -51,7 +51,7 @@ import '../../base-modal/modern';
|
|
|
51
51
|
import '../../button/modern/mobile';
|
|
52
52
|
import './components/virtual-options-list/Component.js';
|
|
53
53
|
import 'react-virtual';
|
|
54
|
-
import './hook-
|
|
54
|
+
import './hook-baea95e2.js';
|
|
55
55
|
import 'deep-equal';
|
|
56
56
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
57
57
|
import '../../button/modern/desktop';
|
|
@@ -9,11 +9,11 @@ import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
|
9
9
|
import { defaultAccessor, defaultFilterFn, defaultGroupAccessor, processOptions, isGroup } from '../../utils.js';
|
|
10
10
|
import { NativeSelect } from '../native-select/Component.js';
|
|
11
11
|
import { getListPopoverDesktopProps } from './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
12
|
-
import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-
|
|
12
|
+
import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-41267fb4.js';
|
|
13
13
|
import { getListModalMobileProps } from './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
14
14
|
import { getListBottomSheetMobileProps } from './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
15
15
|
import { ListMobile } from './components/list-mobile/list-mobile.js';
|
|
16
|
-
import { m as mobileStyles } from '../../mobile.module-
|
|
16
|
+
import { m as mobileStyles } from '../../mobile.module-1bc90f2b.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
18
|
import './components/list-mobile/list-modal-mobile.js';
|
|
19
19
|
|
package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { getDataTestId } from '../../../../../../shared/modern';
|
|
3
|
-
import { m as mobileStyles } from '../../../../mobile.module-
|
|
3
|
+
import { m as mobileStyles } from '../../../../mobile.module-1bc90f2b.js';
|
|
4
4
|
|
|
5
5
|
const ListBottomSheetMobile = (props) => {
|
|
6
6
|
const { BottomSheet, dataTestId, open, label, placeholder, footer, swipeable, showSearch, bottomSheetProps, menuRef, scrollableContainerRef, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { ListBottomSheetMobile } from './list-bottom-sheet-mobile.js';
|
|
3
3
|
import { ListModalMobile } from './list-modal-mobile.js';
|
|
4
4
|
import '../../../../../../shared/modern';
|
|
5
|
-
import '../../../../mobile.module-
|
|
5
|
+
import '../../../../mobile.module-1bc90f2b.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import mergeRefs from 'react-merge-refs';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { getDataTestId } from '../../../../../../shared/modern';
|
|
5
|
-
import { m as mobileStyles } from '../../../../mobile.module-
|
|
5
|
+
import { m as mobileStyles } from '../../../../mobile.module-1bc90f2b.js';
|
|
6
6
|
|
|
7
7
|
const ListModalMobile = (props) => {
|
|
8
8
|
const { ModalMobile, dataTestId, open, modalProps, modalHeaderProps, modalFooterProps, menuRef, scrollableContainerRef, label, placeholder, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
|
|
@@ -10,10 +10,10 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../utils.js';
|
|
11
11
|
import '../native-select/Component.js';
|
|
12
12
|
import './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
13
|
-
import '../../list-popover-desktop-
|
|
13
|
+
import '../../list-popover-desktop-41267fb4.js';
|
|
14
14
|
import './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
15
15
|
import './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
16
16
|
import './components/list-mobile/list-mobile.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
|
-
import '../../mobile.module-
|
|
18
|
+
import '../../mobile.module-1bc90f2b.js';
|
|
19
19
|
import './components/list-mobile/list-modal-mobile.js';
|
|
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '../utils.js';
|
|
20
20
|
import './native-select/Component.js';
|
|
21
21
|
import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
22
|
-
import '../list-popover-desktop-
|
|
22
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
23
23
|
import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
24
24
|
import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
25
25
|
import './base-select/components/list-mobile/list-mobile.js';
|
|
26
26
|
import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
27
|
-
import '../mobile.module-
|
|
27
|
+
import '../mobile.module-1bc90f2b.js';
|
|
28
28
|
import './base-select/components/list-mobile/list-modal-mobile.js';
|
|
29
29
|
import './clear-button/Component.js';
|
|
30
30
|
import '../../../button/modern';
|
|
@@ -41,14 +41,15 @@ const OptionsList = forwardRef(({ size = 48, className, optionGroupClassName, sc
|
|
|
41
41
|
};
|
|
42
42
|
return (React.createElement(Optgroup$1, { className: optionGroupClassName, label: group.label, key: group.label, size: size, options: group.options, selectedItems: groupSelectedItems, setSelectedItems: handleSelectedItems, search: search, multiple: multiple, ...groupOptionProps }, group.options.map((option) => renderOption(option, counter()))));
|
|
43
43
|
};
|
|
44
|
+
const actualOptionsCount = limitDynamicOptionGroupSize && options.length > 0;
|
|
44
45
|
const measured = useVisibleOptions({
|
|
45
46
|
...(!nativeScrollbar && { styleTargetRef: scrollbarRef }),
|
|
46
47
|
visibleOptions,
|
|
47
48
|
listRef,
|
|
48
49
|
open,
|
|
49
50
|
options,
|
|
50
|
-
actualOptionsCount
|
|
51
|
-
size:
|
|
51
|
+
actualOptionsCount,
|
|
52
|
+
size: actualOptionsCount
|
|
52
53
|
? (() => {
|
|
53
54
|
switch (typeof size) {
|
|
54
55
|
case 'string':
|
|
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '../utils.js';
|
|
20
20
|
import '../components/native-select/Component.js';
|
|
21
21
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
22
|
-
import '../list-popover-desktop-
|
|
22
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
27
|
-
import '../mobile.module-
|
|
27
|
+
import '../mobile.module-1bc90f2b.js';
|
|
28
28
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
29
29
|
import '../components/clear-button/Component.js';
|
|
30
30
|
import '../../../button/modern';
|
|
@@ -15,12 +15,12 @@ import '@alfalab/hooks';
|
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import '../components/native-select/Component.js';
|
|
17
17
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
18
|
-
import '../list-popover-desktop-
|
|
18
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
19
19
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
20
20
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
23
|
-
import '../mobile.module-
|
|
23
|
+
import '../mobile.module-1bc90f2b.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
25
25
|
import '../components/field/Component.js';
|
|
26
26
|
import '../components/clear-button/Component.js';
|
package/select/modern/index.js
CHANGED
|
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
|
|
|
17
17
|
import './utils.js';
|
|
18
18
|
import './components/native-select/Component.js';
|
|
19
19
|
import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
20
|
-
import './list-popover-desktop-
|
|
20
|
+
import './list-popover-desktop-41267fb4.js';
|
|
21
21
|
import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
22
22
|
import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
23
23
|
import './components/base-select/components/list-mobile/list-mobile.js';
|
|
24
24
|
import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
25
|
-
import './mobile.module-
|
|
25
|
+
import './mobile.module-1bc90f2b.js';
|
|
26
26
|
import './components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
27
27
|
import './components/field/Component.js';
|
|
28
28
|
import './components/clear-button/Component.js';
|
|
@@ -51,7 +51,7 @@ import '../../base-modal/modern';
|
|
|
51
51
|
import '../../button/modern/mobile';
|
|
52
52
|
import './components/virtual-options-list/Component.js';
|
|
53
53
|
import 'react-virtual';
|
|
54
|
-
import './hook-
|
|
54
|
+
import './hook-baea95e2.js';
|
|
55
55
|
import 'deep-equal';
|
|
56
56
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
57
57
|
import '../../button/modern/desktop';
|
|
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
|
|
|
11
11
|
import { OptionsList } from '../components/options-list/Component.js';
|
|
12
12
|
import { Search } from '../components/search/Component.js';
|
|
13
13
|
import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
|
|
14
|
-
import { u as useSelectWithApply } from '../hook-
|
|
14
|
+
import { u as useSelectWithApply } from '../hook-baea95e2.js';
|
|
15
15
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
16
16
|
import 'classnames';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -24,12 +24,12 @@ import '@alfalab/hooks';
|
|
|
24
24
|
import '../utils.js';
|
|
25
25
|
import '../components/native-select/Component.js';
|
|
26
26
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
27
|
-
import '../list-popover-desktop-
|
|
27
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
28
28
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
29
29
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
30
30
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
31
31
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
32
|
-
import '../mobile.module-
|
|
32
|
+
import '../mobile.module-1bc90f2b.js';
|
|
33
33
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
34
34
|
import '../components/clear-button/Component.js';
|
|
35
35
|
import '../../../button/modern';
|
|
@@ -16,12 +16,12 @@ import '@alfalab/hooks';
|
|
|
16
16
|
import '../utils.js';
|
|
17
17
|
import '../components/native-select/Component.js';
|
|
18
18
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
19
|
-
import '../list-popover-desktop-
|
|
19
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
20
20
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
24
|
-
import '../mobile.module-
|
|
24
|
+
import '../mobile.module-1bc90f2b.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
26
26
|
import '../components/field/Component.js';
|
|
27
27
|
import '../components/clear-button/Component.js';
|
|
@@ -47,7 +47,7 @@ import '../../../input/modern';
|
|
|
47
47
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
48
48
|
import '../components/virtual-options-list/Component.js';
|
|
49
49
|
import 'react-virtual';
|
|
50
|
-
import '../hook-
|
|
50
|
+
import '../hook-baea95e2.js';
|
|
51
51
|
import 'deep-equal';
|
|
52
52
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
53
53
|
import '../../../button/modern/desktop';
|
|
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
|
|
|
17
17
|
import '../utils.js';
|
|
18
18
|
import '../components/native-select/Component.js';
|
|
19
19
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
20
|
-
import '../list-popover-desktop-
|
|
20
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
25
|
-
import '../mobile.module-
|
|
25
|
+
import '../mobile.module-1bc90f2b.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
27
27
|
import '../components/field/Component.js';
|
|
28
28
|
import '../components/clear-button/Component.js';
|
|
@@ -48,7 +48,7 @@ import '../../../input/modern';
|
|
|
48
48
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
49
49
|
import '../components/virtual-options-list/Component.js';
|
|
50
50
|
import 'react-virtual';
|
|
51
|
-
import '../hook-
|
|
51
|
+
import '../hook-baea95e2.js';
|
|
52
52
|
import 'deep-equal';
|
|
53
53
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
54
54
|
import '../../../button/modern/desktop';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-baea95e2.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../../skeleton/modern';
|
|
6
6
|
import '../components/option/Component.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'deep-equal';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-
|
|
4
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-baea95e2.js';
|
|
5
5
|
import '../../utils.js';
|
|
6
6
|
import '../../components/options-list/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../components/options-list/Component.js';
|
|
3
|
-
export { O as OptionsListWithApply } from '../../../hook-
|
|
3
|
+
export { O as OptionsListWithApply } from '../../../hook-baea95e2.js';
|
|
4
4
|
import './footer/Component.js';
|
|
5
5
|
import './header/Component.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-baea95e2";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-baea95e2.js';
|
|
4
4
|
export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
|
|
5
5
|
export { Option } from '../components/option/Component.js';
|
|
6
6
|
export { BaseOption } from '../components/base-option/Component.js';
|
|
@@ -43,12 +43,12 @@ import 'compute-scroll-into-view';
|
|
|
43
43
|
import 'downshift';
|
|
44
44
|
import '../components/native-select/Component.js';
|
|
45
45
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
46
|
-
import '../list-popover-desktop-
|
|
46
|
+
import '../list-popover-desktop-41267fb4.js';
|
|
47
47
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
48
48
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
49
49
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
50
50
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
51
|
-
import '../mobile.module-
|
|
51
|
+
import '../mobile.module-1bc90f2b.js';
|
|
52
52
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
53
53
|
import '../../../base-modal/modern';
|
|
54
54
|
import '../../../button/modern/mobile';
|
|
@@ -40,14 +40,15 @@ const OptionsList = forwardRef(({ size = 48, className, optionGroupClassName, sc
|
|
|
40
40
|
};
|
|
41
41
|
return (React.createElement(Optgroup$1, { className: optionGroupClassName, label: group.label, key: group.label, size: size, options: group.options, selectedItems: groupSelectedItems, setSelectedItems: handleSelectedItems, search: search, multiple: multiple, ...groupOptionProps }, group.options.map((option) => renderOption(option, counter()))));
|
|
42
42
|
};
|
|
43
|
+
const actualOptionsCount = limitDynamicOptionGroupSize && options.length > 0;
|
|
43
44
|
const measured = useVisibleOptions({
|
|
44
45
|
...(!nativeScrollbar && { styleTargetRef: scrollbarRef }),
|
|
45
46
|
visibleOptions,
|
|
46
47
|
listRef,
|
|
47
48
|
open,
|
|
48
49
|
options,
|
|
49
|
-
actualOptionsCount
|
|
50
|
-
size:
|
|
50
|
+
actualOptionsCount,
|
|
51
|
+
size: actualOptionsCount
|
|
51
52
|
? (() => {
|
|
52
53
|
switch (typeof size) {
|
|
53
54
|
case 'string':
|