@alfalab/core-components-select 13.2.9 → 13.2.10
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-f1158c0d.d.ts → Component-4dccfbd0.d.ts} +0 -0
- package/{Component-f1158c0d.js → Component-4dccfbd0.js} +7 -7
- package/{Component-15130ab3.d.ts → Component-d45b1eb6.d.ts} +0 -0
- package/{Component-15130ab3.js → Component-d45b1eb6.js} +2 -2
- package/Component.js +4 -4
- package/Component.responsive.js +6 -6
- 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-option/index.js +1 -1
- package/components/base-select/Component.js +2 -2
- package/components/base-select/index.css +7 -7
- package/components/base-select/index.d.ts +1 -1
- package/components/base-select/index.js +2 -2
- package/components/base-select-mobile/Component.js +6 -6
- package/components/base-select-mobile/checkmark/Component.js +2 -5
- package/components/base-select-mobile/checkmark/index.css +6 -6
- package/components/base-select-mobile/checkmark/index.js +0 -2
- package/components/base-select-mobile/index.css +11 -11
- package/components/base-select-mobile/index.d.ts +1 -1
- package/components/base-select-mobile/index.js +6 -6
- package/components/base-select-mobile/options-list/Component.js +2 -2
- package/components/base-select-mobile/options-list/index.css +9 -9
- package/components/base-select-mobile/options-list/index.js +1 -1
- package/components/checkmark/Component.js +5 -4
- package/components/checkmark/index.css +18 -10
- package/components/checkmark/index.js +1 -0
- package/components/field/Component.js +2 -2
- package/components/field/index.css +9 -9
- package/components/field/index.js +1 -1
- package/components/index.js +6 -6
- package/components/native-select/Component.js +1 -1
- package/components/native-select/index.js +1 -1
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +4 -4
- package/components/option/index.css +20 -20
- package/components/option/index.js +3 -3
- package/components/options-list/Component.js +2 -2
- package/components/options-list/index.css +6 -6
- package/components/options-list/index.js +1 -1
- package/components/select-mobile/Component.js +6 -6
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +6 -6
- package/components/select-modal-mobile/Component.js +6 -6
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +6 -6
- package/components/virtual-options-list/Component.js +2 -2
- package/components/virtual-options-list/index.css +12 -12
- package/components/virtual-options-list/index.js +1 -1
- package/cssm/{Component-e61bd989.d.ts → Component-29488b22.d.ts} +0 -0
- package/cssm/{Component-e61bd989.js → Component-29488b22.js} +2 -2
- package/cssm/Component.js +2 -2
- package/cssm/Component.responsive.js +3 -3
- package/cssm/components/base-select-mobile/Component.js +3 -3
- package/cssm/components/base-select-mobile/checkmark/Component.js +1 -4
- package/cssm/components/base-select-mobile/checkmark/index.js +0 -2
- package/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/cssm/components/base-select-mobile/index.js +3 -3
- package/cssm/components/checkmark/Component.js +4 -3
- package/cssm/components/checkmark/index.js +1 -0
- package/cssm/components/checkmark/index.module.css +12 -4
- package/cssm/components/index.js +3 -3
- package/cssm/components/option/Component.js +2 -2
- package/cssm/components/option/index.js +2 -2
- package/cssm/components/select-mobile/Component.js +3 -3
- package/cssm/components/select-mobile/index.d.ts +1 -1
- package/cssm/components/select-mobile/index.js +3 -3
- package/cssm/components/select-modal-mobile/Component.js +3 -3
- package/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/cssm/components/select-modal-mobile/index.js +3 -3
- package/cssm/index.js +3 -3
- package/cssm/presets/index.js +3 -3
- package/cssm/presets/useLazyLoading/hook.js +2 -2
- package/cssm/presets/useSelectWithApply/hook.js +3 -3
- package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/cssm/presets/useSelectWithLoading/hook.js +2 -2
- package/cssm/responsive.js +3 -3
- package/esm/{Component-45681199.d.ts → Component-2d2efe5d.d.ts} +0 -0
- package/esm/{Component-45681199.js → Component-2d2efe5d.js} +2 -2
- package/esm/{Component-ff31e94c.d.ts → Component-909f3a34.d.ts} +0 -0
- package/esm/{Component-ff31e94c.js → Component-909f3a34.js} +7 -7
- package/esm/Component.js +4 -4
- package/esm/Component.responsive.js +6 -6
- 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-option/index.js +1 -1
- package/esm/components/base-select/Component.js +2 -2
- package/esm/components/base-select/index.css +7 -7
- package/esm/components/base-select/index.d.ts +1 -1
- package/esm/components/base-select/index.js +2 -2
- package/esm/components/base-select-mobile/Component.js +6 -6
- package/esm/components/base-select-mobile/checkmark/Component.js +2 -5
- package/esm/components/base-select-mobile/checkmark/index.css +6 -6
- package/esm/components/base-select-mobile/checkmark/index.js +0 -2
- package/esm/components/base-select-mobile/index.css +11 -11
- package/esm/components/base-select-mobile/index.d.ts +1 -1
- package/esm/components/base-select-mobile/index.js +6 -6
- package/esm/components/base-select-mobile/options-list/Component.js +2 -2
- package/esm/components/base-select-mobile/options-list/index.css +9 -9
- package/esm/components/base-select-mobile/options-list/index.js +1 -1
- package/esm/components/checkmark/Component.js +4 -4
- package/esm/components/checkmark/index.css +18 -10
- package/esm/components/checkmark/index.js +1 -0
- package/esm/components/field/Component.js +2 -2
- package/esm/components/field/index.css +9 -9
- package/esm/components/field/index.js +1 -1
- package/esm/components/index.js +6 -6
- package/esm/components/native-select/Component.js +1 -1
- package/esm/components/native-select/index.js +1 -1
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +4 -4
- package/esm/components/option/index.css +20 -20
- package/esm/components/option/index.js +3 -3
- package/esm/components/options-list/Component.js +2 -2
- package/esm/components/options-list/index.css +6 -6
- package/esm/components/options-list/index.js +1 -1
- package/esm/components/select-mobile/Component.js +6 -6
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +6 -6
- package/esm/components/select-modal-mobile/Component.js +6 -6
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +6 -6
- package/esm/components/virtual-options-list/Component.js +2 -2
- package/esm/components/virtual-options-list/index.css +12 -12
- package/esm/components/virtual-options-list/index.js +1 -1
- package/esm/index.js +6 -6
- package/esm/{intersection-observer-ce0b7183.d.ts → intersection-observer-eebe1d7d.d.ts} +0 -0
- package/esm/{intersection-observer-ce0b7183.js → intersection-observer-eebe1d7d.js} +0 -0
- package/esm/presets/index.js +6 -6
- package/esm/presets/useLazyLoading/hook.js +5 -5
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +6 -6
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
- package/esm/presets/useSelectWithLoading/hook.js +4 -4
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +6 -6
- package/esm/{tslib.es6-60ccbcec.d.ts → tslib.es6-00fefe9b.d.ts} +0 -0
- package/esm/{tslib.es6-60ccbcec.js → tslib.es6-00fefe9b.js} +0 -0
- package/index.js +6 -6
- package/{intersection-observer-4a8b5b51.d.ts → intersection-observer-0845add3.d.ts} +0 -0
- package/{intersection-observer-4a8b5b51.js → intersection-observer-0845add3.js} +0 -0
- package/modern/{Component-0998aafe.d.ts → Component-2a37a356.d.ts} +0 -0
- package/modern/{Component-0998aafe.js → Component-2a37a356.js} +1 -1
- package/modern/{Component-adf0c0e0.d.ts → Component-79964ac6.d.ts} +0 -0
- package/modern/{Component-adf0c0e0.js → Component-79964ac6.js} +6 -6
- package/modern/Component.js +3 -3
- package/modern/Component.responsive.js +5 -5
- 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 +1 -1
- package/modern/components/base-option/index.css +13 -13
- package/modern/components/base-select/Component.js +1 -1
- package/modern/components/base-select/index.css +7 -7
- package/modern/components/base-select/index.d.ts +1 -1
- package/modern/components/base-select/index.js +1 -1
- package/modern/components/base-select-mobile/Component.js +5 -5
- package/modern/components/base-select-mobile/checkmark/Component.js +2 -5
- package/modern/components/base-select-mobile/checkmark/index.css +6 -6
- package/modern/components/base-select-mobile/checkmark/index.js +0 -2
- package/modern/components/base-select-mobile/index.css +11 -11
- package/modern/components/base-select-mobile/index.d.ts +1 -1
- package/modern/components/base-select-mobile/index.js +5 -5
- package/modern/components/base-select-mobile/options-list/Component.js +1 -1
- package/modern/components/base-select-mobile/options-list/index.css +9 -9
- package/modern/components/checkmark/Component.js +4 -4
- package/modern/components/checkmark/index.css +18 -10
- package/modern/components/checkmark/index.js +1 -0
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +9 -9
- package/modern/components/index.js +5 -5
- package/modern/components/optgroup/Component.js +1 -1
- package/modern/components/optgroup/index.css +6 -6
- package/modern/components/option/Component.js +3 -3
- package/modern/components/option/index.css +20 -20
- package/modern/components/option/index.js +2 -2
- package/modern/components/options-list/Component.js +1 -1
- package/modern/components/options-list/index.css +6 -6
- package/modern/components/select-mobile/Component.js +5 -5
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +5 -5
- package/modern/components/select-modal-mobile/Component.js +5 -5
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +5 -5
- package/modern/components/virtual-options-list/Component.js +1 -1
- package/modern/components/virtual-options-list/index.css +12 -12
- package/modern/index.js +5 -5
- package/modern/{intersection-observer-ce0b7183.d.ts → intersection-observer-eebe1d7d.d.ts} +0 -0
- package/modern/{intersection-observer-ce0b7183.js → intersection-observer-eebe1d7d.js} +0 -0
- package/modern/presets/index.js +5 -5
- package/modern/presets/useLazyLoading/hook.js +4 -4
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +5 -5
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -5
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +5 -5
- package/modern/presets/useSelectWithLoading/hook.js +3 -3
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/responsive.js +5 -5
- package/package.json +5 -5
- package/presets/index.js +6 -6
- package/presets/useLazyLoading/hook.js +5 -5
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +6 -6
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- package/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
- package/presets/useSelectWithLoading/hook.js +4 -4
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +6 -6
- /package/{tslib.es6-dde7343f.d.ts → tslib.es6-ade45ad3.d.ts} +0 -0
- /package/{tslib.es6-dde7343f.js → tslib.es6-ade45ad3.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { B as BaseSelectMobile } from '../../Component-
|
|
2
|
-
import '../../tslib.es6-
|
|
1
|
+
export { B as BaseSelectMobile } from '../../Component-909f3a34.js';
|
|
2
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../arrow/Component.js';
|
|
5
5
|
import 'classnames';
|
|
@@ -9,7 +9,7 @@ import 'downshift';
|
|
|
9
9
|
import '@alfalab/core-components-bottom-sheet/esm';
|
|
10
10
|
import '@alfalab/core-components-modal/esm/mobile';
|
|
11
11
|
import '../../Component.js';
|
|
12
|
-
import '../../Component-
|
|
12
|
+
import '../../Component-2d2efe5d.js';
|
|
13
13
|
import '@juggle/resize-observer';
|
|
14
14
|
import '@alfalab/core-components-popover/esm';
|
|
15
15
|
import '@alfalab/hooks';
|
|
@@ -20,18 +20,18 @@ import '@alfalab/core-components-form-control/esm';
|
|
|
20
20
|
import '../optgroup/Component.js';
|
|
21
21
|
import '../option/Component.js';
|
|
22
22
|
import './checkmark/Component.js';
|
|
23
|
-
import '@alfalab/core-components-badge/esm';
|
|
24
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
25
23
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
26
24
|
import '../checkmark/Component.js';
|
|
25
|
+
import '@alfalab/core-components-badge/esm';
|
|
27
26
|
import '@alfalab/core-components-checkbox/esm';
|
|
27
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
28
28
|
import '../options-list/Component.js';
|
|
29
29
|
import '@alfalab/core-components-scrollbar/esm';
|
|
30
30
|
import 'react-virtual';
|
|
31
31
|
import '../base-option/Component.js';
|
|
32
32
|
import '../base-checkmark/Component.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/esm';
|
|
34
|
-
import '../../intersection-observer-
|
|
34
|
+
import '../../intersection-observer-eebe1d7d.js';
|
|
35
35
|
import '@alfalab/core-components-button/esm';
|
|
36
36
|
import './options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign } from '../../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { useContext, useEffect } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
|
|
@@ -6,7 +6,7 @@ import { Button } from '@alfalab/core-components-button/esm';
|
|
|
6
6
|
import { isGroup } from '../../../utils.js';
|
|
7
7
|
import { Optgroup } from '../../optgroup/Component.js';
|
|
8
8
|
|
|
9
|
-
var styles = {"optionsList":"
|
|
9
|
+
var styles = {"optionsList":"select__optionsList_1g3im","emptyPlaceholder":"select__emptyPlaceholder_1g3im","l":"select__l_1g3im","xl":"select__xl_1g3im","footer":"select__footer_1g3im","footerButton":"select__footerButton_1g3im","highlighted":"select__highlighted_1g3im"};
|
|
10
10
|
require('./index.css')
|
|
11
11
|
|
|
12
12
|
var createCounter = function () {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 57vio */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -33,28 +33,28 @@
|
|
|
33
33
|
} :root {
|
|
34
34
|
--select-mobile-footer-border-top: 1px solid var(--color-light-border-primary);
|
|
35
35
|
--select-mobile-footer-background-color: var(--color-light-bg-primary);
|
|
36
|
-
} .
|
|
36
|
+
} .select__optionsList_1g3im {
|
|
37
37
|
width: 100%;
|
|
38
38
|
outline: none;
|
|
39
39
|
box-sizing: border-box;
|
|
40
|
-
} .
|
|
40
|
+
} .select__emptyPlaceholder_1g3im {
|
|
41
41
|
padding: var(--gap-m) var(--gap-s);
|
|
42
42
|
color: var(--select-options-list-empty-placeholder-color);
|
|
43
|
-
} .
|
|
44
|
-
.
|
|
43
|
+
} .select__l_1g3im .select__emptyPlaceholder_1g3im,
|
|
44
|
+
.select__xl_1g3im .select__emptyPlaceholder_1g3im {
|
|
45
45
|
padding: var(--gap-xl) var(--gap-m);
|
|
46
|
-
} .
|
|
46
|
+
} .select__footer_1g3im {
|
|
47
47
|
display: flex;
|
|
48
48
|
justify-content: space-between;
|
|
49
49
|
position: sticky;
|
|
50
50
|
padding: var(--gap-m) var(--gap-m);
|
|
51
51
|
background-color: var(--color-light-bg-primary);
|
|
52
52
|
bottom: 0
|
|
53
|
-
} .
|
|
53
|
+
} .select__footer_1g3im .select__footerButton_1g3im:first-of-type {
|
|
54
54
|
margin-right: var(--gap-m);
|
|
55
|
-
} .
|
|
55
|
+
} .select__footerButton_1g3im {
|
|
56
56
|
width: 50%;
|
|
57
|
-
} .
|
|
57
|
+
} .select__highlighted_1g3im {
|
|
58
58
|
border-top: var(--select-mobile-footer-border-top);
|
|
59
59
|
background-color: var(--select-mobile-footer-background-color);
|
|
60
60
|
}
|
|
@@ -3,22 +3,22 @@ import cn from 'classnames';
|
|
|
3
3
|
import { Badge } from '@alfalab/core-components-badge/esm';
|
|
4
4
|
import { Checkbox } from '@alfalab/core-components-checkbox/esm';
|
|
5
5
|
import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
6
|
+
import CheckmarkMIcon from '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
6
7
|
|
|
7
|
-
var styles = {"checkmark":"
|
|
8
|
+
var styles = {"checkmark":"select__checkmark_132vm","after":"select__after_132vm","single":"select__single_132vm","selected":"select__selected_132vm","before":"select__before_132vm","multiple":"select__multiple_132vm","colorIcon":"select__colorIcon_132vm"};
|
|
8
9
|
require('./index.css')
|
|
9
10
|
|
|
10
11
|
var Checkmark = function (_a) {
|
|
11
12
|
var _b;
|
|
12
13
|
var selected = _a.selected, _c = _a.disabled, disabled = _c === void 0 ? false : _c, className = _a.className, multiple = _a.multiple, _d = _a.position, position = _d === void 0 ? 'before' : _d;
|
|
13
|
-
var single = !multiple
|
|
14
|
+
var single = !multiple;
|
|
14
15
|
var checkmarkClassNames = cn(styles.checkmark, className, styles[position], (_b = {},
|
|
15
16
|
_b[styles.multiple] = !single,
|
|
16
17
|
_b[styles.single] = single,
|
|
17
18
|
_b[styles.selected] = selected,
|
|
18
19
|
_b));
|
|
19
20
|
var handleCheckboxClick = useCallback(function (event) { return event.stopPropagation(); }, []);
|
|
20
|
-
return single ? (React.createElement("div", { className: checkmarkClassNames },
|
|
21
|
-
React.createElement(Badge, { className: styles.after, view: 'icon', size: 'm', iconColor: 'positive', content: React.createElement(CheckmarkCircleMIcon, { className: styles.colorIcon }) }))) : (React.createElement(Checkbox, { checked: selected, disabled: disabled, className: checkmarkClassNames, size: 'm', onClick: handleCheckboxClick }));
|
|
21
|
+
return single ? (React.createElement("div", { className: checkmarkClassNames }, position === 'before' ? (React.createElement(Badge, { className: styles.after, view: 'icon', size: 'm', iconColor: 'positive', content: React.createElement(CheckmarkCircleMIcon, { className: styles.colorIcon }) })) : (React.createElement(CheckmarkMIcon, { className: cn(styles.displayIcon) })))) : (React.createElement(Checkbox, { checked: selected, disabled: disabled, className: checkmarkClassNames, size: 'm', onClick: handleCheckboxClick }));
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { Checkmark };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: l22g3 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-graphic-positive: #2fc26e;
|
|
@@ -28,18 +28,23 @@
|
|
|
28
28
|
/* checkmark */
|
|
29
29
|
|
|
30
30
|
--select-checkmark-margin: 0 var(--gap-xs) 0 0;
|
|
31
|
+
--select-checkmark-margin-after: var(--select-checkmark-margin);
|
|
31
32
|
--select-checkmark-size: 4px;
|
|
32
33
|
--select-checkmark-before-display: 'flex';
|
|
33
34
|
--select-checkmark-after-display: none;
|
|
35
|
+
--select-checkmark-before-display-multiple: block;
|
|
36
|
+
--select-checkmark-after-display-single: none;
|
|
34
37
|
--select-checkmark-unselected-opacity: 0;
|
|
35
38
|
--select-checkmark-background: var(--color-light-graphic-primary);
|
|
36
39
|
--select-checkmark-border-radius: var(--border-radius-circle);
|
|
37
40
|
|
|
38
41
|
/* optgroup */
|
|
39
|
-
} .
|
|
42
|
+
} .select__checkmark_132vm {
|
|
40
43
|
flex-shrink: 0;
|
|
41
|
-
margin: var(--select-checkmark-margin)
|
|
42
|
-
} .
|
|
44
|
+
margin: var(--select-checkmark-margin)
|
|
45
|
+
} .select__checkmark_132vm.select__after_132vm {
|
|
46
|
+
margin: var(--select-checkmark-margin-after);
|
|
47
|
+
} .select__single_132vm {
|
|
43
48
|
display: flex;
|
|
44
49
|
align-items: center;
|
|
45
50
|
justify-content: center;
|
|
@@ -49,14 +54,17 @@
|
|
|
49
54
|
border-radius: var(--select-checkmark-border-radius);
|
|
50
55
|
width: var(--select-checkmark-size);
|
|
51
56
|
height: var(--select-checkmark-size)
|
|
52
|
-
} .
|
|
57
|
+
} .select__single_132vm.select__selected_132vm {
|
|
53
58
|
opacity: 1;
|
|
54
|
-
} .
|
|
59
|
+
} .select__before_132vm {
|
|
55
60
|
display: var(--select-checkmark-before-display)
|
|
56
|
-
} .
|
|
61
|
+
} .select__before_132vm.select__multiple_132vm {
|
|
57
62
|
margin-right: var(--gap-s);
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
63
|
+
display: var(--select-checkmark-before-display-multiple);
|
|
64
|
+
} .select__after_132vm {
|
|
65
|
+
display: var(--select-checkmark-after-display)
|
|
66
|
+
} .select__after_132vm.select__single_132vm {
|
|
67
|
+
display: var(--select-checkmark-after-display-single);
|
|
68
|
+
} .select__colorIcon_132vm {
|
|
61
69
|
color: var(--color-light-graphic-positive);
|
|
62
70
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { useState, useRef, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { FormControl } from '@alfalab/core-components-form-control/esm';
|
|
5
5
|
import { useFocus } from '@alfalab/hooks';
|
|
6
6
|
import { joinOptions } from '../../utils.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"component":"
|
|
8
|
+
var styles = {"component":"select__component_5ab9q","field":"select__field_5ab9q","disabled":"select__disabled_5ab9q","arrow":"select__arrow_5ab9q","placeholder":"select__placeholder_5ab9q","contentWrapper":"select__contentWrapper_5ab9q","value":"select__value_5ab9q","focusVisible":"select__focusVisible_5ab9q"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
var Field = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1g5yd */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-link: #007aff;
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
/* checkmark */
|
|
29
29
|
|
|
30
30
|
/* optgroup */
|
|
31
|
-
} .
|
|
31
|
+
} .select__component_5ab9q {
|
|
32
32
|
width: 100%;
|
|
33
33
|
outline: none;
|
|
34
|
-
} .
|
|
34
|
+
} .select__field_5ab9q:not(.select__disabled_5ab9q) {
|
|
35
35
|
cursor: pointer
|
|
36
|
-
} .
|
|
36
|
+
} .select__field_5ab9q:not(.select__disabled_5ab9q):hover .select__arrow_5ab9q {
|
|
37
37
|
opacity: var(--select-arrow-hover-opacity);
|
|
38
|
-
} .
|
|
38
|
+
} .select__disabled_5ab9q {
|
|
39
39
|
cursor: var(--disabled-cursor);
|
|
40
|
-
} /* TODO: Заюзать переменные из инпута */ .
|
|
40
|
+
} /* TODO: Заюзать переменные из инпута */ .select__placeholder_5ab9q {
|
|
41
41
|
color: var(--color-light-text-secondary);
|
|
42
|
-
} .
|
|
42
|
+
} .select__contentWrapper_5ab9q {
|
|
43
43
|
font-size: 16px;
|
|
44
44
|
line-height: 20px;
|
|
45
45
|
font-weight: 400;
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
text-overflow: ellipsis;
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
width: 100%;
|
|
51
|
-
} .
|
|
51
|
+
} .select__value_5ab9q {
|
|
52
52
|
overflow: hidden;
|
|
53
53
|
text-overflow: ellipsis;
|
|
54
54
|
text-align: left;
|
|
55
|
-
} .
|
|
55
|
+
} .select__focusVisible_5ab9q {
|
|
56
56
|
outline: 2px solid var(--focus-color);
|
|
57
57
|
outline-offset: 2px;
|
|
58
58
|
}
|
package/esm/components/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Arrow } from './arrow/Component.js';
|
|
2
|
-
export { B as BaseSelect } from '../Component-
|
|
3
|
-
export { S as SelectMobile, a as SelectModalMobile } from '../Component-
|
|
2
|
+
export { B as BaseSelect } from '../Component-2d2efe5d.js';
|
|
3
|
+
export { S as SelectMobile, a as SelectModalMobile } from '../Component-909f3a34.js';
|
|
4
4
|
export { Field } from './field/Component.js';
|
|
5
5
|
export { Optgroup } from './optgroup/Component.js';
|
|
6
6
|
export { Option } from './option/Component.js';
|
|
@@ -10,7 +10,7 @@ export { BaseOption } from './base-option/Component.js';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'classnames';
|
|
12
12
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
13
|
-
import '../tslib.es6-
|
|
13
|
+
import '../tslib.es6-00fefe9b.js';
|
|
14
14
|
import 'react-merge-refs';
|
|
15
15
|
import '@juggle/resize-observer';
|
|
16
16
|
import 'downshift';
|
|
@@ -23,15 +23,15 @@ import '@alfalab/core-components-modal/esm/mobile';
|
|
|
23
23
|
import '../Component.js';
|
|
24
24
|
import '@alfalab/core-components-form-control/esm';
|
|
25
25
|
import './base-select-mobile/checkmark/Component.js';
|
|
26
|
-
import '@alfalab/core-components-badge/esm';
|
|
27
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
28
26
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
29
27
|
import './checkmark/Component.js';
|
|
28
|
+
import '@alfalab/core-components-badge/esm';
|
|
30
29
|
import '@alfalab/core-components-checkbox/esm';
|
|
30
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
31
31
|
import '@alfalab/core-components-scrollbar/esm';
|
|
32
32
|
import 'react-virtual';
|
|
33
33
|
import '@alfalab/core-components-skeleton/esm';
|
|
34
|
-
import '../intersection-observer-
|
|
34
|
+
import '../intersection-observer-eebe1d7d.js';
|
|
35
35
|
import '@alfalab/core-components-button/esm';
|
|
36
36
|
import './base-checkmark/Component.js';
|
|
37
37
|
import './base-select-mobile/options-list/Component.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"optgroup":"
|
|
4
|
+
var styles = {"optgroup":"select__optgroup_14l5t","label":"select__label_14l5t","l":"select__l_14l5t","xl":"select__xl_14l5t"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
var Optgroup = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 7lblo */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--select-optgroup-right-padding: var(--gap-s);
|
|
36
36
|
--select-optgroup-l-left-padding: var(--gap-m);
|
|
37
37
|
--select-optgroup-l-right-padding: var(--gap-m);
|
|
38
|
-
} .
|
|
38
|
+
} .select__optgroup_14l5t {
|
|
39
39
|
position: relative;
|
|
40
40
|
display: flex;
|
|
41
41
|
align-items: center;
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
box-sizing: border-box;
|
|
45
45
|
background: var(--select-optgroup-background);
|
|
46
46
|
min-height: 40px
|
|
47
|
-
} .
|
|
47
|
+
} .select__optgroup_14l5t + *[role='option']:before {
|
|
48
48
|
display: none;
|
|
49
|
-
} .
|
|
49
|
+
} .select__label_14l5t {
|
|
50
50
|
font-size: 12px;
|
|
51
51
|
line-height: 16px;
|
|
52
52
|
font-weight: 500;
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
|
|
56
56
|
display: block;
|
|
57
57
|
color: var(--select-optgroup-color);
|
|
58
|
-
} .
|
|
59
|
-
.
|
|
58
|
+
} .select__l_14l5t,
|
|
59
|
+
.select__xl_14l5t {
|
|
60
60
|
padding-left: var(--select-optgroup-l-left-padding);
|
|
61
61
|
padding-right: var(--select-optgroup-l-right-padding);
|
|
62
62
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { isValidElement } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Checkmark } from '../base-select-mobile/checkmark/Component.js';
|
|
5
5
|
import { Checkmark as Checkmark$1 } from '../checkmark/Component.js';
|
|
6
|
-
import '@alfalab/core-components-badge/esm';
|
|
7
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
8
6
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
7
|
+
import '@alfalab/core-components-badge/esm';
|
|
9
8
|
import '@alfalab/core-components-checkbox/esm';
|
|
9
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
10
10
|
|
|
11
|
-
var styles = {"option":"
|
|
11
|
+
var styles = {"option":"select__option_mmcd7","disabled":"select__disabled_mmcd7","s":"select__s_mmcd7","m":"select__m_mmcd7","l":"select__l_mmcd7","xl":"select__xl_mmcd7","selected":"select__selected_mmcd7","highlighted":"select__highlighted_mmcd7","content":"select__content_mmcd7","textContent":"select__textContent_mmcd7"};
|
|
12
12
|
require('./index.css')
|
|
13
13
|
|
|
14
14
|
var Option = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: ffd0l */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
/* checkmark */
|
|
54
54
|
|
|
55
55
|
/* optgroup */
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_mmcd7 {
|
|
57
57
|
font-size: 16px;
|
|
58
58
|
line-height: 20px;
|
|
59
59
|
font-weight: 400;
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
box-sizing: border-box;
|
|
69
69
|
position: relative;
|
|
70
70
|
cursor: pointer
|
|
71
|
-
} .
|
|
71
|
+
} .select__option_mmcd7:not(.select__disabled_mmcd7):active {
|
|
72
72
|
background: var(--select-option-active-background);
|
|
73
73
|
color: var(--select-option-active-color);
|
|
74
|
-
} .
|
|
74
|
+
} .select__option_mmcd7:before {
|
|
75
75
|
content: '';
|
|
76
76
|
position: absolute;
|
|
77
77
|
left: var(--select-option-left-padding);
|
|
@@ -81,46 +81,46 @@
|
|
|
81
81
|
background: var(--select-option-divider-background);
|
|
82
82
|
display: var(--select-option-divider-display);
|
|
83
83
|
transition: opacity 0.2s ease;
|
|
84
|
-
} .
|
|
84
|
+
} .select__option_mmcd7:first-child:before {
|
|
85
85
|
display: none;
|
|
86
|
-
} .
|
|
86
|
+
} .select__s_mmcd7 {
|
|
87
87
|
min-height: var(--size-s-height);
|
|
88
|
-
} .
|
|
88
|
+
} .select__m_mmcd7 {
|
|
89
89
|
min-height: var(--size-m-height);
|
|
90
|
-
} .
|
|
90
|
+
} .select__l_mmcd7 {
|
|
91
91
|
min-height: var(--size-l-height);
|
|
92
|
-
} .
|
|
92
|
+
} .select__xl_mmcd7 {
|
|
93
93
|
min-height: var(--size-xl-height);
|
|
94
|
-
} .
|
|
95
|
-
.
|
|
94
|
+
} .select__l_mmcd7,
|
|
95
|
+
.select__xl_mmcd7 {
|
|
96
96
|
padding-left: var(--select-option-l-left-padding);
|
|
97
97
|
padding-right: var(--select-option-l-right-padding)
|
|
98
|
-
} .
|
|
98
|
+
} .select__l_mmcd7:before, .select__xl_mmcd7:before {
|
|
99
99
|
left: var(--select-option-l-left-padding);
|
|
100
100
|
right: var(--select-option-l-right-padding);
|
|
101
|
-
} .
|
|
101
|
+
} .select__selected_mmcd7 {
|
|
102
102
|
background: var(--select-option-selected-background);
|
|
103
103
|
color: var(--select-option-selected-color);
|
|
104
104
|
cursor: default;
|
|
105
|
-
} .
|
|
105
|
+
} .select__highlighted_mmcd7 {
|
|
106
106
|
background: var(--select-option-hover-background);
|
|
107
107
|
color: var(--select-option-hover-color)
|
|
108
|
-
} .
|
|
109
|
-
.
|
|
108
|
+
} .select__highlighted_mmcd7:before,
|
|
109
|
+
.select__highlighted_mmcd7 + .select__option_mmcd7:before {
|
|
110
110
|
opacity: 0;
|
|
111
|
-
} .
|
|
111
|
+
} .select__disabled_mmcd7 {
|
|
112
112
|
cursor: var(--disabled-cursor);
|
|
113
113
|
background: var(--select-option-disabled-background);
|
|
114
114
|
color: var(--select-option-disabled-color);
|
|
115
|
-
} .
|
|
115
|
+
} .select__content_mmcd7 {
|
|
116
116
|
overflow: hidden;
|
|
117
117
|
flex: 1;
|
|
118
118
|
text-overflow: ellipsis;
|
|
119
|
-
} .
|
|
119
|
+
} .select__textContent_mmcd7 {
|
|
120
120
|
padding-top: var(--gap-s);
|
|
121
121
|
padding-bottom: var(--gap-s);
|
|
122
122
|
} /* IE min-height fix */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
123
|
-
.
|
|
123
|
+
.select__option_mmcd7:after {
|
|
124
124
|
min-height: inherit;
|
|
125
125
|
font-size: 0;
|
|
126
126
|
content: '';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export { Option } from './Component.js';
|
|
2
|
-
import '../../tslib.es6-
|
|
2
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../base-select-mobile/checkmark/Component.js';
|
|
6
|
-
import '@alfalab/core-components-badge/esm';
|
|
7
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
8
6
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
9
7
|
import '../checkmark/Component.js';
|
|
8
|
+
import '@alfalab/core-components-badge/esm';
|
|
10
9
|
import '@alfalab/core-components-checkbox/esm';
|
|
10
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { forwardRef, useRef } from 'react';
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import cn from 'classnames';
|
|
@@ -7,7 +7,7 @@ import { useMedia } from '@alfalab/hooks';
|
|
|
7
7
|
import { useVisibleOptions, isGroup } from '../../utils.js';
|
|
8
8
|
import { Optgroup } from '../optgroup/Component.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"optionsList":"
|
|
10
|
+
var styles = {"optionsList":"select__optionsList_1osor","scrollable":"select__scrollable_1osor","emptyPlaceholder":"select__emptyPlaceholder_1osor","l":"select__l_1osor","xl":"select__xl_1osor"};
|
|
11
11
|
require('./index.css')
|
|
12
12
|
|
|
13
13
|
var createCounter = function () {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 13amv */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
/* checkmark */
|
|
29
29
|
|
|
30
30
|
/* optgroup */
|
|
31
|
-
} .
|
|
31
|
+
} .select__optionsList_1osor {
|
|
32
32
|
overflow: auto;
|
|
33
33
|
width: 100%;
|
|
34
34
|
outline: none;
|
|
35
35
|
box-sizing: border-box;
|
|
36
|
-
} .
|
|
36
|
+
} .select__scrollable_1osor {
|
|
37
37
|
overflow: auto;
|
|
38
38
|
width: 100%;
|
|
39
|
-
} .
|
|
39
|
+
} .select__emptyPlaceholder_1osor {
|
|
40
40
|
padding: var(--gap-m) var(--gap-s);
|
|
41
41
|
color: var(--select-options-list-empty-placeholder-color);
|
|
42
|
-
} .
|
|
43
|
-
.
|
|
42
|
+
} .select__l_1osor .select__emptyPlaceholder_1osor,
|
|
43
|
+
.select__xl_1osor .select__emptyPlaceholder_1osor {
|
|
44
44
|
padding: var(--gap-xl) var(--gap-m);
|
|
45
45
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../arrow/Component.js';
|
|
4
|
-
export { S as SelectMobile } from '../../Component-
|
|
4
|
+
export { S as SelectMobile } from '../../Component-909f3a34.js';
|
|
5
5
|
import '../field/Component.js';
|
|
6
6
|
import '../optgroup/Component.js';
|
|
7
7
|
import '../option/Component.js';
|
|
@@ -12,7 +12,7 @@ import 'downshift';
|
|
|
12
12
|
import '@alfalab/core-components-bottom-sheet/esm';
|
|
13
13
|
import '@alfalab/core-components-modal/esm/mobile';
|
|
14
14
|
import '../../Component.js';
|
|
15
|
-
import '../../Component-
|
|
15
|
+
import '../../Component-2d2efe5d.js';
|
|
16
16
|
import '@juggle/resize-observer';
|
|
17
17
|
import '@alfalab/core-components-popover/esm';
|
|
18
18
|
import '@alfalab/hooks';
|
|
@@ -22,16 +22,16 @@ import '../options-list/Component.js';
|
|
|
22
22
|
import '@alfalab/core-components-scrollbar/esm';
|
|
23
23
|
import '@alfalab/core-components-form-control/esm';
|
|
24
24
|
import '../base-select-mobile/checkmark/Component.js';
|
|
25
|
-
import '@alfalab/core-components-badge/esm';
|
|
26
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
27
25
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
28
26
|
import '../checkmark/Component.js';
|
|
27
|
+
import '@alfalab/core-components-badge/esm';
|
|
29
28
|
import '@alfalab/core-components-checkbox/esm';
|
|
29
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
30
30
|
import 'react-virtual';
|
|
31
31
|
import '../base-option/Component.js';
|
|
32
32
|
import '../base-checkmark/Component.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/esm';
|
|
34
|
-
import '../../intersection-observer-
|
|
34
|
+
import '../../intersection-observer-eebe1d7d.js';
|
|
35
35
|
import '@alfalab/core-components-button/esm';
|
|
36
36
|
import '../base-select-mobile/options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-909f3a34";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { S as SelectMobile } from '../../Component-
|
|
2
|
-
import '../../tslib.es6-
|
|
1
|
+
export { S as SelectMobile } from '../../Component-909f3a34.js';
|
|
2
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../arrow/Component.js';
|
|
5
5
|
import 'classnames';
|
|
@@ -9,7 +9,7 @@ import 'downshift';
|
|
|
9
9
|
import '@alfalab/core-components-bottom-sheet/esm';
|
|
10
10
|
import '@alfalab/core-components-modal/esm/mobile';
|
|
11
11
|
import '../../Component.js';
|
|
12
|
-
import '../../Component-
|
|
12
|
+
import '../../Component-2d2efe5d.js';
|
|
13
13
|
import '@juggle/resize-observer';
|
|
14
14
|
import '@alfalab/core-components-popover/esm';
|
|
15
15
|
import '@alfalab/hooks';
|
|
@@ -20,18 +20,18 @@ import '@alfalab/core-components-form-control/esm';
|
|
|
20
20
|
import '../optgroup/Component.js';
|
|
21
21
|
import '../option/Component.js';
|
|
22
22
|
import '../base-select-mobile/checkmark/Component.js';
|
|
23
|
-
import '@alfalab/core-components-badge/esm';
|
|
24
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
25
23
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
26
24
|
import '../checkmark/Component.js';
|
|
25
|
+
import '@alfalab/core-components-badge/esm';
|
|
27
26
|
import '@alfalab/core-components-checkbox/esm';
|
|
27
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
28
28
|
import '../options-list/Component.js';
|
|
29
29
|
import '@alfalab/core-components-scrollbar/esm';
|
|
30
30
|
import 'react-virtual';
|
|
31
31
|
import '../base-option/Component.js';
|
|
32
32
|
import '../base-checkmark/Component.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/esm';
|
|
34
|
-
import '../../intersection-observer-
|
|
34
|
+
import '../../intersection-observer-eebe1d7d.js';
|
|
35
35
|
import '@alfalab/core-components-button/esm';
|
|
36
36
|
import '../base-select-mobile/options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|