@alfalab/core-components 42.14.0-beta.0 → 42.14.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/calendar-input/Component-10db897e.d.ts +183 -3
- package/calendar-input/Component-5684a67d.d.ts +23 -0
- package/calendar-input/Component-69921c40.d.ts +12 -172
- package/calendar-input/Component-e2b6c730.d.ts +76 -0
- package/calendar-input/Component.desktop-b5b4c59f.d.ts +5 -72
- package/calendar-input/components/calendar-input/Component.d.ts +1 -1
- package/{custom-picker-button/cssm → calendar-input}/desktop-89f0cb07.d.ts +1 -1
- package/calendar-input/esm/Component-10db897e.d.ts +183 -3
- package/calendar-input/esm/Component-5684a67d.d.ts +23 -0
- package/calendar-input/esm/Component-69921c40.d.ts +12 -172
- package/calendar-input/esm/Component-e2b6c730.d.ts +76 -0
- package/calendar-input/esm/Component.desktop-b5b4c59f.d.ts +5 -72
- package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -1
- package/calendar-input/esm/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +1 -1
- package/calendar-input/esm/index-89f0cb07.d.ts +1 -1
- package/calendar-input/esm/index-ebda875c.d.ts +1 -1
- package/calendar-input/esm/index-f034f741.d.ts +2 -80
- package/calendar-input/esm/mobile-c219f8ca.d.ts +368 -1
- package/calendar-input/esm/utils-e0a54580.d.ts +8 -0
- package/calendar-input/index-89f0cb07.d.ts +1 -1
- package/calendar-input/index-ebda875c.d.ts +1 -1
- package/calendar-input/index-f034f741.d.ts +2 -80
- package/calendar-input/mobile-c219f8ca.d.ts +368 -1
- package/calendar-input/utils-e0a54580.d.ts +8 -0
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.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.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/shared.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.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.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/shared.js +1 -1
- package/confirmation/shared.js +1 -1
- package/custom-picker-button/cssm/Component-0f4b9bed.d.ts +4 -21
- package/custom-picker-button/cssm/Component-10db897e.d.ts +265 -41
- package/custom-picker-button/cssm/Component-aed0af6e.d.ts +11 -0
- package/custom-picker-button/cssm/Component-ebda875c.d.ts +98 -9
- package/custom-picker-button/cssm/Component-f12ee135.d.ts +72 -0
- package/custom-picker-button/cssm/Component.desktop-4cd3936b.d.ts +49 -0
- package/custom-picker-button/cssm/Component.desktop-785df74d.d.ts +1 -1
- package/custom-picker-button/cssm/Component.mobile-96988a65.d.ts +6 -0
- package/custom-picker-button/cssm/Component.mobile-d7e9f69d.d.ts +1 -1
- package/custom-picker-button/cssm/Component.mobile.d.ts +9 -1
- package/custom-picker-button/cssm/{index-8b2c2707.d.ts → Component.responsive-0aa4e915.d.ts} +1 -2
- package/custom-picker-button/cssm/Component.responsive-d7e9f69d.d.ts +26 -0
- package/custom-picker-button/cssm/desktop-d446ae02.d.ts +2 -39
- package/custom-picker-button/cssm/hook-8abfea97.d.ts +4 -4
- package/custom-picker-button/cssm/hook-ebda875c.d.ts +48 -0
- package/custom-picker-button/cssm/index-89f0cb07.d.ts +2 -0
- package/custom-picker-button/cssm/index-bdb4c6b9.d.ts +180 -2
- package/custom-picker-button/cssm/index-c44170fe.d.ts +2 -17
- package/custom-picker-button/cssm/index-ebda875c.d.ts +200 -18
- package/custom-picker-button/cssm/index-f12ee135.d.ts +324 -3
- package/custom-picker-button/cssm/shared-4cd3936b.d.ts +1 -60
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/index.js +2 -2
- package/input/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/input-autocomplete/Component-0f4b9bed.d.ts +3 -70
- package/input-autocomplete/Component-511e54fa.d.ts +9 -0
- package/input-autocomplete/Component-72dda473.d.ts +53 -0
- package/input-autocomplete/Component-aed0af6e.d.ts +11 -0
- package/input-autocomplete/Component-ebda875c.d.ts +293 -8
- package/input-autocomplete/Component-f12ee135.d.ts +72 -0
- package/input-autocomplete/Component.desktop.d.ts +1 -1
- package/input-autocomplete/Component.mobile.d.ts +2 -2
- package/input-autocomplete/Component.modal.mobile.d.ts +3 -3
- package/input-autocomplete/Component.responsive.d.ts +4 -4
- package/input-autocomplete/hook-8abfea97.d.ts +4 -4
- package/input-autocomplete/hook-ebda875c.d.ts +48 -0
- package/input-autocomplete/index-bdb4c6b9.d.ts +180 -2
- package/input-autocomplete/index-c76d6398.d.ts +184 -6
- package/input-autocomplete/index-ebda875c.d.ts +190 -117
- package/input-autocomplete/index-f12ee135.d.ts +275 -3
- package/{custom-picker-button/cssm/Component.modal.mobile-0f4b9bed.d.ts → input-autocomplete/mobile-45dc17c6.d.ts} +13 -26
- package/input-autocomplete/shared-4cd3936b.d.ts +1 -59
- package/package.json +1 -1
- package/pass-code/Component-89f0cb07.d.ts +1 -1
- package/phone-input/cssm/utils/index.js +1 -3
- package/pure-cell/component-5a229016.d.ts +5 -5
- package/pure-cell/component.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/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/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/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/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/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/Component.mobile.js +1 -1
- package/select/Component.modal.mobile.js +1 -1
- package/select/Component.responsive.js +1 -1
- package/select/esm/Component.mobile.js +1 -1
- package/select/esm/Component.modal.mobile.js +1 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile.js +1 -1
- 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.js +1 -1
- package/select/index.js +1 -1
- package/select/mobile.js +1 -1
- package/select/modern/Component.mobile-f1f15074.d.ts +11 -11
- package/select/modern/Component.mobile.js +1 -1
- package/select/modern/Component.modal.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- package/select-with-tags/components/tag-list/component.js +2 -2
- package/select-with-tags/cssm/components/tag-list/component.js +2 -2
- package/select-with-tags/esm/components/tag-list/component.js +3 -3
- package/select-with-tags/modern/components/tag-list/component.js +3 -3
- package/table/esm/desktop-69921c40.d.ts +1 -1
- package/table/esm/index-ebda875c.d.ts +1 -1
- package/table/esm/mobile-89f0cb07.d.ts +1 -1
- package/tabs/collapsible.js +1 -1
- 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/primary-tablist/Component.responsive.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/components/tabs/Component.collapsible.js +1 -1
- package/tabs/components/tabs/Component.desktop.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +2 -2
- package/tabs/components/tabs/Component.responsive.js +2 -2
- package/tabs/desktop.js +2 -2
- package/tabs/esm/collapsible.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.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile.js +2 -2
- package/tabs/index.js +2 -2
- package/tabs/mobile.js +2 -2
- package/tabs/modern/collapsible.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.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile.js +2 -2
- package/textarea/Component.d.ts +1 -1
- 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/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 +32 -32
- package/themes/dist/compiled/mobile-dark-bluetint.css +77 -77
- package/typography/component.js +2 -2
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/calendar-input/Component-b5b4c59f.d.ts +0 -389
- package/calendar-input/Component-ebda875c.d.ts +0 -35
- package/calendar-input/esm/Component-b5b4c59f.d.ts +0 -389
- package/calendar-input/esm/Component-ebda875c.d.ts +0 -35
- package/custom-picker-button/cssm/Component-69921c40.d.ts +0 -184
- package/custom-picker-button/cssm/Component-89f0cb07.d.ts +0 -38
- package/custom-picker-button/cssm/Component-8b2c2707.d.ts +0 -12
- package/custom-picker-button/cssm/Component.mobile-d446ae02.d.ts +0 -23
- package/custom-picker-button/cssm/component-10db897e.d.ts +0 -44
- package/custom-picker-button/cssm/mobile-89f0cb07.d.ts +0 -2
- package/custom-picker-button/cssm/types-67a2d8af.d.ts +0 -276
- package/custom-picker-button/cssm/utils-1574ad8b.d.ts +0 -29
- package/custom-picker-button/cssm/utils-49cc3c24.d.ts +0 -8
- package/input/esm/Component.desktop-ebda875c.d.ts +0 -6
- package/input-autocomplete/Component-69921c40.d.ts +0 -184
- package/input-autocomplete/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/input-autocomplete/mobile-f28cbba0.d.ts +0 -5
- package/input-autocomplete/types-72dda473.d.ts +0 -276
- package/input-autocomplete/utils-1574ad8b.d.ts +0 -29
- /package/calendar-input/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/calendar-input/{Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
- /package/calendar-input/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/calendar-input/esm/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/calendar-input/esm/{Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
- /package/calendar-input/esm/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/calendar-input/esm/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
- /package/calendar-input/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
- /package/confirmation/{countdown-section-6c6108cc.d.ts → countdown-section-8723262f.d.ts} +0 -0
- /package/confirmation/{countdown-section-6c6108cc.js → countdown-section-8723262f.js} +0 -0
- /package/confirmation/esm/{countdown-section-d6bdbf45.d.ts → countdown-section-59445a9d.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-d6bdbf45.js → countdown-section-59445a9d.js} +0 -0
- /package/confirmation/modern/{countdown-section-3348e907.d.ts → countdown-section-9d58dbd0.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-3348e907.js → countdown-section-9d58dbd0.js} +0 -0
- /package/{calendar-input → custom-picker-button/cssm}/desktop-69921c40.d.ts +0 -0
- /package/custom-picker-button/cssm/{mobile-d7e9f69d.d.ts → mobile-96988a65.d.ts} +0 -0
- /package/custom-picker-button/cssm/{useSkeleton-ebda875c.d.ts → useSkeleton-1b036d4b.d.ts} +0 -0
- /package/gallery/{buttons-956df736.d.ts → buttons-c2946e99.d.ts} +0 -0
- /package/gallery/{buttons-956df736.js → buttons-c2946e99.js} +0 -0
- /package/gallery/esm/{buttons-aea7680d.d.ts → buttons-2f514347.d.ts} +0 -0
- /package/gallery/esm/{buttons-aea7680d.js → buttons-2f514347.js} +0 -0
- /package/gallery/esm/{slide-b35666e6.d.ts → slide-6200c841.d.ts} +0 -0
- /package/gallery/esm/{slide-b35666e6.js → slide-6200c841.js} +0 -0
- /package/gallery/modern/{buttons-1db6ece7.d.ts → buttons-daed8c53.d.ts} +0 -0
- /package/gallery/modern/{buttons-1db6ece7.js → buttons-daed8c53.js} +0 -0
- /package/gallery/modern/{slide-bfc856d6.d.ts → slide-9c566ede.d.ts} +0 -0
- /package/gallery/modern/{slide-bfc856d6.js → slide-9c566ede.js} +0 -0
- /package/gallery/{slide-cb28b058.d.ts → slide-7341a45a.d.ts} +0 -0
- /package/gallery/{slide-cb28b058.js → slide-7341a45a.js} +0 -0
- /package/input-autocomplete/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +0 -0
- /package/input-autocomplete/{mobile-89f0cb07.d.ts → mobile-511e54fa.d.ts} +0 -0
- /package/input-autocomplete/{useSkeleton-ebda875c.d.ts → useSkeleton-1b036d4b.d.ts} +0 -0
- /package/pure-cell/{component-e27ea294.d.ts → component-7136d2c4.d.ts} +0 -0
- /package/pure-cell/{component-e27ea294.js → component-7136d2c4.js} +0 -0
- /package/pure-cell/esm/{component-91d54387.d.ts → component-9283ef49.d.ts} +0 -0
- /package/pure-cell/esm/{component-91d54387.js → component-9283ef49.js} +0 -0
- /package/pure-cell/modern/{component-b4d6f3df.d.ts → component-a054d5de.d.ts} +0 -0
- /package/pure-cell/modern/{component-b4d6f3df.js → component-a054d5de.js} +0 -0
- /package/select/esm/{hook-1e576b85.d.ts → hook-518a91e8.d.ts} +0 -0
- /package/select/esm/{hook-1e576b85.js → hook-518a91e8.js} +0 -0
- /package/select/{hook-ccde557f.d.ts → hook-a53d56df.d.ts} +0 -0
- /package/select/{hook-ccde557f.js → hook-a53d56df.js} +0 -0
- /package/select/modern/{hook-99a2fb1e.d.ts → hook-d12722c8.d.ts} +0 -0
- /package/select/modern/{hook-99a2fb1e.js → hook-d12722c8.js} +0 -0
- /package/tabs/esm/{index.module-7113783f.js → index.module-0f6b39bf.js} +0 -0
- /package/tabs/esm/{index.module-86ab206a.js → index.module-60cd5e36.js} +0 -0
- /package/tabs/{index.module-9c73a2c9.js → index.module-3aa3fb0d.js} +0 -0
- /package/tabs/{index.module-93bf43a7.js → index.module-e49b1aad.js} +0 -0
- /package/tabs/modern/{index.module-093870a5.js → index.module-15662f77.js} +0 -0
- /package/tabs/modern/{index.module-c208eaf4.js → index.module-7ebfe235.js} +0 -0
- /package/textarea/{PseudoTextArea-127b3039.d.ts → PseudoTextArea-b2663c55.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-127b3039.js → PseudoTextArea-b2663c55.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-753420b6.d.ts → PseudoTextArea-d59909ae.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-753420b6.js → PseudoTextArea-d59909ae.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-225560e0.d.ts → PseudoTextArea-289e846a.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-225560e0.js → PseudoTextArea-289e846a.js} +0 -0
- /package/typography/{colors.module-ac9930eb.js → colors.module-146acee0.js} +0 -0
- /package/typography/{common.module-bcc7d762.js → common.module-1d14d6b1.js} +0 -0
- /package/typography/esm/{colors.module-2c86edcf.js → colors.module-be2eb231.js} +0 -0
- /package/typography/esm/{common.module-8c88e5ef.js → common.module-b56a8aa0.js} +0 -0
- /package/typography/modern/{colors.module-30df9d7a.js → colors.module-f71cc7ad.js} +0 -0
- /package/typography/modern/{common.module-be4581e7.js → common.module-6d66fc7d.js} +0 -0
|
@@ -1,64 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { BaseSelectProps, OptionProps, OptionShape } from "./typings-0f4b9bed";
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
5
|
-
type useSelectWithLoadingProps = {
|
|
6
|
-
loading?: boolean;
|
|
7
|
-
visibleOptions?: BaseSelectProps["visibleOptions"];
|
|
8
|
-
Option?: React.FC<OptionProps>;
|
|
9
|
-
};
|
|
10
|
-
declare function useSelectWithLoading({ loading, visibleOptions, Option }: useSelectWithLoadingProps): {
|
|
11
|
-
Option: (props: OptionProps) => React.JSX.Element;
|
|
12
|
-
options: OptionShape[];
|
|
13
|
-
} | null;
|
|
14
|
-
type OptionsFetcherResponse = {
|
|
15
|
-
options: OptionShape[];
|
|
16
|
-
hasMore: boolean;
|
|
17
|
-
};
|
|
18
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
19
|
-
type useLazyLoadingProps = {
|
|
20
|
-
/** Количество элементов на "странице" */
|
|
21
|
-
limit?: number;
|
|
22
|
-
/** Начальный номер "страницы" */
|
|
23
|
-
initialOffset?: number;
|
|
24
|
-
/** Скелетон загружаемых элементов */
|
|
25
|
-
skeleton?: React.ReactNode;
|
|
26
|
-
/** Компонент пункта меню */
|
|
27
|
-
Option?: React.FC<OptionProps>;
|
|
28
|
-
/**
|
|
29
|
-
* Функция-загрузчик опций.
|
|
30
|
-
* @param offset - текущая страница
|
|
31
|
-
* @param limit - количество элементов на странице
|
|
32
|
-
* @param queryString - строчные данные, пробрасываемые для поиска из кастомного инпута, расположенного в заголовке OptionsList
|
|
33
|
-
* @returns Promise<{
|
|
34
|
-
* options - список опций следующей "страницы". Они аппендятся к предыдущим
|
|
35
|
-
* hasMore - указывает, есть ли еще незагруженные элементы (в случае false перестает загружать "следующую страницу")
|
|
36
|
-
* }>
|
|
37
|
-
*/
|
|
38
|
-
optionsFetcher(offset: number, limit: number, queryString?: string): Promise<OptionsFetcherResponse>;
|
|
39
|
-
};
|
|
40
|
-
declare function useLazyLoading({ limit, initialOffset, optionsFetcher, skeleton, Option }: useLazyLoadingProps): {
|
|
41
|
-
optionsProps: {
|
|
42
|
-
Option: (props: OptionProps) => React.JSX.Element;
|
|
43
|
-
options: OptionShape[];
|
|
44
|
-
optionsListProps: {
|
|
45
|
-
ref: React.RefObject<HTMLDivElement>;
|
|
46
|
-
inputProps: {
|
|
47
|
-
onChange: (event: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
48
|
-
value: string;
|
|
49
|
-
}) => void;
|
|
50
|
-
value: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
onOpen: (payload: {
|
|
54
|
-
open?: boolean;
|
|
55
|
-
}) => void;
|
|
56
|
-
};
|
|
57
|
-
reset: () => void;
|
|
58
|
-
};
|
|
59
1
|
export * from "./index-ebda875c";
|
|
60
2
|
export * from "./Component-0f4b9bed";
|
|
61
|
-
export
|
|
3
|
+
export * from "./hook-ebda875c";
|
|
62
4
|
export * from "./hook-8abfea97";
|
|
63
5
|
export * from "./typings-0f4b9bed";
|
|
64
6
|
export * from "./utils-0f4b9bed";
|
package/package.json
CHANGED
|
@@ -34,5 +34,5 @@ declare const Spinner: FC<SpinnerProps>;
|
|
|
34
34
|
* чтобы при быстрых ответах от сервера кнопка не «моргала».
|
|
35
35
|
*/
|
|
36
36
|
declare const LOADER_MIN_DISPLAY_INTERVAL = 500;
|
|
37
|
-
declare const BaseButton: React.ForwardRefExoticComponent<(CommonButtonProps & PrivateButtonProps) & React.RefAttributes<
|
|
37
|
+
declare const BaseButton: React.ForwardRefExoticComponent<(CommonButtonProps & PrivateButtonProps) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
38
38
|
export { SpinnerProps, Spinner, LOADER_MIN_DISPLAY_INTERVAL, BaseButton };
|
|
@@ -4,9 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
* Удаляет форматирование номера телефона
|
|
5
5
|
* @param phone Номер телефона
|
|
6
6
|
*/
|
|
7
|
-
var deleteFormatting = function (phone) {
|
|
8
|
-
return phone.replace('+', '').replace(/^7/, '').replace(/\s/g, '');
|
|
9
|
-
};
|
|
7
|
+
var deleteFormatting = function (phone) { return phone.replace('+', '').replace(/^7/, '').replace(/\s/g, ''); };
|
|
10
8
|
function setCaretPosition(_a) {
|
|
11
9
|
var position = _a.position, inputRef = _a.inputRef;
|
|
12
10
|
window.requestAnimationFrame(function () {
|
|
@@ -65,22 +65,22 @@ declare const PureCell: React.ForwardRefExoticComponent<PureProps & React.RefAtt
|
|
|
65
65
|
}>;
|
|
66
66
|
Text: React.FC<{
|
|
67
67
|
children?: React.ReactNode;
|
|
68
|
-
rowLimit?:
|
|
68
|
+
rowLimit?: 2 | 1 | undefined;
|
|
69
69
|
view: "component" | "primary-large" | "primary-medium" | "primary-small";
|
|
70
70
|
titleWeight?: "bold" | "regular" | undefined;
|
|
71
|
-
titleColor: "
|
|
71
|
+
titleColor: "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "link" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark";
|
|
72
72
|
value?: React.ReactNode;
|
|
73
|
-
valueColor?: "
|
|
73
|
+
valueColor?: "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "link" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
|
|
74
74
|
dataTestId?: string | undefined;
|
|
75
75
|
}>;
|
|
76
76
|
Amount: React.FC<{
|
|
77
77
|
weight?: "bold" | "normal" | undefined;
|
|
78
78
|
textView?: "component" | "primary-small" | undefined;
|
|
79
|
-
color?: "
|
|
79
|
+
color?: "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "link" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
|
|
80
80
|
dataTestId?: string | undefined;
|
|
81
81
|
} & import("./components/typesProps").AmountProps>;
|
|
82
82
|
AmountTitle: React.FC<{
|
|
83
|
-
color?: "
|
|
83
|
+
color?: "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "link" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
|
|
84
84
|
} & import("./components/typesProps").AmountProps>;
|
|
85
85
|
Addon: React.FC<{
|
|
86
86
|
verticalAlign?: "center" | "auto" | "top" | "bottom" | undefined;
|
package/pure-cell/component.js
CHANGED
|
@@ -10,7 +10,7 @@ require('./components/addon/component.js');
|
|
|
10
10
|
require('./components/amount/component.js');
|
|
11
11
|
require('./components/amount-title/component.js');
|
|
12
12
|
require('./components/category/component.js');
|
|
13
|
-
var components_content_component = require('./component-
|
|
13
|
+
var components_content_component = require('./component-7136d2c4.js');
|
|
14
14
|
require('./components/footer/component.js');
|
|
15
15
|
require('./components/footer-button/component.js');
|
|
16
16
|
require('./components/footer-text/component.js');
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('classnames');
|
|
5
5
|
require('../../../shared');
|
|
6
|
-
var components_content_component = require('../../component-
|
|
6
|
+
var components_content_component = require('../../component-7136d2c4.js');
|
|
7
7
|
require('tslib');
|
|
8
8
|
require('react-merge-refs');
|
|
9
9
|
require('../../../comment');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-7136d2c4";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var components_content_component = require('../../component-
|
|
3
|
+
var components_content_component = require('../../component-7136d2c4.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('react-merge-refs');
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('classnames');
|
|
5
5
|
require('../../../shared');
|
|
6
|
-
var components_content_component = require('../../component-
|
|
6
|
+
var components_content_component = require('../../component-7136d2c4.js');
|
|
7
7
|
require('tslib');
|
|
8
8
|
require('react-merge-refs');
|
|
9
9
|
require('../../../comment');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-7136d2c4";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var components_content_component = require('../../component-
|
|
3
|
+
var components_content_component = require('../../component-7136d2c4.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('react-merge-refs');
|
|
@@ -4,7 +4,7 @@ require('react');
|
|
|
4
4
|
require('classnames');
|
|
5
5
|
require('../../../shared');
|
|
6
6
|
require('../../../typography');
|
|
7
|
-
var components_content_component = require('../../component-
|
|
7
|
+
var components_content_component = require('../../component-7136d2c4.js');
|
|
8
8
|
require('tslib');
|
|
9
9
|
require('react-merge-refs');
|
|
10
10
|
require('../../../comment');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-7136d2c4";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var components_content_component = require('../../component-
|
|
3
|
+
var components_content_component = require('../../component-7136d2c4.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('react-merge-refs');
|
|
@@ -8,7 +8,7 @@ import './components/addon/component.js';
|
|
|
8
8
|
import './components/amount/component.js';
|
|
9
9
|
import './components/amount-title/component.js';
|
|
10
10
|
import './components/category/component.js';
|
|
11
|
-
export { P as PureCell, a as PureCellContext } from './component-
|
|
11
|
+
export { P as PureCell, a as PureCellContext } from './component-9283ef49.js';
|
|
12
12
|
import './components/footer/component.js';
|
|
13
13
|
import './components/footer-button/component.js';
|
|
14
14
|
import '../../shared/esm';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/esm';
|
|
4
|
-
export { C as Content } from '../../component-
|
|
4
|
+
export { C as Content } from '../../component-9283ef49.js';
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-9283ef49";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/esm';
|
|
4
|
-
export { M as Main } from '../../component-
|
|
4
|
+
export { M as Main } from '../../component-9283ef49.js';
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-9283ef49";
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/esm';
|
|
4
4
|
import '../../../../typography/esm';
|
|
5
|
-
export { T as Text } from '../../component-
|
|
5
|
+
export { T as Text } from '../../component-9283ef49.js';
|
|
6
6
|
import 'tslib';
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-9283ef49";
|
package/pure-cell/esm/index.js
CHANGED
package/pure-cell/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var components_content_component = require('./component-
|
|
3
|
+
var components_content_component = require('./component-7136d2c4.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('react-merge-refs');
|
|
@@ -7,7 +7,7 @@ import './components/addon/component.js';
|
|
|
7
7
|
import './components/amount/component.js';
|
|
8
8
|
import './components/amount-title/component.js';
|
|
9
9
|
import './components/category/component.js';
|
|
10
|
-
export { P as PureCell, a as PureCellContext } from './component-
|
|
10
|
+
export { P as PureCell, a as PureCellContext } from './component-a054d5de.js';
|
|
11
11
|
import './components/footer/component.js';
|
|
12
12
|
import './components/footer-button/component.js';
|
|
13
13
|
import '../../shared/modern';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { C as Content } from '../../component-
|
|
4
|
+
export { C as Content } from '../../component-a054d5de.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-a054d5de";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { M as Main } from '../../component-
|
|
4
|
+
export { M as Main } from '../../component-a054d5de.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-a054d5de";
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
4
|
import '../../../../typography/modern';
|
|
5
|
-
export { T as Text } from '../../component-
|
|
5
|
+
export { T as Text } from '../../component-a054d5de.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-a054d5de";
|
|
@@ -12,7 +12,7 @@ var components_option_Component = require('./components/option/Component.js');
|
|
|
12
12
|
var components_optionsList_Component = require('./components/options-list/Component.js');
|
|
13
13
|
var components_search_Component = require('./components/search/Component.js');
|
|
14
14
|
var components_virtualOptionsList_Component = require('./components/virtual-options-list/Component.js');
|
|
15
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-
|
|
15
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-a53d56df.js');
|
|
16
16
|
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
17
17
|
require('classnames');
|
|
18
18
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -11,7 +11,7 @@ var components_optgroup_Component = require('./components/optgroup/Component.js'
|
|
|
11
11
|
var components_option_Component = require('./components/option/Component.js');
|
|
12
12
|
var components_optionsList_Component = require('./components/options-list/Component.js');
|
|
13
13
|
var components_virtualOptionsList_Component = require('./components/virtual-options-list/Component.js');
|
|
14
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-
|
|
14
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-a53d56df.js');
|
|
15
15
|
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
16
16
|
require('classnames');
|
|
17
17
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -41,7 +41,7 @@ require('../base-modal');
|
|
|
41
41
|
require('../button/mobile');
|
|
42
42
|
require('./components/virtual-options-list/Component.js');
|
|
43
43
|
require('react-virtual');
|
|
44
|
-
require('./hook-
|
|
44
|
+
require('./hook-a53d56df.js');
|
|
45
45
|
require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
46
46
|
require('../button/desktop');
|
|
47
47
|
require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
@@ -10,7 +10,7 @@ import { Option } from './components/option/Component.js';
|
|
|
10
10
|
import { OptionsList } from './components/options-list/Component.js';
|
|
11
11
|
import { Search } from './components/search/Component.js';
|
|
12
12
|
import { VirtualOptionsList } from './components/virtual-options-list/Component.js';
|
|
13
|
-
import { u as useSelectWithApply } from './hook-
|
|
13
|
+
import { u as useSelectWithApply } from './hook-518a91e8.js';
|
|
14
14
|
import { Header } from './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
15
15
|
import 'classnames';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -9,7 +9,7 @@ import { Optgroup } from './components/optgroup/Component.js';
|
|
|
9
9
|
import { Option } from './components/option/Component.js';
|
|
10
10
|
import { OptionsList } from './components/options-list/Component.js';
|
|
11
11
|
import { VirtualOptionsList } from './components/virtual-options-list/Component.js';
|
|
12
|
-
import { u as useSelectWithApply } from './hook-
|
|
12
|
+
import { u as useSelectWithApply } from './hook-518a91e8.js';
|
|
13
13
|
import { Header } from './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -37,7 +37,7 @@ import '../../base-modal/esm';
|
|
|
37
37
|
import '../../button/esm/mobile';
|
|
38
38
|
import './components/virtual-options-list/Component.js';
|
|
39
39
|
import 'react-virtual';
|
|
40
|
-
import './hook-
|
|
40
|
+
import './hook-518a91e8.js';
|
|
41
41
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
42
42
|
import '../../button/esm/desktop';
|
|
43
43
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
package/select/esm/index.js
CHANGED
|
@@ -38,7 +38,7 @@ import '../../base-modal/esm';
|
|
|
38
38
|
import '../../button/esm/mobile';
|
|
39
39
|
import './components/virtual-options-list/Component.js';
|
|
40
40
|
import 'react-virtual';
|
|
41
|
-
import './hook-
|
|
41
|
+
import './hook-518a91e8.js';
|
|
42
42
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
43
43
|
import '../../button/esm/desktop';
|
|
44
44
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
package/select/esm/mobile.js
CHANGED
|
@@ -32,7 +32,7 @@ import '../../base-modal/esm';
|
|
|
32
32
|
import '../../button/esm/mobile';
|
|
33
33
|
import './components/virtual-options-list/Component.js';
|
|
34
34
|
import 'react-virtual';
|
|
35
|
-
import './hook-
|
|
35
|
+
import './hook-518a91e8.js';
|
|
36
36
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
37
37
|
import '../../button/esm/desktop';
|
|
38
38
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
@@ -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-518a91e8.js';
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '../../../skeleton/esm';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'tslib';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-518a91e8.js';
|
|
4
4
|
import '../../components/options-list/Component.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
@@ -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-518a91e8.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-518a91e8";
|
package/select/esm/shared.js
CHANGED
|
@@ -9,7 +9,7 @@ export { BaseOption } from './components/base-option/Component.js';
|
|
|
9
9
|
export { Search } from './components/search/Component.js';
|
|
10
10
|
export { useSelectWithLoading } from './presets/useSelectWithLoading/hook.js';
|
|
11
11
|
export { useLazyLoading } from './presets/useLazyLoading/hook.js';
|
|
12
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from './hook-
|
|
12
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from './hook-518a91e8.js';
|
|
13
13
|
export { defaultAccessor, defaultFilterFn, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVisibleOptions } from './utils.js';
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'classnames';
|
package/select/index.js
CHANGED
|
@@ -42,7 +42,7 @@ require('../base-modal');
|
|
|
42
42
|
require('../button/mobile');
|
|
43
43
|
require('./components/virtual-options-list/Component.js');
|
|
44
44
|
require('react-virtual');
|
|
45
|
-
require('./hook-
|
|
45
|
+
require('./hook-a53d56df.js');
|
|
46
46
|
require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
47
47
|
require('../button/desktop');
|
|
48
48
|
require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
package/select/mobile.js
CHANGED
|
@@ -36,7 +36,7 @@ require('../base-modal');
|
|
|
36
36
|
require('../button/mobile');
|
|
37
37
|
require('./components/virtual-options-list/Component.js');
|
|
38
38
|
require('react-virtual');
|
|
39
|
-
require('./hook-
|
|
39
|
+
require('./hook-a53d56df.js');
|
|
40
40
|
require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
41
41
|
require('../button/desktop');
|
|
42
42
|
require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
@@ -1,20 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { FC, ReactNode, ButtonHTMLAttributes, ElementType, ForwardRefExoticComponent, RefAttributes, HTMLAttributes, AnchorHTMLAttributes, ReactElement } from "react";
|
|
4
|
-
import { ContentProps,
|
|
4
|
+
import { ContentProps, View, TResponsiveModalContext, ModalMobileProps } from "./typings-baf4875b";
|
|
5
5
|
import { BaseModalContext } from "../../base-modal";
|
|
6
6
|
import { TextElementType, TextSkeletonProps } from "./types-1b036d4b";
|
|
7
7
|
import { ButtonProps } from "../../button";
|
|
8
8
|
declare const Content: FC<ContentProps>;
|
|
9
|
-
declare const ResponsiveContext: React.Context<TResponsiveModalContext>;
|
|
10
|
-
declare const Modal: React.ForwardRefExoticComponent<import("../../base-modal").BaseModalProps & {
|
|
11
|
-
size?: "s" | "m" | "l" | "xl" | "fullscreen" | undefined;
|
|
12
|
-
fullscreen?: boolean | undefined;
|
|
13
|
-
fixedPosition?: boolean | undefined;
|
|
14
|
-
hasCloser?: boolean | undefined;
|
|
15
|
-
} & {
|
|
16
|
-
view: View;
|
|
17
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
9
|
type FooterProps = {
|
|
19
10
|
/**
|
|
20
11
|
* Контент футера
|
|
@@ -172,6 +163,15 @@ type NavigationBarProps = {
|
|
|
172
163
|
};
|
|
173
164
|
type HeaderProps = Omit<NavigationBarProps, "size" | "view" | "parentRef">;
|
|
174
165
|
declare const Header: FC<HeaderProps>;
|
|
166
|
+
declare const Modal: React.ForwardRefExoticComponent<import("../../base-modal").BaseModalProps & {
|
|
167
|
+
size?: "s" | "m" | "l" | "xl" | "fullscreen" | undefined;
|
|
168
|
+
fullscreen?: boolean | undefined;
|
|
169
|
+
fixedPosition?: boolean | undefined;
|
|
170
|
+
hasCloser?: boolean | undefined;
|
|
171
|
+
} & {
|
|
172
|
+
view: View;
|
|
173
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
174
|
+
declare const ResponsiveContext: React.Context<TResponsiveModalContext>;
|
|
175
175
|
declare const ModalContext: import("react").Context<BaseModalContext>;
|
|
176
176
|
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
177
177
|
/**
|
|
@@ -399,6 +399,6 @@ declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & Re
|
|
|
399
399
|
Header: React.FC<HeaderProps>;
|
|
400
400
|
Footer: React.FC<FooterProps>;
|
|
401
401
|
};
|
|
402
|
-
export { Content,
|
|
402
|
+
export { Content, FooterProps, Footer, HeaderProps, Header, Modal, ResponsiveContext, ModalContext, BackArrowAddonProps, BackArrowAddon, Typography, typographyPresets, TitleResponsive, IconButtonProps, IconButton, ModalMobile };
|
|
403
403
|
export type { TitleProps, TextProps, Color };
|
|
404
404
|
export * from "./useSkeleton-1b036d4b";
|
|
@@ -9,7 +9,7 @@ import { Option } from './components/option/Component.js';
|
|
|
9
9
|
import { OptionsList } from './components/options-list/Component.js';
|
|
10
10
|
import { Search } from './components/search/Component.js';
|
|
11
11
|
import { VirtualOptionsList } from './components/virtual-options-list/Component.js';
|
|
12
|
-
import { u as useSelectWithApply } from './hook-
|
|
12
|
+
import { u as useSelectWithApply } from './hook-d12722c8.js';
|
|
13
13
|
import { Header } from './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|