@geneui/components 2.15.0-canary-45496a0-23052024 → 2.15.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.
- package/ActionableList/index.js +1 -1
- package/AdvancedSearch/index.js +2 -2
- package/Alert/index.js +1 -1
- package/Avatar/index.js +1 -1
- package/Badge/index.js +1 -1
- package/Breadcrumb/index.js +1 -1
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/CHANGELOG.md +13 -0
- package/Card/index.js +1 -1
- package/CardList/index.js +5 -5
- package/{CellMeasurerCache-bc507f03.js → CellMeasurerCache-b172f99b.js} +1 -1
- package/Charts/index.js +17 -17
- package/CheckboxGroupWithSearch/index.js +2 -2
- package/Collapse/index.js +1 -1
- package/ColorPicker/index.js +1 -1
- package/ComboBox/index.js +2 -2
- package/Copy/index.js +1 -1
- package/Counter/index.js +1 -1
- package/DateFilter/index.js +2 -2
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +2 -2
- package/Divider/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/Dropdown/index.js +3 -3
- package/Editor/index.js +1 -1
- package/Empty/index.js +1 -1
- package/ExtendedInput/index.js +1 -1
- package/Form/index.js +3 -3
- package/FormContainer/index.js +1 -1
- package/FormableDatePicker/index.js +1 -1
- package/FormableDropdown/index.js +3 -3
- package/FormableMultiSelectDropdown/index.js +3 -3
- package/GeneUIProvider/index.js +1 -1
- package/Grid/index.js +1 -1
- package/Holder/index.js +1 -1
- package/Icon/index.js +1 -1
- package/Image/index.js +1 -1
- package/ImagePreview/index.js +1 -1
- package/InteractiveWidget/index.js +1 -1
- package/KeyValue/index.js +1 -1
- package/Label/index.js +1 -1
- package/LinkButton/index.js +1 -1
- package/Menu/index.js +1 -1
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +1 -1
- package/Modal/index.js +1 -1
- package/ModuleTitle/index.js +1 -1
- package/NavigationMenu/index.js +1 -1
- package/Notification/index.js +1 -1
- package/Option/index.js +1 -1
- package/Overlay/index.js +1 -1
- package/Overspread/index.js +4 -4
- package/Pagination/index.js +1 -1
- package/Paper/index.js +1 -1
- package/Popover/index.js +1 -1
- package/PopoverV2/index.js +1 -1
- package/Products/index.js +1 -1
- package/Profile/index.js +1 -1
- package/Progress/index.js +1 -1
- package/Range/index.js +1 -1
- package/Rating/index.js +1 -1
- package/RichEditor/index.js +1 -1
- package/{RichEditor-a50b6d27.js → RichEditor-a3f1150e.js} +1 -1
- package/Scrollbar/index.js +1 -1
- package/SearchWithDropdown/index.js +4 -4
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Slider/index.js +1 -1
- package/Status/index.js +1 -1
- package/Steps/index.js +1 -1
- package/SuggestionList/index.js +1 -1
- package/Switcher/index.js +1 -1
- package/Table/index.js +5 -5
- package/TableCompositions/index.js +8 -8
- package/Tabs/index.js +1 -1
- package/Tag/index.js +1 -1
- package/Time/index.js +1 -1
- package/TimePicker/index.js +2 -2
- package/Timeline/index.js +2 -2
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/TransferList/index.js +3 -3
- package/Uploader/index.js +4 -4
- package/ValidatableDatePicker/index.js +1 -1
- package/ValidatableDropdown/index.js +3 -3
- package/ValidatableElements/index.js +3 -3
- package/ValidatableMultiSelectDropdown/index.js +3 -3
- package/Widget/index.js +1 -1
- package/{index-7a753832.js → index-18431aad.js} +1 -1
- package/{index-02409dcd.js → index-1beae3bb.js} +2 -2
- package/{index-49188840.js → index-34914e4c.js} +1 -1
- package/{index-516368c9.js → index-617ffc3a.js} +7 -7
- package/index.js +7 -7
- package/package.json +2 -2
- package/{rangeAndSlider-693a3d41.js → rangeAndSlider-740a236c.js} +8 -16
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-18431aad.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-
|
|
99
|
-
export { T as Table } from './index-
|
|
98
|
+
export { D as Dropdown } from './index-1beae3bb.js';
|
|
99
|
+
export { T as Table } from './index-617ffc3a.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-
|
|
105
|
+
export { R as RichEditor } from './RichEditor-a3f1150e.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-
|
|
143
|
+
import './rangeAndSlider-740a236c.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-
|
|
152
|
+
import './index-34914e4c.js';
|
|
153
153
|
import './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
154
154
|
import './clsx.m-2bb6df4b.js';
|
|
155
|
-
import './CellMeasurerCache-
|
|
155
|
+
import './CellMeasurerCache-b172f99b.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.0",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -205,4 +205,4 @@
|
|
|
205
205
|
}
|
|
206
206
|
},
|
|
207
207
|
"license": "MIT"
|
|
208
|
-
}
|
|
208
|
+
}
|
|
@@ -360,24 +360,16 @@ var _uid = function (key) {
|
|
|
360
360
|
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id$1 + px).toString(36));
|
|
361
361
|
};
|
|
362
362
|
|
|
363
|
-
var
|
|
364
|
-
var
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
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
|
-
}
|
|
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
|
+
};
|
|
376
368
|
|
|
377
369
|
var has$5 = _has;
|
|
378
370
|
var toIObject$5 = _toIobject;
|
|
379
371
|
var arrayIndexOf = _arrayIncludes(false);
|
|
380
|
-
var IE_PROTO$1 =
|
|
372
|
+
var IE_PROTO$1 = _sharedKey('IE_PROTO');
|
|
381
373
|
|
|
382
374
|
var _objectKeysInternal = function (object, names) {
|
|
383
375
|
var O = toIObject$5(object);
|
|
@@ -641,7 +633,7 @@ function require_objectCreate () {
|
|
|
641
633
|
var anObject = _anObject;
|
|
642
634
|
var dPs = require_objectDps();
|
|
643
635
|
var enumBugKeys = require_enumBugKeys();
|
|
644
|
-
var IE_PROTO =
|
|
636
|
+
var IE_PROTO = _sharedKey('IE_PROTO');
|
|
645
637
|
var Empty = function () { /* empty */ };
|
|
646
638
|
var PROTOTYPE = 'prototype';
|
|
647
639
|
|
|
@@ -723,7 +715,7 @@ var _iterCreate = function (Constructor, NAME, next) {
|
|
|
723
715
|
// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
|
|
724
716
|
var has$3 = _has;
|
|
725
717
|
var toObject$3 = _toObject;
|
|
726
|
-
var IE_PROTO =
|
|
718
|
+
var IE_PROTO = _sharedKey('IE_PROTO');
|
|
727
719
|
var ObjectProto$1 = Object.prototype;
|
|
728
720
|
|
|
729
721
|
var _objectGpo = Object.getPrototypeOf || function (O) {
|