@alfalab/core-components-select 18.1.0 → 18.2.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/components/arrow/index.css +4 -4
- package/components/arrow/index.module.css.js +1 -1
- package/components/base-checkmark/index.css +5 -5
- package/components/base-checkmark/index.module.css.js +1 -1
- package/components/base-option/Component.js +4 -3
- package/components/base-option/Component.js.map +1 -1
- package/components/base-option/index.css +16 -16
- package/components/base-option/index.module.css.js +1 -1
- package/components/base-option/index.module.css.js.map +1 -1
- package/components/base-select/Component.js +1 -0
- package/components/base-select/Component.js.map +1 -1
- package/components/base-select/index.css +11 -11
- package/components/base-select/index.module.css.js +1 -1
- package/components/base-select/mobile.css +11 -11
- package/components/base-select/mobile.module.css.js +1 -1
- package/components/checkmark/index.css +9 -9
- package/components/checkmark/index.module.css.js +1 -1
- package/components/checkmark-mobile/index.css +5 -5
- package/components/checkmark-mobile/index.module.css.js +1 -1
- package/components/clear-button/index.css +4 -4
- package/components/clear-button/index.module.css.js +1 -1
- package/components/field/index.css +13 -13
- package/components/field/index.module.css.js +1 -1
- package/components/footer/index.css +4 -4
- package/components/footer/index.module.css.js +1 -1
- package/components/optgroup/index.css +4 -4
- package/components/optgroup/index.module.css.js +1 -1
- package/components/option/desktop/index.css +19 -19
- package/components/option/desktop/index.module.css.js +1 -1
- package/components/option/mobile/index.css +16 -16
- package/components/option/mobile/index.module.css.js +1 -1
- package/components/options-list/index.css +9 -9
- package/components/options-list/index.module.css.js +1 -1
- package/components/search/index.css +1 -1
- package/components/search/index.module.css.js +1 -1
- package/components/virtual-options-list/index.css +13 -13
- package/components/virtual-options-list/index.module.css.js +1 -1
- package/cssm/components/base-option/Component.js +4 -3
- package/cssm/components/base-option/Component.js.map +1 -1
- package/cssm/components/base-select/Component.js +1 -0
- package/cssm/components/base-select/Component.js.map +1 -1
- package/cssm/typings.d.ts +4 -4
- package/esm/components/arrow/index.css +4 -4
- package/esm/components/arrow/index.module.css.js +1 -1
- package/esm/components/base-checkmark/index.css +5 -5
- package/esm/components/base-checkmark/index.module.css.js +1 -1
- package/esm/components/base-option/Component.js +4 -3
- package/esm/components/base-option/Component.js.map +1 -1
- package/esm/components/base-option/index.css +16 -16
- package/esm/components/base-option/index.module.css.js +1 -1
- package/esm/components/base-option/index.module.css.js.map +1 -1
- package/esm/components/base-select/Component.js +1 -0
- package/esm/components/base-select/Component.js.map +1 -1
- package/esm/components/base-select/index.css +11 -11
- package/esm/components/base-select/index.module.css.js +1 -1
- package/esm/components/base-select/mobile.css +11 -11
- package/esm/components/base-select/mobile.module.css.js +1 -1
- package/esm/components/checkmark/index.css +9 -9
- package/esm/components/checkmark/index.module.css.js +1 -1
- package/esm/components/checkmark-mobile/index.css +5 -5
- package/esm/components/checkmark-mobile/index.module.css.js +1 -1
- package/esm/components/clear-button/index.css +4 -4
- package/esm/components/clear-button/index.module.css.js +1 -1
- package/esm/components/field/index.css +13 -13
- package/esm/components/field/index.module.css.js +1 -1
- package/esm/components/footer/index.css +4 -4
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/optgroup/index.css +4 -4
- package/esm/components/optgroup/index.module.css.js +1 -1
- package/esm/components/option/desktop/index.css +19 -19
- package/esm/components/option/desktop/index.module.css.js +1 -1
- package/esm/components/option/mobile/index.css +16 -16
- package/esm/components/option/mobile/index.module.css.js +1 -1
- package/esm/components/options-list/index.css +9 -9
- package/esm/components/options-list/index.module.css.js +1 -1
- package/esm/components/search/index.css +1 -1
- package/esm/components/search/index.module.css.js +1 -1
- package/esm/components/virtual-options-list/index.css +13 -13
- package/esm/components/virtual-options-list/index.module.css.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
- package/esm/presets/useSelectWithLoading/index.css +1 -1
- package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
- package/esm/typings.d.ts +4 -4
- package/modern/components/arrow/index.css +4 -4
- package/modern/components/arrow/index.module.css.js +1 -1
- package/modern/components/base-checkmark/index.css +5 -5
- package/modern/components/base-checkmark/index.module.css.js +1 -1
- package/modern/components/base-option/Component.js +1 -1
- package/modern/components/base-option/Component.js.map +1 -1
- package/modern/components/base-option/index.css +16 -16
- package/modern/components/base-option/index.module.css.js +1 -1
- package/modern/components/base-option/index.module.css.js.map +1 -1
- package/modern/components/base-select/Component.js +1 -0
- package/modern/components/base-select/Component.js.map +1 -1
- package/modern/components/base-select/index.css +11 -11
- package/modern/components/base-select/index.module.css.js +1 -1
- package/modern/components/base-select/mobile.css +11 -11
- package/modern/components/base-select/mobile.module.css.js +1 -1
- package/modern/components/checkmark/index.css +9 -9
- package/modern/components/checkmark/index.module.css.js +1 -1
- package/modern/components/checkmark-mobile/index.css +5 -5
- package/modern/components/checkmark-mobile/index.module.css.js +1 -1
- package/modern/components/clear-button/index.css +4 -4
- package/modern/components/clear-button/index.module.css.js +1 -1
- package/modern/components/field/index.css +13 -13
- package/modern/components/field/index.module.css.js +1 -1
- package/modern/components/footer/index.css +4 -4
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/optgroup/index.css +4 -4
- package/modern/components/optgroup/index.module.css.js +1 -1
- package/modern/components/option/desktop/index.css +19 -19
- package/modern/components/option/desktop/index.module.css.js +1 -1
- package/modern/components/option/mobile/index.css +16 -16
- package/modern/components/option/mobile/index.module.css.js +1 -1
- package/modern/components/options-list/index.css +9 -9
- package/modern/components/options-list/index.module.css.js +1 -1
- package/modern/components/search/index.css +1 -1
- package/modern/components/search/index.module.css.js +1 -1
- package/modern/components/virtual-options-list/index.css +13 -13
- package/modern/components/virtual-options-list/index.module.css.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +1 -1
- package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
- package/modern/typings.d.ts +4 -4
- package/moderncssm/components/base-option/Component.js +1 -1
- package/moderncssm/components/base-option/Component.js.map +1 -1
- package/moderncssm/components/base-select/Component.js +1 -0
- package/moderncssm/components/base-select/Component.js.map +1 -1
- package/moderncssm/typings.d.ts +4 -4
- package/package.json +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
- package/presets/useSelectWithLoading/index.css +1 -1
- package/presets/useSelectWithLoading/index.module.css.js +1 -1
- package/src/components/base-option/Component.tsx +1 -0
- package/src/components/base-select/Component.tsx +2 -0
- package/src/typings.ts +4 -4
- package/typings.d.ts +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"select__component_vggdf","field":"select__field_vggdf","disabled":"select__disabled_vggdf","arrow":"select__arrow_vggdf","placeholder":"select__placeholder_vggdf","show-placeholder":"select__show-placeholder_vggdf","focused":"select__focused_vggdf","contentWrapper":"select__contentWrapper_vggdf","size-40":"select__size-40_vggdf","value":"select__value_vggdf","focusVisible":"select__focusVisible_vggdf"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
} :root {
|
|
5
5
|
--gap-m: 16px;
|
|
6
6
|
--gap-16: var(--gap-m);
|
|
7
|
-
} .
|
|
7
|
+
} .select__footer_1qkct {
|
|
8
8
|
display: flex;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
width: 100%;
|
|
11
11
|
padding: var(--gap-16) var(--gap-16);
|
|
12
12
|
background-color: var(--color-light-modal-bg-primary);
|
|
13
|
-
} .
|
|
13
|
+
} .select__footer_1qkct .select__button_1qkct:first-of-type {
|
|
14
14
|
margin-right: var(--gap-16);
|
|
15
|
-
} .
|
|
15
|
+
} .select__button_1qkct {
|
|
16
16
|
width: 50%;
|
|
17
|
-
} .
|
|
17
|
+
} .select__highlighted_1qkct {
|
|
18
18
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
19
19
|
background-color: var(--color-light-modal-bg-primary);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"
|
|
3
|
+
var styles = {"footer":"select__footer_1qkct","button":"select__button_1qkct","highlighted":"select__highlighted_1qkct"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
--select-optgroup-right-padding: var(--gap-12);
|
|
17
17
|
--select-optgroup-l-left-padding: var(--gap-16);
|
|
18
18
|
--select-optgroup-l-right-padding: var(--gap-16);
|
|
19
|
-
} .
|
|
19
|
+
} .select__optgroup_s0yn2 {
|
|
20
20
|
position: relative;
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
background: var(--select-optgroup-background);
|
|
27
27
|
min-height: 40px;
|
|
28
|
-
} .
|
|
28
|
+
} .select__optgroup_s0yn2 + *[role='option']:before {
|
|
29
29
|
display: none;
|
|
30
|
-
} .
|
|
30
|
+
} .select__label_s0yn2 {
|
|
31
31
|
font-size: 12px;
|
|
32
32
|
line-height: 16px;
|
|
33
33
|
font-weight: 500;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
display: block;
|
|
38
38
|
color: var(--select-optgroup-color);
|
|
39
|
-
} .select__size-
|
|
39
|
+
} .select__size-72_s0yn2 {
|
|
40
40
|
padding-left: var(--select-optgroup-l-left-padding);
|
|
41
41
|
padding-right: var(--select-optgroup-l-right-padding);
|
|
42
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"optgroup":"
|
|
3
|
+
var styles = {"optgroup":"select__optgroup_s0yn2","label":"select__label_s0yn2","size-72":"select__size-72_s0yn2"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--select-option-hover-color: var(--color-light-text-primary);
|
|
36
36
|
--select-option-active-color: var(--color-light-text-primary);
|
|
37
37
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
38
|
-
} .
|
|
38
|
+
} .select__option_fiaxf {
|
|
39
39
|
font-size: 16px;
|
|
40
40
|
line-height: 20px;
|
|
41
41
|
font-weight: 400;
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
box-sizing: border-box;
|
|
51
51
|
position: relative;
|
|
52
52
|
cursor: pointer;
|
|
53
|
-
} .
|
|
53
|
+
} .select__option_fiaxf:not(.select__disabled_fiaxf):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_fiaxf:before {
|
|
57
57
|
content: '';
|
|
58
58
|
position: absolute;
|
|
59
59
|
left: var(--select-option-left-padding);
|
|
@@ -63,46 +63,46 @@
|
|
|
63
63
|
background: var(--select-option-divider-background);
|
|
64
64
|
display: var(--select-option-divider-display);
|
|
65
65
|
transition: opacity 0.2s ease;
|
|
66
|
-
} .
|
|
66
|
+
} .select__option_fiaxf:first-child:before {
|
|
67
67
|
display: none;
|
|
68
|
-
} .select__size-
|
|
68
|
+
} .select__size-48_fiaxf {
|
|
69
69
|
min-height: var(--size-s-height);
|
|
70
|
-
} .select__size-
|
|
70
|
+
} .select__size-56_fiaxf {
|
|
71
71
|
min-height: var(--size-m-height);
|
|
72
|
-
} .select__size-
|
|
72
|
+
} .select__size-64_fiaxf {
|
|
73
73
|
min-height: var(--size-l-height);
|
|
74
|
-
} .select__size-
|
|
74
|
+
} .select__size-72_fiaxf {
|
|
75
75
|
min-height: var(--size-xl-height);
|
|
76
76
|
padding-left: var(--select-option-l-left-padding);
|
|
77
77
|
padding-right: var(--select-option-l-right-padding);
|
|
78
|
-
} .select__size-
|
|
78
|
+
} .select__size-72_fiaxf:before {
|
|
79
79
|
left: var(--select-option-l-left-padding);
|
|
80
80
|
right: var(--select-option-l-right-padding);
|
|
81
|
-
} .
|
|
81
|
+
} .select__selected_fiaxf {
|
|
82
82
|
background: var(--select-option-selected-background);
|
|
83
83
|
color: var(--select-option-selected-color);
|
|
84
84
|
cursor: default;
|
|
85
|
-
} .
|
|
85
|
+
} .select__highlighted_fiaxf {
|
|
86
86
|
background: var(--select-option-hover-background);
|
|
87
87
|
color: var(--select-option-hover-color);
|
|
88
|
-
} .
|
|
89
|
-
.
|
|
88
|
+
} .select__highlighted_fiaxf:before,
|
|
89
|
+
.select__highlighted_fiaxf + .select__option_fiaxf:before {
|
|
90
90
|
opacity: 0;
|
|
91
|
-
} .
|
|
91
|
+
} .select__disabled_fiaxf {
|
|
92
92
|
cursor: var(--disabled-cursor);
|
|
93
93
|
background: var(--select-option-disabled-background);
|
|
94
94
|
color: var(--select-option-disabled-color);
|
|
95
|
-
} .
|
|
95
|
+
} .select__content_fiaxf {
|
|
96
96
|
overflow: hidden;
|
|
97
97
|
flex: 1;
|
|
98
98
|
text-overflow: ellipsis;
|
|
99
|
-
} .
|
|
99
|
+
} .select__textContent_fiaxf {
|
|
100
100
|
padding-top: var(--gap-12);
|
|
101
101
|
padding-bottom: var(--gap-12);
|
|
102
|
-
} .
|
|
102
|
+
} .select__highlighted_fiaxf {
|
|
103
103
|
background: var(--select-option-hover-background);
|
|
104
104
|
color: var(--select-option-hover-color);
|
|
105
|
-
} .
|
|
106
|
-
.
|
|
105
|
+
} .select__highlighted_fiaxf:before,
|
|
106
|
+
.select__highlighted_fiaxf + .select__option_fiaxf:before {
|
|
107
107
|
opacity: 0;
|
|
108
108
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_fiaxf","disabled":"select__disabled_fiaxf","size-48":"select__size-48_fiaxf","size-56":"select__size-56_fiaxf","size-64":"select__size-64_fiaxf","size-72":"select__size-72_fiaxf","selected":"select__selected_fiaxf","highlighted":"select__highlighted_fiaxf","content":"select__content_fiaxf","textContent":"select__textContent_fiaxf"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--select-option-hover-color: var(--color-light-text-primary);
|
|
36
36
|
--select-option-active-color: var(--color-light-text-primary);
|
|
37
37
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
38
|
-
} .
|
|
38
|
+
} .select__option_yspqf {
|
|
39
39
|
font-size: 16px;
|
|
40
40
|
line-height: 20px;
|
|
41
41
|
font-weight: 400;
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
box-sizing: border-box;
|
|
51
51
|
position: relative;
|
|
52
52
|
cursor: pointer;
|
|
53
|
-
} .
|
|
53
|
+
} .select__option_yspqf:not(.select__disabled_yspqf):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_yspqf:before {
|
|
57
57
|
content: '';
|
|
58
58
|
position: absolute;
|
|
59
59
|
left: var(--select-option-left-padding);
|
|
@@ -63,40 +63,40 @@
|
|
|
63
63
|
background: var(--select-option-divider-background);
|
|
64
64
|
display: var(--select-option-divider-display);
|
|
65
65
|
transition: opacity 0.2s ease;
|
|
66
|
-
} .
|
|
66
|
+
} .select__option_yspqf:first-child:before {
|
|
67
67
|
display: none;
|
|
68
|
-
} .select__size-
|
|
68
|
+
} .select__size-48_yspqf {
|
|
69
69
|
min-height: var(--size-s-height);
|
|
70
|
-
} .select__size-
|
|
70
|
+
} .select__size-56_yspqf {
|
|
71
71
|
min-height: var(--size-m-height);
|
|
72
|
-
} .select__size-
|
|
72
|
+
} .select__size-64_yspqf {
|
|
73
73
|
min-height: var(--size-l-height);
|
|
74
|
-
} .select__size-
|
|
74
|
+
} .select__size-72_yspqf {
|
|
75
75
|
min-height: var(--size-xl-height);
|
|
76
76
|
padding-left: var(--select-option-l-left-padding);
|
|
77
77
|
padding-right: var(--select-option-l-right-padding);
|
|
78
|
-
} .select__size-
|
|
78
|
+
} .select__size-72_yspqf:before {
|
|
79
79
|
left: var(--select-option-l-left-padding);
|
|
80
80
|
right: var(--select-option-l-right-padding);
|
|
81
|
-
} .
|
|
81
|
+
} .select__selected_yspqf {
|
|
82
82
|
background: var(--select-option-selected-background);
|
|
83
83
|
color: var(--select-option-selected-color);
|
|
84
84
|
cursor: default;
|
|
85
|
-
} .
|
|
85
|
+
} .select__highlighted_yspqf {
|
|
86
86
|
background: var(--select-option-hover-background);
|
|
87
87
|
color: var(--select-option-hover-color);
|
|
88
|
-
} .
|
|
89
|
-
.
|
|
88
|
+
} .select__highlighted_yspqf:before,
|
|
89
|
+
.select__highlighted_yspqf + .select__option_yspqf:before {
|
|
90
90
|
opacity: 0;
|
|
91
|
-
} .
|
|
91
|
+
} .select__disabled_yspqf {
|
|
92
92
|
cursor: var(--disabled-cursor);
|
|
93
93
|
background: var(--select-option-disabled-background);
|
|
94
94
|
color: var(--select-option-disabled-color);
|
|
95
|
-
} .
|
|
95
|
+
} .select__content_yspqf {
|
|
96
96
|
overflow: hidden;
|
|
97
97
|
flex: 1;
|
|
98
98
|
text-overflow: ellipsis;
|
|
99
|
-
} .
|
|
99
|
+
} .select__textContent_yspqf {
|
|
100
100
|
padding-top: var(--gap-12);
|
|
101
101
|
padding-bottom: var(--gap-12);
|
|
102
102
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_yspqf","disabled":"select__disabled_yspqf","size-48":"select__size-48_yspqf","size-56":"select__size-56_yspqf","size-64":"select__size-64_yspqf","size-72":"select__size-72_yspqf","selected":"select__selected_yspqf","highlighted":"select__highlighted_yspqf","content":"select__content_yspqf","textContent":"select__textContent_yspqf"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
--gap-24: var(--gap-xl);
|
|
12
12
|
} :root {
|
|
13
13
|
--select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
|
|
14
|
-
} .
|
|
14
|
+
} .select__optionsList_iuzul {
|
|
15
15
|
width: 100%;
|
|
16
16
|
outline: none;
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
position: relative;
|
|
19
|
-
} .
|
|
19
|
+
} .select__optionsListHeader_iuzul {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
border-bottom: 1px solid transparent;
|
|
22
22
|
transition: border-color 0.2s ease;
|
|
23
|
-
} .
|
|
23
|
+
} .select__optionsListHeader_iuzul.select__headerHighlighted_iuzul {
|
|
24
24
|
border-bottom-color: var(--color-light-neutral-300);
|
|
25
|
-
} .
|
|
25
|
+
} .select__optionsListFooter_iuzul {
|
|
26
26
|
position: sticky;
|
|
27
27
|
bottom: var(--gap-0);
|
|
28
28
|
box-sizing: border-box;
|
|
29
29
|
border-top: 1px solid transparent;
|
|
30
30
|
transition: border-color 0.2s ease;
|
|
31
|
-
} .
|
|
31
|
+
} .select__optionsListFooter_iuzul.select__withBorder_iuzul {
|
|
32
32
|
border-top-color: var(--color-light-neutral-300);
|
|
33
|
-
} .
|
|
33
|
+
} .select__scrollable_iuzul {
|
|
34
34
|
overflow: auto;
|
|
35
35
|
width: 100%;
|
|
36
|
-
} .
|
|
36
|
+
} .select__mask_iuzul {
|
|
37
37
|
min-width: 4000px;
|
|
38
|
-
} .
|
|
38
|
+
} .select__emptyPlaceholder_iuzul {
|
|
39
39
|
padding: var(--gap-16) var(--gap-12);
|
|
40
40
|
color: var(--select-options-list-empty-placeholder-color);
|
|
41
|
-
} .select__size-
|
|
41
|
+
} .select__size-72_iuzul .select__emptyPlaceholder_iuzul {
|
|
42
42
|
padding: var(--gap-24) var(--gap-16);
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"optionsList":"
|
|
3
|
+
var styles = {"optionsList":"select__optionsList_iuzul","optionsListHeader":"select__optionsListHeader_iuzul","headerHighlighted":"select__headerHighlighted_iuzul","optionsListFooter":"select__optionsListFooter_iuzul","withBorder":"select__withBorder_iuzul","scrollable":"select__scrollable_iuzul","mask":"select__mask_iuzul","emptyPlaceholder":"select__emptyPlaceholder_iuzul","size-72":"select__size-72_iuzul"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,35 +17,35 @@
|
|
|
17
17
|
|
|
18
18
|
--select-option-left-padding: var(--gap-12);
|
|
19
19
|
--select-option-right-padding: var(--gap-12);
|
|
20
|
-
} .
|
|
20
|
+
} .select__virtualOptionsList_mjh45 {
|
|
21
21
|
width: 100%;
|
|
22
22
|
outline: none;
|
|
23
23
|
box-sizing: border-box;
|
|
24
24
|
position: sticky;
|
|
25
25
|
justify-content: space-between;
|
|
26
|
-
} .
|
|
26
|
+
} .select__virtualOptionsListHeader_mjh45 {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
border-bottom: 1px solid var(--color-light-neutral-300);
|
|
29
|
-
} .
|
|
29
|
+
} .select__virtualOptionsListFooter_mjh45 {
|
|
30
30
|
position: sticky;
|
|
31
31
|
bottom: var(--gap-0);
|
|
32
32
|
box-sizing: border-box;
|
|
33
33
|
border-top: 1px solid transparent;
|
|
34
|
-
} .
|
|
34
|
+
} .select__virtualOptionsListFooter_mjh45.select__withBorder_mjh45 {
|
|
35
35
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
36
|
-
} .
|
|
36
|
+
} .select__scrollable_mjh45 {
|
|
37
37
|
position: relative;
|
|
38
38
|
overflow: auto;
|
|
39
39
|
width: 100%;
|
|
40
|
-
} .
|
|
40
|
+
} .select__inner_mjh45 {
|
|
41
41
|
position: relative;
|
|
42
42
|
width: 100%;
|
|
43
|
-
} .
|
|
43
|
+
} .select__virtualRow_mjh45 {
|
|
44
44
|
position: absolute;
|
|
45
45
|
top: var(--gap-0);
|
|
46
46
|
left: var(--gap-0);
|
|
47
47
|
width: 100%;
|
|
48
|
-
} .
|
|
48
|
+
} .select__virtualRow_mjh45:before {
|
|
49
49
|
content: '';
|
|
50
50
|
position: absolute;
|
|
51
51
|
z-index: 1;
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
height: 1px;
|
|
56
56
|
background: var(--select-option-divider-background);
|
|
57
57
|
display: var(--select-option-divider-display);
|
|
58
|
-
} .
|
|
58
|
+
} .select__virtualRow_mjh45:first-child:before {
|
|
59
59
|
display: none;
|
|
60
|
-
} .
|
|
61
|
-
.
|
|
60
|
+
} .select__highlighted_mjh45:before,
|
|
61
|
+
.select__highlighted_mjh45 + .select__virtualRow_mjh45:before {
|
|
62
62
|
display: none;
|
|
63
|
-
} .
|
|
63
|
+
} .select__emptyPlaceholder_mjh45 {
|
|
64
64
|
padding: var(--gap-16) var(--gap-12);
|
|
65
65
|
color: var(--select-options-list-empty-placeholder-color);
|
|
66
66
|
flex: 1;
|
|
67
|
-
} .select__size-
|
|
67
|
+
} .select__size-72_mjh45 .select__emptyPlaceholder_mjh45 {
|
|
68
68
|
padding: var(--gap-24) var(--gap-16);
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"virtualOptionsList":"
|
|
3
|
+
var styles = {"virtualOptionsList":"select__virtualOptionsList_mjh45","virtualOptionsListHeader":"select__virtualOptionsListHeader_mjh45","virtualOptionsListFooter":"select__virtualOptionsListFooter_mjh45","withBorder":"select__withBorder_mjh45","scrollable":"select__scrollable_mjh45","inner":"select__inner_mjh45","virtualRow":"select__virtualRow_mjh45","highlighted":"select__highlighted_mjh45","emptyPlaceholder":"select__emptyPlaceholder_mjh45","size-72":"select__size-72_mjh45"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
--gap-16: var(--gap-m);
|
|
10
10
|
} :root {
|
|
11
11
|
--select-option-list-footer-button-gap: var(--gap-8);
|
|
12
|
-
} .
|
|
12
|
+
} .select__footer_88c30 {
|
|
13
13
|
background-color: var(--color-light-base-bg-primary);
|
|
14
14
|
padding: var(--gap-12);
|
|
15
15
|
outline: none;
|
|
16
|
-
} .
|
|
16
|
+
} .select__footer_88c30.select__size-72_88c30 {
|
|
17
17
|
padding: var(--gap-12) var(--gap-16);
|
|
18
|
-
} .
|
|
18
|
+
} .select__footer_88c30 > .select__button_88c30 + .select__button_88c30 {
|
|
19
19
|
margin-left: var(--select-option-list-footer-button-gap);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"
|
|
3
|
+
var styles = {"footer":"select__footer_88c30","size-72":"select__size-72_88c30","button":"select__button_88c30"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
|
-
} .
|
|
8
|
+
} .select__desktop_gc1l7 {
|
|
9
9
|
padding: var(--gap-12);
|
|
10
|
-
} .
|
|
10
|
+
} .select__desktop_gc1l7.select__size-72_gc1l7 {
|
|
11
11
|
padding-left: var(--gap-16);
|
|
12
|
-
} .
|
|
12
|
+
} .select__mobile_gc1l7 {
|
|
13
13
|
padding: var(--gap-12) var(--gap-8);
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"desktop":"
|
|
3
|
+
var styles = {"desktop":"select__desktop_gc1l7","size-72":"select__size-72_gc1l7","mobile":"select__mobile_gc1l7"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/typings.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export declare type BaseSelectChangePayload = {
|
|
|
46
46
|
initiator: OptionShape | null;
|
|
47
47
|
name?: string;
|
|
48
48
|
};
|
|
49
|
-
export
|
|
49
|
+
export interface BaseSelectProps {
|
|
50
50
|
/**
|
|
51
51
|
* Идентификатор для систем автоматизированного тестирования.
|
|
52
52
|
* Для пункта меню используется модификатор -option, компонента поиска -search,
|
|
@@ -306,7 +306,7 @@ export declare type BaseSelectProps = {
|
|
|
306
306
|
* @default window
|
|
307
307
|
*/
|
|
308
308
|
environment?: Environment;
|
|
309
|
-
}
|
|
309
|
+
}
|
|
310
310
|
export declare type FieldProps = {
|
|
311
311
|
/**
|
|
312
312
|
* Дополнительный класс
|
|
@@ -646,12 +646,12 @@ export declare type OptionCommonProps = {
|
|
|
646
646
|
*/
|
|
647
647
|
align?: 'start' | 'center';
|
|
648
648
|
};
|
|
649
|
-
export
|
|
649
|
+
export interface OptionProps extends OptionCommonProps, AriaAttributes {
|
|
650
650
|
/**
|
|
651
651
|
* Мобильная версия option.
|
|
652
652
|
*/
|
|
653
653
|
mobile?: boolean;
|
|
654
|
-
}
|
|
654
|
+
}
|
|
655
655
|
export declare type CheckmarkProps = {
|
|
656
656
|
/**
|
|
657
657
|
* Флаг, данный пункт выбран
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} :root {
|
|
7
7
|
--select-arrow-color: var(--color-light-neutral-translucent-700);
|
|
8
8
|
--select-arrow-disabled-color: var(--color-light-neutral-translucent-500);
|
|
9
|
-
} .
|
|
9
|
+
} .select__arrow_1ubgh {
|
|
10
10
|
display: block;
|
|
11
11
|
width: 24px;
|
|
12
12
|
height: 24px;
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
transition:
|
|
16
16
|
transform 0.15s ease-in-out,
|
|
17
17
|
opacity 0.2s ease;
|
|
18
|
-
} .
|
|
18
|
+
} .select__arrow_1ubgh.select__disabled_1ubgh {
|
|
19
19
|
color: var(--select-arrow-disabled-color);
|
|
20
|
-
} .
|
|
20
|
+
} .select__arrow_1ubgh.select__size-40_1ubgh {
|
|
21
21
|
width: auto;
|
|
22
22
|
width: initial;
|
|
23
23
|
height: auto;
|
|
24
24
|
height: initial;
|
|
25
|
-
} .
|
|
25
|
+
} .select__open_1ubgh {
|
|
26
26
|
transform: var(--arrow-transform);
|
|
27
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"arrow":"
|
|
3
|
+
const styles = {"arrow":"select__arrow_1ubgh","disabled":"select__disabled_1ubgh","size-40":"select__size-40_1ubgh","open":"select__open_1ubgh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select__checkmark_1rfnz {
|
|
2
2
|
flex-shrink: 0;
|
|
3
3
|
box-sizing: border-box;
|
|
4
|
-
} .
|
|
4
|
+
} .select__checkmark_1rfnz.select__start_1rfnz {
|
|
5
5
|
align-self: start;
|
|
6
|
-
} .
|
|
6
|
+
} .select__checkmark_1rfnz.select__center_1rfnz {
|
|
7
7
|
align-self: center;
|
|
8
|
-
} .
|
|
8
|
+
} .select__single_1rfnz {
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
11
11
|
justify-content: center;
|
|
12
12
|
opacity: 0;
|
|
13
|
-
} .
|
|
13
|
+
} .select__single_1rfnz.select__selected_1rfnz {
|
|
14
14
|
opacity: 1;
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"checkmark":"
|
|
3
|
+
const styles = {"checkmark":"select__checkmark_1rfnz","start":"select__start_1rfnz","center":"select__center_1rfnz","single":"select__single_1rfnz","selected":"select__selected_1rfnz"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -25,7 +25,7 @@ const BaseOption = ({ className, option, children, selected, highlighted, disabl
|
|
|
25
25
|
[styles.mobile]: mobile,
|
|
26
26
|
[styles.checkmarkAfter]: !isTextContent && checkmarkPosition === 'after',
|
|
27
27
|
[styles.checkmarkBefore]: !isTextContent && checkmarkPosition === 'before',
|
|
28
|
-
}), "data-test-id": dataTestId },
|
|
28
|
+
}), "data-test-id": dataTestId, "aria-label": option?.value?.name },
|
|
29
29
|
checkmarkPosition === 'before' && renderCheckmark(),
|
|
30
30
|
React.createElement("div", { className: cn(styles.content) }, content),
|
|
31
31
|
checkmarkPosition === 'after' && renderCheckmark()));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Component.js","sources":["../../../src/components/base-option/Component.tsx"],"sourcesContent":["import React, { type FC, isValidElement } from 'react';\nimport cn from 'classnames';\n\nimport { SIZE_TO_CLASSNAME_MAP } from '../../consts';\nimport { type OptionProps } from '../../typings';\nimport { BaseCheckmark } from '../base-checkmark';\n\nimport styles from './index.module.css';\n\nexport const BaseOption: FC<OptionProps> = ({\n className,\n option,\n children,\n selected,\n highlighted,\n disabled,\n multiple,\n Checkmark = BaseCheckmark,\n checkmarkPosition = multiple ? 'before' : 'after',\n align = 'center',\n innerProps,\n dataTestId,\n mobile = false,\n size,\n}) => {\n const content = children || option.content || option.key;\n const { showCheckMark = true } = option;\n\n const isTextContent = !isValidElement(content);\n\n const renderCheckmark = () => {\n if (Checkmark && showCheckMark) {\n return (\n <Checkmark\n className={cn({\n [styles.checkmarkBeforeContent]: checkmarkPosition === 'before',\n [styles.checkmarkAfterContent]: checkmarkPosition === 'after',\n })}\n disabled={disabled}\n selected={selected}\n multiple={multiple}\n align={align}\n />\n );\n }\n\n return null;\n };\n\n return (\n <div\n {...innerProps}\n className={cn(styles.option, size && styles[SIZE_TO_CLASSNAME_MAP[size]], className, {\n [styles.highlighted]: !mobile && highlighted,\n [styles.selected]: selected,\n [styles.disabled]: disabled,\n [styles.textContent]: isTextContent,\n [styles.mobile]: mobile,\n [styles.checkmarkAfter]: !isTextContent && checkmarkPosition === 'after',\n [styles.checkmarkBefore]: !isTextContent && checkmarkPosition === 'before',\n })}\n data-test-id={dataTestId}\n >\n {checkmarkPosition === 'before' && renderCheckmark()}\n\n <div className={cn(styles.content)}>{content}</div>\n\n {checkmarkPosition === 'after' && renderCheckmark()}\n </div>\n );\n};\n"],"names":[],"mappings":";;;;;;MASa,UAAU,GAAoB,CAAC,EACxC,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,SAAS,GAAG,aAAa,EACzB,iBAAiB,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,EACjD,KAAK,GAAG,QAAQ,EAChB,UAAU,EACV,UAAU,EACV,MAAM,GAAG,KAAK,EACd,IAAI,GACP,KAAI;IACD,MAAM,OAAO,GAAG,QAAQ,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,GAAG;AACxD,IAAA,MAAM,EAAE,aAAa,GAAG,IAAI,EAAE,GAAG,MAAM;AAEvC,IAAA,MAAM,aAAa,GAAG,CAAC,cAAc,CAAC,OAAO,CAAC;IAE9C,MAAM,eAAe,GAAG,MAAK;QACzB,IAAI,SAAS,IAAI,aAAa,EAAE;AAC5B,YAAA,QACI,KAAC,CAAA,aAAA,CAAA,SAAS,IACN,SAAS,EAAE,EAAE,CAAC;AACV,oBAAA,CAAC,MAAM,CAAC,sBAAsB,GAAG,iBAAiB,KAAK,QAAQ;AAC/D,oBAAA,CAAC,MAAM,CAAC,qBAAqB,GAAG,iBAAiB,KAAK,OAAO;AAChE,iBAAA,CAAC,EACF,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EAAA,CACd;AAET;AAED,QAAA,OAAO,IAAI;AACf,KAAC;IAED,QACI,gCACQ,UAAU,EACd,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,IAAI,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,EAAE,SAAS,EAAE;YACjF,CAAC,MAAM,CAAC,WAAW,GAAG,CAAC,MAAM,IAAI,WAAW;AAC5C,YAAA,CAAC,MAAM,CAAC,QAAQ,GAAG,QAAQ;AAC3B,YAAA,CAAC,MAAM,CAAC,QAAQ,GAAG,QAAQ;AAC3B,YAAA,CAAC,MAAM,CAAC,WAAW,GAAG,aAAa;AACnC,YAAA,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM;YACvB,CAAC,MAAM,CAAC,cAAc,GAAG,CAAC,aAAa,IAAI,iBAAiB,KAAK,OAAO;YACxE,CAAC,MAAM,CAAC,eAAe,GAAG,CAAC,aAAa,IAAI,iBAAiB,KAAK,QAAQ;AAC7E,SAAA,CAAC,kBACY,UAAU,EAAA;
|
|
1
|
+
{"version":3,"file":"Component.js","sources":["../../../src/components/base-option/Component.tsx"],"sourcesContent":["import React, { type FC, isValidElement } from 'react';\nimport cn from 'classnames';\n\nimport { SIZE_TO_CLASSNAME_MAP } from '../../consts';\nimport { type OptionProps } from '../../typings';\nimport { BaseCheckmark } from '../base-checkmark';\n\nimport styles from './index.module.css';\n\nexport const BaseOption: FC<OptionProps> = ({\n className,\n option,\n children,\n selected,\n highlighted,\n disabled,\n multiple,\n Checkmark = BaseCheckmark,\n checkmarkPosition = multiple ? 'before' : 'after',\n align = 'center',\n innerProps,\n dataTestId,\n mobile = false,\n size,\n}) => {\n const content = children || option.content || option.key;\n const { showCheckMark = true } = option;\n\n const isTextContent = !isValidElement(content);\n\n const renderCheckmark = () => {\n if (Checkmark && showCheckMark) {\n return (\n <Checkmark\n className={cn({\n [styles.checkmarkBeforeContent]: checkmarkPosition === 'before',\n [styles.checkmarkAfterContent]: checkmarkPosition === 'after',\n })}\n disabled={disabled}\n selected={selected}\n multiple={multiple}\n align={align}\n />\n );\n }\n\n return null;\n };\n\n return (\n <div\n {...innerProps}\n className={cn(styles.option, size && styles[SIZE_TO_CLASSNAME_MAP[size]], className, {\n [styles.highlighted]: !mobile && highlighted,\n [styles.selected]: selected,\n [styles.disabled]: disabled,\n [styles.textContent]: isTextContent,\n [styles.mobile]: mobile,\n [styles.checkmarkAfter]: !isTextContent && checkmarkPosition === 'after',\n [styles.checkmarkBefore]: !isTextContent && checkmarkPosition === 'before',\n })}\n data-test-id={dataTestId}\n aria-label={option?.value?.name}\n >\n {checkmarkPosition === 'before' && renderCheckmark()}\n\n <div className={cn(styles.content)}>{content}</div>\n\n {checkmarkPosition === 'after' && renderCheckmark()}\n </div>\n );\n};\n"],"names":[],"mappings":";;;;;;MASa,UAAU,GAAoB,CAAC,EACxC,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,SAAS,GAAG,aAAa,EACzB,iBAAiB,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,EACjD,KAAK,GAAG,QAAQ,EAChB,UAAU,EACV,UAAU,EACV,MAAM,GAAG,KAAK,EACd,IAAI,GACP,KAAI;IACD,MAAM,OAAO,GAAG,QAAQ,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,GAAG;AACxD,IAAA,MAAM,EAAE,aAAa,GAAG,IAAI,EAAE,GAAG,MAAM;AAEvC,IAAA,MAAM,aAAa,GAAG,CAAC,cAAc,CAAC,OAAO,CAAC;IAE9C,MAAM,eAAe,GAAG,MAAK;QACzB,IAAI,SAAS,IAAI,aAAa,EAAE;AAC5B,YAAA,QACI,KAAC,CAAA,aAAA,CAAA,SAAS,IACN,SAAS,EAAE,EAAE,CAAC;AACV,oBAAA,CAAC,MAAM,CAAC,sBAAsB,GAAG,iBAAiB,KAAK,QAAQ;AAC/D,oBAAA,CAAC,MAAM,CAAC,qBAAqB,GAAG,iBAAiB,KAAK,OAAO;AAChE,iBAAA,CAAC,EACF,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EAAA,CACd;AAET;AAED,QAAA,OAAO,IAAI;AACf,KAAC;IAED,QACI,gCACQ,UAAU,EACd,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,IAAI,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,EAAE,SAAS,EAAE;YACjF,CAAC,MAAM,CAAC,WAAW,GAAG,CAAC,MAAM,IAAI,WAAW;AAC5C,YAAA,CAAC,MAAM,CAAC,QAAQ,GAAG,QAAQ;AAC3B,YAAA,CAAC,MAAM,CAAC,QAAQ,GAAG,QAAQ;AAC3B,YAAA,CAAC,MAAM,CAAC,WAAW,GAAG,aAAa;AACnC,YAAA,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM;YACvB,CAAC,MAAM,CAAC,cAAc,GAAG,CAAC,aAAa,IAAI,iBAAiB,KAAK,OAAO;YACxE,CAAC,MAAM,CAAC,eAAe,GAAG,CAAC,aAAa,IAAI,iBAAiB,KAAK,QAAQ;AAC7E,SAAA,CAAC,kBACY,UAAU,EAAA,YAAA,EACZ,MAAM,EAAE,KAAK,EAAE,IAAI,EAAA;AAE9B,QAAA,iBAAiB,KAAK,QAAQ,IAAI,eAAe,EAAE;QAEpD,KAAK,CAAA,aAAA,CAAA,KAAA,EAAA,EAAA,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAG,EAAA,OAAO,CAAO;AAElD,QAAA,iBAAiB,KAAK,OAAO,IAAI,eAAe,EAAE,CACjD;AAEd;;;;"}
|