@teselagen/ui 0.3.8 → 0.3.9
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/index.js +17 -10
- package/index.mjs +17 -10
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -30596,11 +30596,11 @@ var _enumBugKeys = (
|
|
|
30596
30596
|
).split(',');
|
|
30597
30597
|
|
|
30598
30598
|
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
|
30599
|
-
var $keys$
|
|
30599
|
+
var $keys$2 = _objectKeysInternal;
|
|
30600
30600
|
var enumBugKeys = _enumBugKeys;
|
|
30601
30601
|
|
|
30602
30602
|
var _objectKeys = Object.keys || function keys(O) {
|
|
30603
|
-
return $keys$
|
|
30603
|
+
return $keys$2(O, enumBugKeys);
|
|
30604
30604
|
};
|
|
30605
30605
|
|
|
30606
30606
|
var _objectGops = {};
|
|
@@ -31388,17 +31388,24 @@ var _objectGopnExt = {};
|
|
|
31388
31388
|
|
|
31389
31389
|
var _objectGopn = {};
|
|
31390
31390
|
|
|
31391
|
-
|
|
31392
|
-
var $keys$2 = _objectKeysInternal;
|
|
31393
|
-
var hiddenKeys = _enumBugKeys.concat('length', 'prototype');
|
|
31391
|
+
var hasRequired_objectGopn;
|
|
31394
31392
|
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
|
|
31393
|
+
function require_objectGopn () {
|
|
31394
|
+
if (hasRequired_objectGopn) return _objectGopn;
|
|
31395
|
+
hasRequired_objectGopn = 1;
|
|
31396
|
+
// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
|
|
31397
|
+
var $keys = _objectKeysInternal;
|
|
31398
|
+
var hiddenKeys = _enumBugKeys.concat('length', 'prototype');
|
|
31399
|
+
|
|
31400
|
+
_objectGopn.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
31401
|
+
return $keys(O, hiddenKeys);
|
|
31402
|
+
};
|
|
31403
|
+
return _objectGopn;
|
|
31404
|
+
}
|
|
31398
31405
|
|
|
31399
31406
|
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
|
|
31400
31407
|
var toIObject$2 = _toIobject;
|
|
31401
|
-
var gOPN$1 =
|
|
31408
|
+
var gOPN$1 = require_objectGopn().f;
|
|
31402
31409
|
var toString$5 = {}.toString;
|
|
31403
31410
|
|
|
31404
31411
|
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
|
|
@@ -31585,7 +31592,7 @@ if (!USE_NATIVE) {
|
|
|
31585
31592
|
|
|
31586
31593
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
31587
31594
|
$DP.f = $defineProperty;
|
|
31588
|
-
|
|
31595
|
+
require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames;
|
|
31589
31596
|
require_objectPie().f = $propertyIsEnumerable;
|
|
31590
31597
|
$GOPS.f = $getOwnPropertySymbols;
|
|
31591
31598
|
|
package/index.mjs
CHANGED
|
@@ -30575,11 +30575,11 @@ var _enumBugKeys = (
|
|
|
30575
30575
|
).split(',');
|
|
30576
30576
|
|
|
30577
30577
|
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
|
30578
|
-
var $keys$
|
|
30578
|
+
var $keys$2 = _objectKeysInternal;
|
|
30579
30579
|
var enumBugKeys = _enumBugKeys;
|
|
30580
30580
|
|
|
30581
30581
|
var _objectKeys = Object.keys || function keys(O) {
|
|
30582
|
-
return $keys$
|
|
30582
|
+
return $keys$2(O, enumBugKeys);
|
|
30583
30583
|
};
|
|
30584
30584
|
|
|
30585
30585
|
var _objectGops = {};
|
|
@@ -31367,17 +31367,24 @@ var _objectGopnExt = {};
|
|
|
31367
31367
|
|
|
31368
31368
|
var _objectGopn = {};
|
|
31369
31369
|
|
|
31370
|
-
|
|
31371
|
-
var $keys$2 = _objectKeysInternal;
|
|
31372
|
-
var hiddenKeys = _enumBugKeys.concat('length', 'prototype');
|
|
31370
|
+
var hasRequired_objectGopn;
|
|
31373
31371
|
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31372
|
+
function require_objectGopn () {
|
|
31373
|
+
if (hasRequired_objectGopn) return _objectGopn;
|
|
31374
|
+
hasRequired_objectGopn = 1;
|
|
31375
|
+
// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
|
|
31376
|
+
var $keys = _objectKeysInternal;
|
|
31377
|
+
var hiddenKeys = _enumBugKeys.concat('length', 'prototype');
|
|
31378
|
+
|
|
31379
|
+
_objectGopn.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
31380
|
+
return $keys(O, hiddenKeys);
|
|
31381
|
+
};
|
|
31382
|
+
return _objectGopn;
|
|
31383
|
+
}
|
|
31377
31384
|
|
|
31378
31385
|
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
|
|
31379
31386
|
var toIObject$2 = _toIobject;
|
|
31380
|
-
var gOPN$1 =
|
|
31387
|
+
var gOPN$1 = require_objectGopn().f;
|
|
31381
31388
|
var toString$5 = {}.toString;
|
|
31382
31389
|
|
|
31383
31390
|
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
|
|
@@ -31564,7 +31571,7 @@ if (!USE_NATIVE) {
|
|
|
31564
31571
|
|
|
31565
31572
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
31566
31573
|
$DP.f = $defineProperty;
|
|
31567
|
-
|
|
31574
|
+
require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames;
|
|
31568
31575
|
require_objectPie().f = $propertyIsEnumerable;
|
|
31569
31576
|
$GOPS.f = $getOwnPropertySymbols;
|
|
31570
31577
|
|