@alfalab/core-components-select 10.3.0 → 10.4.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.
Files changed (170) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/Component.d.ts +1 -1
  3. package/dist/Component.js +1 -1
  4. package/dist/components/arrow/Component.js +1 -1
  5. package/dist/components/arrow/index.css +3 -3
  6. package/dist/components/base-select/Component.js +23 -22
  7. package/dist/components/base-select/index.css +7 -7
  8. package/dist/components/base-select/index.js +1 -1
  9. package/dist/components/checkmark/Component.js +2 -2
  10. package/dist/components/checkmark/index.css +7 -7
  11. package/dist/components/field/Component.d.ts +1 -1
  12. package/dist/components/field/Component.js +3 -3
  13. package/dist/components/field/index.css +9 -9
  14. package/dist/components/field/index.js +1 -1
  15. package/dist/components/index.js +1 -1
  16. package/dist/components/native-select/Component.js +1 -1
  17. package/dist/components/native-select/index.js +1 -1
  18. package/dist/components/optgroup/Component.js +1 -1
  19. package/dist/components/optgroup/index.css +6 -6
  20. package/dist/components/option/Component.js +2 -2
  21. package/dist/components/option/index.css +20 -20
  22. package/dist/components/option/index.js +1 -1
  23. package/dist/components/options-list/Component.js +13 -8
  24. package/dist/components/options-list/index.css +9 -5
  25. package/dist/components/options-list/index.js +1 -0
  26. package/dist/components/virtual-options-list/Component.d.ts +1 -1
  27. package/dist/components/virtual-options-list/Component.js +22 -18
  28. package/dist/components/virtual-options-list/index.css +15 -12
  29. package/dist/components/virtual-options-list/index.js +1 -0
  30. package/dist/cssm/Component.d.ts +1 -1
  31. package/dist/cssm/components/base-select/Component.js +21 -20
  32. package/dist/cssm/components/checkmark/Component.js +1 -1
  33. package/dist/cssm/components/field/Component.d.ts +1 -1
  34. package/dist/cssm/components/field/Component.js +1 -1
  35. package/dist/cssm/components/options-list/Component.js +12 -7
  36. package/dist/cssm/components/options-list/index.js +1 -0
  37. package/dist/cssm/components/options-list/index.module.css +4 -0
  38. package/dist/cssm/components/virtual-options-list/Component.d.ts +1 -1
  39. package/dist/cssm/components/virtual-options-list/Component.js +21 -17
  40. package/dist/cssm/components/virtual-options-list/index.js +1 -0
  41. package/dist/cssm/components/virtual-options-list/index.module.css +4 -1
  42. package/dist/cssm/hook-45e5f3a8.d.ts +12 -0
  43. package/dist/cssm/hook-45e5f3a8.js +147 -0
  44. package/dist/cssm/hook-f5b8fe4f.d.ts +61 -0
  45. package/dist/cssm/index.js +7 -1
  46. package/dist/cssm/intersection-observer-8c55e13a.d.ts +1 -0
  47. package/dist/cssm/intersection-observer-8c55e13a.js +893 -0
  48. package/dist/cssm/presets/index.d.ts +1 -0
  49. package/dist/cssm/presets/index.js +29 -1
  50. package/dist/cssm/presets/useLazyLoading/hook.js +1 -892
  51. package/dist/cssm/presets/useSelectWithApply/hook.d.ts +0 -0
  52. package/dist/cssm/presets/useSelectWithApply/hook.js +46 -0
  53. package/dist/cssm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
  54. package/dist/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +45 -0
  55. package/dist/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -0
  56. package/dist/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +45 -0
  57. package/dist/cssm/presets/useSelectWithApply/options-list-with-apply/index.module.css +38 -0
  58. package/dist/cssm/typings.d.ts +39 -6
  59. package/dist/esm/Component.d.ts +1 -1
  60. package/dist/esm/Component.js +1 -1
  61. package/dist/esm/components/arrow/Component.js +1 -1
  62. package/dist/esm/components/arrow/index.css +3 -3
  63. package/dist/esm/components/base-select/Component.js +23 -22
  64. package/dist/esm/components/base-select/index.css +7 -7
  65. package/dist/esm/components/base-select/index.js +1 -1
  66. package/dist/esm/components/checkmark/Component.js +2 -2
  67. package/dist/esm/components/checkmark/index.css +7 -7
  68. package/dist/esm/components/field/Component.d.ts +1 -1
  69. package/dist/esm/components/field/Component.js +3 -3
  70. package/dist/esm/components/field/index.css +9 -9
  71. package/dist/esm/components/field/index.js +1 -1
  72. package/dist/esm/components/index.js +1 -1
  73. package/dist/esm/components/native-select/Component.js +1 -1
  74. package/dist/esm/components/native-select/index.js +1 -1
  75. package/dist/esm/components/optgroup/Component.js +1 -1
  76. package/dist/esm/components/optgroup/index.css +6 -6
  77. package/dist/esm/components/option/Component.js +2 -2
  78. package/dist/esm/components/option/index.css +20 -20
  79. package/dist/esm/components/option/index.js +1 -1
  80. package/dist/esm/components/options-list/Component.js +14 -9
  81. package/dist/esm/components/options-list/index.css +9 -5
  82. package/dist/esm/components/options-list/index.js +1 -0
  83. package/dist/esm/components/virtual-options-list/Component.d.ts +1 -1
  84. package/dist/esm/components/virtual-options-list/Component.js +22 -18
  85. package/dist/esm/components/virtual-options-list/index.css +15 -12
  86. package/dist/esm/components/virtual-options-list/index.js +1 -0
  87. package/dist/esm/hook-a01ac265.d.ts +12 -0
  88. package/dist/esm/hook-a01ac265.js +131 -0
  89. package/dist/esm/hook-f5b8fe4f.d.ts +61 -0
  90. package/dist/esm/index.js +4 -1
  91. package/dist/esm/intersection-observer-2080f60e.d.ts +1 -0
  92. package/dist/esm/intersection-observer-2080f60e.js +891 -0
  93. package/dist/esm/presets/index.d.ts +1 -0
  94. package/dist/esm/presets/index.js +20 -1
  95. package/dist/esm/presets/useLazyLoading/hook.js +3 -894
  96. package/dist/esm/presets/useLazyLoading/index.css +2 -2
  97. package/dist/esm/presets/useSelectWithApply/hook.d.ts +0 -0
  98. package/dist/esm/presets/useSelectWithApply/hook.js +26 -0
  99. package/dist/esm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
  100. package/dist/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +26 -0
  101. package/dist/esm/presets/useSelectWithApply/options-list-with-apply/index.css +39 -0
  102. package/dist/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -0
  103. package/dist/esm/presets/useSelectWithApply/options-list-with-apply/index.js +26 -0
  104. package/dist/esm/presets/useSelectWithLoading/hook.js +2 -2
  105. package/dist/esm/presets/useSelectWithLoading/index.css +2 -2
  106. package/dist/esm/{tslib.es6-5a8a0ede.d.ts → tslib.es6-11a0bbd3.d.ts} +0 -0
  107. package/dist/esm/{tslib.es6-5a8a0ede.js → tslib.es6-11a0bbd3.js} +0 -0
  108. package/dist/esm/typings.d.ts +39 -6
  109. package/dist/hook-4f9a90b8.d.ts +12 -0
  110. package/dist/hook-4f9a90b8.js +140 -0
  111. package/dist/hook-f5b8fe4f.d.ts +61 -0
  112. package/dist/index.js +6 -1
  113. package/dist/intersection-observer-c983b2d1.d.ts +1 -0
  114. package/dist/intersection-observer-c983b2d1.js +893 -0
  115. package/dist/modern/Component.d.ts +1 -1
  116. package/dist/modern/components/arrow/Component.js +1 -1
  117. package/dist/modern/components/arrow/index.css +3 -3
  118. package/dist/modern/components/base-select/Component.js +17 -14
  119. package/dist/modern/components/base-select/index.css +7 -7
  120. package/dist/modern/components/checkmark/Component.js +2 -2
  121. package/dist/modern/components/checkmark/index.css +7 -7
  122. package/dist/modern/components/field/Component.d.ts +1 -1
  123. package/dist/modern/components/field/Component.js +2 -2
  124. package/dist/modern/components/field/index.css +9 -9
  125. package/dist/modern/components/optgroup/Component.js +1 -1
  126. package/dist/modern/components/optgroup/index.css +6 -6
  127. package/dist/modern/components/option/Component.js +1 -1
  128. package/dist/modern/components/option/index.css +20 -20
  129. package/dist/modern/components/options-list/Component.js +11 -7
  130. package/dist/modern/components/options-list/index.css +9 -5
  131. package/dist/modern/components/virtual-options-list/Component.d.ts +1 -1
  132. package/dist/modern/components/virtual-options-list/Component.js +20 -17
  133. package/dist/modern/components/virtual-options-list/index.css +15 -12
  134. package/dist/modern/hook-cdda7a62.d.ts +12 -0
  135. package/dist/modern/hook-cdda7a62.js +132 -0
  136. package/dist/modern/hook-f5b8fe4f.d.ts +61 -0
  137. package/dist/modern/index.js +3 -0
  138. package/dist/modern/intersection-observer-2080f60e.d.ts +1 -0
  139. package/dist/modern/intersection-observer-2080f60e.js +891 -0
  140. package/dist/modern/presets/index.d.ts +1 -0
  141. package/dist/modern/presets/index.js +19 -0
  142. package/dist/modern/presets/useLazyLoading/hook.js +2 -893
  143. package/dist/modern/presets/useLazyLoading/index.css +2 -2
  144. package/dist/modern/presets/useSelectWithApply/hook.d.ts +0 -0
  145. package/dist/modern/presets/useSelectWithApply/hook.js +25 -0
  146. package/dist/modern/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
  147. package/dist/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +25 -0
  148. package/dist/modern/presets/useSelectWithApply/options-list-with-apply/index.css +39 -0
  149. package/dist/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -0
  150. package/dist/modern/presets/useSelectWithApply/options-list-with-apply/index.js +25 -0
  151. package/dist/modern/presets/useSelectWithLoading/hook.js +1 -1
  152. package/dist/modern/presets/useSelectWithLoading/index.css +2 -2
  153. package/dist/modern/typings.d.ts +39 -6
  154. package/dist/presets/index.d.ts +1 -0
  155. package/dist/presets/index.js +22 -1
  156. package/dist/presets/useLazyLoading/hook.js +3 -894
  157. package/dist/presets/useLazyLoading/index.css +2 -2
  158. package/dist/presets/useSelectWithApply/hook.d.ts +0 -0
  159. package/dist/presets/useSelectWithApply/hook.js +35 -0
  160. package/dist/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
  161. package/dist/presets/useSelectWithApply/options-list-with-apply/Component.js +34 -0
  162. package/dist/presets/useSelectWithApply/options-list-with-apply/index.css +39 -0
  163. package/dist/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -0
  164. package/dist/presets/useSelectWithApply/options-list-with-apply/index.js +34 -0
  165. package/dist/presets/useSelectWithLoading/hook.js +2 -2
  166. package/dist/presets/useSelectWithLoading/index.css +2 -2
  167. package/dist/{tslib.es6-f6070e97.d.ts → tslib.es6-edfcd771.d.ts} +0 -0
  168. package/dist/{tslib.es6-f6070e97.js → tslib.es6-edfcd771.js} +0 -0
  169. package/dist/typings.d.ts +39 -6
  170. package/package.json +3 -2
