@geneui/components 2.14.0 → 2.15.0-canary-2c19c64-17052024
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/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-
|
|
5
|
+
import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-740a236c.js';
|
|
6
6
|
import useWidth from '../hooks/useWidth.js';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import 'react-dom';
|
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-
|
|
5
|
+
import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-740a236c.js';
|
|
6
6
|
import useWidth from '../hooks/useWidth.js';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import 'react-dom';
|
package/index.js
CHANGED
|
@@ -139,7 +139,7 @@ import './localization-4ba17032.js';
|
|
|
139
139
|
import './Popover-f4d1cac0.js';
|
|
140
140
|
import './index-122432cd.js';
|
|
141
141
|
import './debounce-4419bc2f.js';
|
|
142
|
-
import './rangeAndSlider-
|
|
142
|
+
import './rangeAndSlider-740a236c.js';
|
|
143
143
|
import './index-45eafea6.js';
|
|
144
144
|
import './react-lifecycles-compat.es-6e1f3768.js';
|
|
145
145
|
import './SuggestionList/index.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.15.0-canary-2c19c64-17052024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -204,4 +204,4 @@
|
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"license": "MIT"
|
|
207
|
-
}
|
|
207
|
+
}
|
|
@@ -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) {
|