@geneui/components 2.16.0-canary-7376102-11092024 → 2.16.0-canary-8a49120-17092024

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 (69) hide show
  1. package/ActionableList/index.js +2 -2
  2. package/AdvancedSearch/index.js +1 -1
  3. package/Breadcrumb/index.js +1 -1
  4. package/Card/index.js +1 -1
  5. package/CardList/index.js +3 -3
  6. package/{CellMeasurerCache-b31d12fe.js → CellMeasurerCache-e0938f2b.js} +1 -1
  7. package/Checkbox/index.js +1 -1
  8. package/CheckboxGroup/index.js +1 -1
  9. package/CheckboxGroupWithSearch/index.js +1 -1
  10. package/ComboBox/index.js +1 -1
  11. package/Copy/index.js +1 -1
  12. package/Counter/index.js +1 -1
  13. package/DateFilter/index.js +1 -1
  14. package/DatePickerInput/index.js +1 -1
  15. package/Drawer/index.js +1 -1
  16. package/Dropdown/index.js +2 -2
  17. package/ExtendedInput/index.js +1 -1
  18. package/Form/index.js +2 -2
  19. package/FormableCheckbox/index.js +1 -1
  20. package/FormableDatePicker/index.js +1 -1
  21. package/FormableDropdown/index.js +2 -2
  22. package/FormableMultiSelectDropdown/index.js +2 -2
  23. package/FormableNumberInput/index.js +1 -1
  24. package/FormableTextInput/index.js +1 -1
  25. package/FormableUploader/index.js +1 -1
  26. package/Holder/index.js +1 -1
  27. package/Image/index.js +1 -1
  28. package/ImagePreview/index.js +1 -1
  29. package/InteractiveWidget/index.js +1 -1
  30. package/Menu/index.js +1 -1
  31. package/MobilePopup/index.js +1 -1
  32. package/ModuleTitle/index.js +1 -1
  33. package/NavigationMenu/index.js +1 -1
  34. package/Option/index.js +1 -1
  35. package/Overlay/index.js +1 -1
  36. package/Overspread/index.js +2 -2
  37. package/Pagination/index.js +1 -1
  38. package/Profile/index.js +1 -1
  39. package/Range/index.js +1 -1
  40. package/Search/index.js +1 -1
  41. package/SearchWithDropdown/index.js +2 -2
  42. package/Slider/index.js +2 -2
  43. package/Status/index.js +1 -1
  44. package/Steps/index.js +1 -1
  45. package/Table/index.js +4 -4
  46. package/TableCompositions/index.js +4 -4
  47. package/Textarea/index.js +1 -1
  48. package/TimePicker/index.js +1 -1
  49. package/Tooltip/index.js +1 -1
  50. package/TransferList/index.js +2 -2
  51. package/Uploader/index.js +1 -1
  52. package/ValidatableCheckbox/index.js +1 -1
  53. package/ValidatableDatePicker/index.js +1 -1
  54. package/ValidatableDropdown/index.js +2 -2
  55. package/ValidatableElements/index.js +2 -2
  56. package/ValidatableMultiSelectDropdown/index.js +2 -2
  57. package/ValidatableNumberInput/index.js +1 -1
  58. package/ValidatableTextInput/index.js +1 -1
  59. package/ValidatableTimeInput/index.js +1 -1
  60. package/ValidatableUploader/index.js +1 -1
  61. package/Widget/index.js +1 -1
  62. package/{index-464ea32b.js → index-e9bda042.js} +3 -3
  63. package/{index-9e11ebfb.js → index-ee068805.js} +1 -1
  64. package/{index-1d3b2bbf.js → index-f002d02b.js} +3 -3
  65. package/index.js +6 -6
  66. package/lib/molecules/Tooltip/Tooltip.d.ts +0 -4
  67. package/package.json +1 -1
  68. package/{rangeAndSlider-693a3d41.js → rangeAndSlider-63c5d423.js} +8 -16
  69. package/{react-beautiful-dnd.esm-be4bf1e2.js → react-beautiful-dnd.esm-d1b7eef8.js} +1 -1
@@ -1,7 +1,7 @@
1
1
  import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useRef, useState, useMemo, useCallback, useEffect, forwardRef, useImperativeHandle } from 'react';
3
3
  import PropTypes from 'prop-types';
4
- import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-be4bf1e2.js';
4
+ import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-d1b7eef8.js';
5
5
  import { n as noop } from '../index-a0e4e333.js';
6
6
  import Icon from '../Icon/index.js';
7
7
  import Empty from '../Empty/index.js';
@@ -9,7 +9,7 @@ import BusyLoader from '../BusyLoader/index.js';
9
9
  import CustomScrollbar from '../Scrollbar/index.js';
10
10
  import Checkbox from '../Checkbox/index.js';
11
11
  import ExtendedInput from '../ExtendedInput/index.js';
12
- import { T as Tooltip } from '../index-464ea32b.js';
12
+ import { T as Tooltip } from '../index-e9bda042.js';
13
13
  import { c as commonjsGlobal } from '../_commonjsHelpers-24198af3.js';
14
14
  import Button from '../Button/index.js';
15
15
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
@@ -15,7 +15,7 @@ import LinkButton from '../LinkButton/index.js';
15
15
  import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
16
16
  import Icon from '../Icon/index.js';
17
17
  import Checkbox from '../Checkbox/index.js';
18
- import { T as Tooltip } from '../index-464ea32b.js';
18
+ import { T as Tooltip } from '../index-e9bda042.js';
19
19
  import SkeletonLoader from '../SkeletonLoader/index.js';
20
20
  import Badge from '../Badge/index.js';
21
21
  import Empty from '../Empty/index.js';
@@ -25,7 +25,7 @@ import '../Scrollbar/index.js';
25
25
  import '../guid-8ddf77b3.js';
26
26
  import '../Option/index.js';
27
27
  import '../useEllipsisDetection-4d997d5d.js';
28
- import '../index-464ea32b.js';
28
+ import '../index-e9bda042.js';
29
29
 
