@geneui/components 3.0.0-next-37649d6-21062024 → 3.0.0-next-cece18f-26082024
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/GeneUIProvider/index.js
CHANGED
package/Range/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.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-a83240e1.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
|
@@ -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-693a3d41.js';
|
|
144
144
|
import './index-45eafea6.js';
|
|
145
145
|
import './react-lifecycles-compat.es-6e1f3768.js';
|
|
146
146
|
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": "3.0.0-next-
|
|
4
|
+
"version": "3.0.0-next-cece18f-26082024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -156,6 +156,7 @@
|
|
|
156
156
|
"yargs": "^17.7.2"
|
|
157
157
|
},
|
|
158
158
|
"dependencies": {
|
|
159
|
+
"@geneui/icons": "^1.0.3",
|
|
159
160
|
"@geneui/tokens": "^1.0.0-beta",
|
|
160
161
|
"classnames": "^2.3.2",
|
|
161
162
|
"dayjs": "^1.11.5",
|
|
@@ -110,9 +110,17 @@ function require_domCreate () {
|
|
|
110
110
|
return _domCreate;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
var _ie8DomDefine
|
|
114
|
-
|
|
115
|
-
|
|
113
|
+
var _ie8DomDefine;
|
|
114
|
+
var hasRequired_ie8DomDefine;
|
|
115
|
+
|
|
116
|
+
function require_ie8DomDefine () {
|
|
117
|
+
if (hasRequired_ie8DomDefine) return _ie8DomDefine;
|
|
118
|
+
hasRequired_ie8DomDefine = 1;
|
|
119
|
+
_ie8DomDefine = !require_descriptors() && !_fails(function () {
|
|
120
|
+
return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
|
|
121
|
+
});
|
|
122
|
+
return _ie8DomDefine;
|
|
123
|
+
}
|
|
116
124
|
|
|
117
125
|
// 7.1.1 ToPrimitive(input [, PreferredType])
|
|
118
126
|
var isObject$2 = _isObject;
|
|
@@ -133,7 +141,7 @@ function require_objectDp () {
|
|
|
133
141
|
if (hasRequired_objectDp) return _objectDp;
|
|
134
142
|
hasRequired_objectDp = 1;
|
|
135
143
|
var anObject = _anObject;
|
|
136
|
-
var IE8_DOM_DEFINE =
|
|
144
|
+
var IE8_DOM_DEFINE = require_ie8DomDefine();
|
|
137
145
|
var toPrimitive = _toPrimitive;
|
|
138
146
|
var dP = Object.defineProperty;
|
|
139
147
|
|
|
@@ -243,12 +251,20 @@ var _cof = function (it) {
|
|
|
243
251
|
return toString$2.call(it).slice(8, -1);
|
|
244
252
|
};
|
|
245
253
|
|
|
246
|
-
|
|
247
|
-
var
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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
|
+
}
|
|
252
268
|
|
|
253
269
|
// 7.2.1 RequireObjectCoercible(argument)
|
|
254
270
|
var _defined = function (it) {
|
|
@@ -257,7 +273,7 @@ var _defined = function (it) {
|
|
|
257
273
|
};
|
|
258
274
|
|
|
259
275
|
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
260
|
-
var IObject =
|
|
276
|
+
var IObject = require_iobject();
|
|
261
277
|
var defined$2 = _defined;
|
|
262
278
|
var _toIobject = function (it) {
|
|
263
279
|
return IObject(defined$2(it));
|
|
@@ -430,7 +446,7 @@ function require_objectAssign () {
|
|
|
430
446
|
var gOPS = _objectGops;
|
|
431
447
|
var pIE = require_objectPie();
|
|
432
448
|
var toObject = _toObject;
|
|
433
|
-
var IObject =
|
|
449
|
+
var IObject = require_iobject();
|
|
434
450
|
var $assign = Object.assign;
|
|
435
451
|
|
|
436
452
|
// should work with symbols and should have deterministic property order (V8 bug)
|
|
@@ -1010,7 +1026,7 @@ var createDesc$2 = _propertyDesc;
|
|
|
1010
1026
|
var toIObject$2 = _toIobject;
|
|
1011
1027
|
var toPrimitive$1 = _toPrimitive;
|
|
1012
1028
|
var has$1 = _has;
|
|
1013
|
-
var IE8_DOM_DEFINE =
|
|
1029
|
+
var IE8_DOM_DEFINE = require_ie8DomDefine();
|
|
1014
1030
|
var gOPD$1 = Object.getOwnPropertyDescriptor;
|
|
1015
1031
|
|
|
1016
1032
|
_objectGopd.f = require_descriptors() ? gOPD$1 : function getOwnPropertyDescriptor(O, P) {
|