@thecb/components 9.2.8-beta.0 → 9.2.9-beta.0
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/index.cjs.js +133 -194
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -3
- package/dist/index.esm.js +134 -194
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/icons/AccountNumberImage.js +2 -0
- package/src/components/atoms/icons/BankIcon.js +2 -0
- package/src/components/atoms/icons/CheckmarkIcon.js +2 -0
- package/src/components/atoms/icons/GenericCard.js +2 -0
- package/src/components/atoms/icons/RoutingNumberImage.js +2 -0
- package/src/components/atoms/icons/icons.stories.js +1 -3
- package/src/components/atoms/icons/index.d.ts +0 -1
- package/src/components/atoms/icons/index.js +1 -3
- package/src/components/molecules/modal/Modal.js +2 -1
- package/src/components/atoms/icons/KebabMenuIcon.d.ts +0 -1
- package/src/components/atoms/icons/KebabMenuIcon.js +0 -38
package/dist/index.cjs.js
CHANGED
|
@@ -13683,7 +13683,9 @@ var AccountNumberImage = function AccountNumberImage() {
|
|
|
13683
13683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13684
13684
|
width: "371",
|
|
13685
13685
|
height: "164",
|
|
13686
|
-
viewBox: "0 0 371 164"
|
|
13686
|
+
viewBox: "0 0 371 164",
|
|
13687
|
+
role: "img",
|
|
13688
|
+
"aria-label": "A check with the account number highlighted in the bottom center"
|
|
13687
13689
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
13688
13690
|
fill: "none",
|
|
13689
13691
|
fillRule: "evenodd",
|
|
@@ -13764,7 +13766,9 @@ var RoutingNumberImage = function RoutingNumberImage() {
|
|
|
13764
13766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13765
13767
|
width: "371",
|
|
13766
13768
|
height: "164",
|
|
13767
|
-
viewBox: "0 0 371 164"
|
|
13769
|
+
viewBox: "0 0 371 164",
|
|
13770
|
+
role: "img",
|
|
13771
|
+
"aria-label": "A check with the routing number highlighted in the lower left hand corner"
|
|
13768
13772
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
13769
13773
|
fill: "none",
|
|
13770
13774
|
fillRule: "evenodd",
|
|
@@ -13847,7 +13851,9 @@ var CheckmarkIcon = function CheckmarkIcon() {
|
|
|
13847
13851
|
viewBox: "0 0 98 98",
|
|
13848
13852
|
version: "1.1",
|
|
13849
13853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13850
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
13854
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
13855
|
+
role: "img",
|
|
13856
|
+
"aria-label": "Successful payment, green checkmark"
|
|
13851
13857
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
13852
13858
|
id: "Cityville-Checkout---Desktop---Logged-In",
|
|
13853
13859
|
stroke: "none",
|
|
@@ -13892,7 +13898,9 @@ var BankIcon = function BankIcon() {
|
|
|
13892
13898
|
height: "18",
|
|
13893
13899
|
viewBox: "0 0 28 18",
|
|
13894
13900
|
fill: "none",
|
|
13895
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
13901
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13902
|
+
role: "img",
|
|
13903
|
+
"aria-label": "Check Payment"
|
|
13896
13904
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
13897
13905
|
d: "M0 2.25C0 1.00736 1.04467 0 2.33333 0H25.6667C26.9553 0 28 1.00736 28 2.25V15.75C28 16.9926 26.9553 18 25.6667 18H2.33333C1.04467 18 0 16.9926 0 15.75V2.25Z",
|
|
13898
13906
|
fill: "#E4F4FD"
|
|
@@ -13939,7 +13947,9 @@ var GenericCard = function GenericCard() {
|
|
|
13939
13947
|
height: "18",
|
|
13940
13948
|
viewBox: "0 0 28 18",
|
|
13941
13949
|
fill: "none",
|
|
13942
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
13950
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13951
|
+
role: "img",
|
|
13952
|
+
"aria-label": "Card Payment"
|
|
13943
13953
|
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
13944
13954
|
width: "28",
|
|
13945
13955
|
height: "18",
|
|
@@ -18247,34 +18257,6 @@ var PlusCircleIcon = function PlusCircleIcon(_ref) {
|
|
|
18247
18257
|
}));
|
|
18248
18258
|
};
|
|
18249
18259
|
|
|
18250
|
-
var KebabMenuIcon = function KebabMenuIcon() {
|
|
18251
|
-
return /*#__PURE__*/React__default.createElement("svg", {
|
|
18252
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18253
|
-
width: "21",
|
|
18254
|
-
height: "32",
|
|
18255
|
-
viewBox: "0 0 21 32",
|
|
18256
|
-
fill: "none"
|
|
18257
|
-
}, /*#__PURE__*/React__default.createElement("path", {
|
|
18258
|
-
d: "M0 4C0 1.79086 1.79086 0 4 0L17 0C19.2091 0 21 1.79086 21 4V28C21 30.2091 19.2091 32 17 32H4C1.79086 32 0 30.2091 0 28L0 4Z",
|
|
18259
|
-
fill: "#FEFEFE"
|
|
18260
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
18261
|
-
fillRule: "evenodd",
|
|
18262
|
-
clipRule: "evenodd",
|
|
18263
|
-
d: "M10.5 6C9.39333 6 8.5 6.89333 8.5 8C8.5 9.10667 9.39333 10 10.5 10C11.6067 10 12.5 9.10667 12.5 8C12.5 6.89333 11.6067 6 10.5 6Z",
|
|
18264
|
-
fill: "#3B5BDB"
|
|
18265
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
18266
|
-
fillRule: "evenodd",
|
|
18267
|
-
clipRule: "evenodd",
|
|
18268
|
-
d: "M10.5 14C9.39333 14 8.5 14.8933 8.5 16C8.5 17.1067 9.39333 18 10.5 18C11.6067 18 12.5 17.1067 12.5 16C12.5 14.8933 11.6067 14 10.5 14Z",
|
|
18269
|
-
fill: "#3B5BDB"
|
|
18270
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
18271
|
-
fillRule: "evenodd",
|
|
18272
|
-
clipRule: "evenodd",
|
|
18273
|
-
d: "M10.5 22C9.39333 22 8.5 22.9067 8.5 24C8.5 25.0933 9.40667 26 10.5 26C11.5933 26 12.5 25.0933 12.5 24C12.5 22.9067 11.6067 22 10.5 22Z",
|
|
18274
|
-
fill: "#3B5BDB"
|
|
18275
|
-
}));
|
|
18276
|
-
};
|
|
18277
|
-
|
|
18278
18260
|
var color$2 = "#15749D";
|
|
18279
18261
|
var hoverColor$1 = "#116285";
|
|
18280
18262
|
var activeColor$1 = "#0E506D";
|
|
@@ -22455,18 +22437,17 @@ var DropdownIcon = function DropdownIcon() {
|
|
|
22455
22437
|
};
|
|
22456
22438
|
|
|
22457
22439
|
var check = function (it) {
|
|
22458
|
-
return it && it.Math
|
|
22440
|
+
return it && it.Math == Math && it;
|
|
22459
22441
|
};
|
|
22460
22442
|
|
|
22461
22443
|
// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
|
|
22462
22444
|
var global_1 =
|
|
22463
|
-
// eslint-disable-next-line es/no-global-this -- safe
|
|
22445
|
+
// eslint-disable-next-line es-x/no-global-this -- safe
|
|
22464
22446
|
check(typeof globalThis == 'object' && globalThis) ||
|
|
22465
22447
|
check(typeof window == 'object' && window) ||
|
|
22466
22448
|
// eslint-disable-next-line no-restricted-globals -- safe
|
|
22467
22449
|
check(typeof self == 'object' && self) ||
|
|
22468
22450
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
22469
|
-
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
22470
22451
|
// eslint-disable-next-line no-new-func -- fallback
|
|
22471
22452
|
(function () { return this; })() || Function('return this')();
|
|
22472
22453
|
|
|
@@ -22480,12 +22461,12 @@ var fails = function (exec) {
|
|
|
22480
22461
|
|
|
22481
22462
|
// Detect IE8's incomplete defineProperty implementation
|
|
22482
22463
|
var descriptors = !fails(function () {
|
|
22483
|
-
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
22484
|
-
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1]
|
|
22464
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
|
|
22465
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
22485
22466
|
});
|
|
22486
22467
|
|
|
22487
22468
|
var functionBindNative = !fails(function () {
|
|
22488
|
-
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
22469
|
+
// eslint-disable-next-line es-x/no-function-prototype-bind -- safe
|
|
22489
22470
|
var test = (function () { /* empty */ }).bind();
|
|
22490
22471
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
22491
22472
|
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
@@ -22498,7 +22479,7 @@ var functionCall = functionBindNative ? call.bind(call) : function () {
|
|
|
22498
22479
|
};
|
|
22499
22480
|
|
|
22500
22481
|
var $propertyIsEnumerable = {}.propertyIsEnumerable;
|
|
22501
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22482
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22502
22483
|
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
22503
22484
|
|
|
22504
22485
|
// Nashorn ~ JDK8 bug
|
|
@@ -22525,11 +22506,14 @@ var createPropertyDescriptor = function (bitmap, value) {
|
|
|
22525
22506
|
};
|
|
22526
22507
|
|
|
22527
22508
|
var FunctionPrototype = Function.prototype;
|
|
22509
|
+
var bind$1 = FunctionPrototype.bind;
|
|
22528
22510
|
var call$1 = FunctionPrototype.call;
|
|
22529
|
-
var
|
|
22511
|
+
var uncurryThis = functionBindNative && bind$1.bind(call$1, call$1);
|
|
22530
22512
|
|
|
22531
|
-
var functionUncurryThis = functionBindNative ?
|
|
22532
|
-
return
|
|
22513
|
+
var functionUncurryThis = functionBindNative ? function (fn) {
|
|
22514
|
+
return fn && uncurryThis(fn);
|
|
22515
|
+
} : function (fn) {
|
|
22516
|
+
return fn && function () {
|
|
22533
22517
|
return call$1.apply(fn, arguments);
|
|
22534
22518
|
};
|
|
22535
22519
|
};
|
|
@@ -22550,21 +22534,15 @@ var indexedObject = fails(function () {
|
|
|
22550
22534
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
22551
22535
|
return !$Object('z').propertyIsEnumerable(0);
|
|
22552
22536
|
}) ? function (it) {
|
|
22553
|
-
return classofRaw(it)
|
|
22537
|
+
return classofRaw(it) == 'String' ? split(it, '') : $Object(it);
|
|
22554
22538
|
} : $Object;
|
|
22555
22539
|
|
|
22556
|
-
// we can't use just `it == null` since of `document.all` special case
|
|
22557
|
-
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
|
|
22558
|
-
var isNullOrUndefined = function (it) {
|
|
22559
|
-
return it === null || it === undefined;
|
|
22560
|
-
};
|
|
22561
|
-
|
|
22562
22540
|
var $TypeError = TypeError;
|
|
22563
22541
|
|
|
22564
22542
|
// `RequireObjectCoercible` abstract operation
|
|
22565
22543
|
// https://tc39.es/ecma262/#sec-requireobjectcoercible
|
|
22566
22544
|
var requireObjectCoercible = function (it) {
|
|
22567
|
-
if (
|
|
22545
|
+
if (it == undefined) throw $TypeError("Can't call method on " + it);
|
|
22568
22546
|
return it;
|
|
22569
22547
|
};
|
|
22570
22548
|
|
|
@@ -22576,32 +22554,13 @@ var toIndexedObject = function (it) {
|
|
|
22576
22554
|
return indexedObject(requireObjectCoercible(it));
|
|
22577
22555
|
};
|
|
22578
22556
|
|
|
22579
|
-
var documentAll = typeof document == 'object' && document.all;
|
|
22580
|
-
|
|
22581
|
-
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
|
|
22582
|
-
// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
|
|
22583
|
-
var IS_HTMLDDA = typeof documentAll == 'undefined' && documentAll !== undefined;
|
|
22584
|
-
|
|
22585
|
-
var documentAll_1 = {
|
|
22586
|
-
all: documentAll,
|
|
22587
|
-
IS_HTMLDDA: IS_HTMLDDA
|
|
22588
|
-
};
|
|
22589
|
-
|
|
22590
|
-
var documentAll$1 = documentAll_1.all;
|
|
22591
|
-
|
|
22592
22557
|
// `IsCallable` abstract operation
|
|
22593
22558
|
// https://tc39.es/ecma262/#sec-iscallable
|
|
22594
|
-
var isCallable =
|
|
22595
|
-
return typeof argument == 'function' || argument === documentAll$1;
|
|
22596
|
-
} : function (argument) {
|
|
22559
|
+
var isCallable = function (argument) {
|
|
22597
22560
|
return typeof argument == 'function';
|
|
22598
22561
|
};
|
|
22599
22562
|
|
|
22600
|
-
var
|
|
22601
|
-
|
|
22602
|
-
var isObject = documentAll_1.IS_HTMLDDA ? function (it) {
|
|
22603
|
-
return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll$2;
|
|
22604
|
-
} : function (it) {
|
|
22563
|
+
var isObject = function (it) {
|
|
22605
22564
|
return typeof it == 'object' ? it !== null : isCallable(it);
|
|
22606
22565
|
};
|
|
22607
22566
|
|
|
@@ -22615,7 +22574,7 @@ var getBuiltIn = function (namespace, method) {
|
|
|
22615
22574
|
|
|
22616
22575
|
var objectIsPrototypeOf = functionUncurryThis({}.isPrototypeOf);
|
|
22617
22576
|
|
|
22618
|
-
var engineUserAgent =
|
|
22577
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
22619
22578
|
|
|
22620
22579
|
var process$1 = global_1.process;
|
|
22621
22580
|
var Deno = global_1.Deno;
|
|
@@ -22642,29 +22601,24 @@ if (!version && engineUserAgent) {
|
|
|
22642
22601
|
|
|
22643
22602
|
var engineV8Version = version;
|
|
22644
22603
|
|
|
22645
|
-
/* eslint-disable es/no-symbol -- required for testing */
|
|
22646
|
-
|
|
22604
|
+
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
22647
22605
|
|
|
22648
22606
|
|
|
22649
22607
|
|
|
22650
|
-
|
|
22651
|
-
|
|
22652
|
-
|
|
22653
|
-
var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
22654
|
-
var symbol = Symbol('symbol detection');
|
|
22608
|
+
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
|
|
22609
|
+
var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
22610
|
+
var symbol = Symbol();
|
|
22655
22611
|
// Chrome 38 Symbol has incorrect toString conversion
|
|
22656
22612
|
// `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
|
|
22657
|
-
|
|
22658
|
-
// of course, fail.
|
|
22659
|
-
return !$String(symbol) || !(Object(symbol) instanceof Symbol) ||
|
|
22613
|
+
return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
|
|
22660
22614
|
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
22661
22615
|
!Symbol.sham && engineV8Version && engineV8Version < 41;
|
|
22662
22616
|
});
|
|
22663
22617
|
|
|
22664
|
-
/* eslint-disable es/no-symbol -- required for testing */
|
|
22618
|
+
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
22665
22619
|
|
|
22666
22620
|
|
|
22667
|
-
var useSymbolAsUid =
|
|
22621
|
+
var useSymbolAsUid = nativeSymbol
|
|
22668
22622
|
&& !Symbol.sham
|
|
22669
22623
|
&& typeof Symbol.iterator == 'symbol';
|
|
22670
22624
|
|
|
@@ -22677,11 +22631,11 @@ var isSymbol = useSymbolAsUid ? function (it) {
|
|
|
22677
22631
|
return isCallable($Symbol) && objectIsPrototypeOf($Symbol.prototype, $Object$1(it));
|
|
22678
22632
|
};
|
|
22679
22633
|
|
|
22680
|
-
var $String
|
|
22634
|
+
var $String = String;
|
|
22681
22635
|
|
|
22682
22636
|
var tryToString = function (argument) {
|
|
22683
22637
|
try {
|
|
22684
|
-
return $String
|
|
22638
|
+
return $String(argument);
|
|
22685
22639
|
} catch (error) {
|
|
22686
22640
|
return 'Object';
|
|
22687
22641
|
}
|
|
@@ -22692,14 +22646,14 @@ var $TypeError$1 = TypeError;
|
|
|
22692
22646
|
// `Assert: IsCallable(argument) is true`
|
|
22693
22647
|
var aCallable = function (argument) {
|
|
22694
22648
|
if (isCallable(argument)) return argument;
|
|
22695
|
-
throw
|
|
22649
|
+
throw $TypeError$1(tryToString(argument) + ' is not a function');
|
|
22696
22650
|
};
|
|
22697
22651
|
|
|
22698
22652
|
// `GetMethod` abstract operation
|
|
22699
22653
|
// https://tc39.es/ecma262/#sec-getmethod
|
|
22700
22654
|
var getMethod = function (V, P) {
|
|
22701
22655
|
var func = V[P];
|
|
22702
|
-
return
|
|
22656
|
+
return func == null ? undefined : aCallable(func);
|
|
22703
22657
|
};
|
|
22704
22658
|
|
|
22705
22659
|
var $TypeError$2 = TypeError;
|
|
@@ -22711,10 +22665,10 @@ var ordinaryToPrimitive = function (input, pref) {
|
|
|
22711
22665
|
if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
|
|
22712
22666
|
if (isCallable(fn = input.valueOf) && !isObject(val = functionCall(fn, input))) return val;
|
|
22713
22667
|
if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
|
|
22714
|
-
throw
|
|
22668
|
+
throw $TypeError$2("Can't convert object to primitive value");
|
|
22715
22669
|
};
|
|
22716
22670
|
|
|
22717
|
-
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
22671
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
22718
22672
|
var defineProperty = Object.defineProperty;
|
|
22719
22673
|
|
|
22720
22674
|
var defineGlobalProperty = function (key, value) {
|
|
@@ -22731,16 +22685,13 @@ var store = global_1[SHARED] || defineGlobalProperty(SHARED, {});
|
|
|
22731
22685
|
var sharedStore = store;
|
|
22732
22686
|
|
|
22733
22687
|
var shared = createCommonjsModule(function (module) {
|
|
22734
|
-
|
|
22735
|
-
|
|
22736
|
-
|
|
22737
22688
|
(module.exports = function (key, value) {
|
|
22738
22689
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
22739
22690
|
})('versions', []).push({
|
|
22740
|
-
version: '3.
|
|
22691
|
+
version: '3.24.1',
|
|
22741
22692
|
mode: 'global',
|
|
22742
|
-
copyright: '© 2014-
|
|
22743
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
22693
|
+
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
|
|
22694
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE',
|
|
22744
22695
|
source: 'https://github.com/zloirock/core-js'
|
|
22745
22696
|
});
|
|
22746
22697
|
});
|
|
@@ -22757,7 +22708,7 @@ var hasOwnProperty = functionUncurryThis({}.hasOwnProperty);
|
|
|
22757
22708
|
|
|
22758
22709
|
// `HasOwnProperty` abstract operation
|
|
22759
22710
|
// https://tc39.es/ecma262/#sec-hasownproperty
|
|
22760
|
-
// eslint-disable-next-line es/no-object-hasown -- safe
|
|
22711
|
+
// eslint-disable-next-line es-x/no-object-hasown -- safe
|
|
22761
22712
|
var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
|
|
22762
22713
|
return hasOwnProperty(toObject(it), key);
|
|
22763
22714
|
};
|
|
@@ -22770,15 +22721,21 @@ var uid = function (key) {
|
|
|
22770
22721
|
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$3(++id + postfix, 36);
|
|
22771
22722
|
};
|
|
22772
22723
|
|
|
22773
|
-
var Symbol$1 = global_1.Symbol;
|
|
22774
22724
|
var WellKnownSymbolsStore = shared('wks');
|
|
22775
|
-
var
|
|
22725
|
+
var Symbol$1 = global_1.Symbol;
|
|
22726
|
+
var symbolFor = Symbol$1 && Symbol$1['for'];
|
|
22727
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
22776
22728
|
|
|
22777
22729
|
var wellKnownSymbol = function (name) {
|
|
22778
|
-
if (!hasOwnProperty_1(WellKnownSymbolsStore, name)) {
|
|
22779
|
-
|
|
22780
|
-
|
|
22781
|
-
|
|
22730
|
+
if (!hasOwnProperty_1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
|
|
22731
|
+
var description = 'Symbol.' + name;
|
|
22732
|
+
if (nativeSymbol && hasOwnProperty_1(Symbol$1, name)) {
|
|
22733
|
+
WellKnownSymbolsStore[name] = Symbol$1[name];
|
|
22734
|
+
} else if (useSymbolAsUid && symbolFor) {
|
|
22735
|
+
WellKnownSymbolsStore[name] = symbolFor(description);
|
|
22736
|
+
} else {
|
|
22737
|
+
WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
|
|
22738
|
+
}
|
|
22782
22739
|
} return WellKnownSymbolsStore[name];
|
|
22783
22740
|
};
|
|
22784
22741
|
|
|
@@ -22795,7 +22752,7 @@ var toPrimitive = function (input, pref) {
|
|
|
22795
22752
|
if (pref === undefined) pref = 'default';
|
|
22796
22753
|
result = functionCall(exoticToPrim, input, pref);
|
|
22797
22754
|
if (!isObject(result) || isSymbol(result)) return result;
|
|
22798
|
-
throw
|
|
22755
|
+
throw $TypeError$3("Can't convert object to primitive value");
|
|
22799
22756
|
}
|
|
22800
22757
|
if (pref === undefined) pref = 'number';
|
|
22801
22758
|
return ordinaryToPrimitive(input, pref);
|
|
@@ -22818,13 +22775,13 @@ var documentCreateElement = function (it) {
|
|
|
22818
22775
|
|
|
22819
22776
|
// Thanks to IE8 for its funny defineProperty
|
|
22820
22777
|
var ie8DomDefine = !descriptors && !fails(function () {
|
|
22821
|
-
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
22778
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
|
|
22822
22779
|
return Object.defineProperty(documentCreateElement('div'), 'a', {
|
|
22823
22780
|
get: function () { return 7; }
|
|
22824
|
-
}).a
|
|
22781
|
+
}).a != 7;
|
|
22825
22782
|
});
|
|
22826
22783
|
|
|
22827
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22784
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22828
22785
|
var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
22829
22786
|
|
|
22830
22787
|
// `Object.getOwnPropertyDescriptor` method
|
|
@@ -22845,26 +22802,26 @@ var objectGetOwnPropertyDescriptor = {
|
|
|
22845
22802
|
// V8 ~ Chrome 36-
|
|
22846
22803
|
// https://bugs.chromium.org/p/v8/issues/detail?id=3334
|
|
22847
22804
|
var v8PrototypeDefineBug = descriptors && fails(function () {
|
|
22848
|
-
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
22805
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
|
|
22849
22806
|
return Object.defineProperty(function () { /* empty */ }, 'prototype', {
|
|
22850
22807
|
value: 42,
|
|
22851
22808
|
writable: false
|
|
22852
|
-
}).prototype
|
|
22809
|
+
}).prototype != 42;
|
|
22853
22810
|
});
|
|
22854
22811
|
|
|
22855
|
-
var $String$
|
|
22812
|
+
var $String$1 = String;
|
|
22856
22813
|
var $TypeError$4 = TypeError;
|
|
22857
22814
|
|
|
22858
22815
|
// `Assert: Type(argument) is Object`
|
|
22859
22816
|
var anObject = function (argument) {
|
|
22860
22817
|
if (isObject(argument)) return argument;
|
|
22861
|
-
throw
|
|
22818
|
+
throw $TypeError$4($String$1(argument) + ' is not an object');
|
|
22862
22819
|
};
|
|
22863
22820
|
|
|
22864
22821
|
var $TypeError$5 = TypeError;
|
|
22865
|
-
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
22822
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
22866
22823
|
var $defineProperty = Object.defineProperty;
|
|
22867
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22824
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22868
22825
|
var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
|
|
22869
22826
|
var ENUMERABLE = 'enumerable';
|
|
22870
22827
|
var CONFIGURABLE = 'configurable';
|
|
@@ -22894,7 +22851,7 @@ var f$2 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Att
|
|
|
22894
22851
|
if (ie8DomDefine) try {
|
|
22895
22852
|
return $defineProperty(O, P, Attributes);
|
|
22896
22853
|
} catch (error) { /* empty */ }
|
|
22897
|
-
if ('get' in Attributes || 'set' in Attributes) throw
|
|
22854
|
+
if ('get' in Attributes || 'set' in Attributes) throw $TypeError$5('Accessors not supported');
|
|
22898
22855
|
if ('value' in Attributes) O[P] = Attributes.value;
|
|
22899
22856
|
return O;
|
|
22900
22857
|
};
|
|
@@ -22911,7 +22868,7 @@ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
|
|
|
22911
22868
|
};
|
|
22912
22869
|
|
|
22913
22870
|
var FunctionPrototype$1 = Function.prototype;
|
|
22914
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22871
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22915
22872
|
var getDescriptor = descriptors && Object.getOwnPropertyDescriptor;
|
|
22916
22873
|
|
|
22917
22874
|
var EXISTS$1 = hasOwnProperty_1(FunctionPrototype$1, 'name');
|
|
@@ -22938,7 +22895,7 @@ var inspectSource = sharedStore.inspectSource;
|
|
|
22938
22895
|
|
|
22939
22896
|
var WeakMap$1 = global_1.WeakMap;
|
|
22940
22897
|
|
|
22941
|
-
var
|
|
22898
|
+
var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
|
|
22942
22899
|
|
|
22943
22900
|
var keys$1 = shared('keys');
|
|
22944
22901
|
|
|
@@ -22961,29 +22918,27 @@ var getterFor = function (TYPE) {
|
|
|
22961
22918
|
return function (it) {
|
|
22962
22919
|
var state;
|
|
22963
22920
|
if (!isObject(it) || (state = get(it)).type !== TYPE) {
|
|
22964
|
-
throw
|
|
22921
|
+
throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
|
|
22965
22922
|
} return state;
|
|
22966
22923
|
};
|
|
22967
22924
|
};
|
|
22968
22925
|
|
|
22969
|
-
if (
|
|
22926
|
+
if (nativeWeakMap || sharedStore.state) {
|
|
22970
22927
|
var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$2());
|
|
22971
|
-
|
|
22972
|
-
|
|
22973
|
-
|
|
22974
|
-
store$1.set = store$1.set;
|
|
22975
|
-
/* eslint-enable no-self-assign -- prototype methods protection */
|
|
22928
|
+
var wmget = functionUncurryThis(store$1.get);
|
|
22929
|
+
var wmhas = functionUncurryThis(store$1.has);
|
|
22930
|
+
var wmset = functionUncurryThis(store$1.set);
|
|
22976
22931
|
set = function (it, metadata) {
|
|
22977
|
-
if (store$1
|
|
22932
|
+
if (wmhas(store$1, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
|
|
22978
22933
|
metadata.facade = it;
|
|
22979
|
-
store$1
|
|
22934
|
+
wmset(store$1, it, metadata);
|
|
22980
22935
|
return metadata;
|
|
22981
22936
|
};
|
|
22982
22937
|
get = function (it) {
|
|
22983
|
-
return store$1
|
|
22938
|
+
return wmget(store$1, it) || {};
|
|
22984
22939
|
};
|
|
22985
22940
|
has = function (it) {
|
|
22986
|
-
return store$1
|
|
22941
|
+
return wmhas(store$1, it);
|
|
22987
22942
|
};
|
|
22988
22943
|
} else {
|
|
22989
22944
|
var STATE = sharedKey('state');
|
|
@@ -23011,23 +22966,14 @@ var internalState = {
|
|
|
23011
22966
|
};
|
|
23012
22967
|
|
|
23013
22968
|
var makeBuiltIn_1 = createCommonjsModule(function (module) {
|
|
23014
|
-
|
|
23015
|
-
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
-
|
|
23019
22969
|
var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
|
|
23020
22970
|
|
|
23021
22971
|
|
|
23022
22972
|
|
|
23023
22973
|
var enforceInternalState = internalState.enforce;
|
|
23024
22974
|
var getInternalState = internalState.get;
|
|
23025
|
-
|
|
23026
|
-
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
22975
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
23027
22976
|
var defineProperty = Object.defineProperty;
|
|
23028
|
-
var stringSlice = functionUncurryThis(''.slice);
|
|
23029
|
-
var replace = functionUncurryThis(''.replace);
|
|
23030
|
-
var join = functionUncurryThis([].join);
|
|
23031
22977
|
|
|
23032
22978
|
var CONFIGURABLE_LENGTH = descriptors && !fails(function () {
|
|
23033
22979
|
return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
|
|
@@ -23036,8 +22982,8 @@ var CONFIGURABLE_LENGTH = descriptors && !fails(function () {
|
|
|
23036
22982
|
var TEMPLATE = String(String).split('String');
|
|
23037
22983
|
|
|
23038
22984
|
var makeBuiltIn = module.exports = function (value, name, options) {
|
|
23039
|
-
if (
|
|
23040
|
-
name = '[' +
|
|
22985
|
+
if (String(name).slice(0, 7) === 'Symbol(') {
|
|
22986
|
+
name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
|
|
23041
22987
|
}
|
|
23042
22988
|
if (options && options.getter) name = 'get ' + name;
|
|
23043
22989
|
if (options && options.setter) name = 'set ' + name;
|
|
@@ -23056,7 +23002,7 @@ var makeBuiltIn = module.exports = function (value, name, options) {
|
|
|
23056
23002
|
} catch (error) { /* empty */ }
|
|
23057
23003
|
var state = enforceInternalState(value);
|
|
23058
23004
|
if (!hasOwnProperty_1(state, 'source')) {
|
|
23059
|
-
state.source = join(
|
|
23005
|
+
state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
|
|
23060
23006
|
} return value;
|
|
23061
23007
|
};
|
|
23062
23008
|
|
|
@@ -23095,7 +23041,7 @@ var floor = Math.floor;
|
|
|
23095
23041
|
|
|
23096
23042
|
// `Math.trunc` method
|
|
23097
23043
|
// https://tc39.es/ecma262/#sec-math.trunc
|
|
23098
|
-
// eslint-disable-next-line es/no-math-trunc -- safe
|
|
23044
|
+
// eslint-disable-next-line es-x/no-math-trunc -- safe
|
|
23099
23045
|
var mathTrunc = Math.trunc || function trunc(x) {
|
|
23100
23046
|
var n = +x;
|
|
23101
23047
|
return (n > 0 ? floor : ceil)(n);
|
|
@@ -23143,10 +23089,10 @@ var createMethod = function (IS_INCLUDES) {
|
|
|
23143
23089
|
var value;
|
|
23144
23090
|
// Array#includes uses SameValueZero equality algorithm
|
|
23145
23091
|
// eslint-disable-next-line no-self-compare -- NaN check
|
|
23146
|
-
if (IS_INCLUDES && el
|
|
23092
|
+
if (IS_INCLUDES && el != el) while (length > index) {
|
|
23147
23093
|
value = O[index++];
|
|
23148
23094
|
// eslint-disable-next-line no-self-compare -- NaN check
|
|
23149
|
-
if (value
|
|
23095
|
+
if (value != value) return true;
|
|
23150
23096
|
// Array#indexOf ignores holes, Array#includes - not
|
|
23151
23097
|
} else for (;length > index; index++) {
|
|
23152
23098
|
if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
|
|
@@ -23196,7 +23142,7 @@ var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
|
|
|
23196
23142
|
|
|
23197
23143
|
// `Object.getOwnPropertyNames` method
|
|
23198
23144
|
// https://tc39.es/ecma262/#sec-object.getownpropertynames
|
|
23199
|
-
// eslint-disable-next-line es/no-object-getownpropertynames -- safe
|
|
23145
|
+
// eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
|
|
23200
23146
|
var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
23201
23147
|
return objectKeysInternal(O, hiddenKeys$1);
|
|
23202
23148
|
};
|
|
@@ -23205,7 +23151,7 @@ var objectGetOwnPropertyNames = {
|
|
|
23205
23151
|
f: f$3
|
|
23206
23152
|
};
|
|
23207
23153
|
|
|
23208
|
-
// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
|
|
23154
|
+
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
|
|
23209
23155
|
var f$4 = Object.getOwnPropertySymbols;
|
|
23210
23156
|
|
|
23211
23157
|
var objectGetOwnPropertySymbols = {
|
|
@@ -23237,8 +23183,8 @@ var replacement = /#|\.prototype\./;
|
|
|
23237
23183
|
|
|
23238
23184
|
var isForced = function (feature, detection) {
|
|
23239
23185
|
var value = data[normalize(feature)];
|
|
23240
|
-
return value
|
|
23241
|
-
: value
|
|
23186
|
+
return value == POLYFILL ? true
|
|
23187
|
+
: value == NATIVE ? false
|
|
23242
23188
|
: isCallable(detection) ? fails(detection)
|
|
23243
23189
|
: !!detection;
|
|
23244
23190
|
};
|
|
@@ -23318,7 +23264,7 @@ var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
|
|
|
23318
23264
|
var $Object$3 = Object;
|
|
23319
23265
|
|
|
23320
23266
|
// ES3 wrong here
|
|
23321
|
-
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }())
|
|
23267
|
+
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
|
|
23322
23268
|
|
|
23323
23269
|
// fallback for IE11 Script Access Denied error
|
|
23324
23270
|
var tryGet = function (it, key) {
|
|
@@ -23336,25 +23282,25 @@ var classof = toStringTagSupport ? classofRaw : function (it) {
|
|
|
23336
23282
|
// builtinTag case
|
|
23337
23283
|
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
23338
23284
|
// ES3 arguments fallback
|
|
23339
|
-
: (result = classofRaw(O))
|
|
23285
|
+
: (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
|
|
23340
23286
|
};
|
|
23341
23287
|
|
|
23342
|
-
var $String$
|
|
23288
|
+
var $String$2 = String;
|
|
23343
23289
|
|
|
23344
23290
|
var toString_1 = function (argument) {
|
|
23345
|
-
if (classof(argument) === 'Symbol') throw
|
|
23346
|
-
return $String$
|
|
23291
|
+
if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
|
|
23292
|
+
return $String$2(argument);
|
|
23347
23293
|
};
|
|
23348
23294
|
|
|
23349
23295
|
var charAt = functionUncurryThis(''.charAt);
|
|
23350
23296
|
|
|
23351
23297
|
var FORCED = fails(function () {
|
|
23352
|
-
// eslint-disable-next-line es/no-array-string-prototype-at -- safe
|
|
23298
|
+
// eslint-disable-next-line es-x/no-array-string-prototype-at -- safe
|
|
23353
23299
|
return '𠮷'.at(-2) !== '\uD842';
|
|
23354
23300
|
});
|
|
23355
23301
|
|
|
23356
23302
|
// `String.prototype.at` method
|
|
23357
|
-
// https://
|
|
23303
|
+
// https://github.com/tc39/proposal-relative-indexing-method
|
|
23358
23304
|
_export({ target: 'String', proto: true, forced: FORCED }, {
|
|
23359
23305
|
at: function at(index) {
|
|
23360
23306
|
var S = toString_1(requireObjectCoercible(this));
|
|
@@ -23367,14 +23313,14 @@ _export({ target: 'String', proto: true, forced: FORCED }, {
|
|
|
23367
23313
|
|
|
23368
23314
|
// `Object.keys` method
|
|
23369
23315
|
// https://tc39.es/ecma262/#sec-object.keys
|
|
23370
|
-
// eslint-disable-next-line es/no-object-keys -- safe
|
|
23316
|
+
// eslint-disable-next-line es-x/no-object-keys -- safe
|
|
23371
23317
|
var objectKeys = Object.keys || function keys(O) {
|
|
23372
23318
|
return objectKeysInternal(O, enumBugKeys);
|
|
23373
23319
|
};
|
|
23374
23320
|
|
|
23375
23321
|
// `Object.defineProperties` method
|
|
23376
23322
|
// https://tc39.es/ecma262/#sec-object.defineproperties
|
|
23377
|
-
// eslint-disable-next-line es/no-object-defineproperties -- safe
|
|
23323
|
+
// eslint-disable-next-line es-x/no-object-defineproperties -- safe
|
|
23378
23324
|
var f$5 = descriptors && !v8PrototypeDefineBug ? Object.defineProperties : function defineProperties(O, Properties) {
|
|
23379
23325
|
anObject(O);
|
|
23380
23326
|
var props = toIndexedObject(Properties);
|
|
@@ -23463,7 +23409,7 @@ hiddenKeys[IE_PROTO] = true;
|
|
|
23463
23409
|
|
|
23464
23410
|
// `Object.create` method
|
|
23465
23411
|
// https://tc39.es/ecma262/#sec-object.create
|
|
23466
|
-
// eslint-disable-next-line es/no-object-create -- safe
|
|
23412
|
+
// eslint-disable-next-line es-x/no-object-create -- safe
|
|
23467
23413
|
var objectCreate = Object.create || function create(O, Properties) {
|
|
23468
23414
|
var result;
|
|
23469
23415
|
if (O !== null) {
|
|
@@ -23483,7 +23429,7 @@ var ArrayPrototype = Array.prototype;
|
|
|
23483
23429
|
|
|
23484
23430
|
// Array.prototype[@@unscopables]
|
|
23485
23431
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
23486
|
-
if (ArrayPrototype[UNSCOPABLES]
|
|
23432
|
+
if (ArrayPrototype[UNSCOPABLES] == undefined) {
|
|
23487
23433
|
defineProperty$1(ArrayPrototype, UNSCOPABLES, {
|
|
23488
23434
|
configurable: true,
|
|
23489
23435
|
value: objectCreate(null)
|
|
@@ -23496,7 +23442,7 @@ var addToUnscopables = function (key) {
|
|
|
23496
23442
|
};
|
|
23497
23443
|
|
|
23498
23444
|
// `Array.prototype.at` method
|
|
23499
|
-
// https://
|
|
23445
|
+
// https://github.com/tc39/proposal-relative-indexing-method
|
|
23500
23446
|
_export({ target: 'Array', proto: true }, {
|
|
23501
23447
|
at: function at(index) {
|
|
23502
23448
|
var O = toObject(this);
|
|
@@ -23509,19 +23455,13 @@ _export({ target: 'Array', proto: true }, {
|
|
|
23509
23455
|
|
|
23510
23456
|
addToUnscopables('at');
|
|
23511
23457
|
|
|
23512
|
-
// eslint-disable-next-line es/no-typed-arrays -- safe
|
|
23513
|
-
var
|
|
23514
|
-
|
|
23515
|
-
var defineBuiltInAccessor = function (target, name, descriptor) {
|
|
23516
|
-
if (descriptor.get) makeBuiltIn_1(descriptor.get, name, { getter: true });
|
|
23517
|
-
if (descriptor.set) makeBuiltIn_1(descriptor.set, name, { setter: true });
|
|
23518
|
-
return objectDefineProperty.f(target, name, descriptor);
|
|
23519
|
-
};
|
|
23458
|
+
// eslint-disable-next-line es-x/no-typed-arrays -- safe
|
|
23459
|
+
var arrayBufferNative = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined';
|
|
23520
23460
|
|
|
23521
23461
|
var correctPrototypeGetter = !fails(function () {
|
|
23522
23462
|
function F() { /* empty */ }
|
|
23523
23463
|
F.prototype.constructor = null;
|
|
23524
|
-
// eslint-disable-next-line es/no-object-getprototypeof -- required for testing
|
|
23464
|
+
// eslint-disable-next-line es-x/no-object-getprototypeof -- required for testing
|
|
23525
23465
|
return Object.getPrototypeOf(new F()) !== F.prototype;
|
|
23526
23466
|
});
|
|
23527
23467
|
|
|
@@ -23531,7 +23471,7 @@ var ObjectPrototype = $Object$4.prototype;
|
|
|
23531
23471
|
|
|
23532
23472
|
// `Object.getPrototypeOf` method
|
|
23533
23473
|
// https://tc39.es/ecma262/#sec-object.getprototypeof
|
|
23534
|
-
// eslint-disable-next-line es/no-object-getprototypeof -- safe
|
|
23474
|
+
// eslint-disable-next-line es-x/no-object-getprototypeof -- safe
|
|
23535
23475
|
var objectGetPrototypeOf = correctPrototypeGetter ? $Object$4.getPrototypeOf : function (O) {
|
|
23536
23476
|
var object = toObject(O);
|
|
23537
23477
|
if (hasOwnProperty_1(object, IE_PROTO$1)) return object[IE_PROTO$1];
|
|
@@ -23541,19 +23481,12 @@ var objectGetPrototypeOf = correctPrototypeGetter ? $Object$4.getPrototypeOf : f
|
|
|
23541
23481
|
} return object instanceof $Object$4 ? ObjectPrototype : null;
|
|
23542
23482
|
};
|
|
23543
23483
|
|
|
23544
|
-
var
|
|
23545
|
-
try {
|
|
23546
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
23547
|
-
return functionUncurryThis(aCallable(Object.getOwnPropertyDescriptor(object, key)[method]));
|
|
23548
|
-
} catch (error) { /* empty */ }
|
|
23549
|
-
};
|
|
23550
|
-
|
|
23551
|
-
var $String$4 = String;
|
|
23484
|
+
var $String$3 = String;
|
|
23552
23485
|
var $TypeError$6 = TypeError;
|
|
23553
23486
|
|
|
23554
23487
|
var aPossiblePrototype = function (argument) {
|
|
23555
23488
|
if (typeof argument == 'object' || isCallable(argument)) return argument;
|
|
23556
|
-
throw
|
|
23489
|
+
throw $TypeError$6("Can't set " + $String$3(argument) + ' as a prototype');
|
|
23557
23490
|
};
|
|
23558
23491
|
|
|
23559
23492
|
/* eslint-disable no-proto -- safe */
|
|
@@ -23564,13 +23497,14 @@ var aPossiblePrototype = function (argument) {
|
|
|
23564
23497
|
// `Object.setPrototypeOf` method
|
|
23565
23498
|
// https://tc39.es/ecma262/#sec-object.setprototypeof
|
|
23566
23499
|
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
23567
|
-
// eslint-disable-next-line es/no-object-setprototypeof -- safe
|
|
23500
|
+
// eslint-disable-next-line es-x/no-object-setprototypeof -- safe
|
|
23568
23501
|
var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
23569
23502
|
var CORRECT_SETTER = false;
|
|
23570
23503
|
var test = {};
|
|
23571
23504
|
var setter;
|
|
23572
23505
|
try {
|
|
23573
|
-
|
|
23506
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
23507
|
+
setter = functionUncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
|
|
23574
23508
|
setter(test, []);
|
|
23575
23509
|
CORRECT_SETTER = test instanceof Array;
|
|
23576
23510
|
} catch (error) { /* empty */ }
|
|
@@ -23583,6 +23517,14 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
|
|
|
23583
23517
|
};
|
|
23584
23518
|
}() : undefined);
|
|
23585
23519
|
|
|
23520
|
+
var defineProperty$2 = objectDefineProperty.f;
|
|
23521
|
+
|
|
23522
|
+
|
|
23523
|
+
|
|
23524
|
+
|
|
23525
|
+
|
|
23526
|
+
|
|
23527
|
+
|
|
23586
23528
|
var enforceInternalState = internalState.enforce;
|
|
23587
23529
|
var getInternalState = internalState.get;
|
|
23588
23530
|
var Int8Array = global_1.Int8Array;
|
|
@@ -23598,7 +23540,7 @@ var TO_STRING_TAG$2 = wellKnownSymbol('toStringTag');
|
|
|
23598
23540
|
var TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');
|
|
23599
23541
|
var TYPED_ARRAY_CONSTRUCTOR = 'TypedArrayConstructor';
|
|
23600
23542
|
// Fixing native typed arrays in Opera Presto crashes the browser, see #595
|
|
23601
|
-
var NATIVE_ARRAY_BUFFER_VIEWS =
|
|
23543
|
+
var NATIVE_ARRAY_BUFFER_VIEWS = arrayBufferNative && !!objectSetPrototypeOf && classof(global_1.opera) !== 'Opera';
|
|
23602
23544
|
var TYPED_ARRAY_TAG_REQUIRED = false;
|
|
23603
23545
|
var NAME, Constructor, Prototype;
|
|
23604
23546
|
|
|
@@ -23643,12 +23585,12 @@ var isTypedArray = function (it) {
|
|
|
23643
23585
|
|
|
23644
23586
|
var aTypedArray = function (it) {
|
|
23645
23587
|
if (isTypedArray(it)) return it;
|
|
23646
|
-
throw
|
|
23588
|
+
throw TypeError$2('Target is not a typed array');
|
|
23647
23589
|
};
|
|
23648
23590
|
|
|
23649
23591
|
var aTypedArrayConstructor = function (C) {
|
|
23650
23592
|
if (isCallable(C) && (!objectSetPrototypeOf || objectIsPrototypeOf(TypedArray, C))) return C;
|
|
23651
|
-
throw
|
|
23593
|
+
throw TypeError$2(tryToString(C) + ' is not a typed array constructor');
|
|
23652
23594
|
};
|
|
23653
23595
|
|
|
23654
23596
|
var exportTypedArrayMethod = function (KEY, property, forced, options) {
|
|
@@ -23712,7 +23654,7 @@ for (NAME in BigIntArrayConstructorsList) {
|
|
|
23712
23654
|
if (!NATIVE_ARRAY_BUFFER_VIEWS || !isCallable(TypedArray) || TypedArray === Function.prototype) {
|
|
23713
23655
|
// eslint-disable-next-line no-shadow -- safe
|
|
23714
23656
|
TypedArray = function TypedArray() {
|
|
23715
|
-
throw
|
|
23657
|
+
throw TypeError$2('Incorrect invocation');
|
|
23716
23658
|
};
|
|
23717
23659
|
if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {
|
|
23718
23660
|
if (global_1[NAME]) objectSetPrototypeOf(global_1[NAME], TypedArray);
|
|
@@ -23733,12 +23675,9 @@ if (NATIVE_ARRAY_BUFFER_VIEWS && objectGetPrototypeOf(Uint8ClampedArrayPrototype
|
|
|
23733
23675
|
|
|
23734
23676
|
if (descriptors && !hasOwnProperty_1(TypedArrayPrototype, TO_STRING_TAG$2)) {
|
|
23735
23677
|
TYPED_ARRAY_TAG_REQUIRED = true;
|
|
23736
|
-
|
|
23737
|
-
|
|
23738
|
-
|
|
23739
|
-
return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;
|
|
23740
|
-
}
|
|
23741
|
-
});
|
|
23678
|
+
defineProperty$2(TypedArrayPrototype, TO_STRING_TAG$2, { get: function () {
|
|
23679
|
+
return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;
|
|
23680
|
+
} });
|
|
23742
23681
|
for (NAME in TypedArrayConstructorsList) if (global_1[NAME]) {
|
|
23743
23682
|
createNonEnumerableProperty(global_1[NAME], TYPED_ARRAY_TAG, NAME);
|
|
23744
23683
|
}
|
|
@@ -23762,7 +23701,7 @@ var aTypedArray$1 = arrayBufferViewCore.aTypedArray;
|
|
|
23762
23701
|
var exportTypedArrayMethod$1 = arrayBufferViewCore.exportTypedArrayMethod;
|
|
23763
23702
|
|
|
23764
23703
|
// `%TypedArray%.prototype.at` method
|
|
23765
|
-
// https://
|
|
23704
|
+
// https://github.com/tc39/proposal-relative-indexing-method
|
|
23766
23705
|
exportTypedArrayMethod$1('at', function at(index) {
|
|
23767
23706
|
var O = aTypedArray$1(this);
|
|
23768
23707
|
var len = lengthOfArrayLike(O);
|
|
@@ -45848,7 +45787,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45848
45787
|
alignItems: "center"
|
|
45849
45788
|
},
|
|
45850
45789
|
dialogStyle: {
|
|
45851
|
-
width: customWidth || "615px"
|
|
45790
|
+
width: customWidth || "615px",
|
|
45791
|
+
overflow: "auto"
|
|
45852
45792
|
},
|
|
45853
45793
|
underlayClickExits: underlayClickExits
|
|
45854
45794
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
@@ -49920,7 +49860,6 @@ exports.ImageBox = ImageBox;
|
|
|
49920
49860
|
exports.Imposter = Imposter;
|
|
49921
49861
|
exports.InternalLink = InternalLink;
|
|
49922
49862
|
exports.Jumbo = Jumbo$1;
|
|
49923
|
-
exports.KebabMenuIcon = KebabMenuIcon;
|
|
49924
49863
|
exports.KioskImage = KioskImage;
|
|
49925
49864
|
exports.LabeledAmount = LabeledAmount$1;
|
|
49926
49865
|
exports.LineItem = LineItem$1;
|