@geneui/components 2.16.0 → 2.17.0-canary-3874d24-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.
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-693a3d41.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-693a3d41.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 './guid-8ddf77b3.js';
|
|
|
139
139
|
import './localization-4ba17032.js';
|
|
140
140
|
import './index-122432cd.js';
|
|
141
141
|
import './debounce-4419bc2f.js';
|
|
142
|
-
import './rangeAndSlider-
|
|
142
|
+
import './rangeAndSlider-693a3d41.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.17.0-canary-3874d24-17092024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -206,4 +206,4 @@
|
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
"license": "MIT"
|
|
209
|
-
}
|
|
209
|
+
}
|
|
@@ -251,12 +251,20 @@ var _cof = function (it) {
|
|
|
251
251
|
return toString$2.call(it).slice(8, -1);
|
|
252
252
|
};
|
|
253
253
|
|
|
254
|
-
|
|
255
|
-
var
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
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
|
+
}
|
|
260
268
|
|
|
261
269
|
// 7.2.1 RequireObjectCoercible(argument)
|
|
262
270
|
var _defined = function (it) {
|
|
@@ -265,7 +273,7 @@ var _defined = function (it) {
|
|
|
265
273
|
};
|
|
266
274
|
|
|
267
275
|
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
268
|
-
var IObject =
|
|
276
|
+
var IObject = require_iobject();
|
|
269
277
|
var defined$2 = _defined;
|
|
270
278
|
var _toIobject = function (it) {
|
|
271
279
|
return IObject(defined$2(it));
|
|
@@ -438,7 +446,7 @@ function require_objectAssign () {
|
|
|
438
446
|
var gOPS = _objectGops;
|
|
439
447
|
var pIE = require_objectPie();
|
|
440
448
|
var toObject = _toObject;
|
|
441
|
-
var IObject =
|
|
449
|
+
var IObject = require_iobject();
|
|
442
450
|
var $assign = Object.assign;
|
|
443
451
|
|
|
444
452
|
// should work with symbols and should have deterministic property order (V8 bug)
|