@alfalab/core-components-select 13.2.7 → 13.2.8
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-d0416db1.d.ts → Component-8614ce6b.d.ts} +0 -0
- package/{Component-d0416db1.js → Component-8614ce6b.js} +2 -2
- package/{Component-f8843b94.d.ts → Component-d0e7b8cf.d.ts} +0 -0
- package/{Component-f8843b94.js → Component-d0e7b8cf.js} +5 -5
- package/Component.js +2 -2
- package/Component.responsive.js +4 -4
- package/components/arrow/Component.js +1 -1
- package/components/arrow/index.css +3 -3
- package/components/base-checkmark/Component.js +1 -1
- package/components/base-checkmark/index.css +4 -4
- package/components/base-option/Component.js +2 -2
- package/components/base-option/index.css +13 -13
- package/components/base-option/index.js +1 -1
- package/components/base-select/Component.js +2 -2
- package/components/base-select/index.css +7 -7
- package/components/base-select/index.d.ts +1 -1
- package/components/base-select/index.js +2 -2
- package/components/base-select-mobile/Component.js +4 -4
- 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 +4 -4
- package/components/base-select-mobile/options-list/Component.js +2 -2
- package/components/base-select-mobile/options-list/index.css +9 -9
- package/components/base-select-mobile/options-list/index.js +1 -1
- package/components/checkmark/Component.js +1 -1
- package/components/checkmark/index.css +8 -8
- package/components/field/Component.js +2 -2
- package/components/field/index.css +9 -9
- package/components/field/index.js +1 -1
- package/components/index.js +4 -4
- package/components/native-select/Component.js +1 -1
- package/components/native-select/index.js +1 -1
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +2 -2
- package/components/option/index.css +20 -20
- package/components/option/index.js +1 -1
- package/components/options-list/Component.js +2 -2
- package/components/options-list/index.css +6 -6
- package/components/options-list/index.js +1 -1
- package/components/select-mobile/Component.js +4 -4
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +4 -4
- package/components/select-modal-mobile/Component.js +4 -4
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +4 -4
- package/components/virtual-options-list/Component.js +2 -2
- package/components/virtual-options-list/index.css +12 -12
- package/components/virtual-options-list/index.js +1 -1
- package/cssm/index-3fe0d3e6.d.ts +2 -0
- package/esm/{Component-cd3a0fb2.d.ts → Component-4ef9d6d2.d.ts} +0 -0
- package/esm/{Component-cd3a0fb2.js → Component-4ef9d6d2.js} +5 -5
- package/esm/{Component-a4f5db58.d.ts → Component-c09a6820.d.ts} +0 -0
- package/esm/{Component-a4f5db58.js → Component-c09a6820.js} +2 -2
- package/esm/Component.js +2 -2
- package/esm/Component.responsive.js +4 -4
- package/esm/components/arrow/Component.js +1 -1
- package/esm/components/arrow/index.css +3 -3
- package/esm/components/base-checkmark/Component.js +1 -1
- package/esm/components/base-checkmark/index.css +4 -4
- package/esm/components/base-option/Component.js +2 -2
- package/esm/components/base-option/index.css +13 -13
- package/esm/components/base-option/index.js +1 -1
- package/esm/components/base-select/Component.js +2 -2
- package/esm/components/base-select/index.css +7 -7
- package/esm/components/base-select/index.d.ts +1 -1
- package/esm/components/base-select/index.js +2 -2
- package/esm/components/base-select-mobile/Component.js +4 -4
- 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 +4 -4
- package/esm/components/base-select-mobile/options-list/Component.js +2 -2
- package/esm/components/base-select-mobile/options-list/index.css +9 -9
- package/esm/components/base-select-mobile/options-list/index.js +1 -1
- package/esm/components/checkmark/Component.js +1 -1
- package/esm/components/checkmark/index.css +8 -8
- package/esm/components/field/Component.js +2 -2
- package/esm/components/field/index.css +9 -9
- package/esm/components/field/index.js +1 -1
- package/esm/components/index.js +4 -4
- package/esm/components/native-select/Component.js +1 -1
- package/esm/components/native-select/index.js +1 -1
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +2 -2
- package/esm/components/option/index.css +20 -20
- package/esm/components/option/index.js +1 -1
- package/esm/components/options-list/Component.js +2 -2
- package/esm/components/options-list/index.css +6 -6
- package/esm/components/options-list/index.js +1 -1
- package/esm/components/select-mobile/Component.js +4 -4
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +4 -4
- package/esm/components/select-modal-mobile/Component.js +4 -4
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +4 -4
- package/esm/components/virtual-options-list/Component.js +2 -2
- package/esm/components/virtual-options-list/index.css +12 -12
- package/esm/components/virtual-options-list/index.js +1 -1
- package/esm/index-3fe0d3e6.d.ts +2 -0
- package/esm/index.js +4 -4
- package/esm/{intersection-observer-3636a1ee.d.ts → intersection-observer-c9397884.d.ts} +0 -0
- package/esm/{intersection-observer-3636a1ee.js → intersection-observer-c9397884.js} +0 -0
- package/esm/presets/index.js +4 -4
- package/esm/presets/useLazyLoading/hook.js +3 -3
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +4 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
- package/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +4 -4
- package/esm/{tslib.es6-14a50f07.d.ts → tslib.es6-3c9b3142.d.ts} +0 -0
- package/esm/{tslib.es6-14a50f07.js → tslib.es6-3c9b3142.js} +0 -0
- package/index-3fe0d3e6.d.ts +2 -0
- package/index.js +4 -4
- package/{intersection-observer-a637ef02.d.ts → intersection-observer-8ba57140.d.ts} +0 -0
- package/{intersection-observer-a637ef02.js → intersection-observer-8ba57140.js} +0 -0
- package/modern/{Component-d798746a.d.ts → Component-8d6d6d34.d.ts} +0 -0
- package/modern/{Component-d798746a.js → Component-8d6d6d34.js} +1 -1
- package/modern/{Component-c168633c.d.ts → Component-c2b10ca0.d.ts} +0 -0
- package/modern/{Component-c168633c.js → Component-c2b10ca0.js} +4 -4
- 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 +7 -7
- package/modern/components/base-select/index.d.ts +1 -1
- package/modern/components/base-select/index.js +1 -1
- package/modern/components/base-select-mobile/Component.js +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/checkmark/Component.js +1 -1
- package/modern/components/checkmark/index.css +8 -8
- 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 +1 -1
- package/modern/components/options-list/index.css +6 -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 +1 -1
- package/modern/components/virtual-options-list/index.css +12 -12
- package/modern/index-3fe0d3e6.d.ts +2 -0
- package/modern/index.js +3 -3
- package/modern/{intersection-observer-3636a1ee.d.ts → intersection-observer-c9397884.d.ts} +0 -0
- package/modern/{intersection-observer-3636a1ee.js → intersection-observer-c9397884.js} +0 -0
- 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 +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +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 +4 -4
- package/presets/useLazyLoading/hook.js +3 -3
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
- package/presets/useSelectWithLoading/hook.js +2 -2
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +4 -4
- /package/{tslib.es6-7774243f.d.ts → tslib.es6-765af8e2.d.ts} +0 -0
- /package/{tslib.es6-7774243f.js → tslib.es6-765af8e2.js} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as __spreadArray, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { b as __spreadArray, a as __assign } from '../../tslib.es6-3c9b3142.js';
|
|
2
2
|
import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
|
|
3
3
|
import { Skeleton } from '@alfalab/core-components-skeleton/esm';
|
|
4
4
|
import { Option } from '../../components/option/Component.js';
|
|
5
|
-
import '../../intersection-observer-
|
|
5
|
+
import '../../intersection-observer-c9397884.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../components/base-select-mobile/checkmark/Component.js';
|
|
8
8
|
import '@alfalab/core-components-badge/esm';
|
|
@@ -11,7 +11,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
11
11
|
import '../../components/checkmark/Component.js';
|
|
12
12
|
import '@alfalab/core-components-checkbox/esm';
|
|
13
13
|
|
|
14
|
-
var styles = {"skeleton":"
|
|
14
|
+
var styles = {"skeleton":"select__skeleton_1ldyn"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var DEBOUNCE_TIMEOUT = 300;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-3c9b3142.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../Component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
6
|
-
import '../../Component-
|
|
7
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-
|
|
6
|
+
import '../../Component-c09a6820.js';
|
|
7
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-4ef9d6d2.js';
|
|
8
8
|
import '@alfalab/core-components-form-control/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../../utils.js';
|
|
@@ -16,7 +16,7 @@ import '../../components/options-list/Component.js';
|
|
|
16
16
|
import 'react-virtual';
|
|
17
17
|
import '@alfalab/core-components-scrollbar/esm';
|
|
18
18
|
import '@alfalab/core-components-skeleton/esm';
|
|
19
|
-
import '../../intersection-observer-
|
|
19
|
+
import '../../intersection-observer-c9397884.js';
|
|
20
20
|
import '../../components/arrow/Component.js';
|
|
21
21
|
import '../../components/field/Component.js';
|
|
22
22
|
import '../../components/optgroup/Component.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '../../../tslib.es6-
|
|
1
|
+
import '../../../tslib.es6-3c9b3142.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components-button/esm';
|
|
5
5
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
6
|
-
import '../../../Component-
|
|
7
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
6
|
+
import '../../../Component-c09a6820.js';
|
|
7
|
+
export { O as OptionsListWithApply } from '../../../Component-4ef9d6d2.js';
|
|
8
8
|
import '@alfalab/core-components-form-control/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '@alfalab/core-components-badge/esm';
|
|
@@ -32,6 +32,6 @@ import '../../../components/checkmark/Component.js';
|
|
|
32
32
|
import '../../../components/base-option/Component.js';
|
|
33
33
|
import '../../../components/base-checkmark/Component.js';
|
|
34
34
|
import '@alfalab/core-components-skeleton/esm';
|
|
35
|
-
import '../../../intersection-observer-
|
|
35
|
+
import '../../../intersection-observer-c9397884.js';
|
|
36
36
|
import '../../../components/base-select-mobile/options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: ggjs1 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-secondary: #e7e9eb;
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
|
|
26
26
|
/* optgroup */
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__footer_ir798 {
|
|
29
29
|
background: var(--color-light-bg-primary);
|
|
30
30
|
padding: var(--gap-s);
|
|
31
31
|
outline: none
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.select__footer_ir798 > * + * {
|
|
34
34
|
margin-left: var(--gap-xs);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__withBorder_ir798 {
|
|
37
37
|
box-shadow: inset 0 1px 0 var(--color-light-border-secondary);
|
|
38
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-4ef9d6d2";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
2
|
-
import '../../../tslib.es6-
|
|
1
|
+
export { O as OptionsListWithApply } from '../../../Component-4ef9d6d2.js';
|
|
2
|
+
import '../../../tslib.es6-3c9b3142.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../../../components/arrow/Component.js';
|
|
5
5
|
import 'classnames';
|
|
@@ -9,7 +9,7 @@ import 'downshift';
|
|
|
9
9
|
import '@alfalab/core-components-bottom-sheet/esm';
|
|
10
10
|
import '@alfalab/core-components-modal/esm/mobile';
|
|
11
11
|
import '../../../Component.js';
|
|
12
|
-
import '../../../Component-
|
|
12
|
+
import '../../../Component-c09a6820.js';
|
|
13
13
|
import '@juggle/resize-observer';
|
|
14
14
|
import '@alfalab/core-components-popover/esm';
|
|
15
15
|
import '@alfalab/hooks';
|
|
@@ -31,7 +31,7 @@ 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/esm';
|
|
34
|
-
import '../../../intersection-observer-
|
|
34
|
+
import '../../../intersection-observer-c9397884.js';
|
|
35
35
|
import '@alfalab/core-components-button/esm';
|
|
36
36
|
import '../../../components/base-select-mobile/options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-3c9b3142.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Skeleton } from '@alfalab/core-components-skeleton/esm';
|
|
4
4
|
import { Option } from '../../components/option/Component.js';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
10
10
|
import '../../components/checkmark/Component.js';
|
|
11
11
|
import '@alfalab/core-components-checkbox/esm';
|
|
12
12
|
|
|
13
|
-
var styles = {"skeleton":"
|
|
13
|
+
var styles = {"skeleton":"select__skeleton_1he75"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
function useSelectWithLoading(_a) {
|
package/esm/responsive.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { SelectResponsive } from './Component.responsive.js';
|
|
2
|
-
import './tslib.es6-
|
|
2
|
+
import './tslib.es6-3c9b3142.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@alfalab/hooks';
|
|
5
5
|
import './Component.js';
|
|
6
6
|
import './components/arrow/Component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
9
|
-
import './Component-
|
|
9
|
+
import './Component-c09a6820.js';
|
|
10
10
|
import 'react-merge-refs';
|
|
11
11
|
import '@juggle/resize-observer';
|
|
12
12
|
import 'downshift';
|
|
@@ -25,14 +25,14 @@ import './components/checkmark/Component.js';
|
|
|
25
25
|
import '@alfalab/core-components-checkbox/esm';
|
|
26
26
|
import './components/options-list/Component.js';
|
|
27
27
|
import '@alfalab/core-components-scrollbar/esm';
|
|
28
|
-
import './Component-
|
|
28
|
+
import './Component-4ef9d6d2.js';
|
|
29
29
|
import '@alfalab/core-components-bottom-sheet/esm';
|
|
30
30
|
import '@alfalab/core-components-modal/esm/mobile';
|
|
31
31
|
import 'react-virtual';
|
|
32
32
|
import './components/base-option/Component.js';
|
|
33
33
|
import './components/base-checkmark/Component.js';
|
|
34
34
|
import '@alfalab/core-components-skeleton/esm';
|
|
35
|
-
import './intersection-observer-
|
|
35
|
+
import './intersection-observer-c9397884.js';
|
|
36
36
|
import '@alfalab/core-components-button/esm';
|
|
37
37
|
import './components/base-select-mobile/options-list/Component.js';
|
|
38
38
|
import '@alfalab/core-components-base-modal/esm';
|
|
File without changes
|
|
File without changes
|
package/index-3fe0d3e6.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var Component = require('./Component.js');
|
|
4
4
|
var components_arrow_Component = require('./components/arrow/Component.js');
|
|
5
|
-
var components_baseSelect_Component = require('./Component-
|
|
6
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('./Component-
|
|
5
|
+
var components_baseSelect_Component = require('./Component-8614ce6b.js');
|
|
6
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('./Component-d0e7b8cf.js');
|
|
7
7
|
var components_field_Component = require('./components/field/Component.js');
|
|
8
8
|
var components_optgroup_Component = require('./components/optgroup/Component.js');
|
|
9
9
|
var components_option_Component = require('./components/option/Component.js');
|
|
@@ -13,7 +13,7 @@ var components_baseOption_Component = require('./components/base-option/Componen
|
|
|
13
13
|
var presets_useSelectWithLoading_hook = require('./presets/useSelectWithLoading/hook.js');
|
|
14
14
|
var presets_useLazyLoading_hook = require('./presets/useLazyLoading/hook.js');
|
|
15
15
|
var utils = require('./utils.js');
|
|
16
|
-
require('./tslib.es6-
|
|
16
|
+
require('./tslib.es6-765af8e2.js');
|
|
17
17
|
require('react');
|
|
18
18
|
require('classnames');
|
|
19
19
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -35,7 +35,7 @@ require('@alfalab/core-components-bottom-sheet');
|
|
|
35
35
|
require('@alfalab/core-components-modal/mobile');
|
|
36
36
|
require('react-virtual');
|
|
37
37
|
require('@alfalab/core-components-skeleton');
|
|
38
|
-
require('./intersection-observer-
|
|
38
|
+
require('./intersection-observer-8ba57140.js');
|
|
39
39
|
require('@alfalab/core-components-button');
|
|
40
40
|
require('./components/base-checkmark/Component.js');
|
|
41
41
|
require('./components/base-select-mobile/options-list/Component.js');
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -13,7 +13,7 @@ const getDataTestId = (dataTestId, element) => {
|
|
|
13
13
|
return dataTestId ? `${dataTestId}${elementPart}` : undefined;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
const styles = {"component":"
|
|
16
|
+
const styles = {"component":"select__component_fvul1","popoverInner":"select__popoverInner_fvul1","optionsList":"select__optionsList_fvul1","nativeSelect":"select__nativeSelect_fvul1","block":"select__block_fvul1"};
|
|
17
17
|
require('./components/base-select/index.css')
|
|
18
18
|
|
|
19
19
|
const BaseSelect = forwardRef(({ dataTestId, className, fieldClassName, optionsListClassName, optionClassName, popperClassName, 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, labelView, 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) => {
|
|
File without changes
|
|
@@ -6,7 +6,7 @@ import { useMultipleSelection, useCombobox } from 'downshift';
|
|
|
6
6
|
import { BottomSheet } from '@alfalab/core-components-bottom-sheet/modern';
|
|
7
7
|
import { ModalMobile } from '@alfalab/core-components-modal/modern/mobile';
|
|
8
8
|
import './Component.js';
|
|
9
|
-
import { g as getDataTestId } from './Component-
|
|
9
|
+
import { g as getDataTestId } from './Component-8d6d6d34.js';
|
|
10
10
|
import { Field } from './components/field/Component.js';
|
|
11
11
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
12
12
|
import { Option } from './components/option/Component.js';
|
|
@@ -17,7 +17,7 @@ import '@alfalab/hooks';
|
|
|
17
17
|
import { processOptions } from './utils.js';
|
|
18
18
|
import { BaseOption } from './components/base-option/Component.js';
|
|
19
19
|
import '@alfalab/core-components-skeleton/modern';
|
|
20
|
-
import './intersection-observer-
|
|
20
|
+
import './intersection-observer-c9397884.js';
|
|
21
21
|
import { Button } from '@alfalab/core-components-button/modern';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
23
23
|
import '@alfalab/core-components-form-control/modern';
|
|
@@ -29,7 +29,7 @@ import { BaseCheckmark } from './components/base-checkmark/Component.js';
|
|
|
29
29
|
import { Checkmark } from './components/base-select-mobile/checkmark/Component.js';
|
|
30
30
|
import { OptionsList as OptionsList$1 } from './components/base-select-mobile/options-list/Component.js';
|
|
31
31
|
|
|
32
|
-
const styles$1 = {"footer":"
|
|
32
|
+
const styles$1 = {"footer":"select__footer_ir798","withBorder":"select__withBorder_ir798"};
|
|
33
33
|
require('./presets/useSelectWithApply/options-list-with-apply/index.css')
|
|
34
34
|
|
|
35
35
|
const OptionsListWithApply = forwardRef(({ toggleMenu, OptionsList: OptionsList$1 = OptionsList, getOptionProps: defaultGetOptionProps, showClear = true, selectedDraft = [], flatOptions = [], onApply = () => null, onClear = () => null, onClose = () => null, visibleOptions = 5, ...restProps }, ref) => {
|
|
@@ -142,7 +142,7 @@ function useSelectWithApply({ options, selected, onChange = () => null, OptionsL
|
|
|
142
142
|
};
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
const styles = {"component":"
|
|
145
|
+
const styles = {"component":"select__component_1pba6","popoverInner":"select__popoverInner_1pba6","sheet":"select__sheet_1pba6","sheetContent":"select__sheetContent_1pba6","sheetContainer":"select__sheetContainer_1pba6","block":"select__block_1pba6","option":"select__option_1pba6","optionGroup":"select__optionGroup_1pba6"};
|
|
146
146
|
require('./components/base-select-mobile/index.css')
|
|
147
147
|
|
|
148
148
|
const BaseSelectMobile = forwardRef(({ dataTestId, className, fieldClassName, optionsListClassName, optionClassName, optionGroupClassName, optionsListProps, options, autocomplete = false, multiple = false, allowUnselect = false, disabled = false, closeOnSelect = !multiple, circularNavigation = false, defaultOpen = false, open: openProp, name, id, selected, size = 'm', optionsSize = 'm', error, hint, block, label, labelView, placeholder, fieldProps = {}, optionProps = {}, valueRenderer, onChange, onOpen, onFocus, Arrow: Arrow$1 = Arrow, Field: Field$1 = Field, Optgroup: Optgroup$1 = Optgroup, Option: Option$1 = Option, OptionsList = OptionsList$1, swipeable, footer, isBottomSheet, bottomSheetProps, }, ref) => {
|
package/modern/Component.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import { Arrow } from './components/arrow/Component.js';
|
|
3
|
-
import { B as BaseSelect } from './Component-
|
|
3
|
+
import { B as BaseSelect } from './Component-8d6d6d34.js';
|
|
4
4
|
import { Field } from './components/field/Component.js';
|
|
5
5
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
6
6
|
import { Option } from './components/option/Component.js';
|
|
@@ -3,8 +3,8 @@ import { useMedia } from '@alfalab/hooks';
|
|
|
3
3
|
import { Select } from './Component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
6
|
-
import './Component-
|
|
7
|
-
import { S as SelectMobile } from './Component-
|
|
6
|
+
import './Component-8d6d6d34.js';
|
|
7
|
+
import { S as SelectMobile } from './Component-c2b10ca0.js';
|
|
8
8
|
import '@alfalab/core-components-form-control/modern';
|
|
9
9
|
import '@alfalab/core-components-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
@@ -30,7 +30,7 @@ import '@alfalab/core-components-modal/modern/mobile';
|
|
|
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-c9397884.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';
|
|
@@ -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
|
-
const styles = {"arrow":"
|
|
5
|
+
const styles = {"arrow":"select__arrow_1c6c2","open":"select__open_1c6c2"};
|
|
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: 86qtd */
|
|
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_1c6c2 {
|
|
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_1c6c2 {
|
|
36
36
|
transform: var(--arrow-transform);
|
|
37
37
|
}
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { Checkbox } from '@alfalab/core-components-checkbox/modern';
|
|
4
4
|
import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
5
5
|
|
|
6
|
-
const styles = {"checkmark":"
|
|
6
|
+
const styles = {"checkmark":"select__checkmark_wzibi","single":"select__single_wzibi","selected":"select__selected_wzibi"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
const BaseCheckmark = ({ selected, disabled = false, className, multiple, }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: eje86 */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
|
|
18
18
|
/* optgroup */
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.select__checkmark_wzibi {
|
|
21
21
|
flex-shrink: 0;
|
|
22
22
|
box-sizing: border-box;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.select__single_wzibi {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
justify-content: center;
|
|
28
28
|
opacity: 0
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.select__single_wzibi.select__selected_wzibi {
|
|
31
31
|
opacity: 1;
|
|
32
32
|
}
|
|
@@ -4,7 +4,7 @@ import { BaseCheckmark } from '../base-checkmark/Component.js';
|
|
|
4
4
|
import '@alfalab/core-components-checkbox/modern';
|
|
5
5
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
6
6
|
|
|
7
|
-
const styles = {"option":"
|
|
7
|
+
const styles = {"option":"select__option_du6yo","disabled":"select__disabled_du6yo","checkmarkBefore":"select__checkmarkBefore_du6yo","mobile":"select__mobile_du6yo","checkmarkAfter":"select__checkmarkAfter_du6yo","textContent":"select__textContent_du6yo","selected":"select__selected_du6yo","highlighted":"select__highlighted_du6yo","content":"select__content_du6yo"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
const BaseOption = ({ className, option, children, selected, highlighted, disabled, multiple, Checkmark = BaseCheckmark, checkmarkPosition = multiple ? 'before' : 'after', innerProps, dataTestId, mobile = false, }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: udn6i */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-bg-secondary: #f3f4f5;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
/* optgroup */
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__option_du6yo {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -61,42 +61,42 @@
|
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
min-height: var(--size-s-height)
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
.select__option_du6yo:not(.select__disabled_du6yo):active {
|
|
65
65
|
background: var(--select-option-active-background);
|
|
66
66
|
color: var(--select-option-active-color);
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
.select__option_du6yo.select__checkmarkBefore_du6yo {
|
|
69
69
|
padding: 0 0 0 var(--gap-s)
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.select__option_du6yo.select__checkmarkBefore_du6yo.select__mobile_du6yo {
|
|
72
72
|
padding-left: var(--gap-m);
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.select__option_du6yo.select__checkmarkAfter_du6yo {
|
|
75
75
|
padding: 0 var(--gap-s) 0 0
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.select__option_du6yo.select__checkmarkAfter_du6yo.select__mobile_du6yo {
|
|
78
78
|
padding-right: var(--gap-l);
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
.select__option_du6yo.select__textContent_du6yo {
|
|
81
81
|
padding: var(--gap-s)
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.select__option_du6yo.select__textContent_du6yo.select__mobile_du6yo {
|
|
84
84
|
padding: var(--gap-m) var(--gap-l) var(--gap-m) var(--gap-m);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.select__selected_du6yo {
|
|
87
87
|
background: var(--select-option-selected-background);
|
|
88
88
|
color: var(--select-option-selected-color);
|
|
89
89
|
cursor: default;
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.select__highlighted_du6yo {
|
|
92
92
|
background: var(--select-option-hover-background);
|
|
93
93
|
color: var(--select-option-hover-color);
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.select__disabled_du6yo {
|
|
96
96
|
cursor: var(--disabled-cursor);
|
|
97
97
|
background: var(--select-option-disabled-background);
|
|
98
98
|
color: var(--select-option-disabled-color);
|
|
99
99
|
}
|
|
100
|
-
.
|
|
100
|
+
.select__content_du6yo {
|
|
101
101
|
flex: 1;
|
|
102
102
|
}
|
|
@@ -5,6 +5,6 @@ import 'classnames';
|
|
|
5
5
|
import 'downshift';
|
|
6
6
|
import '@alfalab/core-components-popover/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
export { B as BaseSelect } from '../../Component-
|
|
8
|
+
export { B as BaseSelect } from '../../Component-8d6d6d34.js';
|
|
9
9
|
import '../../utils.js';
|
|
10
10
|
import '../native-select/Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: zm3j5 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
|
|
35
35
|
/* optgroup */
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.select__component_fvul1 {
|
|
38
38
|
width: max-content;
|
|
39
39
|
position: relative;
|
|
40
40
|
outline: 0;
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.select__popoverInner_fvul1 {
|
|
43
43
|
padding-top: var(--select-options-list-offset);
|
|
44
44
|
padding-bottom: var(--select-options-list-offset);
|
|
45
45
|
box-shadow: none;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
border-radius: 0;
|
|
49
49
|
position: relative;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.select__optionsList_fvul1 {
|
|
52
52
|
padding-top: var(--select-options-list-top-padding);
|
|
53
53
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
54
54
|
box-shadow: var(--select-options-list-box-shadow);
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
will-change: transform;
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.select__nativeSelect_fvul1 {
|
|
61
61
|
opacity: 0;
|
|
62
62
|
overflow: hidden;
|
|
63
63
|
position: absolute;
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
cursor: pointer;
|
|
72
72
|
z-index: 1;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.select__block_fvul1 {
|
|
75
75
|
width: 100%;
|
|
76
76
|
}
|
|
77
77
|
/* width: max-content; fix for IE */
|
|
78
78
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
79
|
-
.
|
|
79
|
+
.select__component_fvul1 {
|
|
80
80
|
float: left;
|
|
81
81
|
clear: left;
|
|
82
82
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-8d6d6d34";
|
|
@@ -6,8 +6,8 @@ import '@alfalab/core-components-bottom-sheet/modern';
|
|
|
6
6
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
7
7
|
import '../../Component.js';
|
|
8
8
|
import '../arrow/Component.js';
|
|
9
|
-
import '../../Component-
|
|
10
|
-
export { B as BaseSelectMobile } from '../../Component-
|
|
9
|
+
import '../../Component-8d6d6d34.js';
|
|
10
|
+
export { B as BaseSelectMobile } from '../../Component-c2b10ca0.js';
|
|
11
11
|
import '../field/Component.js';
|
|
12
12
|
import '../optgroup/Component.js';
|
|
13
13
|
import '../option/Component.js';
|
|
@@ -18,7 +18,7 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import '../../utils.js';
|
|
19
19
|
import '../base-option/Component.js';
|
|
20
20
|
import '@alfalab/core-components-skeleton/modern';
|
|
21
|
-
import '../../intersection-observer-
|
|
21
|
+
import '../../intersection-observer-c9397884.js';
|
|
22
22
|
import '../base-checkmark/Component.js';
|
|
23
23
|
import './checkmark/Component.js';
|
|
24
24
|
import './options-list/Component.js';
|
|
@@ -4,7 +4,7 @@ import { Badge } from '@alfalab/core-components-badge/modern';
|
|
|
4
4
|
import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
5
5
|
import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
6
6
|
|
|
7
|
-
const styles = {"checkmark":"
|
|
7
|
+
const styles = {"checkmark":"select__checkmark_6kgqw","selected":"select__selected_6kgqw","displayIcon":"select__displayIcon_6kgqw","displayBadge":"select__displayBadge_6kgqw"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
const Checkmark = ({ selected, className }) => (React.createElement("div", { className: cn(styles.checkmark, className, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 72tl9 */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
/* optgroup */
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.select__checkmark_6kgqw {
|
|
23
23
|
flex-shrink: 0;
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
height: 24px;
|
|
29
29
|
opacity: 0
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__checkmark_6kgqw:first-child {
|
|
32
32
|
display: none;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__checkmark_6kgqw.select__selected_6kgqw {
|
|
35
35
|
opacity: 1;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.select__displayIcon_6kgqw {
|
|
38
38
|
display: var(--select-mobile-checkmark-display-icon);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__displayBadge_6kgqw {
|
|
41
41
|
display: var(--select-mobile-checkmark-display-badge);
|
|
42
42
|
}
|