@abgov/jsonforms-components 1.53.1 → 1.53.3

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
@@ -1,11 +1,11 @@
1
1
  import * as runtime from 'react/jsx-runtime';
2
2
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
- import { GoAFormItem, GoAInput, GoATextArea, GoACallout, GoAInputDate, GoAInputDateTime, GoAInputTime, GoARadioGroup, GoARadioItem, GoACheckbox, GoAGrid, GoAFormStepper, GoAFormStep, GoAPages, GoAButton, GoAModal, GoAButtonGroup, GoAIconButton, GoAFileUploadInput, GoACircularProgress, GoAContainer, GoATable, GoADropdown, GoADropdownItem, GoADetails, GoASpinner } from '@abgov/react-components';
3
+ import { GoAFormItem, GoAInput, GoATextArea, GoACallout, GoAInputDate, GoAInputDateTime, GoAInputTime, GoARadioGroup, GoARadioItem, GoACheckbox, GoAIcon, GoAGrid, GoAFormStepper, GoAFormStep, GoAPages, GoAButton, GoAModal, GoAButtonGroup, GoAIconButton, GoAFileUploadInput, GoACircularProgress, GoAContainer, GoATable, GoADropdown, GoADropdownItem, GoADetails, GoASpinner } from '@abgov/react-components';
4
4
  import styled from 'styled-components';
5
5
  import React, { createContext, useContext, useReducer, useMemo, useEffect, useState, useRef, useCallback } from 'react';
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, getControlPath, toDataPath, deriveLabelForUISchemaElement, isEnabled, schemaTypeIs, formatIs, createDefaultValue, Paths, or, isObjectArrayControl, isPrimitiveArrayControl, schemaMatches, hasType, isControl, isCategorization, isLayout } from '@jsonforms/core';
8
+ import { rankWith, isStringControl, and, optionIs, uiTypeIs, isDateControl, isNumberControl, isIntegerControl, isDateTimeControl, isTimeControl, isEnumControl, isBooleanControl, getAjv, isVisible, getControlPath, toDataPath, deriveLabelForUISchemaElement, isEnabled, schemaTypeIs, formatIs, createDefaultValue, or, isObjectArrayControl, isPrimitiveArrayControl, Paths, schemaMatches, hasType, isControl, isCategorization, isLayout } from '@jsonforms/core';
9
9
  import { withJsonFormsControlProps, withJsonFormsRendererProps, withJsonFormsEnumProps, withTranslateProps, useJsonForms, JsonFormsDispatch, withJsonFormsLayoutProps, withJsonFormsArrayLayoutProps, withJsonFormsCellProps } from '@jsonforms/react';
10
10
  import * as _$b from 'lodash';
