@alfalab/core-components-select 17.16.1 → 17.17.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/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 +6 -6
- package/components/base-option/Component.js +1 -1
- package/components/base-option/index.css +15 -15
- package/components/base-select/Component.js +2 -2
- package/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
- package/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
- package/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +5 -2
- package/components/base-select/components/list-mobile/list-modal-mobile.js +5 -2
- package/components/base-select/index.css +11 -11
- package/components/base-select/mobile.css +12 -12
- package/components/checkmark/Component.js +1 -1
- package/components/checkmark/index.css +10 -10
- package/components/checkmark-mobile/Component.js +1 -1
- package/components/checkmark-mobile/index.css +6 -6
- package/components/clear-button/Component.js +1 -1
- package/components/clear-button/index.css +6 -6
- package/components/field/Component.js +1 -1
- package/components/field/index.css +12 -12
- package/components/footer/Component.js +1 -1
- package/components/footer/index.css +5 -5
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +1 -1
- package/components/option/index.css +19 -19
- package/components/options-list/Component.js +1 -1
- package/components/options-list/index.css +11 -11
- package/components/search/Component.js +1 -1
- package/components/search/index.css +2 -2
- package/components/virtual-options-list/Component.js +1 -1
- package/components/virtual-options-list/index.css +15 -15
- package/cssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
- package/cssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
- package/cssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +4 -1
- package/cssm/components/base-select/components/list-mobile/list-modal-mobile.js +4 -1
- package/{hook-ae0e232f.js → cssm/hook-ed1fac28.js} +15 -2
- package/cssm/mobile/Component.mobile.js +6 -2
- package/cssm/presets/index.d.ts +1 -1
- package/cssm/presets/index.js +1 -1
- package/cssm/presets/useSelectWithApply/hook.js +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/cssm/shared/index.js +1 -1
- package/cssm/typings.d.ts +7 -3
- package/esm/components/arrow/Component.js +1 -1
- package/esm/components/arrow/index.css +3 -3
- package/esm/components/base-checkmark/Component.js +1 -1
- package/esm/components/base-checkmark/index.css +6 -6
- package/esm/components/base-option/Component.js +1 -1
- package/esm/components/base-option/index.css +15 -15
- package/esm/components/base-select/Component.js +2 -2
- package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/esm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
- package/esm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
- package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +5 -2
- package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +5 -2
- package/esm/components/base-select/index.css +11 -11
- package/esm/components/base-select/mobile.css +12 -12
- package/esm/components/checkmark/Component.js +1 -1
- package/esm/components/checkmark/index.css +10 -10
- package/esm/components/checkmark-mobile/Component.js +1 -1
- package/esm/components/checkmark-mobile/index.css +6 -6
- package/esm/components/clear-button/Component.js +1 -1
- package/esm/components/clear-button/index.css +6 -6
- package/esm/components/field/Component.js +1 -1
- package/esm/components/field/index.css +12 -12
- package/esm/components/footer/Component.js +1 -1
- package/esm/components/footer/index.css +5 -5
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +1 -1
- package/esm/components/option/index.css +19 -19
- package/esm/components/options-list/Component.js +1 -1
- package/esm/components/options-list/index.css +11 -11
- package/esm/components/search/Component.js +1 -1
- package/esm/components/search/index.css +2 -2
- package/esm/components/virtual-options-list/Component.js +1 -1
- package/esm/components/virtual-options-list/index.css +15 -15
- package/esm/{hook-a350cff7.js → hook-350e1164.js} +15 -2
- package/esm/{list-popover-desktop-51c129fc.js → list-popover-desktop-c9334fa9.js} +1 -1
- package/esm/mobile/Component.mobile.js +6 -2
- package/esm/mobile.module-7a5988b1.js +4 -0
- package/esm/presets/index.d.ts +1 -1
- package/esm/presets/index.js +1 -1
- package/esm/presets/useSelectWithApply/hook.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/shared/index.js +1 -1
- package/esm/typings.d.ts +7 -3
- package/{cssm/hook-a7a71737.js → hook-932ade10.js} +15 -2
- package/{list-popover-desktop-2852fa65.js → list-popover-desktop-cb1f4454.js} +1 -1
- package/mobile/Component.mobile.js +6 -2
- package/mobile.module-6d452a37.js +6 -0
- 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 +6 -6
- package/modern/components/base-option/Component.js +1 -1
- package/modern/components/base-option/index.css +15 -15
- package/modern/components/base-select/Component.js +2 -2
- package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/modern/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
- package/modern/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
- package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +5 -2
- package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +5 -2
- package/modern/components/base-select/index.css +11 -11
- package/modern/components/base-select/mobile.css +12 -12
- package/modern/components/checkmark/Component.js +1 -1
- package/modern/components/checkmark/index.css +10 -10
- package/modern/components/checkmark-mobile/Component.js +1 -1
- package/modern/components/checkmark-mobile/index.css +6 -6
- package/modern/components/clear-button/Component.js +1 -1
- package/modern/components/clear-button/index.css +6 -6
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +12 -12
- package/modern/components/footer/Component.js +1 -1
- package/modern/components/footer/index.css +5 -5
- 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 +19 -19
- package/modern/components/options-list/Component.js +1 -1
- package/modern/components/options-list/index.css +11 -11
- package/modern/components/search/Component.js +1 -1
- package/modern/components/search/index.css +2 -2
- package/modern/components/virtual-options-list/Component.js +1 -1
- package/modern/components/virtual-options-list/index.css +15 -15
- package/{moderncssm/hook-839b1d63.js → modern/hook-cd9bfeaa.js} +7 -3
- package/modern/{list-popover-desktop-18fe6993.js → list-popover-desktop-69fcd372.js} +1 -1
- package/modern/mobile/Component.mobile.js +4 -2
- package/modern/mobile.module-91fa2bbe.js +4 -0
- package/modern/presets/index.d.ts +1 -1
- package/modern/presets/index.js +1 -1
- package/modern/presets/useSelectWithApply/hook.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/shared/index.js +1 -1
- package/modern/typings.d.ts +7 -3
- package/moderncssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
- package/moderncssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
- package/moderncssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +4 -1
- package/moderncssm/components/base-select/components/list-mobile/list-modal-mobile.js +4 -1
- package/{modern/hook-0b806cd4.js → moderncssm/hook-1d690cfc.js} +7 -3
- package/moderncssm/mobile/Component.mobile.js +4 -2
- package/moderncssm/presets/index.d.ts +1 -1
- package/moderncssm/presets/index.js +1 -1
- package/moderncssm/presets/useSelectWithApply/hook.js +1 -1
- package/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/moderncssm/shared/index.js +1 -1
- package/moderncssm/typings.d.ts +7 -3
- package/package.json +2 -2
- package/presets/index.d.ts +1 -1
- package/presets/index.js +1 -1
- package/presets/useSelectWithApply/hook.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/presets/useSelectWithLoading/hook.js +1 -1
- package/presets/useSelectWithLoading/index.css +2 -2
- package/shared/index.js +1 -1
- package/src/components/base-select/components/list-mobile/list-bottom-sheet-mobile.tsx +5 -1
- package/src/components/base-select/components/list-mobile/list-modal-mobile.tsx +5 -1
- package/src/mobile/Component.mobile.tsx +7 -4
- package/src/presets/useSelectWithApply/hook.tsx +9 -3
- package/src/typings.ts +6 -2
- package/typings.d.ts +7 -3
- package/esm/mobile.module-be48459a.js +0 -4
- package/mobile.module-8caed517.js +0 -6
- package/modern/mobile.module-5c6e7084.js +0 -4
- /package/cssm/{hook-184c14eb.d.ts → hook-b3d196bf.d.ts} +0 -0
- /package/cssm/{hook-a7a71737.d.ts → hook-ed1fac28.d.ts} +0 -0
- /package/esm/{hook-a350cff7.d.ts → hook-350e1164.d.ts} +0 -0
- /package/esm/{hook-184c14eb.d.ts → hook-b3d196bf.d.ts} +0 -0
- /package/esm/{list-popover-desktop-51c129fc.d.ts → list-popover-desktop-c9334fa9.d.ts} +0 -0
- /package/{hook-ae0e232f.d.ts → hook-932ade10.d.ts} +0 -0
- /package/{hook-184c14eb.d.ts → hook-b3d196bf.d.ts} +0 -0
- /package/{list-popover-desktop-2852fa65.d.ts → list-popover-desktop-cb1f4454.d.ts} +0 -0
- /package/modern/{hook-184c14eb.d.ts → hook-b3d196bf.d.ts} +0 -0
- /package/modern/{hook-0b806cd4.d.ts → hook-cd9bfeaa.d.ts} +0 -0
- /package/modern/{list-popover-desktop-18fe6993.d.ts → list-popover-desktop-69fcd372.d.ts} +0 -0
- /package/moderncssm/{hook-839b1d63.d.ts → hook-1d690cfc.d.ts} +0 -0
- /package/moderncssm/{hook-184c14eb.d.ts → hook-b3d196bf.d.ts} +0 -0
package/shared/index.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
|
|
6
6
|
var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-932ade10.js');
|
|
8
8
|
var utils = require('../utils.js');
|
|
9
9
|
var components_option_Component = require('../components/option/Component.js');
|
|
10
10
|
var components_baseOption_Component = require('../components/base-option/Component.js');
|
|
@@ -40,6 +40,8 @@ export const ListBottomSheetMobile: FC<ListMobileProps> = (props) => {
|
|
|
40
40
|
} = props;
|
|
41
41
|
|
|
42
42
|
if (BottomSheet) {
|
|
43
|
+
const bottomAddons = bottomSheetProps?.bottomAddons;
|
|
44
|
+
|
|
43
45
|
return (
|
|
44
46
|
<BottomSheet
|
|
45
47
|
dataTestId={getDataTestId(dataTestId, 'bottom-sheet')}
|
|
@@ -67,7 +69,9 @@ export const ListBottomSheetMobile: FC<ListMobileProps> = (props) => {
|
|
|
67
69
|
bottomAddons={
|
|
68
70
|
<React.Fragment>
|
|
69
71
|
{renderSearch()}
|
|
70
|
-
{
|
|
72
|
+
{typeof bottomAddons === 'function'
|
|
73
|
+
? bottomAddons(flatOptions)
|
|
74
|
+
: bottomAddons}
|
|
71
75
|
</React.Fragment>
|
|
72
76
|
}
|
|
73
77
|
containerProps={{
|
|
@@ -41,6 +41,8 @@ export const ListModalMobile: FC<ListModalMobileProps> = (props) => {
|
|
|
41
41
|
} = props;
|
|
42
42
|
|
|
43
43
|
if (ModalMobile) {
|
|
44
|
+
const bottomAddons = modalHeaderProps?.bottomAddons;
|
|
45
|
+
|
|
44
46
|
return (
|
|
45
47
|
<ModalMobile
|
|
46
48
|
dataTestId={getDataTestId(dataTestId, 'modal')}
|
|
@@ -74,7 +76,9 @@ export const ListModalMobile: FC<ListModalMobileProps> = (props) => {
|
|
|
74
76
|
bottomAddons={
|
|
75
77
|
<React.Fragment>
|
|
76
78
|
{renderSearch()}
|
|
77
|
-
{
|
|
79
|
+
{typeof bottomAddons === 'function'
|
|
80
|
+
? bottomAddons(flatOptions)
|
|
81
|
+
: bottomAddons}
|
|
78
82
|
</React.Fragment>
|
|
79
83
|
}
|
|
80
84
|
>
|
|
@@ -15,7 +15,7 @@ import { Search as DefaultSearch } from '../components/search';
|
|
|
15
15
|
import { VirtualOptionsList as DefaultVirtualOptionsList } from '../components/virtual-options-list';
|
|
16
16
|
import { useSelectWithApply } from '../presets/useSelectWithApply/hook';
|
|
17
17
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component';
|
|
18
|
-
import { AnyObject, SelectMobileProps } from '../typings';
|
|
18
|
+
import { AnyObject, OptionShape, SelectMobileProps } from '../typings';
|
|
19
19
|
|
|
20
20
|
const VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
|
|
21
21
|
|
|
@@ -71,9 +71,12 @@ export const SelectMobile = forwardRef(
|
|
|
71
71
|
showSelectAll,
|
|
72
72
|
});
|
|
73
73
|
|
|
74
|
-
const bottomAddons =
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
const bottomAddons = (flatOptions: OptionShape[]) =>
|
|
75
|
+
flatOptions.length > 0 &&
|
|
76
|
+
useWithApplyHook &&
|
|
77
|
+
showHeaderWithSelectAll && (
|
|
78
|
+
<Header {...applyProps.optionsListProps.headerProps} mobile={true} />
|
|
79
|
+
);
|
|
77
80
|
|
|
78
81
|
return (
|
|
79
82
|
<BaseSelect
|
|
@@ -152,6 +152,8 @@ export function useSelectWithApply({
|
|
|
152
152
|
setSelectedDraft(optionsToSet);
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
+
const selectedKeys = useMemo(() => selectedDraft.map(({ key }) => key), [selectedDraft]);
|
|
156
|
+
|
|
155
157
|
const handleChange: Required<BaseSelectProps>['onChange'] = ({ initiator, ...restArgs }) => {
|
|
156
158
|
if (!initiator) {
|
|
157
159
|
onChange({
|
|
@@ -164,7 +166,9 @@ export function useSelectWithApply({
|
|
|
164
166
|
|
|
165
167
|
const initiatorSelected =
|
|
166
168
|
selectedDraft.includes(initiator) ||
|
|
167
|
-
(initiator.key === SELECT_ALL_KEY &&
|
|
169
|
+
(initiator.key === SELECT_ALL_KEY &&
|
|
170
|
+
(selectedDraft.length === flatOptions.length ||
|
|
171
|
+
flatOptions.every(({ key }) => selectedKeys.includes(key))));
|
|
168
172
|
|
|
169
173
|
if (initiator.key === SELECT_ALL_KEY) {
|
|
170
174
|
setSelectedDraft(initiatorSelected ? [] : flatOptions);
|
|
@@ -209,8 +213,10 @@ export function useSelectWithApply({
|
|
|
209
213
|
showHeaderWithSelectAll,
|
|
210
214
|
headerProps: {
|
|
211
215
|
...(optionsListProps as AnyObject)?.headerProps,
|
|
212
|
-
indeterminate:
|
|
213
|
-
checked:
|
|
216
|
+
indeterminate: selectedDraft.length > 0,
|
|
217
|
+
checked:
|
|
218
|
+
selectedDraft.length === flatOptions.length ||
|
|
219
|
+
flatOptions.every(({ key }) => selectedKeys.includes(key)),
|
|
214
220
|
onChange: handleToggleAll,
|
|
215
221
|
},
|
|
216
222
|
},
|
package/src/typings.ts
CHANGED
|
@@ -871,14 +871,18 @@ export type BottomSheetSelectMobileProps = {
|
|
|
871
871
|
/**
|
|
872
872
|
* Дополнительные пропсы шторки
|
|
873
873
|
*/
|
|
874
|
-
bottomSheetProps?: Partial<BottomSheetProps
|
|
874
|
+
bottomSheetProps?: Omit<Partial<BottomSheetProps>, 'bottomAddons'> & {
|
|
875
|
+
bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
|
|
876
|
+
};
|
|
875
877
|
};
|
|
876
878
|
|
|
877
879
|
export type ModalSelectMobileProps = {
|
|
878
880
|
/**
|
|
879
881
|
* Дополнительные пропсы шапки модалки
|
|
880
882
|
*/
|
|
881
|
-
modalHeaderProps?: Partial<ModalHeaderProps
|
|
883
|
+
modalHeaderProps?: Omit<Partial<ModalHeaderProps>, 'bottomAddons'> & {
|
|
884
|
+
bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
|
|
885
|
+
};
|
|
882
886
|
|
|
883
887
|
/**
|
|
884
888
|
* Дополнительные пропсы модалки
|
package/typings.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { InputProps } from "@alfalab/core-components-input";
|
|
|
6
6
|
import { ModalProps } from "@alfalab/core-components-modal";
|
|
7
7
|
import { ModalFooterProps, ModalHeaderProps } from "@alfalab/core-components-modal/shared";
|
|
8
8
|
import { PopoverProps } from "@alfalab/core-components-popover";
|
|
9
|
-
import { UseSelectWithApplyProps } from "./hook-
|
|
9
|
+
import { UseSelectWithApplyProps } from "./hook-b3d196bf";
|
|
10
10
|
type AnyObject = Record<string, any>;
|
|
11
11
|
type OptionShape = {
|
|
12
12
|
/**
|
|
@@ -687,13 +687,17 @@ type BottomSheetSelectMobileProps = {
|
|
|
687
687
|
/**
|
|
688
688
|
* Дополнительные пропсы шторки
|
|
689
689
|
*/
|
|
690
|
-
bottomSheetProps?: Partial<BottomSheetProps
|
|
690
|
+
bottomSheetProps?: Omit<Partial<BottomSheetProps>, 'bottomAddons'> & {
|
|
691
|
+
bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
|
|
692
|
+
};
|
|
691
693
|
};
|
|
692
694
|
type ModalSelectMobileProps = {
|
|
693
695
|
/**
|
|
694
696
|
* Дополнительные пропсы шапки модалки
|
|
695
697
|
*/
|
|
696
|
-
modalHeaderProps?: Partial<ModalHeaderProps
|
|
698
|
+
modalHeaderProps?: Omit<Partial<ModalHeaderProps>, 'bottomAddons'> & {
|
|
699
|
+
bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
|
|
700
|
+
};
|
|
697
701
|
/**
|
|
698
702
|
* Дополнительные пропсы модалки
|
|
699
703
|
*/
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var mobileStyles = {"sheet":"select__sheet_156q4","sheetContent":"select__sheetContent_156q4","modalContent":"select__modalContent_156q4","sheetContainer":"select__sheetContainer_156q4","optionsListWrapper":"select__optionsListWrapper_156q4","optionsList":"select__optionsList_156q4","scrollbar":"select__scrollbar_156q4","search":"select__search_156q4","option":"select__option_156q4","optionGroup":"select__optionGroup_156q4"};
|
|
2
|
-
require('./components/base-select/mobile.css')
|
|
3
|
-
|
|
4
|
-
export { mobileStyles as m };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var mobileStyles = {"sheet":"select__sheet_156q4","sheetContent":"select__sheetContent_156q4","modalContent":"select__modalContent_156q4","sheetContainer":"select__sheetContainer_156q4","optionsListWrapper":"select__optionsListWrapper_156q4","optionsList":"select__optionsList_156q4","scrollbar":"select__scrollbar_156q4","search":"select__search_156q4","option":"select__option_156q4","optionGroup":"select__optionGroup_156q4"};
|
|
4
|
-
require('./components/base-select/mobile.css')
|
|
5
|
-
|
|
6
|
-
exports.mobileStyles = mobileStyles;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const mobileStyles = {"sheet":"select__sheet_156q4","sheetContent":"select__sheetContent_156q4","modalContent":"select__modalContent_156q4","sheetContainer":"select__sheetContainer_156q4","optionsListWrapper":"select__optionsListWrapper_156q4","optionsList":"select__optionsList_156q4","scrollbar":"select__scrollbar_156q4","search":"select__search_156q4","option":"select__option_156q4","optionGroup":"select__optionGroup_156q4"};
|
|
2
|
-
require('./components/base-select/mobile.css')
|
|
3
|
-
|
|
4
|
-
export { mobileStyles as m };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|