@thecb/components 9.2.8-beta.0 → 9.2.9-beta.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/index.cjs.js +136 -195
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -3
- package/dist/index.esm.js +137 -195
- 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/GenericCardLarge.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",
|
|
@@ -15198,7 +15208,9 @@ var GenericCardLarge = function GenericCardLarge() {
|
|
|
15198
15208
|
height: "24",
|
|
15199
15209
|
viewBox: "0 0 36 24",
|
|
15200
15210
|
fill: "none",
|
|
15201
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15211
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15212
|
+
role: "img",
|
|
15213
|
+
"aria-label": "Card Payment"
|
|
15202
15214
|
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
15203
15215
|
width: "36",
|
|
15204
15216
|
height: "24",
|
|
@@ -18247,34 +18259,6 @@ var PlusCircleIcon = function PlusCircleIcon(_ref) {
|
|
|
18247
18259
|
}));
|
|
18248
18260
|
};
|
|
18249
18261
|
|
|
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
18262
|
var color$2 = "#15749D";
|
|
18279
18263
|
var hoverColor$1 = "#116285";
|
|
18280
18264
|
var activeColor$1 = "#0E506D";
|
|
@@ -22455,18 +22439,17 @@ var DropdownIcon = function DropdownIcon() {
|
|
|
22455
22439
|
};
|
|
22456
22440
|
|
|
22457
22441
|
var check = function (it) {
|
|
22458
|
-
return it && it.Math
|
|
22442
|
+
return it && it.Math == Math && it;
|
|
22459
22443
|
};
|
|
22460
22444
|
|
|
22461
22445
|
// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
|
|
22462
22446
|
var global_1 =
|
|
22463
|
-
// eslint-disable-next-line es/no-global-this -- safe
|
|
22447
|
+
// eslint-disable-next-line es-x/no-global-this -- safe
|
|
22464
22448
|
check(typeof globalThis == 'object' && globalThis) ||
|
|
22465
22449
|
check(typeof window == 'object' && window) ||
|
|
22466
22450
|
// eslint-disable-next-line no-restricted-globals -- safe
|
|
22467
22451
|
check(typeof self == 'object' && self) ||
|
|
22468
22452
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
22469
|
-
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
22470
22453
|
// eslint-disable-next-line no-new-func -- fallback
|
|
22471
22454
|
(function () { return this; })() || Function('return this')();
|
|
22472
22455
|
|
|
@@ -22480,12 +22463,12 @@ var fails = function (exec) {
|
|
|
22480
22463
|
|
|
22481
22464
|
// Detect IE8's incomplete defineProperty implementation
|
|
22482
22465
|
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]
|
|
22466
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
|
|
22467
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
22485
22468
|
});
|
|
22486
22469
|
|
|
22487
22470
|
var functionBindNative = !fails(function () {
|
|
22488
|
-
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
22471
|
+
// eslint-disable-next-line es-x/no-function-prototype-bind -- safe
|
|
22489
22472
|
var test = (function () { /* empty */ }).bind();
|
|
22490
22473
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
22491
22474
|
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
@@ -22498,7 +22481,7 @@ var functionCall = functionBindNative ? call.bind(call) : function () {
|
|
|
22498
22481
|
};
|
|
22499
22482
|
|
|
22500
22483
|
var $propertyIsEnumerable = {}.propertyIsEnumerable;
|
|
22501
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22484
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22502
22485
|
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
22503
22486
|
|
|
22504
22487
|
// Nashorn ~ JDK8 bug
|
|
@@ -22525,11 +22508,14 @@ var createPropertyDescriptor = function (bitmap, value) {
|
|
|
22525
22508
|
};
|
|
22526
22509
|
|
|
22527
22510
|
var FunctionPrototype = Function.prototype;
|
|
22511
|
+
var bind$1 = FunctionPrototype.bind;
|
|
22528
22512
|
var call$1 = FunctionPrototype.call;
|
|
22529
|
-
var
|
|
22513
|
+
var uncurryThis = functionBindNative && bind$1.bind(call$1, call$1);
|
|
22530
22514
|
|
|
22531
|
-
var functionUncurryThis = functionBindNative ?
|
|
22532
|
-
return
|
|
22515
|
+
var functionUncurryThis = functionBindNative ? function (fn) {
|
|
22516
|
+
return fn && uncurryThis(fn);
|
|
22517
|
+
} : function (fn) {
|
|
22518
|
+
return fn && function () {
|
|
22533
22519
|
return call$1.apply(fn, arguments);
|
|
22534
22520
|
};
|
|
22535
22521
|
};
|
|
@@ -22550,21 +22536,15 @@ var indexedObject = fails(function () {
|
|
|
22550
22536
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
22551
22537
|
return !$Object('z').propertyIsEnumerable(0);
|
|
22552
22538
|
}) ? function (it) {
|
|
22553
|
-
return classofRaw(it)
|
|
22539
|
+
return classofRaw(it) == 'String' ? split(it, '') : $Object(it);
|
|
22554
22540
|
} : $Object;
|
|
22555
22541
|
|
|
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
22542
|
var $TypeError = TypeError;
|
|
22563
22543
|
|
|
22564
22544
|
// `RequireObjectCoercible` abstract operation
|
|
22565
22545
|
// https://tc39.es/ecma262/#sec-requireobjectcoercible
|
|
22566
22546
|
var requireObjectCoercible = function (it) {
|
|
22567
|
-
if (
|
|
22547
|
+
if (it == undefined) throw $TypeError("Can't call method on " + it);
|
|
22568
22548
|
return it;
|
|
22569
22549
|
};
|
|
22570
22550
|
|
|
@@ -22576,32 +22556,13 @@ var toIndexedObject = function (it) {
|
|
|
22576
22556
|
return indexedObject(requireObjectCoercible(it));
|
|
22577
22557
|
};
|
|
22578
22558
|
|
|
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
22559
|
// `IsCallable` abstract operation
|
|
22593
22560
|
// https://tc39.es/ecma262/#sec-iscallable
|
|
22594
|
-
var isCallable =
|
|
22595
|
-
return typeof argument == 'function' || argument === documentAll$1;
|
|
22596
|
-
} : function (argument) {
|
|
22561
|
+
var isCallable = function (argument) {
|
|
22597
22562
|
return typeof argument == 'function';
|
|
22598
22563
|
};
|
|
22599
22564
|
|
|
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) {
|
|
22565
|
+
var isObject = function (it) {
|
|
22605
22566
|
return typeof it == 'object' ? it !== null : isCallable(it);
|
|
22606
22567
|
};
|
|
22607
22568
|
|
|
@@ -22615,7 +22576,7 @@ var getBuiltIn = function (namespace, method) {
|
|
|
22615
22576
|
|
|
22616
22577
|
var objectIsPrototypeOf = functionUncurryThis({}.isPrototypeOf);
|
|
22617
22578
|
|
|
22618
|
-
var engineUserAgent =
|
|
22579
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
22619
22580
|
|
|
22620
22581
|
var process$1 = global_1.process;
|
|
22621
22582
|
var Deno = global_1.Deno;
|
|
@@ -22642,29 +22603,24 @@ if (!version && engineUserAgent) {
|
|
|
22642
22603
|
|
|
22643
22604
|
var engineV8Version = version;
|
|
22644
22605
|
|
|
22645
|
-
/* eslint-disable es/no-symbol -- required for testing */
|
|
22606
|
+
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
22646
22607
|
|
|
22647
22608
|
|
|
22648
22609
|
|
|
22649
|
-
|
|
22650
|
-
var
|
|
22651
|
-
|
|
22652
|
-
// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
|
|
22653
|
-
var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
22654
|
-
var symbol = Symbol('symbol detection');
|
|
22610
|
+
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
|
|
22611
|
+
var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
22612
|
+
var symbol = Symbol();
|
|
22655
22613
|
// Chrome 38 Symbol has incorrect toString conversion
|
|
22656
22614
|
// `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) ||
|
|
22615
|
+
return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
|
|
22660
22616
|
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
22661
22617
|
!Symbol.sham && engineV8Version && engineV8Version < 41;
|
|
22662
22618
|
});
|
|
22663
22619
|
|
|
22664
|
-
/* eslint-disable es/no-symbol -- required for testing */
|
|
22620
|
+
/* eslint-disable es-x/no-symbol -- required for testing */
|
|
22665
22621
|
|
|
22666
22622
|
|
|
22667
|
-
var useSymbolAsUid =
|
|
22623
|
+
var useSymbolAsUid = nativeSymbol
|
|
22668
22624
|
&& !Symbol.sham
|
|
22669
22625
|
&& typeof Symbol.iterator == 'symbol';
|
|
22670
22626
|
|
|
@@ -22677,11 +22633,11 @@ var isSymbol = useSymbolAsUid ? function (it) {
|
|
|
22677
22633
|
return isCallable($Symbol) && objectIsPrototypeOf($Symbol.prototype, $Object$1(it));
|
|
22678
22634
|
};
|
|
22679
22635
|
|
|
22680
|
-
var $String
|
|
22636
|
+
var $String = String;
|
|
22681
22637
|
|
|
22682
22638
|
var tryToString = function (argument) {
|
|
22683
22639
|
try {
|
|
22684
|
-
return $String
|
|
22640
|
+
return $String(argument);
|
|
22685
22641
|
} catch (error) {
|
|
22686
22642
|
return 'Object';
|
|
22687
22643
|
}
|
|
@@ -22692,14 +22648,14 @@ var $TypeError$1 = TypeError;
|
|
|
22692
22648
|
// `Assert: IsCallable(argument) is true`
|
|
22693
22649
|
var aCallable = function (argument) {
|
|
22694
22650
|
if (isCallable(argument)) return argument;
|
|
22695
|
-
throw
|
|
22651
|
+
throw $TypeError$1(tryToString(argument) + ' is not a function');
|
|
22696
22652
|
};
|
|
22697
22653
|
|
|
22698
22654
|
// `GetMethod` abstract operation
|
|
22699
22655
|
// https://tc39.es/ecma262/#sec-getmethod
|
|
22700
22656
|
var getMethod = function (V, P) {
|
|
22701
22657
|
var func = V[P];
|
|
22702
|
-
return
|
|
22658
|
+
return func == null ? undefined : aCallable(func);
|
|
22703
22659
|
};
|
|
22704
22660
|
|
|
22705
22661
|
var $TypeError$2 = TypeError;
|
|
@@ -22711,10 +22667,10 @@ var ordinaryToPrimitive = function (input, pref) {
|
|
|
22711
22667
|
if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
|
|
22712
22668
|
if (isCallable(fn = input.valueOf) && !isObject(val = functionCall(fn, input))) return val;
|
|
22713
22669
|
if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
|
|
22714
|
-
throw
|
|
22670
|
+
throw $TypeError$2("Can't convert object to primitive value");
|
|
22715
22671
|
};
|
|
22716
22672
|
|
|
22717
|
-
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
22673
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
22718
22674
|
var defineProperty = Object.defineProperty;
|
|
22719
22675
|
|
|
22720
22676
|
var defineGlobalProperty = function (key, value) {
|
|
@@ -22731,16 +22687,13 @@ var store = global_1[SHARED] || defineGlobalProperty(SHARED, {});
|
|
|
22731
22687
|
var sharedStore = store;
|
|
22732
22688
|
|
|
22733
22689
|
var shared = createCommonjsModule(function (module) {
|
|
22734
|
-
|
|
22735
|
-
|
|
22736
|
-
|
|
22737
22690
|
(module.exports = function (key, value) {
|
|
22738
22691
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
22739
22692
|
})('versions', []).push({
|
|
22740
|
-
version: '3.
|
|
22693
|
+
version: '3.24.1',
|
|
22741
22694
|
mode: 'global',
|
|
22742
|
-
copyright: '© 2014-
|
|
22743
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
22695
|
+
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
|
|
22696
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE',
|
|
22744
22697
|
source: 'https://github.com/zloirock/core-js'
|
|
22745
22698
|
});
|
|
22746
22699
|
});
|
|
@@ -22757,7 +22710,7 @@ var hasOwnProperty = functionUncurryThis({}.hasOwnProperty);
|
|
|
22757
22710
|
|
|
22758
22711
|
// `HasOwnProperty` abstract operation
|
|
22759
22712
|
// https://tc39.es/ecma262/#sec-hasownproperty
|
|
22760
|
-
// eslint-disable-next-line es/no-object-hasown -- safe
|
|
22713
|
+
// eslint-disable-next-line es-x/no-object-hasown -- safe
|
|
22761
22714
|
var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
|
|
22762
22715
|
return hasOwnProperty(toObject(it), key);
|
|
22763
22716
|
};
|
|
@@ -22770,15 +22723,21 @@ var uid = function (key) {
|
|
|
22770
22723
|
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$3(++id + postfix, 36);
|
|
22771
22724
|
};
|
|
22772
22725
|
|
|
22773
|
-
var Symbol$1 = global_1.Symbol;
|
|
22774
22726
|
var WellKnownSymbolsStore = shared('wks');
|
|
22775
|
-
var
|
|
22727
|
+
var Symbol$1 = global_1.Symbol;
|
|
22728
|
+
var symbolFor = Symbol$1 && Symbol$1['for'];
|
|
22729
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
22776
22730
|
|
|
22777
22731
|
var wellKnownSymbol = function (name) {
|
|
22778
|
-
if (!hasOwnProperty_1(WellKnownSymbolsStore, name)) {
|
|
22779
|
-
|
|
22780
|
-
|
|
22781
|
-
|
|
22732
|
+
if (!hasOwnProperty_1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
|
|
22733
|
+
var description = 'Symbol.' + name;
|
|
22734
|
+
if (nativeSymbol && hasOwnProperty_1(Symbol$1, name)) {
|
|
22735
|
+
WellKnownSymbolsStore[name] = Symbol$1[name];
|
|
22736
|
+
} else if (useSymbolAsUid && symbolFor) {
|
|
22737
|
+
WellKnownSymbolsStore[name] = symbolFor(description);
|
|
22738
|
+
} else {
|
|
22739
|
+
WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
|
|
22740
|
+
}
|
|
22782
22741
|
} return WellKnownSymbolsStore[name];
|
|
22783
22742
|
};
|
|
22784
22743
|
|
|
@@ -22795,7 +22754,7 @@ var toPrimitive = function (input, pref) {
|
|
|
22795
22754
|
if (pref === undefined) pref = 'default';
|
|
22796
22755
|
result = functionCall(exoticToPrim, input, pref);
|
|
22797
22756
|
if (!isObject(result) || isSymbol(result)) return result;
|
|
22798
|
-
throw
|
|
22757
|
+
throw $TypeError$3("Can't convert object to primitive value");
|
|
22799
22758
|
}
|
|
22800
22759
|
if (pref === undefined) pref = 'number';
|
|
22801
22760
|
return ordinaryToPrimitive(input, pref);
|
|
@@ -22818,13 +22777,13 @@ var documentCreateElement = function (it) {
|
|
|
22818
22777
|
|
|
22819
22778
|
// Thanks to IE8 for its funny defineProperty
|
|
22820
22779
|
var ie8DomDefine = !descriptors && !fails(function () {
|
|
22821
|
-
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
22780
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
|
|
22822
22781
|
return Object.defineProperty(documentCreateElement('div'), 'a', {
|
|
22823
22782
|
get: function () { return 7; }
|
|
22824
|
-
}).a
|
|
22783
|
+
}).a != 7;
|
|
22825
22784
|
});
|
|
22826
22785
|
|
|
22827
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22786
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22828
22787
|
var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
22829
22788
|
|
|
22830
22789
|
// `Object.getOwnPropertyDescriptor` method
|
|
@@ -22845,26 +22804,26 @@ var objectGetOwnPropertyDescriptor = {
|
|
|
22845
22804
|
// V8 ~ Chrome 36-
|
|
22846
22805
|
// https://bugs.chromium.org/p/v8/issues/detail?id=3334
|
|
22847
22806
|
var v8PrototypeDefineBug = descriptors && fails(function () {
|
|
22848
|
-
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
22807
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
|
|
22849
22808
|
return Object.defineProperty(function () { /* empty */ }, 'prototype', {
|
|
22850
22809
|
value: 42,
|
|
22851
22810
|
writable: false
|
|
22852
|
-
}).prototype
|
|
22811
|
+
}).prototype != 42;
|
|
22853
22812
|
});
|
|
22854
22813
|
|
|
22855
|
-
var $String$
|
|
22814
|
+
var $String$1 = String;
|
|
22856
22815
|
var $TypeError$4 = TypeError;
|
|
22857
22816
|
|
|
22858
22817
|
// `Assert: Type(argument) is Object`
|
|
22859
22818
|
var anObject = function (argument) {
|
|
22860
22819
|
if (isObject(argument)) return argument;
|
|
22861
|
-
throw
|
|
22820
|
+
throw $TypeError$4($String$1(argument) + ' is not an object');
|
|
22862
22821
|
};
|
|
22863
22822
|
|
|
22864
22823
|
var $TypeError$5 = TypeError;
|
|
22865
|
-
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
22824
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
22866
22825
|
var $defineProperty = Object.defineProperty;
|
|
22867
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22826
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22868
22827
|
var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
|
|
22869
22828
|
var ENUMERABLE = 'enumerable';
|
|
22870
22829
|
var CONFIGURABLE = 'configurable';
|
|
@@ -22894,7 +22853,7 @@ var f$2 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Att
|
|
|
22894
22853
|
if (ie8DomDefine) try {
|
|
22895
22854
|
return $defineProperty(O, P, Attributes);
|
|
22896
22855
|
} catch (error) { /* empty */ }
|
|
22897
|
-
if ('get' in Attributes || 'set' in Attributes) throw
|
|
22856
|
+
if ('get' in Attributes || 'set' in Attributes) throw $TypeError$5('Accessors not supported');
|
|
22898
22857
|
if ('value' in Attributes) O[P] = Attributes.value;
|
|
22899
22858
|
return O;
|
|
22900
22859
|
};
|
|
@@ -22911,7 +22870,7 @@ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
|
|
|
22911
22870
|
};
|
|
22912
22871
|
|
|
22913
22872
|
var FunctionPrototype$1 = Function.prototype;
|
|
22914
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
22873
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
22915
22874
|
var getDescriptor = descriptors && Object.getOwnPropertyDescriptor;
|
|
22916
22875
|
|
|
22917
22876
|
var EXISTS$1 = hasOwnProperty_1(FunctionPrototype$1, 'name');
|
|
@@ -22938,7 +22897,7 @@ var inspectSource = sharedStore.inspectSource;
|
|
|
22938
22897
|
|
|
22939
22898
|
var WeakMap$1 = global_1.WeakMap;
|
|
22940
22899
|
|
|
22941
|
-
var
|
|
22900
|
+
var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
|
|
22942
22901
|
|
|
22943
22902
|
var keys$1 = shared('keys');
|
|
22944
22903
|
|
|
@@ -22961,29 +22920,27 @@ var getterFor = function (TYPE) {
|
|
|
22961
22920
|
return function (it) {
|
|
22962
22921
|
var state;
|
|
22963
22922
|
if (!isObject(it) || (state = get(it)).type !== TYPE) {
|
|
22964
|
-
throw
|
|
22923
|
+
throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
|
|
22965
22924
|
} return state;
|
|
22966
22925
|
};
|
|
22967
22926
|
};
|
|
22968
22927
|
|
|
22969
|
-
if (
|
|
22928
|
+
if (nativeWeakMap || sharedStore.state) {
|
|
22970
22929
|
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 */
|
|
22930
|
+
var wmget = functionUncurryThis(store$1.get);
|
|
22931
|
+
var wmhas = functionUncurryThis(store$1.has);
|
|
22932
|
+
var wmset = functionUncurryThis(store$1.set);
|
|
22976
22933
|
set = function (it, metadata) {
|
|
22977
|
-
if (store$1
|
|
22934
|
+
if (wmhas(store$1, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
|
|
22978
22935
|
metadata.facade = it;
|
|
22979
|
-
store$1
|
|
22936
|
+
wmset(store$1, it, metadata);
|
|
22980
22937
|
return metadata;
|
|
22981
22938
|
};
|
|
22982
22939
|
get = function (it) {
|
|
22983
|
-
return store$1
|
|
22940
|
+
return wmget(store$1, it) || {};
|
|
22984
22941
|
};
|
|
22985
22942
|
has = function (it) {
|
|
22986
|
-
return store$1
|
|
22943
|
+
return wmhas(store$1, it);
|
|
22987
22944
|
};
|
|
22988
22945
|
} else {
|
|
22989
22946
|
var STATE = sharedKey('state');
|
|
@@ -23011,23 +22968,14 @@ var internalState = {
|
|
|
23011
22968
|
};
|
|
23012
22969
|
|
|
23013
22970
|
var makeBuiltIn_1 = createCommonjsModule(function (module) {
|
|
23014
|
-
|
|
23015
|
-
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
-
|
|
23019
22971
|
var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
|
|
23020
22972
|
|
|
23021
22973
|
|
|
23022
22974
|
|
|
23023
22975
|
var enforceInternalState = internalState.enforce;
|
|
23024
22976
|
var getInternalState = internalState.get;
|
|
23025
|
-
|
|
23026
|
-
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
22977
|
+
// eslint-disable-next-line es-x/no-object-defineproperty -- safe
|
|
23027
22978
|
var defineProperty = Object.defineProperty;
|
|
23028
|
-
var stringSlice = functionUncurryThis(''.slice);
|
|
23029
|
-
var replace = functionUncurryThis(''.replace);
|
|
23030
|
-
var join = functionUncurryThis([].join);
|
|
23031
22979
|
|
|
23032
22980
|
var CONFIGURABLE_LENGTH = descriptors && !fails(function () {
|
|
23033
22981
|
return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
|
|
@@ -23036,8 +22984,8 @@ var CONFIGURABLE_LENGTH = descriptors && !fails(function () {
|
|
|
23036
22984
|
var TEMPLATE = String(String).split('String');
|
|
23037
22985
|
|
|
23038
22986
|
var makeBuiltIn = module.exports = function (value, name, options) {
|
|
23039
|
-
if (
|
|
23040
|
-
name = '[' +
|
|
22987
|
+
if (String(name).slice(0, 7) === 'Symbol(') {
|
|
22988
|
+
name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
|
|
23041
22989
|
}
|
|
23042
22990
|
if (options && options.getter) name = 'get ' + name;
|
|
23043
22991
|
if (options && options.setter) name = 'set ' + name;
|
|
@@ -23056,7 +23004,7 @@ var makeBuiltIn = module.exports = function (value, name, options) {
|
|
|
23056
23004
|
} catch (error) { /* empty */ }
|
|
23057
23005
|
var state = enforceInternalState(value);
|
|
23058
23006
|
if (!hasOwnProperty_1(state, 'source')) {
|
|
23059
|
-
state.source = join(
|
|
23007
|
+
state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
|
|
23060
23008
|
} return value;
|
|
23061
23009
|
};
|
|
23062
23010
|
|
|
@@ -23095,7 +23043,7 @@ var floor = Math.floor;
|
|
|
23095
23043
|
|
|
23096
23044
|
// `Math.trunc` method
|
|
23097
23045
|
// https://tc39.es/ecma262/#sec-math.trunc
|
|
23098
|
-
// eslint-disable-next-line es/no-math-trunc -- safe
|
|
23046
|
+
// eslint-disable-next-line es-x/no-math-trunc -- safe
|
|
23099
23047
|
var mathTrunc = Math.trunc || function trunc(x) {
|
|
23100
23048
|
var n = +x;
|
|
23101
23049
|
return (n > 0 ? floor : ceil)(n);
|
|
@@ -23143,10 +23091,10 @@ var createMethod = function (IS_INCLUDES) {
|
|
|
23143
23091
|
var value;
|
|
23144
23092
|
// Array#includes uses SameValueZero equality algorithm
|
|
23145
23093
|
// eslint-disable-next-line no-self-compare -- NaN check
|
|
23146
|
-
if (IS_INCLUDES && el
|
|
23094
|
+
if (IS_INCLUDES && el != el) while (length > index) {
|
|
23147
23095
|
value = O[index++];
|
|
23148
23096
|
// eslint-disable-next-line no-self-compare -- NaN check
|
|
23149
|
-
if (value
|
|
23097
|
+
if (value != value) return true;
|
|
23150
23098
|
// Array#indexOf ignores holes, Array#includes - not
|
|
23151
23099
|
} else for (;length > index; index++) {
|
|
23152
23100
|
if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
|
|
@@ -23196,7 +23144,7 @@ var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
|
|
|
23196
23144
|
|
|
23197
23145
|
// `Object.getOwnPropertyNames` method
|
|
23198
23146
|
// https://tc39.es/ecma262/#sec-object.getownpropertynames
|
|
23199
|
-
// eslint-disable-next-line es/no-object-getownpropertynames -- safe
|
|
23147
|
+
// eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
|
|
23200
23148
|
var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
23201
23149
|
return objectKeysInternal(O, hiddenKeys$1);
|
|
23202
23150
|
};
|
|
@@ -23205,7 +23153,7 @@ var objectGetOwnPropertyNames = {
|
|
|
23205
23153
|
f: f$3
|
|
23206
23154
|
};
|
|
23207
23155
|
|
|
23208
|
-
// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
|
|
23156
|
+
// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
|
|
23209
23157
|
var f$4 = Object.getOwnPropertySymbols;
|
|
23210
23158
|
|
|
23211
23159
|
var objectGetOwnPropertySymbols = {
|
|
@@ -23237,8 +23185,8 @@ var replacement = /#|\.prototype\./;
|
|
|
23237
23185
|
|
|
23238
23186
|
var isForced = function (feature, detection) {
|
|
23239
23187
|
var value = data[normalize(feature)];
|
|
23240
|
-
return value
|
|
23241
|
-
: value
|
|
23188
|
+
return value == POLYFILL ? true
|
|
23189
|
+
: value == NATIVE ? false
|
|
23242
23190
|
: isCallable(detection) ? fails(detection)
|
|
23243
23191
|
: !!detection;
|
|
23244
23192
|
};
|
|
@@ -23318,7 +23266,7 @@ var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
|
|
|
23318
23266
|
var $Object$3 = Object;
|
|
23319
23267
|
|
|
23320
23268
|
// ES3 wrong here
|
|
23321
|
-
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }())
|
|
23269
|
+
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
|
|
23322
23270
|
|
|
23323
23271
|
// fallback for IE11 Script Access Denied error
|
|
23324
23272
|
var tryGet = function (it, key) {
|
|
@@ -23336,25 +23284,25 @@ var classof = toStringTagSupport ? classofRaw : function (it) {
|
|
|
23336
23284
|
// builtinTag case
|
|
23337
23285
|
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
23338
23286
|
// ES3 arguments fallback
|
|
23339
|
-
: (result = classofRaw(O))
|
|
23287
|
+
: (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
|
|
23340
23288
|
};
|
|
23341
23289
|
|
|
23342
|
-
var $String$
|
|
23290
|
+
var $String$2 = String;
|
|
23343
23291
|
|
|
23344
23292
|
var toString_1 = function (argument) {
|
|
23345
|
-
if (classof(argument) === 'Symbol') throw
|
|
23346
|
-
return $String$
|
|
23293
|
+
if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
|
|
23294
|
+
return $String$2(argument);
|
|
23347
23295
|
};
|
|
23348
23296
|
|
|
23349
23297
|
var charAt = functionUncurryThis(''.charAt);
|
|
23350
23298
|
|
|
23351
23299
|
var FORCED = fails(function () {
|
|
23352
|
-
// eslint-disable-next-line es/no-array-string-prototype-at -- safe
|
|
23300
|
+
// eslint-disable-next-line es-x/no-array-string-prototype-at -- safe
|
|
23353
23301
|
return '𠮷'.at(-2) !== '\uD842';
|
|
23354
23302
|
});
|
|
23355
23303
|
|
|
23356
23304
|
// `String.prototype.at` method
|
|
23357
|
-
// https://
|
|
23305
|
+
// https://github.com/tc39/proposal-relative-indexing-method
|
|
23358
23306
|
_export({ target: 'String', proto: true, forced: FORCED }, {
|
|
23359
23307
|
at: function at(index) {
|
|
23360
23308
|
var S = toString_1(requireObjectCoercible(this));
|
|
@@ -23367,14 +23315,14 @@ _export({ target: 'String', proto: true, forced: FORCED }, {
|
|
|
23367
23315
|
|
|
23368
23316
|
// `Object.keys` method
|
|
23369
23317
|
// https://tc39.es/ecma262/#sec-object.keys
|
|
23370
|
-
// eslint-disable-next-line es/no-object-keys -- safe
|
|
23318
|
+
// eslint-disable-next-line es-x/no-object-keys -- safe
|
|
23371
23319
|
var objectKeys = Object.keys || function keys(O) {
|
|
23372
23320
|
return objectKeysInternal(O, enumBugKeys);
|
|
23373
23321
|
};
|
|
23374
23322
|
|
|
23375
23323
|
// `Object.defineProperties` method
|
|
23376
23324
|
// https://tc39.es/ecma262/#sec-object.defineproperties
|
|
23377
|
-
// eslint-disable-next-line es/no-object-defineproperties -- safe
|
|
23325
|
+
// eslint-disable-next-line es-x/no-object-defineproperties -- safe
|
|
23378
23326
|
var f$5 = descriptors && !v8PrototypeDefineBug ? Object.defineProperties : function defineProperties(O, Properties) {
|
|
23379
23327
|
anObject(O);
|
|
23380
23328
|
var props = toIndexedObject(Properties);
|
|
@@ -23463,7 +23411,7 @@ hiddenKeys[IE_PROTO] = true;
|
|
|
23463
23411
|
|
|
23464
23412
|
// `Object.create` method
|
|
23465
23413
|
// https://tc39.es/ecma262/#sec-object.create
|
|
23466
|
-
// eslint-disable-next-line es/no-object-create -- safe
|
|
23414
|
+
// eslint-disable-next-line es-x/no-object-create -- safe
|
|
23467
23415
|
var objectCreate = Object.create || function create(O, Properties) {
|
|
23468
23416
|
var result;
|
|
23469
23417
|
if (O !== null) {
|
|
@@ -23483,7 +23431,7 @@ var ArrayPrototype = Array.prototype;
|
|
|
23483
23431
|
|
|
23484
23432
|
// Array.prototype[@@unscopables]
|
|
23485
23433
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
23486
|
-
if (ArrayPrototype[UNSCOPABLES]
|
|
23434
|
+
if (ArrayPrototype[UNSCOPABLES] == undefined) {
|
|
23487
23435
|
defineProperty$1(ArrayPrototype, UNSCOPABLES, {
|
|
23488
23436
|
configurable: true,
|
|
23489
23437
|
value: objectCreate(null)
|
|
@@ -23496,7 +23444,7 @@ var addToUnscopables = function (key) {
|
|
|
23496
23444
|
};
|
|
23497
23445
|
|
|
23498
23446
|
// `Array.prototype.at` method
|
|
23499
|
-
// https://
|
|
23447
|
+
// https://github.com/tc39/proposal-relative-indexing-method
|
|
23500
23448
|
_export({ target: 'Array', proto: true }, {
|
|
23501
23449
|
at: function at(index) {
|
|
23502
23450
|
var O = toObject(this);
|
|
@@ -23509,19 +23457,13 @@ _export({ target: 'Array', proto: true }, {
|
|
|
23509
23457
|
|
|
23510
23458
|
addToUnscopables('at');
|
|
23511
23459
|
|
|
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
|
-
};
|
|
23460
|
+
// eslint-disable-next-line es-x/no-typed-arrays -- safe
|
|
23461
|
+
var arrayBufferNative = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined';
|
|
23520
23462
|
|
|
23521
23463
|
var correctPrototypeGetter = !fails(function () {
|
|
23522
23464
|
function F() { /* empty */ }
|
|
23523
23465
|
F.prototype.constructor = null;
|
|
23524
|
-
// eslint-disable-next-line es/no-object-getprototypeof -- required for testing
|
|
23466
|
+
// eslint-disable-next-line es-x/no-object-getprototypeof -- required for testing
|
|
23525
23467
|
return Object.getPrototypeOf(new F()) !== F.prototype;
|
|
23526
23468
|
});
|
|
23527
23469
|
|
|
@@ -23531,7 +23473,7 @@ var ObjectPrototype = $Object$4.prototype;
|
|
|
23531
23473
|
|
|
23532
23474
|
// `Object.getPrototypeOf` method
|
|
23533
23475
|
// https://tc39.es/ecma262/#sec-object.getprototypeof
|
|
23534
|
-
// eslint-disable-next-line es/no-object-getprototypeof -- safe
|
|
23476
|
+
// eslint-disable-next-line es-x/no-object-getprototypeof -- safe
|
|
23535
23477
|
var objectGetPrototypeOf = correctPrototypeGetter ? $Object$4.getPrototypeOf : function (O) {
|
|
23536
23478
|
var object = toObject(O);
|
|
23537
23479
|
if (hasOwnProperty_1(object, IE_PROTO$1)) return object[IE_PROTO$1];
|
|
@@ -23541,19 +23483,12 @@ var objectGetPrototypeOf = correctPrototypeGetter ? $Object$4.getPrototypeOf : f
|
|
|
23541
23483
|
} return object instanceof $Object$4 ? ObjectPrototype : null;
|
|
23542
23484
|
};
|
|
23543
23485
|
|
|
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;
|
|
23486
|
+
var $String$3 = String;
|
|
23552
23487
|
var $TypeError$6 = TypeError;
|
|
23553
23488
|
|
|
23554
23489
|
var aPossiblePrototype = function (argument) {
|
|
23555
23490
|
if (typeof argument == 'object' || isCallable(argument)) return argument;
|
|
23556
|
-
throw
|
|
23491
|
+
throw $TypeError$6("Can't set " + $String$3(argument) + ' as a prototype');
|
|
23557
23492
|
};
|
|
23558
23493
|
|
|
23559
23494
|
/* eslint-disable no-proto -- safe */
|
|
@@ -23564,13 +23499,14 @@ var aPossiblePrototype = function (argument) {
|
|
|
23564
23499
|
// `Object.setPrototypeOf` method
|
|
23565
23500
|
// https://tc39.es/ecma262/#sec-object.setprototypeof
|
|
23566
23501
|
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
23567
|
-
// eslint-disable-next-line es/no-object-setprototypeof -- safe
|
|
23502
|
+
// eslint-disable-next-line es-x/no-object-setprototypeof -- safe
|
|
23568
23503
|
var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
23569
23504
|
var CORRECT_SETTER = false;
|
|
23570
23505
|
var test = {};
|
|
23571
23506
|
var setter;
|
|
23572
23507
|
try {
|
|
23573
|
-
|
|
23508
|
+
// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
|
|
23509
|
+
setter = functionUncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
|
|
23574
23510
|
setter(test, []);
|
|
23575
23511
|
CORRECT_SETTER = test instanceof Array;
|
|
23576
23512
|
} catch (error) { /* empty */ }
|
|
@@ -23583,6 +23519,14 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
|
|
|
23583
23519
|
};
|
|
23584
23520
|
}() : undefined);
|
|
23585
23521
|
|
|
23522
|
+
var defineProperty$2 = objectDefineProperty.f;
|
|
23523
|
+
|
|
23524
|
+
|
|
23525
|
+
|
|
23526
|
+
|
|
23527
|
+
|
|
23528
|
+
|
|
23529
|
+
|
|
23586
23530
|
var enforceInternalState = internalState.enforce;
|
|
23587
23531
|
var getInternalState = internalState.get;
|
|
23588
23532
|
var Int8Array = global_1.Int8Array;
|
|
@@ -23598,7 +23542,7 @@ var TO_STRING_TAG$2 = wellKnownSymbol('toStringTag');
|
|
|
23598
23542
|
var TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');
|
|
23599
23543
|
var TYPED_ARRAY_CONSTRUCTOR = 'TypedArrayConstructor';
|
|
23600
23544
|
// Fixing native typed arrays in Opera Presto crashes the browser, see #595
|
|
23601
|
-
var NATIVE_ARRAY_BUFFER_VIEWS =
|
|
23545
|
+
var NATIVE_ARRAY_BUFFER_VIEWS = arrayBufferNative && !!objectSetPrototypeOf && classof(global_1.opera) !== 'Opera';
|
|
23602
23546
|
var TYPED_ARRAY_TAG_REQUIRED = false;
|
|
23603
23547
|
var NAME, Constructor, Prototype;
|
|
23604
23548
|
|
|
@@ -23643,12 +23587,12 @@ var isTypedArray = function (it) {
|
|
|
23643
23587
|
|
|
23644
23588
|
var aTypedArray = function (it) {
|
|
23645
23589
|
if (isTypedArray(it)) return it;
|
|
23646
|
-
throw
|
|
23590
|
+
throw TypeError$2('Target is not a typed array');
|
|
23647
23591
|
};
|
|
23648
23592
|
|
|
23649
23593
|
var aTypedArrayConstructor = function (C) {
|
|
23650
23594
|
if (isCallable(C) && (!objectSetPrototypeOf || objectIsPrototypeOf(TypedArray, C))) return C;
|
|
23651
|
-
throw
|
|
23595
|
+
throw TypeError$2(tryToString(C) + ' is not a typed array constructor');
|
|
23652
23596
|
};
|
|
23653
23597
|
|
|
23654
23598
|
var exportTypedArrayMethod = function (KEY, property, forced, options) {
|
|
@@ -23712,7 +23656,7 @@ for (NAME in BigIntArrayConstructorsList) {
|
|
|
23712
23656
|
if (!NATIVE_ARRAY_BUFFER_VIEWS || !isCallable(TypedArray) || TypedArray === Function.prototype) {
|
|
23713
23657
|
// eslint-disable-next-line no-shadow -- safe
|
|
23714
23658
|
TypedArray = function TypedArray() {
|
|
23715
|
-
throw
|
|
23659
|
+
throw TypeError$2('Incorrect invocation');
|
|
23716
23660
|
};
|
|
23717
23661
|
if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {
|
|
23718
23662
|
if (global_1[NAME]) objectSetPrototypeOf(global_1[NAME], TypedArray);
|
|
@@ -23733,12 +23677,9 @@ if (NATIVE_ARRAY_BUFFER_VIEWS && objectGetPrototypeOf(Uint8ClampedArrayPrototype
|
|
|
23733
23677
|
|
|
23734
23678
|
if (descriptors && !hasOwnProperty_1(TypedArrayPrototype, TO_STRING_TAG$2)) {
|
|
23735
23679
|
TYPED_ARRAY_TAG_REQUIRED = true;
|
|
23736
|
-
|
|
23737
|
-
|
|
23738
|
-
|
|
23739
|
-
return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;
|
|
23740
|
-
}
|
|
23741
|
-
});
|
|
23680
|
+
defineProperty$2(TypedArrayPrototype, TO_STRING_TAG$2, { get: function () {
|
|
23681
|
+
return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;
|
|
23682
|
+
} });
|
|
23742
23683
|
for (NAME in TypedArrayConstructorsList) if (global_1[NAME]) {
|
|
23743
23684
|
createNonEnumerableProperty(global_1[NAME], TYPED_ARRAY_TAG, NAME);
|
|
23744
23685
|
}
|
|
@@ -23762,7 +23703,7 @@ var aTypedArray$1 = arrayBufferViewCore.aTypedArray;
|
|
|
23762
23703
|
var exportTypedArrayMethod$1 = arrayBufferViewCore.exportTypedArrayMethod;
|
|
23763
23704
|
|
|
23764
23705
|
// `%TypedArray%.prototype.at` method
|
|
23765
|
-
// https://
|
|
23706
|
+
// https://github.com/tc39/proposal-relative-indexing-method
|
|
23766
23707
|
exportTypedArrayMethod$1('at', function at(index) {
|
|
23767
23708
|
var O = aTypedArray$1(this);
|
|
23768
23709
|
var len = lengthOfArrayLike(O);
|
|
@@ -45848,7 +45789,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45848
45789
|
alignItems: "center"
|
|
45849
45790
|
},
|
|
45850
45791
|
dialogStyle: {
|
|
45851
|
-
width: customWidth || "615px"
|
|
45792
|
+
width: customWidth || "615px",
|
|
45793
|
+
overflow: "auto"
|
|
45852
45794
|
},
|
|
45853
45795
|
underlayClickExits: underlayClickExits
|
|
45854
45796
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
@@ -49920,7 +49862,6 @@ exports.ImageBox = ImageBox;
|
|
|
49920
49862
|
exports.Imposter = Imposter;
|
|
49921
49863
|
exports.InternalLink = InternalLink;
|
|
49922
49864
|
exports.Jumbo = Jumbo$1;
|
|
49923
|
-
exports.KebabMenuIcon = KebabMenuIcon;
|
|
49924
49865
|
exports.KioskImage = KioskImage;
|
|
49925
49866
|
exports.LabeledAmount = LabeledAmount$1;
|
|
49926
49867
|
exports.LineItem = LineItem$1;
|