30
30
  function BreadcrumbItem(_ref) {
31
31
  let {
package/Card/index.js CHANGED
@@ -30,7 +30,7 @@ import '../hooks/useForceUpdate.js';
30
30
  import '../Scrollbar/index.js';
31
31
  import '../Option/index.js';
32
32
  import '../useEllipsisDetection-4d997d5d.js';
33
- import '../index-464ea32b.js';
33
+ import '../index-e9bda042.js';
34
34
 
35
35
  function CardMenu(_ref) {
36
36
  let {
package/CardList/index.js CHANGED
@@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.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-9e11ebfb.js';
8
- import { C as CellMeasurerCache } from '../CellMeasurerCache-b31d12fe.js';
7
+ import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-ee068805.js';
8
+ import { C as CellMeasurerCache } from '../CellMeasurerCache-e0938f2b.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';
@@ -14,7 +14,7 @@ import Widget from '../Widget/index.js';
14
14
  import Card from '../Card/index.js';
15
15
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
16
16
  import '../configs-00612ce0.js';
17
- import '../index-464ea32b.js';
17
+ import '../index-e9bda042.js';
18
18
  import '../tslib.es6-f211516f.js';
19
19
  import 'react-dom';
20
20
  import '../hooks/useDeviceType.js';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, a as _classCallCheck } from './index-9e11ebfb.js';
1
+ import { _ as _createClass, a as _classCallCheck } from './index-ee068805.js';
2
2
  import { _ as _defineProperty } from './objectWithoutPropertiesLoose-d8a4a68c.js';
3
3
 
4
4
  var DEFAULT_HEIGHT = 30;
package/Checkbox/index.js CHANGED
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
5
  import { c as checkboxRadioSwitcherConfig } from '../configs-00612ce0.js';
6
6
  import { n as noop, i as interceptValue, s as stopEvent } from '../index-a0e4e333.js';
7
- import { T as Tooltip } from '../index-464ea32b.js';
7
+ import { T as Tooltip } from '../index-e9bda042.js';
8
8
  import '../checkboxRadioSwitcher-5b69d7bd.js';
9
9
  import { g as guid } from '../guid-8ddf77b3.js';
10
10
  import '../dateValidation-67caec66.js';
@@ -8,7 +8,7 @@ import Checkbox from '../Checkbox/index.js';
8
8
  import '../dateValidation-67caec66.js';
9
9
  import '../_commonjsHelpers-24198af3.js';
10
10
  import 'react-dom';
11
- import '../index-464ea32b.js';
11
+ import '../index-e9bda042.js';
12
12
  import '../tslib.es6-f211516f.js';
13
13
  import '../hooks/useDeviceType.js';
14
14
  import '../hooks/useWindowSize.js';
@@ -25,7 +25,7 @@ import '../SuggestionList/index.js';
25
25
  import '../hooks/useClickOutside.js';
26
26
  import '../config-1053d64d.js';
27
27
  import '../callAfterDelay-7272faca.js';
28
- import '../index-464ea32b.js';
28
+ import '../index-e9bda042.js';
29
29
  import '../GeneUIProvider/index.js';
30
30
  import '../Checkbox/index.js';
31
31
  import '../checkboxRadioSwitcher-5b69d7bd.js';
package/ComboBox/index.js CHANGED
@@ -8,7 +8,7 @@ import useClickOutside from '../hooks/useClickOutside.js';
8
8
  import { k as keyDownKeys, a as actionTypes, S as SPACE_HEIGHT } from '../config-1053d64d.js';
9
9
  import Icon from '../Icon/index.js';
10
10
  import CustomScrollbar from '../Scrollbar/index.js';
11
- import { T as Tooltip } from '../index-464ea32b.js';
11
+ import { T as Tooltip } from '../index-e9bda042.js';
12
12
  import useKeyDown from '../hooks/useKeyDown.js';
13
13
  import Tag from '../Tag/index.js';
14
14
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
package/Copy/index.js CHANGED
@@ -6,7 +6,7 @@ import { c as callAfterDelay } from '../callAfterDelay-7272faca.js';
6
6
  import '../configs-00612ce0.js';
7
7
  import useHover from '../hooks/useHover.js';
8
8
  import Icon from '../Icon/index.js';
9
- import { T as Tooltip } from '../index-464ea32b.js';
9
+ import { T as Tooltip } from '../index-e9bda042.js';
10
10
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
11
11
  import '../_commonjsHelpers-24198af3.js';
12
12
  import 'react-dom';
package/Counter/index.js CHANGED
@@ -7,7 +7,7 @@ import '../configs-00612ce0.js';
7
7
  import Button from '../Button/index.js';
8
8
  import Label from '../Label/index.js';
9
9
  import SkeletonLoader from '../SkeletonLoader/index.js';
10
- import { T as Tooltip } from '../index-464ea32b.js';
10
+ import { T as Tooltip } from '../index-e9bda042.js';
11
11
  import ExtendedInput from '../ExtendedInput/index.js';
12
12
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
13
13
  import '../dateValidation-67caec66.js';
@@ -29,7 +29,7 @@ import '../useEllipsisDetection-4d997d5d.js';
29
29
  import '../SuggestionList/index.js';
30
30
  import '../config-1053d64d.js';
31
31
  import '../callAfterDelay-7272faca.js';
32
- import '../index-464ea32b.js';
32
+ import '../index-e9bda042.js';
33
33
  import '../DatePicker/index.js';
34
34
  import '../guid-8ddf77b3.js';
35
35
 
@@ -27,7 +27,7 @@ import '../Icon/index.js';
27
27
  import '../SuggestionList/index.js';
28
28
  import '../config-1053d64d.js';
29
29
  import '../callAfterDelay-7272faca.js';
30
- import '../index-464ea32b.js';
30
+ import '../index-e9bda042.js';
31
31
  import '../tslib.es6-f211516f.js';
32
32
  import '../guid-8ddf77b3.js';
33
33
  import '../Button/index.js';
package/Drawer/index.js CHANGED
@@ -5,7 +5,7 @@ import { n as noop } from '../index-a0e4e333.js';
5
5
  import '../configs-00612ce0.js';
6
6
  import useClickOutside from '../hooks/useClickOutside.js';
7
7
  import Icon from '../Icon/index.js';
8
- import { T as Tooltip } from '../index-464ea32b.js';
8
+ import { T as Tooltip } from '../index-e9bda042.js';
9
9
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
10
10
  import '../dateValidation-67caec66.js';
11
11
  import '../_commonjsHelpers-24198af3.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-9e11ebfb.js';
3
+ export { D as default } from '../index-ee068805.js';
4
4
  import '../index-031ff73c.js';
5
5
  import 'prop-types';
6
6
  import '../hooks/useMount.js';
@@ -15,7 +15,7 @@ import '../index-a0e4e333.js';
15
15
  import '../BusyLoader/index.js';
16
16
  import '../Empty/index.js';
17
17
  import '../index-664c705c.js';
18
- import '../index-464ea32b.js';
18
+ import '../index-e9bda042.js';
19
19
  import '../ExtendedInput/index.js';
20
20
  import '../index-898121d3.js';
21
21
  import '../callAfterDelay-7272faca.js';
@@ -8,7 +8,7 @@ import useDeviceType from '../hooks/useDeviceType.js';
8
8
  import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
9
9
  import Icon from '../Icon/index.js';
10
10
  import SuggestionList from '../SuggestionList/index.js';
11
- import { T as Tooltip } from '../index-464ea32b.js';
11
+ import { T as Tooltip } from '../index-e9bda042.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';
package/Form/index.js CHANGED
@@ -27,7 +27,7 @@ import '../index-262edd7a.js';
27
27
  import '../ValidatableMultiSelectDropdown/index.js';
28
28
  import '../hooks/useMount.js';
29
29
  import '../configs-00612ce0.js';
30
- import '../index-9e11ebfb.js';
30
+ import '../index-ee068805.js';
31
31
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
32
32
  import '../react-lifecycles-compat.es-6e1f3768.js';
33
33
  import '../clsx.m-2bb6df4b.js';
@@ -47,7 +47,7 @@ import '../index-122432cd.js';
47
47
  import '../Scrollbar/index.js';
48
48
  import '../GeneUIProvider/index.js';
49
49
  import '../debounce-4419bc2f.js';
50
- import '../index-464ea32b.js';
50
+ import '../index-e9bda042.js';
51
51
  import '../ExtendedInput/index.js';
52
52
  import '../SuggestionList/index.js';
53
53
  import '../config-1053d64d.js';
@@ -13,7 +13,7 @@ import '../index-262edd7a.js';
13
13
  import '../guid-8ddf77b3.js';
14
14
  import '../Checkbox/index.js';
15
15
  import '../index-031ff73c.js';
16
- import '../index-464ea32b.js';
16
+ import '../index-e9bda042.js';
17
17
  import '../tslib.es6-f211516f.js';
18
18
  import '../hooks/useDeviceType.js';
19
19
  import '../hooks/useWindowSize.js';
@@ -31,7 +31,7 @@ import '../Icon/index.js';
31
31
  import '../SuggestionList/index.js';
32
32
  import '../config-1053d64d.js';
33
33
  import '../callAfterDelay-7272faca.js';
34
- import '../index-464ea32b.js';
34
+ import '../index-e9bda042.js';
35
35
  import '../tslib.es6-f211516f.js';
36
36
  import '../DatePicker/index.js';
37
37
  import '../Button/index.js';
@@ -11,7 +11,7 @@ import '../hooks/useMount.js';
11
11
  import '../configs-00612ce0.js';
12
12
  import '../index-262edd7a.js';
13
13
  import '../guid-8ddf77b3.js';
14
- import '../index-9e11ebfb.js';
14
+ import '../index-ee068805.js';
15
15
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
16
16
  import '../react-lifecycles-compat.es-6e1f3768.js';
17
17
  import '../clsx.m-2bb6df4b.js';
@@ -35,7 +35,7 @@ import '../index-122432cd.js';
35
35
  import '../Scrollbar/index.js';
36
36
  import '../GeneUIProvider/index.js';
37
37
  import '../debounce-4419bc2f.js';
38
- import '../index-464ea32b.js';
38
+ import '../index-e9bda042.js';
39
39
  import '../ExtendedInput/index.js';
40
40
  import '../SuggestionList/index.js';
41
41
  import '../config-1053d64d.js';
@@ -11,7 +11,7 @@ import '../hooks/useMount.js';
11
11
  import '../configs-00612ce0.js';
12
12
  import '../index-262edd7a.js';
13
13
  import '../guid-8ddf77b3.js';
14
- import '../index-9e11ebfb.js';
14
+ import '../index-ee068805.js';
15
15
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
16
16
  import '../react-lifecycles-compat.es-6e1f3768.js';
17
17
  import '../clsx.m-2bb6df4b.js';
@@ -35,7 +35,7 @@ import '../index-122432cd.js';
35
35
  import '../Scrollbar/index.js';
36
36
  import '../GeneUIProvider/index.js';
37
37
  import '../debounce-4419bc2f.js';
38
- import '../index-464ea32b.js';
38
+ import '../index-e9bda042.js';
39
39
  import '../ExtendedInput/index.js';
40
40
  import '../SuggestionList/index.js';
41
41
  import '../config-1053d64d.js';
@@ -25,7 +25,7 @@ import '../hooks/useClickOutside.js';
25
25
  import '../config-1053d64d.js';
26
26
  import '../Scrollbar/index.js';
27
27
  import '../callAfterDelay-7272faca.js';
28
- import '../index-464ea32b.js';
28
+ import '../index-e9bda042.js';
29
29
  import '../tslib.es6-f211516f.js';
30
30
  import '../GeneUIProvider/index.js';
31
31
 
@@ -25,7 +25,7 @@ import '../hooks/useClickOutside.js';
25
25
  import '../config-1053d64d.js';
26
26
  import '../Scrollbar/index.js';
27
27
  import '../callAfterDelay-7272faca.js';
28
- import '../index-464ea32b.js';
28
+ import '../index-e9bda042.js';
29
29
  import '../tslib.es6-f211516f.js';
30
30
  import '../GeneUIProvider/index.js';
31
31
 
@@ -28,7 +28,7 @@ import '../hooks/useClickOutside.js';
28
28
  import '../config-1053d64d.js';
29
29
  import '../Scrollbar/index.js';
30
30
  import '../callAfterDelay-7272faca.js';
31
- import '../index-464ea32b.js';
31
+ import '../index-e9bda042.js';
32
32
  import '../GeneUIProvider/index.js';
33
33
  import '../Grid/index.js';
34
34
  import '../hooks/useWidth.js';
package/Holder/index.js CHANGED
@@ -9,7 +9,7 @@ import Button from '../Button/index.js';
9
9
  import Portal from '../Portal/index.js';
10
10
  import CustomScrollbar from '../Scrollbar/index.js';
11
11
  import ModuleTitle from '../ModuleTitle/index.js';
12
- import { T as Tooltip } from '../index-464ea32b.js';
12
+ import { T as Tooltip } from '../index-e9bda042.js';
13
13
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
14
14
  import '../dateValidation-67caec66.js';
15
15
  import '../_commonjsHelpers-24198af3.js';
package/Image/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as __rest } from '../tslib.es6-f211516f.js';
2
2
  import React__default from 'react';
3
3
  import { c as classnames } from '../index-031ff73c.js';
4
4
  import Empty from '../Empty/index.js';
5
- import { T as Tooltip } from '../index-464ea32b.js';
5
+ import { T as Tooltip } from '../index-e9bda042.js';
6
6
  import Checkbox from '../Checkbox/index.js';
7
7
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
8
8
  import 'react-dom';
@@ -8,7 +8,7 @@ import useImgDownload from '../hooks/useImgDownload.js';
8
8
  import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
9
9
  import Icon from '../Icon/index.js';
10
10
  import Switcher from '../Switcher/index.js';
11
- import { T as Tooltip } from '../index-464ea32b.js';
11
+ import { T as Tooltip } from '../index-e9bda042.js';
12
12
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
13
13
  import 'react-dom';
14
14
  import 'prop-types';
@@ -4,7 +4,7 @@ import { c as classnames } from '../index-031ff73c.js';
4
4
  import Icon from '../Icon/index.js';
5
5
  import Switcher from '../Switcher/index.js';
6
6
  import Tag from '../Tag/index.js';
7
- import { T as Tooltip } from '../index-464ea32b.js';
7
+ import { T as Tooltip } from '../index-e9bda042.js';
8
8
  import 'prop-types';
9
9
  import '../dateValidation-67caec66.js';
10
10
  import 'react-dom';
package/Menu/index.js CHANGED
@@ -14,7 +14,7 @@ import '../hooks/useWindowSize.js';
14
14
  import '../hooks/useDebounce.js';
15
15
  import '../useEllipsisDetection-4d997d5d.js';
16
16
  import '../Icon/index.js';
17
- import '../index-464ea32b.js';
17
+ import '../index-e9bda042.js';
18
18
  import '../tslib.es6-f211516f.js';
19
19
  import '../index-a0e4e333.js';
20
20
  import '../GeneUIProvider/index.js';
@@ -24,7 +24,7 @@ import '../Scrollbar/index.js';
24
24
  import '../guid-8ddf77b3.js';
25
25
  import '../Option/index.js';
26
26
  import '../useEllipsisDetection-4d997d5d.js';
27
- import '../index-464ea32b.js';
27
+ import '../index-e9bda042.js';
28
28
  import '../tslib.es6-f211516f.js';
29
29
 
30
30
  function ActionMenu(_ref) {
@@ -5,7 +5,7 @@ import { c as classnames } from '../index-031ff73c.js';
5
5
  import { b as moduleTitleConfig } from '../configs-00612ce0.js';
6
6
  import { n as noop } from '../index-a0e4e333.js';
7
7
  import Icon from '../Icon/index.js';
8
- import { T as Tooltip } from '../index-464ea32b.js';
8
+ import { T as Tooltip } from '../index-e9bda042.js';
9
9
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
10
10
  import '../dateValidation-67caec66.js';
11
11
  import '../_commonjsHelpers-24198af3.js';
@@ -16,7 +16,7 @@ import '../hooks/useWindowSize.js';
16
16
  import '../hooks/useDebounce.js';
17
17
  import '../index-031ff73c.js';
18
18
  import '../useEllipsisDetection-4d997d5d.js';
19
- import '../index-464ea32b.js';
19
+ import '../index-e9bda042.js';
20
20
  import '../tslib.es6-f211516f.js';
21
21
  import '../GeneUIProvider/index.js';
22
22
  import '../_commonjsHelpers-24198af3.js';
package/Option/index.js CHANGED
@@ -8,7 +8,7 @@ import 'react-dom';
8
8
  import useDeviceType from '../hooks/useDeviceType.js';
9
9
  import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
10
10
  import Icon from '../Icon/index.js';
11
- import { T as Tooltip } from '../index-464ea32b.js';
11
+ import { T as Tooltip } from '../index-e9bda042.js';
12
12
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
13
13
  import '../_commonjsHelpers-24198af3.js';
14
14
  import '../hooks/useWindowSize.js';
package/Overlay/index.js CHANGED
@@ -16,7 +16,7 @@ import '../_commonjsHelpers-24198af3.js';
16
16
  import 'react-dom';
17
17
  import '../tslib.es6-f211516f.js';
18
18
  import '../Icon/index.js';
19
- import '../index-464ea32b.js';
19
+ import '../index-e9bda042.js';
20
20
  import '../hooks/useDeviceType.js';
21
21
  import '../hooks/useWindowSize.js';
22
22
  import '../hooks/useDebounce.js';
@@ -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-9e11ebfb.js';
11
+ import { D as Dropdown } from '../index-ee068805.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';
@@ -25,7 +25,7 @@ import '../Scrollbar/index.js';
25
25
  import '../guid-8ddf77b3.js';
26
26
  import '../Option/index.js';
27
27
  import '../useEllipsisDetection-4d997d5d.js';
28
- import '../index-464ea32b.js';
28
+ import '../index-e9bda042.js';
29
29
  import '../tslib.es6-f211516f.js';
30
30
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
31
31
  import '../react-lifecycles-compat.es-6e1f3768.js';
@@ -4,7 +4,7 @@ import { c as classnames } from '../index-031ff73c.js';
4
4
  import { a as conflictPropsLog, k as keyboardHandler } from '../index-a0e4e333.js';
5
5
  import Button from '../Button/index.js';
6
6
  import Divider from '../Divider/index.js';
7
- import { T as Tooltip } from '../index-464ea32b.js';
7
+ import { T as Tooltip } from '../index-e9bda042.js';
8
8
  import TextInput from '../ValidatableTextInput/index.js';
9
9
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
10
10
  import '../dateValidation-67caec66.js';
package/Profile/index.js CHANGED
@@ -11,7 +11,7 @@ import Empty from '../Empty/index.js';
11
11
  import Icon from '../Icon/index.js';
12
12
  import Popover from '../Popover/index.js';
13
13
  import Avatar from '../Avatar/index.js';
14
- import { T as Tooltip } from '../index-464ea32b.js';
14
+ import { T as Tooltip } from '../index-e9bda042.js';
15
15
  import Menu from '../Menu/index.js';
16
16
  import Search from '../Search/index.js';
17
17
  import Divider from '../Divider/index.js';
package/Range/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useState, useRef, useCallback } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
- import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-693a3d41.js';
5
+ import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-63c5d423.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
package/Search/index.js CHANGED
@@ -20,7 +20,7 @@ import '../hooks/useClickOutside.js';
20
20
  import '../config-1053d64d.js';
21
21
  import '../Scrollbar/index.js';
22
22
  import '../callAfterDelay-7272faca.js';
23
- import '../index-464ea32b.js';
23
+ import '../index-e9bda042.js';
24
24
  import '../tslib.es6-f211516f.js';
25
25
  import '../GeneUIProvider/index.js';
26
26
 
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.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-9e11ebfb.js';
7
+ import { D as Dropdown } from '../index-ee068805.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';
@@ -22,7 +22,7 @@ import '../hooks/useClickOutside.js';
22
22
  import '../config-1053d64d.js';
23
23
  import '../Scrollbar/index.js';
24
24
  import '../callAfterDelay-7272faca.js';
25
- import '../index-464ea32b.js';
25
+ import '../index-e9bda042.js';
26
26
  import '../tslib.es6-f211516f.js';
27
27
  import '../GeneUIProvider/index.js';
28
28
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
package/Slider/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useState, useRef, useCallback, useEffect } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
- import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-693a3d41.js';
5
+ import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-63c5d423.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
@@ -26,7 +26,7 @@ import '../hooks/useClickOutside.js';
26
26
  import '../config-1053d64d.js';
27
27
  import '../Scrollbar/index.js';
28
28
  import '../callAfterDelay-7272faca.js';
29
- import '../index-464ea32b.js';
29
+ import '../index-e9bda042.js';
30
30
  import '../tslib.es6-f211516f.js';
31
31
  import '../GeneUIProvider/index.js';
32
32
 
package/Status/index.js CHANGED
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
5
  import Icon from '../Icon/index.js';
6
- import { T as Tooltip } from '../index-464ea32b.js';
6
+ import { T as Tooltip } from '../index-e9bda042.js';
7
7
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
8
8
  import '../tslib.es6-f211516f.js';
9
9
  import 'react-dom';
package/Steps/index.js CHANGED
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
3
3
  import { c as classnames } from '../index-031ff73c.js';
4
4
  import { l as stepsConfig } from '../configs-00612ce0.js';
5
5
  import Icon from '../Icon/index.js';
6
- import { T as Tooltip } from '../index-464ea32b.js';
6
+ import { T as Tooltip } from '../index-e9bda042.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import { d as debounce } from '../debounce-4419bc2f.js';
9
9
  import 'react-dom';
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-1d3b2bbf.js';
3
+ export { T as default } from '../index-f002d02b.js';
4
4
  import 'prop-types';
5
- import '../index-9e11ebfb.js';
6
- import '../CellMeasurerCache-b31d12fe.js';
5
+ import '../index-ee068805.js';
6
+ import '../CellMeasurerCache-e0938f2b.js';
7
7
  import '../index-031ff73c.js';
8
8
  import '../index-a0e4e333.js';
9
9
  import '../hooks/useMount.js';
@@ -18,7 +18,7 @@ import '../debounce-4419bc2f.js';
18
18
  import '../hooks/useMutationObserver.js';
19
19
  import '../Icon/index.js';
20
20
  import '../style-inject.es-746bb8ed.js';
21
- import '../index-464ea32b.js';
21
+ import '../index-e9bda042.js';
22
22
  import '../tslib.es6-f211516f.js';
23
23
  import 'react-dom';
24
24
  import '../hooks/useDeviceType.js';
@@ -8,13 +8,13 @@ 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-9e11ebfb.js';
12
- import { T as Table, s as searchConfigs, a as sortHandler, u as useSortConfigs } from '../index-1d3b2bbf.js';
11
+ import { D as Dropdown } from '../index-ee068805.js';
12
+ import { T as Table, s as searchConfigs, a as sortHandler, u as useSortConfigs } from '../index-f002d02b.js';
13
13
  import '../configs-00612ce0.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
- import { T as Tooltip } from '../index-464ea32b.js';
17
+ import { T as Tooltip } from '../index-e9bda042.js';
18
18
  import { c as commonjsGlobal } from '../_commonjsHelpers-24198af3.js';
19
19
  import { P as PopoverV2 } from '../index-664c705c.js';
20
20
  import '../dateValidation-67caec66.js';
@@ -52,7 +52,7 @@ import '../guid-8ddf77b3.js';
52
52
  import '../index-898121d3.js';
53
53
  import '../Tag/index.js';
54
54
  import '../ValidatableTextInput/index.js';
55
- import '../CellMeasurerCache-b31d12fe.js';
55
+ import '../CellMeasurerCache-e0938f2b.js';
56
56
  import '../hooks/useUpdate.js';
57
57
  import '../hooks/useMutationObserver.js';
58
58
  import '../SkeletonLoader/index.js';
package/Textarea/index.js CHANGED
@@ -20,7 +20,7 @@ import '../hooks/useClickOutside.js';
20
20
  import '../config-1053d64d.js';
21
21
  import '../Scrollbar/index.js';
22
22
  import '../callAfterDelay-7272faca.js';
23
- import '../index-464ea32b.js';
23
+ import '../index-e9bda042.js';
24
24
  import '../tslib.es6-f211516f.js';
25
25
  import '../GeneUIProvider/index.js';
26
26
 
@@ -22,7 +22,7 @@ import '../useEllipsisDetection-4d997d5d.js';
22
22
  import '../SuggestionList/index.js';
23
23
  import '../config-1053d64d.js';
24
24
  import '../callAfterDelay-7272faca.js';
25
- import '../index-464ea32b.js';
25
+ import '../index-e9bda042.js';
26
26
  import '../tslib.es6-f211516f.js';
27
27
  import '../GeneUIProvider/index.js';
28
28
  import '../hooks/useMount.js';
package/Tooltip/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { T as default } from '../index-464ea32b.js';
1
+ export { T as default } from '../index-e9bda042.js';
2
2
  import '../tslib.es6-f211516f.js';
3
3
  import 'react';
4
4
  import 'react-dom';
@@ -1,6 +1,6 @@
1
1
  import React__default, { forwardRef, useState, useMemo, useEffect, useCallback } from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-be4bf1e2.js';
3
+ import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-d1b7eef8.js';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
5
  import { n as noop } from '../index-a0e4e333.js';
6
6
  import '../configs-00612ce0.js';
@@ -13,7 +13,7 @@ import CustomScrollbar from '../Scrollbar/index.js';
13
13
  import Checkbox from '../Checkbox/index.js';
14
14
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
15
15
  import Button from '../Button/index.js';
16
- import { T as Tooltip } from '../index-464ea32b.js';
16
+ import { T as Tooltip } from '../index-e9bda042.js';
17
17
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
18
18
  import '../redux-b3e598ca.js';
19
19
  import 'react-dom';
package/Uploader/index.js CHANGED
@@ -12,7 +12,7 @@ import useImgDownload from '../hooks/useImgDownload.js';
12
12
  import BusyLoader from '../BusyLoader/index.js';
13
13
  import Icon from '../Icon/index.js';
14
14
  import Image from '../Image/index.js';
15
- import { T as Tooltip } from '../index-464ea32b.js';
15
+ import { T as Tooltip } from '../index-e9bda042.js';
16
16
  import { s as styleInject } from '../style-inject.es-746bb8ed.js';
17
17
  import '../dateValidation-67caec66.js';
18
18
  import '../_commonjsHelpers-24198af3.js';
@@ -9,7 +9,7 @@ import '../dateValidation-67caec66.js';
9
9
  import '../_commonjsHelpers-24198af3.js';
10
10
  import 'react-dom';
11
11
  import '../index-031ff73c.js';
12
- import '../index-464ea32b.js';
12
+ import '../index-e9bda042.js';
13
13
  import '../tslib.es6-f211516f.js';
14
14
  import '../hooks/useDeviceType.js';
15
15
  import '../hooks/useWindowSize.js';
@@ -29,7 +29,7 @@ import '../Icon/index.js';
29
29
  import '../SuggestionList/index.js';
30
30
  import '../config-1053d64d.js';
31
31
  import '../callAfterDelay-7272faca.js';
32
- import '../index-464ea32b.js';
32
+ import '../index-e9bda042.js';
33
33
  import '../tslib.es6-f211516f.js';
34
34
  import '../DatePicker/index.js';
35
35
  import '../guid-8ddf77b3.js';
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import useMount from '../hooks/useMount.js';
5
5
  import '../configs-00612ce0.js';
6
6
  import { n as noop } from '../index-a0e4e333.js';
7
- import { D as Dropdown } from '../index-9e11ebfb.js';
7
+ import { D as Dropdown } from '../index-ee068805.js';
8
8
  import '../dateValidation-67caec66.js';
9
9
  import '../_commonjsHelpers-24198af3.js';
10
10
  import 'react-dom';
@@ -31,7 +31,7 @@ import '../index-122432cd.js';
31
31
  import '../Scrollbar/index.js';
32
32
  import '../GeneUIProvider/index.js';
33
33
  import '../debounce-4419bc2f.js';
34
- import '../index-464ea32b.js';
34
+ import '../index-e9bda042.js';
35
35
  import '../ExtendedInput/index.js';
36
36
  import '../SuggestionList/index.js';
37
37
  import '../config-1053d64d.js';
@@ -17,7 +17,7 @@ import '../dateValidation-67caec66.js';
17
17
  import '../_commonjsHelpers-24198af3.js';
18
18
  import 'react-dom';
19
19
  import '../configs-00612ce0.js';
20
- import '../index-9e11ebfb.js';
20
+ import '../index-ee068805.js';
21
21
  import '../objectWithoutPropertiesLoose-d8a4a68c.js';
22
22
  import '../react-lifecycles-compat.es-6e1f3768.js';
23
23
  import '../clsx.m-2bb6df4b.js';
@@ -41,7 +41,7 @@ import '../index-122432cd.js';
41
41
  import '../Scrollbar/index.js';
42
42
  import '../GeneUIProvider/index.js';
43
43
  import '../debounce-4419bc2f.js';
44
- import '../index-464ea32b.js';
44
+ import '../index-e9bda042.js';
45
45
  import '../ExtendedInput/index.js';
46
46
  import '../SuggestionList/index.js';
47
47
  import '../config-1053d64d.js';
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import useMount from '../hooks/useMount.js';
5
5
  import '../configs-00612ce0.js';
6
6
  import { n as noop } from '../index-a0e4e333.js';
7
- import { D as Dropdown } from '../index-9e11ebfb.js';
7
+ import { D as Dropdown } from '../index-ee068805.js';
8
8
  import '../dateValidation-67caec66.js';
9
9
  import '../_commonjsHelpers-24198af3.js';
10
10
  import 'react-dom';
@@ -31,7 +31,7 @@ import '../index-122432cd.js';
31
31
  import '../Scrollbar/index.js';
32
32
  import '../GeneUIProvider/index.js';
33
33
  import '../debounce-4419bc2f.js';
34
- import '../index-464ea32b.js';
34
+ import '../index-e9bda042.js';
35
35
  import '../ExtendedInput/index.js';
36
36
  import '../SuggestionList/index.js';
37
37
  import '../config-1053d64d.js';
@@ -21,7 +21,7 @@ import '../hooks/useClickOutside.js';
21
21
  import '../config-1053d64d.js';
22
22
  import '../Scrollbar/index.js';
23
23
  import '../callAfterDelay-7272faca.js';
24
- import '../index-464ea32b.js';
24
+ import '../index-e9bda042.js';
25
25
  import '../tslib.es6-f211516f.js';
26
26
  import '../GeneUIProvider/index.js';
27
27
 
@@ -21,7 +21,7 @@ import '../hooks/useClickOutside.js';
21
21
  import '../config-1053d64d.js';
22
22
  import '../Scrollbar/index.js';
23
23
  import '../callAfterDelay-7272faca.js';
24
- import '../index-464ea32b.js';
24
+ import '../index-e9bda042.js';
25
25
  import '../tslib.es6-f211516f.js';
26
26
  import '../GeneUIProvider/index.js';
27
27
 
@@ -22,7 +22,7 @@ import '../hooks/useClickOutside.js';
22
22
  import '../config-1053d64d.js';
23
23
  import '../Scrollbar/index.js';
24
24
  import '../callAfterDelay-7272faca.js';
25
- import '../index-464ea32b.js';
25
+ import '../index-e9bda042.js';
26
26
  import '../tslib.es6-f211516f.js';
27
27
  import '../GeneUIProvider/index.js';
28
28
 
@@ -24,7 +24,7 @@ import '../hooks/useClickOutside.js';
24
24
  import '../config-1053d64d.js';
25
25
  import '../Scrollbar/index.js';
26
26
  import '../callAfterDelay-7272faca.js';
27
- import '../index-464ea32b.js';
27
+ import '../index-e9bda042.js';
28
28
  import '../GeneUIProvider/index.js';
29
29
  import '../Grid/index.js';
30
30
  import '../hooks/useWidth.js';
package/Widget/index.js CHANGED
@@ -12,7 +12,7 @@ import '../index-a0e4e333.js';
12
12
  import '../dateValidation-67caec66.js';
13
13
  import '../_commonjsHelpers-24198af3.js';
14
14
  import 'react-dom';
15
- import '../index-464ea32b.js';
15
+ import '../index-e9bda042.js';
16
16
  import '../hooks/useDeviceType.js';
17
17
  import '../hooks/useWindowSize.js';
18
18
  import '../hooks/useDebounce.js';
@@ -3009,10 +3009,10 @@ const FindAndMergeRef = (children, childProps, componentRef) => Children.map(chi
3009
3009
  if (typeof (el === null || el === void 0 ? void 0 : el.type) === 'function') {
3010
3010
  return FindAndMergeRef(el.type(el.props), newProps, componentRef);
3011
3011
  }
3012
- return cloneElement(el, newProps);
3012
+ return el && cloneElement(el, newProps);
3013
3013
  });
