@alfalab/core-components-select 13.2.16 → 13.2.18
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-9c3c5101.js → Component-622a0fca.js} +3 -2
- package/{Component-003e987a.js → Component-93388611.js} +6 -9
- package/Component.js +1 -1
- package/Component.responsive.js +3 -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 +1 -1
- package/components/base-option/index.css +13 -13
- package/components/base-select/Component.js +1 -1
- package/components/base-select/index.css +19 -8
- package/components/base-select/index.d.ts +1 -1
- package/components/base-select/index.js +1 -1
- package/components/base-select-mobile/Component.js +3 -3
- package/components/base-select-mobile/checkmark/Component.js +1 -1
- package/components/base-select-mobile/checkmark/index.css +6 -6
- 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 +3 -3
- package/components/base-select-mobile/options-list/Component.js +1 -1
- package/components/base-select-mobile/options-list/index.css +9 -9
- package/components/base-select-mobile/virtual-options-list/Component.js +1 -1
- package/components/base-select-mobile/virtual-options-list/index.css +15 -15
- package/components/checkmark/Component.js +1 -1
- package/components/checkmark/index.css +10 -10
- package/components/field/Component.js +1 -1
- package/components/field/index.css +9 -9
- package/components/index.js +3 -3
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +1 -1
- package/components/option/index.css +20 -20
- package/components/options-list/Component.js +7 -4
- package/components/options-list/index.css +15 -6
- package/components/select-mobile/Component.js +3 -3
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +3 -3
- package/components/select-modal-mobile/Component.js +3 -3
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +3 -3
- package/components/virtual-options-list/Component.js +8 -5
- package/components/virtual-options-list/index.css +21 -12
- package/cssm/{Component-aaa9f3a7.js → Component-31b4153d.js} +2 -1
- package/cssm/{Component-e9709f88.js → Component-afba64fc.js} +3 -6
- package/cssm/Component.js +1 -1
- package/cssm/Component.responsive.js +2 -2
- package/cssm/components/base-select/Component.js +1 -1
- package/cssm/components/base-select/index.d.ts +1 -1
- package/cssm/components/base-select/index.js +1 -1
- package/cssm/components/base-select/index.module.css +12 -1
- package/cssm/components/base-select-mobile/Component.js +2 -2
- package/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/cssm/components/base-select-mobile/index.js +2 -2
- package/cssm/components/index.js +2 -2
- package/cssm/components/options-list/Component.js +6 -3
- package/cssm/components/options-list/index.module.css +10 -1
- package/cssm/components/select-mobile/Component.js +2 -2
- package/cssm/components/select-mobile/index.d.ts +1 -1
- package/cssm/components/select-mobile/index.js +2 -2
- package/cssm/components/select-modal-mobile/Component.js +2 -2
- package/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/cssm/components/select-modal-mobile/index.js +2 -2
- package/cssm/components/virtual-options-list/Component.js +7 -4
- package/cssm/components/virtual-options-list/index.module.css +10 -1
- package/cssm/index-3885b0d7.d.ts +1 -1
- package/cssm/index.js +2 -2
- package/cssm/presets/index.js +2 -2
- package/cssm/presets/useSelectWithApply/hook.js +2 -2
- 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 +2 -2
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.module.css +2 -5
- package/cssm/responsive.js +2 -2
- package/esm/{Component-be3db19b.js → Component-657977aa.js} +3 -2
- package/esm/{Component-a38a40da.js → Component-e283e558.js} +6 -9
- package/esm/Component.js +1 -1
- package/esm/Component.responsive.js +3 -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 +1 -1
- package/esm/components/base-option/index.css +13 -13
- package/esm/components/base-select/Component.js +1 -1
- package/esm/components/base-select/index.css +19 -8
- package/esm/components/base-select/index.d.ts +1 -1
- package/esm/components/base-select/index.js +1 -1
- package/esm/components/base-select-mobile/Component.js +3 -3
- package/esm/components/base-select-mobile/checkmark/Component.js +1 -1
- package/esm/components/base-select-mobile/checkmark/index.css +6 -6
- 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 +3 -3
- package/esm/components/base-select-mobile/options-list/Component.js +1 -1
- package/esm/components/base-select-mobile/options-list/index.css +9 -9
- package/esm/components/base-select-mobile/virtual-options-list/Component.js +1 -1
- package/esm/components/base-select-mobile/virtual-options-list/index.css +15 -15
- package/esm/components/checkmark/Component.js +1 -1
- package/esm/components/checkmark/index.css +10 -10
- package/esm/components/field/Component.js +1 -1
- package/esm/components/field/index.css +9 -9
- package/esm/components/index.js +3 -3
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +1 -1
- package/esm/components/option/index.css +20 -20
- package/esm/components/options-list/Component.js +7 -4
- package/esm/components/options-list/index.css +15 -6
- package/esm/components/select-mobile/Component.js +3 -3
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +3 -3
- package/esm/components/select-modal-mobile/Component.js +3 -3
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +3 -3
- package/esm/components/virtual-options-list/Component.js +8 -5
- package/esm/components/virtual-options-list/index.css +21 -12
- package/esm/index-3885b0d7.d.ts +1 -1
- package/esm/index.js +3 -3
- package/esm/presets/index.js +3 -3
- package/esm/presets/useLazyLoading/hook.js +2 -2
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +5 -8
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +3 -3
- package/index-3885b0d7.d.ts +1 -1
- package/index.js +3 -3
- package/modern/{Component-ec2fbeef.js → Component-322fd90d.js} +3 -2
- package/modern/{Component-1f8531f6.js → Component-72ef5116.js} +5 -7
- package/modern/Component.js +1 -1
- package/modern/Component.responsive.js +3 -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 +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 +19 -8
- 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 +3 -3
- package/modern/components/base-select-mobile/checkmark/Component.js +1 -1
- package/modern/components/base-select-mobile/checkmark/index.css +6 -6
- 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 +3 -3
- 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/base-select-mobile/virtual-options-list/Component.js +1 -1
- package/modern/components/base-select-mobile/virtual-options-list/index.css +15 -15
- package/modern/components/checkmark/Component.js +1 -1
- package/modern/components/checkmark/index.css +10 -10
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +9 -9
- package/modern/components/index.js +3 -3
- package/modern/components/optgroup/Component.js +1 -1
- package/modern/components/optgroup/index.css +6 -6
- package/modern/components/option/Component.js +1 -1
- package/modern/components/option/index.css +20 -20
- package/modern/components/options-list/Component.js +6 -4
- package/modern/components/options-list/index.css +15 -6
- package/modern/components/select-mobile/Component.js +3 -3
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +3 -3
- package/modern/components/select-modal-mobile/Component.js +3 -3
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +3 -3
- package/modern/components/virtual-options-list/Component.js +5 -3
- package/modern/components/virtual-options-list/index.css +21 -12
- package/modern/index-3885b0d7.d.ts +1 -1
- package/modern/index.js +3 -3
- package/modern/presets/index.js +3 -3
- package/modern/presets/useLazyLoading/hook.js +2 -2
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +5 -8
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/responsive.js +3 -3
- package/package.json +3 -3
- package/presets/index.js +3 -3
- package/presets/useLazyLoading/hook.js +2 -2
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/index.css +5 -8
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/presets/useSelectWithLoading/hook.js +1 -1
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +3 -3
- /package/{Component-9c3c5101.d.ts → Component-622a0fca.d.ts} +0 -0
- /package/{Component-003e987a.d.ts → Component-93388611.d.ts} +0 -0
- /package/cssm/{Component-aaa9f3a7.d.ts → Component-31b4153d.d.ts} +0 -0
- /package/cssm/{Component-e9709f88.d.ts → Component-afba64fc.d.ts} +0 -0
- /package/esm/{Component-be3db19b.d.ts → Component-657977aa.d.ts} +0 -0
- /package/esm/{Component-a38a40da.d.ts → Component-e283e558.d.ts} +0 -0
- /package/esm/{intersection-observer-1b705e9c.d.ts → intersection-observer-9544c9e7.d.ts} +0 -0
- /package/esm/{intersection-observer-1b705e9c.js → intersection-observer-9544c9e7.js} +0 -0
- /package/{intersection-observer-cd9b249c.d.ts → intersection-observer-023c126a.d.ts} +0 -0
- /package/{intersection-observer-cd9b249c.js → intersection-observer-023c126a.js} +0 -0
- /package/modern/{Component-ec2fbeef.d.ts → Component-322fd90d.d.ts} +0 -0
- /package/modern/{Component-1f8531f6.d.ts → Component-72ef5116.d.ts} +0 -0
- /package/modern/{intersection-observer-1b705e9c.d.ts → intersection-observer-9544c9e7.d.ts} +0 -0
- /package/modern/{intersection-observer-1b705e9c.js → intersection-observer-9544c9e7.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../arrow/Component.js';
|
|
3
|
-
export { a as SelectModalMobile } from '../../Component-
|
|
3
|
+
export { a as SelectModalMobile } from '../../Component-72ef5116.js';
|
|
4
4
|
import '../field/Component.js';
|
|
5
5
|
import '../optgroup/Component.js';
|
|
6
6
|
import '../option/Component.js';
|
|
@@ -11,7 +11,7 @@ import 'downshift';
|
|
|
11
11
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
12
12
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
13
13
|
import '../../Component.js';
|
|
14
|
-
import '../../Component-
|
|
14
|
+
import '../../Component-322fd90d.js';
|
|
15
15
|
import '@juggle/resize-observer';
|
|
16
16
|
import '@alfalab/core-components-popover/modern';
|
|
17
17
|
import '@alfalab/hooks';
|
|
@@ -30,7 +30,7 @@ import 'react-virtual';
|
|
|
30
30
|
import '../base-option/Component.js';
|
|
31
31
|
import '../base-checkmark/Component.js';
|
|
32
32
|
import '@alfalab/core-components-skeleton/modern';
|
|
33
|
-
import '../../intersection-observer-
|
|
33
|
+
import '../../intersection-observer-9544c9e7.js';
|
|
34
34
|
import '@alfalab/core-components-button/modern';
|
|
35
35
|
import '../base-select-mobile/options-list/Component.js';
|
|
36
36
|
import '@alfalab/core-components-base-modal/modern';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-72ef5116";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as SelectModalMobile } from '../../Component-
|
|
1
|
+
export { a as SelectModalMobile } from '../../Component-72ef5116.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../arrow/Component.js';
|
|
4
4
|
import 'classnames';
|
|
@@ -8,7 +8,7 @@ import 'downshift';
|
|
|
8
8
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
9
9
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
10
10
|
import '../../Component.js';
|
|
11
|
-
import '../../Component-
|
|
11
|
+
import '../../Component-322fd90d.js';
|
|
12
12
|
import '@juggle/resize-observer';
|
|
13
13
|
import '@alfalab/core-components-popover/modern';
|
|
14
14
|
import '@alfalab/hooks';
|
|
@@ -30,7 +30,7 @@ import 'react-virtual';
|
|
|
30
30
|
import '../base-option/Component.js';
|
|
31
31
|
import '../base-checkmark/Component.js';
|
|
32
32
|
import '@alfalab/core-components-skeleton/modern';
|
|
33
|
-
import '../../intersection-observer-
|
|
33
|
+
import '../../intersection-observer-9544c9e7.js';
|
|
34
34
|
import '@alfalab/core-components-button/modern';
|
|
35
35
|
import '../base-select-mobile/options-list/Component.js';
|
|
36
36
|
import '@alfalab/core-components-base-modal/modern';
|
|
@@ -6,7 +6,7 @@ import { useMedia } from '@alfalab/hooks';
|
|
|
6
6
|
import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
|
|
7
7
|
import { Optgroup } from '../optgroup/Component.js';
|
|
8
8
|
|
|
9
|
-
const styles = {"virtualOptionsList":"
|
|
9
|
+
const styles = {"virtualOptionsList":"select__virtualOptionsList_cbwl3","virtualOptionsListHeader":"select__virtualOptionsListHeader_cbwl3","virtualOptionsListFooter":"select__virtualOptionsListFooter_cbwl3","withBorder":"select__withBorder_cbwl3","scrollable":"select__scrollable_cbwl3","inner":"select__inner_cbwl3","virtualRow":"select__virtualRow_cbwl3","highlighted":"select__highlighted_cbwl3","emptyPlaceholder":"select__emptyPlaceholder_cbwl3","l":"select__l_cbwl3","xl":"select__xl_cbwl3"};
|
|
10
10
|
require('./index.css')
|
|
11
11
|
|
|
12
12
|
/* eslint-disable react-hooks/exhaustive-deps */
|
|
@@ -101,10 +101,12 @@ const VirtualOptionsList = ({ size = 's', flatOptions = [], highlightedIndex = -
|
|
|
101
101
|
const renderWithNativeScrollbar = () => (React.createElement("div", { className: styles.scrollable, ref: parentRef, onScroll: onScroll },
|
|
102
102
|
React.createElement("div", { ...contentNodeProps }, renderList())));
|
|
103
103
|
return (React.createElement("div", { className: cn(styles.virtualOptionsList, styles[size], className), "data-test-id": dataTestId },
|
|
104
|
-
header,
|
|
104
|
+
header && React.createElement("div", { className: styles.virtualOptionsListHeader }, header),
|
|
105
105
|
nativeScrollbar ? renderWithNativeScrollbar() : renderWithCustomScrollbar(),
|
|
106
106
|
emptyPlaceholder && options.length === 0 && (React.createElement("div", { className: styles.emptyPlaceholder }, emptyPlaceholder)),
|
|
107
|
-
footer
|
|
107
|
+
footer && (React.createElement("div", { className: cn(styles.virtualOptionsListFooter, {
|
|
108
|
+
[styles.withBorder]: visibleOptions && flatOptions.length > visibleOptions,
|
|
109
|
+
}) }, footer))));
|
|
108
110
|
};
|
|
109
111
|
|
|
110
112
|
export { VirtualOptionsList };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 8q429 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
5
|
+
--color-light-border-secondary: #e7e9eb;
|
|
5
6
|
--color-light-text-secondary: rgba(11, 31, 53, 0.7); /* 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 */
|
|
6
7
|
} :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 */
|
|
7
8
|
} :root {
|
|
@@ -34,23 +35,31 @@
|
|
|
34
35
|
/* checkmark */
|
|
35
36
|
|
|
36
37
|
/* optgroup */
|
|
37
|
-
} .
|
|
38
|
+
} .select__virtualOptionsList_cbwl3 {
|
|
38
39
|
width: 100%;
|
|
39
40
|
outline: none;
|
|
40
41
|
box-sizing: border-box;
|
|
41
42
|
position: relative;
|
|
42
|
-
} .
|
|
43
|
+
} .select__virtualOptionsListHeader_cbwl3 {
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
border-bottom: 1px solid var(--color-light-border-secondary);
|
|
46
|
+
} .select__virtualOptionsListFooter_cbwl3 {
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
border-top: 1px solid transparent
|
|
49
|
+
} .select__virtualOptionsListFooter_cbwl3.select__withBorder_cbwl3 {
|
|
50
|
+
border-top: 1px solid var(--color-light-border-secondary);
|
|
51
|
+
} .select__scrollable_cbwl3 {
|
|
43
52
|
overflow: auto;
|
|
44
53
|
width: 100%;
|
|
45
|
-
} .
|
|
54
|
+
} .select__inner_cbwl3 {
|
|
46
55
|
position: relative;
|
|
47
56
|
width: 100%;
|
|
48
|
-
} .
|
|
57
|
+
} .select__virtualRow_cbwl3 {
|
|
49
58
|
position: absolute;
|
|
50
59
|
top: 0;
|
|
51
60
|
left: 0;
|
|
52
61
|
width: 100%
|
|
53
|
-
} .
|
|
62
|
+
} .select__virtualRow_cbwl3:before {
|
|
54
63
|
content: '';
|
|
55
64
|
position: absolute;
|
|
56
65
|
z-index: 1;
|
|
@@ -60,15 +69,15 @@
|
|
|
60
69
|
height: 1px;
|
|
61
70
|
background: var(--select-option-divider-background);
|
|
62
71
|
display: var(--select-option-divider-display);
|
|
63
|
-
} .
|
|
72
|
+
} .select__virtualRow_cbwl3:first-child:before {
|
|
64
73
|
display: none;
|
|
65
|
-
} .
|
|
66
|
-
.
|
|
74
|
+
} .select__highlighted_cbwl3:before,
|
|
75
|
+
.select__highlighted_cbwl3 + .select__virtualRow_cbwl3:before {
|
|
67
76
|
display: none;
|
|
68
|
-
} .
|
|
77
|
+
} .select__emptyPlaceholder_cbwl3 {
|
|
69
78
|
padding: var(--gap-m) var(--gap-s);
|
|
70
79
|
color: var(--select-options-list-empty-placeholder-color);
|
|
71
|
-
} .
|
|
72
|
-
.
|
|
80
|
+
} .select__l_cbwl3 .select__emptyPlaceholder_cbwl3,
|
|
81
|
+
.select__xl_cbwl3 .select__emptyPlaceholder_cbwl3 {
|
|
73
82
|
padding: var(--gap-xl) var(--gap-m);
|
|
74
83
|
}
|
package/modern/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { Select } from './Component.js';
|
|
2
2
|
export { Arrow } from './components/arrow/Component.js';
|
|
3
|
-
export { B as BaseSelect } from './Component-
|
|
4
|
-
export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-
|
|
3
|
+
export { B as BaseSelect } from './Component-322fd90d.js';
|
|
4
|
+
export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-72ef5116.js';
|
|
5
5
|
export { Field } from './components/field/Component.js';
|
|
6
6
|
export { Optgroup } from './components/optgroup/Component.js';
|
|
7
7
|
export { Option } from './components/option/Component.js';
|
|
@@ -32,7 +32,7 @@ import '@alfalab/core-components-bottom-sheet/modern';
|
|
|
32
32
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
33
33
|
import 'react-virtual';
|
|
34
34
|
import '@alfalab/core-components-skeleton/modern';
|
|
35
|
-
import './intersection-observer-
|
|
35
|
+
import './intersection-observer-9544c9e7.js';
|
|
36
36
|
import '@alfalab/core-components-button/modern';
|
|
37
37
|
import './components/base-checkmark/Component.js';
|
|
38
38
|
import './components/base-select-mobile/options-list/Component.js';
|
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-72ef5116.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 '../components/checkmark/Component.js';
|
|
|
11
11
|
import '@alfalab/core-components-badge/modern';
|
|
12
12
|
import '@alfalab/core-components-checkbox/modern';
|
|
13
13
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
14
|
-
import '../intersection-observer-
|
|
14
|
+
import '../intersection-observer-9544c9e7.js';
|
|
15
15
|
import '../components/arrow/Component.js';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
17
17
|
import 'react-merge-refs';
|
|
@@ -19,7 +19,7 @@ import 'downshift';
|
|
|
19
19
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
20
20
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
21
21
|
import '../Component.js';
|
|
22
|
-
import '../Component-
|
|
22
|
+
import '../Component-322fd90d.js';
|
|
23
23
|
import '@juggle/resize-observer';
|
|
24
24
|
import '@alfalab/core-components-popover/modern';
|
|
25
25
|
import '@alfalab/hooks';
|
|
@@ -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-9544c9e7.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../components/base-select-mobile/checkmark/Component.js';
|
|
7
7
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/core-components-badge/modern';
|
|
|
10
10
|
import '@alfalab/core-components-checkbox/modern';
|
|
11
11
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
12
12
|
|
|
13
|
-
const styles = {"skeleton":"
|
|
13
|
+
const styles = {"skeleton":"select__skeleton_qtbgz"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
const DEBOUNCE_TIMEOUT = 300;
|
|
@@ -2,8 +2,8 @@ import 'react';
|
|
|
2
2
|
import '../../Component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
5
|
-
import '../../Component-
|
|
6
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-
|
|
5
|
+
import '../../Component-322fd90d.js';
|
|
6
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-72ef5116.js';
|
|
7
7
|
import '@alfalab/core-components-form-control/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../utils.js';
|
|
@@ -15,7 +15,7 @@ import '../../components/options-list/Component.js';
|
|
|
15
15
|
import 'react-virtual';
|
|
16
16
|
import '@alfalab/core-components-scrollbar/modern';
|
|
17
17
|
import '@alfalab/core-components-skeleton/modern';
|
|
18
|
-
import '../../intersection-observer-
|
|
18
|
+
import '../../intersection-observer-9544c9e7.js';
|
|
19
19
|
import '../../components/arrow/Component.js';
|
|
20
20
|
import '../../components/field/Component.js';
|
|
21
21
|
import '../../components/optgroup/Component.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import 'classnames';
|
|
3
2
|
import '@alfalab/core-components-button/modern';
|
|
3
|
+
import 'classnames';
|
|
4
4
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
5
|
-
import '../../../Component-
|
|
6
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
5
|
+
import '../../../Component-322fd90d.js';
|
|
6
|
+
export { O as OptionsListWithApply } from '../../../Component-72ef5116.js';
|
|
7
7
|
import '@alfalab/core-components-form-control/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
@@ -31,7 +31,7 @@ import '../../../components/checkmark/Component.js';
|
|
|
31
31
|
import '../../../components/base-option/Component.js';
|
|
32
32
|
import '../../../components/base-checkmark/Component.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/modern';
|
|
34
|
-
import '../../../intersection-observer-
|
|
34
|
+
import '../../../intersection-observer-9544c9e7.js';
|
|
35
35
|
import '../../../components/base-select-mobile/options-list/Component.js';
|
|
36
36
|
import '@alfalab/core-components-base-modal/modern';
|
|
37
37
|
import '../../../components/base-select-mobile/virtual-options-list/Component.js';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1xe3q */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
|
-
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-secondary: #e7e9eb; /* 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
|
+
--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 */
|
|
6
5
|
} :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 */
|
|
7
6
|
} :root {
|
|
8
7
|
} :root {
|
|
@@ -27,12 +26,10 @@
|
|
|
27
26
|
/* checkmark */
|
|
28
27
|
|
|
29
28
|
/* optgroup */
|
|
30
|
-
} .
|
|
29
|
+
} .select__footer_18cwu {
|
|
31
30
|
background: var(--color-light-bg-primary);
|
|
32
31
|
padding: var(--gap-s);
|
|
33
32
|
outline: none
|
|
34
|
-
} .
|
|
33
|
+
} .select__footer_18cwu > * + * {
|
|
35
34
|
margin-left: var(--gap-xs);
|
|
36
|
-
}
|
|
37
|
-
box-shadow: inset 0 1px 0 var(--color-light-border-secondary);
|
|
38
|
-
}
|
|
35
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-72ef5116";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
1
|
+
export { O as OptionsListWithApply } from '../../../Component-72ef5116.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../components/arrow/Component.js';
|
|
4
4
|
import 'classnames';
|
|
@@ -8,7 +8,7 @@ import 'downshift';
|
|
|
8
8
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
9
9
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
10
10
|
import '../../../Component.js';
|
|
11
|
-
import '../../../Component-
|
|
11
|
+
import '../../../Component-322fd90d.js';
|
|
12
12
|
import '@juggle/resize-observer';
|
|
13
13
|
import '@alfalab/core-components-popover/modern';
|
|
14
14
|
import '@alfalab/hooks';
|
|
@@ -30,7 +30,7 @@ import 'react-virtual';
|
|
|
30
30
|
import '../../../components/base-option/Component.js';
|
|
31
31
|
import '../../../components/base-checkmark/Component.js';
|
|
32
32
|
import '@alfalab/core-components-skeleton/modern';
|
|
33
|
-
import '../../../intersection-observer-
|
|
33
|
+
import '../../../intersection-observer-9544c9e7.js';
|
|
34
34
|
import '@alfalab/core-components-button/modern';
|
|
35
35
|
import '../../../components/base-select-mobile/options-list/Component.js';
|
|
36
36
|
import '@alfalab/core-components-base-modal/modern';
|
|
@@ -9,7 +9,7 @@ import '@alfalab/core-components-badge/modern';
|
|
|
9
9
|
import '@alfalab/core-components-checkbox/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
11
11
|
|
|
12
|
-
const styles = {"skeleton":"
|
|
12
|
+
const styles = {"skeleton":"select__skeleton_1pudg"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
function useSelectWithLoading({ loading = false, visibleOptions = 6, Option: Option$1 = Option, }) {
|
package/modern/responsive.js
CHANGED
|
@@ -5,7 +5,7 @@ import './Component.js';
|
|
|
5
5
|
import './components/arrow/Component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
8
|
-
import './Component-
|
|
8
|
+
import './Component-322fd90d.js';
|
|
9
9
|
import 'react-merge-refs';
|
|
10
10
|
import '@juggle/resize-observer';
|
|
11
11
|
import 'downshift';
|
|
@@ -24,14 +24,14 @@ import '@alfalab/core-components-checkbox/modern';
|
|
|
24
24
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
25
25
|
import './components/options-list/Component.js';
|
|
26
26
|
import '@alfalab/core-components-scrollbar/modern';
|
|
27
|
-
import './Component-
|
|
27
|
+
import './Component-72ef5116.js';
|
|
28
28
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
29
29
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
30
30
|
import 'react-virtual';
|
|
31
31
|
import './components/base-option/Component.js';
|
|
32
32
|
import './components/base-checkmark/Component.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/modern';
|
|
34
|
-
import './intersection-observer-
|
|
34
|
+
import './intersection-observer-9544c9e7.js';
|
|
35
35
|
import '@alfalab/core-components-button/modern';
|
|
36
36
|
import './components/base-select-mobile/options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/modern';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-select",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.18",
|
|
4
4
|
"description": "Select component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@alfalab/core-components-badge": "^5.0.1",
|
|
22
22
|
"@alfalab/core-components-base-modal": "^5.1.1",
|
|
23
|
-
"@alfalab/core-components-bottom-sheet": "^6.0.
|
|
23
|
+
"@alfalab/core-components-bottom-sheet": "^6.0.4",
|
|
24
24
|
"@alfalab/core-components-button": "^7.1.1",
|
|
25
25
|
"@alfalab/core-components-checkbox": "^3.1.1",
|
|
26
26
|
"@alfalab/core-components-form-control": "^9.0.3",
|
|
27
27
|
"@alfalab/core-components-input": "^11.1.8",
|
|
28
|
-
"@alfalab/core-components-modal": "^7.0.
|
|
28
|
+
"@alfalab/core-components-modal": "^7.0.4",
|
|
29
29
|
"@alfalab/core-components-popover": "^6.0.7",
|
|
30
30
|
"@alfalab/core-components-scrollbar": "^2.1.4",
|
|
31
31
|
"@alfalab/core-components-skeleton": "^4.0.4",
|
package/presets/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
|
|
4
4
|
var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-93388611.js');
|
|
6
6
|
require('tslib');
|
|
7
7
|
require('react');
|
|
8
8
|
require('@alfalab/core-components-skeleton');
|
|
@@ -14,7 +14,7 @@ require('../components/checkmark/Component.js');
|
|
|
14
14
|
require('@alfalab/core-components-badge');
|
|
15
15
|
require('@alfalab/core-components-checkbox');
|
|
16
16
|
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
17
|
-
require('../intersection-observer-
|
|
17
|
+
require('../intersection-observer-023c126a.js');
|
|
18
18
|
require('../components/arrow/Component.js');
|
|
19
19
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
20
20
|
require('react-merge-refs');
|
|
@@ -22,7 +22,7 @@ require('downshift');
|
|
|
22
22
|
require('@alfalab/core-components-bottom-sheet');
|
|
23
23
|
require('@alfalab/core-components-modal/mobile');
|
|
24
24
|
require('../Component.js');
|
|
25
|
-
require('../Component-
|
|
25
|
+
require('../Component-622a0fca.js');
|
|
26
26
|
require('@juggle/resize-observer');
|
|
27
27
|
require('@alfalab/core-components-popover');
|
|
28
28
|
require('@alfalab/hooks');
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var coreComponentsSkeleton = require('@alfalab/core-components-skeleton');
|
|
6
6
|
var components_option_Component = require('../../components/option/Component.js');
|
|
7
|
-
require('../../intersection-observer-
|
|
7
|
+
require('../../intersection-observer-023c126a.js');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('../../components/base-select-mobile/checkmark/Component.js');
|
|
10
10
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
@@ -17,7 +17,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
17
17
|
|
|
18
18
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
19
19
|
|
|
20
|
-
var styles = {"skeleton":"
|
|
20
|
+
var styles = {"skeleton":"select__skeleton_qtbgz"};
|
|
21
21
|
require('./index.css')
|
|
22
22
|
|
|
23
23
|
var DEBOUNCE_TIMEOUT = 300;
|
|
@@ -5,8 +5,8 @@ require('react');
|
|
|
5
5
|
require('../../Component.js');
|
|
6
6
|
require('classnames');
|
|
7
7
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
8
|
-
require('../../Component-
|
|
9
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
8
|
+
require('../../Component-622a0fca.js');
|
|
9
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-93388611.js');
|
|
10
10
|
require('@alfalab/core-components-form-control');
|
|
11
11
|
require('@alfalab/hooks');
|
|
12
12
|
require('../../utils.js');
|
|
@@ -18,7 +18,7 @@ require('../../components/options-list/Component.js');
|
|
|
18
18
|
require('react-virtual');
|
|
19
19
|
require('@alfalab/core-components-scrollbar');
|
|
20
20
|
require('@alfalab/core-components-skeleton');
|
|
21
|
-
require('../../intersection-observer-
|
|
21
|
+
require('../../intersection-observer-023c126a.js');
|
|
22
22
|
require('../../components/arrow/Component.js');
|
|
23
23
|
require('../../components/field/Component.js');
|
|
24
24
|
require('../../components/optgroup/Component.js');
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
require('tslib');
|
|
4
4
|
require('react');
|
|
5
|
-
require('classnames');
|
|
6
5
|
require('@alfalab/core-components-button');
|
|
6
|
+
require('classnames');
|
|
7
7
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
8
|
-
require('../../../Component-
|
|
9
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
8
|
+
require('../../../Component-622a0fca.js');
|
|
9
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-93388611.js');
|
|
10
10
|
require('@alfalab/core-components-form-control');
|
|
11
11
|
require('@alfalab/hooks');
|
|
12
12
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
@@ -34,7 +34,7 @@ require('../../../components/checkmark/Component.js');
|
|
|
34
34
|
require('../../../components/base-option/Component.js');
|
|
35
35
|
require('../../../components/base-checkmark/Component.js');
|
|
36
36
|
require('@alfalab/core-components-skeleton');
|
|
37
|
-
require('../../../intersection-observer-
|
|
37
|
+
require('../../../intersection-observer-023c126a.js');
|
|
38
38
|
require('../../../components/base-select-mobile/options-list/Component.js');
|
|
39
39
|
require('@alfalab/core-components-base-modal');
|
|
40
40
|
require('../../../components/base-select-mobile/virtual-options-list/Component.js');
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1xe3q */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
|
-
--color-light-bg-primary: #fff;
|
|
5
|
-
--color-light-border-secondary: #e7e9eb; /* 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
|
+
--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 */
|
|
6
5
|
} :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 */
|
|
7
6
|
} :root {
|
|
8
7
|
} :root {
|
|
@@ -27,12 +26,10 @@
|
|
|
27
26
|
/* checkmark */
|
|
28
27
|
|
|
29
28
|
/* optgroup */
|
|
30
|
-
} .
|
|
29
|
+
} .select__footer_18cwu {
|
|
31
30
|
background: var(--color-light-bg-primary);
|
|
32
31
|
padding: var(--gap-s);
|
|
33
32
|
outline: none
|
|
34
|
-
} .
|
|
33
|
+
} .select__footer_18cwu > * + * {
|
|
35
34
|
margin-left: var(--gap-xs);
|
|
36
|
-
}
|
|
37
|
-
box-shadow: inset 0 1px 0 var(--color-light-border-secondary);
|
|
38
|
-
}
|
|
35
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-93388611";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-93388611.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('../../../components/arrow/Component.js');
|
|
@@ -11,7 +11,7 @@ require('downshift');
|
|
|
11
11
|
require('@alfalab/core-components-bottom-sheet');
|
|
12
12
|
require('@alfalab/core-components-modal/mobile');
|
|
13
13
|
require('../../../Component.js');
|
|
14
|
-
require('../../../Component-
|
|
14
|
+
require('../../../Component-622a0fca.js');
|
|
15
15
|
require('@juggle/resize-observer');
|
|
16
16
|
require('@alfalab/core-components-popover');
|
|
17
17
|
require('@alfalab/hooks');
|
|
@@ -33,7 +33,7 @@ require('react-virtual');
|
|
|
33
33
|
require('../../../components/base-option/Component.js');
|
|
34
34
|
require('../../../components/base-checkmark/Component.js');
|
|
35
35
|
require('@alfalab/core-components-skeleton');
|
|
36
|
-
require('../../../intersection-observer-
|
|
36
|
+
require('../../../intersection-observer-023c126a.js');
|
|
37
37
|
require('@alfalab/core-components-button');
|
|
38
38
|
require('../../../components/base-select-mobile/options-list/Component.js');
|
|
39
39
|
require('@alfalab/core-components-base-modal');
|
|
@@ -16,7 +16,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
16
16
|
|
|
17
17
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
18
18
|
|
|
19
|
-
var styles = {"skeleton":"
|
|
19
|
+
var styles = {"skeleton":"select__skeleton_1pudg"};
|
|
20
20
|
require('./index.css')
|
|
21
21
|
|
|
22
22
|
function useSelectWithLoading(_a) {
|
package/responsive.js
CHANGED
|
@@ -8,7 +8,7 @@ require('./Component.js');
|
|
|
8
8
|
require('./components/arrow/Component.js');
|
|
9
9
|
require('classnames');
|
|
10
10
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
11
|
-
require('./Component-
|
|
11
|
+
require('./Component-622a0fca.js');
|
|
12
12
|
require('react-merge-refs');
|
|
13
13
|
require('@juggle/resize-observer');
|
|
14
14
|
require('downshift');
|
|
@@ -27,14 +27,14 @@ require('@alfalab/core-components-checkbox');
|
|
|
27
27
|
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
28
28
|
require('./components/options-list/Component.js');
|
|
29
29
|
require('@alfalab/core-components-scrollbar');
|
|
30
|
-
require('./Component-
|
|
30
|
+
require('./Component-93388611.js');
|
|
31
31
|
require('@alfalab/core-components-bottom-sheet');
|
|
32
32
|
require('@alfalab/core-components-modal/mobile');
|
|
33
33
|
require('react-virtual');
|
|
34
34
|
require('./components/base-option/Component.js');
|
|
35
35
|
require('./components/base-checkmark/Component.js');
|
|
36
36
|
require('@alfalab/core-components-skeleton');
|
|
37
|
-
require('./intersection-observer-
|
|
37
|
+
require('./intersection-observer-023c126a.js');
|
|
38
38
|
require('@alfalab/core-components-button');
|
|
39
39
|
require('./components/base-select-mobile/options-list/Component.js');
|
|
40
40
|
require('@alfalab/core-components-base-modal');
|
|
File without changes
|
|
File without changes
|
|
File without changes
|