@alfalab/core-components-select 10.2.1 → 10.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/CHANGELOG.md +38 -0
- package/dist/Component.js +2 -1
- package/dist/components/arrow/Component.js +1 -1
- package/dist/components/arrow/index.css +3 -3
- package/dist/components/base-select/Component.js +5 -3
- package/dist/components/base-select/index.css +7 -7
- package/dist/components/base-select/index.js +1 -1
- package/dist/components/checkmark/Component.d.ts +1 -1
- package/dist/components/checkmark/Component.js +11 -5
- package/dist/components/checkmark/index.css +21 -9
- package/dist/components/checkmark/index.js +1 -0
- package/dist/components/field/Component.js +2 -2
- package/dist/components/field/index.css +9 -9
- package/dist/components/field/index.js +1 -1
- package/dist/components/index.js +2 -1
- package/dist/components/native-select/Component.js +1 -1
- package/dist/components/native-select/index.js +1 -1
- package/dist/components/optgroup/Component.js +1 -1
- package/dist/components/optgroup/index.css +6 -6
- package/dist/components/option/Component.js +7 -5
- package/dist/components/option/index.css +20 -20
- package/dist/components/option/index.js +2 -1
- package/dist/components/options-list/Component.js +1 -1
- package/dist/components/options-list/index.css +5 -5
- package/dist/components/virtual-options-list/Component.js +1 -1
- package/dist/components/virtual-options-list/index.css +11 -11
- package/dist/cssm/Component.js +1 -0
- package/dist/cssm/components/base-select/Component.js +3 -1
- package/dist/cssm/components/checkmark/Component.d.ts +1 -1
- package/dist/cssm/components/checkmark/Component.js +10 -4
- package/dist/cssm/components/checkmark/index.js +1 -0
- package/dist/cssm/components/checkmark/index.module.css +19 -7
- package/dist/cssm/components/index.js +1 -0
- package/dist/cssm/components/option/Component.js +5 -3
- package/dist/cssm/components/option/index.js +1 -0
- package/dist/cssm/index.js +1 -0
- package/dist/cssm/presets/index.js +1 -0
- package/dist/cssm/presets/useLazyLoading/hook.js +1 -0
- package/dist/cssm/presets/useSelectWithLoading/hook.js +1 -0
- package/dist/cssm/typings.d.ts +16 -0
- package/dist/esm/Component.js +2 -1
- package/dist/esm/components/arrow/Component.js +1 -1
- package/dist/esm/components/arrow/index.css +3 -3
- package/dist/esm/components/base-select/Component.js +5 -3
- package/dist/esm/components/base-select/index.css +7 -7
- package/dist/esm/components/base-select/index.js +1 -1
- package/dist/esm/components/checkmark/Component.d.ts +1 -1
- package/dist/esm/components/checkmark/Component.js +12 -6
- package/dist/esm/components/checkmark/index.css +21 -9
- package/dist/esm/components/checkmark/index.js +1 -0
- package/dist/esm/components/field/Component.js +2 -2
- package/dist/esm/components/field/index.css +9 -9
- package/dist/esm/components/field/index.js +1 -1
- package/dist/esm/components/index.js +2 -1
- package/dist/esm/components/native-select/Component.js +1 -1
- package/dist/esm/components/native-select/index.js +1 -1
- package/dist/esm/components/optgroup/Component.js +1 -1
- package/dist/esm/components/optgroup/index.css +6 -6
- package/dist/esm/components/option/Component.js +7 -5
- package/dist/esm/components/option/index.css +20 -20
- package/dist/esm/components/option/index.js +2 -1
- package/dist/esm/components/options-list/Component.js +1 -1
- package/dist/esm/components/options-list/index.css +5 -5
- package/dist/esm/components/virtual-options-list/Component.js +1 -1
- package/dist/esm/components/virtual-options-list/index.css +11 -11
- package/dist/esm/index.js +2 -1
- package/dist/esm/presets/index.js +2 -1
- package/dist/esm/presets/useLazyLoading/hook.js +3 -2
- package/dist/esm/presets/useLazyLoading/index.css +2 -2
- package/dist/esm/presets/useSelectWithLoading/hook.js +3 -2
- package/dist/esm/presets/useSelectWithLoading/index.css +2 -2
- package/dist/esm/{tslib.es6-88c0ba7a.d.ts → tslib.es6-5a8a0ede.d.ts} +0 -0
- package/dist/esm/{tslib.es6-88c0ba7a.js → tslib.es6-5a8a0ede.js} +0 -0
- package/dist/esm/typings.d.ts +16 -0
- package/dist/index.js +2 -1
- package/dist/modern/Component.js +1 -0
- package/dist/modern/components/arrow/Component.js +1 -1
- package/dist/modern/components/arrow/index.css +3 -3
- package/dist/modern/components/base-select/Component.js +3 -1
- package/dist/modern/components/base-select/index.css +7 -7
- package/dist/modern/components/checkmark/Component.d.ts +1 -1
- package/dist/modern/components/checkmark/Component.js +12 -4
- package/dist/modern/components/checkmark/index.css +21 -9
- package/dist/modern/components/checkmark/index.js +1 -0
- package/dist/modern/components/field/Component.js +1 -1
- package/dist/modern/components/field/index.css +9 -9
- package/dist/modern/components/index.js +1 -0
- package/dist/modern/components/optgroup/Component.js +1 -1
- package/dist/modern/components/optgroup/index.css +6 -6
- package/dist/modern/components/option/Component.js +6 -4
- package/dist/modern/components/option/index.css +20 -20
- package/dist/modern/components/option/index.js +1 -0
- package/dist/modern/components/options-list/Component.js +1 -1
- package/dist/modern/components/options-list/index.css +5 -5
- package/dist/modern/components/virtual-options-list/Component.js +1 -1
- package/dist/modern/components/virtual-options-list/index.css +11 -11
- package/dist/modern/index.js +1 -0
- package/dist/modern/presets/index.js +1 -0
- package/dist/modern/presets/useLazyLoading/hook.js +2 -1
- package/dist/modern/presets/useLazyLoading/index.css +2 -2
- package/dist/modern/presets/useSelectWithLoading/hook.js +2 -1
- package/dist/modern/presets/useSelectWithLoading/index.css +2 -2
- package/dist/modern/typings.d.ts +16 -0
- package/dist/presets/index.js +2 -1
- package/dist/presets/useLazyLoading/hook.js +3 -2
- package/dist/presets/useLazyLoading/index.css +2 -2
- package/dist/presets/useSelectWithLoading/hook.js +3 -2
- package/dist/presets/useSelectWithLoading/index.css +2 -2
- package/dist/{tslib.es6-f331eccd.d.ts → tslib.es6-f6070e97.d.ts} +0 -0
- package/dist/{tslib.es6-f331eccd.js → tslib.es6-f6070e97.js} +0 -0
- package/dist/typings.d.ts +16 -0
- package/package.json +4 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: g2rtk */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-link: #007aff;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
|
|
27
27
|
/* optgroup */
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.select__component_10xqh {
|
|
30
30
|
width: 100%;
|
|
31
31
|
outline: none;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.select__field_10xqh:not(.select__disabled_10xqh) {
|
|
34
34
|
cursor: pointer
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__field_10xqh:not(.select__disabled_10xqh):hover .select__arrow_10xqh {
|
|
37
37
|
opacity: var(--select-arrow-hover-opacity);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.select__disabled_10xqh {
|
|
40
40
|
cursor: var(--disabled-cursor);
|
|
41
41
|
}
|
|
42
42
|
/* TODO: Заюзать переменные из инпута */
|
|
43
|
-
.
|
|
43
|
+
.select__placeholder_10xqh {
|
|
44
44
|
color: var(--color-light-text-secondary);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__contentWrapper_10xqh {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
overflow: hidden;
|
|
54
54
|
width: 100%;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.select__value_10xqh {
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
text-overflow: ellipsis;
|
|
59
59
|
text-align: left;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.select__focusVisible_10xqh {
|
|
62
62
|
outline: 2px solid var(--focus-color);
|
|
63
63
|
outline-offset: 2px;
|
|
64
64
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-5a8a0ede.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/hooks';
|
|
@@ -10,6 +10,7 @@ export { Arrow } from './arrow/Component.js';
|
|
|
10
10
|
import 'react-merge-refs';
|
|
11
11
|
export { Optgroup } from './optgroup/Component.js';
|
|
12
12
|
export { OptionsList } from './options-list/Component.js';
|
|
13
|
+
import '@alfalab/core-components-checkbox/dist/esm';
|
|
13
14
|
import './checkmark/Component.js';
|
|
14
15
|
export { Option } from './option/Component.js';
|
|
15
16
|
import 'resize-observer';
|
|
@@ -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_17i5t","label":"select__label_17i5t","l":"select__l_17i5t","xl":"select__xl_17i5t"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
var Optgroup = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1yzw9 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
--select-optgroup-l-left-padding: var(--gap-m);
|
|
34
34
|
--select-optgroup-l-right-padding: var(--gap-m);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__optgroup_17i5t {
|
|
37
37
|
position: relative;
|
|
38
38
|
display: flex;
|
|
39
39
|
align-items: center;
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
background: var(--select-optgroup-background);
|
|
44
44
|
min-height: 40px
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__optgroup_17i5t + *[role='option']:before {
|
|
47
47
|
display: none;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.select__label_17i5t {
|
|
50
50
|
font-size: 12px;
|
|
51
51
|
line-height: 16px;
|
|
52
52
|
font-weight: 500;
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
display: block;
|
|
57
57
|
color: var(--select-optgroup-color);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
60
|
-
.
|
|
59
|
+
.select__l_17i5t,
|
|
60
|
+
.select__xl_17i5t {
|
|
61
61
|
padding-left: var(--select-optgroup-l-left-padding);
|
|
62
62
|
padding-right: var(--select-optgroup-l-right-padding);
|
|
63
63
|
}
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-5a8a0ede.js';
|
|
2
2
|
import React, { isValidElement } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
+
import '@alfalab/core-components-checkbox/dist/esm';
|
|
4
5
|
import { Checkmark } from '../checkmark/Component.js';
|
|
5
6
|
|
|
6
|
-
var styles = {"option":"
|
|
7
|
+
var styles = {"option":"select__option_157of","disabled":"select__disabled_157of","s":"select__s_157of","m":"select__m_157of","l":"select__l_157of","xl":"select__xl_157of","selected":"select__selected_157of","highlighted":"select__highlighted_157of","content":"select__content_157of","textContent":"select__textContent_157of"};
|
|
7
8
|
require('./index.css')
|
|
8
9
|
|
|
9
10
|
var Option = function (_a) {
|
|
10
11
|
var _b, _c;
|
|
11
|
-
var _d = _a.size, size = _d === void 0 ? 's' : _d, className = _a.className, option = _a.option, children = _a.children, selected = _a.selected, highlighted = _a.highlighted, disabled = _a.disabled, _e = _a.Checkmark, Checkmark$1 = _e === void 0 ? Checkmark : _e, innerProps = _a.innerProps, dataTestId = _a.dataTestId;
|
|
12
|
+
var _d = _a.size, size = _d === void 0 ? 's' : _d, className = _a.className, option = _a.option, children = _a.children, selected = _a.selected, highlighted = _a.highlighted, disabled = _a.disabled, multiple = _a.multiple, _e = _a.Checkmark, Checkmark$1 = _e === void 0 ? Checkmark : _e, innerProps = _a.innerProps, dataTestId = _a.dataTestId;
|
|
12
13
|
var content = children || option.content || option.key;
|
|
13
14
|
return (React.createElement("div", __assign({}, innerProps, { className: cn(styles.option, styles[size], className, (_b = {},
|
|
14
15
|
_b[styles.highlighted] = highlighted,
|
|
15
16
|
_b[styles.selected] = selected,
|
|
16
17
|
_b[styles.disabled] = disabled,
|
|
17
18
|
_b)), "data-test-id": dataTestId }),
|
|
18
|
-
Checkmark$1 && React.createElement(Checkmark$1, { selected: selected }),
|
|
19
|
+
Checkmark$1 && React.createElement(Checkmark$1, { selected: selected, multiple: multiple, position: 'before' }),
|
|
19
20
|
React.createElement("div", { className: cn(styles.content, (_c = {},
|
|
20
21
|
_c[styles.textContent] = !isValidElement(content),
|
|
21
|
-
_c)) }, content)
|
|
22
|
+
_c)) }, content),
|
|
23
|
+
Checkmark$1 && React.createElement(Checkmark$1, { selected: selected, multiple: multiple, position: 'after' })));
|
|
22
24
|
};
|
|
23
25
|
|
|
24
26
|
export { Option };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1r8pz */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-bg-secondary: #f3f4f5;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
/* optgroup */
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.select__option_157of {
|
|
57
57
|
font-size: 16px;
|
|
58
58
|
line-height: 20px;
|
|
59
59
|
font-weight: 400;
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
position: relative;
|
|
70
70
|
cursor: pointer
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
.select__option_157of:not(.select__disabled_157of):active {
|
|
73
73
|
background: var(--select-option-active-background);
|
|
74
74
|
color: var(--select-option-active-color);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.select__option_157of:before {
|
|
77
77
|
content: '';
|
|
78
78
|
position: absolute;
|
|
79
79
|
left: var(--select-option-left-padding);
|
|
@@ -84,60 +84,60 @@
|
|
|
84
84
|
display: var(--select-option-divider-display);
|
|
85
85
|
transition: opacity 0.2s ease;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
.select__option_157of:first-child:before {
|
|
88
88
|
display: none;
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
.select__s_157of {
|
|
91
91
|
min-height: var(--size-s-height);
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
.select__m_157of {
|
|
94
94
|
min-height: var(--size-m-height);
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
.select__l_157of {
|
|
97
97
|
min-height: var(--size-l-height);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
.select__xl_157of {
|
|
100
100
|
min-height: var(--size-xl-height);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
103
|
-
.
|
|
102
|
+
.select__l_157of,
|
|
103
|
+
.select__xl_157of {
|
|
104
104
|
padding-left: var(--select-option-l-left-padding);
|
|
105
105
|
padding-right: var(--select-option-l-right-padding)
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
.select__l_157of:before, .select__xl_157of:before {
|
|
108
108
|
left: var(--select-option-l-left-padding);
|
|
109
109
|
right: var(--select-option-l-right-padding);
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
.select__selected_157of {
|
|
112
112
|
background: var(--select-option-selected-background);
|
|
113
113
|
color: var(--select-option-selected-color);
|
|
114
114
|
cursor: default;
|
|
115
115
|
}
|
|
116
|
-
.
|
|
116
|
+
.select__highlighted_157of {
|
|
117
117
|
background: var(--select-option-hover-background);
|
|
118
118
|
color: var(--select-option-hover-color)
|
|
119
119
|
}
|
|
120
|
-
.
|
|
121
|
-
.
|
|
120
|
+
.select__highlighted_157of:before,
|
|
121
|
+
.select__highlighted_157of + .select__option_157of:before {
|
|
122
122
|
opacity: 0;
|
|
123
123
|
}
|
|
124
|
-
.
|
|
124
|
+
.select__disabled_157of {
|
|
125
125
|
cursor: var(--disabled-cursor);
|
|
126
126
|
background: var(--select-option-disabled-background);
|
|
127
127
|
color: var(--select-option-disabled-color);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
.select__content_157of {
|
|
130
130
|
overflow: hidden;
|
|
131
131
|
text-overflow: ellipsis;
|
|
132
132
|
flex: 1;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
.select__textContent_157of {
|
|
135
135
|
padding-top: var(--gap-s);
|
|
136
136
|
padding-bottom: var(--gap-s);
|
|
137
137
|
}
|
|
138
138
|
/* IE min-height fix */
|
|
139
139
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
140
|
-
.
|
|
140
|
+
.select__option_157of:after {
|
|
141
141
|
min-height: inherit;
|
|
142
142
|
font-size: 0;
|
|
143
143
|
content: '';
|
|
@@ -4,7 +4,7 @@ import { useVisibleOptions, isGroup } from '../../utils.js';
|
|
|
4
4
|
import mergeRefs from 'react-merge-refs';
|
|
5
5
|
import { Optgroup } from '../optgroup/Component.js';
|
|
6
6
|
|
|
7
|
-
var styles = {"optionsList":"
|
|
7
|
+
var styles = {"optionsList":"select__optionsList_rxceg","emptyPlaceholder":"select__emptyPlaceholder_rxceg","l":"select__l_rxceg","xl":"select__xl_rxceg"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
var createCounter = function () {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: y8oeg */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-secondary: #546272;
|
|
4
4
|
}
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
|
|
27
27
|
/* optgroup */
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.select__optionsList_rxceg {
|
|
30
30
|
overflow: auto;
|
|
31
31
|
width: 100%;
|
|
32
32
|
outline: none;
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__emptyPlaceholder_rxceg {
|
|
36
36
|
padding: var(--gap-m) var(--gap-s);
|
|
37
37
|
color: var(--select-options-list-empty-placeholder-color);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
40
|
-
.
|
|
39
|
+
.select__l_rxceg .select__emptyPlaceholder_rxceg,
|
|
40
|
+
.select__xl_rxceg .select__emptyPlaceholder_rxceg {
|
|
41
41
|
padding: var(--gap-xl) var(--gap-m);
|
|
42
42
|
}
|
|
@@ -4,7 +4,7 @@ import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../util
|
|
|
4
4
|
import { Optgroup } from '../optgroup/Component.js';
|
|
5
5
|
import { useVirtual } from 'react-virtual';
|
|
6
6
|
|
|
7
|
-
var styles = {"virtualOptionsList":"
|
|
7
|
+
var styles = {"virtualOptionsList":"select__virtualOptionsList_16vz3","inner":"select__inner_16vz3","virtualRow":"select__virtualRow_16vz3","highlighted":"select__highlighted_16vz3","emptyPlaceholder":"select__emptyPlaceholder_16vz3","l":"select__l_16vz3","xl":"select__xl_16vz3"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
/* eslint-disable react-hooks/exhaustive-deps */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 75ska */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-primary: #dbdee1;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -32,24 +32,24 @@
|
|
|
32
32
|
|
|
33
33
|
/* optgroup */
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__virtualOptionsList_16vz3 {
|
|
36
36
|
overflow: auto;
|
|
37
37
|
width: 100%;
|
|
38
38
|
outline: none;
|
|
39
39
|
box-sizing: border-box;
|
|
40
40
|
position: relative;
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.select__inner_16vz3 {
|
|
43
43
|
position: relative;
|
|
44
44
|
width: 100%;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__virtualRow_16vz3 {
|
|
47
47
|
position: absolute;
|
|
48
48
|
top: 0;
|
|
49
49
|
left: 0;
|
|
50
50
|
width: 100%
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__virtualRow_16vz3:before {
|
|
53
53
|
content: '';
|
|
54
54
|
position: absolute;
|
|
55
55
|
z-index: 1;
|
|
@@ -60,18 +60,18 @@
|
|
|
60
60
|
background: var(--select-option-divider-background);
|
|
61
61
|
display: var(--select-option-divider-display);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.select__virtualRow_16vz3:first-child:before {
|
|
64
64
|
display: none;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
67
|
-
.
|
|
66
|
+
.select__highlighted_16vz3:before,
|
|
67
|
+
.select__highlighted_16vz3 + .select__virtualRow_16vz3:before {
|
|
68
68
|
display: none;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.select__emptyPlaceholder_16vz3 {
|
|
71
71
|
padding: var(--gap-m) var(--gap-s);
|
|
72
72
|
color: var(--select-options-list-empty-placeholder-color);
|
|
73
73
|
}
|
|
74
|
-
.
|
|
75
|
-
.
|
|
74
|
+
.select__l_16vz3 .select__emptyPlaceholder_16vz3,
|
|
75
|
+
.select__xl_16vz3 .select__emptyPlaceholder_16vz3 {
|
|
76
76
|
padding: var(--gap-xl) var(--gap-m);
|
|
77
77
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-5a8a0ede.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/hooks';
|
|
@@ -10,6 +10,7 @@ export { Arrow } from './components/arrow/Component.js';
|
|
|
10
10
|
import 'react-merge-refs';
|
|
11
11
|
export { Optgroup } from './components/optgroup/Component.js';
|
|
12
12
|
export { OptionsList } from './components/options-list/Component.js';
|
|
13
|
+
import '@alfalab/core-components-checkbox/dist/esm';
|
|
13
14
|
import './components/checkmark/Component.js';
|
|
14
15
|
export { Option } from './components/option/Component.js';
|
|
15
16
|
import 'resize-observer';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-5a8a0ede.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
+
import '@alfalab/core-components-checkbox/dist/esm';
|
|
4
5
|
import '../components/checkmark/Component.js';
|
|
5
6
|
import '../components/option/Component.js';
|
|
6
7
|
import '@alfalab/core-components-skeleton/dist/esm';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { a as __assign, b as __spreadArrays } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign, b as __spreadArrays } from '../../tslib.es6-5a8a0ede.js';
|
|
2
2
|
import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
+
import '@alfalab/core-components-checkbox/dist/esm';
|
|
4
5
|
import '../../components/checkmark/Component.js';
|
|
5
6
|
import { Option } from '../../components/option/Component.js';
|
|
6
7
|
import { Skeleton } from '@alfalab/core-components-skeleton/dist/esm';
|
|
@@ -897,7 +898,7 @@ import { Skeleton } from '@alfalab/core-components-skeleton/dist/esm';
|
|
|
897
898
|
window.IntersectionObserverEntry = IntersectionObserverEntry;
|
|
898
899
|
}());
|
|
899
900
|
|
|
900
|
-
var styles = {"skeleton":"
|
|
901
|
+
var styles = {"skeleton":"select__skeleton_1mtny"};
|
|
901
902
|
require('./index.css')
|
|
902
903
|
|
|
903
904
|
var DEBOUNCE_TIMEOUT = 300;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-5a8a0ede.js';
|
|
2
2
|
import React, { useCallback } from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
+
import '@alfalab/core-components-checkbox/dist/esm';
|
|
4
5
|
import '../../components/checkmark/Component.js';
|
|
5
6
|
import { Option } from '../../components/option/Component.js';
|
|
6
7
|
import { Skeleton } from '@alfalab/core-components-skeleton/dist/esm';
|
|
7
8
|
|
|
8
|
-
var styles = {"skeleton":"
|
|
9
|
+
var styles = {"skeleton":"select__skeleton_q8641"};
|
|
9
10
|
require('./index.css')
|
|
10
11
|
|
|
11
12
|
function useSelectWithLoading(_a) {
|
|
File without changes
|
|
File without changes
|
package/dist/esm/typings.d.ts
CHANGED
|
@@ -414,6 +414,10 @@ type OptionProps = {
|
|
|
414
414
|
* Флаг, заблокирован ли данный пункт
|
|
415
415
|
*/
|
|
416
416
|
disabled?: boolean;
|
|
417
|
+
/**
|
|
418
|
+
* Флаг множественного выбора
|
|
419
|
+
*/
|
|
420
|
+
multiple?: boolean;
|
|
417
421
|
/**
|
|
418
422
|
* Компонент пункта меню
|
|
419
423
|
*/
|
|
@@ -438,5 +442,17 @@ type CheckmarkProps = {
|
|
|
438
442
|
* Флаг, данный пункт выбран
|
|
439
443
|
*/
|
|
440
444
|
selected?: boolean;
|
|
445
|
+
/**
|
|
446
|
+
* Дополнительный класс
|
|
447
|
+
*/
|
|
448
|
+
className?: string;
|
|
449
|
+
/**
|
|
450
|
+
* Флаг множественного выбора
|
|
451
|
+
*/
|
|
452
|
+
multiple?: boolean;
|
|
453
|
+
/**
|
|
454
|
+
* Расположение отметки
|
|
455
|
+
*/
|
|
456
|
+
position?: 'before' | 'after';
|
|
441
457
|
};
|
|
442
458
|
export { OptionShape, GroupShape, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps };
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-f6070e97.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/hooks');
|
|
@@ -14,6 +14,7 @@ var components_arrow_Component = require('./components/arrow/Component.js');
|
|
|
14
14
|
require('react-merge-refs');
|
|
15
15
|
var components_optgroup_Component = require('./components/optgroup/Component.js');
|
|
16
16
|
var components_optionsList_Component = require('./components/options-list/Component.js');
|
|
17
|
+
require('@alfalab/core-components-checkbox');
|
|
17
18
|
require('./components/checkmark/Component.js');
|
|
18
19
|
var components_option_Component = require('./components/option/Component.js');
|
|
19
20
|
require('resize-observer');
|
package/dist/modern/Component.js
CHANGED
|
@@ -9,6 +9,7 @@ import { Arrow } from './components/arrow/Component.js';
|
|
|
9
9
|
import 'react-merge-refs';
|
|
10
10
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
11
11
|
import { OptionsList } from './components/options-list/Component.js';
|
|
12
|
+
import '@alfalab/core-components-checkbox/dist/modern';
|
|
12
13
|
import './components/checkmark/Component.js';
|
|
13
14
|
import { Option } from './components/option/Component.js';
|
|
14
15
|
import 'resize-observer';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
4
4
|
|
|
5
|
-
var styles = {"arrow":"
|
|
5
|
+
var styles = {"arrow":"select__arrow_1dm1c","open":"select__open_1dm1c"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Arrow = ({ open, className }) => (React.createElement(ChevronDownMIcon, { className: cn(styles.arrow, className, { [styles.open]: open }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: nciuq */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
/* optgroup */
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.select__arrow_1dm1c {
|
|
28
28
|
display: block;
|
|
29
29
|
width: 24px;
|
|
30
30
|
height: 24px;
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
|
|
33
33
|
transition: transform 0.15s ease-in-out, opacity 0.2s ease;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__open_1dm1c {
|
|
36
36
|
transform: var(--arrow-transform);
|
|
37
37
|
}
|
|
@@ -12,7 +12,7 @@ const getDataTestId = (dataTestId, element) => {
|
|
|
12
12
|
return dataTestId ? `${dataTestId}${elementPart}` : undefined;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
-
var styles = {"component":"
|
|
15
|
+
var styles = {"component":"select__component_1l4bj","popoverInner":"select__popoverInner_1l4bj","optionsList":"select__optionsList_1l4bj","nativeSelect":"select__nativeSelect_1l4bj","block":"select__block_1l4bj"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
const BaseSelect = forwardRef(({ dataTestId, className, fieldClassName, optionsListClassName, optionClassName, options, autocomplete = false, multiple = false, allowUnselect = false, disabled = false, closeOnSelect = !multiple, circularNavigation = false, nativeSelect = false, defaultOpen = false, open: openProp, popoverPosition = 'bottom-start', preventFlip = true, optionsListWidth = 'content', name, id, selected, size = 's', optionsSize = size, error, hint, block, label, placeholder, fieldProps = {}, optionsListProps = {}, optionProps = {}, valueRenderer, onChange, onOpen, onFocus, onBlur, onScroll, Arrow, Field = () => null, OptionsList = () => null, Optgroup = () => null, Option = () => null, updatePopover, zIndexPopover, showEmptyOptionsList = false, visibleOptions, }, ref) => {
|
|
@@ -160,6 +160,7 @@ const BaseSelect = forwardRef(({ dataTestId, className, fieldClassName, optionsL
|
|
|
160
160
|
disabled: option.disabled,
|
|
161
161
|
onMouseDown: (event) => event.preventDefault(),
|
|
162
162
|
}),
|
|
163
|
+
multiple,
|
|
163
164
|
index,
|
|
164
165
|
option,
|
|
165
166
|
size: optionsSize,
|
|
@@ -172,6 +173,7 @@ const BaseSelect = forwardRef(({ dataTestId, className, fieldClassName, optionsL
|
|
|
172
173
|
optionProps,
|
|
173
174
|
optionClassName,
|
|
174
175
|
getItemProps,
|
|
176
|
+
multiple,
|
|
175
177
|
optionsSize,
|
|
176
178
|
highlightedIndex,
|
|
177
179
|
selectedItems,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: torem */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
|
|
29
29
|
/* optgroup */
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__component_1l4bj {
|
|
32
32
|
width: max-content;
|
|
33
33
|
position: relative;
|
|
34
34
|
outline: 0;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__popoverInner_1l4bj {
|
|
37
37
|
padding-top: var(--select-options-list-offset);
|
|
38
38
|
padding-bottom: var(--select-options-list-offset);
|
|
39
39
|
box-shadow: none;
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
border-radius: 0;
|
|
43
43
|
position: relative;
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.select__optionsList_1l4bj {
|
|
46
46
|
padding-top: var(--select-options-list-top-padding);
|
|
47
47
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
48
48
|
box-shadow: var(--select-options-list-box-shadow);
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
overflow: hidden;
|
|
52
52
|
will-change: transform;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.select__nativeSelect_1l4bj {
|
|
55
55
|
opacity: 0;
|
|
56
56
|
overflow: hidden;
|
|
57
57
|
position: absolute;
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
cursor: pointer;
|
|
66
66
|
z-index: 1;
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
.select__block_1l4bj {
|
|
69
69
|
width: 100%;
|
|
70
70
|
}
|
|
71
71
|
/* width: max-content; fix for IE */
|
|
72
72
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
73
|
-
.
|
|
73
|
+
.select__component_1l4bj {
|
|
74
74
|
float: left;
|
|
75
75
|
clear: left;
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { CheckmarkProps } from "../../typings";
|
|
3
|
-
declare const Checkmark: ({ selected }: CheckmarkProps) => JSX.Element;
|
|
3
|
+
declare const Checkmark: ({ selected, className, multiple, position, }: CheckmarkProps) => JSX.Element;
|
|
4
4
|
export { Checkmark };
|