@alfalab/core-components-select 14.2.0 → 14.3.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/{Component-3b7dfcdb.d.ts → Component-3eb05f44.d.ts} +23 -1
- package/{Component-3b7dfcdb.js → Component-3eb05f44.js} +27 -22
- package/Component.js +1 -1
- package/Component.responsive.js +4 -3
- package/components/arrow/Component.js +1 -1
- package/components/arrow/index.css +3 -3
- package/components/base-checkmark/Component.js +1 -1
- package/components/base-checkmark/index.css +4 -4
- package/components/base-option/Component.js +2 -2
- package/components/base-option/index.css +13 -13
- package/components/base-select/Component.js +2 -2
- package/components/base-select/index.css +8 -8
- package/components/base-select/index.js +1 -1
- package/components/base-select-mobile/Component.js +2 -2
- package/components/base-select-mobile/footer/Component.js +1 -1
- package/components/base-select-mobile/footer/index.css +5 -5
- package/components/base-select-mobile/index.css +10 -10
- package/components/base-select-mobile/index.js +1 -1
- package/components/checkmark/Component.js +1 -1
- package/components/checkmark/index.css +10 -10
- package/components/checkmark-mobile/Component.js +1 -1
- package/components/checkmark-mobile/index.css +6 -6
- package/components/field/Component.js +1 -1
- package/components/field/index.css +9 -9
- package/components/index.js +5 -4
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +2 -2
- package/components/option/index.css +20 -20
- package/components/options-list/Component.js +1 -1
- package/components/options-list/index.css +9 -9
- package/components/select-mobile/Component.js +4 -3
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +4 -3
- package/components/select-modal-mobile/Component.js +4 -3
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +4 -3
- package/components/virtual-options-list/Component.js +1 -1
- package/components/virtual-options-list/index.css +15 -15
- package/{modern/Component-8dc39be2.d.ts → cssm/Component-4727d474.d.ts} +23 -1
- package/cssm/{Component-75d13e23.js → Component-4727d474.js} +26 -21
- package/cssm/Component.responsive.js +3 -1
- package/cssm/components/base-option/Component.js +1 -1
- package/cssm/components/index.js +4 -2
- package/cssm/components/option/Component.js +1 -1
- package/cssm/components/select-mobile/Component.js +3 -1
- package/cssm/components/select-mobile/index.d.ts +1 -1
- package/cssm/components/select-mobile/index.js +3 -1
- package/cssm/components/select-modal-mobile/Component.js +3 -1
- package/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/cssm/components/select-modal-mobile/index.js +3 -1
- package/{esm/hook-4b555174.d.ts → cssm/hook-b4e70cb0.d.ts} +15 -4
- package/cssm/index.js +4 -2
- package/cssm/mobile.js +3 -1
- package/cssm/presets/index.d.ts +1 -1
- package/cssm/presets/index.js +3 -1
- package/cssm/presets/useSelectWithApply/hook.js +3 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +0 -9
- package/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +11 -0
- package/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +23 -0
- package/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +22 -0
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -1
- package/cssm/responsive.js +3 -1
- package/{cssm/Component-75d13e23.d.ts → esm/Component-b436aedf.d.ts} +23 -1
- package/esm/{Component-06bb5812.js → Component-b436aedf.js} +27 -22
- package/esm/Component.js +1 -1
- package/esm/Component.responsive.js +4 -3
- package/esm/components/arrow/Component.js +1 -1
- package/esm/components/arrow/index.css +3 -3
- package/esm/components/base-checkmark/Component.js +1 -1
- package/esm/components/base-checkmark/index.css +4 -4
- package/esm/components/base-option/Component.js +2 -2
- package/esm/components/base-option/index.css +13 -13
- package/esm/components/base-select/Component.js +2 -2
- package/esm/components/base-select/index.css +8 -8
- package/esm/components/base-select/index.js +1 -1
- package/esm/components/base-select-mobile/Component.js +2 -2
- package/esm/components/base-select-mobile/footer/Component.js +1 -1
- package/esm/components/base-select-mobile/footer/index.css +5 -5
- package/esm/components/base-select-mobile/index.css +10 -10
- package/esm/components/base-select-mobile/index.js +1 -1
- package/esm/components/checkmark/Component.js +1 -1
- package/esm/components/checkmark/index.css +10 -10
- package/esm/components/checkmark-mobile/Component.js +1 -1
- package/esm/components/checkmark-mobile/index.css +6 -6
- package/esm/components/field/Component.js +1 -1
- package/esm/components/field/index.css +9 -9
- package/esm/components/index.js +5 -4
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +2 -2
- package/esm/components/option/index.css +20 -20
- package/esm/components/options-list/Component.js +1 -1
- package/esm/components/options-list/index.css +9 -9
- package/esm/components/select-mobile/Component.js +4 -3
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +4 -3
- package/esm/components/select-modal-mobile/Component.js +4 -3
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +4 -3
- package/esm/components/virtual-options-list/Component.js +1 -1
- package/esm/components/virtual-options-list/index.css +15 -15
- package/{cssm/hook-4b555174.d.ts → esm/hook-b4e70cb0.d.ts} +15 -4
- package/esm/index-3885b0d7.d.ts +1 -1
- package/esm/index.js +5 -4
- package/esm/mobile.js +4 -3
- package/esm/presets/index.d.ts +1 -1
- package/esm/presets/index.js +4 -3
- package/esm/presets/useLazyLoading/hook.js +2 -2
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +4 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -12
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +11 -0
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +15 -0
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +23 -0
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -3
- package/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +4 -3
- package/{hook-4b555174.d.ts → hook-b4e70cb0.d.ts} +15 -4
- package/index-3885b0d7.d.ts +1 -1
- package/index.js +5 -4
- package/mobile.js +4 -3
- package/{esm/Component-06bb5812.d.ts → modern/Component-c22703bb.d.ts} +23 -1
- package/modern/{Component-8dc39be2.js → Component-c22703bb.js} +31 -17
- package/modern/Component.js +1 -1
- package/modern/Component.responsive.js +4 -3
- package/modern/components/arrow/Component.js +1 -1
- package/modern/components/arrow/index.css +3 -3
- package/modern/components/base-checkmark/Component.js +1 -1
- package/modern/components/base-checkmark/index.css +4 -4
- package/modern/components/base-option/Component.js +2 -2
- package/modern/components/base-option/index.css +13 -13
- package/modern/components/base-select/Component.js +2 -2
- package/modern/components/base-select/index.css +8 -8
- package/modern/components/base-select/index.js +1 -1
- package/modern/components/base-select-mobile/Component.js +2 -2
- package/modern/components/base-select-mobile/footer/Component.js +1 -1
- package/modern/components/base-select-mobile/footer/index.css +5 -5
- package/modern/components/base-select-mobile/index.css +10 -10
- package/modern/components/base-select-mobile/index.js +1 -1
- package/modern/components/checkmark/Component.js +1 -1
- package/modern/components/checkmark/index.css +10 -10
- package/modern/components/checkmark-mobile/Component.js +1 -1
- package/modern/components/checkmark-mobile/index.css +6 -6
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +9 -9
- package/modern/components/index.js +5 -4
- package/modern/components/optgroup/Component.js +1 -1
- package/modern/components/optgroup/index.css +6 -6
- package/modern/components/option/Component.js +2 -2
- package/modern/components/option/index.css +20 -20
- package/modern/components/options-list/Component.js +1 -1
- package/modern/components/options-list/index.css +9 -9
- package/modern/components/select-mobile/Component.js +4 -3
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +4 -3
- package/modern/components/select-modal-mobile/Component.js +4 -3
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +4 -3
- package/modern/components/virtual-options-list/Component.js +1 -1
- package/modern/components/virtual-options-list/index.css +15 -15
- package/modern/{hook-4b555174.d.ts → hook-b4e70cb0.d.ts} +15 -4
- package/modern/index-3885b0d7.d.ts +1 -1
- package/modern/index.js +5 -4
- package/modern/mobile.js +4 -3
- package/modern/presets/index.d.ts +1 -1
- package/modern/presets/index.js +4 -3
- package/modern/presets/useLazyLoading/hook.js +2 -2
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +4 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -12
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +11 -0
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +11 -0
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +23 -0
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +4 -3
- package/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/responsive.js +4 -3
- package/package.json +1 -1
- package/presets/index.d.ts +1 -1
- package/presets/index.js +4 -3
- package/presets/useLazyLoading/hook.js +2 -2
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +4 -3
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -3
- package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -12
- package/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +11 -0
- package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +24 -0
- package/presets/useSelectWithApply/options-list-with-apply/header/index.css +23 -0
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +4 -3
- package/presets/useSelectWithLoading/hook.js +1 -1
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +4 -3
- /package/esm/{getDataTestId-8aabb6b6.d.ts → getDataTestId-416fe68c.d.ts} +0 -0
- /package/esm/{getDataTestId-8aabb6b6.js → getDataTestId-416fe68c.js} +0 -0
- /package/esm/{intersection-observer-6b92b662.d.ts → intersection-observer-71fc11ef.d.ts} +0 -0
- /package/esm/{intersection-observer-6b92b662.js → intersection-observer-71fc11ef.js} +0 -0
- /package/{getDataTestId-1bda9cae.d.ts → getDataTestId-e8d9eb23.d.ts} +0 -0
- /package/{getDataTestId-1bda9cae.js → getDataTestId-e8d9eb23.js} +0 -0
- /package/{intersection-observer-38296236.d.ts → intersection-observer-c227d471.d.ts} +0 -0
- /package/{intersection-observer-38296236.js → intersection-observer-c227d471.js} +0 -0
- /package/modern/{getDataTestId-59fdb29b.d.ts → getDataTestId-03736ddc.d.ts} +0 -0
- /package/modern/{getDataTestId-59fdb29b.js → getDataTestId-03736ddc.js} +0 -0
- /package/modern/{intersection-observer-6b92b662.d.ts → intersection-observer-71fc11ef.d.ts} +0 -0
- /package/modern/{intersection-observer-6b92b662.js → intersection-observer-71fc11ef.js} +0 -0
package/modern/presets/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-
|
|
3
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-c22703bb.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@alfalab/core-components-skeleton/modern';
|
|
6
6
|
import '../components/option/Component.js';
|
|
@@ -11,7 +11,7 @@ import '@alfalab/core-components-checkbox/modern';
|
|
|
11
11
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
12
12
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
13
13
|
import '../components/checkmark-mobile/Component.js';
|
|
14
|
-
import '../intersection-observer-
|
|
14
|
+
import '../intersection-observer-71fc11ef.js';
|
|
15
15
|
import '../Component.js';
|
|
16
16
|
import '../components/arrow/Component.js';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -21,7 +21,7 @@ import '@juggle/resize-observer';
|
|
|
21
21
|
import 'downshift';
|
|
22
22
|
import '@alfalab/core-components-popover/modern';
|
|
23
23
|
import '@alfalab/hooks';
|
|
24
|
-
import '../getDataTestId-
|
|
24
|
+
import '../getDataTestId-03736ddc.js';
|
|
25
25
|
import '../utils.js';
|
|
26
26
|
import '../components/native-select/Component.js';
|
|
27
27
|
import '../components/field/Component.js';
|
|
@@ -30,6 +30,7 @@ import '../components/optgroup/Component.js';
|
|
|
30
30
|
import '../components/options-list/Component.js';
|
|
31
31
|
import '@alfalab/core-components-scrollbar/modern';
|
|
32
32
|
import '../consts.js';
|
|
33
|
+
import './useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
33
34
|
import '../components/base-select-mobile/Component.js';
|
|
34
35
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
35
36
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
|
|
2
2
|
import { Skeleton } from '@alfalab/core-components-skeleton/modern';
|
|
3
3
|
import { Option } from '../../components/option/Component.js';
|
|
4
|
-
import '../../intersection-observer-
|
|
4
|
+
import '../../intersection-observer-71fc11ef.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../components/checkmark/Component.js';
|
|
7
7
|
import '@alfalab/core-components-badge/modern';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
|
10
10
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
11
11
|
import '../../components/checkmark-mobile/Component.js';
|
|
12
12
|
|
|
13
|
-
const styles = {"skeleton":"
|
|
13
|
+
const styles = {"skeleton":"select__skeleton_1rzbd"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
const DEBOUNCE_TIMEOUT = 300;
|
|
@@ -3,7 +3,7 @@ import '../../Component.js';
|
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
5
5
|
import '../../components/base-select/Component.js';
|
|
6
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-
|
|
6
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-c22703bb.js';
|
|
7
7
|
import '@alfalab/core-components-form-control/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../utils.js';
|
|
@@ -14,7 +14,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
14
14
|
import '../../components/options-list/Component.js';
|
|
15
15
|
import '../../components/virtual-options-list/Component.js';
|
|
16
16
|
import '@alfalab/core-components-skeleton/modern';
|
|
17
|
-
import '../../intersection-observer-
|
|
17
|
+
import '../../intersection-observer-71fc11ef.js';
|
|
18
18
|
import '../../components/arrow/Component.js';
|
|
19
19
|
import '../../components/field/Component.js';
|
|
20
20
|
import '../../components/optgroup/Component.js';
|
|
@@ -25,10 +25,11 @@ import 'react-merge-refs';
|
|
|
25
25
|
import '@juggle/resize-observer';
|
|
26
26
|
import 'downshift';
|
|
27
27
|
import '@alfalab/core-components-popover/modern';
|
|
28
|
-
import '../../getDataTestId-
|
|
28
|
+
import '../../getDataTestId-03736ddc.js';
|
|
29
29
|
import '../../components/native-select/Component.js';
|
|
30
30
|
import '@alfalab/core-components-scrollbar/modern';
|
|
31
31
|
import '../../consts.js';
|
|
32
|
+
import './options-list-with-apply/header/Component.js';
|
|
32
33
|
import '../../components/base-select-mobile/Component.js';
|
|
33
34
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
34
35
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../components/options-list/Component.js';
|
|
3
3
|
import '../../../consts.js';
|
|
4
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
4
|
+
export { O as OptionsListWithApply } from '../../../Component-c22703bb.js';
|
|
5
5
|
import './footer/Component.js';
|
|
6
|
+
import './header/Component.js';
|
|
6
7
|
import 'react-merge-refs';
|
|
7
8
|
import 'classnames';
|
|
8
9
|
import '@alfalab/core-components-scrollbar/modern';
|
|
@@ -16,7 +17,7 @@ import '../../../components/base-select/Component.js';
|
|
|
16
17
|
import '@juggle/resize-observer';
|
|
17
18
|
import 'downshift';
|
|
18
19
|
import '@alfalab/core-components-popover/modern';
|
|
19
|
-
import '../../../getDataTestId-
|
|
20
|
+
import '../../../getDataTestId-03736ddc.js';
|
|
20
21
|
import '../../../components/native-select/Component.js';
|
|
21
22
|
import '../../../components/field/Component.js';
|
|
22
23
|
import '@alfalab/core-components-form-control/modern';
|
|
@@ -36,4 +37,4 @@ import '@alfalab/core-components-button/modern';
|
|
|
36
37
|
import '../../../components/virtual-options-list/Component.js';
|
|
37
38
|
import 'react-virtual';
|
|
38
39
|
import '@alfalab/core-components-skeleton/modern';
|
|
39
|
-
import '../../../intersection-observer-
|
|
40
|
+
import '../../../intersection-observer-71fc11ef.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Button } from '@alfalab/core-components-button/modern';
|
|
3
3
|
|
|
4
|
-
const styles = {"footer":"
|
|
4
|
+
const styles = {"footer":"select__footer_144g5"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
const Footer = ({ handleApply, handleClear, showClear, selectedDraft = [], }) => (React.createElement("div", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: tf4y4 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -17,19 +17,10 @@
|
|
|
17
17
|
--gap-s: 12px;
|
|
18
18
|
} :root {
|
|
19
19
|
} :root {
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* options list */
|
|
23
|
-
|
|
24
|
-
/* option */
|
|
25
|
-
|
|
26
|
-
/* checkmark */
|
|
27
|
-
|
|
28
|
-
/* optgroup */
|
|
29
|
-
} .select__footer_1518i {
|
|
20
|
+
} .select__footer_144g5 {
|
|
30
21
|
background-color: var(--color-light-bg-primary);
|
|
31
22
|
padding: var(--gap-s);
|
|
32
23
|
outline: none
|
|
33
|
-
} .
|
|
24
|
+
} .select__footer_144g5 > * + * {
|
|
34
25
|
margin-left: var(--gap-xs);
|
|
35
26
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CheckboxProps } from "@alfalab/core-components-checkbox";
|
|
4
|
+
type HeaderProps = {
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
indeterminate?: boolean;
|
|
7
|
+
onChange?: CheckboxProps['onChange'];
|
|
8
|
+
mobile?: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare const Header: React.FC<HeaderProps>;
|
|
11
|
+
export { HeaderProps, Header };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import cn from 'classnames';
|
|
3
|
+
import { Checkbox } from '@alfalab/core-components-checkbox/modern';
|
|
4
|
+
|
|
5
|
+
const styles = {"desktop":"select__desktop_1jjm0","mobile":"select__mobile_1jjm0"};
|
|
6
|
+
require('./index.css')
|
|
7
|
+
|
|
8
|
+
const Header = ({ onChange, checked, indeterminate, mobile }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
|
|
9
|
+
React.createElement(Checkbox, { block: true, indeterminate: indeterminate, size: 'm', onChange: onChange, checked: checked, label: '\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435' })));
|
|
10
|
+
|
|
11
|
+
export { Header };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* hash: 1t43i */
|
|
2
|
+
:root {
|
|
3
|
+
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
7
|
+
|
|
8
|
+
/* Hard */
|
|
9
|
+
|
|
10
|
+
/* Up */
|
|
11
|
+
|
|
12
|
+
/* Hard up */
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
--gap-xs: 8px;
|
|
16
|
+
--gap-s: 12px;
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
19
|
+
} .select__desktop_1jjm0 {
|
|
20
|
+
padding: var(--gap-s);
|
|
21
|
+
} .select__mobile_1jjm0 {
|
|
22
|
+
padding: var(--gap-s) var(--gap-xs);
|
|
23
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-c22703bb";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
1
|
+
export { O as OptionsListWithApply } from '../../../Component-c22703bb.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../Component.js';
|
|
4
4
|
import '../../../components/arrow/Component.js';
|
|
@@ -10,7 +10,7 @@ import '@juggle/resize-observer';
|
|
|
10
10
|
import 'downshift';
|
|
11
11
|
import '@alfalab/core-components-popover/modern';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
|
-
import '../../../getDataTestId-
|
|
13
|
+
import '../../../getDataTestId-03736ddc.js';
|
|
14
14
|
import '../../../utils.js';
|
|
15
15
|
import '../../../components/native-select/Component.js';
|
|
16
16
|
import '../../../components/field/Component.js';
|
|
@@ -26,6 +26,7 @@ import '../../../components/checkmark-mobile/Component.js';
|
|
|
26
26
|
import '../../../components/options-list/Component.js';
|
|
27
27
|
import '@alfalab/core-components-scrollbar/modern';
|
|
28
28
|
import '../../../consts.js';
|
|
29
|
+
import './header/Component.js';
|
|
29
30
|
import '../../../components/base-select-mobile/Component.js';
|
|
30
31
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
31
32
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
@@ -35,5 +36,5 @@ import '@alfalab/core-components-button/modern';
|
|
|
35
36
|
import '../../../components/virtual-options-list/Component.js';
|
|
36
37
|
import 'react-virtual';
|
|
37
38
|
import '@alfalab/core-components-skeleton/modern';
|
|
38
|
-
import '../../../intersection-observer-
|
|
39
|
+
import '../../../intersection-observer-71fc11ef.js';
|
|
39
40
|
import './footer/Component.js';
|
|
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
|
9
9
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
10
10
|
import '../../components/checkmark-mobile/Component.js';
|
|
11
11
|
|
|
12
|
-
const styles = {"skeleton":"
|
|
12
|
+
const styles = {"skeleton":"select__skeleton_1oaqe"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
function useSelectWithLoading({ loading = false, visibleOptions = 6, Option: Option$1 = Option, }) {
|
package/modern/responsive.js
CHANGED
|
@@ -10,7 +10,7 @@ import 'react-merge-refs';
|
|
|
10
10
|
import '@juggle/resize-observer';
|
|
11
11
|
import 'downshift';
|
|
12
12
|
import '@alfalab/core-components-popover/modern';
|
|
13
|
-
import './getDataTestId-
|
|
13
|
+
import './getDataTestId-03736ddc.js';
|
|
14
14
|
import './utils.js';
|
|
15
15
|
import './components/native-select/Component.js';
|
|
16
16
|
import './components/field/Component.js';
|
|
@@ -26,7 +26,8 @@ import './components/checkmark-mobile/Component.js';
|
|
|
26
26
|
import './components/options-list/Component.js';
|
|
27
27
|
import '@alfalab/core-components-scrollbar/modern';
|
|
28
28
|
import './consts.js';
|
|
29
|
-
import './Component-
|
|
29
|
+
import './Component-c22703bb.js';
|
|
30
|
+
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
30
31
|
import './components/base-select-mobile/Component.js';
|
|
31
32
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
32
33
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
@@ -36,5 +37,5 @@ import '@alfalab/core-components-button/modern';
|
|
|
36
37
|
import './components/virtual-options-list/Component.js';
|
|
37
38
|
import 'react-virtual';
|
|
38
39
|
import '@alfalab/core-components-skeleton/modern';
|
|
39
|
-
import './intersection-observer-
|
|
40
|
+
import './intersection-observer-71fc11ef.js';
|
|
40
41
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
package/package.json
CHANGED
package/presets/index.d.ts
CHANGED
package/presets/index.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
|
|
6
6
|
var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-3eb05f44.js');
|
|
8
8
|
require('tslib');
|
|
9
9
|
require('react');
|
|
10
10
|
require('@alfalab/core-components-skeleton');
|
|
@@ -16,7 +16,7 @@ require('@alfalab/core-components-checkbox');
|
|
|
16
16
|
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
17
17
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
18
18
|
require('../components/checkmark-mobile/Component.js');
|
|
19
|
-
require('../intersection-observer-
|
|
19
|
+
require('../intersection-observer-c227d471.js');
|
|
20
20
|
require('../Component.js');
|
|
21
21
|
require('../components/arrow/Component.js');
|
|
22
22
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -26,7 +26,7 @@ require('@juggle/resize-observer');
|
|
|
26
26
|
require('downshift');
|
|
27
27
|
require('@alfalab/core-components-popover');
|
|
28
28
|
require('@alfalab/hooks');
|
|
29
|
-
require('../getDataTestId-
|
|
29
|
+
require('../getDataTestId-e8d9eb23.js');
|
|
30
30
|
require('../utils.js');
|
|
31
31
|
require('../components/native-select/Component.js');
|
|
32
32
|
require('../components/field/Component.js');
|
|
@@ -35,6 +35,7 @@ require('../components/optgroup/Component.js');
|
|
|
35
35
|
require('../components/options-list/Component.js');
|
|
36
36
|
require('@alfalab/core-components-scrollbar');
|
|
37
37
|
require('../consts.js');
|
|
38
|
+
require('./useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
38
39
|
require('../components/base-select-mobile/Component.js');
|
|
39
40
|
require('@alfalab/core-components-bottom-sheet');
|
|
40
41
|
require('@alfalab/core-components-modal/mobile');
|
|
@@ -6,7 +6,7 @@ var tslib = require('tslib');
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var coreComponentsSkeleton = require('@alfalab/core-components-skeleton');
|
|
8
8
|
var components_option_Component = require('../../components/option/Component.js');
|
|
9
|
-
require('../../intersection-observer-
|
|
9
|
+
require('../../intersection-observer-c227d471.js');
|
|
10
10
|
require('classnames');
|
|
11
11
|
require('../../components/checkmark/Component.js');
|
|
12
12
|
require('@alfalab/core-components-badge');
|
|
@@ -19,7 +19,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
19
19
|
|
|
20
20
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
21
21
|
|
|
22
|
-
var styles = {"skeleton":"
|
|
22
|
+
var styles = {"skeleton":"select__skeleton_1rzbd"};
|
|
23
23
|
require('./index.css')
|
|
24
24
|
|
|
25
25
|
var DEBOUNCE_TIMEOUT = 300;
|
|
@@ -8,7 +8,7 @@ require('../../Component.js');
|
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
10
10
|
require('../../components/base-select/Component.js');
|
|
11
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
11
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-3eb05f44.js');
|
|
12
12
|
require('@alfalab/core-components-form-control');
|
|
13
13
|
require('@alfalab/hooks');
|
|
14
14
|
require('../../utils.js');
|
|
@@ -19,7 +19,7 @@ require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
|
19
19
|
require('../../components/options-list/Component.js');
|
|
20
20
|
require('../../components/virtual-options-list/Component.js');
|
|
21
21
|
require('@alfalab/core-components-skeleton');
|
|
22
|
-
require('../../intersection-observer-
|
|
22
|
+
require('../../intersection-observer-c227d471.js');
|
|
23
23
|
require('../../components/arrow/Component.js');
|
|
24
24
|
require('../../components/field/Component.js');
|
|
25
25
|
require('../../components/optgroup/Component.js');
|
|
@@ -30,10 +30,11 @@ require('react-merge-refs');
|
|
|
30
30
|
require('@juggle/resize-observer');
|
|
31
31
|
require('downshift');
|
|
32
32
|
require('@alfalab/core-components-popover');
|
|
33
|
-
require('../../getDataTestId-
|
|
33
|
+
require('../../getDataTestId-e8d9eb23.js');
|
|
34
34
|
require('../../components/native-select/Component.js');
|
|
35
35
|
require('@alfalab/core-components-scrollbar');
|
|
36
36
|
require('../../consts.js');
|
|
37
|
+
require('./options-list-with-apply/header/Component.js');
|
|
37
38
|
require('../../components/base-select-mobile/Component.js');
|
|
38
39
|
require('@alfalab/core-components-bottom-sheet');
|
|
39
40
|
require('@alfalab/core-components-modal/mobile');
|
|
@@ -6,8 +6,9 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('../../../components/options-list/Component.js');
|
|
8
8
|
require('../../../consts.js');
|
|
9
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
9
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-3eb05f44.js');
|
|
10
10
|
require('./footer/Component.js');
|
|
11
|
+
require('./header/Component.js');
|
|
11
12
|
require('react-merge-refs');
|
|
12
13
|
require('classnames');
|
|
13
14
|
require('@alfalab/core-components-scrollbar');
|
|
@@ -21,7 +22,7 @@ require('../../../components/base-select/Component.js');
|
|
|
21
22
|
require('@juggle/resize-observer');
|
|
22
23
|
require('downshift');
|
|
23
24
|
require('@alfalab/core-components-popover');
|
|
24
|
-
require('../../../getDataTestId-
|
|
25
|
+
require('../../../getDataTestId-e8d9eb23.js');
|
|
25
26
|
require('../../../components/native-select/Component.js');
|
|
26
27
|
require('../../../components/field/Component.js');
|
|
27
28
|
require('@alfalab/core-components-form-control');
|
|
@@ -41,7 +42,7 @@ require('@alfalab/core-components-button');
|
|
|
41
42
|
require('../../../components/virtual-options-list/Component.js');
|
|
42
43
|
require('react-virtual');
|
|
43
44
|
require('@alfalab/core-components-skeleton');
|
|
44
|
-
require('../../../intersection-observer-
|
|
45
|
+
require('../../../intersection-observer-c227d471.js');
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
|
|
@@ -9,7 +9,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
9
9
|
|
|
10
10
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
11
11
|
|
|
12
|
-
var styles = {"footer":"
|
|
12
|
+
var styles = {"footer":"select__footer_144g5"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var Footer = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: tf4y4 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -17,19 +17,10 @@
|
|
|
17
17
|
--gap-s: 12px;
|
|
18
18
|
} :root {
|
|
19
19
|
} :root {
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* options list */
|
|
23
|
-
|
|
24
|
-
/* option */
|
|
25
|
-
|
|
26
|
-
/* checkmark */
|
|
27
|
-
|
|
28
|
-
/* optgroup */
|
|
29
|
-
} .select__footer_1518i {
|
|
20
|
+
} .select__footer_144g5 {
|
|
30
21
|
background-color: var(--color-light-bg-primary);
|
|
31
22
|
padding: var(--gap-s);
|
|
32
23
|
outline: none
|
|
33
|
-
} .
|
|
24
|
+
} .select__footer_144g5 > * + * {
|
|
34
25
|
margin-left: var(--gap-xs);
|
|
35
26
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CheckboxProps } from "@alfalab/core-components-checkbox";
|
|
4
|
+
type HeaderProps = {
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
indeterminate?: boolean;
|
|
7
|
+
onChange?: CheckboxProps['onChange'];
|
|
8
|
+
mobile?: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare const Header: React.FC<HeaderProps>;
|
|
11
|
+
export { HeaderProps, Header };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var cn = require('classnames');
|
|
7
|
+
var coreComponentsCheckbox = require('@alfalab/core-components-checkbox');
|
|
8
|
+
|
|
9
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
|
+
|
|
11
|
+
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
|
+
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
13
|
+
|
|
14
|
+
var styles = {"desktop":"select__desktop_1jjm0","mobile":"select__mobile_1jjm0"};
|
|
15
|
+
require('./index.css')
|
|
16
|
+
|
|
17
|
+
var Header = function (_a) {
|
|
18
|
+
var _b;
|
|
19
|
+
var onChange = _a.onChange, checked = _a.checked, indeterminate = _a.indeterminate, mobile = _a.mobile;
|
|
20
|
+
return (React__default.default.createElement("div", { className: cn__default.default((_b = {}, _b[styles.desktop] = !mobile, _b[styles.mobile] = mobile, _b)) },
|
|
21
|
+
React__default.default.createElement(coreComponentsCheckbox.Checkbox, { block: true, indeterminate: indeterminate, size: 'm', onChange: onChange, checked: checked, label: '\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435' })));
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
exports.Header = Header;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* hash: 1t43i */
|
|
2
|
+
:root {
|
|
3
|
+
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
+
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
7
|
+
|
|
8
|
+
/* Hard */
|
|
9
|
+
|
|
10
|
+
/* Up */
|
|
11
|
+
|
|
12
|
+
/* Hard up */
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
--gap-xs: 8px;
|
|
16
|
+
--gap-s: 12px;
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
19
|
+
} .select__desktop_1jjm0 {
|
|
20
|
+
padding: var(--gap-s);
|
|
21
|
+
} .select__mobile_1jjm0 {
|
|
22
|
+
padding: var(--gap-s) var(--gap-xs);
|
|
23
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-3eb05f44";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-3eb05f44.js');
|
|
6
6
|
require('tslib');
|
|
7
7
|
require('react');
|
|
8
8
|
require('../../../Component.js');
|
|
@@ -15,7 +15,7 @@ require('@juggle/resize-observer');
|
|
|
15
15
|
require('downshift');
|
|
16
16
|
require('@alfalab/core-components-popover');
|
|
17
17
|
require('@alfalab/hooks');
|
|
18
|
-
require('../../../getDataTestId-
|
|
18
|
+
require('../../../getDataTestId-e8d9eb23.js');
|
|
19
19
|
require('../../../utils.js');
|
|
20
20
|
require('../../../components/native-select/Component.js');
|
|
21
21
|
require('../../../components/field/Component.js');
|
|
@@ -31,6 +31,7 @@ require('../../../components/checkmark-mobile/Component.js');
|
|
|
31
31
|
require('../../../components/options-list/Component.js');
|
|
32
32
|
require('@alfalab/core-components-scrollbar');
|
|
33
33
|
require('../../../consts.js');
|
|
34
|
+
require('./header/Component.js');
|
|
34
35
|
require('../../../components/base-select-mobile/Component.js');
|
|
35
36
|
require('@alfalab/core-components-bottom-sheet');
|
|
36
37
|
require('@alfalab/core-components-modal/mobile');
|
|
@@ -40,7 +41,7 @@ require('@alfalab/core-components-button');
|
|
|
40
41
|
require('../../../components/virtual-options-list/Component.js');
|
|
41
42
|
require('react-virtual');
|
|
42
43
|
require('@alfalab/core-components-skeleton');
|
|
43
|
-
require('../../../intersection-observer-
|
|
44
|
+
require('../../../intersection-observer-c227d471.js');
|
|
44
45
|
require('./footer/Component.js');
|
|
45
46
|
|
|
46
47
|
|
|
@@ -18,7 +18,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
18
18
|
|
|
19
19
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
20
20
|
|
|
21
|
-
var styles = {"skeleton":"
|
|
21
|
+
var styles = {"skeleton":"select__skeleton_1oaqe"};
|
|
22
22
|
require('./index.css')
|
|
23
23
|
|
|
24
24
|
function useSelectWithLoading(_a) {
|
package/responsive.js
CHANGED
|
@@ -15,7 +15,7 @@ require('react-merge-refs');
|
|
|
15
15
|
require('@juggle/resize-observer');
|
|
16
16
|
require('downshift');
|
|
17
17
|
require('@alfalab/core-components-popover');
|
|
18
|
-
require('./getDataTestId-
|
|
18
|
+
require('./getDataTestId-e8d9eb23.js');
|
|
19
19
|
require('./utils.js');
|
|
20
20
|
require('./components/native-select/Component.js');
|
|
21
21
|
require('./components/field/Component.js');
|
|
@@ -31,7 +31,8 @@ require('./components/checkmark-mobile/Component.js');
|
|
|
31
31
|
require('./components/options-list/Component.js');
|
|
32
32
|
require('@alfalab/core-components-scrollbar');
|
|
33
33
|
require('./consts.js');
|
|
34
|
-
require('./Component-
|
|
34
|
+
require('./Component-3eb05f44.js');
|
|
35
|
+
require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
35
36
|
require('./components/base-select-mobile/Component.js');
|
|
36
37
|
require('@alfalab/core-components-bottom-sheet');
|
|
37
38
|
require('@alfalab/core-components-modal/mobile');
|
|
@@ -41,7 +42,7 @@ require('@alfalab/core-components-button');
|
|
|
41
42
|
require('./components/virtual-options-list/Component.js');
|
|
42
43
|
require('react-virtual');
|
|
43
44
|
require('@alfalab/core-components-skeleton');
|
|
44
|
-
require('./intersection-observer-
|
|
45
|
+
require('./intersection-observer-c227d471.js');
|
|
45
46
|
require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
46
47
|
|
|
47
48
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|