@geneui/components 2.15.0 → 2.15.1

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 (97) hide show
  1. package/ActionableList/index.js +1 -1
  2. package/AdvancedSearch/index.js +2 -2
  3. package/Alert/index.js +1 -1
  4. package/Avatar/index.js +1 -1
  5. package/Badge/index.js +1 -1
  6. package/Breadcrumb/index.js +1 -1
  7. package/BusyLoader/index.js +1 -1
  8. package/Button/index.js +1 -1
  9. package/CHANGELOG.md +7 -0
  10. package/Card/index.js +1 -1
  11. package/CardList/index.js +5 -5
  12. package/{CellMeasurerCache-b172f99b.js → CellMeasurerCache-343a8451.js} +1 -1
  13. package/Charts/index.js +17 -17
  14. package/CheckboxGroupWithSearch/index.js +2 -2
  15. package/Collapse/index.js +1 -1
  16. package/ColorPicker/index.js +1 -1
  17. package/ComboBox/index.js +2 -2
  18. package/Copy/index.js +1 -1
  19. package/Counter/index.js +1 -1
  20. package/DateFilter/index.js +2 -2
  21. package/DatePicker/index.js +1 -1
  22. package/DatePickerInput/index.js +2 -2
  23. package/Divider/index.js +1 -1
  24. package/Drawer/index.js +1 -1
  25. package/Dropdown/index.js +3 -3
  26. package/Editor/index.js +1 -1
  27. package/Empty/index.js +1 -1
  28. package/ExtendedInput/index.js +1 -1
  29. package/Form/index.js +3 -3
  30. package/FormContainer/index.js +1 -1
  31. package/FormableDatePicker/index.js +1 -1
  32. package/FormableDropdown/index.js +3 -3
  33. package/FormableMultiSelectDropdown/index.js +3 -3
  34. package/GeneUIProvider/index.js +1 -1
  35. package/Grid/index.js +1 -1
  36. package/Holder/index.js +1 -1
  37. package/Icon/index.js +1 -1
  38. package/Image/index.js +1 -1
  39. package/ImagePreview/index.js +1 -1
  40. package/InteractiveWidget/index.js +1 -1
  41. package/KeyValue/index.js +1 -1
  42. package/Label/index.js +1 -1
  43. package/LinkButton/index.js +1 -1
  44. package/Menu/index.js +1 -1
  45. package/MobileNavigation/index.js +1 -1
  46. package/MobilePopup/index.js +1 -1
  47. package/Modal/index.js +1 -1
  48. package/ModuleTitle/index.js +1 -1
  49. package/NavigationMenu/index.js +1 -1
  50. package/Notification/index.js +1 -1
  51. package/Option/index.js +1 -1
  52. package/Overlay/index.js +1 -1
  53. package/Overspread/index.js +4 -4
  54. package/Pagination/index.js +1 -1
  55. package/Paper/index.js +1 -1
  56. package/Popover/index.js +1 -1
  57. package/PopoverV2/index.js +1 -1
  58. package/Products/index.js +1 -1
  59. package/Profile/index.js +1 -1
  60. package/Progress/index.js +1 -1
  61. package/Range/index.js +1 -1
  62. package/Rating/index.js +4 -4
  63. package/RichEditor/index.js +1 -1
  64. package/{RichEditor-a3f1150e.js → RichEditor-de21fe2b.js} +1 -1
  65. package/Scrollbar/index.js +1 -1
  66. package/SearchWithDropdown/index.js +4 -4
  67. package/Section/index.js +1 -1
  68. package/SkeletonLoader/index.js +1 -1
  69. package/Slider/index.js +1 -1
  70. package/Status/index.js +1 -1
  71. package/Steps/index.js +1 -1
  72. package/SuggestionList/index.js +1 -1
  73. package/Switcher/index.js +1 -1
  74. package/Table/index.js +5 -5
  75. package/TableCompositions/index.js +8 -8
  76. package/Tabs/index.js +1 -1
  77. package/Tag/index.js +1 -1
  78. package/Time/index.js +1 -1
  79. package/TimePicker/index.js +2 -2
  80. package/Timeline/index.js +2 -2
  81. package/Title/index.js +1 -1
  82. package/Toaster/index.js +1 -1
  83. package/Tooltip/index.js +1 -1
  84. package/TransferList/index.js +3 -3
  85. package/Uploader/index.js +4 -4
  86. package/ValidatableDatePicker/index.js +1 -1
  87. package/ValidatableDropdown/index.js +3 -3
  88. package/ValidatableElements/index.js +3 -3
  89. package/ValidatableMultiSelectDropdown/index.js +3 -3
  90. package/Widget/index.js +1 -1
  91. package/{index-617ffc3a.js → index-35f0eafa.js} +7 -7
  92. package/{index-18431aad.js → index-7b2f38c9.js} +1 -1
  93. package/{index-34914e4c.js → index-898121d3.js} +1 -1
  94. package/{index-1beae3bb.js → index-ed0d05f0.js} +2 -2
  95. package/index.js +7 -7
  96. package/package.json +1 -1
  97. package/{rangeAndSlider-740a236c.js → rangeAndSlider-693a3d41.js} +16 -8
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-18431aad.js';
17
+ export { P as PopoverV2 } from './index-7b2f38c9.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';
@@ -95,14 +95,14 @@ 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-1beae3bb.js';
99
- export { T as Table } from './index-617ffc3a.js';
98
+ export { D as Dropdown } from './index-ed0d05f0.js';
99
+ export { T as Table } from './index-35f0eafa.js';
100
100
  export { CardList, WrappedCardList } from './CardList/index.js';
