@abgov/jsonforms-components 2.21.4 → 2.22.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/index.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import { GoAFormItem, GoAInput, GoATextArea, GoACallout, GoAInputDate, GoAInputD
|
|
|
5
5
|
import styled from 'styled-components';
|
|
6
6
|
import axios from 'axios';
|
|
7
7
|
import get$1 from 'lodash/get';
|
|
8
|
-
import { rankWith, isStringControl, and, optionIs, uiTypeIs, isDateControl, isNumberControl, isIntegerControl, isDateTimeControl, isTimeControl, isEnumControl, isBooleanControl, getAjv, isVisible, toDataPath, isEnabled, deriveLabelForUISchemaElement, schemaTypeIs, formatIs, createDefaultValue, or, isObjectArrayControl, isPrimitiveArrayControl, Paths,
|
|
8
|
+
import { rankWith, isStringControl, and, optionIs, uiTypeIs, isDateControl, isNumberControl, isIntegerControl, isDateTimeControl, isTimeControl, isEnumControl, isBooleanControl, isControl, schemaMatches, getAjv, isVisible, toDataPath, isEnabled, deriveLabelForUISchemaElement, schemaTypeIs, formatIs, createDefaultValue, or, isObjectArrayControl, isPrimitiveArrayControl, Paths, hasType, isCategorization, isLayout } from '@jsonforms/core';
|
|
9
9
|
import { withJsonFormsControlProps, withJsonFormsEnumProps, withTranslateProps, JsonFormsDispatch, useJsonForms, withJsonFormsLayoutProps, withJsonFormsArrayLayoutProps, withJsonFormsAllOfProps, withJsonFormsCellProps } from '@jsonforms/react';
|
|
10
10
|
import * as _$b from 'lodash';
|
|
11
11
|
import { isEqual, isEmpty as isEmpty$1, isObject as isObject$f } from 'lodash';
|
|
@@ -19,7 +19,7 @@ import addFormats from 'ajv-formats';
|
|
|
19
19
|
|
|
20
20
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
21
21
|
|
|
22
|
-
var fails$
|
|
22
|
+
var fails$u = function (exec) {
|
|
23
23
|
try {
|
|
24
24
|
return !!exec();
|
|
25
25
|
} catch (error) {
|
|
@@ -27,9 +27,9 @@ var fails$t = function (exec) {
|
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
|
|
30
|
-
var fails$
|
|
30
|
+
var fails$t = fails$u;
|
|
31
31
|
|
|
32
|
-
var functionBindNative = !fails$
|
|
32
|
+
var functionBindNative = !fails$t(function () {
|
|
33
33
|
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
34
34
|
var test = (function () { /* empty */ }).bind();
|
|
35
35
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
@@ -39,33 +39,33 @@ var functionBindNative = !fails$s(function () {
|
|
|
39
39
|
var NATIVE_BIND$3 = functionBindNative;
|
|
40
40
|
|
|
41
41
|
var FunctionPrototype$2 = Function.prototype;
|
|
42
|
-
var call$
|
|
43
|
-
var uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$2.bind.bind(call$
|
|
42
|
+
var call$p = FunctionPrototype$2.call;
|
|
43
|
+
var uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$2.bind.bind(call$p, call$p);
|
|
44
44
|
|
|
45
45
|
var functionUncurryThis = NATIVE_BIND$3 ? uncurryThisWithBind : function (fn) {
|
|
46
46
|
return function () {
|
|
47
|
-
return call$
|
|
47
|
+
return call$p.apply(fn, arguments);
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
-
var uncurryThis$
|
|
51
|
+
var uncurryThis$u = functionUncurryThis;
|
|
52
52
|
|
|
53
|
-
var toString$
|
|
54
|
-
var stringSlice$
|
|
53
|
+
var toString$i = uncurryThis$u({}.toString);
|
|
54
|
+
var stringSlice$9 = uncurryThis$u(''.slice);
|
|
55
55
|
|
|
56
56
|
var classofRaw$2 = function (it) {
|
|
57
|
-
return stringSlice$
|
|
57
|
+
return stringSlice$9(toString$i(it), 8, -1);
|
|
58
58
|
};
|
|
59
59
|
|
|
60
|
-
var uncurryThis$
|
|
61
|
-
var fails$
|
|
60
|
+
var uncurryThis$t = functionUncurryThis;
|
|
61
|
+
var fails$s = fails$u;
|
|
62
62
|
var classof$a = classofRaw$2;
|
|
63
63
|
|
|
64
64
|
var $Object$4 = Object;
|
|
65
|
-
var split = uncurryThis$
|
|
65
|
+
var split = uncurryThis$t(''.split);
|
|
66
66
|
|
|
67
67
|
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
|
68
|
-
var indexedObject = fails$
|
|
68
|
+
var indexedObject = fails$s(function () {
|
|
69
69
|
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
|
|
70
70
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
71
71
|
return !$Object$4('z').propertyIsEnumerable(0);
|
|
@@ -75,27 +75,27 @@ var indexedObject = fails$r(function () {
|
|
|
75
75
|
|
|
76
76
|
// we can't use just `it == null` since of `document.all` special case
|
|
77
77
|
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
|
|
78
|
-
var isNullOrUndefined$
|
|
78
|
+
var isNullOrUndefined$7 = function (it) {
|
|
79
79
|
return it === null || it === undefined;
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
var isNullOrUndefined$
|
|
82
|
+
var isNullOrUndefined$6 = isNullOrUndefined$7;
|
|
83
83
|
|
|
84
84
|
var $TypeError$k = TypeError;
|
|
85
85
|
|
|
86
86
|
// `RequireObjectCoercible` abstract operation
|
|
87
87
|
// https://tc39.es/ecma262/#sec-requireobjectcoercible
|
|
88
|
-
var requireObjectCoercible$
|
|
89
|
-
if (isNullOrUndefined$
|
|
88
|
+
var requireObjectCoercible$c = function (it) {
|
|
89
|
+
if (isNullOrUndefined$6(it)) throw new $TypeError$k("Can't call method on " + it);
|
|
90
90
|
return it;
|
|
91
91
|
};
|
|
92
92
|
|
|
93
93
|
// toObject with fallback for non-array-like ES3 strings
|
|
94
94
|
var IndexedObject$2 = indexedObject;
|
|
95
|
-
var requireObjectCoercible$
|
|
95
|
+
var requireObjectCoercible$b = requireObjectCoercible$c;
|
|
96
96
|
|
|
97
97
|
var toIndexedObject$5 = function (it) {
|
|
98
|
-
return IndexedObject$2(requireObjectCoercible$
|
|
98
|
+
return IndexedObject$2(requireObjectCoercible$b(it));
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
var check = function (it) {
|
|
@@ -153,20 +153,20 @@ var shared$4 = function (key, value) {
|
|
|
153
153
|
return store$2[key] || (store$2[key] = value || {});
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
var requireObjectCoercible$
|
|
156
|
+
var requireObjectCoercible$a = requireObjectCoercible$c;
|
|
157
157
|
|
|
158
158
|
var $Object$3 = Object;
|
|
159
159
|
|
|
160
160
|
// `ToObject` abstract operation
|
|
161
161
|
// https://tc39.es/ecma262/#sec-toobject
|
|
162
162
|
var toObject$8 = function (argument) {
|
|
163
|
-
return $Object$3(requireObjectCoercible$
|
|
163
|
+
return $Object$3(requireObjectCoercible$a(argument));
|
|
164
164
|
};
|
|
165
165
|
|
|
166
|
-
var uncurryThis$
|
|
166
|
+
var uncurryThis$s = functionUncurryThis;
|
|
167
167
|
var toObject$7 = toObject$8;
|
|
168
168
|
|
|
169
|
-
var hasOwnProperty = uncurryThis$
|
|
169
|
+
var hasOwnProperty = uncurryThis$s({}.hasOwnProperty);
|
|
170
170
|
|
|
171
171
|
// `HasOwnProperty` abstract operation
|
|
172
172
|
// https://tc39.es/ecma262/#sec-hasownproperty
|
|
@@ -175,14 +175,14 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
|
|
|
175
175
|
return hasOwnProperty(toObject$7(it), key);
|
|
176
176
|
};
|
|
177
177
|
|
|
178
|
-
var uncurryThis$
|
|
178
|
+
var uncurryThis$r = functionUncurryThis;
|
|
179
179
|
|
|
180
180
|
var id = 0;
|
|
181
181
|
var postfix = Math.random();
|
|
182
|
-
var toString$
|
|
182
|
+
var toString$h = uncurryThis$r(1.0.toString);
|
|
183
183
|
|
|
184
184
|
var uid$2 = function (key) {
|
|
185
|
-
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$
|
|
185
|
+
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$h(++id + postfix, 36);
|
|
186
186
|
};
|
|
187
187
|
|
|
188
188
|
var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
|
|
@@ -217,13 +217,13 @@ var engineV8Version = version;
|
|
|
217
217
|
|
|
218
218
|
/* eslint-disable es/no-symbol -- required for testing */
|
|
219
219
|
var V8_VERSION$1 = engineV8Version;
|
|
220
|
-
var fails$
|
|
220
|
+
var fails$r = fails$u;
|
|
221
221
|
var global$n = global$q;
|
|
222
222
|
|
|
223
223
|
var $String$6 = global$n.String;
|
|
224
224
|
|
|
225
225
|
// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
|
|
226
|
-
var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$
|
|
226
|
+
var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$r(function () {
|
|
227
227
|
var symbol = Symbol('symbol detection');
|
|
228
228
|
// Chrome 38 Symbol has incorrect toString conversion
|
|
229
229
|
// `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
|
|
@@ -284,27 +284,27 @@ var $String$5 = String;
|
|
|
284
284
|
var $TypeError$j = TypeError;
|
|
285
285
|
|
|
286
286
|
// `Assert: Type(argument) is Object`
|
|
287
|
-
var anObject$
|
|
287
|
+
var anObject$p = function (argument) {
|
|
288
288
|
if (isObject$d(argument)) return argument;
|
|
289
289
|
throw new $TypeError$j($String$5(argument) + ' is not an object');
|
|
290
290
|
};
|
|
291
291
|
|
|
292
292
|
var objectDefineProperties = {};
|
|
293
293
|
|
|
294
|
-
var fails$
|
|
294
|
+
var fails$q = fails$u;
|
|
295
295
|
|
|
296
296
|
// Detect IE8's incomplete defineProperty implementation
|
|
297
|
-
var descriptors = !fails$
|
|
297
|
+
var descriptors = !fails$q(function () {
|
|
298
298
|
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
299
299
|
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
|
|
300
300
|
});
|
|
301
301
|
|
|
302
302
|
var DESCRIPTORS$i = descriptors;
|
|
303
|
-
var fails$
|
|
303
|
+
var fails$p = fails$u;
|
|
304
304
|
|
|
305
305
|
// V8 ~ Chrome 36-
|
|
306
306
|
// https://bugs.chromium.org/p/v8/issues/detail?id=3334
|
|
307
|
-
var v8PrototypeDefineBug = DESCRIPTORS$i && fails$
|
|
307
|
+
var v8PrototypeDefineBug = DESCRIPTORS$i && fails$p(function () {
|
|
308
308
|
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
309
309
|
return Object.defineProperty(function () { /* empty */ }, 'prototype', {
|
|
310
310
|
value: 42,
|
|
@@ -326,11 +326,11 @@ var documentCreateElement$2 = function (it) {
|
|
|
326
326
|
};
|
|
327
327
|
|
|
328
328
|
var DESCRIPTORS$h = descriptors;
|
|
329
|
-
var fails$
|
|
329
|
+
var fails$o = fails$u;
|
|
330
330
|
var createElement$1 = documentCreateElement$2;
|
|
331
331
|
|
|
332
332
|
// Thanks to IE8 for its funny defineProperty
|
|
333
|
-
var ie8DomDefine = !DESCRIPTORS$h && !fails$
|
|
333
|
+
var ie8DomDefine = !DESCRIPTORS$h && !fails$o(function () {
|
|
334
334
|
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
335
335
|
return Object.defineProperty(createElement$1('div'), 'a', {
|
|
336
336
|
get: function () { return 7; }
|
|
@@ -339,10 +339,10 @@ var ie8DomDefine = !DESCRIPTORS$h && !fails$n(function () {
|
|
|
339
339
|
|
|
340
340
|
var NATIVE_BIND$2 = functionBindNative;
|
|
341
341
|
|
|
342
|
-
var call$
|
|
342
|
+
var call$o = Function.prototype.call;
|
|
343
343
|
|
|
344
|
-
var functionCall = NATIVE_BIND$2 ? call$
|
|
345
|
-
return call$
|
|
344
|
+
var functionCall = NATIVE_BIND$2 ? call$o.bind(call$o) : function () {
|
|
345
|
+
return call$o.apply(call$o, arguments);
|
|
346
346
|
};
|
|
347
347
|
|
|
348
348
|
var global$k = global$q;
|
|
@@ -356,9 +356,9 @@ var getBuiltIn$9 = function (namespace, method) {
|
|
|
356
356
|
return arguments.length < 2 ? aFunction(global$k[namespace]) : global$k[namespace] && global$k[namespace][method];
|
|
357
357
|
};
|
|
358
358
|
|
|
359
|
-
var uncurryThis$
|
|
359
|
+
var uncurryThis$q = functionUncurryThis;
|
|
360
360
|
|
|
361
|
-
var objectIsPrototypeOf = uncurryThis$
|
|
361
|
+
var objectIsPrototypeOf = uncurryThis$q({}.isPrototypeOf);
|
|
362
362
|
|
|
363
363
|
var getBuiltIn$8 = getBuiltIn$9;
|
|
364
364
|
var isCallable$o = isCallable$r;
|
|
@@ -396,16 +396,16 @@ var aCallable$g = function (argument) {
|
|
|
396
396
|
};
|
|
397
397
|
|
|
398
398
|
var aCallable$f = aCallable$g;
|
|
399
|
-
var isNullOrUndefined$
|
|
399
|
+
var isNullOrUndefined$5 = isNullOrUndefined$7;
|
|
400
400
|
|
|
401
401
|
// `GetMethod` abstract operation
|
|
402
402
|
// https://tc39.es/ecma262/#sec-getmethod
|
|
403
|
-
var getMethod$
|
|
403
|
+
var getMethod$7 = function (V, P) {
|
|
404
404
|
var func = V[P];
|
|
405
|
-
return isNullOrUndefined$
|
|
405
|
+
return isNullOrUndefined$5(func) ? undefined : aCallable$f(func);
|
|
406
406
|
};
|
|
407
407
|
|
|
408
|
-
var call$
|
|
408
|
+
var call$n = functionCall;
|
|
409
409
|
var isCallable$m = isCallable$r;
|
|
410
410
|
var isObject$b = isObject$e;
|
|
411
411
|
|
|
@@ -415,16 +415,16 @@ var $TypeError$h = TypeError;
|
|
|
415
415
|
// https://tc39.es/ecma262/#sec-ordinarytoprimitive
|
|
416
416
|
var ordinaryToPrimitive$1 = function (input, pref) {
|
|
417
417
|
var fn, val;
|
|
418
|
-
if (pref === 'string' && isCallable$m(fn = input.toString) && !isObject$b(val = call$
|
|
419
|
-
if (isCallable$m(fn = input.valueOf) && !isObject$b(val = call$
|
|
420
|
-
if (pref !== 'string' && isCallable$m(fn = input.toString) && !isObject$b(val = call$
|
|
418
|
+
if (pref === 'string' && isCallable$m(fn = input.toString) && !isObject$b(val = call$n(fn, input))) return val;
|
|
419
|
+
if (isCallable$m(fn = input.valueOf) && !isObject$b(val = call$n(fn, input))) return val;
|
|
420
|
+
if (pref !== 'string' && isCallable$m(fn = input.toString) && !isObject$b(val = call$n(fn, input))) return val;
|
|
421
421
|
throw new $TypeError$h("Can't convert object to primitive value");
|
|
422
422
|
};
|
|
423
423
|
|
|
424
|
-
var call$
|
|
424
|
+
var call$m = functionCall;
|
|
425
425
|
var isObject$a = isObject$e;
|
|
426
426
|
var isSymbol$2 = isSymbol$3;
|
|
427
|
-
var getMethod$
|
|
427
|
+
var getMethod$6 = getMethod$7;
|
|
428
428
|
var ordinaryToPrimitive = ordinaryToPrimitive$1;
|
|
429
429
|
var wellKnownSymbol$l = wellKnownSymbol$m;
|
|
430
430
|
|
|
@@ -435,11 +435,11 @@ var TO_PRIMITIVE = wellKnownSymbol$l('toPrimitive');
|
|
|
435
435
|
// https://tc39.es/ecma262/#sec-toprimitive
|
|
436
436
|
var toPrimitive$1 = function (input, pref) {
|
|
437
437
|
if (!isObject$a(input) || isSymbol$2(input)) return input;
|
|
438
|
-
var exoticToPrim = getMethod$
|
|
438
|
+
var exoticToPrim = getMethod$6(input, TO_PRIMITIVE);
|
|
439
439
|
var result;
|
|
440
440
|
if (exoticToPrim) {
|
|
441
441
|
if (pref === undefined) pref = 'default';
|
|
442
|
-
result = call$
|
|
442
|
+
result = call$m(exoticToPrim, input, pref);
|
|
443
443
|
if (!isObject$a(result) || isSymbol$2(result)) return result;
|
|
444
444
|
throw new $TypeError$g("Can't convert object to primitive value");
|
|
445
445
|
}
|
|
@@ -460,7 +460,7 @@ var toPropertyKey$2 = function (argument) {
|
|
|
460
460
|
var DESCRIPTORS$g = descriptors;
|
|
461
461
|
var IE8_DOM_DEFINE$1 = ie8DomDefine;
|
|
462
462
|
var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
|
|
463
|
-
var anObject$
|
|
463
|
+
var anObject$o = anObject$p;
|
|
464
464
|
var toPropertyKey$1 = toPropertyKey$2;
|
|
465
465
|
|
|
466
466
|
var $TypeError$f = TypeError;
|
|
@@ -475,9 +475,9 @@ var WRITABLE = 'writable';
|
|
|
475
475
|
// `Object.defineProperty` method
|
|
476
476
|
// https://tc39.es/ecma262/#sec-object.defineproperty
|
|
477
477
|
objectDefineProperty.f = DESCRIPTORS$g ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
|
|
478
|
-
anObject$
|
|
478
|
+
anObject$o(O);
|
|
479
479
|
P = toPropertyKey$1(P);
|
|
480
|
-
anObject$
|
|
480
|
+
anObject$o(Attributes);
|
|
481
481
|
if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
|
|
482
482
|
var current = $getOwnPropertyDescriptor$1(O, P);
|
|
483
483
|
if (current && current[WRITABLE]) {
|
|
@@ -490,9 +490,9 @@ objectDefineProperty.f = DESCRIPTORS$g ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
|
|
|
490
490
|
}
|
|
491
491
|
} return $defineProperty(O, P, Attributes);
|
|
492
492
|
} : $defineProperty : function defineProperty(O, P, Attributes) {
|
|
493
|
-
anObject$
|
|
493
|
+
anObject$o(O);
|
|
494
494
|
P = toPropertyKey$1(P);
|
|
495
|
-
anObject$
|
|
495
|
+
anObject$o(Attributes);
|
|
496
496
|
if (IE8_DOM_DEFINE$1) try {
|
|
497
497
|
return $defineProperty(O, P, Attributes);
|
|
498
498
|
} catch (error) { /* empty */ }
|
|
@@ -525,33 +525,33 @@ var toIntegerOrInfinity$7 = function (argument) {
|
|
|
525
525
|
var toIntegerOrInfinity$6 = toIntegerOrInfinity$7;
|
|
526
526
|
|
|
527
527
|
var max$1 = Math.max;
|
|
528
|
-
var min$
|
|
528
|
+
var min$5 = Math.min;
|
|
529
529
|
|
|
530
530
|
// Helper for a popular repeating case of the spec:
|
|
531
531
|
// Let integer be ? ToInteger(index).
|
|
532
532
|
// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
|
|
533
533
|
var toAbsoluteIndex$1 = function (index, length) {
|
|
534
534
|
var integer = toIntegerOrInfinity$6(index);
|
|
535
|
-
return integer < 0 ? max$1(integer + length, 0) : min$
|
|
535
|
+
return integer < 0 ? max$1(integer + length, 0) : min$5(integer, length);
|
|
536
536
|
};
|
|
537
537
|
|
|
538
538
|
var toIntegerOrInfinity$5 = toIntegerOrInfinity$7;
|
|
539
539
|
|
|
540
|
-
var min$
|
|
540
|
+
var min$4 = Math.min;
|
|
541
541
|
|
|
542
542
|
// `ToLength` abstract operation
|
|
543
543
|
// https://tc39.es/ecma262/#sec-tolength
|
|
544
|
-
var toLength$
|
|
544
|
+
var toLength$6 = function (argument) {
|
|
545
545
|
var len = toIntegerOrInfinity$5(argument);
|
|
546
|
-
return len > 0 ? min$
|
|
546
|
+
return len > 0 ? min$4(len, 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
|
|
547
547
|
};
|
|
548
548
|
|
|
549
|
-
var toLength$
|
|
549
|
+
var toLength$5 = toLength$6;
|
|
550
550
|
|
|
551
551
|
// `LengthOfArrayLike` abstract operation
|
|
552
552
|
// https://tc39.es/ecma262/#sec-lengthofarraylike
|
|
553
553
|
var lengthOfArrayLike$7 = function (obj) {
|
|
554
|
-
return toLength$
|
|
554
|
+
return toLength$5(obj.length);
|
|
555
555
|
};
|
|
556
556
|
|
|
557
557
|
var toIndexedObject$4 = toIndexedObject$5;
|
|
@@ -590,23 +590,23 @@ var arrayIncludes = {
|
|
|
590
590
|
|
|
591
591
|
var hiddenKeys$4 = {};
|
|
592
592
|
|
|
593
|
-
var uncurryThis$
|
|
593
|
+
var uncurryThis$p = functionUncurryThis;
|
|
594
594
|
var hasOwn$d = hasOwnProperty_1;
|
|
595
595
|
var toIndexedObject$3 = toIndexedObject$5;
|
|
596
596
|
var indexOf$1 = arrayIncludes.indexOf;
|
|
597
597
|
var hiddenKeys$3 = hiddenKeys$4;
|
|
598
598
|
|
|
599
|
-
var push$
|
|
599
|
+
var push$3 = uncurryThis$p([].push);
|
|
600
600
|
|
|
601
601
|
var objectKeysInternal = function (object, names) {
|
|
602
602
|
var O = toIndexedObject$3(object);
|
|
603
603
|
var i = 0;
|
|
604
604
|
var result = [];
|
|
605
605
|
var key;
|
|
606
|
-
for (key in O) !hasOwn$d(hiddenKeys$3, key) && hasOwn$d(O, key) && push$
|
|
606
|
+
for (key in O) !hasOwn$d(hiddenKeys$3, key) && hasOwn$d(O, key) && push$3(result, key);
|
|
607
607
|
// Don't enum bug & hidden keys
|
|
608
608
|
while (names.length > i) if (hasOwn$d(O, key = names[i++])) {
|
|
609
|
-
~indexOf$1(result, key) || push$
|
|
609
|
+
~indexOf$1(result, key) || push$3(result, key);
|
|
610
610
|
}
|
|
611
611
|
return result;
|
|
612
612
|
};
|
|
@@ -635,7 +635,7 @@ var objectKeys$2 = Object.keys || function keys(O) {
|
|
|
635
635
|
var DESCRIPTORS$f = descriptors;
|
|
636
636
|
var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
|
|
637
637
|
var definePropertyModule$4 = objectDefineProperty;
|
|
638
|
-
var anObject$
|
|
638
|
+
var anObject$n = anObject$p;
|
|
639
639
|
var toIndexedObject$2 = toIndexedObject$5;
|
|
640
640
|
var objectKeys$1 = objectKeys$2;
|
|
641
641
|
|
|
@@ -643,7 +643,7 @@ var objectKeys$1 = objectKeys$2;
|
|
|
643
643
|
// https://tc39.es/ecma262/#sec-object.defineproperties
|
|
644
644
|
// eslint-disable-next-line es/no-object-defineproperties -- safe
|
|
645
645
|
objectDefineProperties.f = DESCRIPTORS$f && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
|
|
646
|
-
anObject$
|
|
646
|
+
anObject$n(O);
|
|
647
647
|
var props = toIndexedObject$2(Properties);
|
|
648
648
|
var keys = objectKeys$1(Properties);
|
|
649
649
|
var length = keys.length;
|
|
@@ -667,7 +667,7 @@ var sharedKey$3 = function (key) {
|
|
|
667
667
|
};
|
|
668
668
|
|
|
669
669
|
/* global ActiveXObject -- old IE, WSH */
|
|
670
|
-
var anObject$
|
|
670
|
+
var anObject$m = anObject$p;
|
|
671
671
|
var definePropertiesModule = objectDefineProperties;
|
|
672
672
|
var enumBugKeys$1 = enumBugKeys$3;
|
|
673
673
|
var hiddenKeys$2 = hiddenKeys$4;
|
|
@@ -741,7 +741,7 @@ hiddenKeys$2[IE_PROTO$1] = true;
|
|
|
741
741
|
var objectCreate = Object.create || function create(O, Properties) {
|
|
742
742
|
var result;
|
|
743
743
|
if (O !== null) {
|
|
744
|
-
EmptyConstructor[PROTOTYPE] = anObject$
|
|
744
|
+
EmptyConstructor[PROTOTYPE] = anObject$m(O);
|
|
745
745
|
result = new EmptyConstructor();
|
|
746
746
|
EmptyConstructor[PROTOTYPE] = null;
|
|
747
747
|
// add "__proto__" for Object.getPrototypeOf polyfill
|
|
@@ -890,7 +890,7 @@ objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
890
890
|
} : $propertyIsEnumerable;
|
|
891
891
|
|
|
892
892
|
var DESCRIPTORS$d = descriptors;
|
|
893
|
-
var call$
|
|
893
|
+
var call$l = functionCall;
|
|
894
894
|
var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
|
|
895
895
|
var createPropertyDescriptor$3 = createPropertyDescriptor$5;
|
|
896
896
|
var toIndexedObject$1 = toIndexedObject$5;
|
|
@@ -909,7 +909,7 @@ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$d ? $getOwnPropertyDescriptor : f
|
|
|
909
909
|
if (IE8_DOM_DEFINE) try {
|
|
910
910
|
return $getOwnPropertyDescriptor(O, P);
|
|
911
911
|
} catch (error) { /* empty */ }
|
|
912
|
-
if (hasOwn$b(O, P)) return createPropertyDescriptor$3(!call$
|
|
912
|
+
if (hasOwn$b(O, P)) return createPropertyDescriptor$3(!call$l(propertyIsEnumerableModule$1.f, O, P), O[P]);
|
|
913
913
|
};
|
|
914
914
|
|
|
915
915
|
var makeBuiltIn$3 = {exports: {}};
|
|
@@ -932,11 +932,11 @@ var functionName = {
|
|
|
932
932
|
CONFIGURABLE: CONFIGURABLE
|
|
933
933
|
};
|
|
934
934
|
|
|
935
|
-
var uncurryThis$
|
|
935
|
+
var uncurryThis$o = functionUncurryThis;
|
|
936
936
|
var isCallable$k = isCallable$r;
|
|
937
937
|
var store = sharedStoreExports;
|
|
938
938
|
|
|
939
|
-
var functionToString = uncurryThis$
|
|
939
|
+
var functionToString = uncurryThis$o(Function.toString);
|
|
940
940
|
|
|
941
941
|
// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
|
|
942
942
|
if (!isCallable$k(store.inspectSource)) {
|
|
@@ -947,8 +947,8 @@ if (!isCallable$k(store.inspectSource)) {
|
|
|
947
947
|
|
|
948
948
|
var inspectSource$3 = store.inspectSource;
|
|
949
949
|
|
|
950
|
-
var uncurryThis$
|
|
951
|
-
var fails$
|
|
950
|
+
var uncurryThis$n = functionUncurryThis;
|
|
951
|
+
var fails$n = fails$u;
|
|
952
952
|
var isCallable$j = isCallable$r;
|
|
953
953
|
var hasOwn$9 = hasOwnProperty_1;
|
|
954
954
|
var DESCRIPTORS$b = descriptors;
|
|
@@ -961,18 +961,18 @@ var getInternalState$3 = InternalStateModule$3.get;
|
|
|
961
961
|
var $String$3 = String;
|
|
962
962
|
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
963
963
|
var defineProperty$5 = Object.defineProperty;
|
|
964
|
-
var stringSlice$
|
|
965
|
-
var replace$7 = uncurryThis$
|
|
966
|
-
var join = uncurryThis$
|
|
964
|
+
var stringSlice$8 = uncurryThis$n(''.slice);
|
|
965
|
+
var replace$7 = uncurryThis$n(''.replace);
|
|
966
|
+
var join = uncurryThis$n([].join);
|
|
967
967
|
|
|
968
|
-
var CONFIGURABLE_LENGTH = DESCRIPTORS$b && !fails$
|
|
968
|
+
var CONFIGURABLE_LENGTH = DESCRIPTORS$b && !fails$n(function () {
|
|
969
969
|
return defineProperty$5(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
|
|
970
970
|
});
|
|
971
971
|
|
|
972
972
|
var TEMPLATE = String(String).split('String');
|
|
973
973
|
|
|
974
974
|
var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
|
|
975
|
-
if (stringSlice$
|
|
975
|
+
if (stringSlice$8($String$3(name), 0, 7) === 'Symbol(') {
|
|
976
976
|
name = '[' + replace$7($String$3(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
|
|
977
977
|
}
|
|
978
978
|
if (options && options.getter) name = 'get ' + name;
|
|
@@ -1052,16 +1052,16 @@ var objectGetOwnPropertySymbols = {};
|
|
|
1052
1052
|
objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
|
|
1053
1053
|
|
|
1054
1054
|
var getBuiltIn$6 = getBuiltIn$9;
|
|
1055
|
-
var uncurryThis$
|
|
1055
|
+
var uncurryThis$m = functionUncurryThis;
|
|
1056
1056
|
var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
|
|
1057
1057
|
var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
|
|
1058
|
-
var anObject$
|
|
1058
|
+
var anObject$l = anObject$p;
|
|
1059
1059
|
|
|
1060
|
-
var concat$2 = uncurryThis$
|
|
1060
|
+
var concat$2 = uncurryThis$m([].concat);
|
|
1061
1061
|
|
|
1062
1062
|
// all object keys, includes non-enumerable and symbols
|
|
1063
1063
|
var ownKeys$1 = getBuiltIn$6('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
1064
|
-
var keys = getOwnPropertyNamesModule.f(anObject$
|
|
1064
|
+
var keys = getOwnPropertyNamesModule.f(anObject$l(it));
|
|
1065
1065
|
var getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
|
|
1066
1066
|
return getOwnPropertySymbols ? concat$2(keys, getOwnPropertySymbols(it)) : keys;
|
|
1067
1067
|
};
|
|
@@ -1083,7 +1083,7 @@ var copyConstructorProperties$3 = function (target, source, exceptions) {
|
|
|
1083
1083
|
}
|
|
1084
1084
|
};
|
|
1085
1085
|
|
|
1086
|
-
var fails$
|
|
1086
|
+
var fails$m = fails$u;
|
|
1087
1087
|
var isCallable$h = isCallable$r;
|
|
1088
1088
|
|
|
1089
1089
|
var replacement = /#|\.prototype\./;
|
|
@@ -1092,7 +1092,7 @@ var isForced$3 = function (feature, detection) {
|
|
|
1092
1092
|
var value = data[normalize(feature)];
|
|
1093
1093
|
return value === POLYFILL ? true
|
|
1094
1094
|
: value === NATIVE ? false
|
|
1095
|
-
: isCallable$h(detection) ? fails$
|
|
1095
|
+
: isCallable$h(detection) ? fails$m(detection)
|
|
1096
1096
|
: !!detection;
|
|
1097
1097
|
};
|
|
1098
1098
|
|
|
@@ -1161,9 +1161,9 @@ var _export = function (options, source) {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
};
|
|
1163
1163
|
|
|
1164
|
-
var fails$
|
|
1164
|
+
var fails$l = fails$u;
|
|
1165
1165
|
|
|
1166
|
-
var correctPrototypeGetter = !fails$
|
|
1166
|
+
var correctPrototypeGetter = !fails$l(function () {
|
|
1167
1167
|
function F() { /* empty */ }
|
|
1168
1168
|
F.prototype.constructor = null;
|
|
1169
1169
|
// eslint-disable-next-line es/no-object-getprototypeof -- required for testing
|
|
@@ -1192,7 +1192,7 @@ var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object$1.getPrototypeOf :
|
|
|
1192
1192
|
} return object instanceof $Object$1 ? ObjectPrototype : null;
|
|
1193
1193
|
};
|
|
1194
1194
|
|
|
1195
|
-
var fails$
|
|
1195
|
+
var fails$k = fails$u;
|
|
1196
1196
|
var isCallable$f = isCallable$r;
|
|
1197
1197
|
var isObject$8 = isObject$e;
|
|
1198
1198
|
var getPrototypeOf$2 = objectGetPrototypeOf;
|
|
@@ -1217,7 +1217,7 @@ if ([].keys) {
|
|
|
1217
1217
|
}
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
|
-
var NEW_ITERATOR_PROTOTYPE = !isObject$8(IteratorPrototype$4) || fails$
|
|
1220
|
+
var NEW_ITERATOR_PROTOTYPE = !isObject$8(IteratorPrototype$4) || fails$k(function () {
|
|
1221
1221
|
var test = {};
|
|
1222
1222
|
// FF44- legacy iterators case
|
|
1223
1223
|
return IteratorPrototype$4[ITERATOR$7].call(test) !== test;
|
|
@@ -1267,13 +1267,13 @@ var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUME
|
|
|
1267
1267
|
return IteratorConstructor;
|
|
1268
1268
|
};
|
|
1269
1269
|
|
|
1270
|
-
var uncurryThis$
|
|
1270
|
+
var uncurryThis$l = functionUncurryThis;
|
|
1271
1271
|
var aCallable$e = aCallable$g;
|
|
1272
1272
|
|
|
1273
1273
|
var functionUncurryThisAccessor = function (object, key, method) {
|
|
1274
1274
|
try {
|
|
1275
1275
|
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
1276
|
-
return uncurryThis$
|
|
1276
|
+
return uncurryThis$l(aCallable$e(Object.getOwnPropertyDescriptor(object, key)[method]));
|
|
1277
1277
|
} catch (error) { /* empty */ }
|
|
1278
1278
|
};
|
|
1279
1279
|
|
|
@@ -1296,7 +1296,7 @@ var aPossiblePrototype$1 = function (argument) {
|
|
|
1296
1296
|
/* eslint-disable no-proto -- safe */
|
|
1297
1297
|
var uncurryThisAccessor = functionUncurryThisAccessor;
|
|
1298
1298
|
var isObject$6 = isObject$e;
|
|
1299
|
-
var requireObjectCoercible$
|
|
1299
|
+
var requireObjectCoercible$9 = requireObjectCoercible$c;
|
|
1300
1300
|
var aPossiblePrototype = aPossiblePrototype$1;
|
|
1301
1301
|
|
|
1302
1302
|
// `Object.setPrototypeOf` method
|
|
@@ -1313,7 +1313,7 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
|
|
|
1313
1313
|
CORRECT_SETTER = test instanceof Array;
|
|
1314
1314
|
} catch (error) { /* empty */ }
|
|
1315
1315
|
return function setPrototypeOf(O, proto) {
|
|
1316
|
-
requireObjectCoercible$
|
|
1316
|
+
requireObjectCoercible$9(O);
|
|
1317
1317
|
aPossiblePrototype(proto);
|
|
1318
1318
|
if (!isObject$6(O)) return O;
|
|
1319
1319
|
if (CORRECT_SETTER) setter(O, proto);
|
|
@@ -1323,7 +1323,7 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
|
|
|
1323
1323
|
}() : undefined);
|
|
1324
1324
|
|
|
1325
1325
|
var $$w = _export;
|
|
1326
|
-
var call$
|
|
1326
|
+
var call$k = functionCall;
|
|
1327
1327
|
var FunctionName = functionName;
|
|
1328
1328
|
var isCallable$e = isCallable$r;
|
|
1329
1329
|
var createIteratorConstructor = iteratorCreateConstructor;
|
|
@@ -1395,7 +1395,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
|
|
|
1395
1395
|
createNonEnumerableProperty$7(IterablePrototype, 'name', VALUES);
|
|
1396
1396
|
} else {
|
|
1397
1397
|
INCORRECT_VALUES_NAME = true;
|
|
1398
|
-
defaultIterator = function values() { return call$
|
|
1398
|
+
defaultIterator = function values() { return call$k(nativeIterator, this); };
|
|
1399
1399
|
}
|
|
1400
1400
|
}
|
|
1401
1401
|
|
|
@@ -1571,9 +1571,9 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
1571
1571
|
handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
|
|
1572
1572
|
|
|
1573
1573
|
var DESCRIPTORS$9 = descriptors;
|
|
1574
|
-
var uncurryThis$
|
|
1575
|
-
var call$
|
|
1576
|
-
var fails$
|
|
1574
|
+
var uncurryThis$k = functionUncurryThis;
|
|
1575
|
+
var call$j = functionCall;
|
|
1576
|
+
var fails$j = fails$u;
|
|
1577
1577
|
var objectKeys = objectKeys$2;
|
|
1578
1578
|
var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
|
|
1579
1579
|
var propertyIsEnumerableModule = objectPropertyIsEnumerable;
|
|
@@ -1584,11 +1584,11 @@ var IndexedObject$1 = indexedObject;
|
|
|
1584
1584
|
var $assign = Object.assign;
|
|
1585
1585
|
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
1586
1586
|
var defineProperty$2 = Object.defineProperty;
|
|
1587
|
-
var concat$1 = uncurryThis$
|
|
1587
|
+
var concat$1 = uncurryThis$k([].concat);
|
|
1588
1588
|
|
|
1589
1589
|
// `Object.assign` method
|
|
1590
1590
|
// https://tc39.es/ecma262/#sec-object.assign
|
|
1591
|
-
var objectAssign = !$assign || fails$
|
|
1591
|
+
var objectAssign = !$assign || fails$j(function () {
|
|
1592
1592
|
// should have correct order of operations (Edge bug)
|
|
1593
1593
|
if (DESCRIPTORS$9 && $assign({ b: 1 }, $assign(defineProperty$2({}, 'a', {
|
|
1594
1594
|
enumerable: true,
|
|
@@ -1622,7 +1622,7 @@ var objectAssign = !$assign || fails$i(function () {
|
|
|
1622
1622
|
var key;
|
|
1623
1623
|
while (length > j) {
|
|
1624
1624
|
key = keys[j++];
|
|
1625
|
-
if (!DESCRIPTORS$9 || call$
|
|
1625
|
+
if (!DESCRIPTORS$9 || call$j(propertyIsEnumerable, S, key)) T[key] = S[key];
|
|
1626
1626
|
}
|
|
1627
1627
|
} return T;
|
|
1628
1628
|
} : $assign;
|
|
@@ -1641,11 +1641,11 @@ var NATIVE_BIND$1 = functionBindNative;
|
|
|
1641
1641
|
|
|
1642
1642
|
var FunctionPrototype = Function.prototype;
|
|
1643
1643
|
var apply$4 = FunctionPrototype.apply;
|
|
1644
|
-
var call$
|
|
1644
|
+
var call$i = FunctionPrototype.call;
|
|
1645
1645
|
|
|
1646
1646
|
// eslint-disable-next-line es/no-reflect -- safe
|
|
1647
|
-
var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$
|
|
1648
|
-
return call$
|
|
1647
|
+
var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$i.bind(apply$4) : function () {
|
|
1648
|
+
return call$i.apply(apply$4, arguments);
|
|
1649
1649
|
});
|
|
1650
1650
|
|
|
1651
1651
|
var defineProperty$1 = objectDefineProperty.f;
|
|
@@ -1720,15 +1720,15 @@ var classof$8 = classof$9;
|
|
|
1720
1720
|
|
|
1721
1721
|
var $String$1 = String;
|
|
1722
1722
|
|
|
1723
|
-
var toString$
|
|
1723
|
+
var toString$g = function (argument) {
|
|
1724
1724
|
if (classof$8(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
|
|
1725
1725
|
return $String$1(argument);
|
|
1726
1726
|
};
|
|
1727
1727
|
|
|
1728
|
-
var toString$
|
|
1728
|
+
var toString$f = toString$g;
|
|
1729
1729
|
|
|
1730
1730
|
var normalizeStringArgument$1 = function (argument, $default) {
|
|
1731
|
-
return argument === undefined ? arguments.length < 2 ? '' : $default : toString$
|
|
1731
|
+
return argument === undefined ? arguments.length < 2 ? '' : $default : toString$f(argument);
|
|
1732
1732
|
};
|
|
1733
1733
|
|
|
1734
1734
|
var isObject$4 = isObject$e;
|
|
@@ -1742,10 +1742,10 @@ var installErrorCause$1 = function (O, options) {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
};
|
|
1744
1744
|
|
|
1745
|
-
var uncurryThis$
|
|
1745
|
+
var uncurryThis$j = functionUncurryThis;
|
|
1746
1746
|
|
|
1747
1747
|
var $Error = Error;
|
|
1748
|
-
var replace$6 = uncurryThis$
|
|
1748
|
+
var replace$6 = uncurryThis$j(''.replace);
|
|
1749
1749
|
|
|
1750
1750
|
var TEST = (function (arg) { return String(new $Error(arg).stack); })('zxcasd');
|
|
1751
1751
|
// eslint-disable-next-line redos/no-vulnerable -- safe
|
|
@@ -1758,10 +1758,10 @@ var errorStackClear = function (stack, dropEntries) {
|
|
|
1758
1758
|
} return stack;
|
|
1759
1759
|
};
|
|
1760
1760
|
|
|
1761
|
-
var fails$
|
|
1761
|
+
var fails$i = fails$u;
|
|
1762
1762
|
var createPropertyDescriptor$1 = createPropertyDescriptor$5;
|
|
1763
1763
|
|
|
1764
|
-
var errorStackInstallable = !fails$
|
|
1764
|
+
var errorStackInstallable = !fails$i(function () {
|
|
1765
1765
|
var error = new Error('a');
|
|
1766
1766
|
if (!('stack' in error)) return true;
|
|
1767
1767
|
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
@@ -1925,12 +1925,12 @@ $$t({ target: 'Array', proto: true }, {
|
|
|
1925
1925
|
|
|
1926
1926
|
addToUnscopables$2('at');
|
|
1927
1927
|
|
|
1928
|
-
var anObject$
|
|
1928
|
+
var anObject$k = anObject$p;
|
|
1929
1929
|
|
|
1930
1930
|
// `RegExp.prototype.flags` getter implementation
|
|
1931
1931
|
// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
|
|
1932
1932
|
var regexpFlags$1 = function () {
|
|
1933
|
-
var that = anObject$
|
|
1933
|
+
var that = anObject$k(this);
|
|
1934
1934
|
var result = '';
|
|
1935
1935
|
if (that.hasIndices) result += 'd';
|
|
1936
1936
|
if (that.global) result += 'g';
|
|
@@ -1943,13 +1943,13 @@ var regexpFlags$1 = function () {
|
|
|
1943
1943
|
return result;
|
|
1944
1944
|
};
|
|
1945
1945
|
|
|
1946
|
-
var fails$
|
|
1946
|
+
var fails$h = fails$u;
|
|
1947
1947
|
var global$e = global$q;
|
|
1948
1948
|
|
|
1949
1949
|
// babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
|
|
1950
1950
|
var $RegExp$2 = global$e.RegExp;
|
|
1951
1951
|
|
|
1952
|
-
var UNSUPPORTED_Y$
|
|
1952
|
+
var UNSUPPORTED_Y$3 = fails$h(function () {
|
|
1953
1953
|
var re = $RegExp$2('a', 'y');
|
|
1954
1954
|
re.lastIndex = 2;
|
|
1955
1955
|
return re.exec('abcd') !== null;
|
|
@@ -1957,11 +1957,11 @@ var UNSUPPORTED_Y$2 = fails$g(function () {
|
|
|
1957
1957
|
|
|
1958
1958
|
// UC Browser bug
|
|
1959
1959
|
// https://github.com/zloirock/core-js/issues/1008
|
|
1960
|
-
var MISSED_STICKY$1 = UNSUPPORTED_Y$
|
|
1960
|
+
var MISSED_STICKY$1 = UNSUPPORTED_Y$3 || fails$h(function () {
|
|
1961
1961
|
return !$RegExp$2('a', 'y').sticky;
|
|
1962
1962
|
});
|
|
1963
1963
|
|
|
1964
|
-
var BROKEN_CARET = UNSUPPORTED_Y$
|
|
1964
|
+
var BROKEN_CARET = UNSUPPORTED_Y$3 || fails$h(function () {
|
|
1965
1965
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=773687
|
|
1966
1966
|
var re = $RegExp$2('^r', 'gy');
|
|
1967
1967
|
re.lastIndex = 2;
|
|
@@ -1971,27 +1971,27 @@ var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$g(function () {
|
|
|
1971
1971
|
var regexpStickyHelpers = {
|
|
1972
1972
|
BROKEN_CARET: BROKEN_CARET,
|
|
1973
1973
|
MISSED_STICKY: MISSED_STICKY$1,
|
|
1974
|
-
UNSUPPORTED_Y: UNSUPPORTED_Y$
|
|
1974
|
+
UNSUPPORTED_Y: UNSUPPORTED_Y$3
|
|
1975
1975
|
};
|
|
1976
1976
|
|
|
1977
|
-
var fails$
|
|
1977
|
+
var fails$g = fails$u;
|
|
1978
1978
|
var global$d = global$q;
|
|
1979
1979
|
|
|
1980
1980
|
// babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
|
|
1981
1981
|
var $RegExp$1 = global$d.RegExp;
|
|
1982
1982
|
|
|
1983
|
-
var regexpUnsupportedDotAll = fails$
|
|
1983
|
+
var regexpUnsupportedDotAll = fails$g(function () {
|
|
1984
1984
|
var re = $RegExp$1('.', 's');
|
|
1985
1985
|
return !(re.dotAll && re.test('\n') && re.flags === 's');
|
|
1986
1986
|
});
|
|
1987
1987
|
|
|
1988
|
-
var fails$
|
|
1988
|
+
var fails$f = fails$u;
|
|
1989
1989
|
var global$c = global$q;
|
|
1990
1990
|
|
|
1991
1991
|
// babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
|
|
1992
1992
|
var $RegExp = global$c.RegExp;
|
|
1993
1993
|
|
|
1994
|
-
var regexpUnsupportedNcg = fails$
|
|
1994
|
+
var regexpUnsupportedNcg = fails$f(function () {
|
|
1995
1995
|
var re = $RegExp('(?<a>b)', 'g');
|
|
1996
1996
|
return re.exec('b').groups.a !== 'b' ||
|
|
1997
1997
|
'b'.replace(re, '$<a>c') !== 'bc';
|
|
@@ -1999,11 +1999,11 @@ var regexpUnsupportedNcg = fails$e(function () {
|
|
|
1999
1999
|
|
|
2000
2000
|
/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
|
|
2001
2001
|
/* eslint-disable regexp/no-useless-quantifier -- testing */
|
|
2002
|
-
var call$
|
|
2003
|
-
var uncurryThis$
|
|
2004
|
-
var toString$
|
|
2002
|
+
var call$h = functionCall;
|
|
2003
|
+
var uncurryThis$i = functionUncurryThis;
|
|
2004
|
+
var toString$e = toString$g;
|
|
2005
2005
|
var regexpFlags = regexpFlags$1;
|
|
2006
|
-
var stickyHelpers$
|
|
2006
|
+
var stickyHelpers$2 = regexpStickyHelpers;
|
|
2007
2007
|
var shared = shared$4;
|
|
2008
2008
|
var create$2 = objectCreate;
|
|
2009
2009
|
var getInternalState$1 = internalState.get;
|
|
@@ -2013,44 +2013,44 @@ var UNSUPPORTED_NCG$1 = regexpUnsupportedNcg;
|
|
|
2013
2013
|
var nativeReplace = shared('native-string-replace', String.prototype.replace);
|
|
2014
2014
|
var nativeExec = RegExp.prototype.exec;
|
|
2015
2015
|
var patchedExec = nativeExec;
|
|
2016
|
-
var charAt$6 = uncurryThis$
|
|
2017
|
-
var indexOf = uncurryThis$
|
|
2018
|
-
var replace$5 = uncurryThis$
|
|
2019
|
-
var stringSlice$
|
|
2016
|
+
var charAt$6 = uncurryThis$i(''.charAt);
|
|
2017
|
+
var indexOf = uncurryThis$i(''.indexOf);
|
|
2018
|
+
var replace$5 = uncurryThis$i(''.replace);
|
|
2019
|
+
var stringSlice$7 = uncurryThis$i(''.slice);
|
|
2020
2020
|
|
|
2021
2021
|
var UPDATES_LAST_INDEX_WRONG = (function () {
|
|
2022
2022
|
var re1 = /a/;
|
|
2023
2023
|
var re2 = /b*/g;
|
|
2024
|
-
call$
|
|
2025
|
-
call$
|
|
2024
|
+
call$h(nativeExec, re1, 'a');
|
|
2025
|
+
call$h(nativeExec, re2, 'a');
|
|
2026
2026
|
return re1.lastIndex !== 0 || re2.lastIndex !== 0;
|
|
2027
2027
|
})();
|
|
2028
2028
|
|
|
2029
|
-
var UNSUPPORTED_Y$
|
|
2029
|
+
var UNSUPPORTED_Y$2 = stickyHelpers$2.BROKEN_CARET;
|
|
2030
2030
|
|
|
2031
2031
|
// nonparticipating capturing group, copied from es5-shim's String#split patch.
|
|
2032
2032
|
var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
|
|
2033
2033
|
|
|
2034
|
-
var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$
|
|
2034
|
+
var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$2 || UNSUPPORTED_DOT_ALL$2 || UNSUPPORTED_NCG$1;
|
|
2035
2035
|
|
|
2036
2036
|
if (PATCH) {
|
|
2037
2037
|
patchedExec = function exec(string) {
|
|
2038
2038
|
var re = this;
|
|
2039
2039
|
var state = getInternalState$1(re);
|
|
2040
|
-
var str = toString$
|
|
2040
|
+
var str = toString$e(string);
|
|
2041
2041
|
var raw = state.raw;
|
|
2042
2042
|
var result, reCopy, lastIndex, match, i, object, group;
|
|
2043
2043
|
|
|
2044
2044
|
if (raw) {
|
|
2045
2045
|
raw.lastIndex = re.lastIndex;
|
|
2046
|
-
result = call$
|
|
2046
|
+
result = call$h(patchedExec, raw, str);
|
|
2047
2047
|
re.lastIndex = raw.lastIndex;
|
|
2048
2048
|
return result;
|
|
2049
2049
|
}
|
|
2050
2050
|
|
|
2051
2051
|
var groups = state.groups;
|
|
2052
|
-
var sticky = UNSUPPORTED_Y$
|
|
2053
|
-
var flags = call$
|
|
2052
|
+
var sticky = UNSUPPORTED_Y$2 && re.sticky;
|
|
2053
|
+
var flags = call$h(regexpFlags, re);
|
|
2054
2054
|
var source = re.source;
|
|
2055
2055
|
var charsAdded = 0;
|
|
2056
2056
|
var strCopy = str;
|
|
@@ -2061,7 +2061,7 @@ if (PATCH) {
|
|
|
2061
2061
|
flags += 'g';
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
strCopy = stringSlice$
|
|
2064
|
+
strCopy = stringSlice$7(str, re.lastIndex);
|
|
2065
2065
|
// Support anchored sticky behavior.
|
|
2066
2066
|
if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt$6(str, re.lastIndex - 1) !== '\n')) {
|
|
2067
2067
|
source = '(?: ' + source + ')';
|
|
@@ -2078,12 +2078,12 @@ if (PATCH) {
|
|
|
2078
2078
|
}
|
|
2079
2079
|
if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
|
|
2080
2080
|
|
|
2081
|
-
match = call$
|
|
2081
|
+
match = call$h(nativeExec, sticky ? reCopy : re, strCopy);
|
|
2082
2082
|
|
|
2083
2083
|
if (sticky) {
|
|
2084
2084
|
if (match) {
|
|
2085
|
-
match.input = stringSlice$
|
|
2086
|
-
match[0] = stringSlice$
|
|
2085
|
+
match.input = stringSlice$7(match.input, charsAdded);
|
|
2086
|
+
match[0] = stringSlice$7(match[0], charsAdded);
|
|
2087
2087
|
match.index = re.lastIndex;
|
|
2088
2088
|
re.lastIndex += match[0].length;
|
|
2089
2089
|
} else re.lastIndex = 0;
|
|
@@ -2093,7 +2093,7 @@ if (PATCH) {
|
|
|
2093
2093
|
if (NPCG_INCLUDED && match && match.length > 1) {
|
|
2094
2094
|
// Fix browsers whose `exec` methods don't consistently return `undefined`
|
|
2095
2095
|
// for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
|
|
2096
|
-
call$
|
|
2096
|
+
call$h(nativeReplace, match[0], reCopy, function () {
|
|
2097
2097
|
for (i = 1; i < arguments.length - 2; i++) {
|
|
2098
2098
|
if (arguments[i] === undefined) match[i] = undefined;
|
|
2099
2099
|
}
|
|
@@ -2126,10 +2126,10 @@ $$s({ target: 'RegExp', proto: true, forced: /./.exec !== exec$4 }, {
|
|
|
2126
2126
|
// TODO: Remove from `core-js@4` since it's moved to entry points
|
|
2127
2127
|
|
|
2128
2128
|
var $$r = _export;
|
|
2129
|
-
var call$
|
|
2129
|
+
var call$g = functionCall;
|
|
2130
2130
|
var isCallable$b = isCallable$r;
|
|
2131
|
-
var anObject$
|
|
2132
|
-
var toString$
|
|
2131
|
+
var anObject$j = anObject$p;
|
|
2132
|
+
var toString$d = toString$g;
|
|
2133
2133
|
|
|
2134
2134
|
var DELEGATES_TO_EXEC = function () {
|
|
2135
2135
|
var execCalled = false;
|
|
@@ -2147,18 +2147,18 @@ var nativeTest = /./.test;
|
|
|
2147
2147
|
// https://tc39.es/ecma262/#sec-regexp.prototype.test
|
|
2148
2148
|
$$r({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
|
|
2149
2149
|
test: function (S) {
|
|
2150
|
-
var R = anObject$
|
|
2151
|
-
var string = toString$
|
|
2150
|
+
var R = anObject$j(this);
|
|
2151
|
+
var string = toString$d(S);
|
|
2152
2152
|
var exec = R.exec;
|
|
2153
|
-
if (!isCallable$b(exec)) return call$
|
|
2154
|
-
var result = call$
|
|
2153
|
+
if (!isCallable$b(exec)) return call$g(nativeTest, R, string);
|
|
2154
|
+
var result = call$g(exec, R, string);
|
|
2155
2155
|
if (result === null) return false;
|
|
2156
|
-
anObject$
|
|
2156
|
+
anObject$j(result);
|
|
2157
2157
|
return true;
|
|
2158
2158
|
}
|
|
2159
2159
|
});
|
|
2160
2160
|
|
|
2161
|
-
var call$
|
|
2161
|
+
var call$f = functionCall;
|
|
2162
2162
|
var hasOwn$4 = hasOwnProperty_1;
|
|
2163
2163
|
var isPrototypeOf$4 = objectIsPrototypeOf;
|
|
2164
2164
|
var regExpFlags = regexpFlags$1;
|
|
@@ -2168,21 +2168,21 @@ var RegExpPrototype$4 = RegExp.prototype;
|
|
|
2168
2168
|
var regexpGetFlags = function (R) {
|
|
2169
2169
|
var flags = R.flags;
|
|
2170
2170
|
return flags === undefined && !('flags' in RegExpPrototype$4) && !hasOwn$4(R, 'flags') && isPrototypeOf$4(RegExpPrototype$4, R)
|
|
2171
|
-
? call$
|
|
2171
|
+
? call$f(regExpFlags, R) : flags;
|
|
2172
2172
|
};
|
|
2173
2173
|
|
|
2174
2174
|
var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
|
|
2175
2175
|
var defineBuiltIn$5 = defineBuiltIn$9;
|
|
2176
|
-
var anObject$
|
|
2177
|
-
var $toString = toString$
|
|
2178
|
-
var fails$
|
|
2176
|
+
var anObject$i = anObject$p;
|
|
2177
|
+
var $toString = toString$g;
|
|
2178
|
+
var fails$e = fails$u;
|
|
2179
2179
|
var getRegExpFlags$1 = regexpGetFlags;
|
|
2180
2180
|
|
|
2181
2181
|
var TO_STRING = 'toString';
|
|
2182
2182
|
var RegExpPrototype$3 = RegExp.prototype;
|
|
2183
2183
|
var nativeToString = RegExpPrototype$3[TO_STRING];
|
|
2184
2184
|
|
|
2185
|
-
var NOT_GENERIC = fails$
|
|
2185
|
+
var NOT_GENERIC = fails$e(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; });
|
|
2186
2186
|
// FF44- RegExp#toString has a wrong name
|
|
2187
2187
|
var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && nativeToString.name !== TO_STRING;
|
|
2188
2188
|
|
|
@@ -2190,7 +2190,7 @@ var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && nativeToString.name !== TO_STRING
|
|
|
2190
2190
|
// https://tc39.es/ecma262/#sec-regexp.prototype.tostring
|
|
2191
2191
|
if (NOT_GENERIC || INCORRECT_NAME) {
|
|
2192
2192
|
defineBuiltIn$5(RegExpPrototype$3, TO_STRING, function toString() {
|
|
2193
|
-
var R = anObject$
|
|
2193
|
+
var R = anObject$i(this);
|
|
2194
2194
|
var pattern = $toString(R.source);
|
|
2195
2195
|
var flags = $toString(getRegExpFlags$1(R));
|
|
2196
2196
|
return '/' + pattern + '/' + flags;
|
|
@@ -2198,15 +2198,15 @@ if (NOT_GENERIC || INCORRECT_NAME) {
|
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
2200
|
var $$q = _export;
|
|
2201
|
-
var uncurryThis$
|
|
2202
|
-
var requireObjectCoercible$
|
|
2201
|
+
var uncurryThis$h = functionUncurryThis;
|
|
2202
|
+
var requireObjectCoercible$8 = requireObjectCoercible$c;
|
|
2203
2203
|
var toIntegerOrInfinity$3 = toIntegerOrInfinity$7;
|
|
2204
|
-
var toString$
|
|
2205
|
-
var fails$
|
|
2204
|
+
var toString$c = toString$g;
|
|
2205
|
+
var fails$d = fails$u;
|
|
2206
2206
|
|
|
2207
|
-
var charAt$5 = uncurryThis$
|
|
2207
|
+
var charAt$5 = uncurryThis$h(''.charAt);
|
|
2208
2208
|
|
|
2209
|
-
var FORCED$4 = fails$
|
|
2209
|
+
var FORCED$4 = fails$d(function () {
|
|
2210
2210
|
// eslint-disable-next-line es/no-array-string-prototype-at -- safe
|
|
2211
2211
|
return '𠮷'.at(-2) !== '\uD842';
|
|
2212
2212
|
});
|
|
@@ -2215,7 +2215,7 @@ var FORCED$4 = fails$c(function () {
|
|
|
2215
2215
|
// https://tc39.es/ecma262/#sec-string.prototype.at
|
|
2216
2216
|
$$q({ target: 'String', proto: true, forced: FORCED$4 }, {
|
|
2217
2217
|
at: function at(index) {
|
|
2218
|
-
var S = toString$
|
|
2218
|
+
var S = toString$c(requireObjectCoercible$8(this));
|
|
2219
2219
|
var len = S.length;
|
|
2220
2220
|
var relativeIndex = toIntegerOrInfinity$3(index);
|
|
2221
2221
|
var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex;
|
|
@@ -2225,10 +2225,10 @@ $$q({ target: 'String', proto: true, forced: FORCED$4 }, {
|
|
|
2225
2225
|
|
|
2226
2226
|
// TODO: Remove from `core-js@4` since it's moved to entry points
|
|
2227
2227
|
|
|
2228
|
-
var call$
|
|
2228
|
+
var call$e = functionCall;
|
|
2229
2229
|
var defineBuiltIn$4 = defineBuiltIn$9;
|
|
2230
2230
|
var regexpExec$1 = regexpExec$2;
|
|
2231
|
-
var fails$
|
|
2231
|
+
var fails$c = fails$u;
|
|
2232
2232
|
var wellKnownSymbol$d = wellKnownSymbol$m;
|
|
2233
2233
|
var createNonEnumerableProperty$2 = createNonEnumerableProperty$a;
|
|
2234
2234
|
|
|
@@ -2238,14 +2238,14 @@ var RegExpPrototype$2 = RegExp.prototype;
|
|
|
2238
2238
|
var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
|
|
2239
2239
|
var SYMBOL = wellKnownSymbol$d(KEY);
|
|
2240
2240
|
|
|
2241
|
-
var DELEGATES_TO_SYMBOL = !fails$
|
|
2241
|
+
var DELEGATES_TO_SYMBOL = !fails$c(function () {
|
|
2242
2242
|
// String methods call symbol-named RegExp methods
|
|
2243
2243
|
var O = {};
|
|
2244
2244
|
O[SYMBOL] = function () { return 7; };
|
|
2245
2245
|
return ''[KEY](O) !== 7;
|
|
2246
2246
|
});
|
|
2247
2247
|
|
|
2248
|
-
var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$
|
|
2248
|
+
var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$c(function () {
|
|
2249
2249
|
// Symbol-named RegExp methods call .exec
|
|
2250
2250
|
var execCalled = false;
|
|
2251
2251
|
var re = /a/;
|
|
@@ -2285,9 +2285,9 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
|
|
|
2285
2285
|
// The native String method already delegates to @@method (this
|
|
2286
2286
|
// polyfilled function), leasing to infinite recursion.
|
|
2287
2287
|
// We avoid it by directly calling the native @@method method.
|
|
2288
|
-
return { done: true, value: call$
|
|
2288
|
+
return { done: true, value: call$e(nativeRegExpMethod, regexp, str, arg2) };
|
|
2289
2289
|
}
|
|
2290
|
-
return { done: true, value: call$
|
|
2290
|
+
return { done: true, value: call$e(nativeMethod, str, regexp, arg2) };
|
|
2291
2291
|
}
|
|
2292
2292
|
return { done: false };
|
|
2293
2293
|
});
|
|
@@ -2299,18 +2299,18 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
|
|
|
2299
2299
|
if (SHAM) createNonEnumerableProperty$2(RegExpPrototype$2[SYMBOL], 'sham', true);
|
|
2300
2300
|
};
|
|
2301
2301
|
|
|
2302
|
-
var uncurryThis$
|
|
2302
|
+
var uncurryThis$g = functionUncurryThis;
|
|
2303
2303
|
var toIntegerOrInfinity$2 = toIntegerOrInfinity$7;
|
|
2304
|
-
var toString$
|
|
2305
|
-
var requireObjectCoercible$
|
|
2304
|
+
var toString$b = toString$g;
|
|
2305
|
+
var requireObjectCoercible$7 = requireObjectCoercible$c;
|
|
2306
2306
|
|
|
2307
|
-
var charAt$4 = uncurryThis$
|
|
2308
|
-
var charCodeAt$1 = uncurryThis$
|
|
2309
|
-
var stringSlice$
|
|
2307
|
+
var charAt$4 = uncurryThis$g(''.charAt);
|
|
2308
|
+
var charCodeAt$1 = uncurryThis$g(''.charCodeAt);
|
|
2309
|
+
var stringSlice$6 = uncurryThis$g(''.slice);
|
|
2310
2310
|
|
|
2311
2311
|
var createMethod$2 = function (CONVERT_TO_STRING) {
|
|
2312
2312
|
return function ($this, pos) {
|
|
2313
|
-
var S = toString$
|
|
2313
|
+
var S = toString$b(requireObjectCoercible$7($this));
|
|
2314
2314
|
var position = toIntegerOrInfinity$2(pos);
|
|
2315
2315
|
var size = S.length;
|
|
2316
2316
|
var first, second;
|
|
@@ -2322,7 +2322,7 @@ var createMethod$2 = function (CONVERT_TO_STRING) {
|
|
|
2322
2322
|
? charAt$4(S, position)
|
|
2323
2323
|
: first
|
|
2324
2324
|
: CONVERT_TO_STRING
|
|
2325
|
-
? stringSlice$
|
|
2325
|
+
? stringSlice$6(S, position, position + 2)
|
|
2326
2326
|
: (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
|
|
2327
2327
|
};
|
|
2328
2328
|
};
|
|
@@ -2340,17 +2340,17 @@ var charAt$3 = stringMultibyte.charAt;
|
|
|
2340
2340
|
|
|
2341
2341
|
// `AdvanceStringIndex` abstract operation
|
|
2342
2342
|
// https://tc39.es/ecma262/#sec-advancestringindex
|
|
2343
|
-
var advanceStringIndex$
|
|
2343
|
+
var advanceStringIndex$3 = function (S, index, unicode) {
|
|
2344
2344
|
return index + (unicode ? charAt$3(S, index).length : 1);
|
|
2345
2345
|
};
|
|
2346
2346
|
|
|
2347
|
-
var uncurryThis$
|
|
2347
|
+
var uncurryThis$f = functionUncurryThis;
|
|
2348
2348
|
var toObject$3 = toObject$8;
|
|
2349
2349
|
|
|
2350
2350
|
var floor = Math.floor;
|
|
2351
|
-
var charAt$2 = uncurryThis$
|
|
2352
|
-
var replace$4 = uncurryThis$
|
|
2353
|
-
var stringSlice$
|
|
2351
|
+
var charAt$2 = uncurryThis$f(''.charAt);
|
|
2352
|
+
var replace$4 = uncurryThis$f(''.replace);
|
|
2353
|
+
var stringSlice$5 = uncurryThis$f(''.slice);
|
|
2354
2354
|
// eslint-disable-next-line redos/no-vulnerable -- safe
|
|
2355
2355
|
var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
|
|
2356
2356
|
var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
|
|
@@ -2370,10 +2370,10 @@ var getSubstitution$1 = function (matched, str, position, captures, namedCapture
|
|
|
2370
2370
|
switch (charAt$2(ch, 0)) {
|
|
2371
2371
|
case '$': return '$';
|
|
2372
2372
|
case '&': return matched;
|
|
2373
|
-
case '`': return stringSlice$
|
|
2374
|
-
case "'": return stringSlice$
|
|
2373
|
+
case '`': return stringSlice$5(str, 0, position);
|
|
2374
|
+
case "'": return stringSlice$5(str, tailPos);
|
|
2375
2375
|
case '<':
|
|
2376
|
-
capture = namedCaptures[stringSlice$
|
|
2376
|
+
capture = namedCaptures[stringSlice$5(ch, 1, -1)];
|
|
2377
2377
|
break;
|
|
2378
2378
|
default: // \d\d?
|
|
2379
2379
|
var n = +ch;
|
|
@@ -2390,8 +2390,8 @@ var getSubstitution$1 = function (matched, str, position, captures, namedCapture
|
|
|
2390
2390
|
});
|
|
2391
2391
|
};
|
|
2392
2392
|
|
|
2393
|
-
var call$
|
|
2394
|
-
var anObject$
|
|
2393
|
+
var call$d = functionCall;
|
|
2394
|
+
var anObject$h = anObject$p;
|
|
2395
2395
|
var isCallable$a = isCallable$r;
|
|
2396
2396
|
var classof$7 = classofRaw$2;
|
|
2397
2397
|
var regexpExec = regexpExec$2;
|
|
@@ -2403,39 +2403,39 @@ var $TypeError$d = TypeError;
|
|
|
2403
2403
|
var regexpExecAbstract = function (R, S) {
|
|
2404
2404
|
var exec = R.exec;
|
|
2405
2405
|
if (isCallable$a(exec)) {
|
|
2406
|
-
var result = call$
|
|
2407
|
-
if (result !== null) anObject$
|
|
2406
|
+
var result = call$d(exec, R, S);
|
|
2407
|
+
if (result !== null) anObject$h(result);
|
|
2408
2408
|
return result;
|
|
2409
2409
|
}
|
|
2410
|
-
if (classof$7(R) === 'RegExp') return call$
|
|
2410
|
+
if (classof$7(R) === 'RegExp') return call$d(regexpExec, R, S);
|
|
2411
2411
|
throw new $TypeError$d('RegExp#exec called on incompatible receiver');
|
|
2412
2412
|
};
|
|
2413
2413
|
|
|
2414
2414
|
var apply$2 = functionApply;
|
|
2415
|
-
var call$
|
|
2416
|
-
var uncurryThis$
|
|
2417
|
-
var fixRegExpWellKnownSymbolLogic$
|
|
2418
|
-
var fails$
|
|
2419
|
-
var anObject$
|
|
2415
|
+
var call$c = functionCall;
|
|
2416
|
+
var uncurryThis$e = functionUncurryThis;
|
|
2417
|
+
var fixRegExpWellKnownSymbolLogic$2 = fixRegexpWellKnownSymbolLogic;
|
|
2418
|
+
var fails$b = fails$u;
|
|
2419
|
+
var anObject$g = anObject$p;
|
|
2420
2420
|
var isCallable$9 = isCallable$r;
|
|
2421
|
-
var isNullOrUndefined$
|
|
2421
|
+
var isNullOrUndefined$4 = isNullOrUndefined$7;
|
|
2422
2422
|
var toIntegerOrInfinity$1 = toIntegerOrInfinity$7;
|
|
2423
|
-
var toLength$
|
|
2424
|
-
var toString$
|
|
2425
|
-
var requireObjectCoercible$
|
|
2426
|
-
var advanceStringIndex$
|
|
2427
|
-
var getMethod$
|
|
2423
|
+
var toLength$4 = toLength$6;
|
|
2424
|
+
var toString$a = toString$g;
|
|
2425
|
+
var requireObjectCoercible$6 = requireObjectCoercible$c;
|
|
2426
|
+
var advanceStringIndex$2 = advanceStringIndex$3;
|
|
2427
|
+
var getMethod$5 = getMethod$7;
|
|
2428
2428
|
var getSubstitution = getSubstitution$1;
|
|
2429
|
-
var regExpExec$
|
|
2429
|
+
var regExpExec$2 = regexpExecAbstract;
|
|
2430
2430
|
var wellKnownSymbol$c = wellKnownSymbol$m;
|
|
2431
2431
|
|
|
2432
2432
|
var REPLACE = wellKnownSymbol$c('replace');
|
|
2433
2433
|
var max = Math.max;
|
|
2434
|
-
var min$
|
|
2435
|
-
var concat = uncurryThis$
|
|
2436
|
-
var push$
|
|
2437
|
-
var stringIndexOf$2 = uncurryThis$
|
|
2438
|
-
var stringSlice$
|
|
2434
|
+
var min$3 = Math.min;
|
|
2435
|
+
var concat = uncurryThis$e([].concat);
|
|
2436
|
+
var push$2 = uncurryThis$e([].push);
|
|
2437
|
+
var stringIndexOf$2 = uncurryThis$e(''.indexOf);
|
|
2438
|
+
var stringSlice$4 = uncurryThis$e(''.slice);
|
|
2439
2439
|
|
|
2440
2440
|
var maybeToString = function (it) {
|
|
2441
2441
|
return it === undefined ? it : String(it);
|
|
@@ -2456,7 +2456,7 @@ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
|
|
|
2456
2456
|
return false;
|
|
2457
2457
|
})();
|
|
2458
2458
|
|
|
2459
|
-
var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$
|
|
2459
|
+
var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$b(function () {
|
|
2460
2460
|
var re = /./;
|
|
2461
2461
|
re.exec = function () {
|
|
2462
2462
|
var result = [];
|
|
@@ -2468,24 +2468,24 @@ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$a(function () {
|
|
|
2468
2468
|
});
|
|
2469
2469
|
|
|
2470
2470
|
// @@replace logic
|
|
2471
|
-
fixRegExpWellKnownSymbolLogic$
|
|
2471
|
+
fixRegExpWellKnownSymbolLogic$2('replace', function (_, nativeReplace, maybeCallNative) {
|
|
2472
2472
|
var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
|
|
2473
2473
|
|
|
2474
2474
|
return [
|
|
2475
2475
|
// `String.prototype.replace` method
|
|
2476
2476
|
// https://tc39.es/ecma262/#sec-string.prototype.replace
|
|
2477
2477
|
function replace(searchValue, replaceValue) {
|
|
2478
|
-
var O = requireObjectCoercible$
|
|
2479
|
-
var replacer = isNullOrUndefined$
|
|
2478
|
+
var O = requireObjectCoercible$6(this);
|
|
2479
|
+
var replacer = isNullOrUndefined$4(searchValue) ? undefined : getMethod$5(searchValue, REPLACE);
|
|
2480
2480
|
return replacer
|
|
2481
|
-
? call$
|
|
2482
|
-
: call$
|
|
2481
|
+
? call$c(replacer, searchValue, O, replaceValue)
|
|
2482
|
+
: call$c(nativeReplace, toString$a(O), searchValue, replaceValue);
|
|
2483
2483
|
},
|
|
2484
2484
|
// `RegExp.prototype[@@replace]` method
|
|
2485
2485
|
// https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
|
|
2486
2486
|
function (string, replaceValue) {
|
|
2487
|
-
var rx = anObject$
|
|
2488
|
-
var S = toString$
|
|
2487
|
+
var rx = anObject$g(this);
|
|
2488
|
+
var S = toString$a(string);
|
|
2489
2489
|
|
|
2490
2490
|
if (
|
|
2491
2491
|
typeof replaceValue == 'string' &&
|
|
@@ -2497,7 +2497,7 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
|
|
|
2497
2497
|
}
|
|
2498
2498
|
|
|
2499
2499
|
var functionalReplace = isCallable$9(replaceValue);
|
|
2500
|
-
if (!functionalReplace) replaceValue = toString$
|
|
2500
|
+
if (!functionalReplace) replaceValue = toString$a(replaceValue);
|
|
2501
2501
|
|
|
2502
2502
|
var global = rx.global;
|
|
2503
2503
|
var fullUnicode;
|
|
@@ -2509,14 +2509,14 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
|
|
|
2509
2509
|
var results = [];
|
|
2510
2510
|
var result;
|
|
2511
2511
|
while (true) {
|
|
2512
|
-
result = regExpExec$
|
|
2512
|
+
result = regExpExec$2(rx, S);
|
|
2513
2513
|
if (result === null) break;
|
|
2514
2514
|
|
|
2515
|
-
push$
|
|
2515
|
+
push$2(results, result);
|
|
2516
2516
|
if (!global) break;
|
|
2517
2517
|
|
|
2518
|
-
var matchStr = toString$
|
|
2519
|
-
if (matchStr === '') rx.lastIndex = advanceStringIndex$
|
|
2518
|
+
var matchStr = toString$a(result[0]);
|
|
2519
|
+
if (matchStr === '') rx.lastIndex = advanceStringIndex$2(S, toLength$4(rx.lastIndex), fullUnicode);
|
|
2520
2520
|
}
|
|
2521
2521
|
|
|
2522
2522
|
var accumulatedResult = '';
|
|
@@ -2524,8 +2524,8 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
|
|
|
2524
2524
|
for (var i = 0; i < results.length; i++) {
|
|
2525
2525
|
result = results[i];
|
|
2526
2526
|
|
|
2527
|
-
var matched = toString$
|
|
2528
|
-
var position = max(min$
|
|
2527
|
+
var matched = toString$a(result[0]);
|
|
2528
|
+
var position = max(min$3(toIntegerOrInfinity$1(result.index), S.length), 0);
|
|
2529
2529
|
var captures = [];
|
|
2530
2530
|
var replacement;
|
|
2531
2531
|
// NOTE: This is equivalent to
|
|
@@ -2533,34 +2533,34 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
|
|
|
2533
2533
|
// but for some reason `nativeSlice.call(result, 1, result.length)` (called in
|
|
2534
2534
|
// the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
|
|
2535
2535
|
// causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
|
|
2536
|
-
for (var j = 1; j < result.length; j++) push$
|
|
2536
|
+
for (var j = 1; j < result.length; j++) push$2(captures, maybeToString(result[j]));
|
|
2537
2537
|
var namedCaptures = result.groups;
|
|
2538
2538
|
if (functionalReplace) {
|
|
2539
2539
|
var replacerArgs = concat([matched], captures, position, S);
|
|
2540
|
-
if (namedCaptures !== undefined) push$
|
|
2541
|
-
replacement = toString$
|
|
2540
|
+
if (namedCaptures !== undefined) push$2(replacerArgs, namedCaptures);
|
|
2541
|
+
replacement = toString$a(apply$2(replaceValue, undefined, replacerArgs));
|
|
2542
2542
|
} else {
|
|
2543
2543
|
replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
|
|
2544
2544
|
}
|
|
2545
2545
|
if (position >= nextSourcePosition) {
|
|
2546
|
-
accumulatedResult += stringSlice$
|
|
2546
|
+
accumulatedResult += stringSlice$4(S, nextSourcePosition, position) + replacement;
|
|
2547
2547
|
nextSourcePosition = position + matched.length;
|
|
2548
2548
|
}
|
|
2549
2549
|
}
|
|
2550
2550
|
|
|
2551
|
-
return accumulatedResult + stringSlice$
|
|
2551
|
+
return accumulatedResult + stringSlice$4(S, nextSourcePosition);
|
|
2552
2552
|
}
|
|
2553
2553
|
];
|
|
2554
2554
|
}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
|
|
2555
2555
|
|
|
2556
2556
|
var classofRaw = classofRaw$2;
|
|
2557
|
-
var uncurryThis$
|
|
2557
|
+
var uncurryThis$d = functionUncurryThis;
|
|
2558
2558
|
|
|
2559
2559
|
var functionUncurryThisClause = function (fn) {
|
|
2560
2560
|
// Nashorn bug:
|
|
2561
2561
|
// https://github.com/zloirock/core-js/issues/1128
|
|
2562
2562
|
// https://github.com/zloirock/core-js/issues/1130
|
|
2563
|
-
if (classofRaw(fn) === 'Function') return uncurryThis$
|
|
2563
|
+
if (classofRaw(fn) === 'Function') return uncurryThis$d(fn);
|
|
2564
2564
|
};
|
|
2565
2565
|
|
|
2566
2566
|
var isObject$3 = isObject$e;
|
|
@@ -2603,16 +2603,16 @@ var correctIsRegexpLogic = function (METHOD_NAME) {
|
|
|
2603
2603
|
};
|
|
2604
2604
|
|
|
2605
2605
|
var $$p = _export;
|
|
2606
|
-
var uncurryThis$
|
|
2606
|
+
var uncurryThis$c = functionUncurryThisClause;
|
|
2607
2607
|
var getOwnPropertyDescriptor$3 = objectGetOwnPropertyDescriptor.f;
|
|
2608
|
-
var toLength$
|
|
2609
|
-
var toString$
|
|
2608
|
+
var toLength$3 = toLength$6;
|
|
2609
|
+
var toString$9 = toString$g;
|
|
2610
2610
|
var notARegExp$2 = notARegexp;
|
|
2611
|
-
var requireObjectCoercible$
|
|
2611
|
+
var requireObjectCoercible$5 = requireObjectCoercible$c;
|
|
2612
2612
|
var correctIsRegExpLogic$2 = correctIsRegexpLogic;
|
|
2613
2613
|
|
|
2614
|
-
var stringSlice$
|
|
2615
|
-
var min$
|
|
2614
|
+
var stringSlice$3 = uncurryThis$c(''.slice);
|
|
2615
|
+
var min$2 = Math.min;
|
|
2616
2616
|
|
|
2617
2617
|
var CORRECT_IS_REGEXP_LOGIC$1 = correctIsRegExpLogic$2('startsWith');
|
|
2618
2618
|
// https://github.com/zloirock/core-js/pull/702
|
|
@@ -2625,11 +2625,11 @@ var MDN_POLYFILL_BUG$1 = !CORRECT_IS_REGEXP_LOGIC$1 && !!function () {
|
|
|
2625
2625
|
// https://tc39.es/ecma262/#sec-string.prototype.startswith
|
|
2626
2626
|
$$p({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS_REGEXP_LOGIC$1 }, {
|
|
2627
2627
|
startsWith: function startsWith(searchString /* , position = 0 */) {
|
|
2628
|
-
var that = toString$
|
|
2628
|
+
var that = toString$9(requireObjectCoercible$5(this));
|
|
2629
2629
|
notARegExp$2(searchString);
|
|
2630
|
-
var index = toLength$
|
|
2631
|
-
var search = toString$
|
|
2632
|
-
return stringSlice$
|
|
2630
|
+
var index = toLength$3(min$2(arguments.length > 1 ? arguments[1] : undefined, that.length));
|
|
2631
|
+
var search = toString$9(searchString);
|
|
2632
|
+
return stringSlice$3(that, index, index + search.length) === search;
|
|
2633
2633
|
}
|
|
2634
2634
|
});
|
|
2635
2635
|
|
|
@@ -2663,12 +2663,12 @@ var createProperty$2 = function (object, key, value) {
|
|
|
2663
2663
|
var $$o = _export;
|
|
2664
2664
|
var global$b = global$q;
|
|
2665
2665
|
var anInstance$1 = anInstance$2;
|
|
2666
|
-
var anObject$
|
|
2666
|
+
var anObject$f = anObject$p;
|
|
2667
2667
|
var isCallable$8 = isCallable$r;
|
|
2668
2668
|
var getPrototypeOf = objectGetPrototypeOf;
|
|
2669
2669
|
var defineBuiltInAccessor$3 = defineBuiltInAccessor$4;
|
|
2670
2670
|
var createProperty$1 = createProperty$2;
|
|
2671
|
-
var fails$
|
|
2671
|
+
var fails$a = fails$u;
|
|
2672
2672
|
var hasOwn$3 = hasOwnProperty_1;
|
|
2673
2673
|
var wellKnownSymbol$9 = wellKnownSymbol$m;
|
|
2674
2674
|
var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
|
|
@@ -2685,7 +2685,7 @@ var NativeIterator = global$b[ITERATOR$4];
|
|
|
2685
2685
|
var FORCED$3 = !isCallable$8(NativeIterator)
|
|
2686
2686
|
|| NativeIterator.prototype !== IteratorPrototype$1
|
|
2687
2687
|
// FF44- non-standard `Iterator` passes previous tests
|
|
2688
|
-
|| !fails$
|
|
2688
|
+
|| !fails$a(function () { NativeIterator({}); });
|
|
2689
2689
|
|
|
2690
2690
|
var IteratorConstructor = function Iterator() {
|
|
2691
2691
|
anInstance$1(this, IteratorPrototype$1);
|
|
@@ -2700,7 +2700,7 @@ var defineIteratorPrototypeAccessor = function (key, value) {
|
|
|
2700
2700
|
return value;
|
|
2701
2701
|
},
|
|
2702
2702
|
set: function (replacement) {
|
|
2703
|
-
anObject$
|
|
2703
|
+
anObject$f(this);
|
|
2704
2704
|
if (this === IteratorPrototype$1) throw new $TypeError$a("You can't redefine this property");
|
|
2705
2705
|
if (hasOwn$3(this, key)) this[key] = replacement;
|
|
2706
2706
|
else createProperty$1(this, key, replacement);
|
|
@@ -2723,11 +2723,11 @@ $$o({ global: true, constructor: true, forced: FORCED$3 }, {
|
|
|
2723
2723
|
Iterator: IteratorConstructor
|
|
2724
2724
|
});
|
|
2725
2725
|
|
|
2726
|
-
var uncurryThis$
|
|
2726
|
+
var uncurryThis$b = functionUncurryThisClause;
|
|
2727
2727
|
var aCallable$d = aCallable$g;
|
|
2728
2728
|
var NATIVE_BIND = functionBindNative;
|
|
2729
2729
|
|
|
2730
|
-
var bind$5 = uncurryThis$
|
|
2730
|
+
var bind$5 = uncurryThis$b(uncurryThis$b.bind);
|
|
2731
2731
|
|
|
2732
2732
|
// optional / simple context binding
|
|
2733
2733
|
var functionBindContext = function (fn, that) {
|
|
@@ -2749,22 +2749,22 @@ var isArrayIteratorMethod$1 = function (it) {
|
|
|
2749
2749
|
};
|
|
2750
2750
|
|
|
2751
2751
|
var classof$5 = classof$9;
|
|
2752
|
-
var getMethod$
|
|
2753
|
-
var isNullOrUndefined$
|
|
2752
|
+
var getMethod$4 = getMethod$7;
|
|
2753
|
+
var isNullOrUndefined$3 = isNullOrUndefined$7;
|
|
2754
2754
|
var Iterators = iterators;
|
|
2755
2755
|
var wellKnownSymbol$7 = wellKnownSymbol$m;
|
|
2756
2756
|
|
|
2757
2757
|
var ITERATOR$2 = wellKnownSymbol$7('iterator');
|
|
2758
2758
|
|
|
2759
2759
|
var getIteratorMethod$2 = function (it) {
|
|
2760
|
-
if (!isNullOrUndefined$
|
|
2761
|
-
|| getMethod$
|
|
2760
|
+
if (!isNullOrUndefined$3(it)) return getMethod$4(it, ITERATOR$2)
|
|
2761
|
+
|| getMethod$4(it, '@@iterator')
|
|
2762
2762
|
|| Iterators[classof$5(it)];
|
|
2763
2763
|
};
|
|
2764
2764
|
|
|
2765
|
-
var call$
|
|
2765
|
+
var call$b = functionCall;
|
|
2766
2766
|
var aCallable$c = aCallable$g;
|
|
2767
|
-
var anObject$
|
|
2767
|
+
var anObject$e = anObject$p;
|
|
2768
2768
|
var tryToString$2 = tryToString$4;
|
|
2769
2769
|
var getIteratorMethod$1 = getIteratorMethod$2;
|
|
2770
2770
|
|
|
@@ -2772,37 +2772,37 @@ var $TypeError$9 = TypeError;
|
|
|
2772
2772
|
|
|
2773
2773
|
var getIterator$1 = function (argument, usingIterator) {
|
|
2774
2774
|
var iteratorMethod = arguments.length < 2 ? getIteratorMethod$1(argument) : usingIterator;
|
|
2775
|
-
if (aCallable$c(iteratorMethod)) return anObject$
|
|
2775
|
+
if (aCallable$c(iteratorMethod)) return anObject$e(call$b(iteratorMethod, argument));
|
|
2776
2776
|
throw new $TypeError$9(tryToString$2(argument) + ' is not iterable');
|
|
2777
2777
|
};
|
|
2778
2778
|
|
|
2779
|
-
var call$
|
|
2780
|
-
var anObject$
|
|
2781
|
-
var getMethod$
|
|
2779
|
+
var call$a = functionCall;
|
|
2780
|
+
var anObject$d = anObject$p;
|
|
2781
|
+
var getMethod$3 = getMethod$7;
|
|
2782
2782
|
|
|
2783
2783
|
var iteratorClose$3 = function (iterator, kind, value) {
|
|
2784
2784
|
var innerResult, innerError;
|
|
2785
|
-
anObject$
|
|
2785
|
+
anObject$d(iterator);
|
|
2786
2786
|
try {
|
|
2787
|
-
innerResult = getMethod$
|
|
2787
|
+
innerResult = getMethod$3(iterator, 'return');
|
|
2788
2788
|
if (!innerResult) {
|
|
2789
2789
|
if (kind === 'throw') throw value;
|
|
2790
2790
|
return value;
|
|
2791
2791
|
}
|
|
2792
|
-
innerResult = call$
|
|
2792
|
+
innerResult = call$a(innerResult, iterator);
|
|
2793
2793
|
} catch (error) {
|
|
2794
2794
|
innerError = true;
|
|
2795
2795
|
innerResult = error;
|
|
2796
2796
|
}
|
|
2797
2797
|
if (kind === 'throw') throw value;
|
|
2798
2798
|
if (innerError) throw innerResult;
|
|
2799
|
-
anObject$
|
|
2799
|
+
anObject$d(innerResult);
|
|
2800
2800
|
return value;
|
|
2801
2801
|
};
|
|
2802
2802
|
|
|
2803
2803
|
var bind$4 = functionBindContext;
|
|
2804
|
-
var call$
|
|
2805
|
-
var anObject$
|
|
2804
|
+
var call$9 = functionCall;
|
|
2805
|
+
var anObject$c = anObject$p;
|
|
2806
2806
|
var tryToString$1 = tryToString$4;
|
|
2807
2807
|
var isArrayIteratorMethod = isArrayIteratorMethod$1;
|
|
2808
2808
|
var lengthOfArrayLike$4 = lengthOfArrayLike$7;
|
|
@@ -2836,7 +2836,7 @@ var iterate$8 = function (iterable, unboundFunction, options) {
|
|
|
2836
2836
|
|
|
2837
2837
|
var callFn = function (value) {
|
|
2838
2838
|
if (AS_ENTRIES) {
|
|
2839
|
-
anObject$
|
|
2839
|
+
anObject$c(value);
|
|
2840
2840
|
return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);
|
|
2841
2841
|
} return INTERRUPTED ? fn(value, stop) : fn(value);
|
|
2842
2842
|
};
|
|
@@ -2859,7 +2859,7 @@ var iterate$8 = function (iterable, unboundFunction, options) {
|
|
|
2859
2859
|
}
|
|
2860
2860
|
|
|
2861
2861
|
next = IS_RECORD ? iterable.next : iterator.next;
|
|
2862
|
-
while (!(step = call$
|
|
2862
|
+
while (!(step = call$9(next, iterator)).done) {
|
|
2863
2863
|
try {
|
|
2864
2864
|
result = callFn(step.value);
|
|
2865
2865
|
} catch (error) {
|
|
@@ -2882,14 +2882,14 @@ var getIteratorDirect$7 = function (obj) {
|
|
|
2882
2882
|
var $$n = _export;
|
|
2883
2883
|
var iterate$7 = iterate$8;
|
|
2884
2884
|
var aCallable$b = aCallable$g;
|
|
2885
|
-
var anObject$
|
|
2885
|
+
var anObject$b = anObject$p;
|
|
2886
2886
|
var getIteratorDirect$6 = getIteratorDirect$7;
|
|
2887
2887
|
|
|
2888
2888
|
// `Iterator.prototype.find` method
|
|
2889
2889
|
// https://github.com/tc39/proposal-iterator-helpers
|
|
2890
2890
|
$$n({ target: 'Iterator', proto: true, real: true }, {
|
|
2891
2891
|
find: function find(predicate) {
|
|
2892
|
-
anObject$
|
|
2892
|
+
anObject$b(this);
|
|
2893
2893
|
aCallable$b(predicate);
|
|
2894
2894
|
var record = getIteratorDirect$6(this);
|
|
2895
2895
|
var counter = 0;
|
|
@@ -2902,14 +2902,14 @@ $$n({ target: 'Iterator', proto: true, real: true }, {
|
|
|
2902
2902
|
var $$m = _export;
|
|
2903
2903
|
var iterate$6 = iterate$8;
|
|
2904
2904
|
var aCallable$a = aCallable$g;
|
|
2905
|
-
var anObject$
|
|
2905
|
+
var anObject$a = anObject$p;
|
|
2906
2906
|
var getIteratorDirect$5 = getIteratorDirect$7;
|
|
2907
2907
|
|
|
2908
2908
|
// `Iterator.prototype.forEach` method
|
|
2909
2909
|
// https://github.com/tc39/proposal-iterator-helpers
|
|
2910
2910
|
$$m({ target: 'Iterator', proto: true, real: true }, {
|
|
2911
2911
|
forEach: function forEach(fn) {
|
|
2912
|
-
anObject$
|
|
2912
|
+
anObject$a(this);
|
|
2913
2913
|
aCallable$a(fn);
|
|
2914
2914
|
var record = getIteratorDirect$5(this);
|
|
2915
2915
|
var counter = 0;
|
|
@@ -2926,13 +2926,13 @@ var defineBuiltIns$1 = function (target, src, options) {
|
|
|
2926
2926
|
return target;
|
|
2927
2927
|
};
|
|
2928
2928
|
|
|
2929
|
-
var call$
|
|
2929
|
+
var call$8 = functionCall;
|
|
2930
2930
|
var create$1 = objectCreate;
|
|
2931
2931
|
var createNonEnumerableProperty$1 = createNonEnumerableProperty$a;
|
|
2932
2932
|
var defineBuiltIns = defineBuiltIns$1;
|
|
2933
2933
|
var wellKnownSymbol$6 = wellKnownSymbol$m;
|
|
2934
2934
|
var InternalStateModule$1 = internalState;
|
|
2935
|
-
var getMethod$
|
|
2935
|
+
var getMethod$2 = getMethod$7;
|
|
2936
2936
|
var IteratorPrototype = iteratorsCore.IteratorPrototype;
|
|
2937
2937
|
var createIterResultObject = createIterResultObject$2;
|
|
2938
2938
|
var iteratorClose$1 = iteratorClose$3;
|
|
@@ -2965,8 +2965,8 @@ var createIteratorProxyPrototype = function (IS_ITERATOR) {
|
|
|
2965
2965
|
var iterator = state.iterator;
|
|
2966
2966
|
state.done = true;
|
|
2967
2967
|
if (IS_ITERATOR) {
|
|
2968
|
-
var returnMethod = getMethod$
|
|
2969
|
-
return returnMethod ? call$
|
|
2968
|
+
var returnMethod = getMethod$2(iterator, 'return');
|
|
2969
|
+
return returnMethod ? call$8(returnMethod, iterator) : createIterResultObject(undefined, true);
|
|
2970
2970
|
}
|
|
2971
2971
|
if (state.inner) try {
|
|
2972
2972
|
iteratorClose$1(state.inner.iterator, 'normal');
|
|
@@ -3002,28 +3002,28 @@ var iteratorCreateProxy = function (nextHandler, IS_ITERATOR) {
|
|
|
3002
3002
|
return IteratorProxy;
|
|
3003
3003
|
};
|
|
3004
3004
|
|
|
3005
|
-
var anObject$
|
|
3005
|
+
var anObject$9 = anObject$p;
|
|
3006
3006
|
var iteratorClose = iteratorClose$3;
|
|
3007
3007
|
|
|
3008
3008
|
// call something on iterator step with safe closing on error
|
|
3009
3009
|
var callWithSafeIterationClosing$2 = function (iterator, fn, value, ENTRIES) {
|
|
3010
3010
|
try {
|
|
3011
|
-
return ENTRIES ? fn(anObject$
|
|
3011
|
+
return ENTRIES ? fn(anObject$9(value)[0], value[1]) : fn(value);
|
|
3012
3012
|
} catch (error) {
|
|
3013
3013
|
iteratorClose(iterator, 'throw', error);
|
|
3014
3014
|
}
|
|
3015
3015
|
};
|
|
3016
3016
|
|
|
3017
|
-
var call$
|
|
3017
|
+
var call$7 = functionCall;
|
|
3018
3018
|
var aCallable$9 = aCallable$g;
|
|
3019
|
-
var anObject$
|
|
3019
|
+
var anObject$8 = anObject$p;
|
|
3020
3020
|
var getIteratorDirect$4 = getIteratorDirect$7;
|
|
3021
3021
|
var createIteratorProxy$1 = iteratorCreateProxy;
|
|
3022
3022
|
var callWithSafeIterationClosing$1 = callWithSafeIterationClosing$2;
|
|
3023
3023
|
|
|
3024
3024
|
var IteratorProxy$1 = createIteratorProxy$1(function () {
|
|
3025
3025
|
var iterator = this.iterator;
|
|
3026
|
-
var result = anObject$
|
|
3026
|
+
var result = anObject$8(call$7(this.next, iterator));
|
|
3027
3027
|
var done = this.done = !!result.done;
|
|
3028
3028
|
if (!done) return callWithSafeIterationClosing$1(iterator, this.mapper, [result.value, this.counter++], true);
|
|
3029
3029
|
});
|
|
@@ -3031,7 +3031,7 @@ var IteratorProxy$1 = createIteratorProxy$1(function () {
|
|
|
3031
3031
|
// `Iterator.prototype.map` method
|
|
3032
3032
|
// https://github.com/tc39/proposal-iterator-helpers
|
|
3033
3033
|
var iteratorMap = function map(mapper) {
|
|
3034
|
-
anObject$
|
|
3034
|
+
anObject$8(this);
|
|
3035
3035
|
aCallable$9(mapper);
|
|
3036
3036
|
return new IteratorProxy$1(getIteratorDirect$4(this), {
|
|
3037
3037
|
mapper: mapper
|
|
@@ -3257,9 +3257,9 @@ const convertToSentenceCase = input => {
|
|
|
3257
3257
|
};
|
|
3258
3258
|
|
|
3259
3259
|
var $$k = _export;
|
|
3260
|
-
var call$
|
|
3260
|
+
var call$6 = functionCall;
|
|
3261
3261
|
var aCallable$8 = aCallable$g;
|
|
3262
|
-
var anObject$
|
|
3262
|
+
var anObject$7 = anObject$p;
|
|
3263
3263
|
var getIteratorDirect$3 = getIteratorDirect$7;
|
|
3264
3264
|
var createIteratorProxy = iteratorCreateProxy;
|
|
3265
3265
|
var callWithSafeIterationClosing = callWithSafeIterationClosing$2;
|
|
@@ -3271,7 +3271,7 @@ var IteratorProxy = createIteratorProxy(function () {
|
|
|
3271
3271
|
var next = this.next;
|
|
3272
3272
|
var result, done, value;
|
|
3273
3273
|
while (true) {
|
|
3274
|
-
result = anObject$
|
|
3274
|
+
result = anObject$7(call$6(next, iterator));
|
|
3275
3275
|
done = this.done = !!result.done;
|
|
3276
3276
|
if (done) return;
|
|
3277
3277
|
value = result.value;
|
|
@@ -3283,7 +3283,7 @@ var IteratorProxy = createIteratorProxy(function () {
|
|
|
3283
3283
|
// https://github.com/tc39/proposal-iterator-helpers
|
|
3284
3284
|
$$k({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
|
|
3285
3285
|
filter: function filter(predicate) {
|
|
3286
|
-
anObject$
|
|
3286
|
+
anObject$7(this);
|
|
3287
3287
|
aCallable$8(predicate);
|
|
3288
3288
|
return new IteratorProxy(getIteratorDirect$3(this), {
|
|
3289
3289
|
predicate: predicate
|
|
@@ -3614,9 +3614,9 @@ var toObject$2 = toObject$8;
|
|
|
3614
3614
|
var lengthOfArrayLike$3 = lengthOfArrayLike$7;
|
|
3615
3615
|
var setArrayLength = arraySetLength;
|
|
3616
3616
|
var doesNotExceedSafeInteger$1 = doesNotExceedSafeInteger$2;
|
|
3617
|
-
var fails$
|
|
3617
|
+
var fails$9 = fails$u;
|
|
3618
3618
|
|
|
3619
|
-
var INCORRECT_TO_LENGTH = fails$
|
|
3619
|
+
var INCORRECT_TO_LENGTH = fails$9(function () {
|
|
3620
3620
|
return [].push.call({ length: 0x100000000 }, 1) !== 4294967297;
|
|
3621
3621
|
});
|
|
3622
3622
|
|
|
@@ -3688,11 +3688,11 @@ function registerReducer(state, action) {
|
|
|
3688
3688
|
|
|
3689
3689
|
var $$i = _export;
|
|
3690
3690
|
var $includes = arrayIncludes.includes;
|
|
3691
|
-
var fails$
|
|
3691
|
+
var fails$8 = fails$u;
|
|
3692
3692
|
var addToUnscopables$1 = addToUnscopables$4;
|
|
3693
3693
|
|
|
3694
3694
|
// FF99+ bug
|
|
3695
|
-
var BROKEN_ON_SPARSE = fails$
|
|
3695
|
+
var BROKEN_ON_SPARSE = fails$8(function () {
|
|
3696
3696
|
// eslint-disable-next-line es/no-array-prototype-includes -- detection
|
|
3697
3697
|
return !Array(1).includes();
|
|
3698
3698
|
});
|
|
@@ -3708,17 +3708,17 @@ $$i({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
|
|
|
3708
3708
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
3709
3709
|
addToUnscopables$1('includes');
|
|
3710
3710
|
|
|
3711
|
-
var uncurryThis$
|
|
3711
|
+
var uncurryThis$a = functionUncurryThis;
|
|
3712
3712
|
|
|
3713
|
-
var arraySlice$2 = uncurryThis$
|
|
3713
|
+
var arraySlice$2 = uncurryThis$a([].slice);
|
|
3714
3714
|
|
|
3715
|
-
var uncurryThis$
|
|
3715
|
+
var uncurryThis$9 = functionUncurryThis;
|
|
3716
3716
|
var isArray$2 = isArray$4;
|
|
3717
3717
|
var isCallable$7 = isCallable$r;
|
|
3718
3718
|
var classof$3 = classofRaw$2;
|
|
3719
|
-
var toString$
|
|
3719
|
+
var toString$8 = toString$g;
|
|
3720
3720
|
|
|
3721
|
-
var push = uncurryThis$
|
|
3721
|
+
var push$1 = uncurryThis$9([].push);
|
|
3722
3722
|
|
|
3723
3723
|
var getJsonReplacerFunction = function (replacer) {
|
|
3724
3724
|
if (isCallable$7(replacer)) return replacer;
|
|
@@ -3727,8 +3727,8 @@ var getJsonReplacerFunction = function (replacer) {
|
|
|
3727
3727
|
var keys = [];
|
|
3728
3728
|
for (var i = 0; i < rawLength; i++) {
|
|
3729
3729
|
var element = replacer[i];
|
|
3730
|
-
if (typeof element == 'string') push(keys, element);
|
|
3731
|
-
else if (typeof element == 'number' || classof$3(element) === 'Number' || classof$3(element) === 'String') push(keys, toString$
|
|
3730
|
+
if (typeof element == 'string') push$1(keys, element);
|
|
3731
|
+
else if (typeof element == 'number' || classof$3(element) === 'Number' || classof$3(element) === 'String') push$1(keys, toString$8(element));
|
|
3732
3732
|
}
|
|
3733
3733
|
var keysLength = keys.length;
|
|
3734
3734
|
var root = true;
|
|
@@ -3745,9 +3745,9 @@ var getJsonReplacerFunction = function (replacer) {
|
|
|
3745
3745
|
var $$h = _export;
|
|
3746
3746
|
var getBuiltIn$4 = getBuiltIn$9;
|
|
3747
3747
|
var apply$1 = functionApply;
|
|
3748
|
-
var call$
|
|
3749
|
-
var uncurryThis$
|
|
3750
|
-
var fails$
|
|
3748
|
+
var call$5 = functionCall;
|
|
3749
|
+
var uncurryThis$8 = functionUncurryThis;
|
|
3750
|
+
var fails$7 = fails$u;
|
|
3751
3751
|
var isCallable$6 = isCallable$r;
|
|
3752
3752
|
var isSymbol = isSymbol$3;
|
|
3753
3753
|
var arraySlice$1 = arraySlice$2;
|
|
@@ -3756,17 +3756,17 @@ var NATIVE_SYMBOL$1 = symbolConstructorDetection;
|
|
|
3756
3756
|
|
|
3757
3757
|
var $String = String;
|
|
3758
3758
|
var $stringify = getBuiltIn$4('JSON', 'stringify');
|
|
3759
|
-
var exec$3 = uncurryThis$
|
|
3760
|
-
var charAt$1 = uncurryThis$
|
|
3761
|
-
var charCodeAt = uncurryThis$
|
|
3762
|
-
var replace$3 = uncurryThis$
|
|
3763
|
-
var numberToString = uncurryThis$
|
|
3759
|
+
var exec$3 = uncurryThis$8(/./.exec);
|
|
3760
|
+
var charAt$1 = uncurryThis$8(''.charAt);
|
|
3761
|
+
var charCodeAt = uncurryThis$8(''.charCodeAt);
|
|
3762
|
+
var replace$3 = uncurryThis$8(''.replace);
|
|
3763
|
+
var numberToString = uncurryThis$8(1.0.toString);
|
|
3764
3764
|
|
|
3765
3765
|
var tester = /[\uD800-\uDFFF]/g;
|
|
3766
3766
|
var low = /^[\uD800-\uDBFF]$/;
|
|
3767
3767
|
var hi = /^[\uDC00-\uDFFF]$/;
|
|
3768
3768
|
|
|
3769
|
-
var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$
|
|
3769
|
+
var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$7(function () {
|
|
3770
3770
|
var symbol = getBuiltIn$4('Symbol')('stringify detection');
|
|
3771
3771
|
// MS Edge converts symbol values to JSON as {}
|
|
3772
3772
|
return $stringify([symbol]) !== '[null]'
|
|
@@ -3777,7 +3777,7 @@ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$6(function () {
|
|
|
3777
3777
|
});
|
|
3778
3778
|
|
|
3779
3779
|
// https://github.com/tc39/proposal-well-formed-stringify
|
|
3780
|
-
var ILL_FORMED_UNICODE = fails$
|
|
3780
|
+
var ILL_FORMED_UNICODE = fails$7(function () {
|
|
3781
3781
|
return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
|
|
3782
3782
|
|| $stringify('\uDEAD') !== '"\\udead"';
|
|
3783
3783
|
});
|
|
@@ -3788,7 +3788,7 @@ var stringifyWithSymbolsFix = function (it, replacer) {
|
|
|
3788
3788
|
if (!isCallable$6($replacer) && (it === undefined || isSymbol(it))) return; // IE8 returns string on undefined
|
|
3789
3789
|
args[1] = function (key, value) {
|
|
3790
3790
|
// some old implementations (like WebKit) could pass numbers as keys
|
|
3791
|
-
if (isCallable$6($replacer)) value = call$
|
|
3791
|
+
if (isCallable$6($replacer)) value = call$5($replacer, this, $String(key), value);
|
|
3792
3792
|
if (!isSymbol(value)) return value;
|
|
3793
3793
|
};
|
|
3794
3794
|
return apply$1($stringify, null, args);
|
|
@@ -3838,8 +3838,8 @@ var setSpecies$2 = function (CONSTRUCTOR_NAME) {
|
|
|
3838
3838
|
}
|
|
3839
3839
|
};
|
|
3840
3840
|
|
|
3841
|
-
var uncurryThis$
|
|
3842
|
-
var fails$
|
|
3841
|
+
var uncurryThis$7 = functionUncurryThis;
|
|
3842
|
+
var fails$6 = fails$u;
|
|
3843
3843
|
var isCallable$5 = isCallable$r;
|
|
3844
3844
|
var classof$1 = classof$9;
|
|
3845
3845
|
var getBuiltIn$2 = getBuiltIn$9;
|
|
@@ -3848,7 +3848,7 @@ var inspectSource$1 = inspectSource$3;
|
|
|
3848
3848
|
var noop = function () { /* empty */ };
|
|
3849
3849
|
var construct = getBuiltIn$2('Reflect', 'construct');
|
|
3850
3850
|
var constructorRegExp = /^\s*(?:class|function)\b/;
|
|
3851
|
-
var exec$2 = uncurryThis$
|
|
3851
|
+
var exec$2 = uncurryThis$7(constructorRegExp.exec);
|
|
3852
3852
|
var INCORRECT_TO_STRING = !constructorRegExp.test(noop);
|
|
3853
3853
|
|
|
3854
3854
|
var isConstructorModern = function isConstructor(argument) {
|
|
@@ -3882,7 +3882,7 @@ isConstructorLegacy.sham = true;
|
|
|
3882
3882
|
|
|
3883
3883
|
// `IsConstructor` abstract operation
|
|
3884
3884
|
// https://tc39.es/ecma262/#sec-isconstructor
|
|
3885
|
-
var isConstructor$2 = !construct || fails$
|
|
3885
|
+
var isConstructor$2 = !construct || fails$6(function () {
|
|
3886
3886
|
var called;
|
|
3887
3887
|
return isConstructorModern(isConstructorModern.call)
|
|
3888
3888
|
|| !isConstructorModern(Object)
|
|
@@ -3901,19 +3901,19 @@ var aConstructor$1 = function (argument) {
|
|
|
3901
3901
|
throw new $TypeError$5(tryToString(argument) + ' is not a constructor');
|
|
3902
3902
|
};
|
|
3903
3903
|
|
|
3904
|
-
var anObject$
|
|
3904
|
+
var anObject$6 = anObject$p;
|
|
3905
3905
|
var aConstructor = aConstructor$1;
|
|
3906
|
-
var isNullOrUndefined$
|
|
3906
|
+
var isNullOrUndefined$2 = isNullOrUndefined$7;
|
|
3907
3907
|
var wellKnownSymbol$4 = wellKnownSymbol$m;
|
|
3908
3908
|
|
|
3909
3909
|
var SPECIES$2 = wellKnownSymbol$4('species');
|
|
3910
3910
|
|
|
3911
3911
|
// `SpeciesConstructor` abstract operation
|
|
3912
3912
|
// https://tc39.es/ecma262/#sec-speciesconstructor
|
|
3913
|
-
var speciesConstructor$
|
|
3914
|
-
var C = anObject$
|
|
3913
|
+
var speciesConstructor$2 = function (O, defaultConstructor) {
|
|
3914
|
+
var C = anObject$6(O).constructor;
|
|
3915
3915
|
var S;
|
|
3916
|
-
return C === undefined || isNullOrUndefined$
|
|
3916
|
+
return C === undefined || isNullOrUndefined$2(S = anObject$6(C)[SPECIES$2]) ? defaultConstructor : aConstructor(S);
|
|
3917
3917
|
};
|
|
3918
3918
|
|
|
3919
3919
|
var $TypeError$4 = TypeError;
|
|
@@ -3933,7 +3933,7 @@ var apply = functionApply;
|
|
|
3933
3933
|
var bind$3 = functionBindContext;
|
|
3934
3934
|
var isCallable$4 = isCallable$r;
|
|
3935
3935
|
var hasOwn$2 = hasOwnProperty_1;
|
|
3936
|
-
var fails$
|
|
3936
|
+
var fails$5 = fails$u;
|
|
3937
3937
|
var html = html$2;
|
|
3938
3938
|
var arraySlice = arraySlice$2;
|
|
3939
3939
|
var createElement = documentCreateElement$2;
|
|
@@ -3953,7 +3953,7 @@ var queue$2 = {};
|
|
|
3953
3953
|
var ONREADYSTATECHANGE = 'onreadystatechange';
|
|
3954
3954
|
var $location, defer, channel, port;
|
|
3955
3955
|
|
|
3956
|
-
fails$
|
|
3956
|
+
fails$5(function () {
|
|
3957
3957
|
// Deno throws a ReferenceError on `location` access without `--location` flag
|
|
3958
3958
|
$location = global$9.location;
|
|
3959
3959
|
});
|
|
@@ -4020,7 +4020,7 @@ if (!set || !clear) {
|
|
|
4020
4020
|
isCallable$4(global$9.postMessage) &&
|
|
4021
4021
|
!global$9.importScripts &&
|
|
4022
4022
|
$location && $location.protocol !== 'file:' &&
|
|
4023
|
-
!fails$
|
|
4023
|
+
!fails$5(globalPostMessageDefer)
|
|
4024
4024
|
) {
|
|
4025
4025
|
defer = globalPostMessageDefer;
|
|
4026
4026
|
global$9.addEventListener('message', eventListener, false);
|
|
@@ -4270,7 +4270,7 @@ newPromiseCapability$2.f = function (C) {
|
|
|
4270
4270
|
var $$g = _export;
|
|
4271
4271
|
var IS_NODE$1 = engineIsNode;
|
|
4272
4272
|
var global$4 = global$q;
|
|
4273
|
-
var call$
|
|
4273
|
+
var call$4 = functionCall;
|
|
4274
4274
|
var defineBuiltIn$2 = defineBuiltIn$9;
|
|
4275
4275
|
var setPrototypeOf = objectSetPrototypeOf;
|
|
4276
4276
|
var setToStringTag = setToStringTag$4;
|
|
@@ -4279,7 +4279,7 @@ var aCallable$6 = aCallable$g;
|
|
|
4279
4279
|
var isCallable$2 = isCallable$r;
|
|
4280
4280
|
var isObject$2 = isObject$e;
|
|
4281
4281
|
var anInstance = anInstance$2;
|
|
4282
|
-
var speciesConstructor = speciesConstructor$
|
|
4282
|
+
var speciesConstructor$1 = speciesConstructor$2;
|
|
4283
4283
|
var task = task$1.set;
|
|
4284
4284
|
var microtask = microtask_1;
|
|
4285
4285
|
var hostReportErrors = hostReportErrors$1;
|
|
@@ -4348,7 +4348,7 @@ var callReaction = function (reaction, state) {
|
|
|
4348
4348
|
if (result === reaction.promise) {
|
|
4349
4349
|
reject(new TypeError$1('Promise-chain cycle'));
|
|
4350
4350
|
} else if (then = isThenable(result)) {
|
|
4351
|
-
call$
|
|
4351
|
+
call$4(then, result, resolve, reject);
|
|
4352
4352
|
} else resolve(result);
|
|
4353
4353
|
} else reject(value);
|
|
4354
4354
|
} catch (error) {
|
|
@@ -4385,7 +4385,7 @@ var dispatchEvent = function (name, promise, reason) {
|
|
|
4385
4385
|
};
|
|
4386
4386
|
|
|
4387
4387
|
var onUnhandled = function (state) {
|
|
4388
|
-
call$
|
|
4388
|
+
call$4(task, global$4, function () {
|
|
4389
4389
|
var promise = state.facade;
|
|
4390
4390
|
var value = state.value;
|
|
4391
4391
|
var IS_UNHANDLED = isUnhandled(state);
|
|
@@ -4408,7 +4408,7 @@ var isUnhandled = function (state) {
|
|
|
4408
4408
|
};
|
|
4409
4409
|
|
|
4410
4410
|
var onHandleUnhandled = function (state) {
|
|
4411
|
-
call$
|
|
4411
|
+
call$4(task, global$4, function () {
|
|
4412
4412
|
var promise = state.facade;
|
|
4413
4413
|
if (IS_NODE$1) {
|
|
4414
4414
|
process.emit('rejectionHandled', promise);
|
|
@@ -4442,7 +4442,7 @@ var internalResolve = function (state, value, unwrap) {
|
|
|
4442
4442
|
microtask(function () {
|
|
4443
4443
|
var wrapper = { done: false };
|
|
4444
4444
|
try {
|
|
4445
|
-
call$
|
|
4445
|
+
call$4(then, value,
|
|
4446
4446
|
bind$1(internalResolve, wrapper, state),
|
|
4447
4447
|
bind$1(internalReject, wrapper, state)
|
|
4448
4448
|
);
|
|
@@ -4466,7 +4466,7 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
|
|
|
4466
4466
|
PromiseConstructor = function Promise(executor) {
|
|
4467
4467
|
anInstance(this, PromisePrototype);
|
|
4468
4468
|
aCallable$6(executor);
|
|
4469
|
-
call$
|
|
4469
|
+
call$4(Internal, this);
|
|
4470
4470
|
var state = getInternalPromiseState(this);
|
|
4471
4471
|
try {
|
|
4472
4472
|
executor(bind$1(internalResolve, state), bind$1(internalReject, state));
|
|
@@ -4495,7 +4495,7 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
|
|
|
4495
4495
|
// https://tc39.es/ecma262/#sec-promise.prototype.then
|
|
4496
4496
|
Internal.prototype = defineBuiltIn$2(PromisePrototype, 'then', function then(onFulfilled, onRejected) {
|
|
4497
4497
|
var state = getInternalPromiseState(this);
|
|
4498
|
-
var reaction = newPromiseCapability$1(speciesConstructor(this, PromiseConstructor));
|
|
4498
|
+
var reaction = newPromiseCapability$1(speciesConstructor$1(this, PromiseConstructor));
|
|
4499
4499
|
state.parent = true;
|
|
4500
4500
|
reaction.ok = isCallable$2(onFulfilled) ? onFulfilled : true;
|
|
4501
4501
|
reaction.fail = isCallable$2(onRejected) && onRejected;
|
|
@@ -4529,7 +4529,7 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
|
|
|
4529
4529
|
defineBuiltIn$2(NativePromisePrototype$1, 'then', function then(onFulfilled, onRejected) {
|
|
4530
4530
|
var that = this;
|
|
4531
4531
|
return new PromiseConstructor(function (resolve, reject) {
|
|
4532
|
-
call$
|
|
4532
|
+
call$4(nativeThen, that, resolve, reject);
|
|
4533
4533
|
}).then(onFulfilled, onRejected);
|
|
4534
4534
|
// https://github.com/zloirock/core-js/issues/640
|
|
4535
4535
|
}, { unsafe: true });
|
|
@@ -4604,7 +4604,7 @@ var promiseStaticsIncorrectIteration = FORCED_PROMISE_CONSTRUCTOR$3 || !checkCor
|
|
|
4604
4604
|
});
|
|
4605
4605
|
|
|
4606
4606
|
var $$f = _export;
|
|
4607
|
-
var call$
|
|
4607
|
+
var call$3 = functionCall;
|
|
4608
4608
|
var aCallable$5 = aCallable$g;
|
|
4609
4609
|
var newPromiseCapabilityModule$2 = newPromiseCapability$2;
|
|
4610
4610
|
var perform$1 = perform$3;
|
|
@@ -4628,7 +4628,7 @@ $$f({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION
|
|
|
4628
4628
|
var index = counter++;
|
|
4629
4629
|
var alreadyCalled = false;
|
|
4630
4630
|
remaining++;
|
|
4631
|
-
call$
|
|
4631
|
+
call$3($promiseResolve, C, promise).then(function (value) {
|
|
4632
4632
|
if (alreadyCalled) return;
|
|
4633
4633
|
alreadyCalled = true;
|
|
4634
4634
|
values[index] = value;
|
|
@@ -4668,7 +4668,7 @@ if (isCallable$1(NativePromiseConstructor)) {
|
|
|
4668
4668
|
}
|
|
4669
4669
|
|
|
4670
4670
|
var $$d = _export;
|
|
4671
|
-
var call$
|
|
4671
|
+
var call$2 = functionCall;
|
|
4672
4672
|
var aCallable$4 = aCallable$g;
|
|
4673
4673
|
var newPromiseCapabilityModule$1 = newPromiseCapability$2;
|
|
4674
4674
|
var perform = perform$3;
|
|
@@ -4685,7 +4685,7 @@ $$d({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION
|
|
|
4685
4685
|
var result = perform(function () {
|
|
4686
4686
|
var $promiseResolve = aCallable$4(C.resolve);
|
|
4687
4687
|
iterate$4(iterable, function (promise) {
|
|
4688
|
-
call$
|
|
4688
|
+
call$2($promiseResolve, C, promise).then(capability.resolve, reject);
|
|
4689
4689
|
});
|
|
4690
4690
|
});
|
|
4691
4691
|
if (result.error) reject(result.value);
|
|
@@ -4708,12 +4708,12 @@ $$c({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR$1 }, {
|
|
|
4708
4708
|
}
|
|
4709
4709
|
});
|
|
4710
4710
|
|
|
4711
|
-
var anObject$
|
|
4711
|
+
var anObject$5 = anObject$p;
|
|
4712
4712
|
var isObject$1 = isObject$e;
|
|
4713
4713
|
var newPromiseCapability = newPromiseCapability$2;
|
|
4714
4714
|
|
|
4715
4715
|
var promiseResolve$1 = function (C, x) {
|
|
4716
|
-
anObject$
|
|
4716
|
+
anObject$5(C);
|
|
4717
4717
|
if (isObject$1(x) && x.constructor === C) return x;
|
|
4718
4718
|
var promiseCapability = newPromiseCapability.f(C);
|
|
4719
4719
|
var resolve = promiseCapability.resolve;
|
|
@@ -4737,21 +4737,21 @@ $$b({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
|
|
|
4737
4737
|
});
|
|
4738
4738
|
|
|
4739
4739
|
var $$a = _export;
|
|
4740
|
-
var uncurryThis$
|
|
4740
|
+
var uncurryThis$6 = functionUncurryThis;
|
|
4741
4741
|
var notARegExp$1 = notARegexp;
|
|
4742
|
-
var requireObjectCoercible$
|
|
4743
|
-
var toString$
|
|
4742
|
+
var requireObjectCoercible$4 = requireObjectCoercible$c;
|
|
4743
|
+
var toString$7 = toString$g;
|
|
4744
4744
|
var correctIsRegExpLogic$1 = correctIsRegexpLogic;
|
|
4745
4745
|
|
|
4746
|
-
var stringIndexOf$1 = uncurryThis$
|
|
4746
|
+
var stringIndexOf$1 = uncurryThis$6(''.indexOf);
|
|
4747
4747
|
|
|
4748
4748
|
// `String.prototype.includes` method
|
|
4749
4749
|
// https://tc39.es/ecma262/#sec-string.prototype.includes
|
|
4750
4750
|
$$a({ target: 'String', proto: true, forced: !correctIsRegExpLogic$1('includes') }, {
|
|
4751
4751
|
includes: function includes(searchString /* , position = 0 */) {
|
|
4752
4752
|
return !!~stringIndexOf$1(
|
|
4753
|
-
toString$
|
|
4754
|
-
toString$
|
|
4753
|
+
toString$7(requireObjectCoercible$4(this)),
|
|
4754
|
+
toString$7(notARegExp$1(searchString)),
|
|
4755
4755
|
arguments.length > 1 ? arguments[1] : undefined
|
|
4756
4756
|
);
|
|
4757
4757
|
}
|
|
@@ -4760,14 +4760,14 @@ $$a({ target: 'String', proto: true, forced: !correctIsRegExpLogic$1('includes')
|
|
|
4760
4760
|
var $$9 = _export;
|
|
4761
4761
|
var iterate$3 = iterate$8;
|
|
4762
4762
|
var aCallable$3 = aCallable$g;
|
|
4763
|
-
var anObject$
|
|
4763
|
+
var anObject$4 = anObject$p;
|
|
4764
4764
|
var getIteratorDirect$2 = getIteratorDirect$7;
|
|
4765
4765
|
|
|
4766
4766
|
// `Iterator.prototype.some` method
|
|
4767
4767
|
// https://github.com/tc39/proposal-iterator-helpers
|
|
4768
4768
|
$$9({ target: 'Iterator', proto: true, real: true }, {
|
|
4769
4769
|
some: function some(predicate) {
|
|
4770
|
-
anObject$
|
|
4770
|
+
anObject$4(this);
|
|
4771
4771
|
aCallable$3(predicate);
|
|
4772
4772
|
var record = getIteratorDirect$2(this);
|
|
4773
4773
|
var counter = 0;
|
|
@@ -4779,7 +4779,7 @@ $$9({ target: 'Iterator', proto: true, real: true }, {
|
|
|
4779
4779
|
|
|
4780
4780
|
var DESCRIPTORS$2 = descriptors;
|
|
4781
4781
|
var global$3 = global$q;
|
|
4782
|
-
var uncurryThis$
|
|
4782
|
+
var uncurryThis$5 = functionUncurryThis;
|
|
4783
4783
|
var isForced = isForced_1;
|
|
4784
4784
|
var inheritIfRequired = inheritIfRequired$2;
|
|
4785
4785
|
var createNonEnumerableProperty = createNonEnumerableProperty$a;
|
|
@@ -4787,12 +4787,12 @@ var create = objectCreate;
|
|
|
4787
4787
|
var getOwnPropertyNames = objectGetOwnPropertyNames.f;
|
|
4788
4788
|
var isPrototypeOf$1 = objectIsPrototypeOf;
|
|
4789
4789
|
var isRegExp = isRegexp;
|
|
4790
|
-
var toString$
|
|
4790
|
+
var toString$6 = toString$g;
|
|
4791
4791
|
var getRegExpFlags = regexpGetFlags;
|
|
4792
|
-
var stickyHelpers = regexpStickyHelpers;
|
|
4792
|
+
var stickyHelpers$1 = regexpStickyHelpers;
|
|
4793
4793
|
var proxyAccessor = proxyAccessor$2;
|
|
4794
4794
|
var defineBuiltIn = defineBuiltIn$9;
|
|
4795
|
-
var fails$
|
|
4795
|
+
var fails$4 = fails$u;
|
|
4796
4796
|
var hasOwn$1 = hasOwnProperty_1;
|
|
4797
4797
|
var enforceInternalState = internalState.enforce;
|
|
4798
4798
|
var setSpecies = setSpecies$2;
|
|
@@ -4804,11 +4804,11 @@ var MATCH = wellKnownSymbol$1('match');
|
|
|
4804
4804
|
var NativeRegExp = global$3.RegExp;
|
|
4805
4805
|
var RegExpPrototype$1 = NativeRegExp.prototype;
|
|
4806
4806
|
var SyntaxError = global$3.SyntaxError;
|
|
4807
|
-
var exec$1 = uncurryThis$
|
|
4808
|
-
var charAt = uncurryThis$
|
|
4809
|
-
var replace$2 = uncurryThis$
|
|
4810
|
-
var stringIndexOf = uncurryThis$
|
|
4811
|
-
var stringSlice$
|
|
4807
|
+
var exec$1 = uncurryThis$5(RegExpPrototype$1.exec);
|
|
4808
|
+
var charAt = uncurryThis$5(''.charAt);
|
|
4809
|
+
var replace$2 = uncurryThis$5(''.replace);
|
|
4810
|
+
var stringIndexOf = uncurryThis$5(''.indexOf);
|
|
4811
|
+
var stringSlice$2 = uncurryThis$5(''.slice);
|
|
4812
4812
|
// TODO: Use only proper RegExpIdentifierName
|
|
4813
4813
|
var IS_NCG = /^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/;
|
|
4814
4814
|
var re1 = /a/g;
|
|
@@ -4817,11 +4817,11 @@ var re2 = /a/g;
|
|
|
4817
4817
|
// "new" should create a new object, old webkit bug
|
|
4818
4818
|
var CORRECT_NEW = new NativeRegExp(re1) !== re1;
|
|
4819
4819
|
|
|
4820
|
-
var MISSED_STICKY = stickyHelpers.MISSED_STICKY;
|
|
4821
|
-
var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
|
|
4820
|
+
var MISSED_STICKY = stickyHelpers$1.MISSED_STICKY;
|
|
4821
|
+
var UNSUPPORTED_Y$1 = stickyHelpers$1.UNSUPPORTED_Y;
|
|
4822
4822
|
|
|
4823
4823
|
var BASE_FORCED = DESCRIPTORS$2 &&
|
|
4824
|
-
(!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL$1 || UNSUPPORTED_NCG || fails$
|
|
4824
|
+
(!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL$1 || UNSUPPORTED_NCG || fails$4(function () {
|
|
4825
4825
|
re2[MATCH] = false;
|
|
4826
4826
|
// RegExp constructor can alter flags and IsRegExp works correct with @@match
|
|
4827
4827
|
return NativeRegExp(re1) !== re1 || NativeRegExp(re2) === re2 || String(NativeRegExp(re1, 'i')) !== '/a/i';
|
|
@@ -4873,7 +4873,7 @@ var handleNCG = function (string) {
|
|
|
4873
4873
|
brackets = true;
|
|
4874
4874
|
break;
|
|
4875
4875
|
case chr === '(':
|
|
4876
|
-
if (exec$1(IS_NCG, stringSlice$
|
|
4876
|
+
if (exec$1(IS_NCG, stringSlice$2(string, index + 1))) {
|
|
4877
4877
|
index += 2;
|
|
4878
4878
|
ncg = true;
|
|
4879
4879
|
}
|
|
@@ -4915,8 +4915,8 @@ if (isForced('RegExp', BASE_FORCED)) {
|
|
|
4915
4915
|
if (flagsAreUndefined) flags = getRegExpFlags(rawPattern);
|
|
4916
4916
|
}
|
|
4917
4917
|
|
|
4918
|
-
pattern = pattern === undefined ? '' : toString$
|
|
4919
|
-
flags = flags === undefined ? '' : toString$
|
|
4918
|
+
pattern = pattern === undefined ? '' : toString$6(pattern);
|
|
4919
|
+
flags = flags === undefined ? '' : toString$6(flags);
|
|
4920
4920
|
rawPattern = pattern;
|
|
4921
4921
|
|
|
4922
4922
|
if (UNSUPPORTED_DOT_ALL$1 && 'dotAll' in re1) {
|
|
@@ -4928,7 +4928,7 @@ if (isForced('RegExp', BASE_FORCED)) {
|
|
|
4928
4928
|
|
|
4929
4929
|
if (MISSED_STICKY && 'sticky' in re1) {
|
|
4930
4930
|
sticky = !!flags && stringIndexOf(flags, 'y') > -1;
|
|
4931
|
-
if (sticky && UNSUPPORTED_Y) flags = replace$2(flags, /y/g, '');
|
|
4931
|
+
if (sticky && UNSUPPORTED_Y$1) flags = replace$2(flags, /y/g, '');
|
|
4932
4932
|
}
|
|
4933
4933
|
|
|
4934
4934
|
if (UNSUPPORTED_NCG) {
|
|
@@ -5193,7 +5193,7 @@ let _$9 = t => t,
|
|
|
5193
5193
|
_t2$6,
|
|
5194
5194
|
_t3$5,
|
|
5195
5195
|
_t4$5,
|
|
5196
|
-
_t5$
|
|
5196
|
+
_t5$5,
|
|
5197
5197
|
_t6$3,
|
|
5198
5198
|
_t7$2,
|
|
5199
5199
|
_t8$2;
|
|
@@ -5220,7 +5220,7 @@ const PageReviewNameCol = styled.td(_t4$5 || (_t4$5 = _$9`
|
|
|
5220
5220
|
padding-bottom: var(--goa-space-s);
|
|
5221
5221
|
padding-right: var(--goa-space-m);
|
|
5222
5222
|
`));
|
|
5223
|
-
const PageReviewValueCol = styled.td(_t5$
|
|
5223
|
+
const PageReviewValueCol = styled.td(_t5$5 || (_t5$5 = _$9`
|
|
5224
5224
|
width: 20%;
|
|
5225
5225
|
text-align: left;
|
|
5226
5226
|
`));
|
|
@@ -5283,11 +5283,11 @@ const GoAInputBaseControl = props => {
|
|
|
5283
5283
|
var $$8 = _export;
|
|
5284
5284
|
var DESCRIPTORS = descriptors;
|
|
5285
5285
|
var global$2 = global$q;
|
|
5286
|
-
var uncurryThis$
|
|
5286
|
+
var uncurryThis$4 = functionUncurryThis;
|
|
5287
5287
|
var hasOwn = hasOwnProperty_1;
|
|
5288
5288
|
var isCallable = isCallable$r;
|
|
5289
5289
|
var isPrototypeOf = objectIsPrototypeOf;
|
|
5290
|
-
var toString$
|
|
5290
|
+
var toString$5 = toString$g;
|
|
5291
5291
|
var defineBuiltInAccessor = defineBuiltInAccessor$4;
|
|
5292
5292
|
var copyConstructorProperties = copyConstructorProperties$3;
|
|
5293
5293
|
|
|
@@ -5301,7 +5301,7 @@ if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototy
|
|
|
5301
5301
|
var EmptyStringDescriptionStore = {};
|
|
5302
5302
|
// wrap Symbol constructor for correct work with undefined description
|
|
5303
5303
|
var SymbolWrapper = function Symbol() {
|
|
5304
|
-
var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$
|
|
5304
|
+
var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$5(arguments[0]);
|
|
5305
5305
|
var result = isPrototypeOf(SymbolPrototype, this)
|
|
5306
5306
|
? new NativeSymbol(description)
|
|
5307
5307
|
// in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
|
|
@@ -5315,11 +5315,11 @@ if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototy
|
|
|
5315
5315
|
SymbolPrototype.constructor = SymbolWrapper;
|
|
5316
5316
|
|
|
5317
5317
|
var NATIVE_SYMBOL = String(NativeSymbol('description detection')) === 'Symbol(description detection)';
|
|
5318
|
-
var thisSymbolValue = uncurryThis$
|
|
5319
|
-
var symbolDescriptiveString = uncurryThis$
|
|
5318
|
+
var thisSymbolValue = uncurryThis$4(SymbolPrototype.valueOf);
|
|
5319
|
+
var symbolDescriptiveString = uncurryThis$4(SymbolPrototype.toString);
|
|
5320
5320
|
var regexp = /^Symbol\((.*)\)[^)]+$/;
|
|
5321
|
-
var replace$1 = uncurryThis$
|
|
5322
|
-
var stringSlice = uncurryThis$
|
|
5321
|
+
var replace$1 = uncurryThis$4(''.replace);
|
|
5322
|
+
var stringSlice$1 = uncurryThis$4(''.slice);
|
|
5323
5323
|
|
|
5324
5324
|
defineBuiltInAccessor(SymbolPrototype, 'description', {
|
|
5325
5325
|
configurable: true,
|
|
@@ -5327,7 +5327,7 @@ if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototy
|
|
|
5327
5327
|
var symbol = thisSymbolValue(this);
|
|
5328
5328
|
if (hasOwn(EmptyStringDescriptionStore, symbol)) return '';
|
|
5329
5329
|
var string = symbolDescriptiveString(symbol);
|
|
5330
|
-
var desc = NATIVE_SYMBOL ? stringSlice(string, 7, -1) : replace$1(string, regexp, '$1');
|
|
5330
|
+
var desc = NATIVE_SYMBOL ? stringSlice$1(string, 7, -1) : replace$1(string, regexp, '$1');
|
|
5331
5331
|
return desc === '' ? undefined : desc;
|
|
5332
5332
|
}
|
|
5333
5333
|
});
|
|
@@ -5337,47 +5337,47 @@ if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototy
|
|
|
5337
5337
|
});
|
|
5338
5338
|
}
|
|
5339
5339
|
|
|
5340
|
-
var call = functionCall;
|
|
5341
|
-
var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
|
|
5342
|
-
var anObject$
|
|
5343
|
-
var isNullOrUndefined = isNullOrUndefined$
|
|
5344
|
-
var toLength$
|
|
5345
|
-
var toString$
|
|
5346
|
-
var requireObjectCoercible$
|
|
5347
|
-
var getMethod = getMethod$
|
|
5348
|
-
var advanceStringIndex = advanceStringIndex$
|
|
5349
|
-
var regExpExec = regexpExecAbstract;
|
|
5340
|
+
var call$1 = functionCall;
|
|
5341
|
+
var fixRegExpWellKnownSymbolLogic$1 = fixRegexpWellKnownSymbolLogic;
|
|
5342
|
+
var anObject$3 = anObject$p;
|
|
5343
|
+
var isNullOrUndefined$1 = isNullOrUndefined$7;
|
|
5344
|
+
var toLength$2 = toLength$6;
|
|
5345
|
+
var toString$4 = toString$g;
|
|
5346
|
+
var requireObjectCoercible$3 = requireObjectCoercible$c;
|
|
5347
|
+
var getMethod$1 = getMethod$7;
|
|
5348
|
+
var advanceStringIndex$1 = advanceStringIndex$3;
|
|
5349
|
+
var regExpExec$1 = regexpExecAbstract;
|
|
5350
5350
|
|
|
5351
5351
|
// @@match logic
|
|
5352
|
-
fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNative) {
|
|
5352
|
+
fixRegExpWellKnownSymbolLogic$1('match', function (MATCH, nativeMatch, maybeCallNative) {
|
|
5353
5353
|
return [
|
|
5354
5354
|
// `String.prototype.match` method
|
|
5355
5355
|
// https://tc39.es/ecma262/#sec-string.prototype.match
|
|
5356
5356
|
function match(regexp) {
|
|
5357
|
-
var O = requireObjectCoercible$
|
|
5358
|
-
var matcher = isNullOrUndefined(regexp) ? undefined : getMethod(regexp, MATCH);
|
|
5359
|
-
return matcher ? call(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString$
|
|
5357
|
+
var O = requireObjectCoercible$3(this);
|
|
5358
|
+
var matcher = isNullOrUndefined$1(regexp) ? undefined : getMethod$1(regexp, MATCH);
|
|
5359
|
+
return matcher ? call$1(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString$4(O));
|
|
5360
5360
|
},
|
|
5361
5361
|
// `RegExp.prototype[@@match]` method
|
|
5362
5362
|
// https://tc39.es/ecma262/#sec-regexp.prototype-@@match
|
|
5363
5363
|
function (string) {
|
|
5364
|
-
var rx = anObject$
|
|
5365
|
-
var S = toString$
|
|
5364
|
+
var rx = anObject$3(this);
|
|
5365
|
+
var S = toString$4(string);
|
|
5366
5366
|
var res = maybeCallNative(nativeMatch, rx, S);
|
|
5367
5367
|
|
|
5368
5368
|
if (res.done) return res.value;
|
|
5369
5369
|
|
|
5370
|
-
if (!rx.global) return regExpExec(rx, S);
|
|
5370
|
+
if (!rx.global) return regExpExec$1(rx, S);
|
|
5371
5371
|
|
|
5372
5372
|
var fullUnicode = rx.unicode;
|
|
5373
5373
|
rx.lastIndex = 0;
|
|
5374
5374
|
var A = [];
|
|
5375
5375
|
var n = 0;
|
|
5376
5376
|
var result;
|
|
5377
|
-
while ((result = regExpExec(rx, S)) !== null) {
|
|
5378
|
-
var matchStr = toString$
|
|
5377
|
+
while ((result = regExpExec$1(rx, S)) !== null) {
|
|
5378
|
+
var matchStr = toString$4(result[0]);
|
|
5379
5379
|
A[n] = matchStr;
|
|
5380
|
-
if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength$
|
|
5380
|
+
if (matchStr === '') rx.lastIndex = advanceStringIndex$1(S, toLength$2(rx.lastIndex), fullUnicode);
|
|
5381
5381
|
n++;
|
|
5382
5382
|
}
|
|
5383
5383
|
return n === 0 ? null : A;
|
|
@@ -5389,19 +5389,19 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
|
|
|
5389
5389
|
var whitespaces$3 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
|
|
5390
5390
|
'\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
|
|
5391
5391
|
|
|
5392
|
-
var uncurryThis$
|
|
5393
|
-
var requireObjectCoercible$
|
|
5394
|
-
var toString$
|
|
5392
|
+
var uncurryThis$3 = functionUncurryThis;
|
|
5393
|
+
var requireObjectCoercible$2 = requireObjectCoercible$c;
|
|
5394
|
+
var toString$3 = toString$g;
|
|
5395
5395
|
var whitespaces$2 = whitespaces$3;
|
|
5396
5396
|
|
|
5397
|
-
var replace = uncurryThis$
|
|
5397
|
+
var replace = uncurryThis$3(''.replace);
|
|
5398
5398
|
var ltrim = RegExp('^[' + whitespaces$2 + ']+');
|
|
5399
5399
|
var rtrim = RegExp('(^|[^' + whitespaces$2 + '])[' + whitespaces$2 + ']+$');
|
|
5400
5400
|
|
|
5401
5401
|
// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
|
|
5402
5402
|
var createMethod$1 = function (TYPE) {
|
|
5403
5403
|
return function ($this) {
|
|
5404
|
-
var string = toString$
|
|
5404
|
+
var string = toString$3(requireObjectCoercible$2($this));
|
|
5405
5405
|
if (TYPE & 1) string = replace(string, ltrim, '');
|
|
5406
5406
|
if (TYPE & 2) string = replace(string, rtrim, '$1');
|
|
5407
5407
|
return string;
|
|
@@ -5421,7 +5421,7 @@ var stringTrim = {
|
|
|
5421
5421
|
};
|
|
5422
5422
|
|
|
5423
5423
|
var PROPER_FUNCTION_NAME = functionName.PROPER;
|
|
5424
|
-
var fails$
|
|
5424
|
+
var fails$3 = fails$u;
|
|
5425
5425
|
var whitespaces$1 = whitespaces$3;
|
|
5426
5426
|
|
|
5427
5427
|
var non = '\u200B\u0085\u180E';
|
|
@@ -5429,7 +5429,7 @@ var non = '\u200B\u0085\u180E';
|
|
|
5429
5429
|
// check that a method works with the correct list
|
|
5430
5430
|
// of whitespaces and has a correct name
|
|
5431
5431
|
var stringTrimForced = function (METHOD_NAME) {
|
|
5432
|
-
return fails$
|
|
5432
|
+
return fails$3(function () {
|
|
5433
5433
|
return !!whitespaces$1[METHOD_NAME]()
|
|
5434
5434
|
|| non[METHOD_NAME]() !== non
|
|
5435
5435
|
|| (PROPER_FUNCTION_NAME && whitespaces$1[METHOD_NAME].name !== METHOD_NAME);
|
|
@@ -5461,7 +5461,8 @@ let _$8 = t => t,
|
|
|
5461
5461
|
_t$8,
|
|
5462
5462
|
_t2$5,
|
|
5463
5463
|
_t3$4,
|
|
5464
|
-
_t4$4
|
|
5464
|
+
_t4$4,
|
|
5465
|
+
_t5$4;
|
|
5465
5466
|
const GoADropdownTextbox = styled.div(_t$8 || (_t$8 = _$8`
|
|
5466
5467
|
border-radius: var(--goa-space-2xs);
|
|
5467
5468
|
box-shadow: ${0};
|
|
@@ -5534,6 +5535,9 @@ const GoADropdownListOption = styled.div(_t4$4 || (_t4$4 = _$8`
|
|
|
5534
5535
|
color: ${0};
|
|
5535
5536
|
}
|
|
5536
5537
|
`), p => p.isSelected ? '#fff' : 'var(--goa-color-greyscale-black)', p => p.isSelected ? 'var(--goa-color-interactive-default)' : '#fff', p => p.isSelected ? 'var(--goa-color-interactive-hover)' : 'var(--goa-color-greyscale-100) !important', p => p.isSelected ? 'var(--goa-color-interactive-default)' : 'var(--goa-color-interactive-hover) !important', p => p.isSelected ? 'var(--goa-color-interactive-hover)' : 'var(--goa-color-greyscale-100) !important', p => p.isSelected ? 'var(--goa-color-interactive-default)' : 'var(--goa-color-interactive-hover) !important', p => p.isSelected ? 'var(--goa-color-interactive-hover)' : 'var(--goa-color-greyscale-100) !important', p => p.isSelected ? 'var(--goa-color-interactive-hover)' : 'var(--goa-color-greyscale-100) !important', p => p.isSelected ? '#fff' : 'var(--goa-color-interactive-hover) !important');
|
|
5538
|
+
const LabelItem = styled.span(_t5$4 || (_t5$4 = _$8`
|
|
5539
|
+
font: var(--goa-dropdown-typography);
|
|
5540
|
+
`));
|
|
5537
5541
|
|
|
5538
5542
|
const isValidKey = keyCode => {
|
|
5539
5543
|
if (keyCode === SHIFT_KEY || keyCode === ALT_KEY) return false;
|
|
@@ -5766,7 +5770,9 @@ const Dropdown = props => {
|
|
|
5766
5770
|
onClick: e => {
|
|
5767
5771
|
updateDropDownData(item);
|
|
5768
5772
|
},
|
|
5769
|
-
children:
|
|
5773
|
+
children: jsx(LabelItem, {
|
|
5774
|
+
children: item.label
|
|
5775
|
+
})
|
|
5770
5776
|
}, `${PREFIX}-${label}-${item.value}`)
|
|
5771
5777
|
}, `${PREFIX}-option-${label}-${item.value}`);
|
|
5772
5778
|
})
|
|
@@ -6806,6 +6812,182 @@ const GoAInputBaseTableReview = props => {
|
|
|
6806
6812
|
};
|
|
6807
6813
|
const GoAInputBaseTableReviewControl = withJsonFormsControlProps(GoAInputBaseTableReview);
|
|
6808
6814
|
|
|
6815
|
+
var call = functionCall;
|
|
6816
|
+
var uncurryThis$2 = functionUncurryThis;
|
|
6817
|
+
var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
|
|
6818
|
+
var anObject$2 = anObject$p;
|
|
6819
|
+
var isNullOrUndefined = isNullOrUndefined$7;
|
|
6820
|
+
var requireObjectCoercible$1 = requireObjectCoercible$c;
|
|
6821
|
+
var speciesConstructor = speciesConstructor$2;
|
|
6822
|
+
var advanceStringIndex = advanceStringIndex$3;
|
|
6823
|
+
var toLength$1 = toLength$6;
|
|
6824
|
+
var toString$2 = toString$g;
|
|
6825
|
+
var getMethod = getMethod$7;
|
|
6826
|
+
var regExpExec = regexpExecAbstract;
|
|
6827
|
+
var stickyHelpers = regexpStickyHelpers;
|
|
6828
|
+
var fails$2 = fails$u;
|
|
6829
|
+
|
|
6830
|
+
var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
|
|
6831
|
+
var MAX_UINT32 = 0xFFFFFFFF;
|
|
6832
|
+
var min$1 = Math.min;
|
|
6833
|
+
var push = uncurryThis$2([].push);
|
|
6834
|
+
var stringSlice = uncurryThis$2(''.slice);
|
|
6835
|
+
|
|
6836
|
+
// Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
|
|
6837
|
+
// Weex JS has frozen built-in prototypes, so use try / catch wrapper
|
|
6838
|
+
var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$2(function () {
|
|
6839
|
+
// eslint-disable-next-line regexp/no-empty-group -- required for testing
|
|
6840
|
+
var re = /(?:)/;
|
|
6841
|
+
var originalExec = re.exec;
|
|
6842
|
+
re.exec = function () { return originalExec.apply(this, arguments); };
|
|
6843
|
+
var result = 'ab'.split(re);
|
|
6844
|
+
return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
|
|
6845
|
+
});
|
|
6846
|
+
|
|
6847
|
+
var BUGGY = 'abbc'.split(/(b)*/)[1] === 'c' ||
|
|
6848
|
+
// eslint-disable-next-line regexp/no-empty-group -- required for testing
|
|
6849
|
+
'test'.split(/(?:)/, -1).length !== 4 ||
|
|
6850
|
+
'ab'.split(/(?:ab)*/).length !== 2 ||
|
|
6851
|
+
'.'.split(/(.?)(.?)/).length !== 4 ||
|
|
6852
|
+
// eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing
|
|
6853
|
+
'.'.split(/()()/).length > 1 ||
|
|
6854
|
+
''.split(/.?/).length;
|
|
6855
|
+
|
|
6856
|
+
// @@split logic
|
|
6857
|
+
fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNative) {
|
|
6858
|
+
var internalSplit = '0'.split(undefined, 0).length ? function (separator, limit) {
|
|
6859
|
+
return separator === undefined && limit === 0 ? [] : call(nativeSplit, this, separator, limit);
|
|
6860
|
+
} : nativeSplit;
|
|
6861
|
+
|
|
6862
|
+
return [
|
|
6863
|
+
// `String.prototype.split` method
|
|
6864
|
+
// https://tc39.es/ecma262/#sec-string.prototype.split
|
|
6865
|
+
function split(separator, limit) {
|
|
6866
|
+
var O = requireObjectCoercible$1(this);
|
|
6867
|
+
var splitter = isNullOrUndefined(separator) ? undefined : getMethod(separator, SPLIT);
|
|
6868
|
+
return splitter
|
|
6869
|
+
? call(splitter, separator, O, limit)
|
|
6870
|
+
: call(internalSplit, toString$2(O), separator, limit);
|
|
6871
|
+
},
|
|
6872
|
+
// `RegExp.prototype[@@split]` method
|
|
6873
|
+
// https://tc39.es/ecma262/#sec-regexp.prototype-@@split
|
|
6874
|
+
//
|
|
6875
|
+
// NOTE: This cannot be properly polyfilled in engines that don't support
|
|
6876
|
+
// the 'y' flag.
|
|
6877
|
+
function (string, limit) {
|
|
6878
|
+
var rx = anObject$2(this);
|
|
6879
|
+
var S = toString$2(string);
|
|
6880
|
+
|
|
6881
|
+
if (!BUGGY) {
|
|
6882
|
+
var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit);
|
|
6883
|
+
if (res.done) return res.value;
|
|
6884
|
+
}
|
|
6885
|
+
|
|
6886
|
+
var C = speciesConstructor(rx, RegExp);
|
|
6887
|
+
var unicodeMatching = rx.unicode;
|
|
6888
|
+
var flags = (rx.ignoreCase ? 'i' : '') +
|
|
6889
|
+
(rx.multiline ? 'm' : '') +
|
|
6890
|
+
(rx.unicode ? 'u' : '') +
|
|
6891
|
+
(UNSUPPORTED_Y ? 'g' : 'y');
|
|
6892
|
+
// ^(? + rx + ) is needed, in combination with some S slicing, to
|
|
6893
|
+
// simulate the 'y' flag.
|
|
6894
|
+
var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);
|
|
6895
|
+
var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
|
|
6896
|
+
if (lim === 0) return [];
|
|
6897
|
+
if (S.length === 0) return regExpExec(splitter, S) === null ? [S] : [];
|
|
6898
|
+
var p = 0;
|
|
6899
|
+
var q = 0;
|
|
6900
|
+
var A = [];
|
|
6901
|
+
while (q < S.length) {
|
|
6902
|
+
splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;
|
|
6903
|
+
var z = regExpExec(splitter, UNSUPPORTED_Y ? stringSlice(S, q) : S);
|
|
6904
|
+
var e;
|
|
6905
|
+
if (
|
|
6906
|
+
z === null ||
|
|
6907
|
+
(e = min$1(toLength$1(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p
|
|
6908
|
+
) {
|
|
6909
|
+
q = advanceStringIndex(S, q, unicodeMatching);
|
|
6910
|
+
} else {
|
|
6911
|
+
push(A, stringSlice(S, p, q));
|
|
6912
|
+
if (A.length === lim) return A;
|
|
6913
|
+
for (var i = 1; i <= z.length - 1; i++) {
|
|
6914
|
+
push(A, z[i]);
|
|
6915
|
+
if (A.length === lim) return A;
|
|
6916
|
+
}
|
|
6917
|
+
q = p = e;
|
|
6918
|
+
}
|
|
6919
|
+
}
|
|
6920
|
+
push(A, stringSlice(S, p));
|
|
6921
|
+
return A;
|
|
6922
|
+
}
|
|
6923
|
+
];
|
|
6924
|
+
}, BUGGY || !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y);
|
|
6925
|
+
|
|
6926
|
+
const defaultLabel = 'Email address';
|
|
6927
|
+
const GoAEmailInput = props => {
|
|
6928
|
+
var _a, _b, _c, _d, _e, _f;
|
|
6929
|
+
const {
|
|
6930
|
+
data,
|
|
6931
|
+
config,
|
|
6932
|
+
id,
|
|
6933
|
+
enabled,
|
|
6934
|
+
uischema,
|
|
6935
|
+
errors,
|
|
6936
|
+
schema,
|
|
6937
|
+
required,
|
|
6938
|
+
label
|
|
6939
|
+
} = props;
|
|
6940
|
+
const defaultSchema = schema;
|
|
6941
|
+
const appliedUiSchemaOptions = Object.assign({}, config, uischema === null || uischema === void 0 ? void 0 : uischema.options);
|
|
6942
|
+
const readOnly = (_c = (_b = (_a = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _a === void 0 ? void 0 : _a.componentProps) === null || _b === void 0 ? void 0 : _b.readOnly) !== null && _c !== void 0 ? _c : false;
|
|
6943
|
+
const width = (_f = (_e = (_d = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _d === void 0 ? void 0 : _d.componentProps) === null || _e === void 0 ? void 0 : _e.width) !== null && _f !== void 0 ? _f : '100%';
|
|
6944
|
+
const [isVisited, setIsVisited] = useState(false);
|
|
6945
|
+
const splitErrors = (errors !== null && errors !== void 0 ? errors : '').split(/\r?\n/).map(e => e.trim()).filter(Boolean);
|
|
6946
|
+
const primaryLabel = (defaultSchema === null || defaultSchema === void 0 ? void 0 : defaultSchema.label) || defaultLabel;
|
|
6947
|
+
const splintIndex = splitErrors.findIndex(e => e === 'is a required property');
|
|
6948
|
+
splitErrors[splintIndex] = `${primaryLabel} is required`;
|
|
6949
|
+
const finalErrors = splitErrors.join('\n');
|
|
6950
|
+
return jsx(GoAFormItem, {
|
|
6951
|
+
error: isVisited && finalErrors,
|
|
6952
|
+
testId: "form-email-input-wrapper",
|
|
6953
|
+
requirement: required ? 'required' : undefined,
|
|
6954
|
+
label: primaryLabel,
|
|
6955
|
+
children: jsx(GoAInput, {
|
|
6956
|
+
error: isVisited && finalErrors.length > 0,
|
|
6957
|
+
type: 'email',
|
|
6958
|
+
width: width,
|
|
6959
|
+
name: "Email address",
|
|
6960
|
+
value: data,
|
|
6961
|
+
testId: (appliedUiSchemaOptions === null || appliedUiSchemaOptions === void 0 ? void 0 : appliedUiSchemaOptions.testId) || `${id}-input`,
|
|
6962
|
+
disabled: !enabled,
|
|
6963
|
+
readonly: readOnly,
|
|
6964
|
+
onChange: (name, value) => {
|
|
6965
|
+
if (!isVisited) {
|
|
6966
|
+
setIsVisited(true);
|
|
6967
|
+
}
|
|
6968
|
+
onChangeForInputControl({
|
|
6969
|
+
name,
|
|
6970
|
+
value,
|
|
6971
|
+
controlProps: props
|
|
6972
|
+
});
|
|
6973
|
+
},
|
|
6974
|
+
onBlur: (name, value) => {
|
|
6975
|
+
if (!isVisited) {
|
|
6976
|
+
setIsVisited(true);
|
|
6977
|
+
}
|
|
6978
|
+
onBlurForTextControl({
|
|
6979
|
+
name,
|
|
6980
|
+
value,
|
|
6981
|
+
controlProps: props
|
|
6982
|
+
});
|
|
6983
|
+
}
|
|
6984
|
+
})
|
|
6985
|
+
});
|
|
6986
|
+
};
|
|
6987
|
+
const GoAEmailControl = props => jsx(GoAEmailInput, Object.assign({}, props));
|
|
6988
|
+
const GoAEmailControlTester = rankWith(4, and(isControl, schemaMatches(schema => schema.format === 'email')));
|
|
6989
|
+
const GoAInputEmailControl = withJsonFormsControlProps(GoAEmailControl);
|
|
6990
|
+
|
|
6809
6991
|
let _$6 = t => t,
|
|
6810
6992
|
_t$6;
|
|
6811
6993
|
const renderLayoutElements = (elements, schema, path, enabled, renderers, cells) => {
|
|
@@ -7343,7 +7525,7 @@ var arrayReduce = {
|
|
|
7343
7525
|
right: createMethod(true)
|
|
7344
7526
|
};
|
|
7345
7527
|
|
|
7346
|
-
var fails$1 = fails$
|
|
7528
|
+
var fails$1 = fails$u;
|
|
7347
7529
|
|
|
7348
7530
|
var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
|
|
7349
7531
|
var method = [][METHOD_NAME];
|
|
@@ -7376,7 +7558,7 @@ $$5({ target: 'Array', proto: true, forced: FORCED$1 }, {
|
|
|
7376
7558
|
var $$4 = _export;
|
|
7377
7559
|
var iterate$2 = iterate$8;
|
|
7378
7560
|
var aCallable$1 = aCallable$g;
|
|
7379
|
-
var anObject$1 = anObject$
|
|
7561
|
+
var anObject$1 = anObject$p;
|
|
7380
7562
|
var getIteratorDirect$1 = getIteratorDirect$7;
|
|
7381
7563
|
|
|
7382
7564
|
var $TypeError = TypeError;
|
|
@@ -8994,9 +9176,9 @@ $$3({ target: 'Object', stat: true }, {
|
|
|
8994
9176
|
});
|
|
8995
9177
|
|
|
8996
9178
|
var global$1 = global$q;
|
|
8997
|
-
var fails = fails$
|
|
9179
|
+
var fails = fails$u;
|
|
8998
9180
|
var uncurryThis$1 = functionUncurryThis;
|
|
8999
|
-
var toString$1 = toString$
|
|
9181
|
+
var toString$1 = toString$g;
|
|
9000
9182
|
var trim = stringTrim.trim;
|
|
9001
9183
|
var whitespaces = whitespaces$3;
|
|
9002
9184
|
|
|
@@ -10724,10 +10906,10 @@ const AddressInputs = ({
|
|
|
10724
10906
|
var $$1 = _export;
|
|
10725
10907
|
var uncurryThis = functionUncurryThisClause;
|
|
10726
10908
|
var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
|
|
10727
|
-
var toLength = toLength$
|
|
10728
|
-
var toString = toString$
|
|
10909
|
+
var toLength = toLength$6;
|
|
10910
|
+
var toString = toString$g;
|
|
10729
10911
|
var notARegExp = notARegexp;
|
|
10730
|
-
var requireObjectCoercible = requireObjectCoercible$
|
|
10912
|
+
var requireObjectCoercible = requireObjectCoercible$c;
|
|
10731
10913
|
var correctIsRegExpLogic = correctIsRegexpLogic;
|
|
10732
10914
|
|
|
10733
10915
|
var slice = uncurryThis(''.slice);
|
|
@@ -11009,6 +11191,7 @@ const HelpContentComponent = _ref => {
|
|
|
11009
11191
|
const help = (_d = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _d === void 0 ? void 0 : _d.help;
|
|
11010
11192
|
const renderHelp = () => Array.isArray(help) ? jsx("ul", {
|
|
11011
11193
|
children: help.map((line, index) => jsx("li", {
|
|
11194
|
+
className: "help-content-markdown",
|
|
11012
11195
|
children: `${line}`
|
|
11013
11196
|
}, index))
|
|
11014
11197
|
}) : jsx("p", {
|
|
@@ -11044,8 +11227,11 @@ const HelpContentComponent = _ref => {
|
|
|
11044
11227
|
if (markdown) {
|
|
11045
11228
|
return jsx(Visible, {
|
|
11046
11229
|
visible: visible,
|
|
11047
|
-
children:
|
|
11048
|
-
|
|
11230
|
+
children: jsx("div", {
|
|
11231
|
+
className: "help-content-markdown",
|
|
11232
|
+
children: MarkdownComponent({
|
|
11233
|
+
markdown: getMarkDownData((_h = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _h === void 0 ? void 0 : _h.help)
|
|
11234
|
+
})
|
|
11049
11235
|
})
|
|
11050
11236
|
});
|
|
11051
11237
|
}
|
|
@@ -11054,7 +11240,7 @@ const HelpContentComponent = _ref => {
|
|
|
11054
11240
|
children: jsx(HelpContentDiv, {
|
|
11055
11241
|
"aria-label": (_j = uischema.options) === null || _j === void 0 ? void 0 : _j.ariaLabel,
|
|
11056
11242
|
children: jsxs("div", {
|
|
11057
|
-
className: marginClass
|
|
11243
|
+
className: `help-content-markdown ${marginClass}`,
|
|
11058
11244
|
children: [label && showLabel && (!((_k = uischema.options) === null || _k === void 0 ? void 0 : _k.variant) || ((_l = uischema.options) === null || _l === void 0 ? void 0 : _l.variant) === 'hyperlink') && jsxs("div", {
|
|
11059
11245
|
className: labelClass,
|
|
11060
11246
|
"data-testid": label,
|
|
@@ -11492,7 +11678,7 @@ const AddressLoopUpControlTableReview = props => {
|
|
|
11492
11678
|
var $ = _export;
|
|
11493
11679
|
var iterate = iterate$8;
|
|
11494
11680
|
var aCallable = aCallable$g;
|
|
11495
|
-
var anObject = anObject$
|
|
11681
|
+
var anObject = anObject$p;
|
|
11496
11682
|
var getIteratorDirect = getIteratorDirect$7;
|
|
11497
11683
|
|
|
11498
11684
|
// `Iterator.prototype.every` method
|
|
@@ -12405,6 +12591,9 @@ const GoABaseRenderers = [
|
|
|
12405
12591
|
}, {
|
|
12406
12592
|
tester: GoADateTimeControlTester,
|
|
12407
12593
|
renderer: GoAInputDateTimeControl
|
|
12594
|
+
}, {
|
|
12595
|
+
tester: GoAEmailControlTester,
|
|
12596
|
+
renderer: GoAInputEmailControl
|
|
12408
12597
|
}, {
|
|
12409
12598
|
tester: GoATimeControlTester,
|
|
12410
12599
|
renderer: GoAInputTimeControl
|
|
@@ -12621,4 +12810,4 @@ const GoARenderers = [...GoABaseRenderers, {
|
|
|
12621
12810
|
}];
|
|
12622
12811
|
const GoACells = [...InputCells];
|
|
12623
12812
|
|
|
12624
|
-
export { ADD_DATALIST_ACTION, ADD_NO_ANONYMOUS_ACTION, ADD_REGISTER_DATA_ACTION, ADD_REGISTER_DATA_ERROR, AddressLookUpControl, AddressLookUpControlReview, AddressLookUpTester, AddressLoopUpControlTableReview, ArrayControl, ArrayControlBase, ArrayControlReview, BooleanComponent, BooleanControl, BooleanRadioComponent, BooleanRadioControl, CategorizationPagesRendererTester, CategorizationStepperRendererTester, CheckboxGroup, ContextProviderC, ContextProviderClass, ContextProviderFactory, EnumCheckboxControl, EnumRadioControl, EnumSelect, FileUploader, FileUploaderReview, FileUploaderTester, FormPageStepper, FormPagesView, FormStepper, FormStepperControl, FormStepperPagesControl, FormStepperReviewControl, FormStepperReviewer, FormStepperView, FullNameControl, FullNameControlReview, FullNameDobControl, FullNameDobReviewControl, FullNameDobTester, FullNameReviewControl, FullNameTester, GoAArrayControlRenderer, GoAArrayControlReviewRenderer, GoAArrayControlTester, GoABaseInputReviewComponent, GoABaseRenderers, GoABaseReviewRenderers, GoABaseTableReviewRenderers, GoABooleanControl, GoABooleanControlTester, GoABooleanRadioControl, GoABooleanRadioControlTester, GoACells, GoACheckoutGroupControlTester, GoADateControl, GoADateControlTester, GoADateInput, GoADateTimeControl, GoADateTimeControlTester, GoADateTimeInput, GoAEnumCheckboxGroupControl, GoAEnumControl, GoAEnumControlTester, GoAEnumRadioGroupControl, GoAInputBaseControl, GoAInputBaseFullNameControlReview, GoAInputBaseFullNameDobControlReview, GoAInputBaseTableReview, GoAInputBaseTableReviewControl, GoAInputDateControl, GoAInputDateTimeControl, GoAInputInteger, GoAInputIntegerControl, GoAInputNumberControl, GoAInputText, GoAInputTextControl, GoAInputTimeControl, GoAIntegerControl, GoAIntegerControlTester, GoAListWithDetailsControlRenderer, GoAListWithDetailsTester, GoANumberControl, GoANumberControlTester, GoANumberInput, GoARadioGroupControlTester, GoARenderers, GoAReviewRenderers, GoATextControl, GoATextControlTester, GoATimeControl, GoATimeControlTester, GoATimeInput, GoInputBaseReview, GoInputBaseReviewControl, JsonFormContext, JsonFormRegisterProvider, JsonFormsRegisterContext, ListWithDetailsControl, MultiLineText, MultiLineTextControl, MultiLineTextControlInput, MultiLineTextControlTester, RadioGroup, categoriesAreValid, createDefaultAjv, enumControl, errMalformedDate, formatSin, isAddressLookup, isFullName, isFullNameDoB, registerReducer, resolveRefs, tryResolveRefs };
|
|
12813
|
+
export { ADD_DATALIST_ACTION, ADD_NO_ANONYMOUS_ACTION, ADD_REGISTER_DATA_ACTION, ADD_REGISTER_DATA_ERROR, AddressLookUpControl, AddressLookUpControlReview, AddressLookUpTester, AddressLoopUpControlTableReview, ArrayControl, ArrayControlBase, ArrayControlReview, BooleanComponent, BooleanControl, BooleanRadioComponent, BooleanRadioControl, CategorizationPagesRendererTester, CategorizationStepperRendererTester, CheckboxGroup, ContextProviderC, ContextProviderClass, ContextProviderFactory, EnumCheckboxControl, EnumRadioControl, EnumSelect, FileUploader, FileUploaderReview, FileUploaderTester, FormPageStepper, FormPagesView, FormStepper, FormStepperControl, FormStepperPagesControl, FormStepperReviewControl, FormStepperReviewer, FormStepperView, FullNameControl, FullNameControlReview, FullNameDobControl, FullNameDobReviewControl, FullNameDobTester, FullNameReviewControl, FullNameTester, GoAArrayControlRenderer, GoAArrayControlReviewRenderer, GoAArrayControlTester, GoABaseInputReviewComponent, GoABaseRenderers, GoABaseReviewRenderers, GoABaseTableReviewRenderers, GoABooleanControl, GoABooleanControlTester, GoABooleanRadioControl, GoABooleanRadioControlTester, GoACells, GoACheckoutGroupControlTester, GoADateControl, GoADateControlTester, GoADateInput, GoADateTimeControl, GoADateTimeControlTester, GoADateTimeInput, GoAEmailControl, GoAEmailControlTester, GoAEmailInput, GoAEnumCheckboxGroupControl, GoAEnumControl, GoAEnumControlTester, GoAEnumRadioGroupControl, GoAInputBaseControl, GoAInputBaseFullNameControlReview, GoAInputBaseFullNameDobControlReview, GoAInputBaseTableReview, GoAInputBaseTableReviewControl, GoAInputDateControl, GoAInputDateTimeControl, GoAInputEmailControl, GoAInputInteger, GoAInputIntegerControl, GoAInputNumberControl, GoAInputText, GoAInputTextControl, GoAInputTimeControl, GoAIntegerControl, GoAIntegerControlTester, GoAListWithDetailsControlRenderer, GoAListWithDetailsTester, GoANumberControl, GoANumberControlTester, GoANumberInput, GoARadioGroupControlTester, GoARenderers, GoAReviewRenderers, GoATextControl, GoATextControlTester, GoATimeControl, GoATimeControlTester, GoATimeInput, GoInputBaseReview, GoInputBaseReviewControl, JsonFormContext, JsonFormRegisterProvider, JsonFormsRegisterContext, ListWithDetailsControl, MultiLineText, MultiLineTextControl, MultiLineTextControlInput, MultiLineTextControlTester, RadioGroup, categoriesAreValid, createDefaultAjv, enumControl, errMalformedDate, formatSin, isAddressLookup, isFullName, isFullNameDoB, registerReducer, resolveRefs, tryResolveRefs };
|