11
11
  import { isEqual, 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$r = function (exec) {
22
+ var fails$s = function (exec) {
23
23
  try {
24
24
  return !!exec();
25
25
  } catch (error) {
@@ -27,9 +27,9 @@ var fails$r = function (exec) {
27
27
  }
28
28
  };
29
29
 
30
- var fails$q = fails$r;
30
+ var fails$r = fails$s;
31
31
 
32
- var functionBindNative = !fails$q(function () {
32
+ var functionBindNative = !fails$r(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
@@ -48,24 +48,24 @@ var functionUncurryThis = NATIVE_BIND$3 ? uncurryThisWithBind : function (fn) {
48
48
  };
49
49
  };
50
50
 
51
- var uncurryThis$s = functionUncurryThis;
51
+ var uncurryThis$t = functionUncurryThis;
52
52
 
53
- var toString$g = uncurryThis$s({}.toString);
54
- var stringSlice$8 = uncurryThis$s(''.slice);
53
+ var toString$h = uncurryThis$t({}.toString);
54
+ var stringSlice$8 = uncurryThis$t(''.slice);
55
55
 
56
56
  var classofRaw$2 = function (it) {
57
- return stringSlice$8(toString$g(it), 8, -1);
57
+ return stringSlice$8(toString$h(it), 8, -1);
58
58
  };
59
59
 
60
- var uncurryThis$r = functionUncurryThis;
61
- var fails$p = fails$r;
60
+ var uncurryThis$s = functionUncurryThis;
61
+ var fails$q = fails$s;
62
62
  var classof$a = classofRaw$2;
63
63
 
64
64
  var $Object$4 = Object;
65
- var split = uncurryThis$r(''.split);
65
+ var split = uncurryThis$s(''.split);
66
66
 
67
67
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
68
- var indexedObject = fails$p(function () {
68
+ var indexedObject = fails$q(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);
@@ -103,7 +103,7 @@ var check = function (it) {
103
103
  };
104
104
 
105
105
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
106
- var global$o =
106
+ var global$p =
107
107
  // eslint-disable-next-line es/no-global-this -- safe
108
108
  check(typeof globalThis == 'object' && globalThis) ||
109
109
  check(typeof window == 'object' && window) ||
@@ -116,20 +116,20 @@ var global$o =
116
116
 
117
117
  var sharedStore = {exports: {}};
118
118
 
119
- var global$n = global$o;
119
+ var global$o = global$p;
120
120
 
121
121
  // eslint-disable-next-line es/no-object-defineproperty -- safe
122
122
  var defineProperty$7 = Object.defineProperty;
123
123
 
124
124
  var defineGlobalProperty$3 = function (key, value) {
125
125
  try {
126
- defineProperty$7(global$n, key, { value: value, configurable: true, writable: true });
126
+ defineProperty$7(global$o, key, { value: value, configurable: true, writable: true });
127
127
  } catch (error) {
128
- global$n[key] = value;
128
+ global$o[key] = value;
129
129
  } return value;
130
130
  };
131
131
 
132
- var globalThis$1 = global$o;
132
+ var globalThis$1 = global$p;
133
133
  var defineGlobalProperty$2 = defineGlobalProperty$3;
134
134
 
135
135
  var SHARED = '__core-js_shared__';
@@ -159,10 +159,10 @@ var toObject$8 = function (argument) {
159
159
  return $Object$3(requireObjectCoercible$9(argument));
160
160
  };
161
161
 
162
- var uncurryThis$q = functionUncurryThis;
162
+ var uncurryThis$r = functionUncurryThis;
163
163
  var toObject$7 = toObject$8;
164
164
 
165
- var hasOwnProperty = uncurryThis$q({}.hasOwnProperty);
165
+ var hasOwnProperty = uncurryThis$r({}.hasOwnProperty);
166
166
 
167
167
  // `HasOwnProperty` abstract operation
168
168
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -171,23 +171,23 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
171
171
  return hasOwnProperty(toObject$7(it), key);
172
172
  };
173
173
 
174
- var uncurryThis$p = functionUncurryThis;
174
+ var uncurryThis$q = functionUncurryThis;
175
175
 
176
176
  var id = 0;
177
177
  var postfix = Math.random();
178
- var toString$f = uncurryThis$p(1.0.toString);
178
+ var toString$g = uncurryThis$q(1.0.toString);
179
179
 
180
180
  var uid$2 = function (key) {
181
- return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$f(++id + postfix, 36);
181
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$g(++id + postfix, 36);
182
182
  };
183
183
 
184
184
  var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
185
185
 
186
- var global$m = global$o;
186
+ var global$n = global$p;
187
187
  var userAgent$3 = engineUserAgent;
188
188
 
189
- var process$3 = global$m.process;
190
- var Deno$1 = global$m.Deno;
189
+ var process$3 = global$n.process;
190
+ var Deno$1 = global$n.Deno;
191
191
  var versions = process$3 && process$3.versions || Deno$1 && Deno$1.version;
192
192
  var v8 = versions && versions.v8;
193
193
  var match, version;
@@ -213,13 +213,13 @@ var engineV8Version = version;
213
213
 
214
214
  /* eslint-disable es/no-symbol -- required for testing */
215
215
  var V8_VERSION$1 = engineV8Version;
216
- var fails$o = fails$r;
217
- var global$l = global$o;
216
+ var fails$p = fails$s;
217
+ var global$m = global$p;
218
218
 
219
- var $String$6 = global$l.String;
219
+ var $String$6 = global$m.String;
220
220
 
221
221
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
222
- var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$o(function () {
222
+ var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$p(function () {
223
223
  var symbol = Symbol('symbol detection');
224
224
  // Chrome 38 Symbol has incorrect toString conversion
225
225
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
@@ -237,21 +237,21 @@ var useSymbolAsUid = NATIVE_SYMBOL$3
237
237
  && !Symbol.sham
238
238
  && typeof Symbol.iterator == 'symbol';
239
239
 
240
- var global$k = global$o;
240
+ var global$l = global$p;
241
241
  var shared$3 = shared$4;
242
242
  var hasOwn$d = hasOwnProperty_1;
243
243
  var uid$1 = uid$2;
244
244
  var NATIVE_SYMBOL$2 = symbolConstructorDetection;
245
245
  var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
246
246
 
247
- var Symbol$1 = global$k.Symbol;
247
+ var Symbol$2 = global$l.Symbol;
248
248
  var WellKnownSymbolsStore = shared$3('wks');
249
- var createWellKnownSymbol = USE_SYMBOL_AS_UID$1 ? Symbol$1['for'] || Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
249
+ var createWellKnownSymbol = USE_SYMBOL_AS_UID$1 ? Symbol$2['for'] || Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid$1;
250
250
 
251
251
  var wellKnownSymbol$k = function (name) {
252
252
  if (!hasOwn$d(WellKnownSymbolsStore, name)) {
253
- WellKnownSymbolsStore[name] = NATIVE_SYMBOL$2 && hasOwn$d(Symbol$1, name)
254
- ? Symbol$1[name]
253
+ WellKnownSymbolsStore[name] = NATIVE_SYMBOL$2 && hasOwn$d(Symbol$2, name)
254
+ ? Symbol$2[name]
255
255
  : createWellKnownSymbol('Symbol.' + name);
256
256
  } return WellKnownSymbolsStore[name];
257
257
  };
@@ -287,20 +287,20 @@ var anObject$f = function (argument) {
287
287
 
288
288
  var objectDefineProperties = {};
289
289
 
290
- var fails$n = fails$r;
290
+ var fails$o = fails$s;
291
291
 
292
292
  // Detect IE8's incomplete defineProperty implementation
293
- var descriptors = !fails$n(function () {
293
+ var descriptors = !fails$o(function () {
294
294
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
295
295
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
296
296
  });
297
297
 
298
298
  var DESCRIPTORS$h = descriptors;
299
- var fails$m = fails$r;
299
+ var fails$n = fails$s;
300
300
 
301
301
  // V8 ~ Chrome 36-
302
302
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
303
- var v8PrototypeDefineBug = DESCRIPTORS$h && fails$m(function () {
303
+ var v8PrototypeDefineBug = DESCRIPTORS$h && fails$n(function () {
304
304
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
305
305
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
306
306
  value: 42,
@@ -310,10 +310,10 @@ var v8PrototypeDefineBug = DESCRIPTORS$h && fails$m(function () {
310
310
 
311
311
  var objectDefineProperty = {};
312
312
 
313
- var global$j = global$o;
313
+ var global$k = global$p;
314
314
  var isObject$c = isObject$e;
315
315
 
316
- var document$3 = global$j.document;
316
+ var document$3 = global$k.document;
317
317
  // typeof document.createElement is 'object' in old IE
318
318
  var EXISTS$1 = isObject$c(document$3) && isObject$c(document$3.createElement);
319
319
 
@@ -322,11 +322,11 @@ var documentCreateElement$2 = function (it) {
322
322
  };
323
323
 
324
324
  var DESCRIPTORS$g = descriptors;
325
- var fails$l = fails$r;
325
+ var fails$m = fails$s;
326
326
  var createElement$1 = documentCreateElement$2;
327
327
 
328
328
  // Thanks to IE8 for its funny defineProperty
329
- var ie8DomDefine = !DESCRIPTORS$g && !fails$l(function () {
329
+ var ie8DomDefine = !DESCRIPTORS$g && !fails$m(function () {
330
330
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
331
331
  return Object.defineProperty(createElement$1('div'), 'a', {
332
332
  get: function () { return 7; }
@@ -341,7 +341,7 @@ var functionCall = NATIVE_BIND$2 ? call$k.bind(call$k) : function () {
341
341
  return call$k.apply(call$k, arguments);
342
342
  };
343
343
 
344
- var global$i = global$o;
344
+ var global$j = global$p;
345
345
  var isCallable$o = isCallable$q;
346
346
 
347
347
  var aFunction = function (argument) {
@@ -349,12 +349,12 @@ var aFunction = function (argument) {
349
349
  };
350
350
 
351
351
  var getBuiltIn$9 = function (namespace, method) {
352
- return arguments.length < 2 ? aFunction(global$i[namespace]) : global$i[namespace] && global$i[namespace][method];
352
+ return arguments.length < 2 ? aFunction(global$j[namespace]) : global$j[namespace] && global$j[namespace][method];
353
353
  };
354
354
 
355
- var uncurryThis$o = functionUncurryThis;
355
+ var uncurryThis$p = functionUncurryThis;
356
356
 
357
- var objectIsPrototypeOf = uncurryThis$o({}.isPrototypeOf);
357
+ var objectIsPrototypeOf = uncurryThis$p({}.isPrototypeOf);
358
358
 
359
359
  var getBuiltIn$8 = getBuiltIn$9;
360
360
  var isCallable$n = isCallable$q;
@@ -586,13 +586,13 @@ var arrayIncludes = {
586
586
 
587
587
  var hiddenKeys$4 = {};
588
588
 
589
- var uncurryThis$n = functionUncurryThis;
589
+ var uncurryThis$o = functionUncurryThis;
590
590
  var hasOwn$c = hasOwnProperty_1;
591
591
  var toIndexedObject$3 = toIndexedObject$5;
592
592
  var indexOf$1 = arrayIncludes.indexOf;
593
593
  var hiddenKeys$3 = hiddenKeys$4;
594
594
 
595
- var push$2 = uncurryThis$n([].push);
595
+ var push$2 = uncurryThis$o([].push);
596
596
 
597
597
  var objectKeysInternal = function (object, names) {
598
598
  var O = toIndexedObject$3(object);
@@ -769,10 +769,10 @@ var addToUnscopables$4 = function (key) {
769
769
 
770
770
  var iterators = {};
771
771
 
772
- var global$h = global$o;
772
+ var global$i = global$p;
773
773
  var isCallable$k = isCallable$q;
774
774
 
775
- var WeakMap$1 = global$h.WeakMap;
775
+ var WeakMap$1 = global$i.WeakMap;
776
776
 
777
777
  var weakMapBasicDetection = isCallable$k(WeakMap$1) && /native code/.test(String(WeakMap$1));
778
778
 
@@ -797,7 +797,7 @@ var createNonEnumerableProperty$9 = DESCRIPTORS$d ? function (object, key, value
797
797
  };
798
798
 
799
799
  var NATIVE_WEAK_MAP = weakMapBasicDetection;
800
- var global$g = global$o;
800
+ var global$h = global$p;
801
801
  var isObject$9 = isObject$e;
802
802
  var createNonEnumerableProperty$8 = createNonEnumerableProperty$9;
803
803
  var hasOwn$b = hasOwnProperty_1;
@@ -806,8 +806,8 @@ var sharedKey$1 = sharedKey$3;
806
806
  var hiddenKeys$1 = hiddenKeys$4;
807
807
 
808
808
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
809
- var TypeError$2 = global$g.TypeError;
810
- var WeakMap = global$g.WeakMap;
809
+ var TypeError$2 = global$h.TypeError;
810
+ var WeakMap = global$h.WeakMap;
811
811
  var set$1, get, has;
812
812
 
813
813
  var enforce = function (it) {
@@ -928,11 +928,11 @@ var functionName = {
928
928
  CONFIGURABLE: CONFIGURABLE
929
929
  };
930
930
 
931
- var uncurryThis$m = functionUncurryThis;
931
+ var uncurryThis$n = functionUncurryThis;
932
932
  var isCallable$j = isCallable$q;
933
933
  var store = sharedStore.exports;
934
934
 
935
- var functionToString = uncurryThis$m(Function.toString);
935
+ var functionToString = uncurryThis$n(Function.toString);
936
936
 
937
937
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
938
938
  if (!isCallable$j(store.inspectSource)) {
@@ -943,8 +943,8 @@ if (!isCallable$j(store.inspectSource)) {
943
943
 
944
944
  var inspectSource$3 = store.inspectSource;
945
945
 
946
- var uncurryThis$l = functionUncurryThis;
947
- var fails$k = fails$r;
946
+ var uncurryThis$m = functionUncurryThis;
947
+ var fails$l = fails$s;
948
948
  var isCallable$i = isCallable$q;
949
949
  var hasOwn$8 = hasOwnProperty_1;
950
950
  var DESCRIPTORS$a = descriptors;
@@ -957,11 +957,11 @@ var getInternalState$3 = InternalStateModule$2.get;
957
957
  var $String$3 = String;
958
958
  // eslint-disable-next-line es/no-object-defineproperty -- safe
959
959
  var defineProperty$5 = Object.defineProperty;
960
- var stringSlice$7 = uncurryThis$l(''.slice);
961
- var replace$7 = uncurryThis$l(''.replace);
962
- var join = uncurryThis$l([].join);
960
+ var stringSlice$7 = uncurryThis$m(''.slice);
961
+ var replace$7 = uncurryThis$m(''.replace);
962
+ var join = uncurryThis$m([].join);
963
963
 
964
- var CONFIGURABLE_LENGTH = DESCRIPTORS$a && !fails$k(function () {
964
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$a && !fails$l(function () {
965
965
  return defineProperty$5(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
966
966
  });
967
967
 
@@ -1046,12 +1046,12 @@ var objectGetOwnPropertySymbols = {};
1046
1046
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
1047
1047
 
1048
1048
  var getBuiltIn$6 = getBuiltIn$9;
1049
- var uncurryThis$k = functionUncurryThis;
1049
+ var uncurryThis$l = functionUncurryThis;
1050
1050
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
1051
1051
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
1052
1052
  var anObject$b = anObject$f;
1053
1053
 
1054
- var concat$2 = uncurryThis$k([].concat);
1054
+ var concat$2 = uncurryThis$l([].concat);
1055
1055
 
1056
1056
  // all object keys, includes non-enumerable and symbols
1057
1057
  var ownKeys$1 = getBuiltIn$6('Reflect', 'ownKeys') || function ownKeys(it) {
@@ -1077,7 +1077,7 @@ var copyConstructorProperties$3 = function (target, source, exceptions) {
1077
1077
  }
1078
1078
  };
1079
1079
 
1080
- var fails$j = fails$r;
1080
+ var fails$k = fails$s;
1081
1081
  var isCallable$g = isCallable$q;
1082
1082
 
1083
1083
  var replacement = /#|\.prototype\./;
@@ -1086,7 +1086,7 @@ var isForced$3 = function (feature, detection) {
1086
1086
  var value = data[normalize(feature)];
1087
1087
  return value === POLYFILL ? true
1088
1088
  : value === NATIVE ? false
1089
- : isCallable$g(detection) ? fails$j(detection)
1089
+ : isCallable$g(detection) ? fails$k(detection)
1090
1090
  : !!detection;
1091
1091
  };
1092
1092
 
@@ -1100,7 +1100,7 @@ var POLYFILL = isForced$3.POLYFILL = 'P';
1100
1100
 
1101
1101
  var isForced_1 = isForced$3;
1102
1102
 
1103
- var global$f = global$o;
1103
+ var global$g = global$p;
1104
1104
  var getOwnPropertyDescriptor$4 = objectGetOwnPropertyDescriptor.f;
1105
1105
  var createNonEnumerableProperty$7 = createNonEnumerableProperty$9;
1106
1106
  var defineBuiltIn$7 = defineBuiltIn$8;
@@ -1129,11 +1129,11 @@ var _export = function (options, source) {
1129
1129
  var STATIC = options.stat;
1130
1130
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
1131
1131
  if (GLOBAL) {
1132
- target = global$f;
1132
+ target = global$g;
1133
1133
  } else if (STATIC) {
1134
- target = global$f[TARGET] || defineGlobalProperty(TARGET, {});
1134
+ target = global$g[TARGET] || defineGlobalProperty(TARGET, {});
1135
1135
  } else {
1136
- target = global$f[TARGET] && global$f[TARGET].prototype;
1136
+ target = global$g[TARGET] && global$g[TARGET].prototype;
1137
1137
  }
1138
1138
  if (target) for (key in source) {
1139
1139
  sourceProperty = source[key];
@@ -1155,9 +1155,9 @@ var _export = function (options, source) {
1155
1155
  }
1156
1156
  };
1157
1157
 
1158
- var fails$i = fails$r;
1158
+ var fails$j = fails$s;
1159
1159
 
1160
- var correctPrototypeGetter = !fails$i(function () {
1160
+ var correctPrototypeGetter = !fails$j(function () {
1161
1161
  function F() { /* empty */ }
1162
1162
  F.prototype.constructor = null;
1163
1163
  // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
@@ -1186,14 +1186,14 @@ var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object$1.getPrototypeOf :
1186
1186
  } return object instanceof $Object$1 ? ObjectPrototype : null;
1187
1187
  };
1188
1188
 
1189
- var fails$h = fails$r;
1189
+ var fails$i = fails$s;
1190
1190
  var isCallable$e = isCallable$q;
1191
1191
  var isObject$8 = isObject$e;
1192
1192
  var getPrototypeOf$1 = objectGetPrototypeOf;
1193
1193
  var defineBuiltIn$6 = defineBuiltIn$8;
1194
1194
  var wellKnownSymbol$h = wellKnownSymbol$k;
1195
1195
 
1196
- var ITERATOR$5 = wellKnownSymbol$h('iterator');
1196
+ var ITERATOR$6 = wellKnownSymbol$h('iterator');
1197
1197
  var BUGGY_SAFARI_ITERATORS$1 = false;
1198
1198
 
1199
1199
  // `%IteratorPrototype%` object
@@ -1211,18 +1211,18 @@ if ([].keys) {
1211
1211
  }
1212
1212
  }
1213
1213
 
1214
- var NEW_ITERATOR_PROTOTYPE = !isObject$8(IteratorPrototype$2) || fails$h(function () {
1214
+ var NEW_ITERATOR_PROTOTYPE = !isObject$8(IteratorPrototype$2) || fails$i(function () {
1215
1215
  var test = {};
1216
1216
  // FF44- legacy iterators case
1217
- return IteratorPrototype$2[ITERATOR$5].call(test) !== test;
1217
+ return IteratorPrototype$2[ITERATOR$6].call(test) !== test;
1218
1218
  });
1219
1219
 
1220
1220
  if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {};
1221
1221
 
1222
1222
  // `%IteratorPrototype%[@@iterator]()` method
1223
1223
  // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
1224
- if (!isCallable$e(IteratorPrototype$2[ITERATOR$5])) {
1225
- defineBuiltIn$6(IteratorPrototype$2, ITERATOR$5, function () {
1224
+ if (!isCallable$e(IteratorPrototype$2[ITERATOR$6])) {
1225
+ defineBuiltIn$6(IteratorPrototype$2, ITERATOR$6, function () {
1226
1226
  return this;
1227
1227
  });
1228
1228
  }
@@ -1261,13 +1261,13 @@ var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUME
1261
1261
  return IteratorConstructor;
1262
1262
  };
1263
1263
 
1264
- var uncurryThis$j = functionUncurryThis;
1264
+ var uncurryThis$k = functionUncurryThis;
1265
1265
  var aCallable$7 = aCallable$9;
1266
1266
 
1267
1267
  var functionUncurryThisAccessor = function (object, key, method) {
1268
1268
  try {
1269
1269
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1270
- return uncurryThis$j(aCallable$7(Object.getOwnPropertyDescriptor(object, key)[method]));
1270
+ return uncurryThis$k(aCallable$7(Object.getOwnPropertyDescriptor(object, key)[method]));
1271
1271
  } catch (error) { /* empty */ }
1272
1272
  };
1273
1273
 
@@ -1316,7 +1316,7 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
1316
1316
  };
1317
1317
  }() : undefined);
1318
1318
 
1319
- var $$n = _export;
1319
+ var $$o = _export;
1320
1320
  var call$g = functionCall;
1321
1321
  var FunctionName = functionName;
1322
1322
  var isCallable$d = isCallable$q;
@@ -1334,7 +1334,7 @@ var PROPER_FUNCTION_NAME$2 = FunctionName.PROPER;
1334
1334
  var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
1335
1335
  var IteratorPrototype = IteratorsCore.IteratorPrototype;
1336
1336
  var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
1337
- var ITERATOR$4 = wellKnownSymbol$f('iterator');
1337
+ var ITERATOR$5 = wellKnownSymbol$f('iterator');
1338
1338
  var KEYS = 'keys';
1339
1339
  var VALUES = 'values';
1340
1340
  var ENTRIES = 'entries';
@@ -1360,7 +1360,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1360
1360
  var TO_STRING_TAG = NAME + ' Iterator';
1361
1361
  var INCORRECT_VALUES_NAME = false;
1362
1362
  var IterablePrototype = Iterable.prototype;
1363
- var nativeIterator = IterablePrototype[ITERATOR$4]
1363
+ var nativeIterator = IterablePrototype[ITERATOR$5]
1364
1364
  || IterablePrototype['@@iterator']
1365
1365
  || DEFAULT && IterablePrototype[DEFAULT];
1366
1366
  var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
@@ -1374,8 +1374,8 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1374
1374
  if (getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
1375
1375
  if (setPrototypeOf$3) {
1376
1376
  setPrototypeOf$3(CurrentIteratorPrototype, IteratorPrototype);
1377
- } else if (!isCallable$d(CurrentIteratorPrototype[ITERATOR$4])) {
1378
- defineBuiltIn$5(CurrentIteratorPrototype, ITERATOR$4, returnThis);
1377
+ } else if (!isCallable$d(CurrentIteratorPrototype[ITERATOR$5])) {
1378
+ defineBuiltIn$5(CurrentIteratorPrototype, ITERATOR$5, returnThis);
1379
1379
  }
1380
1380
  }
1381
1381
  // Set @@toStringTag to native iterators
@@ -1404,12 +1404,12 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1404
1404
  if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
1405
1405
  defineBuiltIn$5(IterablePrototype, KEY, methods[KEY]);
1406
1406
  }
1407
- } else $$n({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
1407
+ } else $$o({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
1408
1408
  }
1409
1409
 
1410
1410
  // define iterator
1411
- if (IterablePrototype[ITERATOR$4] !== defaultIterator) {
1412
- defineBuiltIn$5(IterablePrototype, ITERATOR$4, defaultIterator, { name: DEFAULT });
1411
+ if (IterablePrototype[ITERATOR$5] !== defaultIterator) {
1412
+ defineBuiltIn$5(IterablePrototype, ITERATOR$5, defaultIterator, { name: DEFAULT });
1413
1413
  }
1414
1414
  Iterators$3[NAME] = defaultIterator;
1415
1415
 
@@ -1527,7 +1527,7 @@ var DOMTokenListPrototype$1 = classList && classList.constructor && classList.co
1527
1527
 
1528
1528
  var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
1529
1529
 
1530
- var global$e = global$o;
1530
+ var global$f = global$p;
1531
1531
  var DOMIterables = domIterables;
1532
1532
  var DOMTokenListPrototype = domTokenListPrototype;
1533
1533
  var ArrayIteratorMethods = es_array_iterator;
@@ -1535,16 +1535,16 @@ var createNonEnumerableProperty$5 = createNonEnumerableProperty$9;
1535
1535
  var setToStringTag$1 = setToStringTag$4;
1536
1536
  var wellKnownSymbol$e = wellKnownSymbol$k;
1537
1537
 
1538
- var ITERATOR$3 = wellKnownSymbol$e('iterator');
1538
+ var ITERATOR$4 = wellKnownSymbol$e('iterator');
1539
1539
  var ArrayValues = ArrayIteratorMethods.values;
1540
1540
 
1541
1541
  var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
1542
1542
  if (CollectionPrototype) {
1543
1543
  // some Chrome versions have non-configurable methods on DOMTokenList
1544
- if (CollectionPrototype[ITERATOR$3] !== ArrayValues) try {
1545
- createNonEnumerableProperty$5(CollectionPrototype, ITERATOR$3, ArrayValues);
1544
+ if (CollectionPrototype[ITERATOR$4] !== ArrayValues) try {
1545
+ createNonEnumerableProperty$5(CollectionPrototype, ITERATOR$4, ArrayValues);
1546
1546
  } catch (error) {
1547
- CollectionPrototype[ITERATOR$3] = ArrayValues;
1547
+ CollectionPrototype[ITERATOR$4] = ArrayValues;
1548
1548
  }
1549
1549
  setToStringTag$1(CollectionPrototype, COLLECTION_NAME, true);
1550
1550
  if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {
@@ -1559,15 +1559,15 @@ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
1559
1559
  };
1560
1560
 
1561
1561
  for (var COLLECTION_NAME in DOMIterables) {
1562
- handlePrototype(global$e[COLLECTION_NAME] && global$e[COLLECTION_NAME].prototype, COLLECTION_NAME);
1562
+ handlePrototype(global$f[COLLECTION_NAME] && global$f[COLLECTION_NAME].prototype, COLLECTION_NAME);
1563
1563
  }
1564
1564
 
1565
1565
  handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
1566
1566
 
1567
1567
  var DESCRIPTORS$8 = descriptors;
1568
- var uncurryThis$i = functionUncurryThis;
1568
+ var uncurryThis$j = functionUncurryThis;
1569
1569
  var call$f = functionCall;
1570
- var fails$g = fails$r;
1570
+ var fails$h = fails$s;
1571
1571
  var objectKeys = objectKeys$2;
1572
1572
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1573
1573
  var propertyIsEnumerableModule = objectPropertyIsEnumerable;
@@ -1578,11 +1578,11 @@ var IndexedObject$1 = indexedObject;
1578
1578
  var $assign = Object.assign;
1579
1579
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1580
1580
  var defineProperty$2 = Object.defineProperty;
1581
- var concat$1 = uncurryThis$i([].concat);
1581
+ var concat$1 = uncurryThis$j([].concat);
1582
1582
 
1583
1583
  // `Object.assign` method
1584
1584
  // https://tc39.es/ecma262/#sec-object.assign
1585
- var objectAssign = !$assign || fails$g(function () {
1585
+ var objectAssign = !$assign || fails$h(function () {
1586
1586
  // should have correct order of operations (Edge bug)
1587
1587
  if (DESCRIPTORS$8 && $assign({ b: 1 }, $assign(defineProperty$2({}, 'a', {
1588
1588
  enumerable: true,
@@ -1621,13 +1621,13 @@ var objectAssign = !$assign || fails$g(function () {
1621
1621
  } return T;
1622
1622
  } : $assign;
1623
1623
 
1624
- var $$m = _export;
1624
+ var $$n = _export;
1625
1625
  var assign = objectAssign;
1626
1626
 
1627
1627
  // `Object.assign` method
1628
1628
  // https://tc39.es/ecma262/#sec-object.assign
1629
1629
  // eslint-disable-next-line es/no-object-assign -- required for testing
1630
- $$m({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1630
+ $$n({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1631
1631
  assign: assign
1632
1632
  });
1633
1633
 
@@ -1714,15 +1714,15 @@ var classof$8 = classof$9;
1714
1714
 
1715
1715
  var $String$1 = String;
1716
1716
 
1717
- var toString$e = function (argument) {
1717
+ var toString$f = function (argument) {
1718
1718
  if (classof$8(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
1719
1719
  return $String$1(argument);
1720
1720
  };
1721
1721
 
1722
- var toString$d = toString$e;
1722
+ var toString$e = toString$f;
1723
1723
 
1724
1724
  var normalizeStringArgument$1 = function (argument, $default) {
1725
- return argument === undefined ? arguments.length < 2 ? '' : $default : toString$d(argument);
1725
+ return argument === undefined ? arguments.length < 2 ? '' : $default : toString$e(argument);
1726
1726
  };
1727
1727
 
1728
1728
  var isObject$4 = isObject$e;
@@ -1736,10 +1736,10 @@ var installErrorCause$1 = function (O, options) {
1736
1736
  }
1737
1737
  };
1738
1738
 
1739
- var uncurryThis$h = functionUncurryThis;
1739
+ var uncurryThis$i = functionUncurryThis;
1740
1740
 
1741
1741
  var $Error = Error;
1742
- var replace$6 = uncurryThis$h(''.replace);
1742
+ var replace$6 = uncurryThis$i(''.replace);
1743
1743
 
1744
1744
  var TEST = (function (arg) { return String(new $Error(arg).stack); })('zxcasd');
1745
1745
  // eslint-disable-next-line redos/no-vulnerable -- safe
@@ -1752,10 +1752,10 @@ var errorStackClear = function (stack, dropEntries) {
1752
1752
  } return stack;
1753
1753
  };
1754
1754
 
1755
- var fails$f = fails$r;
1755
+ var fails$g = fails$s;
1756
1756
  var createPropertyDescriptor$1 = createPropertyDescriptor$5;
1757
1757
 
1758
- var errorStackInstallable = !fails$f(function () {
1758
+ var errorStackInstallable = !fails$g(function () {
1759
1759
  var error = new Error('a');
1760
1760
  if (!('stack' in error)) return true;
1761
1761
  // eslint-disable-next-line es/no-object-defineproperty -- safe
@@ -1842,28 +1842,28 @@ var wrapErrorConstructorWithCause$1 = function (FULL_NAME, wrapper, FORCED, IS_A
1842
1842
  };
1843
1843
 
1844
1844
  /* eslint-disable no-unused-vars -- required for functions `.length` */
1845
- var $$l = _export;
1846
- var global$d = global$o;
1845
+ var $$m = _export;
1846
+ var global$e = global$p;
1847
1847
  var apply$3 = functionApply;
1848
1848
  var wrapErrorConstructorWithCause = wrapErrorConstructorWithCause$1;
1849
1849
 
1850
1850
  var WEB_ASSEMBLY = 'WebAssembly';
1851
- var WebAssembly = global$d[WEB_ASSEMBLY];
1851
+ var WebAssembly = global$e[WEB_ASSEMBLY];
1852
1852
 
1853
1853
  // eslint-disable-next-line es/no-error-cause -- feature detection
1854
- var FORCED$3 = new Error('e', { cause: 7 }).cause !== 7;
1854
+ var FORCED$4 = new Error('e', { cause: 7 }).cause !== 7;
1855
1855
 
1856
1856
  var exportGlobalErrorCauseWrapper = function (ERROR_NAME, wrapper) {
1857
1857
  var O = {};
1858
- O[ERROR_NAME] = wrapErrorConstructorWithCause(ERROR_NAME, wrapper, FORCED$3);
1859
- $$l({ global: true, constructor: true, arity: 1, forced: FORCED$3 }, O);
1858
+ O[ERROR_NAME] = wrapErrorConstructorWithCause(ERROR_NAME, wrapper, FORCED$4);
1859
+ $$m({ global: true, constructor: true, arity: 1, forced: FORCED$4 }, O);
1860
1860
  };
1861
1861
 
1862
1862
  var exportWebAssemblyErrorCauseWrapper = function (ERROR_NAME, wrapper) {
1863
1863
  if (WebAssembly && WebAssembly[ERROR_NAME]) {
1864
1864
  var O = {};
1865
- O[ERROR_NAME] = wrapErrorConstructorWithCause(WEB_ASSEMBLY + '.' + ERROR_NAME, wrapper, FORCED$3);
1866
- $$l({ target: WEB_ASSEMBLY, stat: true, constructor: true, arity: 1, forced: FORCED$3 }, O);
1865
+ O[ERROR_NAME] = wrapErrorConstructorWithCause(WEB_ASSEMBLY + '.' + ERROR_NAME, wrapper, FORCED$4);
1866
+ $$m({ target: WEB_ASSEMBLY, stat: true, constructor: true, arity: 1, forced: FORCED$4 }, O);
1867
1867
  }
1868
1868
  };
1869
1869
 
@@ -1899,7 +1899,7 @@ exportWebAssemblyErrorCauseWrapper('RuntimeError', function (init) {
1899
1899
  return function RuntimeError(message) { return apply$3(init, this, arguments); };
1900
1900
  });
1901
1901
 
1902
- var $$k = _export;
1902
+ var $$l = _export;
1903
1903
  var toObject$4 = toObject$8;
1904
1904
  var lengthOfArrayLike$5 = lengthOfArrayLike$7;
1905
1905
  var toIntegerOrInfinity$4 = toIntegerOrInfinity$7;
@@ -1907,7 +1907,7 @@ var addToUnscopables$2 = addToUnscopables$4;
1907
1907
 
1908
1908
  // `Array.prototype.at` method
1909
1909
  // https://tc39.es/ecma262/#sec-array.prototype.at
1910
- $$k({ target: 'Array', proto: true }, {
1910
+ $$l({ target: 'Array', proto: true }, {
1911
1911
  at: function at(index) {
1912
1912
  var O = toObject$4(this);
1913
1913
  var len = lengthOfArrayLike$5(O);
@@ -1937,13 +1937,13 @@ var regexpFlags$1 = function () {
1937
1937
  return result;
1938
1938
  };
1939
1939
 
1940
- var fails$e = fails$r;
1941
- var global$c = global$o;
1940
+ var fails$f = fails$s;
1941
+ var global$d = global$p;
1942
1942
 
1943
1943
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1944
- var $RegExp$2 = global$c.RegExp;
1944
+ var $RegExp$2 = global$d.RegExp;
1945
1945
 
1946
- var UNSUPPORTED_Y$2 = fails$e(function () {
1946
+ var UNSUPPORTED_Y$2 = fails$f(function () {
1947
1947
  var re = $RegExp$2('a', 'y');
1948
1948
  re.lastIndex = 2;
1949
1949
  return re.exec('abcd') !== null;
@@ -1951,11 +1951,11 @@ var UNSUPPORTED_Y$2 = fails$e(function () {
1951
1951
 
1952
1952
  // UC Browser bug
1953
1953
  // https://github.com/zloirock/core-js/issues/1008
1954
- var MISSED_STICKY$1 = UNSUPPORTED_Y$2 || fails$e(function () {
1954
+ var MISSED_STICKY$1 = UNSUPPORTED_Y$2 || fails$f(function () {
1955
1955
  return !$RegExp$2('a', 'y').sticky;
1956
1956
  });
1957
1957
 
1958
- var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$e(function () {
1958
+ var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$f(function () {
1959
1959
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1960
1960
  var re = $RegExp$2('^r', 'gy');
1961
1961
  re.lastIndex = 2;
@@ -1968,24 +1968,24 @@ var regexpStickyHelpers = {
1968
1968
  UNSUPPORTED_Y: UNSUPPORTED_Y$2
1969
1969
  };
1970
1970
 
1971
- var fails$d = fails$r;
1972
- var global$b = global$o;
1971
+ var fails$e = fails$s;
1972
+ var global$c = global$p;
1973
1973
 
1974
1974
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
1975
- var $RegExp$1 = global$b.RegExp;
1975
+ var $RegExp$1 = global$c.RegExp;
1976
1976
 
1977
- var regexpUnsupportedDotAll = fails$d(function () {
1977
+ var regexpUnsupportedDotAll = fails$e(function () {
1978
1978
  var re = $RegExp$1('.', 's');
1979
1979
  return !(re.dotAll && re.test('\n') && re.flags === 's');
1980
1980
  });
1981
1981
 
1982
- var fails$c = fails$r;
1983
- var global$a = global$o;
1982
+ var fails$d = fails$s;
1983
+ var global$b = global$p;
1984
1984
 
1985
1985
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
1986
- var $RegExp = global$a.RegExp;
1986
+ var $RegExp = global$b.RegExp;
1987
1987
 
1988
- var regexpUnsupportedNcg = fails$c(function () {
1988
+ var regexpUnsupportedNcg = fails$d(function () {
1989
1989
  var re = $RegExp('(?<a>b)', 'g');
1990
1990
  return re.exec('b').groups.a !== 'b' ||
1991
1991
  'b'.replace(re, '$<a>c') !== 'bc';
@@ -1994,8 +1994,8 @@ var regexpUnsupportedNcg = fails$c(function () {
1994
1994
  /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
1995
1995
  /* eslint-disable regexp/no-useless-quantifier -- testing */
1996
1996
  var call$d = functionCall;
1997
- var uncurryThis$g = functionUncurryThis;
1998
- var toString$c = toString$e;
1997
+ var uncurryThis$h = functionUncurryThis;
1998
+ var toString$d = toString$f;
1999
1999
  var regexpFlags = regexpFlags$1;
2000
2000
  var stickyHelpers$1 = regexpStickyHelpers;
2001
2001
  var shared = shared$4;
@@ -2007,10 +2007,10 @@ var UNSUPPORTED_NCG$1 = regexpUnsupportedNcg;
2007
2007
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
2008
2008
  var nativeExec = RegExp.prototype.exec;
2009
2009
  var patchedExec = nativeExec;
2010
- var charAt$6 = uncurryThis$g(''.charAt);
2011
- var indexOf = uncurryThis$g(''.indexOf);
2012
- var replace$5 = uncurryThis$g(''.replace);
2013
- var stringSlice$6 = uncurryThis$g(''.slice);
2010
+ var charAt$6 = uncurryThis$h(''.charAt);
2011
+ var indexOf = uncurryThis$h(''.indexOf);
2012
+ var replace$5 = uncurryThis$h(''.replace);
2013
+ var stringSlice$6 = uncurryThis$h(''.slice);
2014
2014
 
2015
2015
  var UPDATES_LAST_INDEX_WRONG = (function () {
2016
2016
  var re1 = /a/;
@@ -2031,7 +2031,7 @@ if (PATCH) {
2031
2031
  patchedExec = function exec(string) {
2032
2032
  var re = this;
2033
2033
  var state = getInternalState$1(re);
2034
- var str = toString$c(string);
2034
+ var str = toString$d(string);
2035
2035
  var raw = state.raw;
2036
2036
  var result, reCopy, lastIndex, match, i, object, group;
2037
2037
 
@@ -2108,22 +2108,22 @@ if (PATCH) {
2108
2108
 
2109
2109
  var regexpExec$2 = patchedExec;
2110
2110
 
2111
- var $$j = _export;
2112
- var exec$3 = regexpExec$2;
2111
+ var $$k = _export;
2112
+ var exec$4 = regexpExec$2;
2113
2113
 
2114
2114
  // `RegExp.prototype.exec` method
2115
2115
  // https://tc39.es/ecma262/#sec-regexp.prototype.exec
2116
- $$j({ target: 'RegExp', proto: true, forced: /./.exec !== exec$3 }, {
2117
- exec: exec$3
2116
+ $$k({ target: 'RegExp', proto: true, forced: /./.exec !== exec$4 }, {
2117
+ exec: exec$4
2118
2118
  });
2119
2119
 
2120
2120
  // TODO: Remove from `core-js@4` since it's moved to entry points
2121
2121
 
2122
- var $$i = _export;
2122
+ var $$j = _export;
2123
2123
  var call$c = functionCall;
2124
2124
  var isCallable$a = isCallable$q;
2125
2125
  var anObject$9 = anObject$f;
2126
- var toString$b = toString$e;
2126
+ var toString$c = toString$f;
2127
2127
 
2128
2128
  var DELEGATES_TO_EXEC = function () {
2129
2129
  var execCalled = false;
@@ -2139,10 +2139,10 @@ var nativeTest = /./.test;
2139
2139
 
2140
2140
  // `RegExp.prototype.test` method
2141
2141
  // https://tc39.es/ecma262/#sec-regexp.prototype.test
2142
- $$i({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
2142
+ $$j({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
2143
2143
  test: function (S) {
2144
2144
  var R = anObject$9(this);
2145
- var string = toString$b(S);
2145
+ var string = toString$c(S);
2146
2146
  var exec = R.exec;
2147
2147
  if (!isCallable$a(exec)) return call$c(nativeTest, R, string);
2148
2148
  var result = call$c(exec, R, string);
@@ -2168,15 +2168,15 @@ var regexpGetFlags = function (R) {
2168
2168
  var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
2169
2169
  var defineBuiltIn$4 = defineBuiltIn$8;
2170
2170
  var anObject$8 = anObject$f;
2171
- var $toString = toString$e;
2172
- var fails$b = fails$r;
2171
+ var $toString = toString$f;
2172
+ var fails$c = fails$s;
2173
2173
  var getRegExpFlags$1 = regexpGetFlags;
2174
2174
 
2175
2175
  var TO_STRING = 'toString';
2176
2176
  var RegExpPrototype$3 = RegExp.prototype;
2177
2177
  var nativeToString = RegExpPrototype$3[TO_STRING];
2178
2178
 
2179
- var NOT_GENERIC = fails$b(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; });
2179
+ var NOT_GENERIC = fails$c(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; });
2180
2180
  // FF44- RegExp#toString has a wrong name
2181
2181
  var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && nativeToString.name !== TO_STRING;
2182
2182
 
@@ -2191,25 +2191,25 @@ if (NOT_GENERIC || INCORRECT_NAME) {
2191
2191
  }, { unsafe: true });
2192
2192
  }
2193
2193
 
2194
- var $$h = _export;
2195
- var uncurryThis$f = functionUncurryThis;
2194
+ var $$i = _export;
2195
+ var uncurryThis$g = functionUncurryThis;
2196
2196
  var requireObjectCoercible$7 = requireObjectCoercible$b;
2197
2197
  var toIntegerOrInfinity$3 = toIntegerOrInfinity$7;
2198
- var toString$a = toString$e;
2199
- var fails$a = fails$r;
2198
+ var toString$b = toString$f;
2199
+ var fails$b = fails$s;
2200
2200
 
2201
- var charAt$5 = uncurryThis$f(''.charAt);
2201
+ var charAt$5 = uncurryThis$g(''.charAt);
2202
2202
 
2203
- var FORCED$2 = fails$a(function () {
2203
+ var FORCED$3 = fails$b(function () {
2204
2204
  // eslint-disable-next-line es/no-array-string-prototype-at -- safe
2205
2205
  return '𠮷'.at(-2) !== '\uD842';
2206
2206
  });
2207
2207
 
2208
2208
  // `String.prototype.at` method
2209
2209
  // https://tc39.es/ecma262/#sec-string.prototype.at
2210
- $$h({ target: 'String', proto: true, forced: FORCED$2 }, {
2210
+ $$i({ target: 'String', proto: true, forced: FORCED$3 }, {
2211
2211
  at: function at(index) {
2212
- var S = toString$a(requireObjectCoercible$7(this));
2212
+ var S = toString$b(requireObjectCoercible$7(this));
2213
2213
  var len = S.length;
2214
2214
  var relativeIndex = toIntegerOrInfinity$3(index);
2215
2215
  var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex;
@@ -2222,7 +2222,7 @@ $$h({ target: 'String', proto: true, forced: FORCED$2 }, {
2222
2222
  var call$a = functionCall;
2223
2223
  var defineBuiltIn$3 = defineBuiltIn$8;
2224
2224
  var regexpExec$1 = regexpExec$2;
2225
- var fails$9 = fails$r;
2225
+ var fails$a = fails$s;
2226
2226
  var wellKnownSymbol$b = wellKnownSymbol$k;
2227
2227
  var createNonEnumerableProperty$1 = createNonEnumerableProperty$9;
2228
2228
 
@@ -2232,14 +2232,14 @@ var RegExpPrototype$2 = RegExp.prototype;
2232
2232
  var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
2233
2233
  var SYMBOL = wellKnownSymbol$b(KEY);
2234
2234
 
2235
- var DELEGATES_TO_SYMBOL = !fails$9(function () {
2235
+ var DELEGATES_TO_SYMBOL = !fails$a(function () {
2236
2236
  // String methods call symbol-named RegExp methods
2237
2237
  var O = {};
2238
2238
  O[SYMBOL] = function () { return 7; };
2239
2239
  return ''[KEY](O) !== 7;
2240
2240
  });
2241
2241
 
2242
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$9(function () {
2242
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$a(function () {
2243
2243
  // Symbol-named RegExp methods call .exec
2244
2244
  var execCalled = false;
2245
2245
  var re = /a/;
@@ -2293,18 +2293,18 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
2293
2293
  if (SHAM) createNonEnumerableProperty$1(RegExpPrototype$2[SYMBOL], 'sham', true);
2294
2294
  };
2295
2295
 
2296
- var uncurryThis$e = functionUncurryThis;
2296
+ var uncurryThis$f = functionUncurryThis;
2297
2297
  var toIntegerOrInfinity$2 = toIntegerOrInfinity$7;
2298
- var toString$9 = toString$e;
2298
+ var toString$a = toString$f;
2299
2299
  var requireObjectCoercible$6 = requireObjectCoercible$b;
2300
2300
 
2301
- var charAt$4 = uncurryThis$e(''.charAt);
2302
- var charCodeAt$1 = uncurryThis$e(''.charCodeAt);
2303
- var stringSlice$5 = uncurryThis$e(''.slice);
2301
+ var charAt$4 = uncurryThis$f(''.charAt);
2302
+ var charCodeAt$1 = uncurryThis$f(''.charCodeAt);
2303
+ var stringSlice$5 = uncurryThis$f(''.slice);
2304
2304
 
2305
2305
  var createMethod$2 = function (CONVERT_TO_STRING) {
2306
2306
  return function ($this, pos) {
2307
- var S = toString$9(requireObjectCoercible$6($this));
2307
+ var S = toString$a(requireObjectCoercible$6($this));
2308
2308
  var position = toIntegerOrInfinity$2(pos);
2309
2309
  var size = S.length;
2310
2310
  var first, second;
@@ -2338,13 +2338,13 @@ var advanceStringIndex$2 = function (S, index, unicode) {
2338
2338
  return index + (unicode ? charAt$3(S, index).length : 1);
2339
2339
  };
2340
2340
 
2341
- var uncurryThis$d = functionUncurryThis;
2341
+ var uncurryThis$e = functionUncurryThis;
2342
2342
  var toObject$3 = toObject$8;
2343
2343
 
2344
2344
  var floor = Math.floor;
2345
- var charAt$2 = uncurryThis$d(''.charAt);
2346
- var replace$4 = uncurryThis$d(''.replace);
2347
- var stringSlice$4 = uncurryThis$d(''.slice);
2345
+ var charAt$2 = uncurryThis$e(''.charAt);
2346
+ var replace$4 = uncurryThis$e(''.replace);
2347
+ var stringSlice$4 = uncurryThis$e(''.slice);
2348
2348
  // eslint-disable-next-line redos/no-vulnerable -- safe
2349
2349
  var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
2350
2350
  var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
@@ -2407,15 +2407,15 @@ var regexpExecAbstract = function (R, S) {
2407
2407
 
2408
2408
  var apply$2 = functionApply;
2409
2409
  var call$8 = functionCall;
2410
- var uncurryThis$c = functionUncurryThis;
2410
+ var uncurryThis$d = functionUncurryThis;
2411
2411
  var fixRegExpWellKnownSymbolLogic$1 = fixRegexpWellKnownSymbolLogic;
2412
- var fails$8 = fails$r;
2412
+ var fails$9 = fails$s;
2413
2413
  var anObject$6 = anObject$f;
2414
2414
  var isCallable$8 = isCallable$q;
2415
2415
  var isNullOrUndefined$3 = isNullOrUndefined$6;
2416
2416
  var toIntegerOrInfinity$1 = toIntegerOrInfinity$7;
2417
2417
  var toLength$3 = toLength$5;
2418
- var toString$8 = toString$e;
2418
+ var toString$9 = toString$f;
2419
2419
  var requireObjectCoercible$5 = requireObjectCoercible$b;
2420
2420
  var advanceStringIndex$1 = advanceStringIndex$2;
2421
2421
  var getMethod$3 = getMethod$5;
@@ -2426,10 +2426,10 @@ var wellKnownSymbol$a = wellKnownSymbol$k;
2426
2426
  var REPLACE = wellKnownSymbol$a('replace');
2427
2427
  var max = Math.max;
2428
2428
  var min$2 = Math.min;
2429
- var concat = uncurryThis$c([].concat);
2430
- var push$1 = uncurryThis$c([].push);
2431
- var stringIndexOf$2 = uncurryThis$c(''.indexOf);
2432
- var stringSlice$3 = uncurryThis$c(''.slice);
2429
+ var concat = uncurryThis$d([].concat);
2430
+ var push$1 = uncurryThis$d([].push);
2431
+ var stringIndexOf$2 = uncurryThis$d(''.indexOf);
2432
+ var stringSlice$3 = uncurryThis$d(''.slice);
2433
2433
 
2434
2434
  var maybeToString = function (it) {
2435
2435
  return it === undefined ? it : String(it);
@@ -2450,7 +2450,7 @@ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
2450
2450
  return false;
2451
2451
  })();
2452
2452
 
2453
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$8(function () {
2453
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$9(function () {
2454
2454
  var re = /./;
2455
2455
  re.exec = function () {
2456
2456
  var result = [];
@@ -2473,13 +2473,13 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
2473
2473
  var replacer = isNullOrUndefined$3(searchValue) ? undefined : getMethod$3(searchValue, REPLACE);
2474
2474
  return replacer
2475
2475
  ? call$8(replacer, searchValue, O, replaceValue)
2476
- : call$8(nativeReplace, toString$8(O), searchValue, replaceValue);
2476
+ : call$8(nativeReplace, toString$9(O), searchValue, replaceValue);
2477
2477
  },
2478
2478
  // `RegExp.prototype[@@replace]` method
2479
2479
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
2480
2480
  function (string, replaceValue) {
2481
2481
  var rx = anObject$6(this);
2482
- var S = toString$8(string);
2482
+ var S = toString$9(string);
2483
2483
 
2484
2484
  if (
2485
2485
  typeof replaceValue == 'string' &&
@@ -2491,7 +2491,7 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
2491
2491
  }
2492
2492
 
2493
2493
  var functionalReplace = isCallable$8(replaceValue);
2494
- if (!functionalReplace) replaceValue = toString$8(replaceValue);
2494
+ if (!functionalReplace) replaceValue = toString$9(replaceValue);
2495
2495
 
2496
2496
  var global = rx.global;
2497
2497
  var fullUnicode;
@@ -2509,7 +2509,7 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
2509
2509
  push$1(results, result);
2510
2510
  if (!global) break;
2511
2511
 
2512
- var matchStr = toString$8(result[0]);
2512
+ var matchStr = toString$9(result[0]);
2513
2513
  if (matchStr === '') rx.lastIndex = advanceStringIndex$1(S, toLength$3(rx.lastIndex), fullUnicode);
2514
2514
  }
2515
2515
 
@@ -2518,7 +2518,7 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
2518
2518
  for (var i = 0; i < results.length; i++) {
2519
2519
  result = results[i];
2520
2520
 
2521
- var matched = toString$8(result[0]);
2521
+ var matched = toString$9(result[0]);
2522
2522
  var position = max(min$2(toIntegerOrInfinity$1(result.index), S.length), 0);
2523
2523
  var captures = [];
2524
2524
  var replacement;
@@ -2532,7 +2532,7 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
2532
2532
  if (functionalReplace) {
2533
2533
  var replacerArgs = concat([matched], captures, position, S);
2534
2534
  if (namedCaptures !== undefined) push$1(replacerArgs, namedCaptures);
2535
- replacement = toString$8(apply$2(replaceValue, undefined, replacerArgs));
2535
+ replacement = toString$9(apply$2(replaceValue, undefined, replacerArgs));
2536
2536
  } else {
2537
2537
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
2538
2538
  }
@@ -2548,13 +2548,13 @@ fixRegExpWellKnownSymbolLogic$1('replace', function (_, nativeReplace, maybeCall
2548
2548
  }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
2549
2549
 
2550
2550
  var classofRaw = classofRaw$2;
2551
- var uncurryThis$b = functionUncurryThis;
2551
+ var uncurryThis$c = functionUncurryThis;
2552
2552
 
2553
2553
  var functionUncurryThisClause = function (fn) {
2554
2554
  // Nashorn bug:
2555
2555
  // https://github.com/zloirock/core-js/issues/1128
2556
2556
  // https://github.com/zloirock/core-js/issues/1130
2557
- if (classofRaw(fn) === 'Function') return uncurryThis$b(fn);
2557
+ if (classofRaw(fn) === 'Function') return uncurryThis$c(fn);
2558
2558
  };
2559
2559
 
2560
2560
  var isObject$3 = isObject$e;
@@ -2596,16 +2596,16 @@ var correctIsRegexpLogic = function (METHOD_NAME) {
2596
2596
  } return false;
2597
2597
  };
2598
2598
 
2599
- var $$g = _export;
2600
- var uncurryThis$a = functionUncurryThisClause;
2599
+ var $$h = _export;
2600
+ var uncurryThis$b = functionUncurryThisClause;
2601
2601
  var getOwnPropertyDescriptor$3 = objectGetOwnPropertyDescriptor.f;
2602
2602
  var toLength$2 = toLength$5;
2603
- var toString$7 = toString$e;
2603
+ var toString$8 = toString$f;
2604
2604
  var notARegExp$2 = notARegexp;
2605
2605
  var requireObjectCoercible$4 = requireObjectCoercible$b;
2606
2606
  var correctIsRegExpLogic$2 = correctIsRegexpLogic;
2607
2607
 
2608
- var stringSlice$2 = uncurryThis$a(''.slice);
2608
+ var stringSlice$2 = uncurryThis$b(''.slice);
2609
2609
  var min$1 = Math.min;
2610
2610
 
2611
2611
  var CORRECT_IS_REGEXP_LOGIC$1 = correctIsRegExpLogic$2('startsWith');
@@ -2617,12 +2617,12 @@ var MDN_POLYFILL_BUG$1 = !CORRECT_IS_REGEXP_LOGIC$1 && !!function () {
2617
2617
 
2618
2618
  // `String.prototype.startsWith` method
2619
2619
  // https://tc39.es/ecma262/#sec-string.prototype.startswith
2620
- $$g({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS_REGEXP_LOGIC$1 }, {
2620
+ $$h({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS_REGEXP_LOGIC$1 }, {
2621
2621
  startsWith: function startsWith(searchString /* , position = 0 */) {
2622
- var that = toString$7(requireObjectCoercible$4(this));
2622
+ var that = toString$8(requireObjectCoercible$4(this));
2623
2623
  notARegExp$2(searchString);
2624
2624
  var index = toLength$2(min$1(arguments.length > 1 ? arguments[1] : undefined, that.length));
2625
- var search = toString$7(searchString);
2625
+ var search = toString$8(searchString);
2626
2626
  return stringSlice$2(that, index, index + search.length) === search;
2627
2627
  }
2628
2628
  });
@@ -3081,14 +3081,14 @@ const onChangeForCheckboxData = (data, name, value) => data ? !value ? data ===
3081
3081
 
3082
3082
  let _$a = t => t,
3083
3083
  _t$a,
3084
- _t2$6;
3084
+ _t2$7;
3085
3085
  styled.div(_t$a || (_t$a = _$a`
3086
3086
  height: 70vh;
3087
3087
  overflow-y: auto;
3088
3088
  padding-left: var(--goa-space-2xs);
3089
3089
  padding-right: var(--goa-space-2xs);
3090
3090
  `));
3091
- const Visible = styled.div(_t2$6 || (_t2$6 = _$a`
3091
+ const Visible = styled.div(_t2$7 || (_t2$7 = _$a`
3092
3092
  display: ${0};
3093
3093
  `), p => p.visible ? 'initial' : 'none');
3094
3094
 
@@ -3141,14 +3141,14 @@ var doesNotExceedSafeInteger$2 = function (it) {
3141
3141
  return it;
3142
3142
  };
3143
3143
 
3144
- var $$f = _export;
3144
+ var $$g = _export;
3145
3145
  var toObject$2 = toObject$8;
3146
3146
  var lengthOfArrayLike$4 = lengthOfArrayLike$7;
3147
3147
  var setArrayLength = arraySetLength;
3148
3148
  var doesNotExceedSafeInteger$1 = doesNotExceedSafeInteger$2;
3149
- var fails$7 = fails$r;
3149
+ var fails$8 = fails$s;
3150
3150
 
3151
- var INCORRECT_TO_LENGTH = fails$7(function () {
3151
+ var INCORRECT_TO_LENGTH = fails$8(function () {
3152
3152
  return [].push.call({ length: 0x100000000 }, 1) !== 4294967297;
3153
3153
  });
3154
3154
 
@@ -3163,11 +3163,11 @@ var properErrorOnNonWritableLength = function () {
3163
3163
  }
3164
3164
  };
3165
3165
 
3166
- var FORCED$1 = INCORRECT_TO_LENGTH || !properErrorOnNonWritableLength();
3166
+ var FORCED$2 = INCORRECT_TO_LENGTH || !properErrorOnNonWritableLength();
3167
3167
 
3168
3168
  // `Array.prototype.push` method
3169
3169
  // https://tc39.es/ecma262/#sec-array.prototype.push
3170
- $$f({ target: 'Array', proto: true, arity: 1, forced: FORCED$1 }, {
3170
+ $$g({ target: 'Array', proto: true, arity: 1, forced: FORCED$2 }, {
3171
3171
  // eslint-disable-next-line no-unused-vars -- required for `.length`
3172
3172
  push: function push(item) {
3173
3173
  var O = toObject$2(this);
@@ -3218,20 +3218,20 @@ function registerReducer(state, action) {
3218
3218
  return state;
3219
3219
  }
3220
3220
 
3221
- var $$e = _export;
3221
+ var $$f = _export;
3222
3222
  var $includes = arrayIncludes.includes;
3223
- var fails$6 = fails$r;
3223
+ var fails$7 = fails$s;
3224
3224
  var addToUnscopables$1 = addToUnscopables$4;
3225
3225
 
3226
3226
  // FF99+ bug
3227
- var BROKEN_ON_SPARSE = fails$6(function () {
3227
+ var BROKEN_ON_SPARSE = fails$7(function () {
3228
3228
  // eslint-disable-next-line es/no-array-prototype-includes -- detection
3229
3229
  return !Array(1).includes();
3230
3230
  });
3231
3231
 
3232
3232
  // `Array.prototype.includes` method
3233
3233
  // https://tc39.es/ecma262/#sec-array.prototype.includes
3234
- $$e({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3234
+ $$f({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3235
3235
  includes: function includes(el /* , fromIndex = 0 */) {
3236
3236
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
3237
3237
  }
@@ -3240,17 +3240,17 @@ $$e({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3240
3240
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
3241
3241
  addToUnscopables$1('includes');
3242
3242
 
3243
- var uncurryThis$9 = functionUncurryThis;
3243
+ var uncurryThis$a = functionUncurryThis;
3244
3244
 
3245
- var arraySlice$2 = uncurryThis$9([].slice);
3245
+ var arraySlice$2 = uncurryThis$a([].slice);
3246
3246
 
3247
- var uncurryThis$8 = functionUncurryThis;
3247
+ var uncurryThis$9 = functionUncurryThis;
3248
3248
  var isArray$2 = isArray$4;
3249
3249
  var isCallable$7 = isCallable$q;
3250
3250
  var classof$4 = classofRaw$2;
3251
- var toString$6 = toString$e;
3251
+ var toString$7 = toString$f;
3252
3252
 
3253
- var push = uncurryThis$8([].push);
3253
+ var push = uncurryThis$9([].push);
3254
3254
 
3255
3255
  var getJsonReplacerFunction = function (replacer) {
3256
3256
  if (isCallable$7(replacer)) return replacer;
@@ -3260,7 +3260,7 @@ var getJsonReplacerFunction = function (replacer) {
3260
3260
  for (var i = 0; i < rawLength; i++) {
3261
3261
  var element = replacer[i];
3262
3262
  if (typeof element == 'string') push(keys, element);
3263
- else if (typeof element == 'number' || classof$4(element) === 'Number' || classof$4(element) === 'String') push(keys, toString$6(element));
3263
+ else if (typeof element == 'number' || classof$4(element) === 'Number' || classof$4(element) === 'String') push(keys, toString$7(element));
3264
3264
  }
3265
3265
  var keysLength = keys.length;
3266
3266
  var root = true;
@@ -3274,12 +3274,12 @@ var getJsonReplacerFunction = function (replacer) {
3274
3274
  };
3275
3275
  };
3276
3276
 
3277
- var $$d = _export;
3277
+ var $$e = _export;
3278
3278
  var getBuiltIn$4 = getBuiltIn$9;
3279
3279
  var apply$1 = functionApply;
3280
3280
  var call$7 = functionCall;
3281
- var uncurryThis$7 = functionUncurryThis;
3282
- var fails$5 = fails$r;
3281
+ var uncurryThis$8 = functionUncurryThis;
3282
+ var fails$6 = fails$s;
3283
3283
  var isCallable$6 = isCallable$q;
3284
3284
  var isSymbol = isSymbol$3;
3285
3285
  var arraySlice$1 = arraySlice$2;
@@ -3288,17 +3288,17 @@ var NATIVE_SYMBOL$1 = symbolConstructorDetection;
3288
3288
 
3289
3289
  var $String = String;
3290
3290
  var $stringify = getBuiltIn$4('JSON', 'stringify');
3291
- var exec$2 = uncurryThis$7(/./.exec);
3292
- var charAt$1 = uncurryThis$7(''.charAt);
3293
- var charCodeAt = uncurryThis$7(''.charCodeAt);
3294
- var replace$3 = uncurryThis$7(''.replace);
3295
- var numberToString = uncurryThis$7(1.0.toString);
3291
+ var exec$3 = uncurryThis$8(/./.exec);
3292
+ var charAt$1 = uncurryThis$8(''.charAt);
3293
+ var charCodeAt = uncurryThis$8(''.charCodeAt);
3294
+ var replace$3 = uncurryThis$8(''.replace);
3295
+ var numberToString = uncurryThis$8(1.0.toString);
3296
3296
 
3297
3297
  var tester = /[\uD800-\uDFFF]/g;
3298
3298
  var low = /^[\uD800-\uDBFF]$/;
3299
3299
  var hi = /^[\uDC00-\uDFFF]$/;
3300
3300
 
3301
- var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$5(function () {
3301
+ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$6(function () {
3302
3302
  var symbol = getBuiltIn$4('Symbol')('stringify detection');
3303
3303
  // MS Edge converts symbol values to JSON as {}
3304
3304
  return $stringify([symbol]) !== '[null]'
@@ -3309,7 +3309,7 @@ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$5(function () {
3309
3309
  });
3310
3310
 
3311
3311
  // https://github.com/tc39/proposal-well-formed-stringify
3312
- var ILL_FORMED_UNICODE = fails$5(function () {
3312
+ var ILL_FORMED_UNICODE = fails$6(function () {
3313
3313
  return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
3314
3314
  || $stringify('\uDEAD') !== '"\\udead"';
3315
3315
  });
@@ -3329,7 +3329,7 @@ var stringifyWithSymbolsFix = function (it, replacer) {
3329
3329
  var fixIllFormed = function (match, offset, string) {
3330
3330
  var prev = charAt$1(string, offset - 1);
3331
3331
  var next = charAt$1(string, offset + 1);
3332
- if ((exec$2(low, match) && !exec$2(hi, next)) || (exec$2(hi, match) && !exec$2(low, prev))) {
3332
+ if ((exec$3(low, match) && !exec$3(hi, next)) || (exec$3(hi, match) && !exec$3(low, prev))) {
3333
3333
  return '\\u' + numberToString(charCodeAt(match, 0), 16);
3334
3334
  } return match;
3335
3335
  };
@@ -3337,7 +3337,7 @@ var fixIllFormed = function (match, offset, string) {
3337
3337
  if ($stringify) {
3338
3338
  // `JSON.stringify` method
3339
3339
  // https://tc39.es/ecma262/#sec-json.stringify
3340
- $$d({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
3340
+ $$e({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
3341
3341
  // eslint-disable-next-line no-unused-vars -- required for `.length`
3342
3342
  stringify: function stringify(it, replacer, space) {
3343
3343
  var args = arraySlice$1(arguments);
@@ -3347,22 +3347,22 @@ if ($stringify) {
3347
3347
  });
3348
3348
  }
3349
3349
 
3350
- var $$c = _export;
3351
- var uncurryThis$6 = functionUncurryThis;
3350
+ var $$d = _export;
3351
+ var uncurryThis$7 = functionUncurryThis;
3352
3352
  var notARegExp$1 = notARegexp;
3353
3353
  var requireObjectCoercible$3 = requireObjectCoercible$b;
3354
- var toString$5 = toString$e;
3354
+ var toString$6 = toString$f;
3355
3355
  var correctIsRegExpLogic$1 = correctIsRegexpLogic;
3356
3356
 
3357
- var stringIndexOf$1 = uncurryThis$6(''.indexOf);
3357
+ var stringIndexOf$1 = uncurryThis$7(''.indexOf);
3358
3358
 
3359
3359
  // `String.prototype.includes` method
3360
3360
  // https://tc39.es/ecma262/#sec-string.prototype.includes
3361
- $$c({ target: 'String', proto: true, forced: !correctIsRegExpLogic$1('includes') }, {
3361
+ $$d({ target: 'String', proto: true, forced: !correctIsRegExpLogic$1('includes') }, {
3362
3362
  includes: function includes(searchString /* , position = 0 */) {
3363
3363
  return !!~stringIndexOf$1(
3364
- toString$5(requireObjectCoercible$3(this)),
3365
- toString$5(notARegExp$1(searchString)),
3364
+ toString$6(requireObjectCoercible$3(this)),
3365
+ toString$6(notARegExp$1(searchString)),
3366
3366
  arguments.length > 1 ? arguments[1] : undefined
3367
3367
  );
3368
3368
  }
@@ -3438,8 +3438,8 @@ var setSpecies$2 = function (CONSTRUCTOR_NAME) {
3438
3438
  };
3439
3439
 
3440
3440
  var DESCRIPTORS$4 = descriptors;
3441
- var global$9 = global$o;
3442
- var uncurryThis$5 = functionUncurryThis;
3441
+ var global$a = global$p;
3442
+ var uncurryThis$6 = functionUncurryThis;
3443
3443
  var isForced$1 = isForced_1;
3444
3444
  var inheritIfRequired = inheritIfRequired$2;
3445
3445
  var createNonEnumerableProperty = createNonEnumerableProperty$9;
@@ -3447,12 +3447,12 @@ var create = objectCreate;
3447
3447
  var getOwnPropertyNames = objectGetOwnPropertyNames.f;
3448
3448
  var isPrototypeOf$3 = objectIsPrototypeOf;
3449
3449
  var isRegExp = isRegexp;
3450
- var toString$4 = toString$e;
3450
+ var toString$5 = toString$f;
3451
3451
  var getRegExpFlags = regexpGetFlags;
3452
3452
  var stickyHelpers = regexpStickyHelpers;
3453
3453
  var proxyAccessor = proxyAccessor$2;
3454
3454
  var defineBuiltIn$2 = defineBuiltIn$8;
3455
- var fails$4 = fails$r;
3455
+ var fails$5 = fails$s;
3456
3456
  var hasOwn$2 = hasOwnProperty_1;
3457
3457
  var enforceInternalState = internalState.enforce;
3458
3458
  var setSpecies$1 = setSpecies$2;
@@ -3461,14 +3461,14 @@ var UNSUPPORTED_DOT_ALL$1 = regexpUnsupportedDotAll;
3461
3461
  var UNSUPPORTED_NCG = regexpUnsupportedNcg;
3462
3462
 
3463
3463
  var MATCH = wellKnownSymbol$6('match');
3464
- var NativeRegExp = global$9.RegExp;
3464
+ var NativeRegExp = global$a.RegExp;
3465
3465
  var RegExpPrototype$1 = NativeRegExp.prototype;
3466
- var SyntaxError = global$9.SyntaxError;
3467
- var exec$1 = uncurryThis$5(RegExpPrototype$1.exec);
3468
- var charAt = uncurryThis$5(''.charAt);
3469
- var replace$2 = uncurryThis$5(''.replace);
3470
- var stringIndexOf = uncurryThis$5(''.indexOf);
3471
- var stringSlice$1 = uncurryThis$5(''.slice);
3466
+ var SyntaxError = global$a.SyntaxError;
3467
+ var exec$2 = uncurryThis$6(RegExpPrototype$1.exec);
3468
+ var charAt = uncurryThis$6(''.charAt);
3469
+ var replace$2 = uncurryThis$6(''.replace);
3470
+ var stringIndexOf = uncurryThis$6(''.indexOf);
3471
+ var stringSlice$1 = uncurryThis$6(''.slice);
3472
3472
  // TODO: Use only proper RegExpIdentifierName
3473
3473
  var IS_NCG = /^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/;
3474
3474
  var re1 = /a/g;
@@ -3481,7 +3481,7 @@ var MISSED_STICKY = stickyHelpers.MISSED_STICKY;
3481
3481
  var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
3482
3482
 
3483
3483
  var BASE_FORCED = DESCRIPTORS$4 &&
3484
- (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL$1 || UNSUPPORTED_NCG || fails$4(function () {
3484
+ (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL$1 || UNSUPPORTED_NCG || fails$5(function () {
3485
3485
  re2[MATCH] = false;
3486
3486
  // RegExp constructor can alter flags and IsRegExp works correct with @@match
3487
3487
  return NativeRegExp(re1) !== re1 || NativeRegExp(re2) === re2 || String(NativeRegExp(re1, 'i')) !== '/a/i';
@@ -3533,7 +3533,7 @@ var handleNCG = function (string) {
3533
3533
  brackets = true;
3534
3534
  break;
3535
3535
  case chr === '(':
3536
- if (exec$1(IS_NCG, stringSlice$1(string, index + 1))) {
3536
+ if (exec$2(IS_NCG, stringSlice$1(string, index + 1))) {
3537
3537
  index += 2;
3538
3538
  ncg = true;
3539
3539
  }
@@ -3575,8 +3575,8 @@ if (isForced$1('RegExp', BASE_FORCED)) {
3575
3575
  if (flagsAreUndefined) flags = getRegExpFlags(rawPattern);
3576
3576
  }
3577
3577
 
3578
- pattern = pattern === undefined ? '' : toString$4(pattern);
3579
- flags = flags === undefined ? '' : toString$4(flags);
3578
+ pattern = pattern === undefined ? '' : toString$5(pattern);
3579
+ flags = flags === undefined ? '' : toString$5(flags);
3580
3580
  rawPattern = pattern;
3581
3581
 
3582
3582
  if (UNSUPPORTED_DOT_ALL$1 && 'dotAll' in re1) {
@@ -3623,7 +3623,7 @@ if (isForced$1('RegExp', BASE_FORCED)) {
3623
3623
 
3624
3624
  RegExpPrototype$1.constructor = RegExpWrapper;
3625
3625
  RegExpWrapper.prototype = RegExpPrototype$1;
3626
- defineBuiltIn$2(global$9, 'RegExp', RegExpWrapper, { constructor: true });
3626
+ defineBuiltIn$2(global$a, 'RegExp', RegExpWrapper, { constructor: true });
3627
3627
  }
3628
3628
 
3629
3629
  // https://tc39.es/ecma262/#sec-get-regexp-@@species
@@ -3849,10 +3849,26 @@ const JsonFormRegisterProvider = ({
3849
3849
  };
3850
3850
 
3851
3851
  let _$9 = t => t,
3852
- _t$9;
3852
+ _t$9,
3853
+ _t2$6,
3854
+ _t3$5;
3853
3855
  const FormFieldWrapper = styled.div(_t$9 || (_t$9 = _$9`
3854
3856
  margin-bottom: var(--goa-space-l);
3855
3857
  `));
3858
+ const WarningIconDiv = styled.div(_t2$6 || (_t2$6 = _$9`
3859
+ display: inline-flex;
3860
+ align-items: flex-start;
3861
+ gap: 0.25rem;
3862
+ font-size: var(--goa-font-size-2);
3863
+ color: var(--goa-color-interactive-error);
3864
+ `));
3865
+ const RequiredTextLabel = styled.label(_t3$5 || (_t3$5 = _$9`
3866
+ color: var(--goa-color-greyscale-700);
3867
+ font-weight: var(--goa-font-weight-regular);
3868
+ font-size: var(--goa-font-size-2);
3869
+ line-height: var(--goa-line-height-1);
3870
+ font-style: normal;
3871
+ `));
3856
3872
 
3857
3873
  const GoAInputBaseControl = props => {
3858
3874
  var _a, _b;
@@ -3889,18 +3905,18 @@ const GoAInputBaseControl = props => {
3889
3905
  });
3890
3906
  };
3891
3907
 
3892
- var $$b = _export;
3908
+ var $$c = _export;
3893
3909
  var DESCRIPTORS$2 = descriptors;
3894
- var global$8 = global$o;
3895
- var uncurryThis$4 = functionUncurryThis;
3910
+ var global$9 = global$p;
3911
+ var uncurryThis$5 = functionUncurryThis;
3896
3912
  var hasOwn$1 = hasOwnProperty_1;
3897
3913
  var isCallable$5 = isCallable$q;
3898
3914
  var isPrototypeOf$2 = objectIsPrototypeOf;
3899
- var toString$3 = toString$e;
3915
+ var toString$4 = toString$f;
3900
3916
  var defineBuiltInAccessor = defineBuiltInAccessor$3;
3901
3917
  var copyConstructorProperties = copyConstructorProperties$3;
3902
3918
 
3903
- var NativeSymbol = global$8.Symbol;
3919
+ var NativeSymbol = global$9.Symbol;
3904
3920
  var SymbolPrototype = NativeSymbol && NativeSymbol.prototype;
3905
3921
 
3906
3922
  if (DESCRIPTORS$2 && isCallable$5(NativeSymbol) && (!('description' in SymbolPrototype) ||
@@ -3910,7 +3926,7 @@ if (DESCRIPTORS$2 && isCallable$5(NativeSymbol) && (!('description' in SymbolPro
3910
3926
  var EmptyStringDescriptionStore = {};
3911
3927
  // wrap Symbol constructor for correct work with undefined description
3912
3928
  var SymbolWrapper = function Symbol() {
3913
- var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$3(arguments[0]);
3929
+ var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$4(arguments[0]);
3914
3930
  var result = isPrototypeOf$2(SymbolPrototype, this)
3915
3931
  ? new NativeSymbol(description)
3916
3932
  // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
@@ -3924,11 +3940,11 @@ if (DESCRIPTORS$2 && isCallable$5(NativeSymbol) && (!('description' in SymbolPro
3924
3940
  SymbolPrototype.constructor = SymbolWrapper;
3925
3941
 
3926
3942
  var NATIVE_SYMBOL = String(NativeSymbol('description detection')) === 'Symbol(description detection)';
3927
- var thisSymbolValue = uncurryThis$4(SymbolPrototype.valueOf);
3928
- var symbolDescriptiveString = uncurryThis$4(SymbolPrototype.toString);
3943
+ var thisSymbolValue = uncurryThis$5(SymbolPrototype.valueOf);
3944
+ var symbolDescriptiveString = uncurryThis$5(SymbolPrototype.toString);
3929
3945
  var regexp = /^Symbol\((.*)\)[^)]+$/;
3930
- var replace$1 = uncurryThis$4(''.replace);
3931
- var stringSlice = uncurryThis$4(''.slice);
3946
+ var replace$1 = uncurryThis$5(''.replace);
3947
+ var stringSlice = uncurryThis$5(''.slice);
3932
3948
 
3933
3949
  defineBuiltInAccessor(SymbolPrototype, 'description', {
3934
3950
  configurable: true,
@@ -3941,7 +3957,7 @@ if (DESCRIPTORS$2 && isCallable$5(NativeSymbol) && (!('description' in SymbolPro
3941
3957
  }
3942
3958
  });
3943
3959
 
3944
- $$b({ global: true, constructor: true, forced: true }, {
3960
+ $$c({ global: true, constructor: true, forced: true }, {
3945
3961
  Symbol: SymbolWrapper
3946
3962
  });
3947
3963
  }
@@ -3951,7 +3967,7 @@ var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
3951
3967
  var anObject$5 = anObject$f;
3952
3968
  var isNullOrUndefined$2 = isNullOrUndefined$6;
3953
3969
  var toLength$1 = toLength$5;
3954
- var toString$2 = toString$e;
3970
+ var toString$3 = toString$f;
3955
3971
  var requireObjectCoercible$2 = requireObjectCoercible$b;
3956
3972
  var getMethod$2 = getMethod$5;
3957
3973
  var advanceStringIndex = advanceStringIndex$2;
@@ -3965,13 +3981,13 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
3965
3981
  function match(regexp) {
3966
3982
  var O = requireObjectCoercible$2(this);
3967
3983
  var matcher = isNullOrUndefined$2(regexp) ? undefined : getMethod$2(regexp, MATCH);
3968
- return matcher ? call$6(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString$2(O));
3984
+ return matcher ? call$6(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString$3(O));
3969
3985
  },
3970
3986
  // `RegExp.prototype[@@match]` method
3971
3987
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@match
3972
3988
  function (string) {
3973
3989
  var rx = anObject$5(this);
3974
- var S = toString$2(string);
3990
+ var S = toString$3(string);
3975
3991
  var res = maybeCallNative(nativeMatch, rx, S);
3976
3992
 
3977
3993
  if (res.done) return res.value;
@@ -3984,7 +4000,7 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
3984
4000
  var n = 0;
3985
4001
  var result;
3986
4002
  while ((result = regExpExec(rx, S)) !== null) {
3987
- var matchStr = toString$2(result[0]);
4003
+ var matchStr = toString$3(result[0]);
3988
4004
  A[n] = matchStr;
3989
4005
  if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength$1(rx.lastIndex), fullUnicode);
3990
4006
  n++;
@@ -3995,22 +4011,22 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
3995
4011
  });
3996
4012
 
3997
4013
  // a string of all valid unicode whitespaces
3998
- var whitespaces$2 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
4014
+ var whitespaces$3 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
3999
4015
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
4000
4016
 
4001
- var uncurryThis$3 = functionUncurryThis;
4017
+ var uncurryThis$4 = functionUncurryThis;
4002
4018
  var requireObjectCoercible$1 = requireObjectCoercible$b;
4003
- var toString$1 = toString$e;
4004
- var whitespaces$1 = whitespaces$2;
4019
+ var toString$2 = toString$f;
4020
+ var whitespaces$2 = whitespaces$3;
4005
4021
 
4006
- var replace = uncurryThis$3(''.replace);
4007
- var ltrim = RegExp('^[' + whitespaces$1 + ']+');
4008
- var rtrim = RegExp('(^|[^' + whitespaces$1 + '])[' + whitespaces$1 + ']+$');
4022
+ var replace = uncurryThis$4(''.replace);
4023
+ var ltrim = RegExp('^[' + whitespaces$2 + ']+');
4024
+ var rtrim = RegExp('(^|[^' + whitespaces$2 + '])[' + whitespaces$2 + ']+$');
4009
4025
 
4010
4026
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
4011
4027
  var createMethod$1 = function (TYPE) {
4012
4028
  return function ($this) {
4013
- var string = toString$1(requireObjectCoercible$1($this));
4029
+ var string = toString$2(requireObjectCoercible$1($this));
4014
4030
  if (TYPE & 1) string = replace(string, ltrim, '');
4015
4031
  if (TYPE & 2) string = replace(string, rtrim, '$1');
4016
4032
  return string;
@@ -4030,28 +4046,28 @@ var stringTrim = {
4030
4046
  };
4031
4047
 
4032
4048
  var PROPER_FUNCTION_NAME = functionName.PROPER;
4033
- var fails$3 = fails$r;
4034
- var whitespaces = whitespaces$2;
4049
+ var fails$4 = fails$s;
4050
+ var whitespaces$1 = whitespaces$3;
4035
4051
 
4036
4052
  var non = '\u200B\u0085\u180E';
4037
4053
 
4038
4054
  // check that a method works with the correct list
4039
4055
  // of whitespaces and has a correct name
4040
4056
  var stringTrimForced = function (METHOD_NAME) {
4041
- return fails$3(function () {
4042
- return !!whitespaces[METHOD_NAME]()
4057
+ return fails$4(function () {
4058
+ return !!whitespaces$1[METHOD_NAME]()
4043
4059
  || non[METHOD_NAME]() !== non
4044
- || (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
4060
+ || (PROPER_FUNCTION_NAME && whitespaces$1[METHOD_NAME].name !== METHOD_NAME);
4045
4061
  });
4046
4062
  };
4047
4063
 
4048
- var $$a = _export;
4064
+ var $$b = _export;
4049
4065
  var $trim = stringTrim.trim;
4050
4066
  var forcedStringTrimMethod = stringTrimForced;
4051
4067
 
4052
4068
  // `String.prototype.trim` method
4053
4069
  // https://tc39.es/ecma262/#sec-string.prototype.trim
4054
- $$a({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
4070
+ $$b({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
4055
4071
  trim: function trim() {
4056
4072
  return $trim(this);
4057
4073
  }
@@ -5234,24 +5250,57 @@ const EnumCheckboxControl = props => {
5234
5250
  const GoAEnumCheckboxGroupControl = withJsonFormsEnumProps(withTranslateProps(EnumCheckboxControl), true);
5235
5251
  const GoACheckoutGroupControlTester = rankWith(18, and(isEnumControl, optionIs('format', 'checkbox')));
5236
5252
 
5253
+ const warningIcon = errorMessage => {
5254
+ return jsxs(WarningIconDiv, {
5255
+ children: [jsx(GoAIcon, {
5256
+ type: "warning",
5257
+ size: "small",
5258
+ theme: "filled",
5259
+ mt: "2xs"
5260
+ }), errorMessage]
5261
+ });
5262
+ };
5237
5263
  const GoABaseInputReviewComponent = props => {
5264
+ var _a, _b, _c, _d, _e;
5238
5265
  // eslint-disable-next-line
5239
5266
  const {
5240
5267
  data,
5241
- id
5268
+ id,
5269
+ uischema,
5270
+ schema,
5271
+ required
5242
5272
  } = props;
5243
5273
  let reviewText = data;
5244
5274
  const isBoolean = typeof data === 'boolean';
5275
+ const requiredText = `${((_a = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _a === void 0 ? void 0 : _a.text) ? (_b = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _b === void 0 ? void 0 : _b.text : (schema === null || schema === void 0 ? void 0 : schema.title) ? schema === null || schema === void 0 ? void 0 : schema.title : schema === null || schema === void 0 ? void 0 : schema.description}${required ? ' is required.' : ''}`;
5276
+ const renderRequiredLabel = () => {
5277
+ return data !== undefined && schema.type === 'boolean' && required ? jsx(RequiredTextLabel, {
5278
+ children: ` (required)`
5279
+ }) : null;
5280
+ };
5281
+ const renderWarningMessage = () => {
5282
+ var _a;
5283
+ if ((_a = uischema.options) === null || _a === void 0 ? void 0 : _a.radio) return null;
5284
+ if (schema.type === 'boolean' && required && data === undefined) {
5285
+ return warningIcon(requiredText.trim());
5286
+ }
5287
+ return null;
5288
+ };
5245
5289
  if (isBoolean) {
5246
- reviewText = data ? 'Yes' : 'No';
5290
+ const label = (_d = (_c = uischema.options) === null || _c === void 0 ? void 0 : _c.text) === null || _d === void 0 ? void 0 : _d.trim();
5291
+ if (((_e = uischema.options) === null || _e === void 0 ? void 0 : _e.radio) === true) {
5292
+ reviewText = data ? `Yes` : `No`;
5293
+ } else {
5294
+ reviewText = data ? `Yes (${label})` : `No (${label})`;
5295
+ }
5247
5296
  }
5248
- return jsx("div", {
5297
+ return jsxs("div", {
5249
5298
  style: {
5250
5299
  textWrap: 'wrap',
5251
5300
  wordBreak: 'break-word'
5252
5301
  },
5253
5302
  "data-testid": `review-control-${id}`,
5254
- children: reviewText
5303
+ children: [reviewText, renderRequiredLabel(), renderWarningMessage()]
5255
5304
  });
5256
5305
  };
5257
5306
  const GoInputBaseReview = props => jsx(GoAInputBaseControl, Object.assign({}, props, {
@@ -5583,11 +5632,11 @@ const RenderStepElements = props => {
5583
5632
  });
5584
5633
  };
5585
5634
 
5586
- var uncurryThis$2 = functionUncurryThisClause;
5635
+ var uncurryThis$3 = functionUncurryThisClause;
5587
5636
  var aCallable$6 = aCallable$9;
5588
5637
  var NATIVE_BIND = functionBindNative;
5589
5638
 
5590
- var bind$5 = uncurryThis$2(uncurryThis$2.bind);
5639
+ var bind$5 = uncurryThis$3(uncurryThis$3.bind);
5591
5640
 
5592
5641
  // optional / simple context binding
5593
5642
  var functionBindContext = function (fn, that) {
@@ -5631,8 +5680,8 @@ var flattenIntoArray$1 = function (target, original, source, sourceLen, start, d
5631
5680
 
5632
5681
  var flattenIntoArray_1 = flattenIntoArray$1;
5633
5682
 
5634
- var uncurryThis$1 = functionUncurryThis;
5635
- var fails$2 = fails$r;
5683
+ var uncurryThis$2 = functionUncurryThis;
5684
+ var fails$3 = fails$s;
5636
5685
  var isCallable$4 = isCallable$q;
5637
5686
  var classof$2 = classof$9;
5638
5687
  var getBuiltIn$2 = getBuiltIn$9;
@@ -5641,7 +5690,7 @@ var inspectSource$1 = inspectSource$3;
5641
5690
  var noop = function () { /* empty */ };
5642
5691
  var construct = getBuiltIn$2('Reflect', 'construct');
5643
5692
  var constructorRegExp = /^\s*(?:class|function)\b/;
5644
- var exec = uncurryThis$1(constructorRegExp.exec);
5693
+ var exec$1 = uncurryThis$2(constructorRegExp.exec);
5645
5694
  var INCORRECT_TO_STRING = !constructorRegExp.test(noop);
5646
5695
 
5647
5696
  var isConstructorModern = function isConstructor(argument) {
@@ -5665,7 +5714,7 @@ var isConstructorLegacy = function isConstructor(argument) {
5665
5714
  // we can't check .prototype since constructors produced by .bind haven't it
5666
5715
  // `Function#toString` throws on some built-it function in some legacy engines
5667
5716
  // (for example, `DOMQuad` and similar in FF41-)
5668
- return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource$1(argument));
5717
+ return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource$1(argument));
5669
5718
  } catch (error) {
5670
5719
  return true;
5671
5720
  }
@@ -5675,7 +5724,7 @@ isConstructorLegacy.sham = true;
5675
5724
 
5676
5725
  // `IsConstructor` abstract operation
5677
5726
  // https://tc39.es/ecma262/#sec-isconstructor
5678
- var isConstructor$2 = !construct || fails$2(function () {
5727
+ var isConstructor$2 = !construct || fails$3(function () {
5679
5728
  var called;
5680
5729
  return isConstructorModern(isConstructorModern.call)
5681
5730
  || !isConstructorModern(Object)
@@ -5714,7 +5763,7 @@ var arraySpeciesCreate$1 = function (originalArray, length) {
5714
5763
  return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
5715
5764
  };
5716
5765
 
5717
- var $$9 = _export;
5766
+ var $$a = _export;
5718
5767
  var flattenIntoArray = flattenIntoArray_1;
5719
5768
  var toObject$1 = toObject$8;
5720
5769
  var lengthOfArrayLike$2 = lengthOfArrayLike$7;
@@ -5723,7 +5772,7 @@ var arraySpeciesCreate = arraySpeciesCreate$1;
5723
5772
 
5724
5773
  // `Array.prototype.flat` method
5725
5774
  // https://tc39.es/ecma262/#sec-array.prototype.flat
5726
- $$9({ target: 'Array', proto: true }, {
5775
+ $$a({ target: 'Array', proto: true }, {
5727
5776
  flat: function flat(/* depthArg = 1 */) {
5728
5777
  var depthArg = arguments.length ? arguments[0] : undefined;
5729
5778
  var O = toObject$1(this);
@@ -6001,7 +6050,7 @@ const createStepperContextInitData = props => {
6001
6050
  id,
6002
6051
  label: deriveLabelForUISchemaElement(c, t),
6003
6052
  scopes,
6004
- isVisited: id === 0,
6053
+ isVisited: false,
6005
6054
  isCompleted: (incompletePaths === null || incompletePaths === void 0 ? void 0 : incompletePaths.length) === 0,
6006
6055
  isValid: (incompletePaths === null || incompletePaths === void 0 ? void 0 : incompletePaths.length) === 0,
6007
6056
  uischema: c,
@@ -6013,8 +6062,8 @@ const createStepperContextInitData = props => {
6013
6062
  return {
6014
6063
  categories: categories,
6015
6064
  activeId,
6016
- hasNextButton: true,
6017
- hasPrevButton: activeId > 0,
6065
+ hasNextButton: activeId !== (categories === null || categories === void 0 ? void 0 : categories.length),
6066
+ hasPrevButton: activeId > 0 && activeId !== (categories === null || categories === void 0 ? void 0 : categories.length),
6018
6067
  path,
6019
6068
  isOnReview: activeId === (categories === null || categories === void 0 ? void 0 : categories.length),
6020
6069
  isValid: valid === true
@@ -6558,12 +6607,12 @@ const FileUploaderTester = rankWith(3, and(schemaTypeIs('string'), formatIs('fil
6558
6607
  var wellKnownSymbol$4 = wellKnownSymbol$k;
6559
6608
  var Iterators$1 = iterators;
6560
6609
 
6561
- var ITERATOR$2 = wellKnownSymbol$4('iterator');
6610
+ var ITERATOR$3 = wellKnownSymbol$4('iterator');
6562
6611
  var ArrayPrototype = Array.prototype;
6563
6612
 
6564
6613
  // check on default Array iterator
6565
6614
  var isArrayIteratorMethod$1 = function (it) {
6566
- return it !== undefined && (Iterators$1.Array === it || ArrayPrototype[ITERATOR$2] === it);
6615
+ return it !== undefined && (Iterators$1.Array === it || ArrayPrototype[ITERATOR$3] === it);
6567
6616
  };
6568
6617
 
6569
6618
  var classof$1 = classof$9;
@@ -6572,10 +6621,10 @@ var isNullOrUndefined$1 = isNullOrUndefined$6;
6572
6621
  var Iterators = iterators;
6573
6622
  var wellKnownSymbol$3 = wellKnownSymbol$k;
6574
6623
 
6575
- var ITERATOR$1 = wellKnownSymbol$3('iterator');
6624
+ var ITERATOR$2 = wellKnownSymbol$3('iterator');
6576
6625
 
6577
6626
  var getIteratorMethod$2 = function (it) {
6578
- if (!isNullOrUndefined$1(it)) return getMethod$1(it, ITERATOR$1)
6627
+ if (!isNullOrUndefined$1(it)) return getMethod$1(it, ITERATOR$2)
6579
6628
  || getMethod$1(it, '@@iterator')
6580
6629
  || Iterators[classof$1(it)];
6581
6630
  };
@@ -6696,13 +6745,13 @@ var createProperty$1 = function (object, key, value) {
6696
6745
  else object[key] = value;
6697
6746
  };
6698
6747
 
6699
- var $$8 = _export;
6748
+ var $$9 = _export;
6700
6749
  var iterate$2 = iterate$3;
6701
6750
  var createProperty = createProperty$1;
6702
6751
 
6703
6752
  // `Object.fromEntries` method
6704
6753
  // https://github.com/tc39/proposal-object-from-entries
6705
- $$8({ target: 'Object', stat: true }, {
6754
+ $$9({ target: 'Object', stat: true }, {
6706
6755
  fromEntries: function fromEntries(iterable) {
6707
6756
  var obj = {};
6708
6757
  iterate$2(iterable, function (k, v) {
@@ -6712,6 +6761,38 @@ $$8({ target: 'Object', stat: true }, {
6712
6761
  }
6713
6762
  });
6714
6763
 
6764
+ var global$8 = global$p;
6765
+ var fails$2 = fails$s;
6766
+ var uncurryThis$1 = functionUncurryThis;
6767
+ var toString$1 = toString$f;
6768
+ var trim = stringTrim.trim;
6769
+ var whitespaces = whitespaces$3;
6770
+
6771
+ var $parseInt$1 = global$8.parseInt;
6772
+ var Symbol$1 = global$8.Symbol;
6773
+ var ITERATOR$1 = Symbol$1 && Symbol$1.iterator;
6774
+ var hex = /^[+-]?0x/i;
6775
+ var exec = uncurryThis$1(hex.exec);
6776
+ var FORCED$1 = $parseInt$1(whitespaces + '08') !== 8 || $parseInt$1(whitespaces + '0x16') !== 22
6777
+ // MS Edge 18- broken with boxed symbols
6778
+ || (ITERATOR$1 && !fails$2(function () { $parseInt$1(Object(ITERATOR$1)); }));
6779
+
6780
+ // `parseInt` method
6781
+ // https://tc39.es/ecma262/#sec-parseint-string-radix
6782
+ var numberParseInt = FORCED$1 ? function parseInt(string, radix) {
6783
+ var S = trim(toString$1(string));
6784
+ return $parseInt$1(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
6785
+ } : $parseInt$1;
6786
+
6787
+ var $$8 = _export;
6788
+ var $parseInt = numberParseInt;
6789
+
6790
+ // `parseInt` method
6791
+ // https://tc39.es/ecma262/#sec-parseint-string-radix
6792
+ $$8({ global: true, forced: parseInt !== $parseInt }, {
6793
+ parseInt: $parseInt
6794
+ });
6795
+
6715
6796
  let _$2 = t => t,
6716
6797
  _t$2,
6717
6798
  _t2$2,
@@ -6942,31 +7023,9 @@ function objectListReducer(state, action) {
6942
7023
  }
6943
7024
  }
6944
7025
 
7026
+ const GenerateRows$1 = (Cell, schema, rowPath, enabled, openDeleteDialog, handleChange, cells, uischema, isInReview, count, data,
6945
7027
  // eslint-disable-next-line
6946
- const extractScopesFromUISchema$1 = uischema => {
6947
- var _a;
6948
- const scopes = [];
6949
- if (uischema === null || uischema === void 0 ? void 0 : uischema.elements) {
6950
- // eslint-disable-next-line
6951
- (_a = uischema === null || uischema === void 0 ? void 0 : uischema.elements) === null || _a === void 0 ? void 0 : _a.forEach(element => {
6952
- var _a;
6953
- if (element === null || element === void 0 ? void 0 : element.elements) {
6954
- // eslint-disable-next-line
6955
- (_a = element === null || element === void 0 ? void 0 : element.elements) === null || _a === void 0 ? void 0 : _a.forEach(internalElement => {
6956
- if (internalElement === null || internalElement === void 0 ? void 0 : internalElement.scope) {
6957
- scopes.push(internalElement === null || internalElement === void 0 ? void 0 : internalElement.scope);
6958
- }
6959
- });
6960
- } else {
6961
- if (element === null || element === void 0 ? void 0 : element.scope) {
6962
- scopes.push(element === null || element === void 0 ? void 0 : element.scope);
6963
- }
6964
- }
6965
- });
6966
- }
6967
- return scopes;
6968
- };
6969
- const GenerateRows$1 = (Cell, schema, rowPath, enabled, openDeleteDialog, handleChange, cells, uischema, isInReview, count, data) => {
7028
+ errors) => {
6970
7029
  if ((schema === null || schema === void 0 ? void 0 : schema.type) === 'object') {
6971
7030
  const props = {
6972
7031
  schema,
@@ -6977,7 +7036,8 @@ const GenerateRows$1 = (Cell, schema, rowPath, enabled, openDeleteDialog, handle
6977
7036
  isInReview,
6978
7037
  openDeleteDialog,
6979
7038
  data,
6980
- handleChange
7039
+ handleChange,
7040
+ errors
6981
7041
  };
6982
7042
  return jsxs("div", {
6983
7043
  style: {
@@ -7026,14 +7086,13 @@ const EmptyList$1 = ({
7026
7086
  })
7027
7087
  });
7028
7088
  const ctxToNonEmptyCellProps$1 = (ctx, ownProps) => {
7029
- var _a;
7030
- const errors = '';
7089
+ var _a, _b;
7031
7090
  return {
7032
7091
  uischema: ownProps.uischema,
7033
7092
  rowPath: ownProps.rowPath,
7034
7093
  schema: ownProps.schema,
7035
7094
  rootSchema: (_a = ctx.core) === null || _a === void 0 ? void 0 : _a.schema,
7036
- errors,
7095
+ errors: ((_b = ctx.core) === null || _b === void 0 ? void 0 : _b.errors) || undefined,
7037
7096
  enabled: ownProps.enabled,
7038
7097
  cells: ownProps.cells || ctx.cells,
7039
7098
  renderers: ownProps.renderers || ctx.renderers,
@@ -7053,47 +7112,10 @@ const NonEmptyCellComponent$1 = /*#__PURE__*/React.memo(function NonEmptyCellCom
7053
7112
  data,
7054
7113
  count,
7055
7114
  openDeleteDialog,
7056
- handleChange
7115
+ handleChange,
7116
+ errors
7057
7117
  } = props;
7058
- const propNames = getValidColumnProps$1(schema);
7059
- const propScopes = (uischema === null || uischema === void 0 ? void 0 : uischema.scope) ? propNames.map(name => {
7060
- return `#/properties/${name}`;
7061
- }) : [];
7062
- const scopesInElements = extractScopesFromUISchema$1(uischema);
7063
- const scopesNotInElements = propScopes.filter(scope => {
7064
- return !scopesInElements.includes(scope);
7065
- });
7066
- /**
7067
- * Get the first layout type in the elements for the object array and used it
7068
- * as the default type, if none is provided.
7069
- * @returns layout type
7070
- */
7071
- const getFirstLayoutType = () => {
7072
- var _a, _b, _c, _d, _e, _f, _g, _h;
7073
- let defaultType = 'HorizontalLayout';
7074
- if ((_a = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _a === void 0 ? void 0 : _a.defaultType) return (_b = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _b === void 0 ? void 0 : _b.defaultType;
7075
- if (((_c = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _c === void 0 ? void 0 : _c.detail) && ((_f = (_e = (_d = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _d === void 0 ? void 0 : _d.detail) === null || _e === void 0 ? void 0 : _e.elements) === null || _f === void 0 ? void 0 : _f.length) > 0) {
7076
- defaultType = (_h = (_g = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _g === void 0 ? void 0 : _g.detail) === null || _h === void 0 ? void 0 : _h.elements.at(0).type;
7077
- }
7078
- return defaultType;
7079
- };
7080
- /* Create default elements for scope not defined in the uischema
7081
- * future work: merge the options
7082
- */
7083
- ({
7084
- type: getFirstLayoutType(),
7085
- elements: scopesNotInElements.map(scope => {
7086
- return {
7087
- type: 'Control',
7088
- scope,
7089
- options: {
7090
- isStepperReview: isInReview
7091
- }
7092
- };
7093
- })
7094
- });
7095
7118
  const properties = (schema === null || schema === void 0 ? void 0 : schema.items) && 'properties' in schema.items && schema.items.properties || {};
7096
- const title = rowPath.split('.')[0];
7097
7119
  return jsxs(NonEmptyCellStyle, {
7098
7120
  children: [
7099
7121
  // eslint-disable-next-line
@@ -7132,15 +7154,23 @@ const NonEmptyCellComponent$1 = /*#__PURE__*/React.memo(function NonEmptyCellCom
7132
7154
  }, 0)
7133
7155
  }), jsx("tbody", {
7134
7156
  children: range(count || 0).map((num, i) => {
7157
+ // eslint-disable-next-line
7158
+ const errorRow = errors === null || errors === void 0 ? void 0 : errors.find(error => error.instancePath.includes(`/${props.rowPath.replace(/\./g, '/')}/${i}`));
7135
7159
  return jsxs("tr", {
7136
7160
  children: [Object.keys(properties).map((element, ix) => {
7161
+ var _a;
7137
7162
  const dataObject = properties[element];
7138
7163
  const schemaName = element;
7164
+ const error = errors === null || errors === void 0 ? void 0 : errors.find(
7165
+ // eslint-disable-next-line
7166
+ e => e.instancePath === `/${props.rowPath.replace(/\./g, '/')}/${i}/${element}`);
7139
7167
  return jsx("td", {
7140
7168
  children: isInReview ? jsx("div", {
7141
7169
  "data-testid": `#/properties/${schemaName}-input-${i}-review`,
7142
7170
  children: data && data[num] ? data[num][element] : ''
7143
- }) : jsx("div", {
7171
+ }) : jsx(GoAFormItem, {
7172
+ error: (_a = error === null || error === void 0 ? void 0 : error.message) !== null && _a !== void 0 ? _a : '',
7173
+ mb: errorRow && !error && '2xl' || 'xs',
7144
7174
  children: jsx(GoAInput, {
7145
7175
  type: dataObject.type === 'number' ? 'number' : 'text',
7146
7176
  id: schemaName,
@@ -7148,9 +7178,9 @@ const NonEmptyCellComponent$1 = /*#__PURE__*/React.memo(function NonEmptyCellCom
7148
7178
  value: data && data[num] ? data[num][element] : '',
7149
7179
  testId: `#/properties/${schemaName}-input-${i}`,
7150
7180
  onChange: (name, value) => {
7151
- handleChange(title, {
7181
+ handleChange(rowPath, {
7152
7182
  [num]: {
7153
- [name]: value
7183
+ [name]: dataObject.type === 'number' ? parseInt(value) : value
7154
7184
  }
7155
7185
  });
7156
7186
  },
@@ -7160,7 +7190,11 @@ const NonEmptyCellComponent$1 = /*#__PURE__*/React.memo(function NonEmptyCellCom
7160
7190
  })
7161
7191
  }, ix);
7162
7192
  }), jsx("td", {
7163
- children: isInReview !== true && jsx(GoAIconButton, {
7193
+ style: {
7194
+ alignContent: 'baseLine',
7195
+ paddingTop: '18px'
7196
+ },
7197
+ children: !isInReview && jsx(GoAIconButton, {
7164
7198
  icon: "trash",
7165
7199
  "aria-label": `remove-element-${num}`,
7166
7200
  onClick: () => openDeleteDialog(num)
@@ -7233,7 +7267,7 @@ const ObjectArrayList$1 = ({
7233
7267
  });
7234
7268
  }
7235
7269
  const appliedUiSchemaOptions = merge({}, config, uischema.options);
7236
- const childPath = Paths.compose(path, `${0}`);
7270
+ const childPath = path;
7237
7271
  return jsx(NonEmptyList$1, {
7238
7272
  childPath: childPath,
7239
7273
  rowIndex: 0,
@@ -7320,34 +7354,36 @@ const ObjectArrayControl = props => {
7320
7354
  }
7321
7355
  });
7322
7356
  };
7323
- const handleChangeWithData = (name, value) => {
7324
- const categories = registers.categories;
7325
- const currentCategory = categories[name].data;
7326
- const newData = {};
7327
- const allKeys = Object.keys(value).concat(Object.keys(currentCategory));
7328
- const allKeysUnique = allKeys.filter((a, b) => allKeys.indexOf(a) === b);
7329
- Object.keys(allKeysUnique).forEach(num => {
7330
- if (!newData[num]) {
7331
- newData[num] = {};
7332
- }
7333
- currentCategory[num] && Object.keys(currentCategory[num]).forEach(name => {
7334
- newData[num][name] = currentCategory[num][name];
7357
+ const handleChangeWithData = (path, value) => {
7358
+ if (path) {
7359
+ const categories = registers.categories;
7360
+ const currentCategory = categories[path].data;
7361
+ const newData = {};
7362
+ const allKeys = Object.keys(value).concat(Object.keys(currentCategory));
7363
+ const allKeysUnique = allKeys.filter((a, b) => allKeys.indexOf(a) === b);
7364
+ Object.keys(allKeysUnique).forEach(num => {
7365
+ if (!newData[num]) {
7366
+ newData[num] = {};
7367
+ }
7368
+ currentCategory[num] && Object.keys(currentCategory[num]).forEach(path => {
7369
+ newData[num][path] = currentCategory[num][path];
7370
+ });
7371
+ value[num] && Object.keys(value[num]).forEach(path => {
7372
+ newData[num][path] = value[num][path] || currentCategory[num] && currentCategory[num][path];
7373
+ });
7335
7374
  });
7336
- value[num] && Object.keys(value[num]).forEach(name => {
7337
- newData[num][name] = value[num][name] || currentCategory[num] && currentCategory[num][name];
7375
+ const handleChangeData = Object.keys(newData).map(key => {
7376
+ return newData[key];
7338
7377
  });
7339
- });
7340
- const handleChangeData = Object.keys(newData).map(key => {
7341
- return newData[key];
7342
- });
7343
- props.handleChange(name, handleChangeData);
7344
- dispatch({
7345
- type: ADD_DATA_ACTION,
7346
- payload: {
7347
- name,
7348
- category: newData
7349
- }
7350
- });
7378
+ props.handleChange(path, JSON.parse(JSON.stringify(handleChangeData)));
7379
+ dispatch({
7380
+ type: ADD_DATA_ACTION,
7381
+ payload: {
7382
+ name: path,
7383
+ category: newData
7384
+ }
7385
+ });
7386
+ }
7351
7387
  };
7352
7388
  useEffect(() => {
7353
7389
  // eslint-disable-next-line
@@ -7366,7 +7402,6 @@ const ObjectArrayControl = props => {
7366
7402
  });
7367
7403
  }
7368
7404
  }, []);
7369
- const title = path.split('.')[0];
7370
7405
  const controlElement = uischema;
7371
7406
  // eslint-disable-next-line
7372
7407
  const listTitle = label || ((_a = uischema.options) === null || _a === void 0 ? void 0 : _a.title);
@@ -7399,8 +7434,8 @@ const ObjectArrayControl = props => {
7399
7434
  enabled: enabled,
7400
7435
  openDeleteDialog: openDeleteDialog,
7401
7436
  translations: translations,
7402
- count: ((_b = registers.categories[title]) === null || _b === void 0 ? void 0 : _b.count) || Object.keys(data || []).length,
7403
- data: data || ((_c = registers.categories[title]) === null || _c === void 0 ? void 0 : _c.data),
7437
+ count: ((_b = registers.categories[path]) === null || _b === void 0 ? void 0 : _b.count) || Object.keys(data || []).length,
7438
+ data: data || ((_c = registers.categories[path]) === null || _c === void 0 ? void 0 : _c.data),
7404
7439
  cells: cells,
7405
7440
  config: config,
7406
7441
  isInReview: isInReview,
@@ -8102,7 +8137,7 @@ var $$7 = _export;
8102
8137
  var uncurryThis = functionUncurryThisClause;
8103
8138
  var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
8104
8139
  var toLength = toLength$5;
8105
- var toString = toString$e;
8140
+ var toString = toString$f;
8106
8141
  var notARegExp = notARegexp;
8107
8142
  var requireObjectCoercible = requireObjectCoercible$b;
8108
8143
  var correctIsRegExpLogic = correctIsRegexpLogic;
@@ -9581,7 +9616,7 @@ var arrayReduce = {
9581
9616
  right: createMethod(true)
9582
9617
  };
9583
9618
 
9584
- var fails$1 = fails$r;
9619
+ var fails$1 = fails$s;
9585
9620
 
9586
9621
  var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
9587
9622
  var method = [][METHOD_NAME];
@@ -9591,7 +9626,7 @@ var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
9591
9626
  });
9592
9627
  };
9593
9628
 
9594
- var global$7 = global$o;
9629
+ var global$7 = global$p;
9595
9630
  var classof = classofRaw$2;
9596
9631
 
9597
9632
  var engineIsNode = classof(global$7.process) === 'process';
@@ -9663,12 +9698,12 @@ var userAgent$2 = engineUserAgent;
9663
9698
  // eslint-disable-next-line redos/no-vulnerable -- safe
9664
9699
  var engineIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent$2);
9665
9700
 
9666
- var global$6 = global$o;
9701
+ var global$6 = global$p;
9667
9702
  var apply = functionApply;
9668
9703
  var bind$2 = functionBindContext;
9669
9704
  var isCallable$3 = isCallable$q;
9670
9705
  var hasOwn = hasOwnProperty_1;
9671
- var fails = fails$r;
9706
+ var fails = fails$s;
9672
9707
  var html = html$2;
9673
9708
  var arraySlice = arraySlice$2;
9674
9709
  var createElement = documentCreateElement$2;
@@ -9780,7 +9815,7 @@ var task$1 = {
9780
9815
  clear: clear
9781
9816
  };
9782
9817
 
9783
- var global$5 = global$o;
9818
+ var global$5 = global$p;
9784
9819
  var DESCRIPTORS = descriptors;
9785
9820
 
9786
9821
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -9826,7 +9861,7 @@ var userAgent = engineUserAgent;
9826
9861
 
9827
9862
  var engineIsWebosWebkit = /web0s(?!.*chrome)/i.test(userAgent);
9828
9863
 
9829
- var global$4 = global$o;
9864
+ var global$4 = global$p;
9830
9865
  var safeGetBuiltIn = safeGetBuiltIn$1;
9831
9866
  var bind$1 = functionBindContext;
9832
9867
  var macrotask = task$1.set;
@@ -9920,7 +9955,7 @@ var perform$3 = function (exec) {
9920
9955
  }
9921
9956
  };
9922
9957
 
9923
- var global$3 = global$o;
9958
+ var global$3 = global$p;
9924
9959
 
9925
9960
  var promiseNativeConstructor = global$3.Promise;
9926
9961
 
@@ -9934,7 +9969,7 @@ var engineIsBrowser = !IS_DENO$1 && !IS_NODE$1
9934
9969
  && typeof window == 'object'
9935
9970
  && typeof document == 'object';
9936
9971
 
9937
- var global$2 = global$o;
9972
+ var global$2 = global$p;
9938
9973
  var NativePromiseConstructor$3 = promiseNativeConstructor;
9939
9974
  var isCallable$2 = isCallable$q;
9940
9975
  var isForced = isForced_1;
@@ -10004,7 +10039,7 @@ newPromiseCapability$2.f = function (C) {
10004
10039
 
10005
10040
  var $$5 = _export;
10006
10041
  var IS_NODE = engineIsNode;
10007
- var global$1 = global$o;
10042
+ var global$1 = global$p;
10008
10043
  var call$2 = functionCall;
10009
10044
  var defineBuiltIn$1 = defineBuiltIn$8;
10010
10045
  var setPrototypeOf = objectSetPrototypeOf;