101
101
  import 'react';
102
102
  import 'prop-types';
103
103
  export { default as Form } from './FormContainer/index.js';
104
104
  export { default as TransferList } from './TransferList/index.js';
105
- export { R as RichEditor } from './RichEditor-a3f1150e.js';
105
+ export { R as RichEditor } from './RichEditor-de21fe2b.js';
106
106
  export { default as Drawer } from './Drawer/index.js';
107
107
  export { default as ActionableList } from './ActionableList/index.js';
108
108
  export { GeneUIDesignSystemContext, default as GeneUIProvider } from './GeneUIProvider/index.js';
@@ -140,7 +140,7 @@ import './localization-4ba17032.js';
140
140
  import './Popover-f4d1cac0.js';
141
141
  import './index-122432cd.js';
142
142
  import './debounce-4419bc2f.js';
143
- import './rangeAndSlider-740a236c.js';
143
+ import './rangeAndSlider-693a3d41.js';
144
144
  import './index-45eafea6.js';
145
145
  import './react-lifecycles-compat.es-6e1f3768.js';
146
146
  import './SuggestionList/index.js';
@@ -149,9 +149,9 @@ import './callAfterDelay-7272faca.js';
149
149
  import './checkTimeValidation-e56771be.js';
150
150
  import './hooks/useHover.js';
151
151
  import './index-262edd7a.js';
152
- import './index-34914e4c.js';
152
+ import './index-898121d3.js';
153
153
  import './objectWithoutPropertiesLoose-d8a4a68c.js';
154
154
  import './clsx.m-2bb6df4b.js';
155
- import './CellMeasurerCache-b172f99b.js';
155
+ import './CellMeasurerCache-343a8451.js';
156
156
  import './index-b1e429a7.js';
157
157
  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.15.0",
4
+ "version": "2.15.1",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
7
7
  "repository": {
@@ -360,16 +360,24 @@ var _uid = function (key) {
360
360
  return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id$1 + px).toString(36));
361
361
  };
362
362
 
363
- var shared$1 = _sharedExports('keys');
364
- var uid$2 = _uid;
365
- var _sharedKey = function (key) {
366
- return shared$1[key] || (shared$1[key] = uid$2(key));
367
- };
363
+ var _sharedKey;
364
+ var hasRequired_sharedKey;
365
+
366
+ function require_sharedKey () {
367
+ if (hasRequired_sharedKey) return _sharedKey;
368
+ hasRequired_sharedKey = 1;
369
+ var shared = _sharedExports('keys');
370
+ var uid = _uid;
371
+ _sharedKey = function (key) {
372
+ return shared[key] || (shared[key] = uid(key));
373
+ };
374
+ return _sharedKey;
375
+ }
368
376
 
369
377
  var has$5 = _has;
370
378
  var toIObject$5 = _toIobject;
371
379
  var arrayIndexOf = _arrayIncludes(false);
372
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
380
+ var IE_PROTO$1 = require_sharedKey()('IE_PROTO');
373
381
 
374
382
  var _objectKeysInternal = function (object, names) {
375
383
  var O = toIObject$5(object);
@@ -633,7 +641,7 @@ function require_objectCreate () {
633
641
  var anObject = _anObject;
634
642
  var dPs = require_objectDps();
635
643
  var enumBugKeys = require_enumBugKeys();
636
- var IE_PROTO = _sharedKey('IE_PROTO');
644
+ var IE_PROTO = require_sharedKey()('IE_PROTO');
637
645
  var Empty = function () { /* empty */ };
638
646
  var PROTOTYPE = 'prototype';
639
647
 
@@ -715,7 +723,7 @@ var _iterCreate = function (Constructor, NAME, next) {
715
723
  // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
716
724
  var has$3 = _has;
717
725
  var toObject$3 = _toObject;
718
- var IE_PROTO = _sharedKey('IE_PROTO');
726
+ var IE_PROTO = require_sharedKey()('IE_PROTO');
719
727
  var ObjectProto$1 = Object.prototype;
720
728
 
721
729
  var _objectGpo = Object.getPrototypeOf || function (O) {