@alfalab/core-components-select 13.2.11 → 13.2.13
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/{cssm/Component-29488b22.d.ts → Component-088caba2.d.ts} +285 -51
- package/{Component-fc2a45a0.js → Component-088caba2.js} +31 -26
- package/{Component-0a2300e8.d.ts → Component-ca307b80.d.ts} +0 -0
- package/{Component-0a2300e8.js → Component-ca307b80.js} +10 -10
- package/Component.js +4 -4
- package/Component.responsive.js +7 -6
- 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 +3 -3
- 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 +5 -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 +5 -4
- package/components/base-select-mobile/options-list/Component.js +3 -3
- package/components/base-select-mobile/options-list/index.css +9 -9
- package/components/base-select-mobile/options-list/index.js +1 -1
- package/components/base-select-mobile/virtual-options-list/Component.d.ts +5 -0
- package/components/base-select-mobile/virtual-options-list/Component.js +112 -0
- package/components/base-select-mobile/virtual-options-list/index.css +89 -0
- package/components/base-select-mobile/virtual-options-list/index.d.ts +1 -0
- package/components/base-select-mobile/virtual-options-list/index.js +16 -0
- package/components/checkmark/Component.js +1 -1
- package/components/checkmark/index.css +10 -10
- package/components/field/Component.js +4 -4
- package/components/field/index.css +9 -9
- package/components/field/index.js +1 -1
- package/components/index.js +5 -4
- package/components/native-select/Component.js +4 -4
- 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 +3 -3
- package/components/option/index.css +20 -20
- package/components/option/index.js +1 -1
- package/components/options-list/Component.js +5 -5
- package/components/options-list/index.css +6 -6
- package/components/options-list/index.js +1 -1
- package/components/select-mobile/Component.js +5 -4
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +5 -4
- package/components/select-modal-mobile/Component.js +5 -4
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +5 -4
- package/components/virtual-options-list/Component.js +4 -4
- package/components/virtual-options-list/index.css +12 -12
- package/components/virtual-options-list/index.js +1 -1
- package/cssm/{Component-d0e84442.d.ts → Component-1481ef6b.d.ts} +0 -0
- package/cssm/{Component-d0e84442.js → Component-1481ef6b.js} +9 -9
- package/{modern/Component-3b90d09b.d.ts → cssm/Component-8f0723b4.d.ts} +285 -51
- package/cssm/{Component-29488b22.js → Component-8f0723b4.js} +28 -23
- package/cssm/Component.js +4 -4
- package/cssm/Component.responsive.js +7 -5
- package/cssm/components/base-option/Component.js +2 -2
- package/cssm/components/base-option/index.js +1 -1
- package/cssm/components/base-select/Component.js +2 -2
- package/cssm/components/base-select/index.d.ts +1 -1
- package/cssm/components/base-select/index.js +2 -2
- package/cssm/components/base-select-mobile/Component.js +5 -3
- package/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/cssm/components/base-select-mobile/index.js +5 -3
- package/cssm/components/base-select-mobile/options-list/Component.js +2 -2
- package/cssm/components/base-select-mobile/options-list/index.js +1 -1
- package/cssm/components/base-select-mobile/virtual-options-list/Component.d.ts +5 -0
- package/cssm/components/base-select-mobile/virtual-options-list/Component.js +112 -0
- package/cssm/components/base-select-mobile/virtual-options-list/index.d.ts +1 -0
- package/cssm/components/base-select-mobile/virtual-options-list/index.js +18 -0
- package/cssm/components/base-select-mobile/virtual-options-list/index.module.css +88 -0
- package/cssm/components/field/Component.js +3 -3
- package/cssm/components/field/index.js +1 -1
- package/cssm/components/index.js +5 -3
- package/cssm/components/native-select/Component.js +4 -4
- package/cssm/components/native-select/index.js +1 -1
- package/cssm/components/option/Component.js +2 -2
- package/cssm/components/option/index.js +1 -1
- package/cssm/components/options-list/Component.js +4 -4
- package/cssm/components/options-list/index.js +1 -1
- package/cssm/components/select-mobile/Component.js +5 -3
- package/cssm/components/select-mobile/index.d.ts +1 -1
- package/cssm/components/select-mobile/index.js +5 -3
- package/cssm/components/select-modal-mobile/Component.js +5 -3
- package/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/cssm/components/select-modal-mobile/index.js +5 -3
- package/cssm/components/virtual-options-list/Component.js +3 -3
- package/cssm/components/virtual-options-list/index.js +1 -1
- package/cssm/index.js +5 -3
- package/cssm/presets/index.js +5 -3
- package/cssm/presets/useLazyLoading/hook.js +9 -9
- package/cssm/presets/useSelectWithApply/hook.js +5 -3
- package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -3
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +5 -3
- package/cssm/presets/useSelectWithLoading/hook.js +2 -2
- package/cssm/responsive.js +5 -3
- package/cssm/utils.js +1 -1
- package/{Component-fc2a45a0.d.ts → esm/Component-23df669b.d.ts} +285 -51
- package/esm/{Component-dd382646.js → Component-23df669b.js} +15 -10
- package/esm/{Component-4b015ad5.d.ts → Component-82c9c6a4.d.ts} +0 -0
- package/esm/{Component-4b015ad5.js → Component-82c9c6a4.js} +2 -2
- package/esm/Component.js +2 -2
- package/esm/Component.responsive.js +5 -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 +5 -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 +5 -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/base-select-mobile/virtual-options-list/Component.d.ts +5 -0
- package/esm/components/base-select-mobile/virtual-options-list/Component.js +105 -0
- package/esm/components/base-select-mobile/virtual-options-list/index.css +89 -0
- package/esm/components/base-select-mobile/virtual-options-list/index.d.ts +1 -0
- package/esm/components/base-select-mobile/virtual-options-list/index.js +10 -0
- package/esm/components/checkmark/Component.js +1 -1
- package/esm/components/checkmark/index.css +10 -10
- 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 +5 -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 +5 -4
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +5 -4
- package/esm/components/select-modal-mobile/Component.js +5 -4
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +5 -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.js +5 -4
- package/esm/{intersection-observer-48ccda2c.d.ts → intersection-observer-12c920c6.d.ts} +0 -0
- package/esm/{intersection-observer-48ccda2c.js → intersection-observer-12c920c6.js} +0 -0
- package/esm/presets/index.js +5 -4
- package/esm/presets/useLazyLoading/hook.js +3 -3
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +5 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -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 +5 -4
- package/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +5 -4
- package/esm/utils.js +1 -1
- package/index.js +5 -4
- package/{intersection-observer-404c5a30.d.ts → intersection-observer-31caed5c.d.ts} +0 -0
- package/{intersection-observer-404c5a30.js → intersection-observer-31caed5c.js} +0 -0
- package/{esm/Component-dd382646.d.ts → modern/Component-629f202b.d.ts} +285 -51
- package/modern/{Component-3b90d09b.js → Component-629f202b.js} +14 -9
- package/modern/{Component-19b9374d.d.ts → Component-c2743e76.d.ts} +0 -0
- package/modern/{Component-19b9374d.js → Component-c2743e76.js} +1 -1
- package/modern/Component.js +1 -1
- package/modern/Component.responsive.js +4 -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 +4 -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 +4 -3
- package/modern/components/base-select-mobile/options-list/Component.js +1 -1
- package/modern/components/base-select-mobile/options-list/index.css +9 -9
- package/modern/components/base-select-mobile/virtual-options-list/Component.d.ts +5 -0
- package/modern/components/base-select-mobile/virtual-options-list/Component.js +99 -0
- package/modern/components/base-select-mobile/virtual-options-list/index.css +89 -0
- package/modern/components/base-select-mobile/virtual-options-list/index.d.ts +1 -0
- package/modern/components/base-select-mobile/virtual-options-list/index.js +9 -0
- package/modern/components/checkmark/Component.js +1 -1
- package/modern/components/checkmark/index.css +10 -10
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +9 -9
- package/modern/components/index.js +4 -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 +4 -3
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +4 -3
- package/modern/components/select-modal-mobile/Component.js +4 -3
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +4 -3
- package/modern/components/virtual-options-list/Component.js +1 -1
- package/modern/components/virtual-options-list/index.css +12 -12
- package/modern/index.js +4 -3
- package/modern/{intersection-observer-48ccda2c.d.ts → intersection-observer-12c920c6.d.ts} +0 -0
- package/modern/{intersection-observer-48ccda2c.js → intersection-observer-12c920c6.js} +0 -0
- package/modern/presets/index.js +4 -3
- package/modern/presets/useLazyLoading/hook.js +2 -2
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +4 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -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 +4 -3
- package/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/responsive.js +4 -3
- package/modern/utils.js +1 -1
- package/package.json +14 -13
- package/presets/index.js +5 -4
- package/presets/useLazyLoading/hook.js +11 -11
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +5 -4
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -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 +5 -4
- package/presets/useSelectWithLoading/hook.js +3 -3
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +5 -4
- package/utils.js +1 -1
- package/cssm/tslib.es6-0e9bf404.d.ts +0 -36
- package/cssm/tslib.es6-0e9bf404.js +0 -54
- package/esm/tslib.es6-427aef08.d.ts +0 -36
- package/esm/tslib.es6-427aef08.js +0 -51
- package/tslib.es6-a986f11c.d.ts +0 -36
- package/tslib.es6-a986f11c.js +0 -54
|
@@ -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-c2743e76.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-12c920c6.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';
|
|
@@ -28,8 +28,9 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
|
28
28
|
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
|
+
import { VirtualOptionsList } from './components/base-select-mobile/virtual-options-list/Component.js';
|
|
31
32
|
|
|
32
|
-
const styles$1 = {"footer":"
|
|
33
|
+
const styles$1 = {"footer":"select__footer_l8orr","withBorder":"select__withBorder_l8orr"};
|
|
33
34
|
require('./presets/useSelectWithApply/options-list-with-apply/index.css')
|
|
34
35
|
|
|
35
36
|
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,10 +143,13 @@ function useSelectWithApply({ options, selected, onChange = () => null, OptionsL
|
|
|
142
143
|
};
|
|
143
144
|
}
|
|
144
145
|
|
|
145
|
-
const styles = {"component":"
|
|
146
|
+
const styles = {"component":"select__component_mpz1x","popoverInner":"select__popoverInner_mpz1x","sheet":"select__sheet_mpz1x","sheetContent":"select__sheetContent_mpz1x","sheetContainer":"select__sheetContainer_mpz1x","block":"select__block_mpz1x","option":"select__option_mpz1x","optionGroup":"select__optionGroup_mpz1x"};
|
|
146
147
|
require('./components/base-select-mobile/index.css')
|
|
147
148
|
|
|
148
|
-
const
|
|
149
|
+
const VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
|
|
150
|
+
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 = options.length > VIRTUAL_OPTIONS_LIST_THRESHOLD
|
|
151
|
+
? VirtualOptionsList
|
|
152
|
+
: OptionsList$1, swipeable, footer, isBottomSheet, bottomSheetProps, }, ref) => {
|
|
149
153
|
const rootRef = useRef(null);
|
|
150
154
|
const fieldRef = useRef(null);
|
|
151
155
|
const listRef = useRef(null);
|
|
@@ -153,6 +157,7 @@ const BaseSelectMobile = forwardRef(({ dataTestId, className, fieldClassName, op
|
|
|
153
157
|
const itemToString = (option) => (option ? option.key : '');
|
|
154
158
|
const { flatOptions, selectedOptions } = useMemo(() => processOptions(options, selected), [options, selected]);
|
|
155
159
|
const selectedOptionsRef = useRef(selectedOptions);
|
|
160
|
+
const scrollableContainerRef = useRef(null);
|
|
156
161
|
const [selectedDraft, setSelectedDraft] = useState(selectedOptions);
|
|
157
162
|
const useMultipleSelectionProps = {
|
|
158
163
|
itemToString,
|
|
@@ -352,12 +357,12 @@ const BaseSelectMobile = forwardRef(({ dataTestId, className, fieldClassName, op
|
|
|
352
357
|
: undefined,
|
|
353
358
|
}, dataTestId: getDataTestId(dataTestId, 'field'), ...fieldProps }),
|
|
354
359
|
name && renderValue(),
|
|
355
|
-
isBottomSheet ? (React.createElement(BottomSheet, { open: open, onClose: handleClose, className: styles.sheet, contentClassName: styles.sheetContent, containerClassName: styles.sheetContainer, title: placeholder, actionButton: footer, stickyHeader: true, hasCloser: true, swipeable: swipeable, ...bottomSheetProps },
|
|
360
|
+
isBottomSheet ? (React.createElement(BottomSheet, { open: open, onClose: handleClose, className: styles.sheet, contentClassName: styles.sheetContent, containerClassName: styles.sheetContainer, title: label || placeholder, actionButton: footer, stickyHeader: true, hasCloser: true, swipeable: swipeable, scrollableContainerRef: scrollableContainerRef, ...bottomSheetProps },
|
|
356
361
|
React.createElement("div", { ...menuProps, className: optionsListClassName },
|
|
357
|
-
React.createElement(OptionsListWithApply, { showFooter: multiple, ...optionsListProps, flatOptions: flatOptions, highlightedIndex: highlightedIndex, size: size, options: options, OptionsList: OptionsList, Optgroup: Optgroup$1, Option: Option$1, selectedItems: selectedItems, setSelectedItems: setSelectedItems, toggleMenu: toggleMenu, getOptionProps: getOptionProps, dataTestId: getDataTestId(dataTestId, 'options-list'), optionGroupClassName: cn(styles.optionGroup, optionGroupClassName), onApply: handleApply, onClear: handleClear })))) : (React.createElement(ModalMobile, { open: open, onClose: handleClose, contentClassName: styles.sheetContent, hasCloser: true },
|
|
358
|
-
React.createElement(ModalMobile.Header, { hasCloser: true,
|
|
362
|
+
React.createElement(OptionsListWithApply, { showFooter: multiple, ...optionsListProps, flatOptions: flatOptions, highlightedIndex: highlightedIndex, size: size, options: options, OptionsList: OptionsList, Optgroup: Optgroup$1, Option: Option$1, selectedItems: selectedItems, setSelectedItems: setSelectedItems, toggleMenu: toggleMenu, getOptionProps: getOptionProps, dataTestId: getDataTestId(dataTestId, 'options-list'), optionGroupClassName: cn(styles.optionGroup, optionGroupClassName), onApply: handleApply, onClear: handleClear, ref: scrollableContainerRef })))) : (React.createElement(ModalMobile, { open: open, onClose: handleClose, contentClassName: styles.sheetContent, hasCloser: true, ref: scrollableContainerRef },
|
|
363
|
+
React.createElement(ModalMobile.Header, { hasCloser: true, sticky: true }, label || placeholder),
|
|
359
364
|
React.createElement("div", { ...menuProps, className: optionsListClassName },
|
|
360
|
-
React.createElement(OptionsListWithApply, { showFooter: multiple, ...optionsListProps, flatOptions: flatOptions, highlightedIndex: highlightedIndex, size: size, options: options, OptionsList: OptionsList, Optgroup: Optgroup$1, Option: Option$1, selectedItems: selectedItems, setSelectedItems: setSelectedItems, toggleMenu: toggleMenu, getOptionProps: getOptionProps, dataTestId: getDataTestId(dataTestId, 'options-list'), optionGroupClassName: cn(styles.optionGroup, optionGroupClassName), onApply: handleApply, onClear: handleClear }))))));
|
|
365
|
+
React.createElement(OptionsListWithApply, { showFooter: multiple, ...optionsListProps, flatOptions: flatOptions, highlightedIndex: highlightedIndex, size: size, options: options, OptionsList: OptionsList, Optgroup: Optgroup$1, Option: Option$1, selectedItems: selectedItems, setSelectedItems: setSelectedItems, toggleMenu: toggleMenu, getOptionProps: getOptionProps, dataTestId: getDataTestId(dataTestId, 'options-list'), optionGroupClassName: cn(styles.optionGroup, optionGroupClassName), onApply: handleApply, onClear: handleClear, ref: scrollableContainerRef }))))));
|
|
361
366
|
});
|
|
362
367
|
|
|
363
368
|
const SelectMobile = forwardRef(({ autocomplete = false, multiple = false, allowUnselect = false, disabled = false, closeOnSelect = !multiple, circularNavigation = false, defaultOpen = false, open: openProp, size = 'm', optionsSize = 'm', fieldProps = {}, optionProps = {}, Arrow: Arrow$1 = Arrow, Field: Field$1 = Field, Optgroup: Optgroup$1 = Optgroup, Option: Option$1 = Option, ...restProps }, ref) => (React.createElement(BaseSelectMobile, { ref: ref, autocomplete: autocomplete, multiple: multiple, allowUnselect: allowUnselect, disabled: disabled, closeOnSelect: closeOnSelect, circularNavigation: circularNavigation, defaultOpen: defaultOpen, open: openProp, size: size, optionsSize: optionsSize, fieldProps: fieldProps, optionProps: optionProps, Arrow: Arrow$1, Field: Field$1, Optgroup: Optgroup$1, Option: Option$1, isBottomSheet: true, ...restProps })));
|
|
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_1p67t","popoverInner":"select__popoverInner_1p67t","optionsList":"select__optionsList_1p67t","nativeSelect":"select__nativeSelect_1p67t","block":"select__block_1p67t"};
|
|
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) => {
|
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-c2743e76.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-c2743e76.js';
|
|
7
|
+
import { S as SelectMobile } from './Component-629f202b.js';
|
|
8
8
|
import '@alfalab/core-components-form-control/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
10
10
|
import '@alfalab/core-components-badge/modern';
|
|
@@ -30,10 +30,11 @@ 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-12c920c6.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';
|
|
37
|
+
import './components/base-select-mobile/virtual-options-list/Component.js';
|
|
37
38
|
|
|
38
39
|
const SelectResponsive = forwardRef(({ footer, swipeable, bottomSheetProps, OptionsList, onScroll, fieldProps, breakpoint = 1024, ...restProps }, ref) => {
|
|
39
40
|
const [view] = useMedia([
|
|
@@ -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_1ydhd","open":"select__open_1ydhd"};
|
|
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: dr3f8 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-graphic-primary: #0b1f35;
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
/* checkmark */
|
|
27
27
|
|
|
28
28
|
/* optgroup */
|
|
29
|
-
} .
|
|
29
|
+
} .select__arrow_1ydhd {
|
|
30
30
|
display: block;
|
|
31
31
|
width: 24px;
|
|
32
32
|
height: 24px;
|
|
33
33
|
color: var(--select-arrow-color);
|
|
34
34
|
|
|
35
35
|
transition: transform 0.15s ease-in-out, opacity 0.2s ease;
|
|
36
|
-
} .
|
|
36
|
+
} .select__open_1ydhd {
|
|
37
37
|
transform: var(--arrow-transform);
|
|
38
38
|
}
|
|
@@ -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_1kd6s","single":"select__single_1kd6s","selected":"select__selected_1kd6s"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
const BaseCheckmark = ({ selected, disabled = false, className, multiple, }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: knt3d */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
/* checkmark */
|
|
24
24
|
|
|
25
25
|
/* optgroup */
|
|
26
|
-
} .
|
|
26
|
+
} .select__checkmark_1kd6s {
|
|
27
27
|
flex-shrink: 0;
|
|
28
28
|
box-sizing: border-box;
|
|
29
|
-
} .
|
|
29
|
+
} .select__single_1kd6s {
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
justify-content: center;
|
|
33
33
|
opacity: 0
|
|
34
|
-
} .
|
|
34
|
+
} .select__single_1kd6s.select__selected_1kd6s {
|
|
35
35
|
opacity: 1;
|
|
36
36
|
}
|
|
@@ -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_193gp","disabled":"select__disabled_193gp","checkmarkBefore":"select__checkmarkBefore_193gp","mobile":"select__mobile_193gp","checkmarkAfter":"select__checkmarkAfter_193gp","textContent":"select__textContent_193gp","selected":"select__selected_193gp","highlighted":"select__highlighted_193gp","content":"select__content_193gp"};
|
|
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: ih8e0 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
/* checkmark */
|
|
44
44
|
|
|
45
45
|
/* optgroup */
|
|
46
|
-
} .
|
|
46
|
+
} .select__option_193gp {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -60,32 +60,32 @@
|
|
|
60
60
|
position: relative;
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
min-height: var(--size-s-height)
|
|
63
|
-
} .
|
|
63
|
+
} .select__option_193gp:not(.select__disabled_193gp):active {
|
|
64
64
|
background: var(--select-option-active-background);
|
|
65
65
|
color: var(--select-option-active-color);
|
|
66
|
-
} .
|
|
66
|
+
} .select__option_193gp.select__checkmarkBefore_193gp {
|
|
67
67
|
padding: 0 0 0 var(--gap-s)
|
|
68
|
-
} .
|
|
68
|
+
} .select__option_193gp.select__checkmarkBefore_193gp.select__mobile_193gp {
|
|
69
69
|
padding-left: var(--gap-m);
|
|
70
|
-
} .
|
|
70
|
+
} .select__option_193gp.select__checkmarkAfter_193gp {
|
|
71
71
|
padding: 0 var(--gap-s) 0 0
|
|
72
|
-
} .
|
|
72
|
+
} .select__option_193gp.select__checkmarkAfter_193gp.select__mobile_193gp {
|
|
73
73
|
padding-right: var(--gap-l);
|
|
74
|
-
} .
|
|
74
|
+
} .select__option_193gp.select__textContent_193gp {
|
|
75
75
|
padding: var(--gap-s)
|
|
76
|
-
} .
|
|
76
|
+
} .select__option_193gp.select__textContent_193gp.select__mobile_193gp {
|
|
77
77
|
padding: var(--gap-m) var(--gap-l) var(--gap-m) var(--gap-m);
|
|
78
|
-
} .
|
|
78
|
+
} .select__selected_193gp {
|
|
79
79
|
background: var(--select-option-selected-background);
|
|
80
80
|
color: var(--select-option-selected-color);
|
|
81
81
|
cursor: default;
|
|
82
|
-
} .
|
|
82
|
+
} .select__highlighted_193gp {
|
|
83
83
|
background: var(--select-option-hover-background);
|
|
84
84
|
color: var(--select-option-hover-color);
|
|
85
|
-
} .
|
|
85
|
+
} .select__disabled_193gp {
|
|
86
86
|
cursor: var(--disabled-cursor);
|
|
87
87
|
background: var(--select-option-disabled-background);
|
|
88
88
|
color: var(--select-option-disabled-color);
|
|
89
|
-
} .
|
|
89
|
+
} .select__content_193gp {
|
|
90
90
|
flex: 1;
|
|
91
91
|
}
|
|
@@ -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-c2743e76.js';
|
|
9
9
|
import '../../utils.js';
|
|
10
10
|
import '../native-select/Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1qfu7 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
/* checkmark */
|
|
35
35
|
|
|
36
36
|
/* optgroup */
|
|
37
|
-
} .
|
|
37
|
+
} .select__component_1p67t {
|
|
38
38
|
width: max-content;
|
|
39
39
|
position: relative;
|
|
40
40
|
outline: 0;
|
|
41
|
-
} .
|
|
41
|
+
} .select__popoverInner_1p67t {
|
|
42
42
|
padding-top: var(--select-options-list-offset);
|
|
43
43
|
padding-bottom: var(--select-options-list-offset);
|
|
44
44
|
box-shadow: none;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
background: transparent;
|
|
47
47
|
border-radius: 0;
|
|
48
48
|
position: relative;
|
|
49
|
-
} .
|
|
49
|
+
} .select__optionsList_1p67t {
|
|
50
50
|
padding-top: var(--select-options-list-top-padding);
|
|
51
51
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
52
52
|
box-shadow: var(--select-options-list-box-shadow);
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
background: var(--select-option-background);
|
|
55
55
|
overflow: hidden;
|
|
56
56
|
will-change: transform;
|
|
57
|
-
} .
|
|
57
|
+
} .select__nativeSelect_1p67t {
|
|
58
58
|
opacity: 0;
|
|
59
59
|
overflow: hidden;
|
|
60
60
|
position: absolute;
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
height: 100%;
|
|
68
68
|
cursor: pointer;
|
|
69
69
|
z-index: 1;
|
|
70
|
-
} .
|
|
70
|
+
} .select__block_1p67t {
|
|
71
71
|
width: 100%;
|
|
72
72
|
} /* width: max-content; fix for IE */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
73
|
-
.
|
|
73
|
+
.select__component_1p67t {
|
|
74
74
|
float: left;
|
|
75
75
|
clear: left;
|
|
76
76
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-c2743e76";
|
|
@@ -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-c2743e76.js';
|
|
10
|
+
export { B as BaseSelectMobile } from '../../Component-629f202b.js';
|
|
11
11
|
import '../field/Component.js';
|
|
12
12
|
import '../optgroup/Component.js';
|
|
13
13
|
import '../option/Component.js';
|
|
@@ -18,10 +18,11 @@ 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-12c920c6.js';
|
|
22
22
|
import '../base-checkmark/Component.js';
|
|
23
23
|
import './checkmark/Component.js';
|
|
24
24
|
import './options-list/Component.js';
|
|
25
|
+
import './virtual-options-list/Component.js';
|
|
25
26
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
26
27
|
import '@juggle/resize-observer';
|
|
27
28
|
import '@alfalab/core-components-popover/modern';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
4
4
|
|
|
5
|
-
const styles = {"checkmark":"
|
|
5
|
+
const styles = {"checkmark":"select__checkmark_16czi","selected":"select__selected_16czi","displayIcon":"select__displayIcon_16czi","displayBadge":"select__displayBadge_16czi"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Checkmark = ({ selected, className }) => (React.createElement("div", { className: cn(styles.checkmark, className, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 16lqw */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
--select-mobile-checkmark-display-badge: none;
|
|
26
26
|
|
|
27
27
|
/* optgroup */
|
|
28
|
-
} .
|
|
28
|
+
} .select__checkmark_16czi {
|
|
29
29
|
flex-shrink: 0;
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
width: 24px;
|
|
34
34
|
height: 24px;
|
|
35
35
|
opacity: 0
|
|
36
|
-
} .
|
|
36
|
+
} .select__checkmark_16czi:first-child {
|
|
37
37
|
display: none;
|
|
38
|
-
} .
|
|
38
|
+
} .select__checkmark_16czi.select__selected_16czi {
|
|
39
39
|
opacity: 1;
|
|
40
|
-
} .
|
|
40
|
+
} .select__displayIcon_16czi {
|
|
41
41
|
display: var(--select-mobile-checkmark-display-icon);
|
|
42
|
-
} .
|
|
42
|
+
} .select__displayBadge_16czi {
|
|
43
43
|
display: var(--select-mobile-checkmark-display-badge);
|
|
44
44
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: nv0yp */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
/* checkmark */
|
|
29
29
|
|
|
30
30
|
/* optgroup */
|
|
31
|
-
} .
|
|
31
|
+
} .select__component_mpz1x {
|
|
32
32
|
width: max-content;
|
|
33
33
|
position: relative;
|
|
34
34
|
outline: 0;
|
|
35
|
-
} .
|
|
35
|
+
} .select__popoverInner_mpz1x {
|
|
36
36
|
padding-top: var(--select-options-list-offset);
|
|
37
37
|
padding-bottom: var(--select-options-list-offset);
|
|
38
38
|
box-shadow: none;
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
background: transparent;
|
|
41
41
|
border-radius: 0;
|
|
42
42
|
position: relative;
|
|
43
|
-
} .
|
|
43
|
+
} .select__sheet_mpz1x {
|
|
44
44
|
overflow: hidden;
|
|
45
|
-
} .
|
|
45
|
+
} .select__sheetContent_mpz1x {
|
|
46
46
|
padding: 0;
|
|
47
|
-
} .
|
|
47
|
+
} .select__sheetContainer_mpz1x {
|
|
48
48
|
padding: 0;
|
|
49
|
-
} .
|
|
49
|
+
} .select__block_mpz1x {
|
|
50
50
|
width: 100%;
|
|
51
51
|
} /* width: max-content; fix for IE */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
52
|
-
.
|
|
52
|
+
.select__component_mpz1x {
|
|
53
53
|
float: left;
|
|
54
54
|
clear: left;
|
|
55
55
|
}
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_mpz1x {
|
|
57
57
|
padding: var(--gap-2xs) var(--gap-l) var(--gap-2xs) var(--gap-m)
|
|
58
|
-
} .
|
|
58
|
+
} .select__option_mpz1x:before {
|
|
59
59
|
display: none;
|
|
60
|
-
} .
|
|
60
|
+
} .select__optionGroup_mpz1x {
|
|
61
61
|
padding: var(--gap-m) var(--gap-m) var(--gap-xs);
|
|
62
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-629f202b";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BaseSelectMobile } from '../../Component-
|
|
1
|
+
export { B as BaseSelectMobile } from '../../Component-629f202b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../arrow/Component.js';
|
|
4
4
|
import 'classnames';
|
|
@@ -8,7 +8,7 @@ import 'downshift';
|
|
|
8
8
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
9
9
|
import '@alfalab/core-components-modal/modern/mobile';
|
|
10
10
|
import '../../Component.js';
|
|
11
|
-
import '../../Component-
|
|
11
|
+
import '../../Component-c2743e76.js';
|
|
12
12
|
import '@juggle/resize-observer';
|
|
13
13
|
import '@alfalab/core-components-popover/modern';
|
|
14
14
|
import '@alfalab/hooks';
|
|
@@ -30,7 +30,8 @@ import 'react-virtual';
|
|
|
30
30
|
import '../base-option/Component.js';
|
|
31
31
|
import '../base-checkmark/Component.js';
|
|
32
32
|
import '@alfalab/core-components-skeleton/modern';
|
|
33
|
-
import '../../intersection-observer-
|
|
33
|
+
import '../../intersection-observer-12c920c6.js';
|
|
34
34
|
import '@alfalab/core-components-button/modern';
|
|
35
35
|
import './options-list/Component.js';
|
|
36
36
|
import '@alfalab/core-components-base-modal/modern';
|
|
37
|
+
import './virtual-options-list/Component.js';
|
|
@@ -5,7 +5,7 @@ import { Button } from '@alfalab/core-components-button/modern';
|
|
|
5
5
|
import { isGroup } from '../../../utils.js';
|
|
6
6
|
import { Optgroup } from '../../optgroup/Component.js';
|
|
7
7
|
|
|
8
|
-
const styles = {"optionsList":"
|
|
8
|
+
const styles = {"optionsList":"select__optionsList_ehoaq","emptyPlaceholder":"select__emptyPlaceholder_ehoaq","l":"select__l_ehoaq","xl":"select__xl_ehoaq","footer":"select__footer_ehoaq","footerButton":"select__footerButton_ehoaq","highlighted":"select__highlighted_ehoaq"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
const createCounter = () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1544j */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -33,28 +33,28 @@
|
|
|
33
33
|
} :root {
|
|
34
34
|
--select-mobile-footer-border-top: 1px solid var(--color-light-border-primary);
|
|
35
35
|
--select-mobile-footer-background-color: var(--color-light-bg-primary);
|
|
36
|
-
} .
|
|
36
|
+
} .select__optionsList_ehoaq {
|
|
37
37
|
width: 100%;
|
|
38
38
|
outline: none;
|
|
39
39
|
box-sizing: border-box;
|
|
40
|
-
} .
|
|
40
|
+
} .select__emptyPlaceholder_ehoaq {
|
|
41
41
|
padding: var(--gap-m) var(--gap-s);
|
|
42
42
|
color: var(--select-options-list-empty-placeholder-color);
|
|
43
|
-
} .
|
|
44
|
-
.
|
|
43
|
+
} .select__l_ehoaq .select__emptyPlaceholder_ehoaq,
|
|
44
|
+
.select__xl_ehoaq .select__emptyPlaceholder_ehoaq {
|
|
45
45
|
padding: var(--gap-xl) var(--gap-m);
|
|
46
|
-
} .
|
|
46
|
+
} .select__footer_ehoaq {
|
|
47
47
|
display: flex;
|
|
48
48
|
justify-content: space-between;
|
|
49
49
|
position: sticky;
|
|
50
50
|
padding: var(--gap-m) var(--gap-m);
|
|
51
51
|
background-color: var(--color-light-bg-primary);
|
|
52
52
|
bottom: 0
|
|
53
|
-
} .
|
|
53
|
+
} .select__footer_ehoaq .select__footerButton_ehoaq:first-of-type {
|
|
54
54
|
margin-right: var(--gap-m);
|
|
55
|
-
} .
|
|
55
|
+
} .select__footerButton_ehoaq {
|
|
56
56
|
width: 50%;
|
|
57
|
-
} .
|
|
57
|
+
} .select__highlighted_ehoaq {
|
|
58
58
|
border-top: var(--select-mobile-footer-border-top);
|
|
59
59
|
background-color: var(--select-mobile-footer-background-color);
|
|
60
60
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { OptionsListProps } from "../../../typings";
|
|
4
|
+
declare const VirtualOptionsList: React.ForwardRefExoticComponent<OptionsListProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { VirtualOptionsList };
|