@geneui/components 2.12.3 → 2.13.0-canary-b9115c1-21022024
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/AdvancedSearch/index.js +1 -1
- package/CardList/index.js +3 -3
- package/{CellMeasurerCache-adfdc2bd.js → CellMeasurerCache-70d95511.js} +1 -1
- package/DateFilter/index.js +1 -1
- package/DatePickerInput/index.js +1 -1
- package/Dropdown/index.js +2 -2
- package/Form/index.js +2 -2
- package/FormableDatePicker/index.js +1 -1
- package/FormableDropdown/index.js +2 -2
- package/FormableMultiSelectDropdown/index.js +2 -2
- package/Overspread/index.js +2 -2
- package/PopoverV2/index.js +1 -1
- package/Portal/index.js +1 -1
- package/SearchWithDropdown/index.js +2 -2
- package/Table/index.js +4 -4
- package/TableCompositions/index.js +4 -4
- package/TimePicker/index.js +1 -1
- package/ValidatableDatePicker/index.js +1 -1
- package/ValidatableDropdown/index.js +2 -2
- package/ValidatableElements/index.js +2 -2
- package/ValidatableMultiSelectDropdown/index.js +2 -2
- package/{index-9d79e8f5.js → index-2740145a.js} +3 -3
- package/{index-9ebbdd1f.js → index-36e653cb.js} +2 -2
- package/{index-a74a52df.js → index-f8f37c3c.js} +1 -1
- package/index.js +4 -4
- package/package.json +2 -2
package/AdvancedSearch/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { j as advancedSearchConfig } from '../configs-fed6ac34.js';
|
|
|
7
7
|
import { n as noop } from '../index-a0e4e333.js';
|
|
8
8
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
9
9
|
import useDebounce from '../hooks/useDebounceHook.js';
|
|
10
|
-
import { P as PopoverV2 } from '../index-
|
|
10
|
+
import { P as PopoverV2 } from '../index-36e653cb.js';
|
|
11
11
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
12
12
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
13
13
|
import LinkButton from '../LinkButton/index.js';
|
package/CardList/index.js
CHANGED
|
@@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import { c as classnames } from '../index-6ff23041.js';
|
|
5
5
|
import ModuleTitle from '../ModuleTitle/index.js';
|
|
6
6
|
import Paper from '../Paper/index.js';
|
|
7
|
-
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-
|
|
8
|
-
import { C as CellMeasurerCache } from '../CellMeasurerCache-
|
|
7
|
+
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-f8f37c3c.js';
|
|
8
|
+
import { C as CellMeasurerCache } from '../CellMeasurerCache-70d95511.js';
|
|
9
9
|
import { o as oneIsRequired, n as noop } from '../index-a0e4e333.js';
|
|
10
10
|
import BusyLoader from '../BusyLoader/index.js';
|
|
11
11
|
import Empty from '../Empty/index.js';
|
|
@@ -32,7 +32,7 @@ import '../hooks/useClickOutside.js';
|
|
|
32
32
|
import '../hooks/useUpdatableRef.js';
|
|
33
33
|
import '../hooks/useForceUpdate.js';
|
|
34
34
|
import '../hooks/useEllipsisDetection.js';
|
|
35
|
-
import '../index-
|
|
35
|
+
import '../index-36e653cb.js';
|
|
36
36
|
import '../index-122432cd.js';
|
|
37
37
|
import '../Scrollbar/index.js';
|
|
38
38
|
import '../debounce-4419bc2f.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _createClass, a as _classCallCheck } from './index-
|
|
1
|
+
import { _ as _createClass, a as _classCallCheck } from './index-f8f37c3c.js';
|
|
2
2
|
import { _ as _defineProperty } from './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
3
3
|
|
|
4
4
|
var DEFAULT_HEIGHT = 30;
|
package/DateFilter/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import '../hooks/useClick.js';
|
|
|
16
16
|
import '../hooks/useKeyDown.js';
|
|
17
17
|
import '../hooks/useDeviceType.js';
|
|
18
18
|
import '../hooks/useWindowSize.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-36e653cb.js';
|
|
20
20
|
import '../index-122432cd.js';
|
|
21
21
|
import '../hooks/useClickOutside.js';
|
|
22
22
|
import '../Scrollbar/index.js';
|
package/DatePickerInput/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { n as noop, s as stopEvent } from '../index-a0e4e333.js';
|
|
|
9
9
|
import useClick from '../hooks/useClick.js';
|
|
10
10
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
11
11
|
import useDeviceType from '../hooks/useDeviceType.js';
|
|
12
|
-
import { P as PopoverV2 } from '../index-
|
|
12
|
+
import { P as PopoverV2 } from '../index-36e653cb.js';
|
|
13
13
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
14
14
|
import DatePicker from '../DatePicker/index.js';
|
|
15
15
|
import { g as getBrowserDateFormat } from '../localization-4ba17032.js';
|
package/Dropdown/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { D as default } from '../index-
|
|
3
|
+
export { D as default } from '../index-f8f37c3c.js';
|
|
4
4
|
import '../index-6ff23041.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../hooks/useMount.js';
|
|
@@ -14,7 +14,7 @@ import '../configs-fed6ac34.js';
|
|
|
14
14
|
import '../index-a0e4e333.js';
|
|
15
15
|
import '../BusyLoader/index.js';
|
|
16
16
|
import '../Empty/index.js';
|
|
17
|
-
import '../index-
|
|
17
|
+
import '../index-36e653cb.js';
|
|
18
18
|
import '../Tooltip/index.js';
|
|
19
19
|
import '../ExtendedInput/index.js';
|
|
20
20
|
import '../index-477d7ba1.js';
|
package/Form/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import '../index-262edd7a.js';
|
|
|
26
26
|
import '../ValidatableMultiSelectDropdown/index.js';
|
|
27
27
|
import '../hooks/useMount.js';
|
|
28
28
|
import '../configs-fed6ac34.js';
|
|
29
|
-
import '../index-
|
|
29
|
+
import '../index-f8f37c3c.js';
|
|
30
30
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
31
31
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
32
32
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -40,7 +40,7 @@ import '../hooks/useForceUpdate.js';
|
|
|
40
40
|
import '../hooks/useEllipsisDetection.js';
|
|
41
41
|
import '../BusyLoader/index.js';
|
|
42
42
|
import '../Empty/index.js';
|
|
43
|
-
import '../index-
|
|
43
|
+
import '../index-36e653cb.js';
|
|
44
44
|
import '../index-122432cd.js';
|
|
45
45
|
import '../Scrollbar/index.js';
|
|
46
46
|
import '../GeneUIProvider/index.js';
|
|
@@ -18,7 +18,7 @@ import '../hooks/useClick.js';
|
|
|
18
18
|
import '../hooks/useKeyDown.js';
|
|
19
19
|
import '../hooks/useDeviceType.js';
|
|
20
20
|
import '../hooks/useWindowSize.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-36e653cb.js';
|
|
22
22
|
import '../index-122432cd.js';
|
|
23
23
|
import '../hooks/useClickOutside.js';
|
|
24
24
|
import '../Scrollbar/index.js';
|
|
@@ -11,7 +11,7 @@ import '../hooks/useMount.js';
|
|
|
11
11
|
import '../configs-fed6ac34.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
|
-
import '../index-
|
|
14
|
+
import '../index-f8f37c3c.js';
|
|
15
15
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -28,7 +28,7 @@ import '../BusyLoader/index.js';
|
|
|
28
28
|
import '../Icon/index.js';
|
|
29
29
|
import '../style-inject.es-746bb8ed.js';
|
|
30
30
|
import '../Empty/index.js';
|
|
31
|
-
import '../index-
|
|
31
|
+
import '../index-36e653cb.js';
|
|
32
32
|
import '../index-122432cd.js';
|
|
33
33
|
import '../Scrollbar/index.js';
|
|
34
34
|
import '../GeneUIProvider/index.js';
|
|
@@ -11,7 +11,7 @@ import '../hooks/useMount.js';
|
|
|
11
11
|
import '../configs-fed6ac34.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
|
-
import '../index-
|
|
14
|
+
import '../index-f8f37c3c.js';
|
|
15
15
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -28,7 +28,7 @@ import '../BusyLoader/index.js';
|
|
|
28
28
|
import '../Icon/index.js';
|
|
29
29
|
import '../style-inject.es-746bb8ed.js';
|
|
30
30
|
import '../Empty/index.js';
|
|
31
|
-
import '../index-
|
|
31
|
+
import '../index-36e653cb.js';
|
|
32
32
|
import '../index-122432cd.js';
|
|
33
33
|
import '../Scrollbar/index.js';
|
|
34
34
|
import '../GeneUIProvider/index.js';
|
package/Overspread/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import Icon from '../Icon/index.js';
|
|
|
8
8
|
import Portal from '../Portal/index.js';
|
|
9
9
|
import Popover from '../Popover/index.js';
|
|
10
10
|
import Menu from '../Menu/index.js';
|
|
11
|
-
import { D as Dropdown } from '../index-
|
|
11
|
+
import { D as Dropdown } from '../index-f8f37c3c.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
14
14
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -34,7 +34,7 @@ import '../hooks/useClick.js';
|
|
|
34
34
|
import '../hooks/useKeyDown.js';
|
|
35
35
|
import '../BusyLoader/index.js';
|
|
36
36
|
import '../Empty/index.js';
|
|
37
|
-
import '../index-
|
|
37
|
+
import '../index-36e653cb.js';
|
|
38
38
|
import '../debounce-4419bc2f.js';
|
|
39
39
|
import '../ExtendedInput/index.js';
|
|
40
40
|
import '../SuggestionList/index.js';
|
package/PopoverV2/index.js
CHANGED
package/Portal/index.js
CHANGED
|
@@ -29,7 +29,7 @@ function Portal(_ref) {
|
|
|
29
29
|
(_geneUIProviderRef$cu2 = geneUIProviderRef.current) === null || _geneUIProviderRef$cu2 === void 0 ? void 0 : _geneUIProviderRef$cu2.removeChild(div);
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
}, [className, propsContainer]);
|
|
32
|
+
}, [className, propsContainer, geneUIProviderRef.current]);
|
|
33
33
|
return isOpen && container ? /*#__PURE__*/ReactDOM__default.createPortal(children, container) : null;
|
|
34
34
|
}
|
|
35
35
|
Portal.propTypes = {
|
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import { c as classnames } from '../index-6ff23041.js';
|
|
5
5
|
import { n as noop } from '../index-a0e4e333.js';
|
|
6
6
|
import Search from '../Search/index.js';
|
|
7
|
-
import { D as Dropdown } from '../index-
|
|
7
|
+
import { D as Dropdown } from '../index-f8f37c3c.js';
|
|
8
8
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
9
9
|
import '../dateValidation-67caec66.js';
|
|
10
10
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -32,7 +32,7 @@ import '../hooks/useUpdatableRef.js';
|
|
|
32
32
|
import '../hooks/useForceUpdate.js';
|
|
33
33
|
import '../BusyLoader/index.js';
|
|
34
34
|
import '../Empty/index.js';
|
|
35
|
-
import '../index-
|
|
35
|
+
import '../index-36e653cb.js';
|
|
36
36
|
import '../index-122432cd.js';
|
|
37
37
|
import '../debounce-4419bc2f.js';
|
|
38
38
|
import '../Checkbox/index.js';
|
package/Table/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { T as default } from '../index-
|
|
3
|
+
export { T as default } from '../index-2740145a.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../index-
|
|
6
|
-
import '../CellMeasurerCache-
|
|
5
|
+
import '../index-f8f37c3c.js';
|
|
6
|
+
import '../CellMeasurerCache-70d95511.js';
|
|
7
7
|
import '../index-6ff23041.js';
|
|
8
8
|
import '../index-a0e4e333.js';
|
|
9
9
|
import '../hooks/useMount.js';
|
|
@@ -43,7 +43,7 @@ import '../hooks/useKeyDown.js';
|
|
|
43
43
|
import '../hooks/useClickOutside.js';
|
|
44
44
|
import '../Menu/index.js';
|
|
45
45
|
import '../Option/index.js';
|
|
46
|
-
import '../index-
|
|
46
|
+
import '../index-36e653cb.js';
|
|
47
47
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
48
48
|
import '../clsx.m-2bb6df4b.js';
|
|
49
49
|
import '../hooks/useClick.js';
|
|
@@ -8,15 +8,15 @@ import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
|
8
8
|
import Paper from '../Paper/index.js';
|
|
9
9
|
import { L as Logger, n as noop } from '../index-a0e4e333.js';
|
|
10
10
|
import Pagination from '../Pagination/index.js';
|
|
11
|
-
import { D as Dropdown } from '../index-
|
|
12
|
-
import { T as Table, s as searchConfigs, a as sortHandler, u as useSortConfigs } from '../index-
|
|
11
|
+
import { D as Dropdown } from '../index-f8f37c3c.js';
|
|
12
|
+
import { T as Table, s as searchConfigs, a as sortHandler, u as useSortConfigs } from '../index-2740145a.js';
|
|
13
13
|
import '../configs-fed6ac34.js';
|
|
14
14
|
import useThrottle from '../hooks/useThrottle.js';
|
|
15
15
|
import Button from '../Button/index.js';
|
|
16
16
|
import Divider from '../Divider/index.js';
|
|
17
17
|
import Tooltip from '../Tooltip/index.js';
|
|
18
18
|
import { c as commonjsGlobal } from '../_commonjsHelpers-24198af3.js';
|
|
19
|
-
import { P as PopoverV2 } from '../index-
|
|
19
|
+
import { P as PopoverV2 } from '../index-36e653cb.js';
|
|
20
20
|
import '../dateValidation-67caec66.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import Icon from '../Icon/index.js';
|
|
@@ -50,7 +50,7 @@ import '../guid-8ddf77b3.js';
|
|
|
50
50
|
import '../index-477d7ba1.js';
|
|
51
51
|
import '../Tag/index.js';
|
|
52
52
|
import '../ValidatableTextInput/index.js';
|
|
53
|
-
import '../CellMeasurerCache-
|
|
53
|
+
import '../CellMeasurerCache-70d95511.js';
|
|
54
54
|
import '../hooks/useUpdate.js';
|
|
55
55
|
import '../hooks/useMutationObserver.js';
|
|
56
56
|
import '../index-b1e429a7.js';
|
package/TimePicker/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import '../dateValidation-67caec66.js';
|
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
15
15
|
import useClickOutside from '../hooks/useClickOutside.js';
|
|
16
|
-
import { P as PopoverV2 } from '../index-
|
|
16
|
+
import { P as PopoverV2 } from '../index-36e653cb.js';
|
|
17
17
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
18
18
|
import '../hooks/useWindowSize.js';
|
|
19
19
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -16,7 +16,7 @@ import '../hooks/useClick.js';
|
|
|
16
16
|
import '../hooks/useKeyDown.js';
|
|
17
17
|
import '../hooks/useDeviceType.js';
|
|
18
18
|
import '../hooks/useWindowSize.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-36e653cb.js';
|
|
20
20
|
import '../index-122432cd.js';
|
|
21
21
|
import '../hooks/useClickOutside.js';
|
|
22
22
|
import '../Scrollbar/index.js';
|
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import useMount from '../hooks/useMount.js';
|
|
5
5
|
import '../configs-fed6ac34.js';
|
|
6
6
|
import { n as noop } from '../index-a0e4e333.js';
|
|
7
|
-
import { D as Dropdown } from '../index-
|
|
7
|
+
import { D as Dropdown } from '../index-f8f37c3c.js';
|
|
8
8
|
import '../dateValidation-67caec66.js';
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
@@ -24,7 +24,7 @@ import '../BusyLoader/index.js';
|
|
|
24
24
|
import '../Icon/index.js';
|
|
25
25
|
import '../style-inject.es-746bb8ed.js';
|
|
26
26
|
import '../Empty/index.js';
|
|
27
|
-
import '../index-
|
|
27
|
+
import '../index-36e653cb.js';
|
|
28
28
|
import '../index-122432cd.js';
|
|
29
29
|
import '../Scrollbar/index.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
@@ -17,7 +17,7 @@ import '../dateValidation-67caec66.js';
|
|
|
17
17
|
import '../_commonjsHelpers-24198af3.js';
|
|
18
18
|
import 'react-dom';
|
|
19
19
|
import '../configs-fed6ac34.js';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-f8f37c3c.js';
|
|
21
21
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
22
22
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
23
23
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -34,7 +34,7 @@ import '../BusyLoader/index.js';
|
|
|
34
34
|
import '../Icon/index.js';
|
|
35
35
|
import '../style-inject.es-746bb8ed.js';
|
|
36
36
|
import '../Empty/index.js';
|
|
37
|
-
import '../index-
|
|
37
|
+
import '../index-36e653cb.js';
|
|
38
38
|
import '../index-122432cd.js';
|
|
39
39
|
import '../Scrollbar/index.js';
|
|
40
40
|
import '../GeneUIProvider/index.js';
|
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import useMount from '../hooks/useMount.js';
|
|
5
5
|
import '../configs-fed6ac34.js';
|
|
6
6
|
import { n as noop } from '../index-a0e4e333.js';
|
|
7
|
-
import { D as Dropdown } from '../index-
|
|
7
|
+
import { D as Dropdown } from '../index-f8f37c3c.js';
|
|
8
8
|
import '../dateValidation-67caec66.js';
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
@@ -24,7 +24,7 @@ import '../BusyLoader/index.js';
|
|
|
24
24
|
import '../Icon/index.js';
|
|
25
25
|
import '../style-inject.es-746bb8ed.js';
|
|
26
26
|
import '../Empty/index.js';
|
|
27
|
-
import '../index-
|
|
27
|
+
import '../index-36e653cb.js';
|
|
28
28
|
import '../index-122432cd.js';
|
|
29
29
|
import '../Scrollbar/index.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import React__default, { createContext, memo, useEffect, useLayoutEffect, useState, useCallback, useMemo, isValidElement, cloneElement, useContext, useRef, forwardRef } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-
|
|
5
|
-
import { C as CellMeasurerCache } from './CellMeasurerCache-
|
|
4
|
+
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-f8f37c3c.js';
|
|
5
|
+
import { C as CellMeasurerCache } from './CellMeasurerCache-70d95511.js';
|
|
6
6
|
import { c as classnames } from './index-6ff23041.js';
|
|
7
7
|
import { s as stopEvent, o as oneIsRequired, n as noop } from './index-a0e4e333.js';
|
|
8
8
|
import useMount from './hooks/useMount.js';
|
|
@@ -26,7 +26,7 @@ import Popover from './Popover/index.js';
|
|
|
26
26
|
import ExtendedInput from './ExtendedInput/index.js';
|
|
27
27
|
import Menu from './Menu/index.js';
|
|
28
28
|
import { d as debounce } from './debounce-4419bc2f.js';
|
|
29
|
-
import { j as jsxRuntimeExports } from './index-
|
|
29
|
+
import { j as jsxRuntimeExports } from './index-36e653cb.js';
|
|
30
30
|
|
|
31
31
|
const copyToClipboard = str => {
|
|
32
32
|
const el = document.createElement('textarea');
|
|
@@ -1766,9 +1766,9 @@ const PopoverV2 = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
1766
1766
|
'popover-disabled': disabled
|
|
1767
1767
|
})
|
|
1768
1768
|
}, children), [popoverTrackRef, children, trackClassName, popoverState, disabled, handleTrackClick]);
|
|
1769
|
-
const containerParentMemo = useMemo(() =>
|
|
1769
|
+
const containerParentMemo = useMemo(() => containerParent || geneUIProviderRef.current ? {
|
|
1770
1770
|
containerParent: containerParent || geneUIProviderRef.current
|
|
1771
|
-
}
|
|
1771
|
+
} : {}, [containerParent, geneUIProviderRef.current]);
|
|
1772
1772
|
if (!Content) {
|
|
1773
1773
|
return childElement;
|
|
1774
1774
|
}
|
|
@@ -19,7 +19,7 @@ import { i as inputConfig, s as screenTypes, e as popoverConfig } from './config
|
|
|
19
19
|
import { s as stopEvent, n as noop$1 } from './index-a0e4e333.js';
|
|
20
20
|
import BusyLoader from './BusyLoader/index.js';
|
|
21
21
|
import Empty from './Empty/index.js';
|
|
22
|
-
import { P as PopoverV2 } from './index-
|
|
22
|
+
import { P as PopoverV2 } from './index-36e653cb.js';
|
|
23
23
|
import Tooltip from './Tooltip/index.js';
|
|
24
24
|
import ExtendedInput from './ExtendedInput/index.js';
|
|
25
25
|
import Icon from './Icon/index.js';
|
package/index.js
CHANGED
|
@@ -14,7 +14,7 @@ export { default as Scrollbar } from './Scrollbar/index.js';
|
|
|
14
14
|
export { default as Time } from './Time/index.js';
|
|
15
15
|
export { default as Empty } from './Empty/index.js';
|
|
16
16
|
export { default as Popover } from './Popover/index.js';
|
|
17
|
-
export { P as PopoverV2 } from './index-
|
|
17
|
+
export { P as PopoverV2 } from './index-36e653cb.js';
|
|
18
18
|
export { default as Title } from './Title/index.js';
|
|
19
19
|
export { default as Image } from './Image/index.js';
|
|
20
20
|
export { default as KeyValue } from './KeyValue/index.js';
|
|
@@ -93,8 +93,8 @@ export { default as Overspread } from './Overspread/index.js';
|
|
|
93
93
|
export { default as DatePicker } from './DatePicker/index.js';
|
|
94
94
|
export { default as DateFilter } from './DateFilter/index.js';
|
|
95
95
|
export { ComboTable, PaginationSelector, PaperWrapper, TableContainer, TableHeader, TablePagination, TableTitle, WithHeader, WithTitle } from './TableCompositions/index.js';
|
|
96
|
-
export { D as Dropdown } from './index-
|
|
97
|
-
export { T as Table } from './index-
|
|
96
|
+
export { D as Dropdown } from './index-f8f37c3c.js';
|
|
97
|
+
export { T as Table } from './index-2740145a.js';
|
|
98
98
|
export { CardList, WrappedCardList } from './CardList/index.js';
|
|
99
99
|
import 'react';
|
|
100
100
|
import 'prop-types';
|
|
@@ -147,6 +147,6 @@ import './index-262edd7a.js';
|
|
|
147
147
|
import './index-477d7ba1.js';
|
|
148
148
|
import './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
149
149
|
import './clsx.m-2bb6df4b.js';
|
|
150
|
-
import './CellMeasurerCache-
|
|
150
|
+
import './CellMeasurerCache-70d95511.js';
|
|
151
151
|
import './index-b1e429a7.js';
|
|
152
152
|
import './react-beautiful-dnd.esm-04c14563.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geneui/components",
|
|
3
3
|
"description": "The Gene UI components library designed for BI tools",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.13.0-canary-b9115c1-21022024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -203,4 +203,4 @@
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
"license": "MIT"
|
|
206
|
-
}
|
|
206
|
+
}
|