3014
3014
  const Tooltip = (_a) => {
3015
- var { children, position = 'top', size = 'default', style, text, title, customPosition, alwaysShow, disableReposition = false, onClick = noop, padding = 5, screenType = 'desktop', isVisible = true } = _a, props = __rest(_a, ["children", "position", "size", "style", "text", "title", "customPosition", "alwaysShow", "disableReposition", "onClick", "padding", "screenType", "isVisible"]);
3015
+ var { children, position = 'top', size = 'default', style, text, title, customPosition, alwaysShow, onClick = noop, padding = 5, screenType = 'desktop', isVisible = true } = _a, props = __rest(_a, ["children", "position", "size", "style", "text", "title", "customPosition", "alwaysShow", "onClick", "padding", "screenType", "isVisible"]);
3016
3016
  // @ts-ignore
3017
3017
  const { geneUIProviderRef } = useContext(GeneUIDesignSystemContext);
3018
3018
  const { isMobile } = useDeviceType(screenType);
@@ -3029,7 +3029,7 @@ const Tooltip = (_a) => {
3029
3029
  flip({
3030
3030
  fallbackAxisSideDirection: 'none',
3031
3031
  fallbackPlacements: positions,
3032
- mainAxis: !disableReposition
3032
+ mainAxis: true
3033
3033
  }),
3034
3034
  shift(),
3035
3035
  {
@@ -20,7 +20,7 @@ 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
22
  import { P as PopoverV2 } from './index-664c705c.js';
23
- import { T as Tooltip } from './index-464ea32b.js';
23
+ import { T as Tooltip } from './index-e9bda042.js';
24
24
  import ExtendedInput from './ExtendedInput/index.js';
25
25
  import Icon from './Icon/index.js';
26
26
  import Checkbox from './Checkbox/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-9e11ebfb.js';
5
- import { C as CellMeasurerCache } from './CellMeasurerCache-b31d12fe.js';
4
+ import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-ee068805.js';
5
+ import { C as CellMeasurerCache } from './CellMeasurerCache-e0938f2b.js';
6
6
  import { c as classnames } from './index-031ff73c.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';
@@ -14,7 +14,7 @@ import CustomScrollbar from './Scrollbar/index.js';
14
14
  import BusyLoader from './BusyLoader/index.js';
15
15
  import useMutationObserver from './hooks/useMutationObserver.js';
16
16
  import Icon from './Icon/index.js';
17
- import { r as reactIsExports } from './index-464ea32b.js';
17
+ import { r as reactIsExports } from './index-e9bda042.js';
18
18
  import Button from './Button/index.js';
19
19
  import { s as styleInject } from './style-inject.es-746bb8ed.js';
20
20
  import './dateValidation-67caec66.js';
package/index.js CHANGED
@@ -33,7 +33,7 @@ export { default as Checkbox } from './Checkbox/index.js';
33
33
  export { default as Card } from './Card/index.js';
34
34
  export { default as Tag } from './Tag/index.js';
35
35
  export { default as Alert, alertTypes } from './Alert/index.js';
36
- export { T as Tooltip } from './index-464ea32b.js';
36
+ export { T as Tooltip } from './index-e9bda042.js';
37
37
  export { default as Range } from './Range/index.js';
38
38
  export { default as Slider } from './Slider/index.js';
39
39
  export { default as Pagination } from './Pagination/index.js';
@@ -95,8 +95,8 @@ export { default as Overspread } from './Overspread/index.js';
95
95
  export { default as DatePicker } from './DatePicker/index.js';
96
96
  export { default as DateFilter } from './DateFilter/index.js';
97
97
  export { ComboTable, PaginationSelector, PaperWrapper, TableContainer, TableHeader, TablePagination, TableTitle, WithHeader, WithTitle } from './TableCompositions/index.js';
98
- export { D as Dropdown } from './index-9e11ebfb.js';
99
- export { T as Table } from './index-1d3b2bbf.js';
98
+ export { D as Dropdown } from './index-ee068805.js';
99
+ export { T as Table } from './index-f002d02b.js';
100
100
  export { CardList, WrappedCardList } from './CardList/index.js';
101
101
  import 'react';
102
102
  import 'prop-types';
@@ -139,7 +139,7 @@ import './guid-8ddf77b3.js';
139
139
  import './localization-4ba17032.js';
140
140
  import './index-122432cd.js';
141
141
  import './debounce-4419bc2f.js';
142
- import './rangeAndSlider-693a3d41.js';
142
+ import './rangeAndSlider-63c5d423.js';
143
143
  import './index-45eafea6.js';
144
144
  import './react-lifecycles-compat.es-6e1f3768.js';
145
145
  import './SuggestionList/index.js';
@@ -151,6 +151,6 @@ import './index-262edd7a.js';
151
151
  import './index-898121d3.js';
152
152
  import './objectWithoutPropertiesLoose-d8a4a68c.js';
153
153
  import './clsx.m-2bb6df4b.js';
154
- import './CellMeasurerCache-b31d12fe.js';
154
+ import './CellMeasurerCache-e0938f2b.js';
155
155
  import './redux-b3e598ca.js';
156
- import './react-beautiful-dnd.esm-be4bf1e2.js';
156
+ import './react-beautiful-dnd.esm-d1b7eef8.js';
@@ -33,10 +33,6 @@ export interface ITooltipProps {
33
33
  * Any valid React node.
34
34
  */
35
35
  children: JSX.Element | JSX.Element[];
36
- /**
37
- * Disable/Enable auto repositions.
38
- */
39
- disableReposition?: boolean;
40
36
  /**
41
37
  * Positions where will be displayed the Tooltip relates the child component.<br> Possible values: `top | right | bottom | left`
42
38
  */
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.16.0-canary-7376102-11092024",
4
+ "version": "2.16.0-canary-8a49120-17092024",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
7
7
  "repository": {
@@ -251,20 +251,12 @@ var _cof = function (it) {
251
251
  return toString$2.call(it).slice(8, -1);
252
252
  };
253
253
 
254
- var _iobject;
255
- var hasRequired_iobject;
256
-
257
- function require_iobject () {
258
- if (hasRequired_iobject) return _iobject;
259
- hasRequired_iobject = 1;
260
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
261
- var cof = _cof;
262
- // eslint-disable-next-line no-prototype-builtins
263
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
264
- return cof(it) == 'String' ? it.split('') : Object(it);
265
- };
266
- return _iobject;
267
- }
254
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
255
+ var cof$2 = _cof;
256
+ // eslint-disable-next-line no-prototype-builtins
257
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
258
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
259
+ };
268
260
 
269
261
  // 7.2.1 RequireObjectCoercible(argument)
270
262
  var _defined = function (it) {
@@ -273,7 +265,7 @@ var _defined = function (it) {
273
265
  };
274
266
 
275
267
  // to indexed object, toObject with fallback for non-array-like ES3 strings
276
- var IObject = require_iobject();
268
+ var IObject = _iobject;
277
269
  var defined$2 = _defined;
278
270
  var _toIobject = function (it) {
279
271
  return IObject(defined$2(it));
@@ -446,7 +438,7 @@ function require_objectAssign () {
446
438
  var gOPS = _objectGops;
447
439
  var pIE = require_objectPie();
448
440
  var toObject = _toObject;
449
- var IObject = require_iobject();
441
+ var IObject = _iobject;
450
442
  var $assign = Object.assign;
451
443
 
452
444
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -2,7 +2,7 @@ import React__default, { useLayoutEffect, useEffect, useMemo as useMemo$1, useCo
2
2
  import { a as _setPrototypeOf, b as _objectWithoutPropertiesLoose, c as _extends } from './objectWithoutPropertiesLoose-d8a4a68c.js';
3
3
  import { c as compose, b as bindActionCreators$1, a as createStore$1, d as applyMiddleware } from './redux-b3e598ca.js';
4
4
  import PropTypes from 'prop-types';
5
- import { r as reactIsExports$1 } from './index-464ea32b.js';
5
+ import { r as reactIsExports$1 } from './index-e9bda042.js';
6
6
  import ReactDOM__default, { unstable_batchedUpdates } from 'react-dom';
7
7
 
8
8
  function _inheritsLoose(subClass, superClass) {