@helpdice/ui 1.4.9 → 1.5.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.
- package/dist/CircularProgress/index.js +6 -6
- package/dist/Placeholder/index.js +41 -41
- package/dist/auto-complete/index.js +60 -60
- package/dist/avatar/index.js +28 -28
- package/dist/badge/index.js +27 -27
- package/dist/breadcrumbs/index.js +34 -34
- package/dist/button/button.compact.d.ts +2 -2
- package/dist/button/index.js +46 -45
- package/dist/button-dropdown/index.js +34 -34
- package/dist/button-group/index.js +25 -25
- package/dist/capacity/index.js +26 -26
- package/dist/card/index.js +44 -44
- package/dist/checkbox/index.js +30 -30
- package/dist/code/index.js +27 -27
- package/dist/col/index.js +8 -8
- package/dist/collapse/index.js +30 -30
- package/dist/css-baseline/index.js +6 -6
- package/dist/description/index.js +26 -26
- package/dist/display/index.js +26 -26
- package/dist/divider/index.js +26 -26
- package/dist/dot/index.js +25 -25
- package/dist/drawer/index.js +53 -53
- package/dist/fieldset/index.js +33 -33
- package/dist/form/FormWrapper.d.ts +7 -7
- package/dist/form/connect.d.ts +1 -0
- package/dist/grid/index.js +33 -33
- package/dist/html-renderer/index.d.ts +6 -0
- package/dist/image/index.js +37 -37
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1899 -547
- package/dist/input/index.js +40 -40
- package/dist/keyboard/index.js +28 -28
- package/dist/link/index.js +29 -29
- package/dist/loading/index.js +26 -26
- package/dist/modal/index.js +75 -75
- package/dist/note/index.js +27 -27
- package/dist/page/index.js +30 -30
- package/dist/pagination/index.js +27 -27
- package/dist/popover/index.js +57 -57
- package/dist/progress/index.js +29 -29
- package/dist/radio/index.js +30 -30
- package/dist/rating/index.js +29 -29
- package/dist/row/index.js +11 -11
- package/dist/search-bar/index.js +1826 -61
- package/dist/select/index.js +60 -60
- package/dist/slider/index.js +35 -35
- package/dist/snippet/index.js +30 -30
- package/dist/spacer/index.js +25 -25
- package/dist/spinner/index.js +24 -24
- package/dist/table/index.js +224 -211
- package/dist/tabs/index.js +39 -39
- package/dist/tag/index.js +26 -26
- package/dist/text/index.js +40 -40
- package/dist/textarea/index.js +29 -29
- package/dist/themes/index.js +2 -2
- package/dist/toggle/index.js +27 -27
- package/dist/tooltip/index.js +42 -42
- package/dist/tree/index.js +23 -23
- package/dist/ui-provider/index.js +48 -48
- package/dist/use-all-themes/index.js +2 -2
- package/dist/use-body-scroll/index.js +5 -5
- package/dist/use-clipboard/index.js +1 -1
- package/dist/use-current-state/index.js +1 -1
- package/dist/use-input/index.js +1 -1
- package/dist/use-keyboard/index.js +5 -5
- package/dist/use-media-query/index.js +5 -5
- package/dist/use-modal/index.js +1 -1
- package/dist/use-scale/index.js +19 -19
- package/dist/use-tabs/index.js +1 -1
- package/dist/use-theme/index.js +2 -2
- package/dist/use-toasts/index.js +3 -3
- package/dist/user/index.js +36 -36
- package/esm/button/button.compact.d.ts +2 -2
- package/esm/button/button.compact.js +4 -2
- package/esm/form/FastField.js +1 -1
- package/esm/form/FormWrapper.d.ts +7 -7
- package/esm/form/FormWrapper.js +2 -2
- package/esm/form/connect.d.ts +1 -0
- package/esm/form/connect.js +2 -1
- package/esm/html-renderer/index.d.ts +6 -0
- package/esm/html-renderer/index.js +12 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/link/link.js +2 -0
- package/esm/login-with/LoginSocialAmazon/index.js +162 -134
- package/esm/login-with/index.js +2 -0
- package/esm/search-bar/components/index.js +4 -7
- package/esm/table/data-table.js +6 -4
- package/esm/table/table.js +12 -1
- package/package.json +5 -3
- package/esm/formik-native/src/index.js +0 -12
- package/esm/formik-native/test/blah.test.js +0 -5
|
@@ -22,7 +22,7 @@ function _interopNamespaceDefault(e) {
|
|
|
22
22
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
23
|
|
|
24
24
|
function _assertThisInitialized(e) {
|
|
25
|
-
if (
|
|
25
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
26
26
|
return e;
|
|
27
27
|
}
|
|
28
28
|
function _callSuper(t, o, e) {
|
|
@@ -38,7 +38,7 @@ function _defineProperties(e, r) {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
function _createClass(e, r, t) {
|
|
41
|
-
return _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
|
|
41
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
|
|
42
42
|
writable: false
|
|
43
43
|
}), e;
|
|
44
44
|
}
|
|
@@ -97,7 +97,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
97
97
|
}
|
|
98
98
|
function _possibleConstructorReturn(t, e) {
|
|
99
99
|
if (e && ("object" == typeof e || "function" == typeof e)) return e;
|
|
100
|
-
if (
|
|
100
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
101
101
|
return _assertThisInitialized(t);
|
|
102
102
|
}
|
|
103
103
|
function _setPrototypeOf(t, e) {
|
|
@@ -108,12 +108,12 @@ function _setPrototypeOf(t, e) {
|
|
|
108
108
|
function _toPrimitive(t, r) {
|
|
109
109
|
if ("object" != typeof t || !t) return t;
|
|
110
110
|
var e = t[Symbol.toPrimitive];
|
|
111
|
-
if (
|
|
112
|
-
var i = e.call(t, r
|
|
111
|
+
if (void 0 !== e) {
|
|
112
|
+
var i = e.call(t, r);
|
|
113
113
|
if ("object" != typeof i) return i;
|
|
114
114
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
115
115
|
}
|
|
116
|
-
return (
|
|
116
|
+
return (String )(t);
|
|
117
117
|
}
|
|
118
118
|
function _toPropertyKey(t) {
|
|
119
119
|
var i = _toPrimitive(t, "string");
|
|
@@ -118,8 +118,8 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
118
118
|
function _toPrimitive(t, r) {
|
|
119
119
|
if ("object" != typeof t || !t) return t;
|
|
120
120
|
var e = t[Symbol.toPrimitive];
|
|
121
|
-
if (
|
|
122
|
-
var i = e.call(t, r
|
|
121
|
+
if (void 0 !== e) {
|
|
122
|
+
var i = e.call(t, r);
|
|
123
123
|
if ("object" != typeof i) return i;
|
|
124
124
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
125
125
|
}
|
|
@@ -142,7 +142,7 @@ function _unsupportedIterableToArray(r, a) {
|
|
|
142
142
|
if (r) {
|
|
143
143
|
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
144
144
|
var t = {}.toString.call(r).slice(8, -1);
|
|
145
|
-
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) :
|
|
145
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
|
|
@@ -477,7 +477,7 @@ function requireIndex () {
|
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
480
|
-
_defineProperties(Constructor.prototype, protoProps);
|
|
480
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
481
481
|
return Constructor;
|
|
482
482
|
}
|
|
483
483
|
var isProd = typeof process !== "undefined" && process.env && process.env.NODE_ENV === "production";
|
|
@@ -486,7 +486,7 @@ function requireIndex () {
|
|
|
486
486
|
};
|
|
487
487
|
var StyleSheet = /*#__PURE__*/ function() {
|
|
488
488
|
function StyleSheet(param) {
|
|
489
|
-
var ref = param ===
|
|
489
|
+
var ref = param === void 0 ? {} : param, _name = ref.name, name = _name === void 0 ? "stylesheet" : _name, _optimizeForSpeed = ref.optimizeForSpeed, optimizeForSpeed = _optimizeForSpeed === void 0 ? isProd : _optimizeForSpeed;
|
|
490
490
|
invariant$1(isString(name), "`name` must be a string");
|
|
491
491
|
this._name = name;
|
|
492
492
|
this._deletedRulePlaceholder = "#" + name + "-deleted-rule____{}";
|
|
@@ -744,7 +744,7 @@ function requireIndex () {
|
|
|
744
744
|
}
|
|
745
745
|
|
|
746
746
|
function mapRulesToStyle(cssRules, options) {
|
|
747
|
-
if (options ===
|
|
747
|
+
if (options === void 0) options = {};
|
|
748
748
|
return cssRules.map(function(args) {
|
|
749
749
|
var id = args[0];
|
|
750
750
|
var css = args[1];
|
|
@@ -761,7 +761,7 @@ function requireIndex () {
|
|
|
761
761
|
}
|
|
762
762
|
var StyleSheetRegistry = /*#__PURE__*/ function() {
|
|
763
763
|
function StyleSheetRegistry(param) {
|
|
764
|
-
var ref = param ===
|
|
764
|
+
var ref = param === void 0 ? {} : param, _styleSheet = ref.styleSheet, styleSheet = _styleSheet === void 0 ? null : _styleSheet, _optimizeForSpeed = ref.optimizeForSpeed, optimizeForSpeed = _optimizeForSpeed === void 0 ? false : _optimizeForSpeed;
|
|
765
765
|
this._sheet = styleSheet || new StyleSheet({
|
|
766
766
|
name: "styled-jsx",
|
|
767
767
|
optimizeForSpeed: optimizeForSpeed
|
|
@@ -1350,9 +1350,9 @@ var withScale = function withScale(Render) {
|
|
|
1350
1350
|
margin = props.margin,
|
|
1351
1351
|
padding = props.padding,
|
|
1352
1352
|
_props$unit = props.unit,
|
|
1353
|
-
unit = _props$unit ===
|
|
1353
|
+
unit = _props$unit === void 0 ? layout.unit : _props$unit,
|
|
1354
1354
|
_props$scale = props.scale,
|
|
1355
|
-
scale = _props$scale ===
|
|
1355
|
+
scale = _props$scale === void 0 ? 1 : _props$scale;
|
|
1356
1356
|
var makeScaleHandler = function makeScaleHandler(attrValue) {
|
|
1357
1357
|
return function (scale1x, defaultValue) {
|
|
1358
1358
|
// 0 means disable scale and the default value is 0
|
|
@@ -1373,20 +1373,20 @@ var withScale = function withScale(Render) {
|
|
|
1373
1373
|
var value = {
|
|
1374
1374
|
unit: unit,
|
|
1375
1375
|
SCALES: {
|
|
1376
|
-
pt: makeScaleHandler((_ref2 = (_ref3 = paddingTop !== null && paddingTop !==
|
|
1377
|
-
pr: makeScaleHandler((_ref4 = (_ref5 = paddingRight !== null && paddingRight !==
|
|
1378
|
-
pb: makeScaleHandler((_ref6 = (_ref7 = paddingBottom !== null && paddingBottom !==
|
|
1379
|
-
pl: makeScaleHandler((_ref8 = (_ref9 = paddingLeft !== null && paddingLeft !==
|
|
1380
|
-
px: makeScaleHandler((_ref10 = (_ref11 = (_ref12 = (_ref13 = px !== null && px !==
|
|
1381
|
-
py: makeScaleHandler((_ref14 = (_ref15 = (_ref16 = (_ref17 = py !== null && py !==
|
|
1382
|
-
mt: makeScaleHandler((_ref18 = (_ref19 = marginTop !== null && marginTop !==
|
|
1383
|
-
mr: makeScaleHandler((_ref20 = (_ref21 = marginRight !== null && marginRight !==
|
|
1384
|
-
mb: makeScaleHandler((_ref22 = (_ref23 = marginBottom !== null && marginBottom !==
|
|
1385
|
-
ml: makeScaleHandler((_ref24 = (_ref25 = marginLeft !== null && marginLeft !==
|
|
1386
|
-
mx: makeScaleHandler((_ref26 = (_ref27 = (_ref28 = (_ref29 = mx !== null && mx !==
|
|
1387
|
-
my: makeScaleHandler((_ref30 = (_ref31 = (_ref32 = (_ref33 = my !== null && my !==
|
|
1388
|
-
width: makeScaleHandler(width !== null && width !==
|
|
1389
|
-
height: makeScaleHandler(height !== null && height !==
|
|
1376
|
+
pt: makeScaleHandler((_ref2 = (_ref3 = paddingTop !== null && paddingTop !== void 0 ? paddingTop : pt) !== null && _ref3 !== void 0 ? _ref3 : py) !== null && _ref2 !== void 0 ? _ref2 : padding),
|
|
1377
|
+
pr: makeScaleHandler((_ref4 = (_ref5 = paddingRight !== null && paddingRight !== void 0 ? paddingRight : pr) !== null && _ref5 !== void 0 ? _ref5 : px) !== null && _ref4 !== void 0 ? _ref4 : padding),
|
|
1378
|
+
pb: makeScaleHandler((_ref6 = (_ref7 = paddingBottom !== null && paddingBottom !== void 0 ? paddingBottom : pb) !== null && _ref7 !== void 0 ? _ref7 : py) !== null && _ref6 !== void 0 ? _ref6 : padding),
|
|
1379
|
+
pl: makeScaleHandler((_ref8 = (_ref9 = paddingLeft !== null && paddingLeft !== void 0 ? paddingLeft : pl) !== null && _ref9 !== void 0 ? _ref9 : px) !== null && _ref8 !== void 0 ? _ref8 : padding),
|
|
1380
|
+
px: makeScaleHandler((_ref10 = (_ref11 = (_ref12 = (_ref13 = px !== null && px !== void 0 ? px : paddingLeft) !== null && _ref13 !== void 0 ? _ref13 : paddingRight) !== null && _ref12 !== void 0 ? _ref12 : pl) !== null && _ref11 !== void 0 ? _ref11 : pr) !== null && _ref10 !== void 0 ? _ref10 : padding),
|
|
1381
|
+
py: makeScaleHandler((_ref14 = (_ref15 = (_ref16 = (_ref17 = py !== null && py !== void 0 ? py : paddingTop) !== null && _ref17 !== void 0 ? _ref17 : paddingBottom) !== null && _ref16 !== void 0 ? _ref16 : pt) !== null && _ref15 !== void 0 ? _ref15 : pb) !== null && _ref14 !== void 0 ? _ref14 : padding),
|
|
1382
|
+
mt: makeScaleHandler((_ref18 = (_ref19 = marginTop !== null && marginTop !== void 0 ? marginTop : mt) !== null && _ref19 !== void 0 ? _ref19 : my) !== null && _ref18 !== void 0 ? _ref18 : margin),
|
|
1383
|
+
mr: makeScaleHandler((_ref20 = (_ref21 = marginRight !== null && marginRight !== void 0 ? marginRight : mr) !== null && _ref21 !== void 0 ? _ref21 : mx) !== null && _ref20 !== void 0 ? _ref20 : margin),
|
|
1384
|
+
mb: makeScaleHandler((_ref22 = (_ref23 = marginBottom !== null && marginBottom !== void 0 ? marginBottom : mb) !== null && _ref23 !== void 0 ? _ref23 : my) !== null && _ref22 !== void 0 ? _ref22 : margin),
|
|
1385
|
+
ml: makeScaleHandler((_ref24 = (_ref25 = marginLeft !== null && marginLeft !== void 0 ? marginLeft : ml) !== null && _ref25 !== void 0 ? _ref25 : mx) !== null && _ref24 !== void 0 ? _ref24 : margin),
|
|
1386
|
+
mx: makeScaleHandler((_ref26 = (_ref27 = (_ref28 = (_ref29 = mx !== null && mx !== void 0 ? mx : marginLeft) !== null && _ref29 !== void 0 ? _ref29 : marginRight) !== null && _ref28 !== void 0 ? _ref28 : ml) !== null && _ref27 !== void 0 ? _ref27 : mr) !== null && _ref26 !== void 0 ? _ref26 : margin),
|
|
1387
|
+
my: makeScaleHandler((_ref30 = (_ref31 = (_ref32 = (_ref33 = my !== null && my !== void 0 ? my : marginTop) !== null && _ref33 !== void 0 ? _ref33 : marginBottom) !== null && _ref32 !== void 0 ? _ref32 : mt) !== null && _ref31 !== void 0 ? _ref31 : mb) !== null && _ref30 !== void 0 ? _ref30 : margin),
|
|
1388
|
+
width: makeScaleHandler(width !== null && width !== void 0 ? width : w),
|
|
1389
|
+
height: makeScaleHandler(height !== null && height !== void 0 ? height : h),
|
|
1390
1390
|
font: makeScaleHandler(font)
|
|
1391
1391
|
},
|
|
1392
1392
|
getScaleProps: generateGetScaleProps(props),
|
|
@@ -1417,9 +1417,9 @@ var TextChild = function TextChild(_ref) {
|
|
|
1417
1417
|
var children = _ref.children,
|
|
1418
1418
|
tag = _ref.tag,
|
|
1419
1419
|
_ref$className = _ref.className,
|
|
1420
|
-
className = _ref$className ===
|
|
1420
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1421
1421
|
_ref$type = _ref.type,
|
|
1422
|
-
type = _ref$type ===
|
|
1422
|
+
type = _ref$type === void 0 ? 'default' : _ref$type,
|
|
1423
1423
|
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
1424
1424
|
var Component = tag;
|
|
1425
1425
|
var theme = useTheme();
|
|
@@ -1476,36 +1476,36 @@ var _getModifierChild = function getModifierChild(tags, children) {
|
|
|
1476
1476
|
};
|
|
1477
1477
|
var TextComponent = function TextComponent(_ref) {
|
|
1478
1478
|
var _ref$h = _ref.h1,
|
|
1479
|
-
h1 = _ref$h ===
|
|
1479
|
+
h1 = _ref$h === void 0 ? false : _ref$h,
|
|
1480
1480
|
_ref$h2 = _ref.h2,
|
|
1481
|
-
h2 = _ref$h2 ===
|
|
1481
|
+
h2 = _ref$h2 === void 0 ? false : _ref$h2,
|
|
1482
1482
|
_ref$h3 = _ref.h3,
|
|
1483
|
-
h3 = _ref$h3 ===
|
|
1483
|
+
h3 = _ref$h3 === void 0 ? false : _ref$h3,
|
|
1484
1484
|
_ref$h4 = _ref.h4,
|
|
1485
|
-
h4 = _ref$h4 ===
|
|
1485
|
+
h4 = _ref$h4 === void 0 ? false : _ref$h4,
|
|
1486
1486
|
_ref$h5 = _ref.h5,
|
|
1487
|
-
h5 = _ref$h5 ===
|
|
1487
|
+
h5 = _ref$h5 === void 0 ? false : _ref$h5,
|
|
1488
1488
|
_ref$h6 = _ref.h6,
|
|
1489
|
-
h6 = _ref$h6 ===
|
|
1489
|
+
h6 = _ref$h6 === void 0 ? false : _ref$h6,
|
|
1490
1490
|
_ref$p = _ref.p,
|
|
1491
|
-
p = _ref$p ===
|
|
1491
|
+
p = _ref$p === void 0 ? false : _ref$p,
|
|
1492
1492
|
_ref$b = _ref.b,
|
|
1493
|
-
b = _ref$b ===
|
|
1493
|
+
b = _ref$b === void 0 ? false : _ref$b,
|
|
1494
1494
|
_ref$small = _ref.small,
|
|
1495
|
-
small = _ref$small ===
|
|
1495
|
+
small = _ref$small === void 0 ? false : _ref$small,
|
|
1496
1496
|
_ref$i = _ref.i,
|
|
1497
|
-
i = _ref$i ===
|
|
1497
|
+
i = _ref$i === void 0 ? false : _ref$i,
|
|
1498
1498
|
_ref$span = _ref.span,
|
|
1499
|
-
span = _ref$span ===
|
|
1499
|
+
span = _ref$span === void 0 ? false : _ref$span,
|
|
1500
1500
|
_ref$del = _ref.del,
|
|
1501
|
-
del = _ref$del ===
|
|
1501
|
+
del = _ref$del === void 0 ? false : _ref$del,
|
|
1502
1502
|
_ref$em = _ref.em,
|
|
1503
|
-
em = _ref$em ===
|
|
1503
|
+
em = _ref$em === void 0 ? false : _ref$em,
|
|
1504
1504
|
_ref$blockquote = _ref.blockquote,
|
|
1505
|
-
blockquote = _ref$blockquote ===
|
|
1505
|
+
blockquote = _ref$blockquote === void 0 ? false : _ref$blockquote,
|
|
1506
1506
|
children = _ref.children,
|
|
1507
1507
|
_ref$className = _ref.className,
|
|
1508
|
-
className = _ref$className ===
|
|
1508
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1509
1509
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
1510
1510
|
var elements = {
|
|
1511
1511
|
h1: h1,
|
|
@@ -1576,7 +1576,7 @@ function Placeholder(_ref) {
|
|
|
1576
1576
|
dataLength = _ref.dataLength,
|
|
1577
1577
|
children = _ref.children,
|
|
1578
1578
|
_ref$hide = _ref.hide,
|
|
1579
|
-
hide = _ref$hide ===
|
|
1579
|
+
hide = _ref$hide === void 0 ? false : _ref$hide;
|
|
1580
1580
|
msg = access_denied ? 'Access Denied!' : msg;
|
|
1581
1581
|
if (dataLength !== undefined && dataLength > 0 || hide) {
|
|
1582
1582
|
return /*#__PURE__*/React.createElement(React.Fragment, null, children);
|
|
@@ -174,8 +174,8 @@ function _slicedToArray(r, e) {
|
|
|
174
174
|
function _toPrimitive(t, r) {
|
|
175
175
|
if ("object" != typeof t || !t) return t;
|
|
176
176
|
var e = t[Symbol.toPrimitive];
|
|
177
|
-
if (
|
|
178
|
-
var i = e.call(t, r
|
|
177
|
+
if (void 0 !== e) {
|
|
178
|
+
var i = e.call(t, r);
|
|
179
179
|
if ("object" != typeof i) return i;
|
|
180
180
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
181
181
|
}
|
|
@@ -198,7 +198,7 @@ function _unsupportedIterableToArray(r, a) {
|
|
|
198
198
|
if (r) {
|
|
199
199
|
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
200
200
|
var t = {}.toString.call(r).slice(8, -1);
|
|
201
|
-
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) :
|
|
201
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
|
|
@@ -232,7 +232,7 @@ function requireIndex () {
|
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
235
|
-
_defineProperties(Constructor.prototype, protoProps);
|
|
235
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
236
236
|
return Constructor;
|
|
237
237
|
}
|
|
238
238
|
var isProd = typeof process !== "undefined" && process.env && process.env.NODE_ENV === "production";
|
|
@@ -241,7 +241,7 @@ function requireIndex () {
|
|
|
241
241
|
};
|
|
242
242
|
var StyleSheet = /*#__PURE__*/ function() {
|
|
243
243
|
function StyleSheet(param) {
|
|
244
|
-
var ref = param ===
|
|
244
|
+
var ref = param === void 0 ? {} : param, _name = ref.name, name = _name === void 0 ? "stylesheet" : _name, _optimizeForSpeed = ref.optimizeForSpeed, optimizeForSpeed = _optimizeForSpeed === void 0 ? isProd : _optimizeForSpeed;
|
|
245
245
|
invariant$1(isString(name), "`name` must be a string");
|
|
246
246
|
this._name = name;
|
|
247
247
|
this._deletedRulePlaceholder = "#" + name + "-deleted-rule____{}";
|
|
@@ -499,7 +499,7 @@ function requireIndex () {
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
function mapRulesToStyle(cssRules, options) {
|
|
502
|
-
if (options ===
|
|
502
|
+
if (options === void 0) options = {};
|
|
503
503
|
return cssRules.map(function(args) {
|
|
504
504
|
var id = args[0];
|
|
505
505
|
var css = args[1];
|
|
@@ -516,7 +516,7 @@ function requireIndex () {
|
|
|
516
516
|
}
|
|
517
517
|
var StyleSheetRegistry = /*#__PURE__*/ function() {
|
|
518
518
|
function StyleSheetRegistry(param) {
|
|
519
|
-
var ref = param ===
|
|
519
|
+
var ref = param === void 0 ? {} : param, _styleSheet = ref.styleSheet, styleSheet = _styleSheet === void 0 ? null : _styleSheet, _optimizeForSpeed = ref.optimizeForSpeed, optimizeForSpeed = _optimizeForSpeed === void 0 ? false : _optimizeForSpeed;
|
|
520
520
|
this._sheet = styleSheet || new StyleSheet({
|
|
521
521
|
name: "styled-jsx",
|
|
522
522
|
optimizeForSpeed: optimizeForSpeed
|
|
@@ -1004,7 +1004,7 @@ var InputBlockLabel = /*#__PURE__*/React.memo(InputBlockLabelComponent);
|
|
|
1004
1004
|
var InputIconComponent = function InputIconComponent(_ref) {
|
|
1005
1005
|
var icon = _ref.icon,
|
|
1006
1006
|
_ref$clickable = _ref.clickable,
|
|
1007
|
-
clickable = _ref$clickable ===
|
|
1007
|
+
clickable = _ref$clickable === void 0 ? false : _ref$clickable,
|
|
1008
1008
|
onClick = _ref.onClick;
|
|
1009
1009
|
return /*#__PURE__*/React.createElement("span", {
|
|
1010
1010
|
onClick: onClick,
|
|
@@ -1270,9 +1270,9 @@ var withScale = function withScale(Render) {
|
|
|
1270
1270
|
margin = props.margin,
|
|
1271
1271
|
padding = props.padding,
|
|
1272
1272
|
_props$unit = props.unit,
|
|
1273
|
-
unit = _props$unit ===
|
|
1273
|
+
unit = _props$unit === void 0 ? layout.unit : _props$unit,
|
|
1274
1274
|
_props$scale = props.scale,
|
|
1275
|
-
scale = _props$scale ===
|
|
1275
|
+
scale = _props$scale === void 0 ? 1 : _props$scale;
|
|
1276
1276
|
var makeScaleHandler = function makeScaleHandler(attrValue) {
|
|
1277
1277
|
return function (scale1x, defaultValue) {
|
|
1278
1278
|
// 0 means disable scale and the default value is 0
|
|
@@ -1293,20 +1293,20 @@ var withScale = function withScale(Render) {
|
|
|
1293
1293
|
var value = {
|
|
1294
1294
|
unit: unit,
|
|
1295
1295
|
SCALES: {
|
|
1296
|
-
pt: makeScaleHandler((_ref2 = (_ref3 = paddingTop !== null && paddingTop !==
|
|
1297
|
-
pr: makeScaleHandler((_ref4 = (_ref5 = paddingRight !== null && paddingRight !==
|
|
1298
|
-
pb: makeScaleHandler((_ref6 = (_ref7 = paddingBottom !== null && paddingBottom !==
|
|
1299
|
-
pl: makeScaleHandler((_ref8 = (_ref9 = paddingLeft !== null && paddingLeft !==
|
|
1300
|
-
px: makeScaleHandler((_ref10 = (_ref11 = (_ref12 = (_ref13 = px !== null && px !==
|
|
1301
|
-
py: makeScaleHandler((_ref14 = (_ref15 = (_ref16 = (_ref17 = py !== null && py !==
|
|
1302
|
-
mt: makeScaleHandler((_ref18 = (_ref19 = marginTop !== null && marginTop !==
|
|
1303
|
-
mr: makeScaleHandler((_ref20 = (_ref21 = marginRight !== null && marginRight !==
|
|
1304
|
-
mb: makeScaleHandler((_ref22 = (_ref23 = marginBottom !== null && marginBottom !==
|
|
1305
|
-
ml: makeScaleHandler((_ref24 = (_ref25 = marginLeft !== null && marginLeft !==
|
|
1306
|
-
mx: makeScaleHandler((_ref26 = (_ref27 = (_ref28 = (_ref29 = mx !== null && mx !==
|
|
1307
|
-
my: makeScaleHandler((_ref30 = (_ref31 = (_ref32 = (_ref33 = my !== null && my !==
|
|
1308
|
-
width: makeScaleHandler(width !== null && width !==
|
|
1309
|
-
height: makeScaleHandler(height !== null && height !==
|
|
1296
|
+
pt: makeScaleHandler((_ref2 = (_ref3 = paddingTop !== null && paddingTop !== void 0 ? paddingTop : pt) !== null && _ref3 !== void 0 ? _ref3 : py) !== null && _ref2 !== void 0 ? _ref2 : padding),
|
|
1297
|
+
pr: makeScaleHandler((_ref4 = (_ref5 = paddingRight !== null && paddingRight !== void 0 ? paddingRight : pr) !== null && _ref5 !== void 0 ? _ref5 : px) !== null && _ref4 !== void 0 ? _ref4 : padding),
|
|
1298
|
+
pb: makeScaleHandler((_ref6 = (_ref7 = paddingBottom !== null && paddingBottom !== void 0 ? paddingBottom : pb) !== null && _ref7 !== void 0 ? _ref7 : py) !== null && _ref6 !== void 0 ? _ref6 : padding),
|
|
1299
|
+
pl: makeScaleHandler((_ref8 = (_ref9 = paddingLeft !== null && paddingLeft !== void 0 ? paddingLeft : pl) !== null && _ref9 !== void 0 ? _ref9 : px) !== null && _ref8 !== void 0 ? _ref8 : padding),
|
|
1300
|
+
px: makeScaleHandler((_ref10 = (_ref11 = (_ref12 = (_ref13 = px !== null && px !== void 0 ? px : paddingLeft) !== null && _ref13 !== void 0 ? _ref13 : paddingRight) !== null && _ref12 !== void 0 ? _ref12 : pl) !== null && _ref11 !== void 0 ? _ref11 : pr) !== null && _ref10 !== void 0 ? _ref10 : padding),
|
|
1301
|
+
py: makeScaleHandler((_ref14 = (_ref15 = (_ref16 = (_ref17 = py !== null && py !== void 0 ? py : paddingTop) !== null && _ref17 !== void 0 ? _ref17 : paddingBottom) !== null && _ref16 !== void 0 ? _ref16 : pt) !== null && _ref15 !== void 0 ? _ref15 : pb) !== null && _ref14 !== void 0 ? _ref14 : padding),
|
|
1302
|
+
mt: makeScaleHandler((_ref18 = (_ref19 = marginTop !== null && marginTop !== void 0 ? marginTop : mt) !== null && _ref19 !== void 0 ? _ref19 : my) !== null && _ref18 !== void 0 ? _ref18 : margin),
|
|
1303
|
+
mr: makeScaleHandler((_ref20 = (_ref21 = marginRight !== null && marginRight !== void 0 ? marginRight : mr) !== null && _ref21 !== void 0 ? _ref21 : mx) !== null && _ref20 !== void 0 ? _ref20 : margin),
|
|
1304
|
+
mb: makeScaleHandler((_ref22 = (_ref23 = marginBottom !== null && marginBottom !== void 0 ? marginBottom : mb) !== null && _ref23 !== void 0 ? _ref23 : my) !== null && _ref22 !== void 0 ? _ref22 : margin),
|
|
1305
|
+
ml: makeScaleHandler((_ref24 = (_ref25 = marginLeft !== null && marginLeft !== void 0 ? marginLeft : ml) !== null && _ref25 !== void 0 ? _ref25 : mx) !== null && _ref24 !== void 0 ? _ref24 : margin),
|
|
1306
|
+
mx: makeScaleHandler((_ref26 = (_ref27 = (_ref28 = (_ref29 = mx !== null && mx !== void 0 ? mx : marginLeft) !== null && _ref29 !== void 0 ? _ref29 : marginRight) !== null && _ref28 !== void 0 ? _ref28 : ml) !== null && _ref27 !== void 0 ? _ref27 : mr) !== null && _ref26 !== void 0 ? _ref26 : margin),
|
|
1307
|
+
my: makeScaleHandler((_ref30 = (_ref31 = (_ref32 = (_ref33 = my !== null && my !== void 0 ? my : marginTop) !== null && _ref33 !== void 0 ? _ref33 : marginBottom) !== null && _ref32 !== void 0 ? _ref32 : mt) !== null && _ref31 !== void 0 ? _ref31 : mb) !== null && _ref30 !== void 0 ? _ref30 : margin),
|
|
1308
|
+
width: makeScaleHandler(width !== null && width !== void 0 ? width : w),
|
|
1309
|
+
height: makeScaleHandler(height !== null && height !== void 0 ? height : h),
|
|
1310
1310
|
font: makeScaleHandler(font)
|
|
1311
1311
|
},
|
|
1312
1312
|
getScaleProps: generateGetScaleProps(props),
|
|
@@ -1333,35 +1333,35 @@ var InputComponent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
1333
1333
|
var label = _ref.label,
|
|
1334
1334
|
labelRight = _ref.labelRight,
|
|
1335
1335
|
_ref$type = _ref.type,
|
|
1336
|
-
type = _ref$type ===
|
|
1336
|
+
type = _ref$type === void 0 ? 'default' : _ref$type,
|
|
1337
1337
|
error = _ref.error,
|
|
1338
1338
|
_ref$htmlType = _ref.htmlType,
|
|
1339
|
-
htmlType = _ref$htmlType ===
|
|
1339
|
+
htmlType = _ref$htmlType === void 0 ? 'text' : _ref$htmlType,
|
|
1340
1340
|
icon = _ref.icon,
|
|
1341
1341
|
iconRight = _ref.iconRight,
|
|
1342
1342
|
_ref$iconClickable = _ref.iconClickable,
|
|
1343
|
-
iconClickable = _ref$iconClickable ===
|
|
1343
|
+
iconClickable = _ref$iconClickable === void 0 ? false : _ref$iconClickable,
|
|
1344
1344
|
onIconClick = _ref.onIconClick,
|
|
1345
1345
|
_ref$initialValue = _ref.initialValue,
|
|
1346
|
-
initialValue = _ref$initialValue ===
|
|
1346
|
+
initialValue = _ref$initialValue === void 0 ? '' : _ref$initialValue,
|
|
1347
1347
|
onChange = _ref.onChange,
|
|
1348
1348
|
_ref$readOnly = _ref.readOnly,
|
|
1349
|
-
readOnly = _ref$readOnly ===
|
|
1349
|
+
readOnly = _ref$readOnly === void 0 ? false : _ref$readOnly,
|
|
1350
1350
|
value = _ref.value,
|
|
1351
1351
|
onClearClick = _ref.onClearClick,
|
|
1352
1352
|
_ref$clearable = _ref.clearable,
|
|
1353
|
-
clearable = _ref$clearable ===
|
|
1353
|
+
clearable = _ref$clearable === void 0 ? false : _ref$clearable,
|
|
1354
1354
|
_ref$className = _ref.className,
|
|
1355
|
-
className = _ref$className ===
|
|
1355
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1356
1356
|
onBlur = _ref.onBlur,
|
|
1357
1357
|
onFocus = _ref.onFocus,
|
|
1358
1358
|
_ref$autoComplete = _ref.autoComplete,
|
|
1359
|
-
autoComplete = _ref$autoComplete ===
|
|
1359
|
+
autoComplete = _ref$autoComplete === void 0 ? 'off' : _ref$autoComplete,
|
|
1360
1360
|
_ref$placeholder = _ref.placeholder,
|
|
1361
|
-
placeholder = _ref$placeholder ===
|
|
1361
|
+
placeholder = _ref$placeholder === void 0 ? '' : _ref$placeholder,
|
|
1362
1362
|
children = _ref.children,
|
|
1363
1363
|
_ref$disabled = _ref.disabled,
|
|
1364
|
-
disabled = _ref$disabled ===
|
|
1364
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
1365
1365
|
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
1366
1366
|
var theme = useTheme();
|
|
1367
1367
|
var _useScale = useScale(),
|
|
@@ -1508,22 +1508,22 @@ var _excluded$4 = ["type", "disabled", "readOnly", "onFocus", "onBlur", "classNa
|
|
|
1508
1508
|
tuple('none', 'both', 'horizontal', 'vertical', 'initial', 'inherit');
|
|
1509
1509
|
var TextareaComponent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
1510
1510
|
var _ref$type = _ref.type,
|
|
1511
|
-
type = _ref$type ===
|
|
1511
|
+
type = _ref$type === void 0 ? 'default' : _ref$type,
|
|
1512
1512
|
_ref$disabled = _ref.disabled,
|
|
1513
|
-
disabled = _ref$disabled ===
|
|
1513
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
1514
1514
|
_ref$readOnly = _ref.readOnly,
|
|
1515
|
-
readOnly = _ref$readOnly ===
|
|
1515
|
+
readOnly = _ref$readOnly === void 0 ? false : _ref$readOnly,
|
|
1516
1516
|
onFocus = _ref.onFocus,
|
|
1517
1517
|
onBlur = _ref.onBlur,
|
|
1518
1518
|
_ref$className = _ref.className,
|
|
1519
|
-
className = _ref$className ===
|
|
1519
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1520
1520
|
_ref$initialValue = _ref.initialValue,
|
|
1521
|
-
initialValue = _ref$initialValue ===
|
|
1521
|
+
initialValue = _ref$initialValue === void 0 ? '' : _ref$initialValue,
|
|
1522
1522
|
onChange = _ref.onChange,
|
|
1523
1523
|
value = _ref.value,
|
|
1524
1524
|
placeholder = _ref.placeholder,
|
|
1525
1525
|
_ref$resize = _ref.resize,
|
|
1526
|
-
resize = _ref$resize ===
|
|
1526
|
+
resize = _ref$resize === void 0 ? 'none' : _ref$resize,
|
|
1527
1527
|
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
1528
1528
|
var theme = useTheme();
|
|
1529
1529
|
var _useScale = useScale(),
|
|
@@ -1794,17 +1794,17 @@ var _excluded$2 = ["children", "className", "visible", "enterTime", "leaveTime",
|
|
|
1794
1794
|
var CssTransition = function CssTransition(_ref) {
|
|
1795
1795
|
var children = _ref.children,
|
|
1796
1796
|
_ref$className = _ref.className,
|
|
1797
|
-
className = _ref$className ===
|
|
1797
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1798
1798
|
_ref$visible = _ref.visible,
|
|
1799
|
-
visible = _ref$visible ===
|
|
1799
|
+
visible = _ref$visible === void 0 ? false : _ref$visible,
|
|
1800
1800
|
_ref$enterTime = _ref.enterTime,
|
|
1801
|
-
enterTime = _ref$enterTime ===
|
|
1801
|
+
enterTime = _ref$enterTime === void 0 ? 60 : _ref$enterTime,
|
|
1802
1802
|
_ref$leaveTime = _ref.leaveTime,
|
|
1803
|
-
leaveTime = _ref$leaveTime ===
|
|
1803
|
+
leaveTime = _ref$leaveTime === void 0 ? 60 : _ref$leaveTime,
|
|
1804
1804
|
_ref$clearTime = _ref.clearTime,
|
|
1805
|
-
clearTime = _ref$clearTime ===
|
|
1805
|
+
clearTime = _ref$clearTime === void 0 ? 60 : _ref$clearTime,
|
|
1806
1806
|
_ref$name = _ref.name,
|
|
1807
|
-
name = _ref$name ===
|
|
1807
|
+
name = _ref$name === void 0 ? 'transition' : _ref$name,
|
|
1808
1808
|
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
1809
1809
|
var _useState = React.useState(''),
|
|
1810
1810
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -1877,7 +1877,7 @@ var useDOMObserver = function useDOMObserver(ref) {
|
|
|
1877
1877
|
var unmount = false;
|
|
1878
1878
|
var done = function done() {
|
|
1879
1879
|
if (unmount) return;
|
|
1880
|
-
callback.apply(
|
|
1880
|
+
callback.apply(void 0, arguments);
|
|
1881
1881
|
};
|
|
1882
1882
|
var observer = new MutationObserver(done);
|
|
1883
1883
|
observer.observe(ref.current, config);
|
|
@@ -2032,9 +2032,9 @@ var AutoCompleteDropdown = function AutoCompleteDropdown(_ref) {
|
|
|
2032
2032
|
var children = _ref.children,
|
|
2033
2033
|
visible = _ref.visible,
|
|
2034
2034
|
_ref$className = _ref.className,
|
|
2035
|
-
className = _ref$className ===
|
|
2035
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
2036
2036
|
_ref$dropdownStyle = _ref.dropdownStyle,
|
|
2037
|
-
dropdownStyle = _ref$dropdownStyle ===
|
|
2037
|
+
dropdownStyle = _ref$dropdownStyle === void 0 ? {} : _ref$dropdownStyle,
|
|
2038
2038
|
disableMatchWidth = _ref.disableMatchWidth,
|
|
2039
2039
|
getPopupContainer = _ref.getPopupContainer;
|
|
2040
2040
|
var theme = useTheme();
|
|
@@ -2088,9 +2088,9 @@ var AutoCompleteSearch = withScale(AutoCompleteSearchComponent);
|
|
|
2088
2088
|
var AutoCompleteEmpty = function AutoCompleteEmpty(_ref) {
|
|
2089
2089
|
var children = _ref.children,
|
|
2090
2090
|
_ref$hidden = _ref.hidden,
|
|
2091
|
-
hidden = _ref$hidden ===
|
|
2091
|
+
hidden = _ref$hidden === void 0 ? false : _ref$hidden,
|
|
2092
2092
|
_ref$className = _ref.className,
|
|
2093
|
-
className = _ref$className ===
|
|
2093
|
+
className = _ref$className === void 0 ? '' : _ref$className;
|
|
2094
2094
|
if (hidden) return null;
|
|
2095
2095
|
return /*#__PURE__*/React.createElement(AutoCompleteSearch, {
|
|
2096
2096
|
className: className
|
|
@@ -2112,12 +2112,12 @@ var getIconBgColor = function getIconBgColor(type, palette, color) {
|
|
|
2112
2112
|
var LoadingComponent = function LoadingComponent(_ref) {
|
|
2113
2113
|
var children = _ref.children,
|
|
2114
2114
|
_ref$type = _ref.type,
|
|
2115
|
-
type = _ref$type ===
|
|
2115
|
+
type = _ref$type === void 0 ? 'default' : _ref$type,
|
|
2116
2116
|
color = _ref.color,
|
|
2117
2117
|
_ref$className = _ref.className,
|
|
2118
|
-
className = _ref$className ===
|
|
2118
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
2119
2119
|
_ref$spaceRatio = _ref.spaceRatio,
|
|
2120
|
-
spaceRatio = _ref$spaceRatio ===
|
|
2120
|
+
spaceRatio = _ref$spaceRatio === void 0 ? 1 : _ref$spaceRatio,
|
|
2121
2121
|
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
2122
2122
|
var theme = useTheme();
|
|
2123
2123
|
var _useScale = useScale(),
|
|
@@ -12068,9 +12068,9 @@ var getSearchIcon = function getSearchIcon(searching) {
|
|
|
12068
12068
|
};
|
|
12069
12069
|
var AutoCompleteComponent = /*#__PURE__*/React.forwardRef(function (_ref, userRef) {
|
|
12070
12070
|
var _ref$options = _ref.options,
|
|
12071
|
-
options = _ref$options ===
|
|
12071
|
+
options = _ref$options === void 0 ? [] : _ref$options,
|
|
12072
12072
|
_ref$initialValue = _ref.initialValue,
|
|
12073
|
-
customInitialValue = _ref$initialValue ===
|
|
12073
|
+
customInitialValue = _ref$initialValue === void 0 ? '' : _ref$initialValue,
|
|
12074
12074
|
onSelect = _ref.onSelect,
|
|
12075
12075
|
onSearch = _ref.onSearch,
|
|
12076
12076
|
onChange = _ref.onChange,
|
|
@@ -12079,15 +12079,15 @@ var AutoCompleteComponent = /*#__PURE__*/React.forwardRef(function (_ref, userRe
|
|
|
12079
12079
|
type = _ref.type,
|
|
12080
12080
|
value = _ref.value,
|
|
12081
12081
|
_ref$clearable = _ref.clearable,
|
|
12082
|
-
clearable = _ref$clearable ===
|
|
12082
|
+
clearable = _ref$clearable === void 0 ? false : _ref$clearable,
|
|
12083
12083
|
_ref$disabled = _ref.disabled,
|
|
12084
|
-
disabled = _ref$disabled ===
|
|
12084
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
12085
12085
|
dropdownClassName = _ref.dropdownClassName,
|
|
12086
12086
|
dropdownStyle = _ref.dropdownStyle,
|
|
12087
12087
|
_ref$disableMatchWidt = _ref.disableMatchWidth,
|
|
12088
|
-
disableMatchWidth = _ref$disableMatchWidt ===
|
|
12088
|
+
disableMatchWidth = _ref$disableMatchWidt === void 0 ? false : _ref$disableMatchWidt,
|
|
12089
12089
|
_ref$disableFreeSolo = _ref.disableFreeSolo,
|
|
12090
|
-
disableFreeSolo = _ref$disableFreeSolo ===
|
|
12090
|
+
disableFreeSolo = _ref$disableFreeSolo === void 0 ? false : _ref$disableFreeSolo,
|
|
12091
12091
|
getPopupContainer = _ref.getPopupContainer,
|
|
12092
12092
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
12093
12093
|
var resetTimer = React.useRef();
|