@@ -0,0 +1,147 @@
1
+ 'use strict';
2
+
3
+ var tslib_es6 = require('./tslib.es6-f8106a15.js');
4
+ var React = require('react');
5
+ var cn = require('classnames');
6
+ require('@alfalab/hooks');
7
+ require('@alfalab/core-components-form-control/dist/cssm');
8
+ var utils = require('./utils.js');
9
+ require('./components/field/index.module.css');
10
+ require('@alfalab/icons-glyph/ChevronDownMIcon');
11
+ require('./components/arrow/index.module.css');
12
+ require('./components/optgroup/index.module.css');
13
+ var components_optionsList_Component = require('./components/options-list/Component.js');
14
+ require('@alfalab/core-components-checkbox/dist/cssm');
15
+ require('./components/checkmark/index.module.css');
16
+ require('./components/option/index.module.css');
17
+ require('./components/base-select/Component.js');
18
+ require('./Component.js');
19
+ require('react-virtual');
20
+ require('./components/virtual-options-list/index.module.css');
21
+ require('@alfalab/core-components-skeleton/dist/cssm');
22
+ require('./presets/useSelectWithLoading/index.module.css');
23
+ require('./intersection-observer-8c55e13a.js');
24
+ require('./presets/useLazyLoading/index.module.css');
25
+ var coreComponentsButton = require('@alfalab/core-components-button/dist/cssm');
26
+ var styles = require('./presets/useSelectWithApply/options-list-with-apply/index.module.css');
27
+
28
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
29
+
30
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
31
+ var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
32
+ var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
33
+
34
+ var OptionsListWithApply = React.forwardRef(function (_a, ref) {
35
+ var _b;
36
+ var toggleMenu = _a.toggleMenu, _c = _a.OptionsList, OptionsList = _c === void 0 ? components_optionsList_Component.OptionsList : _c, defaultGetOptionProps = _a.getOptionProps, _d = _a.showClear, showClear = _d === void 0 ? true : _d, _e = _a.selectedDraft, selectedDraft = _e === void 0 ? [] : _e, _f = _a.flatOptions, flatOptions = _f === void 0 ? [] : _f, _g = _a.onApply, onApply = _g === void 0 ? function () { return null; } : _g, _h = _a.onClear, onClear = _h === void 0 ? function () { return null; } : _h, _j = _a.onClose, onClose = _j === void 0 ? function () { return null; } : _j, _k = _a.visibleOptions, visibleOptions = _k === void 0 ? 5 : _k, restProps = tslib_es6.__rest(_a, ["toggleMenu", "OptionsList", "getOptionProps", "showClear", "selectedDraft", "flatOptions", "onApply", "onClear", "onClose", "visibleOptions"]);
37
+ var footerRef = React.useRef(null);
38
+ var getOptionProps = React.useCallback(function (option, index) {
39
+ var optionProps = defaultGetOptionProps(option, index);
40
+ var selected = option.key === SELECT_ALL_KEY
41
+ ? selectedDraft.length === flatOptions.length - 1
42
+ : selectedDraft.includes(option);
43
+ return tslib_es6.__assign(tslib_es6.__assign({}, optionProps), { selected: selected });
44
+ }, [defaultGetOptionProps, flatOptions.length, selectedDraft]);
45
+ var handleApply = React.useCallback(function () {
46
+ onApply();
47
+ toggleMenu();
48
+ }, [onApply, toggleMenu]);
49
+ var handleClear = React.useCallback(function () {
50
+ onClear();
51
+ toggleMenu();
52
+ }, [onClear, toggleMenu]);
53
+ React.useEffect(function () {
54
+ var activeElement = document.activeElement;
55
+ setTimeout(function () {
56
+ if (footerRef.current) {
57
+ footerRef.current.focus();
58
+ }
59
+ }, 0);
60
+ return function () {
61
+ onClose();
62
+ if (activeElement) {
63
+ activeElement.focus();
64
+ }
65
+ };
66
+ // eslint-disable-next-line react-hooks/exhaustive-deps
67
+ }, []);
68
+ return (React__default['default'].createElement(OptionsList, tslib_es6.__assign({}, restProps, { ref: ref, visibleOptions: visibleOptions, toggleMenu: toggleMenu, flatOptions: flatOptions, getOptionProps: getOptionProps, footer: React__default['default'].createElement("div", {
69
+ // eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
70
+ tabIndex: 0, className: cn__default['default'](styles__default['default'].footer, (_b = {},
71
+ _b[styles__default['default'].withBorder] = visibleOptions && flatOptions.length > visibleOptions,
72
+ _b)), ref: footerRef },
73
+ React__default['default'].createElement(coreComponentsButton.Button, { size: 'xxs', view: 'primary', onClick: handleApply }, "\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C"),
74
+ showClear && (React__default['default'].createElement(coreComponentsButton.Button, { size: 'xxs', view: 'secondary', onClick: handleClear }, "\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C"))) })));
75
+ });
76
+
77
+ var SELECT_ALL_KEY = 'select_all';
78
+ var selectAllOption = { key: SELECT_ALL_KEY, content: 'Выбрать все' };
79
+ function useSelectWithApply(_a) {
80
+ var options = _a.options, selected = _a.selected, _b = _a.onChange, onChange = _b === void 0 ? function () { return null; } : _b, OptionsList = _a.OptionsList, _c = _a.showClear, showClear = _c === void 0 ? true : _c, _d = _a.showSelectAll, showSelectAll = _d === void 0 ? false : _d;
81
+ var _e = React.useMemo(function () { return utils.processOptions(options, selected); }, [
82
+ options,
83
+ selected,
84
+ ]), flatOptions = _e.flatOptions, selectedOptions = _e.selectedOptions;
85
+ var _f = React.useState(selectedOptions), selectedDraft = _f[0], setSelectedDraft = _f[1];
86
+ var selectedOptionsRef = React.useRef(selectedOptions);
87
+ var handleApply = React.useCallback(function () {
88
+ onChange({
89
+ selected: selectedDraft[0],
90
+ selectedMultiple: selectedDraft,
91
+ initiator: null,
92
+ });
93
+ }, [onChange, selectedDraft]);
94
+ var handleClear = React.useCallback(function () {
95
+ setSelectedDraft([]);
96
+ onChange({
97
+ selected: null,
98
+ selectedMultiple: [],
99
+ initiator: null,
100
+ });
101
+ }, [onChange]);
102
+ var handleChange = React.useCallback(function (_a) {
103
+ var initiator = _a.initiator, restArgs = tslib_es6.__rest(_a, ["initiator"]);
104
+ if (!initiator) {
105
+ onChange(tslib_es6.__assign({ initiator: null }, restArgs));
106
+ return;
107
+ }
108
+ var initiatorSelected = selectedDraft.includes(initiator) ||
109
+ (initiator.key === SELECT_ALL_KEY && selectedDraft.length === flatOptions.length);
110
+ if (initiator.key === SELECT_ALL_KEY) {
111
+ setSelectedDraft(initiatorSelected ? [] : flatOptions);
112
+ }
113
+ else {
114
+ setSelectedDraft(initiatorSelected
115
+ ? selectedDraft.filter(function (o) { return o !== initiator; })
116
+ : selectedDraft.concat(initiator));
117
+ }
118
+ }, [flatOptions, onChange, selectedDraft]);
119
+ var handleClose = React.useCallback(function () {
120
+ setSelectedDraft(selectedOptionsRef.current);
121
+ }, []);
122
+ React.useEffect(function () {
123
+ setSelectedDraft(selectedOptions);
124
+ selectedOptionsRef.current = selectedOptions;
125
+ }, [selectedOptions]);
126
+ var memoizedOptions = React.useMemo(function () { return (showSelectAll ? tslib_es6.__spreadArrays([selectAllOption], options) : options); }, [options, showSelectAll]);
127
+ return {
128
+ OptionsList: OptionsListWithApply,
129
+ optionsListProps: {
130
+ OptionsList: OptionsList,
131
+ showClear: showClear && (selectedDraft.length > 0 || selectedOptions.length > 0),
132
+ onClear: handleClear,
133
+ onApply: handleApply,
134
+ onClose: handleClose,
135
+ selectedDraft: selectedDraft,
136
+ },
137
+ allowUnselect: true,
138
+ multiple: true,
139
+ options: memoizedOptions,
140
+ onChange: handleChange,
141
+ selected: selected,
142
+ };
143
+ }
144
+
145
+ exports.OptionsListWithApply = OptionsListWithApply;
146
+ exports.SELECT_ALL_KEY = SELECT_ALL_KEY;
147
+ exports.useSelectWithApply = useSelectWithApply;
@@ -0,0 +1,61 @@
1
+ /// <reference types="react" />
2
+ import { OptionShape, BaseSelectProps } from "./index";
3
+ type useSelectWithApplyProps = {
4
+ /**
5
+ * Список выбранных пунктов
6
+ */
7
+ selected: BaseSelectProps['selected'];
8
+ /**
9
+ * Список вариантов выбора
10
+ */
11
+ options: BaseSelectProps['options'];
12
+ /**
13
+ * Обработчик выбора
14
+ */
15
+ onChange: BaseSelectProps['onChange'];
16
+ /**
17
+ * Компонент выпадающего меню
18
+ */
19
+ OptionsList?: BaseSelectProps['OptionsList'];
20
+ /**
21
+ * Показывать кнопку очистки
22
+ */
23
+ showClear?: boolean;
24
+ /**
25
+ * Показывать пункт "Выбрать все"
26
+ */
27
+ showSelectAll?: boolean;
28
+ };
29
+ declare const SELECT_ALL_KEY = "select_all";
30
+ declare function useSelectWithApply({ options, selected, onChange, OptionsList, showClear, showSelectAll, }: useSelectWithApplyProps): {
31
+ OptionsList: import("react").ForwardRefExoticComponent<import("./index").OptionsListProps & {
32
+ showClear?: boolean | undefined;
33
+ onApply?: (() => void) | undefined;
34
+ onClear?: (() => void) | undefined;
35
+ onClose?: (() => void) | undefined;
36
+ selectedDraft?: OptionShape[] | undefined;
37
+ OptionsList?: import("react").FC<import("./index").OptionsListProps & import("react").RefAttributes<unknown>> | undefined;
38
+ } & import("react").RefAttributes<unknown>>;
39
+ optionsListProps: {
40
+ OptionsList: import("react").FC<import("./index").OptionsListProps> | undefined;
41
+ showClear: boolean;
42
+ onClear: () => void;
43
+ onApply: () => void;
44
+ onClose: () => void;
45
+ selectedDraft: OptionShape[];
46
+ };
47
+ allowUnselect: boolean;
48
+ multiple: boolean;
49
+ options: (OptionShape | import("./index").GroupShape | {
50
+ key: string;
51
+ content: string;
52
+ })[];
53
+ onChange: (payload: {
54
+ selected: OptionShape | null;
55
+ selectedMultiple: OptionShape[];
56
+ initiator: OptionShape | null;
57
+ name?: string | undefined;
58
+ }) => void;
59
+ selected: string | OptionShape | (string | OptionShape)[] | null | undefined;
60
+ };
61
+ export { SELECT_ALL_KEY, useSelectWithApply };
@@ -36,8 +36,12 @@ var components_virtualOptionsList_Component = require('./components/virtual-opti
36
36
  require('@alfalab/core-components-skeleton/dist/cssm');
37
37
  require('./presets/useSelectWithLoading/index.module.css');
38
38
  var presets_useSelectWithLoading_hook = require('./presets/useSelectWithLoading/hook.js');
39
- var presets_useLazyLoading_hook = require('./presets/useLazyLoading/hook.js');
39
+ require('./intersection-observer-8c55e13a.js');
40
40
  require('./presets/useLazyLoading/index.module.css');
41
+ var presets_useLazyLoading_hook = require('./presets/useLazyLoading/hook.js');
42
+ require('@alfalab/core-components-button/dist/cssm');
43
+ require('./presets/useSelectWithApply/options-list-with-apply/index.module.css');
44
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-45e5f3a8.js');
41
45
 
42
46
 
43
47
 
@@ -58,3 +62,5 @@ exports.Select = Component.Select;
58
62
  exports.VirtualOptionsList = components_virtualOptionsList_Component.VirtualOptionsList;
59
63
  exports.useSelectWithLoading = presets_useSelectWithLoading_hook.useSelectWithLoading;
60
64
  exports.useLazyLoading = presets_useLazyLoading_hook.useLazyLoading;
65
+ exports.SELECT_ALL_KEY = presets_useSelectWithApply_optionsListWithApply_Component.SELECT_ALL_KEY;
66
+ exports.useSelectWithApply = presets_useSelectWithApply_optionsListWithApply_Component.useSelectWithApply;
@@ -0,0 +1 @@
1
+ export {};