@opengeoweb/warnings 9.24.0 → 9.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.esm.js CHANGED
@@ -128,13 +128,15 @@ var en = {
128
128
  "warning-list-header-draft": "DRAFT",
129
129
  "area-object-loader-title": "Add Areas & Objects",
130
130
  "add-button": "Add",
131
+ "remove-button": "Remove",
131
132
  "area-object-loader-no-areas-objects": "No areas or objects found",
132
133
  objects: "Objects",
133
134
  areas: "Areas",
134
135
  "filter-turn-on": "Turn filter on",
135
136
  "filter-turn-off": "Turn filter off",
136
137
  "filter-select-all": "Select all",
137
- "filter-no-results": "No results"
138
+ "filter-no-results": "No results",
139
+ "error-title-retry": "Try again"
138
140
  };
139
141
  var nl = {
140
142
  "drawing-tool-form-tools": "Gereedschap",
@@ -241,13 +243,15 @@ var nl = {
241
243
  "warning-list-header-draft": "CONCEPT",
242
244
  "area-object-loader-title": "Gebieden & Objecten toevoegen",
243
245
  "add-button": "Toevoegen",
246
+ "remove-button": "Verwijderen",
244
247
  "area-object-loader-no-areas-objects": "Geen gebieden of objecten gevonden",
245
248
  objects: "Objecten",
246
249
  areas: "Gebieden",
247
250
  "filter-turn-on": "Zet filter aan",
248
251
  "filter-turn-off": "Zet filter uit",
249
252
  "filter-select-all": "Selecteer alles",
250
- "filter-no-results": "Geen resultaten"
253
+ "filter-no-results": "Geen resultaten",
254
+ "error-title-retry": "Probeer opnieuw"
251
255
  };
252
256
  var fi = {
253
257
  "drawing-tool-form-tools": "Työkalut",
@@ -354,13 +358,15 @@ var fi = {
354
358
  "warning-list-header-draft": "LUONNOS",
355
359
  "area-object-loader-title": "ei käännetty",
356
360
  "add-button": "ei käännetty",
361
+ "remove-button": "Poista",
357
362
  "area-object-loader-no-areas-objects": "ei käännetty",
358
363
  objects: "ei käännetty",
359
364
  areas: "ei käännetty",
360
365
  "filter-turn-on": "ei käännetty",
361
366
  "filter-turn-off": "ei käännetty",
362
367
  "filter-select-all": "ei käännetty",
363
- "filter-no-results": "ei käännetty"
368
+ "filter-no-results": "ei käännetty",
369
+ "error-title-retry": "Yritä uudelleen"
364
370
  };
365
371
  var no = {
366
372
  "drawing-tool-form-tools": "Verktøy",
@@ -438,7 +444,7 @@ var no = {
438
444
  "warning-dialog-delete-title": "Slett varsel",
439
445
  "warning-dialog-delete-confirm": "Slett",
440
446
  "warning-dialog-delete-description": "Er du sikker på at du vil slette varselet?",
441
- "warning-dialog-delete-islocked": "Ikke oversatt",
447
+ "warning-dialog-delete-islocked": "Varselet er i endringsmodus av en annen bruker.",
442
448
  "warning-save-succes": "Farevarselet er lagret!",
443
449
  "warning-publish-succes": "Farevarselet er publisert!",
444
450
  "warning-editor-user-viewer": "Visningsmodus",
@@ -449,9 +455,9 @@ var no = {
449
455
  "warning-list-button-use": "Bruk",
450
456
  "warning-list-button-options": "Valg",
451
457
  "warning-list-button-duplicate": "Dupliser",
452
- "warning-list-button-update": "ikke oversatt",
453
- "warning-list-button-expire": "ikke oversatt",
454
- "warning-list-button-withdraw": "ikke oversatt",
458
+ "warning-list-button-update": "Oppdater",
459
+ "warning-list-button-expire": "Sett som utgått",
460
+ "warning-list-button-withdraw": "Ta ut",
455
461
  "warning-list-status-draft": "Utkast",
456
462
  "warning-list-status-published": "Publisert",
457
463
  "warning-list-status-todo": "Til sjekk",
@@ -465,15 +471,17 @@ var no = {
465
471
  "warning-list-header-level": "Level",
466
472
  "warning-list-header-status": "Status",
467
473
  "warning-list-header-draft": "UTKAST",
468
- "area-object-loader-title": "ikke oversatt",
469
- "add-button": "ikke oversatt",
470
- "area-object-loader-no-areas-objects": "ikke oversatt",
471
- objects: "ikke oversatt",
472
- areas: "ikke oversatt",
473
- "filter-turn-on": "ikke oversatt",
474
- "filter-turn-off": "ikke oversatt",
475
- "filter-select-all": "ikke oversatt",
476
- "filter-no-results": "ikke oversatt"
474
+ "area-object-loader-title": "Legg til områder og objekter",
475
+ "add-button": "Legg til",
476
+ "remove-button": "Fjerne",
477
+ "area-object-loader-no-areas-objects": "Ingen områder eller objekter funnet",
478
+ objects: "Objekter",
479
+ areas: "Områder",
480
+ "filter-turn-on": "Skru på filter",
481
+ "filter-turn-off": "Skru av filter",
482
+ "filter-select-all": "Velg alle",
483
+ "filter-no-results": "Ingen resultat",
484
+ "error-title-retry": "Prøv igjen"
477
485
  };
478
486
  var warningsTranslations = {
479
487
  en: en,
@@ -489,7 +497,7 @@ var check = function (it) {
489
497
  };
490
498
 
491
499
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
492
- var global$i =
500
+ var global$o =
493
501
  // eslint-disable-next-line es/no-global-this -- safe
494
502
  check(typeof globalThis == 'object' && globalThis) ||
495
503
  check(typeof window == 'object' && window) ||
@@ -502,7 +510,7 @@ var global$i =
502
510
 
503
511
  var objectGetOwnPropertyDescriptor = {};
504
512
 
505
- var fails$n = function (exec) {
513
+ var fails$p = function (exec) {
506
514
  try {
507
515
  return !!exec();
508
516
  } catch (error) {
@@ -510,44 +518,44 @@ var fails$n = function (exec) {
510
518
  }
511
519
  };
512
520
 
513
- var fails$m = fails$n;
521
+ var fails$o = fails$p;
514
522
 
515
523
  // Detect IE8's incomplete defineProperty implementation
516
- var descriptors = !fails$m(function () {
524
+ var descriptors = !fails$o(function () {
517
525
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
518
526
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
519
527
  });
520
528
 
521
- var fails$l = fails$n;
529
+ var fails$n = fails$p;
522
530
 
523
- var functionBindNative = !fails$l(function () {
531
+ var functionBindNative = !fails$n(function () {
524
532
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
525
533
  var test = (function () { /* empty */ }).bind();
526
534
  // eslint-disable-next-line no-prototype-builtins -- safe
527
535
  return typeof test != 'function' || test.hasOwnProperty('prototype');
528
536
  });
529
537
 
530
- var NATIVE_BIND$2 = functionBindNative;
538
+ var NATIVE_BIND$3 = functionBindNative;
531
539
 
532
- var call$c = Function.prototype.call;
540
+ var call$i = Function.prototype.call;
533
541
 
534
- var functionCall = NATIVE_BIND$2 ? call$c.bind(call$c) : function () {
535
- return call$c.apply(call$c, arguments);
542
+ var functionCall = NATIVE_BIND$3 ? call$i.bind(call$i) : function () {
543
+ return call$i.apply(call$i, arguments);
536
544
  };
537
545
 
538
546
  var objectPropertyIsEnumerable = {};
539
547
 
540
548
  var $propertyIsEnumerable = {}.propertyIsEnumerable;
541
549
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
542
- var getOwnPropertyDescriptor$2 = Object.getOwnPropertyDescriptor;
550
+ var getOwnPropertyDescriptor$3 = Object.getOwnPropertyDescriptor;
543
551
 
544
552
  // Nashorn ~ JDK8 bug
545
- var NASHORN_BUG = getOwnPropertyDescriptor$2 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
553
+ var NASHORN_BUG = getOwnPropertyDescriptor$3 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
546
554
 
547
555
  // `Object.prototype.propertyIsEnumerable` method implementation
548
556
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
549
557
  objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
550
- var descriptor = getOwnPropertyDescriptor$2(this, V);
558
+ var descriptor = getOwnPropertyDescriptor$3(this, V);
551
559
  return !!descriptor && descriptor.enumerable;
552
560
  } : $propertyIsEnumerable;
553
561
 
@@ -560,57 +568,57 @@ var createPropertyDescriptor$4 = function (bitmap, value) {
560
568
  };
561
569
  };
562
570
 
563
- var NATIVE_BIND$1 = functionBindNative;
571
+ var NATIVE_BIND$2 = functionBindNative;
564
572
 
565
573
  var FunctionPrototype$2 = Function.prototype;
566
- var call$b = FunctionPrototype$2.call;
567
- var uncurryThisWithBind = NATIVE_BIND$1 && FunctionPrototype$2.bind.bind(call$b, call$b);
574
+ var call$h = FunctionPrototype$2.call;
575
+ var uncurryThisWithBind = NATIVE_BIND$2 && FunctionPrototype$2.bind.bind(call$h, call$h);
568
576
 
569
- var functionUncurryThis = NATIVE_BIND$1 ? uncurryThisWithBind : function (fn) {
577
+ var functionUncurryThis = NATIVE_BIND$2 ? uncurryThisWithBind : function (fn) {
570
578
  return function () {
571
- return call$b.apply(fn, arguments);
579
+ return call$h.apply(fn, arguments);
572
580
  };
573
581
  };
574
582
 
575
- var uncurryThis$j = functionUncurryThis;
583
+ var uncurryThis$m = functionUncurryThis;
576
584
 
577
- var toString$b = uncurryThis$j({}.toString);
578
- var stringSlice$5 = uncurryThis$j(''.slice);
585
+ var toString$b = uncurryThis$m({}.toString);
586
+ var stringSlice$5 = uncurryThis$m(''.slice);
579
587
 
580
- var classofRaw$1 = function (it) {
588
+ var classofRaw$2 = function (it) {
581
589
  return stringSlice$5(toString$b(it), 8, -1);
582
590
  };
583
591
 
584
- var uncurryThis$i = functionUncurryThis;
585
- var fails$k = fails$n;
586
- var classof$7 = classofRaw$1;
592
+ var uncurryThis$l = functionUncurryThis;
593
+ var fails$m = fails$p;
594
+ var classof$8 = classofRaw$2;
587
595
 
588
596
  var $Object$4 = Object;
589
- var split = uncurryThis$i(''.split);
597
+ var split = uncurryThis$l(''.split);
590
598
 
591
599
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
592
- var indexedObject = fails$k(function () {
600
+ var indexedObject = fails$m(function () {
593
601
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
594
602
  // eslint-disable-next-line no-prototype-builtins -- safe
595
603
  return !$Object$4('z').propertyIsEnumerable(0);
596
604
  }) ? function (it) {
597
- return classof$7(it) === 'String' ? split(it, '') : $Object$4(it);
605
+ return classof$8(it) === 'String' ? split(it, '') : $Object$4(it);
598
606
  } : $Object$4;
599
607
 
600
608
  // we can't use just `it == null` since of `document.all` special case
601
609
  // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
602
- var isNullOrUndefined$5 = function (it) {
610
+ var isNullOrUndefined$6 = function (it) {
603
611
  return it === null || it === undefined;
604
612
  };
605
613
 
606
- var isNullOrUndefined$4 = isNullOrUndefined$5;
614
+ var isNullOrUndefined$5 = isNullOrUndefined$6;
607
615
 
608
- var $TypeError$c = TypeError;
616
+ var $TypeError$h = TypeError;
609
617
 
610
618
  // `RequireObjectCoercible` abstract operation
611
619
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
612
620
  var requireObjectCoercible$8 = function (it) {
613
- if (isNullOrUndefined$4(it)) throw new $TypeError$c("Can't call method on " + it);
621
+ if (isNullOrUndefined$5(it)) throw new $TypeError$h("Can't call method on " + it);
614
622
  return it;
615
623
  };
616
624
 
@@ -628,41 +636,41 @@ var documentAll = typeof document == 'object' && document.all;
628
636
  // `IsCallable` abstract operation
629
637
  // https://tc39.es/ecma262/#sec-iscallable
630
638
  // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
631
- var isCallable$i = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
639
+ var isCallable$n = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
632
640
  return typeof argument == 'function' || argument === documentAll;
633
641
  } : function (argument) {
634
642
  return typeof argument == 'function';
635
643
  };
636
644
 
637
- var isCallable$h = isCallable$i;
645
+ var isCallable$m = isCallable$n;
638
646
 
639
- var isObject$b = function (it) {
640
- return typeof it == 'object' ? it !== null : isCallable$h(it);
647
+ var isObject$d = function (it) {
648
+ return typeof it == 'object' ? it !== null : isCallable$m(it);
641
649
  };
642
650
 
643
- var global$h = global$i;
644
- var isCallable$g = isCallable$i;
651
+ var global$n = global$o;
652
+ var isCallable$l = isCallable$n;
645
653
 
646
654
  var aFunction = function (argument) {
647
- return isCallable$g(argument) ? argument : undefined;
655
+ return isCallable$l(argument) ? argument : undefined;
648
656
  };
649
657
 
650
- var getBuiltIn$5 = function (namespace, method) {
651
- return arguments.length < 2 ? aFunction(global$h[namespace]) : global$h[namespace] && global$h[namespace][method];
658
+ var getBuiltIn$9 = function (namespace, method) {
659
+ return arguments.length < 2 ? aFunction(global$n[namespace]) : global$n[namespace] && global$n[namespace][method];
652
660
  };
653
661
 
654
- var uncurryThis$h = functionUncurryThis;
662
+ var uncurryThis$k = functionUncurryThis;
655
663
 
656
- var objectIsPrototypeOf = uncurryThis$h({}.isPrototypeOf);
664
+ var objectIsPrototypeOf = uncurryThis$k({}.isPrototypeOf);
657
665
 
658
666
  var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
659
667
 
660
- var global$g = global$i;
661
- var userAgent = engineUserAgent;
668
+ var global$m = global$o;
669
+ var userAgent$3 = engineUserAgent;
662
670
 
663
- var process = global$g.process;
664
- var Deno = global$g.Deno;
665
- var versions = process && process.versions || Deno && Deno.version;
671
+ var process$3 = global$m.process;
672
+ var Deno$1 = global$m.Deno;
673
+ var versions = process$3 && process$3.versions || Deno$1 && Deno$1.version;
666
674
  var v8 = versions && versions.v8;
667
675
  var match, version;
668
676
 
@@ -675,10 +683,10 @@ if (v8) {
675
683
 
676
684
  // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
677
685
  // so check `userAgent` even if `.v8` exists, but 0
678
- if (!version && userAgent) {
679
- match = userAgent.match(/Edge\/(\d+)/);
686
+ if (!version && userAgent$3) {
687
+ match = userAgent$3.match(/Edge\/(\d+)/);
680
688
  if (!match || match[1] >= 74) {
681
- match = userAgent.match(/Chrome\/(\d+)/);
689
+ match = userAgent$3.match(/Chrome\/(\d+)/);
682
690
  if (match) version = +match[1];
683
691
  }
684
692
  }
@@ -686,14 +694,14 @@ if (!version && userAgent) {
686
694
  var engineV8Version = version;
687
695
 
688
696
  /* eslint-disable es/no-symbol -- required for testing */
689
- var V8_VERSION = engineV8Version;
690
- var fails$j = fails$n;
691
- var global$f = global$i;
697
+ var V8_VERSION$1 = engineV8Version;
698
+ var fails$l = fails$p;
699
+ var global$l = global$o;
692
700
 
693
- var $String$5 = global$f.String;
701
+ var $String$5 = global$l.String;
694
702
 
695
703
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
696
- var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$j(function () {
704
+ var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$l(function () {
697
705
  var symbol = Symbol('symbol detection');
698
706
  // Chrome 38 Symbol has incorrect toString conversion
699
707
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
@@ -701,7 +709,7 @@ var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$j(func
701
709
  // of course, fail.
702
710
  return !$String$5(symbol) || !(Object(symbol) instanceof Symbol) ||
703
711
  // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
704
- !Symbol.sham && V8_VERSION && V8_VERSION < 41;
712
+ !Symbol.sham && V8_VERSION$1 && V8_VERSION$1 < 41;
705
713
  });
706
714
 
707
715
  /* eslint-disable es/no-symbol -- required for testing */
@@ -711,9 +719,9 @@ var useSymbolAsUid = NATIVE_SYMBOL$2
711
719
  && !Symbol.sham
712
720
  && typeof Symbol.iterator == 'symbol';
713
721
 
714
- var getBuiltIn$4 = getBuiltIn$5;
715
- var isCallable$f = isCallable$i;
716
- var isPrototypeOf$2 = objectIsPrototypeOf;
722
+ var getBuiltIn$8 = getBuiltIn$9;
723
+ var isCallable$k = isCallable$n;
724
+ var isPrototypeOf$4 = objectIsPrototypeOf;
717
725
  var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
718
726
 
719
727
  var $Object$3 = Object;
@@ -721,13 +729,13 @@ var $Object$3 = Object;
721
729
  var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
722
730
  return typeof it == 'symbol';
723
731
  } : function (it) {
724
- var $Symbol = getBuiltIn$4('Symbol');
725
- return isCallable$f($Symbol) && isPrototypeOf$2($Symbol.prototype, $Object$3(it));
732
+ var $Symbol = getBuiltIn$8('Symbol');
733
+ return isCallable$k($Symbol) && isPrototypeOf$4($Symbol.prototype, $Object$3(it));
726
734
  };
727
735
 
728
736
  var $String$4 = String;
729
737
 
730
- var tryToString$2 = function (argument) {
738
+ var tryToString$4 = function (argument) {
731
739
  try {
732
740
  return $String$4(argument);
733
741
  } catch (error) {
@@ -735,59 +743,59 @@ var tryToString$2 = function (argument) {
735
743
  }
736
744
  };
737
745
 
738
- var isCallable$e = isCallable$i;
739
- var tryToString$1 = tryToString$2;
746
+ var isCallable$j = isCallable$n;
747
+ var tryToString$3 = tryToString$4;
740
748
 
741
- var $TypeError$b = TypeError;
749
+ var $TypeError$g = TypeError;
742
750
 
743
751
  // `Assert: IsCallable(argument) is true`
744
- var aCallable$3 = function (argument) {
745
- if (isCallable$e(argument)) return argument;
746
- throw new $TypeError$b(tryToString$1(argument) + ' is not a function');
752
+ var aCallable$9 = function (argument) {
753
+ if (isCallable$j(argument)) return argument;
754
+ throw new $TypeError$g(tryToString$3(argument) + ' is not a function');
747
755
  };
748
756
 
749
- var aCallable$2 = aCallable$3;
750
- var isNullOrUndefined$3 = isNullOrUndefined$5;
757
+ var aCallable$8 = aCallable$9;
758
+ var isNullOrUndefined$4 = isNullOrUndefined$6;
751
759
 
752
760
  // `GetMethod` abstract operation
753
761
  // https://tc39.es/ecma262/#sec-getmethod
754
- var getMethod$3 = function (V, P) {
762
+ var getMethod$5 = function (V, P) {
755
763
  var func = V[P];
756
- return isNullOrUndefined$3(func) ? undefined : aCallable$2(func);
764
+ return isNullOrUndefined$4(func) ? undefined : aCallable$8(func);
757
765
  };
758
766
 
759
- var call$a = functionCall;
760
- var isCallable$d = isCallable$i;
761
- var isObject$a = isObject$b;
767
+ var call$g = functionCall;
768
+ var isCallable$i = isCallable$n;
769
+ var isObject$c = isObject$d;
762
770
 
763
- var $TypeError$a = TypeError;
771
+ var $TypeError$f = TypeError;
764
772
 
765
773
  // `OrdinaryToPrimitive` abstract operation
766
774
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
767
775
  var ordinaryToPrimitive$1 = function (input, pref) {
768
776
  var fn, val;
769
- if (pref === 'string' && isCallable$d(fn = input.toString) && !isObject$a(val = call$a(fn, input))) return val;
770
- if (isCallable$d(fn = input.valueOf) && !isObject$a(val = call$a(fn, input))) return val;
771
- if (pref !== 'string' && isCallable$d(fn = input.toString) && !isObject$a(val = call$a(fn, input))) return val;
772
- throw new $TypeError$a("Can't convert object to primitive value");
777
+ if (pref === 'string' && isCallable$i(fn = input.toString) && !isObject$c(val = call$g(fn, input))) return val;
778
+ if (isCallable$i(fn = input.valueOf) && !isObject$c(val = call$g(fn, input))) return val;
779
+ if (pref !== 'string' && isCallable$i(fn = input.toString) && !isObject$c(val = call$g(fn, input))) return val;
780
+ throw new $TypeError$f("Can't convert object to primitive value");
773
781
  };
774
782
 
775
783
  var sharedStore = {exports: {}};
776
784
 
777
- var global$e = global$i;
785
+ var global$k = global$o;
778
786
 
779
787
  // eslint-disable-next-line es/no-object-defineproperty -- safe
780
788
  var defineProperty$7 = Object.defineProperty;
781
789
 
782
790
  var defineGlobalProperty$3 = function (key, value) {
783
791
  try {
784
- defineProperty$7(global$e, key, { value: value, configurable: true, writable: true });
792
+ defineProperty$7(global$k, key, { value: value, configurable: true, writable: true });
785
793
  } catch (error) {
786
- global$e[key] = value;
794
+ global$k[key] = value;
787
795
  } return value;
788
796
  };
789
797
 
790
- var globalThis$1 = global$i;
798
+ var globalThis$1 = global$o;
791
799
  var defineGlobalProperty$2 = defineGlobalProperty$3;
792
800
 
793
801
  var SHARED = '__core-js_shared__';
@@ -819,10 +827,10 @@ var toObject$5 = function (argument) {
819
827
  return $Object$2(requireObjectCoercible$6(argument));
820
828
  };
821
829
 
822
- var uncurryThis$g = functionUncurryThis;
830
+ var uncurryThis$j = functionUncurryThis;
823
831
  var toObject$4 = toObject$5;
824
832
 
825
- var hasOwnProperty = uncurryThis$g({}.hasOwnProperty);
833
+ var hasOwnProperty = uncurryThis$j({}.hasOwnProperty);
826
834
 
827
835
  // `HasOwnProperty` abstract operation
828
836
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -831,56 +839,56 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
831
839
  return hasOwnProperty(toObject$4(it), key);
832
840
  };
833
841
 
834
- var uncurryThis$f = functionUncurryThis;
842
+ var uncurryThis$i = functionUncurryThis;
835
843
 
836
844
  var id = 0;
837
845
  var postfix = Math.random();
838
- var toString$a = uncurryThis$f(1.0.toString);
846
+ var toString$a = uncurryThis$i(1.0.toString);
839
847
 
840
848
  var uid$2 = function (key) {
841
849
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$a(++id + postfix, 36);
842
850
  };
843
851
 
844
- var global$d = global$i;
852
+ var global$j = global$o;
845
853
  var shared$3 = shared$4;
846
- var hasOwn$a = hasOwnProperty_1;
854
+ var hasOwn$b = hasOwnProperty_1;
847
855
  var uid$1 = uid$2;
848
856
  var NATIVE_SYMBOL$1 = symbolConstructorDetection;
849
857
  var USE_SYMBOL_AS_UID = useSymbolAsUid;
850
858
 
851
- var Symbol$2 = global$d.Symbol;
859
+ var Symbol$2 = global$j.Symbol;
852
860
  var WellKnownSymbolsStore = shared$3('wks');
853
861
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$2['for'] || Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid$1;
854
862
 
855
- var wellKnownSymbol$c = function (name) {
856
- if (!hasOwn$a(WellKnownSymbolsStore, name)) {
857
- WellKnownSymbolsStore[name] = NATIVE_SYMBOL$1 && hasOwn$a(Symbol$2, name)
863
+ var wellKnownSymbol$h = function (name) {
864
+ if (!hasOwn$b(WellKnownSymbolsStore, name)) {
865
+ WellKnownSymbolsStore[name] = NATIVE_SYMBOL$1 && hasOwn$b(Symbol$2, name)
858
866
  ? Symbol$2[name]
859
867
  : createWellKnownSymbol('Symbol.' + name);
860
868
  } return WellKnownSymbolsStore[name];
861
869
  };
862
870
 
863
- var call$9 = functionCall;
864
- var isObject$9 = isObject$b;
871
+ var call$f = functionCall;
872
+ var isObject$b = isObject$d;
865
873
  var isSymbol$1 = isSymbol$2;
866
- var getMethod$2 = getMethod$3;
874
+ var getMethod$4 = getMethod$5;
867
875
  var ordinaryToPrimitive = ordinaryToPrimitive$1;
868
- var wellKnownSymbol$b = wellKnownSymbol$c;
876
+ var wellKnownSymbol$g = wellKnownSymbol$h;
869
877
 
870
- var $TypeError$9 = TypeError;
871
- var TO_PRIMITIVE = wellKnownSymbol$b('toPrimitive');
878
+ var $TypeError$e = TypeError;
879
+ var TO_PRIMITIVE = wellKnownSymbol$g('toPrimitive');
872
880
 
873
881
  // `ToPrimitive` abstract operation
874
882
  // https://tc39.es/ecma262/#sec-toprimitive
875
883
  var toPrimitive$1 = function (input, pref) {
876
- if (!isObject$9(input) || isSymbol$1(input)) return input;
877
- var exoticToPrim = getMethod$2(input, TO_PRIMITIVE);
884
+ if (!isObject$b(input) || isSymbol$1(input)) return input;
885
+ var exoticToPrim = getMethod$4(input, TO_PRIMITIVE);
878
886
  var result;
879
887
  if (exoticToPrim) {
880
888
  if (pref === undefined) pref = 'default';
881
- result = call$9(exoticToPrim, input, pref);
882
- if (!isObject$9(result) || isSymbol$1(result)) return result;
883
- throw new $TypeError$9("Can't convert object to primitive value");
889
+ result = call$f(exoticToPrim, input, pref);
890
+ if (!isObject$b(result) || isSymbol$1(result)) return result;
891
+ throw new $TypeError$e("Can't convert object to primitive value");
884
892
  }
885
893
  if (pref === undefined) pref = 'number';
886
894
  return ordinaryToPrimitive(input, pref);
@@ -896,36 +904,36 @@ var toPropertyKey$2 = function (argument) {
896
904
  return isSymbol(key) ? key : key + '';
897
905
  };
898
906
 
899
- var global$c = global$i;
900
- var isObject$8 = isObject$b;
907
+ var global$i = global$o;
908
+ var isObject$a = isObject$d;
901
909
 
902
- var document$1 = global$c.document;
910
+ var document$3 = global$i.document;
903
911
  // typeof document.createElement is 'object' in old IE
904
- var EXISTS$1 = isObject$8(document$1) && isObject$8(document$1.createElement);
912
+ var EXISTS$1 = isObject$a(document$3) && isObject$a(document$3.createElement);
905
913
 
906
914
  var documentCreateElement$2 = function (it) {
907
- return EXISTS$1 ? document$1.createElement(it) : {};
915
+ return EXISTS$1 ? document$3.createElement(it) : {};
908
916
  };
909
917
 
910
- var DESCRIPTORS$c = descriptors;
911
- var fails$i = fails$n;
912
- var createElement = documentCreateElement$2;
918
+ var DESCRIPTORS$e = descriptors;
919
+ var fails$k = fails$p;
920
+ var createElement$1 = documentCreateElement$2;
913
921
 
914
922
  // Thanks to IE8 for its funny defineProperty
915
- var ie8DomDefine = !DESCRIPTORS$c && !fails$i(function () {
923
+ var ie8DomDefine = !DESCRIPTORS$e && !fails$k(function () {
916
924
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
917
- return Object.defineProperty(createElement('div'), 'a', {
925
+ return Object.defineProperty(createElement$1('div'), 'a', {
918
926
  get: function () { return 7; }
919
927
  }).a !== 7;
920
928
  });
921
929
 
922
- var DESCRIPTORS$b = descriptors;
923
- var call$8 = functionCall;
930
+ var DESCRIPTORS$d = descriptors;
931
+ var call$e = functionCall;
924
932
  var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
925
933
  var createPropertyDescriptor$3 = createPropertyDescriptor$4;
926
934
  var toIndexedObject$4 = toIndexedObject$5;
927
935
  var toPropertyKey$1 = toPropertyKey$2;
928
- var hasOwn$9 = hasOwnProperty_1;
936
+ var hasOwn$a = hasOwnProperty_1;
929
937
  var IE8_DOM_DEFINE$1 = ie8DomDefine;
930
938
 
931
939
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -933,23 +941,23 @@ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
933
941
 
934
942
  // `Object.getOwnPropertyDescriptor` method
935
943
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
936
- objectGetOwnPropertyDescriptor.f = DESCRIPTORS$b ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
944
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$d ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
937
945
  O = toIndexedObject$4(O);
938
946
  P = toPropertyKey$1(P);
939
947
  if (IE8_DOM_DEFINE$1) try {
940
948
  return $getOwnPropertyDescriptor$1(O, P);
941
949
  } catch (error) { /* empty */ }
942
- if (hasOwn$9(O, P)) return createPropertyDescriptor$3(!call$8(propertyIsEnumerableModule$1.f, O, P), O[P]);
950
+ if (hasOwn$a(O, P)) return createPropertyDescriptor$3(!call$e(propertyIsEnumerableModule$1.f, O, P), O[P]);
943
951
  };
944
952
 
945
953
  var objectDefineProperty = {};
946
954
 
947
- var DESCRIPTORS$a = descriptors;
948
- var fails$h = fails$n;
955
+ var DESCRIPTORS$c = descriptors;
956
+ var fails$j = fails$p;
949
957
 
950
958
  // V8 ~ Chrome 36-
951
959
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
952
- var v8PrototypeDefineBug = DESCRIPTORS$a && fails$h(function () {
960
+ var v8PrototypeDefineBug = DESCRIPTORS$c && fails$j(function () {
953
961
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
954
962
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
955
963
  value: 42,
@@ -957,24 +965,24 @@ var v8PrototypeDefineBug = DESCRIPTORS$a && fails$h(function () {
957
965
  }).prototype !== 42;
958
966
  });
959
967
 
960
- var isObject$7 = isObject$b;
968
+ var isObject$9 = isObject$d;
961
969
 
962
970
  var $String$3 = String;
963
- var $TypeError$8 = TypeError;
971
+ var $TypeError$d = TypeError;
964
972
 
965
973
  // `Assert: Type(argument) is Object`
966
- var anObject$9 = function (argument) {
967
- if (isObject$7(argument)) return argument;
968
- throw new $TypeError$8($String$3(argument) + ' is not an object');
974
+ var anObject$d = function (argument) {
975
+ if (isObject$9(argument)) return argument;
976
+ throw new $TypeError$d($String$3(argument) + ' is not an object');
969
977
  };
970
978
 
971
- var DESCRIPTORS$9 = descriptors;
979
+ var DESCRIPTORS$b = descriptors;
972
980
  var IE8_DOM_DEFINE = ie8DomDefine;
973
981
  var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
974
- var anObject$8 = anObject$9;
982
+ var anObject$c = anObject$d;
975
983
  var toPropertyKey = toPropertyKey$2;
976
984
 
977
- var $TypeError$7 = TypeError;
985
+ var $TypeError$c = TypeError;
978
986
  // eslint-disable-next-line es/no-object-defineproperty -- safe
979
987
  var $defineProperty = Object.defineProperty;
980
988
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -985,10 +993,10 @@ var WRITABLE = 'writable';
985
993
 
986
994
  // `Object.defineProperty` method
987
995
  // https://tc39.es/ecma262/#sec-object.defineproperty
988
- objectDefineProperty.f = DESCRIPTORS$9 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
989
- anObject$8(O);
996
+ objectDefineProperty.f = DESCRIPTORS$b ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
997
+ anObject$c(O);
990
998
  P = toPropertyKey(P);
991
- anObject$8(Attributes);
999
+ anObject$c(Attributes);
992
1000
  if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
993
1001
  var current = $getOwnPropertyDescriptor(O, P);
994
1002
  if (current && current[WRITABLE]) {
@@ -1001,22 +1009,22 @@ objectDefineProperty.f = DESCRIPTORS$9 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
1001
1009
  }
1002
1010
  } return $defineProperty(O, P, Attributes);
1003
1011
  } : $defineProperty : function defineProperty(O, P, Attributes) {
1004
- anObject$8(O);
1012
+ anObject$c(O);
1005
1013
  P = toPropertyKey(P);
1006
- anObject$8(Attributes);
1014
+ anObject$c(Attributes);
1007
1015
  if (IE8_DOM_DEFINE) try {
1008
1016
  return $defineProperty(O, P, Attributes);
1009
1017
  } catch (error) { /* empty */ }
1010
- if ('get' in Attributes || 'set' in Attributes) throw new $TypeError$7('Accessors not supported');
1018
+ if ('get' in Attributes || 'set' in Attributes) throw new $TypeError$c('Accessors not supported');
1011
1019
  if ('value' in Attributes) O[P] = Attributes.value;
1012
1020
  return O;
1013
1021
  };
1014
1022
 
1015
- var DESCRIPTORS$8 = descriptors;
1023
+ var DESCRIPTORS$a = descriptors;
1016
1024
  var definePropertyModule$3 = objectDefineProperty;
1017
1025
  var createPropertyDescriptor$2 = createPropertyDescriptor$4;
1018
1026
 
1019
- var createNonEnumerableProperty$8 = DESCRIPTORS$8 ? function (object, key, value) {
1027
+ var createNonEnumerableProperty$8 = DESCRIPTORS$a ? function (object, key, value) {
1020
1028
  return definePropertyModule$3.f(object, key, createPropertyDescriptor$2(1, value));
1021
1029
  } : function (object, key, value) {
1022
1030
  object[key] = value;
@@ -1025,17 +1033,17 @@ var createNonEnumerableProperty$8 = DESCRIPTORS$8 ? function (object, key, value
1025
1033
 
1026
1034
  var makeBuiltIn$3 = {exports: {}};
1027
1035
 
1028
- var DESCRIPTORS$7 = descriptors;
1029
- var hasOwn$8 = hasOwnProperty_1;
1036
+ var DESCRIPTORS$9 = descriptors;
1037
+ var hasOwn$9 = hasOwnProperty_1;
1030
1038
 
1031
1039
  var FunctionPrototype$1 = Function.prototype;
1032
1040
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1033
- var getDescriptor = DESCRIPTORS$7 && Object.getOwnPropertyDescriptor;
1041
+ var getDescriptor = DESCRIPTORS$9 && Object.getOwnPropertyDescriptor;
1034
1042
 
1035
- var EXISTS = hasOwn$8(FunctionPrototype$1, 'name');
1043
+ var EXISTS = hasOwn$9(FunctionPrototype$1, 'name');
1036
1044
  // additional protection from minified / mangled / dropped function names
1037
1045
  var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
1038
- var CONFIGURABLE = EXISTS && (!DESCRIPTORS$7 || (DESCRIPTORS$7 && getDescriptor(FunctionPrototype$1, 'name').configurable));
1046
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS$9 || (DESCRIPTORS$9 && getDescriptor(FunctionPrototype$1, 'name').configurable));
1039
1047
 
1040
1048
  var functionName = {
1041
1049
  EXISTS: EXISTS,
@@ -1043,27 +1051,27 @@ var functionName = {
1043
1051
  CONFIGURABLE: CONFIGURABLE
1044
1052
  };
1045
1053
 
1046
- var uncurryThis$e = functionUncurryThis;
1047
- var isCallable$c = isCallable$i;
1054
+ var uncurryThis$h = functionUncurryThis;
1055
+ var isCallable$h = isCallable$n;
1048
1056
  var store$1 = sharedStoreExports;
1049
1057
 
1050
- var functionToString = uncurryThis$e(Function.toString);
1058
+ var functionToString = uncurryThis$h(Function.toString);
1051
1059
 
1052
1060
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
1053
- if (!isCallable$c(store$1.inspectSource)) {
1061
+ if (!isCallable$h(store$1.inspectSource)) {
1054
1062
  store$1.inspectSource = function (it) {
1055
1063
  return functionToString(it);
1056
1064
  };
1057
1065
  }
1058
1066
 
1059
- var inspectSource$2 = store$1.inspectSource;
1067
+ var inspectSource$3 = store$1.inspectSource;
1060
1068
 
1061
- var global$b = global$i;
1062
- var isCallable$b = isCallable$i;
1069
+ var global$h = global$o;
1070
+ var isCallable$g = isCallable$n;
1063
1071
 
1064
- var WeakMap$1 = global$b.WeakMap;
1072
+ var WeakMap$1 = global$h.WeakMap;
1065
1073
 
1066
- var weakMapBasicDetection = isCallable$b(WeakMap$1) && /native code/.test(String(WeakMap$1));
1074
+ var weakMapBasicDetection = isCallable$g(WeakMap$1) && /native code/.test(String(WeakMap$1));
1067
1075
 
1068
1076
  var shared$2 = shared$4;
1069
1077
  var uid = uid$2;
@@ -1077,28 +1085,28 @@ var sharedKey$3 = function (key) {
1077
1085
  var hiddenKeys$4 = {};
1078
1086
 
1079
1087
  var NATIVE_WEAK_MAP = weakMapBasicDetection;
1080
- var global$a = global$i;
1081
- var isObject$6 = isObject$b;
1088
+ var global$g = global$o;
1089
+ var isObject$8 = isObject$d;
1082
1090
  var createNonEnumerableProperty$7 = createNonEnumerableProperty$8;
1083
- var hasOwn$7 = hasOwnProperty_1;
1091
+ var hasOwn$8 = hasOwnProperty_1;
1084
1092
  var shared$1 = sharedStoreExports;
1085
1093
  var sharedKey$2 = sharedKey$3;
1086
1094
  var hiddenKeys$3 = hiddenKeys$4;
1087
1095
 
1088
1096
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1089
- var TypeError$1 = global$a.TypeError;
1090
- var WeakMap = global$a.WeakMap;
1091
- var set, get, has;
1097
+ var TypeError$2 = global$g.TypeError;
1098
+ var WeakMap = global$g.WeakMap;
1099
+ var set$1, get, has;
1092
1100
 
1093
1101
  var enforce = function (it) {
1094
- return has(it) ? get(it) : set(it, {});
1102
+ return has(it) ? get(it) : set$1(it, {});
1095
1103
  };
1096
1104
 
1097
1105
  var getterFor = function (TYPE) {
1098
1106
  return function (it) {
1099
1107
  var state;
1100
- if (!isObject$6(it) || (state = get(it)).type !== TYPE) {
1101
- throw new TypeError$1('Incompatible receiver, ' + TYPE + ' required');
1108
+ if (!isObject$8(it) || (state = get(it)).type !== TYPE) {
1109
+ throw new TypeError$2('Incompatible receiver, ' + TYPE + ' required');
1102
1110
  } return state;
1103
1111
  };
1104
1112
  };
@@ -1110,8 +1118,8 @@ if (NATIVE_WEAK_MAP || shared$1.state) {
1110
1118
  store.has = store.has;
1111
1119
  store.set = store.set;
1112
1120
  /* eslint-enable no-self-assign -- prototype methods protection */
1113
- set = function (it, metadata) {
1114
- if (store.has(it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
1121
+ set$1 = function (it, metadata) {
1122
+ if (store.has(it)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
1115
1123
  metadata.facade = it;
1116
1124
  store.set(it, metadata);
1117
1125
  return metadata;
@@ -1125,47 +1133,47 @@ if (NATIVE_WEAK_MAP || shared$1.state) {
1125
1133
  } else {
1126
1134
  var STATE = sharedKey$2('state');
1127
1135
  hiddenKeys$3[STATE] = true;
1128
- set = function (it, metadata) {
1129
- if (hasOwn$7(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
1136
+ set$1 = function (it, metadata) {
1137
+ if (hasOwn$8(it, STATE)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
1130
1138
  metadata.facade = it;
1131
1139
  createNonEnumerableProperty$7(it, STATE, metadata);
1132
1140
  return metadata;
1133
1141
  };
1134
1142
  get = function (it) {
1135
- return hasOwn$7(it, STATE) ? it[STATE] : {};
1143
+ return hasOwn$8(it, STATE) ? it[STATE] : {};
1136
1144
  };
1137
1145
  has = function (it) {
1138
- return hasOwn$7(it, STATE);
1146
+ return hasOwn$8(it, STATE);
1139
1147
  };
1140
1148
  }
1141
1149
 
1142
1150
  var internalState = {
1143
- set: set,
1151
+ set: set$1,
1144
1152
  get: get,
1145
1153
  has: has,
1146
1154
  enforce: enforce,
1147
1155
  getterFor: getterFor
1148
1156
  };
1149
1157
 
1150
- var uncurryThis$d = functionUncurryThis;
1151
- var fails$g = fails$n;
1152
- var isCallable$a = isCallable$i;
1153
- var hasOwn$6 = hasOwnProperty_1;
1154
- var DESCRIPTORS$6 = descriptors;
1158
+ var uncurryThis$g = functionUncurryThis;
1159
+ var fails$i = fails$p;
1160
+ var isCallable$f = isCallable$n;
1161
+ var hasOwn$7 = hasOwnProperty_1;
1162
+ var DESCRIPTORS$8 = descriptors;
1155
1163
  var CONFIGURABLE_FUNCTION_NAME$1 = functionName.CONFIGURABLE;
1156
- var inspectSource$1 = inspectSource$2;
1157
- var InternalStateModule$1 = internalState;
1164
+ var inspectSource$2 = inspectSource$3;
1165
+ var InternalStateModule$2 = internalState;
1158
1166
 
1159
- var enforceInternalState = InternalStateModule$1.enforce;
1160
- var getInternalState$2 = InternalStateModule$1.get;
1167
+ var enforceInternalState = InternalStateModule$2.enforce;
1168
+ var getInternalState$2 = InternalStateModule$2.get;
1161
1169
  var $String$2 = String;
1162
1170
  // eslint-disable-next-line es/no-object-defineproperty -- safe
1163
1171
  var defineProperty$6 = Object.defineProperty;
1164
- var stringSlice$4 = uncurryThis$d(''.slice);
1165
- var replace$4 = uncurryThis$d(''.replace);
1166
- var join = uncurryThis$d([].join);
1172
+ var stringSlice$4 = uncurryThis$g(''.slice);
1173
+ var replace$4 = uncurryThis$g(''.replace);
1174
+ var join = uncurryThis$g([].join);
1167
1175
 
1168
- var CONFIGURABLE_LENGTH = DESCRIPTORS$6 && !fails$g(function () {
1176
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$8 && !fails$i(function () {
1169
1177
  return defineProperty$6(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
1170
1178
  });
1171
1179
 
@@ -1177,21 +1185,21 @@ var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
1177
1185
  }
1178
1186
  if (options && options.getter) name = 'get ' + name;
1179
1187
  if (options && options.setter) name = 'set ' + name;
1180
- if (!hasOwn$6(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$1 && value.name !== name)) {
1181
- if (DESCRIPTORS$6) defineProperty$6(value, 'name', { value: name, configurable: true });
1188
+ if (!hasOwn$7(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$1 && value.name !== name)) {
1189
+ if (DESCRIPTORS$8) defineProperty$6(value, 'name', { value: name, configurable: true });
1182
1190
  else value.name = name;
1183
1191
  }
1184
- if (CONFIGURABLE_LENGTH && options && hasOwn$6(options, 'arity') && value.length !== options.arity) {
1192
+ if (CONFIGURABLE_LENGTH && options && hasOwn$7(options, 'arity') && value.length !== options.arity) {
1185
1193
  defineProperty$6(value, 'length', { value: options.arity });
1186
1194
  }
1187
1195
  try {
1188
- if (options && hasOwn$6(options, 'constructor') && options.constructor) {
1189
- if (DESCRIPTORS$6) defineProperty$6(value, 'prototype', { writable: false });
1196
+ if (options && hasOwn$7(options, 'constructor') && options.constructor) {
1197
+ if (DESCRIPTORS$8) defineProperty$6(value, 'prototype', { writable: false });
1190
1198
  // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
1191
1199
  } else if (value.prototype) value.prototype = undefined;
1192
1200
  } catch (error) { /* empty */ }
1193
1201
  var state = enforceInternalState(value);
1194
- if (!hasOwn$6(state, 'source')) {
1202
+ if (!hasOwn$7(state, 'source')) {
1195
1203
  state.source = join(TEMPLATE, typeof name == 'string' ? name : '');
1196
1204
  } return value;
1197
1205
  };
@@ -1199,21 +1207,21 @@ var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
1199
1207
  // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
1200
1208
  // eslint-disable-next-line no-extend-native -- required
1201
1209
  Function.prototype.toString = makeBuiltIn$2(function toString() {
1202
- return isCallable$a(this) && getInternalState$2(this).source || inspectSource$1(this);
1210
+ return isCallable$f(this) && getInternalState$2(this).source || inspectSource$2(this);
1203
1211
  }, 'toString');
1204
1212
 
1205
1213
  var makeBuiltInExports = makeBuiltIn$3.exports;
1206
1214
 
1207
- var isCallable$9 = isCallable$i;
1215
+ var isCallable$e = isCallable$n;
1208
1216
  var definePropertyModule$2 = objectDefineProperty;
1209
1217
  var makeBuiltIn$1 = makeBuiltInExports;
1210
1218
  var defineGlobalProperty$1 = defineGlobalProperty$3;
1211
1219
 
1212
- var defineBuiltIn$4 = function (O, key, value, options) {
1220
+ var defineBuiltIn$7 = function (O, key, value, options) {
1213
1221
  if (!options) options = {};
1214
1222
  var simple = options.enumerable;
1215
1223
  var name = options.name !== undefined ? options.name : key;
1216
- if (isCallable$9(value)) makeBuiltIn$1(value, name, options);
1224
+ if (isCallable$e(value)) makeBuiltIn$1(value, name, options);
1217
1225
  if (options.global) {
1218
1226
  if (simple) O[key] = value;
1219
1227
  else defineGlobalProperty$1(key, value);
@@ -1283,19 +1291,19 @@ var toLength$1 = toLength$2;
1283
1291
 
1284
1292
  // `LengthOfArrayLike` abstract operation
1285
1293
  // https://tc39.es/ecma262/#sec-lengthofarraylike
1286
- var lengthOfArrayLike$3 = function (obj) {
1294
+ var lengthOfArrayLike$4 = function (obj) {
1287
1295
  return toLength$1(obj.length);
1288
1296
  };
1289
1297
 
1290
1298
  var toIndexedObject$3 = toIndexedObject$5;
1291
1299
  var toAbsoluteIndex = toAbsoluteIndex$1;
1292
- var lengthOfArrayLike$2 = lengthOfArrayLike$3;
1300
+ var lengthOfArrayLike$3 = lengthOfArrayLike$4;
1293
1301
 
1294
1302
  // `Array.prototype.{ indexOf, includes }` methods implementation
1295
1303
  var createMethod$3 = function (IS_INCLUDES) {
1296
1304
  return function ($this, el, fromIndex) {
1297
1305
  var O = toIndexedObject$3($this);
1298
- var length = lengthOfArrayLike$2(O);
1306
+ var length = lengthOfArrayLike$3(O);
1299
1307
  if (length === 0) return !IS_INCLUDES && -1;
1300
1308
  var index = toAbsoluteIndex(fromIndex, length);
1301
1309
  var value;
@@ -1321,22 +1329,22 @@ var arrayIncludes = {
1321
1329
  indexOf: createMethod$3(false)
1322
1330
  };
1323
1331
 
1324
- var uncurryThis$c = functionUncurryThis;
1325
- var hasOwn$5 = hasOwnProperty_1;
1332
+ var uncurryThis$f = functionUncurryThis;
1333
+ var hasOwn$6 = hasOwnProperty_1;
1326
1334
  var toIndexedObject$2 = toIndexedObject$5;
1327
1335
  var indexOf$1 = arrayIncludes.indexOf;
1328
1336
  var hiddenKeys$2 = hiddenKeys$4;
1329
1337
 
1330
- var push$1 = uncurryThis$c([].push);
1338
+ var push$1 = uncurryThis$f([].push);
1331
1339
 
1332
1340
  var objectKeysInternal = function (object, names) {
1333
1341
  var O = toIndexedObject$2(object);
1334
1342
  var i = 0;
1335
1343
  var result = [];
1336
1344
  var key;
1337
- for (key in O) !hasOwn$5(hiddenKeys$2, key) && hasOwn$5(O, key) && push$1(result, key);
1345
+ for (key in O) !hasOwn$6(hiddenKeys$2, key) && hasOwn$6(O, key) && push$1(result, key);
1338
1346
  // Don't enum bug & hidden keys
1339
- while (names.length > i) if (hasOwn$5(O, key = names[i++])) {
1347
+ while (names.length > i) if (hasOwn$6(O, key = names[i++])) {
1340
1348
  ~indexOf$1(result, key) || push$1(result, key);
1341
1349
  }
1342
1350
  return result;
@@ -1370,22 +1378,22 @@ var objectGetOwnPropertySymbols = {};
1370
1378
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
1371
1379
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
1372
1380
 
1373
- var getBuiltIn$3 = getBuiltIn$5;
1374
- var uncurryThis$b = functionUncurryThis;
1381
+ var getBuiltIn$7 = getBuiltIn$9;
1382
+ var uncurryThis$e = functionUncurryThis;
1375
1383
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
1376
1384
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
1377
- var anObject$7 = anObject$9;
1385
+ var anObject$b = anObject$d;
1378
1386
 
1379
- var concat$1 = uncurryThis$b([].concat);
1387
+ var concat$1 = uncurryThis$e([].concat);
1380
1388
 
1381
1389
  // all object keys, includes non-enumerable and symbols
1382
- var ownKeys$1 = getBuiltIn$3('Reflect', 'ownKeys') || function ownKeys(it) {
1383
- var keys = getOwnPropertyNamesModule.f(anObject$7(it));
1390
+ var ownKeys$1 = getBuiltIn$7('Reflect', 'ownKeys') || function ownKeys(it) {
1391
+ var keys = getOwnPropertyNamesModule.f(anObject$b(it));
1384
1392
  var getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
1385
1393
  return getOwnPropertySymbols ? concat$1(keys, getOwnPropertySymbols(it)) : keys;
1386
1394
  };
1387
1395
 
1388
- var hasOwn$4 = hasOwnProperty_1;
1396
+ var hasOwn$5 = hasOwnProperty_1;
1389
1397
  var ownKeys = ownKeys$1;
1390
1398
  var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
1391
1399
  var definePropertyModule$1 = objectDefineProperty;
@@ -1396,42 +1404,42 @@ var copyConstructorProperties$3 = function (target, source, exceptions) {
1396
1404
  var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
1397
1405
  for (var i = 0; i < keys.length; i++) {
1398
1406
  var key = keys[i];
1399
- if (!hasOwn$4(target, key) && !(exceptions && hasOwn$4(exceptions, key))) {
1407
+ if (!hasOwn$5(target, key) && !(exceptions && hasOwn$5(exceptions, key))) {
1400
1408
  defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1401
1409
  }
1402
1410
  }
1403
1411
  };
1404
1412
 
1405
- var fails$f = fails$n;
1406
- var isCallable$8 = isCallable$i;
1413
+ var fails$h = fails$p;
1414
+ var isCallable$d = isCallable$n;
1407
1415
 
1408
1416
  var replacement = /#|\.prototype\./;
1409
1417
 
1410
- var isForced$1 = function (feature, detection) {
1418
+ var isForced$2 = function (feature, detection) {
1411
1419
  var value = data[normalize(feature)];
1412
1420
  return value === POLYFILL ? true
1413
1421
  : value === NATIVE ? false
1414
- : isCallable$8(detection) ? fails$f(detection)
1422
+ : isCallable$d(detection) ? fails$h(detection)
1415
1423
  : !!detection;
1416
1424
  };
1417
1425
 
1418
- var normalize = isForced$1.normalize = function (string) {
1426
+ var normalize = isForced$2.normalize = function (string) {
1419
1427
  return String(string).replace(replacement, '.').toLowerCase();
1420
1428
  };
1421
1429
 
1422
- var data = isForced$1.data = {};
1423
- var NATIVE = isForced$1.NATIVE = 'N';
1424
- var POLYFILL = isForced$1.POLYFILL = 'P';
1430
+ var data = isForced$2.data = {};
1431
+ var NATIVE = isForced$2.NATIVE = 'N';
1432
+ var POLYFILL = isForced$2.POLYFILL = 'P';
1425
1433
 
1426
- var isForced_1 = isForced$1;
1434
+ var isForced_1 = isForced$2;
1427
1435
 
1428
- var global$9 = global$i;
1429
- var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
1436
+ var global$f = global$o;
1437
+ var getOwnPropertyDescriptor$2 = objectGetOwnPropertyDescriptor.f;
1430
1438
  var createNonEnumerableProperty$6 = createNonEnumerableProperty$8;
1431
- var defineBuiltIn$3 = defineBuiltIn$4;
1439
+ var defineBuiltIn$6 = defineBuiltIn$7;
1432
1440
  var defineGlobalProperty = defineGlobalProperty$3;
1433
1441
  var copyConstructorProperties$2 = copyConstructorProperties$3;
1434
- var isForced = isForced_1;
1442
+ var isForced$1 = isForced_1;
1435
1443
 
1436
1444
  /*
1437
1445
  options.target - name of the target object
@@ -1454,19 +1462,19 @@ var _export = function (options, source) {
1454
1462
  var STATIC = options.stat;
1455
1463
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
1456
1464
  if (GLOBAL) {
1457
- target = global$9;
1465
+ target = global$f;
1458
1466
  } else if (STATIC) {
1459
- target = global$9[TARGET] || defineGlobalProperty(TARGET, {});
1467
+ target = global$f[TARGET] || defineGlobalProperty(TARGET, {});
1460
1468
  } else {
1461
- target = global$9[TARGET] && global$9[TARGET].prototype;
1469
+ target = global$f[TARGET] && global$f[TARGET].prototype;
1462
1470
  }
1463
1471
  if (target) for (key in source) {
1464
1472
  sourceProperty = source[key];
1465
1473
  if (options.dontCallGetSet) {
1466
- descriptor = getOwnPropertyDescriptor$1(target, key);
1474
+ descriptor = getOwnPropertyDescriptor$2(target, key);
1467
1475
  targetProperty = descriptor && descriptor.value;
1468
1476
  } else targetProperty = target[key];
1469
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1477
+ FORCED = isForced$1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1470
1478
  // contained in target
1471
1479
  if (!FORCED && targetProperty !== undefined) {
1472
1480
  if (typeof sourceProperty == typeof targetProperty) continue;
@@ -1476,7 +1484,7 @@ var _export = function (options, source) {
1476
1484
  if (options.sham || (targetProperty && targetProperty.sham)) {
1477
1485
  createNonEnumerableProperty$6(sourceProperty, 'sham', true);
1478
1486
  }
1479
- defineBuiltIn$3(target, key, sourceProperty, options);
1487
+ defineBuiltIn$6(target, key, sourceProperty, options);
1480
1488
  }
1481
1489
  };
1482
1490
 
@@ -1490,10 +1498,10 @@ var objectKeys$2 = Object.keys || function keys(O) {
1490
1498
  return internalObjectKeys(O, enumBugKeys$1);
1491
1499
  };
1492
1500
 
1493
- var DESCRIPTORS$5 = descriptors;
1494
- var uncurryThis$a = functionUncurryThis;
1495
- var call$7 = functionCall;
1496
- var fails$e = fails$n;
1501
+ var DESCRIPTORS$7 = descriptors;
1502
+ var uncurryThis$d = functionUncurryThis;
1503
+ var call$d = functionCall;
1504
+ var fails$g = fails$p;
1497
1505
  var objectKeys$1 = objectKeys$2;
1498
1506
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1499
1507
  var propertyIsEnumerableModule = objectPropertyIsEnumerable;
@@ -1504,13 +1512,13 @@ var IndexedObject$1 = indexedObject;
1504
1512
  var $assign = Object.assign;
1505
1513
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1506
1514
  var defineProperty$5 = Object.defineProperty;
1507
- var concat = uncurryThis$a([].concat);
1515
+ var concat = uncurryThis$d([].concat);
1508
1516
 
1509
1517
  // `Object.assign` method
1510
1518
  // https://tc39.es/ecma262/#sec-object.assign
1511
- var objectAssign = !$assign || fails$e(function () {
1519
+ var objectAssign = !$assign || fails$g(function () {
1512
1520
  // should have correct order of operations (Edge bug)
1513
- if (DESCRIPTORS$5 && $assign({ b: 1 }, $assign(defineProperty$5({}, 'a', {
1521
+ if (DESCRIPTORS$7 && $assign({ b: 1 }, $assign(defineProperty$5({}, 'a', {
1514
1522
  enumerable: true,
1515
1523
  get: function () {
1516
1524
  defineProperty$5(this, 'b', {
@@ -1542,18 +1550,18 @@ var objectAssign = !$assign || fails$e(function () {
1542
1550
  var key;
1543
1551
  while (length > j) {
1544
1552
  key = keys[j++];
1545
- if (!DESCRIPTORS$5 || call$7(propertyIsEnumerable, S, key)) T[key] = S[key];
1553
+ if (!DESCRIPTORS$7 || call$d(propertyIsEnumerable, S, key)) T[key] = S[key];
1546
1554
  }
1547
1555
  } return T;
1548
1556
  } : $assign;
1549
1557
 
1550
- var $$a = _export;
1558
+ var $$h = _export;
1551
1559
  var assign = objectAssign;
1552
1560
 
1553
1561
  // `Object.assign` method
1554
1562
  // https://tc39.es/ecma262/#sec-object.assign
1555
1563
  // eslint-disable-next-line es/no-object-assign -- required for testing
1556
- $$a({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1564
+ $$h({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1557
1565
  assign: assign
1558
1566
  });
1559
1567
 
@@ -2063,18 +2071,18 @@ const ObjectManagerMapButtonConnect = ({
2063
2071
 
2064
2072
  var objectDefineProperties = {};
2065
2073
 
2066
- var DESCRIPTORS$4 = descriptors;
2074
+ var DESCRIPTORS$6 = descriptors;
2067
2075
  var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
2068
2076
  var definePropertyModule = objectDefineProperty;
2069
- var anObject$6 = anObject$9;
2077
+ var anObject$a = anObject$d;
2070
2078
  var toIndexedObject$1 = toIndexedObject$5;
2071
2079
  var objectKeys = objectKeys$2;
2072
2080
 
2073
2081
  // `Object.defineProperties` method
2074
2082
  // https://tc39.es/ecma262/#sec-object.defineproperties
2075
2083
  // eslint-disable-next-line es/no-object-defineproperties -- safe
2076
- objectDefineProperties.f = DESCRIPTORS$4 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
2077
- anObject$6(O);
2084
+ objectDefineProperties.f = DESCRIPTORS$6 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
2085
+ anObject$a(O);
2078
2086
  var props = toIndexedObject$1(Properties);
2079
2087
  var keys = objectKeys(Properties);
2080
2088
  var length = keys.length;
@@ -2084,16 +2092,16 @@ objectDefineProperties.f = DESCRIPTORS$4 && !V8_PROTOTYPE_DEFINE_BUG ? Object.de
2084
2092
  return O;
2085
2093
  };
2086
2094
 
2087
- var getBuiltIn$2 = getBuiltIn$5;
2095
+ var getBuiltIn$6 = getBuiltIn$9;
2088
2096
 
2089
- var html$1 = getBuiltIn$2('document', 'documentElement');
2097
+ var html$2 = getBuiltIn$6('document', 'documentElement');
2090
2098
 
2091
2099
  /* global ActiveXObject -- old IE, WSH */
2092
- var anObject$5 = anObject$9;
2100
+ var anObject$9 = anObject$d;
2093
2101
  var definePropertiesModule = objectDefineProperties;
2094
2102
  var enumBugKeys = enumBugKeys$3;
2095
2103
  var hiddenKeys = hiddenKeys$4;
2096
- var html = html$1;
2104
+ var html$1 = html$2;
2097
2105
  var documentCreateElement$1 = documentCreateElement$2;
2098
2106
  var sharedKey$1 = sharedKey$3;
2099
2107
 
@@ -2125,7 +2133,7 @@ var NullProtoObjectViaIFrame = function () {
2125
2133
  var JS = 'java' + SCRIPT + ':';
2126
2134
  var iframeDocument;
2127
2135
  iframe.style.display = 'none';
2128
- html.appendChild(iframe);
2136
+ html$1.appendChild(iframe);
2129
2137
  // https://github.com/zloirock/core-js/issues/475
2130
2138
  iframe.src = String(JS);
2131
2139
  iframeDocument = iframe.contentWindow.document;
@@ -2163,7 +2171,7 @@ hiddenKeys[IE_PROTO$1] = true;
2163
2171
  var objectCreate = Object.create || function create(O, Properties) {
2164
2172
  var result;
2165
2173
  if (O !== null) {
2166
- EmptyConstructor[PROTOTYPE] = anObject$5(O);
2174
+ EmptyConstructor[PROTOTYPE] = anObject$9(O);
2167
2175
  result = new EmptyConstructor();
2168
2176
  EmptyConstructor[PROTOTYPE] = null;
2169
2177
  // add "__proto__" for Object.getPrototypeOf polyfill
@@ -2172,17 +2180,17 @@ var objectCreate = Object.create || function create(O, Properties) {
2172
2180
  return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
2173
2181
  };
2174
2182
 
2175
- var wellKnownSymbol$a = wellKnownSymbol$c;
2183
+ var wellKnownSymbol$f = wellKnownSymbol$h;
2176
2184
  var create$2 = objectCreate;
2177
2185
  var defineProperty$4 = objectDefineProperty.f;
2178
2186
 
2179
- var UNSCOPABLES = wellKnownSymbol$a('unscopables');
2180
- var ArrayPrototype = Array.prototype;
2187
+ var UNSCOPABLES = wellKnownSymbol$f('unscopables');
2188
+ var ArrayPrototype$1 = Array.prototype;
2181
2189
 
2182
2190
  // Array.prototype[@@unscopables]
2183
2191
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
2184
- if (ArrayPrototype[UNSCOPABLES] === undefined) {
2185
- defineProperty$4(ArrayPrototype, UNSCOPABLES, {
2192
+ if (ArrayPrototype$1[UNSCOPABLES] === undefined) {
2193
+ defineProperty$4(ArrayPrototype$1, UNSCOPABLES, {
2186
2194
  configurable: true,
2187
2195
  value: create$2(null)
2188
2196
  });
@@ -2190,22 +2198,22 @@ if (ArrayPrototype[UNSCOPABLES] === undefined) {
2190
2198
 
2191
2199
  // add a key to Array.prototype[@@unscopables]
2192
2200
  var addToUnscopables$2 = function (key) {
2193
- ArrayPrototype[UNSCOPABLES][key] = true;
2201
+ ArrayPrototype$1[UNSCOPABLES][key] = true;
2194
2202
  };
2195
2203
 
2196
2204
  var iterators = {};
2197
2205
 
2198
- var fails$d = fails$n;
2206
+ var fails$f = fails$p;
2199
2207
 
2200
- var correctPrototypeGetter = !fails$d(function () {
2208
+ var correctPrototypeGetter = !fails$f(function () {
2201
2209
  function F() { /* empty */ }
2202
2210
  F.prototype.constructor = null;
2203
2211
  // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
2204
2212
  return Object.getPrototypeOf(new F()) !== F.prototype;
2205
2213
  });
2206
2214
 
2207
- var hasOwn$3 = hasOwnProperty_1;
2208
- var isCallable$7 = isCallable$i;
2215
+ var hasOwn$4 = hasOwnProperty_1;
2216
+ var isCallable$c = isCallable$n;
2209
2217
  var toObject$2 = toObject$5;
2210
2218
  var sharedKey = sharedKey$3;
2211
2219
  var CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter;
@@ -2219,21 +2227,21 @@ var ObjectPrototype = $Object$1.prototype;
2219
2227
  // eslint-disable-next-line es/no-object-getprototypeof -- safe
2220
2228
  var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object$1.getPrototypeOf : function (O) {
2221
2229
  var object = toObject$2(O);
2222
- if (hasOwn$3(object, IE_PROTO)) return object[IE_PROTO];
2230
+ if (hasOwn$4(object, IE_PROTO)) return object[IE_PROTO];
2223
2231
  var constructor = object.constructor;
2224
- if (isCallable$7(constructor) && object instanceof constructor) {
2232
+ if (isCallable$c(constructor) && object instanceof constructor) {
2225
2233
  return constructor.prototype;
2226
2234
  } return object instanceof $Object$1 ? ObjectPrototype : null;
2227
2235
  };
2228
2236
 
2229
- var fails$c = fails$n;
2230
- var isCallable$6 = isCallable$i;
2231
- var isObject$5 = isObject$b;
2237
+ var fails$e = fails$p;
2238
+ var isCallable$b = isCallable$n;
2239
+ var isObject$7 = isObject$d;
2232
2240
  var getPrototypeOf$1 = objectGetPrototypeOf;
2233
- var defineBuiltIn$2 = defineBuiltIn$4;
2234
- var wellKnownSymbol$9 = wellKnownSymbol$c;
2241
+ var defineBuiltIn$5 = defineBuiltIn$7;
2242
+ var wellKnownSymbol$e = wellKnownSymbol$h;
2235
2243
 
2236
- var ITERATOR$3 = wellKnownSymbol$9('iterator');
2244
+ var ITERATOR$6 = wellKnownSymbol$e('iterator');
2237
2245
  var BUGGY_SAFARI_ITERATORS$1 = false;
2238
2246
 
2239
2247
  // `%IteratorPrototype%` object
@@ -2251,18 +2259,18 @@ if ([].keys) {
2251
2259
  }
2252
2260
  }
2253
2261
 
2254
- var NEW_ITERATOR_PROTOTYPE = !isObject$5(IteratorPrototype$2) || fails$c(function () {
2262
+ var NEW_ITERATOR_PROTOTYPE = !isObject$7(IteratorPrototype$2) || fails$e(function () {
2255
2263
  var test = {};
2256
2264
  // FF44- legacy iterators case
2257
- return IteratorPrototype$2[ITERATOR$3].call(test) !== test;
2265
+ return IteratorPrototype$2[ITERATOR$6].call(test) !== test;
2258
2266
  });
2259
2267
 
2260
2268
  if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {};
2261
2269
 
2262
2270
  // `%IteratorPrototype%[@@iterator]()` method
2263
2271
  // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
2264
- if (!isCallable$6(IteratorPrototype$2[ITERATOR$3])) {
2265
- defineBuiltIn$2(IteratorPrototype$2, ITERATOR$3, function () {
2272
+ if (!isCallable$b(IteratorPrototype$2[ITERATOR$6])) {
2273
+ defineBuiltIn$5(IteratorPrototype$2, ITERATOR$6, function () {
2266
2274
  return this;
2267
2275
  });
2268
2276
  }
@@ -2273,14 +2281,14 @@ var iteratorsCore = {
2273
2281
  };
2274
2282
 
2275
2283
  var defineProperty$3 = objectDefineProperty.f;
2276
- var hasOwn$2 = hasOwnProperty_1;
2277
- var wellKnownSymbol$8 = wellKnownSymbol$c;
2284
+ var hasOwn$3 = hasOwnProperty_1;
2285
+ var wellKnownSymbol$d = wellKnownSymbol$h;
2278
2286
 
2279
- var TO_STRING_TAG$2 = wellKnownSymbol$8('toStringTag');
2287
+ var TO_STRING_TAG$2 = wellKnownSymbol$d('toStringTag');
2280
2288
 
2281
- var setToStringTag$3 = function (target, TAG, STATIC) {
2289
+ var setToStringTag$4 = function (target, TAG, STATIC) {
2282
2290
  if (target && !STATIC) target = target.prototype;
2283
- if (target && !hasOwn$2(target, TO_STRING_TAG$2)) {
2291
+ if (target && !hasOwn$3(target, TO_STRING_TAG$2)) {
2284
2292
  defineProperty$3(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
2285
2293
  }
2286
2294
  };
@@ -2288,48 +2296,48 @@ var setToStringTag$3 = function (target, TAG, STATIC) {
2288
2296
  var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
2289
2297
  var create$1 = objectCreate;
2290
2298
  var createPropertyDescriptor$1 = createPropertyDescriptor$4;
2291
- var setToStringTag$2 = setToStringTag$3;
2292
- var Iterators$2 = iterators;
2299
+ var setToStringTag$3 = setToStringTag$4;
2300
+ var Iterators$4 = iterators;
2293
2301
 
2294
2302
  var returnThis$1 = function () { return this; };
2295
2303
 
2296
2304
  var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
2297
2305
  var TO_STRING_TAG = NAME + ' Iterator';
2298
2306
  IteratorConstructor.prototype = create$1(IteratorPrototype$1, { next: createPropertyDescriptor$1(+!ENUMERABLE_NEXT, next) });
2299
- setToStringTag$2(IteratorConstructor, TO_STRING_TAG, false);
2300
- Iterators$2[TO_STRING_TAG] = returnThis$1;
2307
+ setToStringTag$3(IteratorConstructor, TO_STRING_TAG, false);
2308
+ Iterators$4[TO_STRING_TAG] = returnThis$1;
2301
2309
  return IteratorConstructor;
2302
2310
  };
2303
2311
 
2304
- var uncurryThis$9 = functionUncurryThis;
2305
- var aCallable$1 = aCallable$3;
2312
+ var uncurryThis$c = functionUncurryThis;
2313
+ var aCallable$7 = aCallable$9;
2306
2314
 
2307
2315
  var functionUncurryThisAccessor = function (object, key, method) {
2308
2316
  try {
2309
2317
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2310
- return uncurryThis$9(aCallable$1(Object.getOwnPropertyDescriptor(object, key)[method]));
2318
+ return uncurryThis$c(aCallable$7(Object.getOwnPropertyDescriptor(object, key)[method]));
2311
2319
  } catch (error) { /* empty */ }
2312
2320
  };
2313
2321
 
2314
- var isObject$4 = isObject$b;
2322
+ var isObject$6 = isObject$d;
2315
2323
 
2316
2324
  var isPossiblePrototype$1 = function (argument) {
2317
- return isObject$4(argument) || argument === null;
2325
+ return isObject$6(argument) || argument === null;
2318
2326
  };
2319
2327
 
2320
2328
  var isPossiblePrototype = isPossiblePrototype$1;
2321
2329
 
2322
2330
  var $String$1 = String;
2323
- var $TypeError$6 = TypeError;
2331
+ var $TypeError$b = TypeError;
2324
2332
 
2325
2333
  var aPossiblePrototype$1 = function (argument) {
2326
2334
  if (isPossiblePrototype(argument)) return argument;
2327
- throw new $TypeError$6("Can't set " + $String$1(argument) + ' as a prototype');
2335
+ throw new $TypeError$b("Can't set " + $String$1(argument) + ' as a prototype');
2328
2336
  };
2329
2337
 
2330
2338
  /* eslint-disable no-proto -- safe */
2331
2339
  var uncurryThisAccessor = functionUncurryThisAccessor;
2332
- var isObject$3 = isObject$b;
2340
+ var isObject$5 = isObject$d;
2333
2341
  var requireObjectCoercible$5 = requireObjectCoercible$8;
2334
2342
  var aPossiblePrototype = aPossiblePrototype$1;
2335
2343
 
@@ -2349,32 +2357,32 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
2349
2357
  return function setPrototypeOf(O, proto) {
2350
2358
  requireObjectCoercible$5(O);
2351
2359
  aPossiblePrototype(proto);
2352
- if (!isObject$3(O)) return O;
2360
+ if (!isObject$5(O)) return O;
2353
2361
  if (CORRECT_SETTER) setter(O, proto);
2354
2362
  else O.__proto__ = proto;
2355
2363
  return O;
2356
2364
  };
2357
2365
  }() : undefined);
2358
2366
 
2359
- var $$9 = _export;
2360
- var call$6 = functionCall;
2367
+ var $$g = _export;
2368
+ var call$c = functionCall;
2361
2369
  var FunctionName = functionName;
2362
- var isCallable$5 = isCallable$i;
2370
+ var isCallable$a = isCallable$n;
2363
2371
  var createIteratorConstructor = iteratorCreateConstructor;
2364
2372
  var getPrototypeOf = objectGetPrototypeOf;
2365
- var setPrototypeOf$2 = objectSetPrototypeOf;
2366
- var setToStringTag$1 = setToStringTag$3;
2373
+ var setPrototypeOf$3 = objectSetPrototypeOf;
2374
+ var setToStringTag$2 = setToStringTag$4;
2367
2375
  var createNonEnumerableProperty$5 = createNonEnumerableProperty$8;
2368
- var defineBuiltIn$1 = defineBuiltIn$4;
2369
- var wellKnownSymbol$7 = wellKnownSymbol$c;
2370
- var Iterators$1 = iterators;
2376
+ var defineBuiltIn$4 = defineBuiltIn$7;
2377
+ var wellKnownSymbol$c = wellKnownSymbol$h;
2378
+ var Iterators$3 = iterators;
2371
2379
  var IteratorsCore = iteratorsCore;
2372
2380
 
2373
2381
  var PROPER_FUNCTION_NAME$1 = FunctionName.PROPER;
2374
2382
  var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
2375
2383
  var IteratorPrototype = IteratorsCore.IteratorPrototype;
2376
2384
  var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
2377
- var ITERATOR$2 = wellKnownSymbol$7('iterator');
2385
+ var ITERATOR$5 = wellKnownSymbol$c('iterator');
2378
2386
  var KEYS = 'keys';
2379
2387
  var VALUES = 'values';
2380
2388
  var ENTRIES = 'entries';
@@ -2400,7 +2408,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
2400
2408
  var TO_STRING_TAG = NAME + ' Iterator';
2401
2409
  var INCORRECT_VALUES_NAME = false;
2402
2410
  var IterablePrototype = Iterable.prototype;
2403
- var nativeIterator = IterablePrototype[ITERATOR$2]
2411
+ var nativeIterator = IterablePrototype[ITERATOR$5]
2404
2412
  || IterablePrototype['@@iterator']
2405
2413
  || DEFAULT && IterablePrototype[DEFAULT];
2406
2414
  var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
@@ -2412,14 +2420,14 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
2412
2420
  CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
2413
2421
  if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
2414
2422
  if (getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
2415
- if (setPrototypeOf$2) {
2416
- setPrototypeOf$2(CurrentIteratorPrototype, IteratorPrototype);
2417
- } else if (!isCallable$5(CurrentIteratorPrototype[ITERATOR$2])) {
2418
- defineBuiltIn$1(CurrentIteratorPrototype, ITERATOR$2, returnThis);
2423
+ if (setPrototypeOf$3) {
2424
+ setPrototypeOf$3(CurrentIteratorPrototype, IteratorPrototype);
2425
+ } else if (!isCallable$a(CurrentIteratorPrototype[ITERATOR$5])) {
2426
+ defineBuiltIn$4(CurrentIteratorPrototype, ITERATOR$5, returnThis);
2419
2427
  }
2420
2428
  }
2421
2429
  // Set @@toStringTag to native iterators
2422
- setToStringTag$1(CurrentIteratorPrototype, TO_STRING_TAG, true);
2430
+ setToStringTag$2(CurrentIteratorPrototype, TO_STRING_TAG, true);
2423
2431
  }
2424
2432
  }
2425
2433
 
@@ -2429,7 +2437,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
2429
2437
  createNonEnumerableProperty$5(IterablePrototype, 'name', VALUES);
2430
2438
  } else {
2431
2439
  INCORRECT_VALUES_NAME = true;
2432
- defaultIterator = function values() { return call$6(nativeIterator, this); };
2440
+ defaultIterator = function values() { return call$c(nativeIterator, this); };
2433
2441
  }
2434
2442
  }
2435
2443
 
@@ -2442,16 +2450,16 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
2442
2450
  };
2443
2451
  if (FORCED) for (KEY in methods) {
2444
2452
  if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
2445
- defineBuiltIn$1(IterablePrototype, KEY, methods[KEY]);
2453
+ defineBuiltIn$4(IterablePrototype, KEY, methods[KEY]);
2446
2454
  }
2447
- } else $$9({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
2455
+ } else $$g({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
2448
2456
  }
2449
2457
 
2450
2458
  // define iterator
2451
- if (IterablePrototype[ITERATOR$2] !== defaultIterator) {
2452
- defineBuiltIn$1(IterablePrototype, ITERATOR$2, defaultIterator, { name: DEFAULT });
2459
+ if (IterablePrototype[ITERATOR$5] !== defaultIterator) {
2460
+ defineBuiltIn$4(IterablePrototype, ITERATOR$5, defaultIterator, { name: DEFAULT });
2453
2461
  }
2454
- Iterators$1[NAME] = defaultIterator;
2462
+ Iterators$3[NAME] = defaultIterator;
2455
2463
 
2456
2464
  return methods;
2457
2465
  };
@@ -2464,16 +2472,16 @@ var createIterResultObject$1 = function (value, done) {
2464
2472
 
2465
2473
  var toIndexedObject = toIndexedObject$5;
2466
2474
  var addToUnscopables$1 = addToUnscopables$2;
2467
- var Iterators = iterators;
2468
- var InternalStateModule = internalState;
2475
+ var Iterators$2 = iterators;
2476
+ var InternalStateModule$1 = internalState;
2469
2477
  var defineProperty$2 = objectDefineProperty.f;
2470
2478
  var defineIterator = iteratorDefine;
2471
2479
  var createIterResultObject = createIterResultObject$1;
2472
- var DESCRIPTORS$3 = descriptors;
2480
+ var DESCRIPTORS$5 = descriptors;
2473
2481
 
2474
2482
  var ARRAY_ITERATOR = 'Array Iterator';
2475
- var setInternalState = InternalStateModule.set;
2476
- var getInternalState$1 = InternalStateModule.getterFor(ARRAY_ITERATOR);
2483
+ var setInternalState$1 = InternalStateModule$1.set;
2484
+ var getInternalState$1 = InternalStateModule$1.getterFor(ARRAY_ITERATOR);
2477
2485
 
2478
2486
  // `Array.prototype.entries` method
2479
2487
  // https://tc39.es/ecma262/#sec-array.prototype.entries
@@ -2486,7 +2494,7 @@ var getInternalState$1 = InternalStateModule.getterFor(ARRAY_ITERATOR);
2486
2494
  // `CreateArrayIterator` internal method
2487
2495
  // https://tc39.es/ecma262/#sec-createarrayiterator
2488
2496
  var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind) {
2489
- setInternalState(this, {
2497
+ setInternalState$1(this, {
2490
2498
  type: ARRAY_ITERATOR,
2491
2499
  target: toIndexedObject(iterated), // target
2492
2500
  index: 0, // next index
@@ -2511,7 +2519,7 @@ var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind)
2511
2519
  // argumentsList[@@iterator] is %ArrayProto_values%
2512
2520
  // https://tc39.es/ecma262/#sec-createunmappedargumentsobject
2513
2521
  // https://tc39.es/ecma262/#sec-createmappedargumentsobject
2514
- var values = Iterators.Arguments = Iterators.Array;
2522
+ var values = Iterators$2.Arguments = Iterators$2.Array;
2515
2523
 
2516
2524
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
2517
2525
  addToUnscopables$1('keys');
@@ -2519,7 +2527,7 @@ addToUnscopables$1('values');
2519
2527
  addToUnscopables$1('entries');
2520
2528
 
2521
2529
  // V8 ~ Chrome 45- bug
2522
- if (DESCRIPTORS$3 && values.name !== 'values') try {
2530
+ if (DESCRIPTORS$5 && values.name !== 'values') try {
2523
2531
  defineProperty$2(values, 'name', { value: 'values' });
2524
2532
  } catch (error) { /* empty */ }
2525
2533
 
@@ -2567,26 +2575,26 @@ var DOMTokenListPrototype$1 = classList && classList.constructor && classList.co
2567
2575
 
2568
2576
  var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
2569
2577
 
2570
- var global$8 = global$i;
2578
+ var global$e = global$o;
2571
2579
  var DOMIterables = domIterables;
2572
2580
  var DOMTokenListPrototype = domTokenListPrototype;
2573
2581
  var ArrayIteratorMethods = es_array_iterator;
2574
2582
  var createNonEnumerableProperty$4 = createNonEnumerableProperty$8;
2575
- var setToStringTag = setToStringTag$3;
2576
- var wellKnownSymbol$6 = wellKnownSymbol$c;
2583
+ var setToStringTag$1 = setToStringTag$4;
2584
+ var wellKnownSymbol$b = wellKnownSymbol$h;
2577
2585
 
2578
- var ITERATOR$1 = wellKnownSymbol$6('iterator');
2586
+ var ITERATOR$4 = wellKnownSymbol$b('iterator');
2579
2587
  var ArrayValues = ArrayIteratorMethods.values;
2580
2588
 
2581
2589
  var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
2582
2590
  if (CollectionPrototype) {
2583
2591
  // some Chrome versions have non-configurable methods on DOMTokenList
2584
- if (CollectionPrototype[ITERATOR$1] !== ArrayValues) try {
2585
- createNonEnumerableProperty$4(CollectionPrototype, ITERATOR$1, ArrayValues);
2592
+ if (CollectionPrototype[ITERATOR$4] !== ArrayValues) try {
2593
+ createNonEnumerableProperty$4(CollectionPrototype, ITERATOR$4, ArrayValues);
2586
2594
  } catch (error) {
2587
- CollectionPrototype[ITERATOR$1] = ArrayValues;
2595
+ CollectionPrototype[ITERATOR$4] = ArrayValues;
2588
2596
  }
2589
- setToStringTag(CollectionPrototype, COLLECTION_NAME, true);
2597
+ setToStringTag$1(CollectionPrototype, COLLECTION_NAME, true);
2590
2598
  if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {
2591
2599
  // some Chrome versions have non-configurable methods on DOMTokenList
2592
2600
  if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {
@@ -2599,29 +2607,29 @@ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
2599
2607
  };
2600
2608
 
2601
2609
  for (var COLLECTION_NAME in DOMIterables) {
2602
- handlePrototype(global$8[COLLECTION_NAME] && global$8[COLLECTION_NAME].prototype, COLLECTION_NAME);
2610
+ handlePrototype(global$e[COLLECTION_NAME] && global$e[COLLECTION_NAME].prototype, COLLECTION_NAME);
2603
2611
  }
2604
2612
 
2605
2613
  handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
2606
2614
 
2607
- var classof$6 = classofRaw$1;
2615
+ var classof$7 = classofRaw$2;
2608
2616
 
2609
2617
  // `IsArray` abstract operation
2610
2618
  // https://tc39.es/ecma262/#sec-isarray
2611
2619
  // eslint-disable-next-line es/no-array-isarray -- safe
2612
2620
  var isArray$1 = Array.isArray || function isArray(argument) {
2613
- return classof$6(argument) === 'Array';
2621
+ return classof$7(argument) === 'Array';
2614
2622
  };
2615
2623
 
2616
- var DESCRIPTORS$2 = descriptors;
2624
+ var DESCRIPTORS$4 = descriptors;
2617
2625
  var isArray = isArray$1;
2618
2626
 
2619
- var $TypeError$5 = TypeError;
2627
+ var $TypeError$a = TypeError;
2620
2628
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2621
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2629
+ var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
2622
2630
 
2623
2631
  // Safari < 13 does not throw an error in this case
2624
- var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS$2 && !function () {
2632
+ var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS$4 && !function () {
2625
2633
  // makes no sense without proper strict mode support
2626
2634
  if (this !== undefined) return true;
2627
2635
  try {
@@ -2633,29 +2641,29 @@ var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS$2 && !function () {
2633
2641
  }();
2634
2642
 
2635
2643
  var arraySetLength = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {
2636
- if (isArray(O) && !getOwnPropertyDescriptor(O, 'length').writable) {
2637
- throw new $TypeError$5('Cannot set read only .length');
2644
+ if (isArray(O) && !getOwnPropertyDescriptor$1(O, 'length').writable) {
2645
+ throw new $TypeError$a('Cannot set read only .length');
2638
2646
  } return O.length = length;
2639
2647
  } : function (O, length) {
2640
2648
  return O.length = length;
2641
2649
  };
2642
2650
 
2643
- var $TypeError$4 = TypeError;
2651
+ var $TypeError$9 = TypeError;
2644
2652
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
2645
2653
 
2646
2654
  var doesNotExceedSafeInteger$1 = function (it) {
2647
- if (it > MAX_SAFE_INTEGER) throw $TypeError$4('Maximum allowed index exceeded');
2655
+ if (it > MAX_SAFE_INTEGER) throw $TypeError$9('Maximum allowed index exceeded');
2648
2656
  return it;
2649
2657
  };
2650
2658
 
2651
- var $$8 = _export;
2659
+ var $$f = _export;
2652
2660
  var toObject$1 = toObject$5;
2653
- var lengthOfArrayLike$1 = lengthOfArrayLike$3;
2661
+ var lengthOfArrayLike$2 = lengthOfArrayLike$4;
2654
2662
  var setArrayLength = arraySetLength;
2655
2663
  var doesNotExceedSafeInteger = doesNotExceedSafeInteger$1;
2656
- var fails$b = fails$n;
2664
+ var fails$d = fails$p;
2657
2665
 
2658
- var INCORRECT_TO_LENGTH = fails$b(function () {
2666
+ var INCORRECT_TO_LENGTH = fails$d(function () {
2659
2667
  return [].push.call({ length: 0x100000000 }, 1) !== 4294967297;
2660
2668
  });
2661
2669
 
@@ -2674,11 +2682,11 @@ var FORCED$3 = INCORRECT_TO_LENGTH || !properErrorOnNonWritableLength();
2674
2682
 
2675
2683
  // `Array.prototype.push` method
2676
2684
  // https://tc39.es/ecma262/#sec-array.prototype.push
2677
- $$8({ target: 'Array', proto: true, arity: 1, forced: FORCED$3 }, {
2685
+ $$f({ target: 'Array', proto: true, arity: 1, forced: FORCED$3 }, {
2678
2686
  // eslint-disable-next-line no-unused-vars -- required for `.length`
2679
2687
  push: function push(item) {
2680
2688
  var O = toObject$1(this);
2681
- var len = lengthOfArrayLike$1(O);
2689
+ var len = lengthOfArrayLike$2(O);
2682
2690
  var argCount = arguments.length;
2683
2691
  doesNotExceedSafeInteger(len + argCount);
2684
2692
  for (var i = 0; i < argCount; i++) {
@@ -3346,6 +3354,31 @@ const slice = createSlice({
3346
3354
  draft.formState = formState;
3347
3355
  }
3348
3356
  },
3357
+ addArea: (draft, action) => {
3358
+ const {
3359
+ area
3360
+ } = action.payload;
3361
+ // only support 1 area (for now)
3362
+ if (draft.publicWarning) {
3363
+ draft.publicWarning.warningDetail.areas = [area];
3364
+ } else {
3365
+ const newWarning = {
3366
+ warningDetail: {
3367
+ areas: [area]
3368
+ }
3369
+ };
3370
+ draft.publicWarning = newWarning;
3371
+ }
3372
+ },
3373
+ removeArea: (draft, action) => {
3374
+ const {
3375
+ area
3376
+ } = action.payload;
3377
+ if (draft.publicWarning) {
3378
+ const removeAreas = draft.publicWarning.warningDetail.areas.filter(existingArea => existingArea.objectName !== area.objectName);
3379
+ draft.publicWarning.warningDetail.areas = removeAreas;
3380
+ }
3381
+ },
3349
3382
  openPublicWarningFormDialog: (draft, action) => {
3350
3383
  const {
3351
3384
  object,
@@ -3663,15 +3696,15 @@ const ObjectManagerConnect = ({
3663
3696
  });
3664
3697
  };
3665
3698
 
3666
- var NATIVE_BIND = functionBindNative;
3699
+ var NATIVE_BIND$1 = functionBindNative;
3667
3700
 
3668
3701
  var FunctionPrototype = Function.prototype;
3669
- var apply$1 = FunctionPrototype.apply;
3670
- var call$5 = FunctionPrototype.call;
3702
+ var apply$2 = FunctionPrototype.apply;
3703
+ var call$b = FunctionPrototype.call;
3671
3704
 
3672
3705
  // eslint-disable-next-line es/no-reflect -- safe
3673
- var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call$5.bind(apply$1) : function () {
3674
- return call$5.apply(apply$1, arguments);
3706
+ var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$b.bind(apply$2) : function () {
3707
+ return call$b.apply(apply$2, arguments);
3675
3708
  });
3676
3709
 
3677
3710
  var defineProperty$1 = objectDefineProperty.f;
@@ -3684,28 +3717,28 @@ var proxyAccessor$1 = function (Target, Source, key) {
3684
3717
  });
3685
3718
  };
3686
3719
 
3687
- var isCallable$4 = isCallable$i;
3688
- var isObject$2 = isObject$b;
3689
- var setPrototypeOf$1 = objectSetPrototypeOf;
3720
+ var isCallable$9 = isCallable$n;
3721
+ var isObject$4 = isObject$d;
3722
+ var setPrototypeOf$2 = objectSetPrototypeOf;
3690
3723
 
3691
3724
  // makes subclassing work correct for wrapped built-ins
3692
3725
  var inheritIfRequired$1 = function ($this, dummy, Wrapper) {
3693
3726
  var NewTarget, NewTargetPrototype;
3694
3727
  if (
3695
3728
  // it can work only with native `setPrototypeOf`
3696
- setPrototypeOf$1 &&
3729
+ setPrototypeOf$2 &&
3697
3730
  // we haven't completely correct pre-ES6 way for getting `new.target`, so use this
3698
- isCallable$4(NewTarget = dummy.constructor) &&
3731
+ isCallable$9(NewTarget = dummy.constructor) &&
3699
3732
  NewTarget !== Wrapper &&
3700
- isObject$2(NewTargetPrototype = NewTarget.prototype) &&
3733
+ isObject$4(NewTargetPrototype = NewTarget.prototype) &&
3701
3734
  NewTargetPrototype !== Wrapper.prototype
3702
- ) setPrototypeOf$1($this, NewTargetPrototype);
3735
+ ) setPrototypeOf$2($this, NewTargetPrototype);
3703
3736
  return $this;
3704
3737
  };
3705
3738
 
3706
- var wellKnownSymbol$5 = wellKnownSymbol$c;
3739
+ var wellKnownSymbol$a = wellKnownSymbol$h;
3707
3740
 
3708
- var TO_STRING_TAG$1 = wellKnownSymbol$5('toStringTag');
3741
+ var TO_STRING_TAG$1 = wellKnownSymbol$a('toStringTag');
3709
3742
  var test = {};
3710
3743
 
3711
3744
  test[TO_STRING_TAG$1] = 'z';
@@ -3713,15 +3746,15 @@ test[TO_STRING_TAG$1] = 'z';
3713
3746
  var toStringTagSupport = String(test) === '[object z]';
3714
3747
 
3715
3748
  var TO_STRING_TAG_SUPPORT = toStringTagSupport;
3716
- var isCallable$3 = isCallable$i;
3717
- var classofRaw = classofRaw$1;
3718
- var wellKnownSymbol$4 = wellKnownSymbol$c;
3749
+ var isCallable$8 = isCallable$n;
3750
+ var classofRaw$1 = classofRaw$2;
3751
+ var wellKnownSymbol$9 = wellKnownSymbol$h;
3719
3752
 
3720
- var TO_STRING_TAG = wellKnownSymbol$4('toStringTag');
3753
+ var TO_STRING_TAG = wellKnownSymbol$9('toStringTag');
3721
3754
  var $Object = Object;
3722
3755
 
3723
3756
  // ES3 wrong here
3724
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) === 'Arguments';
3757
+ var CORRECT_ARGUMENTS = classofRaw$1(function () { return arguments; }()) === 'Arguments';
3725
3758
 
3726
3759
  // fallback for IE11 Script Access Denied error
3727
3760
  var tryGet = function (it, key) {
@@ -3731,23 +3764,23 @@ var tryGet = function (it, key) {
3731
3764
  };
3732
3765
 
3733
3766
  // getting tag from ES6+ `Object.prototype.toString`
3734
- var classof$5 = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
3767
+ var classof$6 = TO_STRING_TAG_SUPPORT ? classofRaw$1 : function (it) {
3735
3768
  var O, tag, result;
3736
3769
  return it === undefined ? 'Undefined' : it === null ? 'Null'
3737
3770
  // @@toStringTag case
3738
3771
  : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
3739
3772
  // builtinTag case
3740
- : CORRECT_ARGUMENTS ? classofRaw(O)
3773
+ : CORRECT_ARGUMENTS ? classofRaw$1(O)
3741
3774
  // ES3 arguments fallback
3742
- : (result = classofRaw(O)) === 'Object' && isCallable$3(O.callee) ? 'Arguments' : result;
3775
+ : (result = classofRaw$1(O)) === 'Object' && isCallable$8(O.callee) ? 'Arguments' : result;
3743
3776
  };
3744
3777
 
3745
- var classof$4 = classof$5;
3778
+ var classof$5 = classof$6;
3746
3779
 
3747
3780
  var $String = String;
3748
3781
 
3749
3782
  var toString$9 = function (argument) {
3750
- if (classof$4(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
3783
+ if (classof$5(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
3751
3784
  return $String(argument);
3752
3785
  };
3753
3786
 
@@ -3757,21 +3790,21 @@ var normalizeStringArgument$1 = function (argument, $default) {
3757
3790
  return argument === undefined ? arguments.length < 2 ? '' : $default : toString$8(argument);
3758
3791
  };
3759
3792
 
3760
- var isObject$1 = isObject$b;
3793
+ var isObject$3 = isObject$d;
3761
3794
  var createNonEnumerableProperty$3 = createNonEnumerableProperty$8;
3762
3795
 
3763
3796
  // `InstallErrorCause` abstract operation
3764
3797
  // https://tc39.es/proposal-error-cause/#sec-errorobjects-install-error-cause
3765
3798
  var installErrorCause$1 = function (O, options) {
3766
- if (isObject$1(options) && 'cause' in options) {
3799
+ if (isObject$3(options) && 'cause' in options) {
3767
3800
  createNonEnumerableProperty$3(O, 'cause', options.cause);
3768
3801
  }
3769
3802
  };
3770
3803
 
3771
- var uncurryThis$8 = functionUncurryThis;
3804
+ var uncurryThis$b = functionUncurryThis;
3772
3805
 
3773
3806
  var $Error = Error;
3774
- var replace$3 = uncurryThis$8(''.replace);
3807
+ var replace$3 = uncurryThis$b(''.replace);
3775
3808
 
3776
3809
  var TEST = (function (arg) { return String(new $Error(arg).stack); })('zxcasd');
3777
3810
  // eslint-disable-next-line redos/no-vulnerable -- safe
@@ -3784,10 +3817,10 @@ var errorStackClear = function (stack, dropEntries) {
3784
3817
  } return stack;
3785
3818
  };
3786
3819
 
3787
- var fails$a = fails$n;
3820
+ var fails$c = fails$p;
3788
3821
  var createPropertyDescriptor = createPropertyDescriptor$4;
3789
3822
 
3790
- var errorStackInstallable = !fails$a(function () {
3823
+ var errorStackInstallable = !fails$c(function () {
3791
3824
  var error = new Error('a');
3792
3825
  if (!('stack' in error)) return true;
3793
3826
  // eslint-disable-next-line es/no-object-defineproperty -- safe
@@ -3809,43 +3842,43 @@ var errorStackInstall = function (error, C, stack, dropEntries) {
3809
3842
  }
3810
3843
  };
3811
3844
 
3812
- var getBuiltIn$1 = getBuiltIn$5;
3813
- var hasOwn$1 = hasOwnProperty_1;
3845
+ var getBuiltIn$5 = getBuiltIn$9;
3846
+ var hasOwn$2 = hasOwnProperty_1;
3814
3847
  var createNonEnumerableProperty$1 = createNonEnumerableProperty$8;
3815
- var isPrototypeOf$1 = objectIsPrototypeOf;
3816
- var setPrototypeOf = objectSetPrototypeOf;
3848
+ var isPrototypeOf$3 = objectIsPrototypeOf;
3849
+ var setPrototypeOf$1 = objectSetPrototypeOf;
3817
3850
  var copyConstructorProperties$1 = copyConstructorProperties$3;
3818
3851
  var proxyAccessor = proxyAccessor$1;
3819
3852
  var inheritIfRequired = inheritIfRequired$1;
3820
3853
  var normalizeStringArgument = normalizeStringArgument$1;
3821
3854
  var installErrorCause = installErrorCause$1;
3822
3855
  var installErrorStack = errorStackInstall;
3823
- var DESCRIPTORS$1 = descriptors;
3856
+ var DESCRIPTORS$3 = descriptors;
3824
3857
 
3825
3858
  var wrapErrorConstructorWithCause$1 = function (FULL_NAME, wrapper, FORCED, IS_AGGREGATE_ERROR) {
3826
3859
  var STACK_TRACE_LIMIT = 'stackTraceLimit';
3827
3860
  var OPTIONS_POSITION = IS_AGGREGATE_ERROR ? 2 : 1;
3828
3861
  var path = FULL_NAME.split('.');
3829
3862
  var ERROR_NAME = path[path.length - 1];
3830
- var OriginalError = getBuiltIn$1.apply(null, path);
3863
+ var OriginalError = getBuiltIn$5.apply(null, path);
3831
3864
 
3832
3865
  if (!OriginalError) return;
3833
3866
 
3834
3867
  var OriginalErrorPrototype = OriginalError.prototype;
3835
3868
 
3836
3869
  // V8 9.3- bug https://bugs.chromium.org/p/v8/issues/detail?id=12006
3837
- if (hasOwn$1(OriginalErrorPrototype, 'cause')) delete OriginalErrorPrototype.cause;
3870
+ if (hasOwn$2(OriginalErrorPrototype, 'cause')) delete OriginalErrorPrototype.cause;
3838
3871
 
3839
3872
  if (!FORCED) return OriginalError;
3840
3873
 
3841
- var BaseError = getBuiltIn$1('Error');
3874
+ var BaseError = getBuiltIn$5('Error');
3842
3875
 
3843
3876
  var WrappedError = wrapper(function (a, b) {
3844
3877
  var message = normalizeStringArgument(IS_AGGREGATE_ERROR ? b : a, undefined);
3845
3878
  var result = IS_AGGREGATE_ERROR ? new OriginalError(a) : new OriginalError();
3846
3879
  if (message !== undefined) createNonEnumerableProperty$1(result, 'message', message);
3847
3880
  installErrorStack(result, WrappedError, result.stack, 2);
3848
- if (this && isPrototypeOf$1(OriginalErrorPrototype, this)) inheritIfRequired(result, this, WrappedError);
3881
+ if (this && isPrototypeOf$3(OriginalErrorPrototype, this)) inheritIfRequired(result, this, WrappedError);
3849
3882
  if (arguments.length > OPTIONS_POSITION) installErrorCause(result, arguments[OPTIONS_POSITION]);
3850
3883
  return result;
3851
3884
  });
@@ -3853,9 +3886,9 @@ var wrapErrorConstructorWithCause$1 = function (FULL_NAME, wrapper, FORCED, IS_A
3853
3886
  WrappedError.prototype = OriginalErrorPrototype;
3854
3887
 
3855
3888
  if (ERROR_NAME !== 'Error') {
3856
- if (setPrototypeOf) setPrototypeOf(WrappedError, BaseError);
3889
+ if (setPrototypeOf$1) setPrototypeOf$1(WrappedError, BaseError);
3857
3890
  else copyConstructorProperties$1(WrappedError, BaseError, { name: true });
3858
- } else if (DESCRIPTORS$1 && STACK_TRACE_LIMIT in OriginalError) {
3891
+ } else if (DESCRIPTORS$3 && STACK_TRACE_LIMIT in OriginalError) {
3859
3892
  proxyAccessor(WrappedError, OriginalError, STACK_TRACE_LIMIT);
3860
3893
  proxyAccessor(WrappedError, OriginalError, 'prepareStackTrace');
3861
3894
  }
@@ -3874,13 +3907,13 @@ var wrapErrorConstructorWithCause$1 = function (FULL_NAME, wrapper, FORCED, IS_A
3874
3907
  };
3875
3908
 
3876
3909
  /* eslint-disable no-unused-vars -- required for functions `.length` */
3877
- var $$7 = _export;
3878
- var global$7 = global$i;
3879
- var apply = functionApply;
3910
+ var $$e = _export;
3911
+ var global$d = global$o;
3912
+ var apply$1 = functionApply;
3880
3913
  var wrapErrorConstructorWithCause = wrapErrorConstructorWithCause$1;
3881
3914
 
3882
3915
  var WEB_ASSEMBLY = 'WebAssembly';
3883
- var WebAssembly = global$7[WEB_ASSEMBLY];
3916
+ var WebAssembly = global$d[WEB_ASSEMBLY];
3884
3917
 
3885
3918
  // eslint-disable-next-line es/no-error-cause -- feature detection
3886
3919
  var FORCED$2 = new Error('e', { cause: 7 }).cause !== 7;
@@ -3888,63 +3921,63 @@ var FORCED$2 = new Error('e', { cause: 7 }).cause !== 7;
3888
3921
  var exportGlobalErrorCauseWrapper = function (ERROR_NAME, wrapper) {
3889
3922
  var O = {};
3890
3923
  O[ERROR_NAME] = wrapErrorConstructorWithCause(ERROR_NAME, wrapper, FORCED$2);
3891
- $$7({ global: true, constructor: true, arity: 1, forced: FORCED$2 }, O);
3924
+ $$e({ global: true, constructor: true, arity: 1, forced: FORCED$2 }, O);
3892
3925
  };
3893
3926
 
3894
3927
  var exportWebAssemblyErrorCauseWrapper = function (ERROR_NAME, wrapper) {
3895
3928
  if (WebAssembly && WebAssembly[ERROR_NAME]) {
3896
3929
  var O = {};
3897
3930
  O[ERROR_NAME] = wrapErrorConstructorWithCause(WEB_ASSEMBLY + '.' + ERROR_NAME, wrapper, FORCED$2);
3898
- $$7({ target: WEB_ASSEMBLY, stat: true, constructor: true, arity: 1, forced: FORCED$2 }, O);
3931
+ $$e({ target: WEB_ASSEMBLY, stat: true, constructor: true, arity: 1, forced: FORCED$2 }, O);
3899
3932
  }
3900
3933
  };
3901
3934
 
3902
3935
  // https://tc39.es/ecma262/#sec-nativeerror
3903
3936
  exportGlobalErrorCauseWrapper('Error', function (init) {
3904
- return function Error(message) { return apply(init, this, arguments); };
3937
+ return function Error(message) { return apply$1(init, this, arguments); };
3905
3938
  });
3906
3939
  exportGlobalErrorCauseWrapper('EvalError', function (init) {
3907
- return function EvalError(message) { return apply(init, this, arguments); };
3940
+ return function EvalError(message) { return apply$1(init, this, arguments); };
3908
3941
  });
3909
3942
  exportGlobalErrorCauseWrapper('RangeError', function (init) {
3910
- return function RangeError(message) { return apply(init, this, arguments); };
3943
+ return function RangeError(message) { return apply$1(init, this, arguments); };
3911
3944
  });
3912
3945
  exportGlobalErrorCauseWrapper('ReferenceError', function (init) {
3913
- return function ReferenceError(message) { return apply(init, this, arguments); };
3946
+ return function ReferenceError(message) { return apply$1(init, this, arguments); };
3914
3947
  });
3915
3948
  exportGlobalErrorCauseWrapper('SyntaxError', function (init) {
3916
- return function SyntaxError(message) { return apply(init, this, arguments); };
3949
+ return function SyntaxError(message) { return apply$1(init, this, arguments); };
3917
3950
  });
3918
3951
  exportGlobalErrorCauseWrapper('TypeError', function (init) {
3919
- return function TypeError(message) { return apply(init, this, arguments); };
3952
+ return function TypeError(message) { return apply$1(init, this, arguments); };
3920
3953
  });
3921
3954
  exportGlobalErrorCauseWrapper('URIError', function (init) {
3922
- return function URIError(message) { return apply(init, this, arguments); };
3955
+ return function URIError(message) { return apply$1(init, this, arguments); };
3923
3956
  });
3924
3957
  exportWebAssemblyErrorCauseWrapper('CompileError', function (init) {
3925
- return function CompileError(message) { return apply(init, this, arguments); };
3958
+ return function CompileError(message) { return apply$1(init, this, arguments); };
3926
3959
  });
3927
3960
  exportWebAssemblyErrorCauseWrapper('LinkError', function (init) {
3928
- return function LinkError(message) { return apply(init, this, arguments); };
3961
+ return function LinkError(message) { return apply$1(init, this, arguments); };
3929
3962
  });
3930
3963
  exportWebAssemblyErrorCauseWrapper('RuntimeError', function (init) {
3931
- return function RuntimeError(message) { return apply(init, this, arguments); };
3964
+ return function RuntimeError(message) { return apply$1(init, this, arguments); };
3932
3965
  });
3933
3966
 
3934
- var $$6 = _export;
3967
+ var $$d = _export;
3935
3968
  var $includes = arrayIncludes.includes;
3936
- var fails$9 = fails$n;
3969
+ var fails$b = fails$p;
3937
3970
  var addToUnscopables = addToUnscopables$2;
3938
3971
 
3939
3972
  // FF99+ bug
3940
- var BROKEN_ON_SPARSE = fails$9(function () {
3973
+ var BROKEN_ON_SPARSE = fails$b(function () {
3941
3974
  // eslint-disable-next-line es/no-array-prototype-includes -- detection
3942
3975
  return !Array(1).includes();
3943
3976
  });
3944
3977
 
3945
3978
  // `Array.prototype.includes` method
3946
3979
  // https://tc39.es/ecma262/#sec-array.prototype.includes
3947
- $$6({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3980
+ $$d({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3948
3981
  includes: function includes(el /* , fromIndex = 0 */) {
3949
3982
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
3950
3983
  }
@@ -3953,12 +3986,12 @@ $$6({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3953
3986
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
3954
3987
  addToUnscopables('includes');
3955
3988
 
3956
- var anObject$4 = anObject$9;
3989
+ var anObject$8 = anObject$d;
3957
3990
 
3958
3991
  // `RegExp.prototype.flags` getter implementation
3959
3992
  // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
3960
3993
  var regexpFlags$1 = function () {
3961
- var that = anObject$4(this);
3994
+ var that = anObject$8(this);
3962
3995
  var result = '';
3963
3996
  if (that.hasIndices) result += 'd';
3964
3997
  if (that.global) result += 'g';
@@ -3971,13 +4004,13 @@ var regexpFlags$1 = function () {
3971
4004
  return result;
3972
4005
  };
3973
4006
 
3974
- var fails$8 = fails$n;
3975
- var global$6 = global$i;
4007
+ var fails$a = fails$p;
4008
+ var global$c = global$o;
3976
4009
 
3977
4010
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
3978
- var $RegExp$2 = global$6.RegExp;
4011
+ var $RegExp$2 = global$c.RegExp;
3979
4012
 
3980
- var UNSUPPORTED_Y$2 = fails$8(function () {
4013
+ var UNSUPPORTED_Y$2 = fails$a(function () {
3981
4014
  var re = $RegExp$2('a', 'y');
3982
4015
  re.lastIndex = 2;
3983
4016
  return re.exec('abcd') !== null;
@@ -3985,11 +4018,11 @@ var UNSUPPORTED_Y$2 = fails$8(function () {
3985
4018
 
3986
4019
  // UC Browser bug
3987
4020
  // https://github.com/zloirock/core-js/issues/1008
3988
- var MISSED_STICKY = UNSUPPORTED_Y$2 || fails$8(function () {
4021
+ var MISSED_STICKY = UNSUPPORTED_Y$2 || fails$a(function () {
3989
4022
  return !$RegExp$2('a', 'y').sticky;
3990
4023
  });
3991
4024
 
3992
- var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$8(function () {
4025
+ var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$a(function () {
3993
4026
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
3994
4027
  var re = $RegExp$2('^r', 'gy');
3995
4028
  re.lastIndex = 2;
@@ -4002,24 +4035,24 @@ var regexpStickyHelpers = {
4002
4035
  UNSUPPORTED_Y: UNSUPPORTED_Y$2
4003
4036
  };
4004
4037
 
4005
- var fails$7 = fails$n;
4006
- var global$5 = global$i;
4038
+ var fails$9 = fails$p;
4039
+ var global$b = global$o;
4007
4040
 
4008
4041
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
4009
- var $RegExp$1 = global$5.RegExp;
4042
+ var $RegExp$1 = global$b.RegExp;
4010
4043
 
4011
- var regexpUnsupportedDotAll = fails$7(function () {
4044
+ var regexpUnsupportedDotAll = fails$9(function () {
4012
4045
  var re = $RegExp$1('.', 's');
4013
4046
  return !(re.dotAll && re.test('\n') && re.flags === 's');
4014
4047
  });
4015
4048
 
4016
- var fails$6 = fails$n;
4017
- var global$4 = global$i;
4049
+ var fails$8 = fails$p;
4050
+ var global$a = global$o;
4018
4051
 
4019
4052
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
4020
- var $RegExp = global$4.RegExp;
4053
+ var $RegExp = global$a.RegExp;
4021
4054
 
4022
- var regexpUnsupportedNcg = fails$6(function () {
4055
+ var regexpUnsupportedNcg = fails$8(function () {
4023
4056
  var re = $RegExp('(?<a>b)', 'g');
4024
4057
  return re.exec('b').groups.a !== 'b' ||
4025
4058
  'b'.replace(re, '$<a>c') !== 'bc';
@@ -4027,8 +4060,8 @@ var regexpUnsupportedNcg = fails$6(function () {
4027
4060
 
4028
4061
  /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
4029
4062
  /* eslint-disable regexp/no-useless-quantifier -- testing */
4030
- var call$4 = functionCall;
4031
- var uncurryThis$7 = functionUncurryThis;
4063
+ var call$a = functionCall;
4064
+ var uncurryThis$a = functionUncurryThis;
4032
4065
  var toString$7 = toString$9;
4033
4066
  var regexpFlags = regexpFlags$1;
4034
4067
  var stickyHelpers$1 = regexpStickyHelpers;
@@ -4041,16 +4074,16 @@ var UNSUPPORTED_NCG = regexpUnsupportedNcg;
4041
4074
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
4042
4075
  var nativeExec = RegExp.prototype.exec;
4043
4076
  var patchedExec = nativeExec;
4044
- var charAt$2 = uncurryThis$7(''.charAt);
4045
- var indexOf = uncurryThis$7(''.indexOf);
4046
- var replace$2 = uncurryThis$7(''.replace);
4047
- var stringSlice$3 = uncurryThis$7(''.slice);
4077
+ var charAt$2 = uncurryThis$a(''.charAt);
4078
+ var indexOf = uncurryThis$a(''.indexOf);
4079
+ var replace$2 = uncurryThis$a(''.replace);
4080
+ var stringSlice$3 = uncurryThis$a(''.slice);
4048
4081
 
4049
4082
  var UPDATES_LAST_INDEX_WRONG = (function () {
4050
4083
  var re1 = /a/;
4051
4084
  var re2 = /b*/g;
4052
- call$4(nativeExec, re1, 'a');
4053
- call$4(nativeExec, re2, 'a');
4085
+ call$a(nativeExec, re1, 'a');
4086
+ call$a(nativeExec, re2, 'a');
4054
4087
  return re1.lastIndex !== 0 || re2.lastIndex !== 0;
4055
4088
  })();
4056
4089
 
@@ -4071,14 +4104,14 @@ if (PATCH) {
4071
4104
 
4072
4105
  if (raw) {
4073
4106
  raw.lastIndex = re.lastIndex;
4074
- result = call$4(patchedExec, raw, str);
4107
+ result = call$a(patchedExec, raw, str);
4075
4108
  re.lastIndex = raw.lastIndex;
4076
4109
  return result;
4077
4110
  }
4078
4111
 
4079
4112
  var groups = state.groups;
4080
4113
  var sticky = UNSUPPORTED_Y$1 && re.sticky;
4081
- var flags = call$4(regexpFlags, re);
4114
+ var flags = call$a(regexpFlags, re);
4082
4115
  var source = re.source;
4083
4116
  var charsAdded = 0;
4084
4117
  var strCopy = str;
@@ -4106,7 +4139,7 @@ if (PATCH) {
4106
4139
  }
4107
4140
  if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
4108
4141
 
4109
- match = call$4(nativeExec, sticky ? reCopy : re, strCopy);
4142
+ match = call$a(nativeExec, sticky ? reCopy : re, strCopy);
4110
4143
 
4111
4144
  if (sticky) {
4112
4145
  if (match) {
@@ -4121,7 +4154,7 @@ if (PATCH) {
4121
4154
  if (NPCG_INCLUDED && match && match.length > 1) {
4122
4155
  // Fix browsers whose `exec` methods don't consistently return `undefined`
4123
4156
  // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
4124
- call$4(nativeReplace, match[0], reCopy, function () {
4157
+ call$a(nativeReplace, match[0], reCopy, function () {
4125
4158
  for (i = 1; i < arguments.length - 2; i++) {
4126
4159
  if (arguments[i] === undefined) match[i] = undefined;
4127
4160
  }
@@ -4142,41 +4175,41 @@ if (PATCH) {
4142
4175
 
4143
4176
  var regexpExec$2 = patchedExec;
4144
4177
 
4145
- var $$5 = _export;
4178
+ var $$c = _export;
4146
4179
  var exec$2 = regexpExec$2;
4147
4180
 
4148
4181
  // `RegExp.prototype.exec` method
4149
4182
  // https://tc39.es/ecma262/#sec-regexp.prototype.exec
4150
- $$5({ target: 'RegExp', proto: true, forced: /./.exec !== exec$2 }, {
4183
+ $$c({ target: 'RegExp', proto: true, forced: /./.exec !== exec$2 }, {
4151
4184
  exec: exec$2
4152
4185
  });
4153
4186
 
4154
- var isObject = isObject$b;
4155
- var classof$3 = classofRaw$1;
4156
- var wellKnownSymbol$3 = wellKnownSymbol$c;
4187
+ var isObject$2 = isObject$d;
4188
+ var classof$4 = classofRaw$2;
4189
+ var wellKnownSymbol$8 = wellKnownSymbol$h;
4157
4190
 
4158
- var MATCH$1 = wellKnownSymbol$3('match');
4191
+ var MATCH$1 = wellKnownSymbol$8('match');
4159
4192
 
4160
4193
  // `IsRegExp` abstract operation
4161
4194
  // https://tc39.es/ecma262/#sec-isregexp
4162
4195
  var isRegexp = function (it) {
4163
4196
  var isRegExp;
4164
- return isObject(it) && ((isRegExp = it[MATCH$1]) !== undefined ? !!isRegExp : classof$3(it) === 'RegExp');
4197
+ return isObject$2(it) && ((isRegExp = it[MATCH$1]) !== undefined ? !!isRegExp : classof$4(it) === 'RegExp');
4165
4198
  };
4166
4199
 
4167
4200
  var isRegExp = isRegexp;
4168
4201
 
4169
- var $TypeError$3 = TypeError;
4202
+ var $TypeError$8 = TypeError;
4170
4203
 
4171
4204
  var notARegexp = function (it) {
4172
4205
  if (isRegExp(it)) {
4173
- throw new $TypeError$3("The method doesn't accept regular expressions");
4206
+ throw new $TypeError$8("The method doesn't accept regular expressions");
4174
4207
  } return it;
4175
4208
  };
4176
4209
 
4177
- var wellKnownSymbol$2 = wellKnownSymbol$c;
4210
+ var wellKnownSymbol$7 = wellKnownSymbol$h;
4178
4211
 
4179
- var MATCH = wellKnownSymbol$2('match');
4212
+ var MATCH = wellKnownSymbol$7('match');
4180
4213
 
4181
4214
  var correctIsRegexpLogic = function (METHOD_NAME) {
4182
4215
  var regexp = /./;
@@ -4190,18 +4223,18 @@ var correctIsRegexpLogic = function (METHOD_NAME) {
4190
4223
  } return false;
4191
4224
  };
4192
4225
 
4193
- var $$4 = _export;
4194
- var uncurryThis$6 = functionUncurryThis;
4226
+ var $$b = _export;
4227
+ var uncurryThis$9 = functionUncurryThis;
4195
4228
  var notARegExp = notARegexp;
4196
4229
  var requireObjectCoercible$4 = requireObjectCoercible$8;
4197
4230
  var toString$6 = toString$9;
4198
4231
  var correctIsRegExpLogic = correctIsRegexpLogic;
4199
4232
 
4200
- var stringIndexOf = uncurryThis$6(''.indexOf);
4233
+ var stringIndexOf = uncurryThis$9(''.indexOf);
4201
4234
 
4202
4235
  // `String.prototype.includes` method
4203
4236
  // https://tc39.es/ecma262/#sec-string.prototype.includes
4204
- $$4({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
4237
+ $$b({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
4205
4238
  includes: function includes(searchString /* , position = 0 */) {
4206
4239
  return !!~stringIndexOf(
4207
4240
  toString$6(requireObjectCoercible$4(this)),
@@ -4213,27 +4246,27 @@ $$4({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
4213
4246
 
4214
4247
  // TODO: Remove from `core-js@4` since it's moved to entry points
4215
4248
 
4216
- var call$3 = functionCall;
4217
- var defineBuiltIn = defineBuiltIn$4;
4249
+ var call$9 = functionCall;
4250
+ var defineBuiltIn$3 = defineBuiltIn$7;
4218
4251
  var regexpExec$1 = regexpExec$2;
4219
- var fails$5 = fails$n;
4220
- var wellKnownSymbol$1 = wellKnownSymbol$c;
4252
+ var fails$7 = fails$p;
4253
+ var wellKnownSymbol$6 = wellKnownSymbol$h;
4221
4254
  var createNonEnumerableProperty = createNonEnumerableProperty$8;
4222
4255
 
4223
- var SPECIES$1 = wellKnownSymbol$1('species');
4256
+ var SPECIES$3 = wellKnownSymbol$6('species');
4224
4257
  var RegExpPrototype = RegExp.prototype;
4225
4258
 
4226
4259
  var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
4227
- var SYMBOL = wellKnownSymbol$1(KEY);
4260
+ var SYMBOL = wellKnownSymbol$6(KEY);
4228
4261
 
4229
- var DELEGATES_TO_SYMBOL = !fails$5(function () {
4262
+ var DELEGATES_TO_SYMBOL = !fails$7(function () {
4230
4263
  // String methods call symbol-named RegExp methods
4231
4264
  var O = {};
4232
4265
  O[SYMBOL] = function () { return 7; };
4233
4266
  return ''[KEY](O) !== 7;
4234
4267
  });
4235
4268
 
4236
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$5(function () {
4269
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$7(function () {
4237
4270
  // Symbol-named RegExp methods call .exec
4238
4271
  var execCalled = false;
4239
4272
  var re = /a/;
@@ -4246,7 +4279,7 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
4246
4279
  // RegExp[@@split] doesn't call the regex's exec method, but first creates
4247
4280
  // a new one. We need to return the patched regex when creating the new one.
4248
4281
  re.constructor = {};
4249
- re.constructor[SPECIES$1] = function () { return re; };
4282
+ re.constructor[SPECIES$3] = function () { return re; };
4250
4283
  re.flags = '';
4251
4284
  re[SYMBOL] = /./[SYMBOL];
4252
4285
  }
@@ -4273,15 +4306,15 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
4273
4306
  // The native String method already delegates to @@method (this
4274
4307
  // polyfilled function), leasing to infinite recursion.
4275
4308
  // We avoid it by directly calling the native @@method method.
4276
- return { done: true, value: call$3(nativeRegExpMethod, regexp, str, arg2) };
4309
+ return { done: true, value: call$9(nativeRegExpMethod, regexp, str, arg2) };
4277
4310
  }
4278
- return { done: true, value: call$3(nativeMethod, str, regexp, arg2) };
4311
+ return { done: true, value: call$9(nativeMethod, str, regexp, arg2) };
4279
4312
  }
4280
4313
  return { done: false };
4281
4314
  });
4282
4315
 
4283
- defineBuiltIn(String.prototype, KEY, methods[0]);
4284
- defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]);
4316
+ defineBuiltIn$3(String.prototype, KEY, methods[0]);
4317
+ defineBuiltIn$3(RegExpPrototype, SYMBOL, methods[1]);
4285
4318
  }
4286
4319
 
4287
4320
  if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
@@ -4295,35 +4328,35 @@ var sameValue$1 = Object.is || function is(x, y) {
4295
4328
  return x === y ? x !== 0 || 1 / x === 1 / y : x !== x && y !== y;
4296
4329
  };
4297
4330
 
4298
- var call$2 = functionCall;
4299
- var anObject$3 = anObject$9;
4300
- var isCallable$2 = isCallable$i;
4301
- var classof$2 = classofRaw$1;
4331
+ var call$8 = functionCall;
4332
+ var anObject$7 = anObject$d;
4333
+ var isCallable$7 = isCallable$n;
4334
+ var classof$3 = classofRaw$2;
4302
4335
  var regexpExec = regexpExec$2;
4303
4336
 
4304
- var $TypeError$2 = TypeError;
4337
+ var $TypeError$7 = TypeError;
4305
4338
 
4306
4339
  // `RegExpExec` abstract operation
4307
4340
  // https://tc39.es/ecma262/#sec-regexpexec
4308
4341
  var regexpExecAbstract = function (R, S) {
4309
4342
  var exec = R.exec;
4310
- if (isCallable$2(exec)) {
4311
- var result = call$2(exec, R, S);
4312
- if (result !== null) anObject$3(result);
4343
+ if (isCallable$7(exec)) {
4344
+ var result = call$8(exec, R, S);
4345
+ if (result !== null) anObject$7(result);
4313
4346
  return result;
4314
4347
  }
4315
- if (classof$2(R) === 'RegExp') return call$2(regexpExec, R, S);
4316
- throw new $TypeError$2('RegExp#exec called on incompatible receiver');
4348
+ if (classof$3(R) === 'RegExp') return call$8(regexpExec, R, S);
4349
+ throw new $TypeError$7('RegExp#exec called on incompatible receiver');
4317
4350
  };
4318
4351
 
4319
- var call$1 = functionCall;
4352
+ var call$7 = functionCall;
4320
4353
  var fixRegExpWellKnownSymbolLogic$1 = fixRegexpWellKnownSymbolLogic;
4321
- var anObject$2 = anObject$9;
4322
- var isNullOrUndefined$2 = isNullOrUndefined$5;
4354
+ var anObject$6 = anObject$d;
4355
+ var isNullOrUndefined$3 = isNullOrUndefined$6;
4323
4356
  var requireObjectCoercible$3 = requireObjectCoercible$8;
4324
4357
  var sameValue = sameValue$1;
4325
4358
  var toString$5 = toString$9;
4326
- var getMethod$1 = getMethod$3;
4359
+ var getMethod$3 = getMethod$5;
4327
4360
  var regExpExec$1 = regexpExecAbstract;
4328
4361
 
4329
4362
  // @@search logic
@@ -4333,13 +4366,13 @@ fixRegExpWellKnownSymbolLogic$1('search', function (SEARCH, nativeSearch, maybeC
4333
4366
  // https://tc39.es/ecma262/#sec-string.prototype.search
4334
4367
  function search(regexp) {
4335
4368
  var O = requireObjectCoercible$3(this);
4336
- var searcher = isNullOrUndefined$2(regexp) ? undefined : getMethod$1(regexp, SEARCH);
4337
- return searcher ? call$1(searcher, regexp, O) : new RegExp(regexp)[SEARCH](toString$5(O));
4369
+ var searcher = isNullOrUndefined$3(regexp) ? undefined : getMethod$3(regexp, SEARCH);
4370
+ return searcher ? call$7(searcher, regexp, O) : new RegExp(regexp)[SEARCH](toString$5(O));
4338
4371
  },
4339
4372
  // `RegExp.prototype[@@search]` method
4340
4373
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@search
4341
4374
  function (string) {
4342
- var rx = anObject$2(this);
4375
+ var rx = anObject$6(this);
4343
4376
  var S = toString$5(string);
4344
4377
  var res = maybeCallNative(nativeSearch, rx, S);
4345
4378
 
@@ -4354,21 +4387,21 @@ fixRegExpWellKnownSymbolLogic$1('search', function (SEARCH, nativeSearch, maybeC
4354
4387
  ];
4355
4388
  });
4356
4389
 
4357
- var uncurryThis$5 = functionUncurryThis;
4358
- var fails$4 = fails$n;
4359
- var isCallable$1 = isCallable$i;
4360
- var classof$1 = classof$5;
4361
- var getBuiltIn = getBuiltIn$5;
4362
- var inspectSource = inspectSource$2;
4390
+ var uncurryThis$8 = functionUncurryThis;
4391
+ var fails$6 = fails$p;
4392
+ var isCallable$6 = isCallable$n;
4393
+ var classof$2 = classof$6;
4394
+ var getBuiltIn$4 = getBuiltIn$9;
4395
+ var inspectSource$1 = inspectSource$3;
4363
4396
 
4364
4397
  var noop = function () { /* empty */ };
4365
- var construct = getBuiltIn('Reflect', 'construct');
4398
+ var construct = getBuiltIn$4('Reflect', 'construct');
4366
4399
  var constructorRegExp = /^\s*(?:class|function)\b/;
4367
- var exec$1 = uncurryThis$5(constructorRegExp.exec);
4400
+ var exec$1 = uncurryThis$8(constructorRegExp.exec);
4368
4401
  var INCORRECT_TO_STRING = !constructorRegExp.test(noop);
4369
4402
 
4370
4403
  var isConstructorModern = function isConstructor(argument) {
4371
- if (!isCallable$1(argument)) return false;
4404
+ if (!isCallable$6(argument)) return false;
4372
4405
  try {
4373
4406
  construct(noop, [], argument);
4374
4407
  return true;
@@ -4378,8 +4411,8 @@ var isConstructorModern = function isConstructor(argument) {
4378
4411
  };
4379
4412
 
4380
4413
  var isConstructorLegacy = function isConstructor(argument) {
4381
- if (!isCallable$1(argument)) return false;
4382
- switch (classof$1(argument)) {
4414
+ if (!isCallable$6(argument)) return false;
4415
+ switch (classof$2(argument)) {
4383
4416
  case 'AsyncFunction':
4384
4417
  case 'GeneratorFunction':
4385
4418
  case 'AsyncGeneratorFunction': return false;
@@ -4388,7 +4421,7 @@ var isConstructorLegacy = function isConstructor(argument) {
4388
4421
  // we can't check .prototype since constructors produced by .bind haven't it
4389
4422
  // `Function#toString` throws on some built-it function in some legacy engines
4390
4423
  // (for example, `DOMQuad` and similar in FF41-)
4391
- return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource(argument));
4424
+ return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource$1(argument));
4392
4425
  } catch (error) {
4393
4426
  return true;
4394
4427
  }
@@ -4398,7 +4431,7 @@ isConstructorLegacy.sham = true;
4398
4431
 
4399
4432
  // `IsConstructor` abstract operation
4400
4433
  // https://tc39.es/ecma262/#sec-isconstructor
4401
- var isConstructor$1 = !construct || fails$4(function () {
4434
+ var isConstructor$1 = !construct || fails$6(function () {
4402
4435
  var called;
4403
4436
  return isConstructorModern(isConstructorModern.call)
4404
4437
  || !isConstructorModern(Object)
@@ -4407,39 +4440,39 @@ var isConstructor$1 = !construct || fails$4(function () {
4407
4440
  }) ? isConstructorLegacy : isConstructorModern;
4408
4441
 
4409
4442
  var isConstructor = isConstructor$1;
4410
- var tryToString = tryToString$2;
4443
+ var tryToString$2 = tryToString$4;
4411
4444
 
4412
- var $TypeError$1 = TypeError;
4445
+ var $TypeError$6 = TypeError;
4413
4446
 
4414
4447
  // `Assert: IsConstructor(argument) is true`
4415
4448
  var aConstructor$1 = function (argument) {
4416
4449
  if (isConstructor(argument)) return argument;
4417
- throw new $TypeError$1(tryToString(argument) + ' is not a constructor');
4450
+ throw new $TypeError$6(tryToString$2(argument) + ' is not a constructor');
4418
4451
  };
4419
4452
 
4420
- var anObject$1 = anObject$9;
4453
+ var anObject$5 = anObject$d;
4421
4454
  var aConstructor = aConstructor$1;
4422
- var isNullOrUndefined$1 = isNullOrUndefined$5;
4423
- var wellKnownSymbol = wellKnownSymbol$c;
4455
+ var isNullOrUndefined$2 = isNullOrUndefined$6;
4456
+ var wellKnownSymbol$5 = wellKnownSymbol$h;
4424
4457
 
4425
- var SPECIES = wellKnownSymbol('species');
4458
+ var SPECIES$2 = wellKnownSymbol$5('species');
4426
4459
 
4427
4460
  // `SpeciesConstructor` abstract operation
4428
4461
  // https://tc39.es/ecma262/#sec-speciesconstructor
4429
- var speciesConstructor$1 = function (O, defaultConstructor) {
4430
- var C = anObject$1(O).constructor;
4462
+ var speciesConstructor$3 = function (O, defaultConstructor) {
4463
+ var C = anObject$5(O).constructor;
4431
4464
  var S;
4432
- return C === undefined || isNullOrUndefined$1(S = anObject$1(C)[SPECIES]) ? defaultConstructor : aConstructor(S);
4465
+ return C === undefined || isNullOrUndefined$2(S = anObject$5(C)[SPECIES$2]) ? defaultConstructor : aConstructor(S);
4433
4466
  };
4434
4467
 
4435
- var uncurryThis$4 = functionUncurryThis;
4468
+ var uncurryThis$7 = functionUncurryThis;
4436
4469
  var toIntegerOrInfinity = toIntegerOrInfinity$3;
4437
4470
  var toString$4 = toString$9;
4438
4471
  var requireObjectCoercible$2 = requireObjectCoercible$8;
4439
4472
 
4440
- var charAt$1 = uncurryThis$4(''.charAt);
4441
- var charCodeAt = uncurryThis$4(''.charCodeAt);
4442
- var stringSlice$2 = uncurryThis$4(''.slice);
4473
+ var charAt$1 = uncurryThis$7(''.charAt);
4474
+ var charCodeAt = uncurryThis$7(''.charCodeAt);
4475
+ var stringSlice$2 = uncurryThis$7(''.slice);
4443
4476
 
4444
4477
  var createMethod$2 = function (CONVERT_TO_STRING) {
4445
4478
  return function ($this, pos) {
@@ -4477,30 +4510,30 @@ var advanceStringIndex$1 = function (S, index, unicode) {
4477
4510
  return index + (unicode ? charAt(S, index).length : 1);
4478
4511
  };
4479
4512
 
4480
- var call = functionCall;
4481
- var uncurryThis$3 = functionUncurryThis;
4513
+ var call$6 = functionCall;
4514
+ var uncurryThis$6 = functionUncurryThis;
4482
4515
  var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
4483
- var anObject = anObject$9;
4484
- var isNullOrUndefined = isNullOrUndefined$5;
4516
+ var anObject$4 = anObject$d;
4517
+ var isNullOrUndefined$1 = isNullOrUndefined$6;
4485
4518
  var requireObjectCoercible$1 = requireObjectCoercible$8;
4486
- var speciesConstructor = speciesConstructor$1;
4519
+ var speciesConstructor$2 = speciesConstructor$3;
4487
4520
  var advanceStringIndex = advanceStringIndex$1;
4488
4521
  var toLength = toLength$2;
4489
4522
  var toString$3 = toString$9;
4490
- var getMethod = getMethod$3;
4523
+ var getMethod$2 = getMethod$5;
4491
4524
  var regExpExec = regexpExecAbstract;
4492
4525
  var stickyHelpers = regexpStickyHelpers;
4493
- var fails$3 = fails$n;
4526
+ var fails$5 = fails$p;
4494
4527
 
4495
4528
  var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
4496
4529
  var MAX_UINT32 = 0xFFFFFFFF;
4497
4530
  var min = Math.min;
4498
- var push = uncurryThis$3([].push);
4499
- var stringSlice$1 = uncurryThis$3(''.slice);
4531
+ var push = uncurryThis$6([].push);
4532
+ var stringSlice$1 = uncurryThis$6(''.slice);
4500
4533
 
4501
4534
  // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
4502
4535
  // Weex JS has frozen built-in prototypes, so use try / catch wrapper
4503
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$3(function () {
4536
+ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$5(function () {
4504
4537
  // eslint-disable-next-line regexp/no-empty-group -- required for testing
4505
4538
  var re = /(?:)/;
4506
4539
  var originalExec = re.exec;
@@ -4521,7 +4554,7 @@ var BUGGY = 'abbc'.split(/(b)*/)[1] === 'c' ||
4521
4554
  // @@split logic
4522
4555
  fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNative) {
4523
4556
  var internalSplit = '0'.split(undefined, 0).length ? function (separator, limit) {
4524
- return separator === undefined && limit === 0 ? [] : call(nativeSplit, this, separator, limit);
4557
+ return separator === undefined && limit === 0 ? [] : call$6(nativeSplit, this, separator, limit);
4525
4558
  } : nativeSplit;
4526
4559
 
4527
4560
  return [
@@ -4529,10 +4562,10 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
4529
4562
  // https://tc39.es/ecma262/#sec-string.prototype.split
4530
4563
  function split(separator, limit) {
4531
4564
  var O = requireObjectCoercible$1(this);
4532
- var splitter = isNullOrUndefined(separator) ? undefined : getMethod(separator, SPLIT);
4565
+ var splitter = isNullOrUndefined$1(separator) ? undefined : getMethod$2(separator, SPLIT);
4533
4566
  return splitter
4534
- ? call(splitter, separator, O, limit)
4535
- : call(internalSplit, toString$3(O), separator, limit);
4567
+ ? call$6(splitter, separator, O, limit)
4568
+ : call$6(internalSplit, toString$3(O), separator, limit);
4536
4569
  },
4537
4570
  // `RegExp.prototype[@@split]` method
4538
4571
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@split
@@ -4540,7 +4573,7 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
4540
4573
  // NOTE: This cannot be properly polyfilled in engines that don't support
4541
4574
  // the 'y' flag.
4542
4575
  function (string, limit) {
4543
- var rx = anObject(this);
4576
+ var rx = anObject$4(this);
4544
4577
  var S = toString$3(string);
4545
4578
 
4546
4579
  if (!BUGGY) {
@@ -4548,7 +4581,7 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
4548
4581
  if (res.done) return res.value;
4549
4582
  }
4550
4583
 
4551
- var C = speciesConstructor(rx, RegExp);
4584
+ var C = speciesConstructor$2(rx, RegExp);
4552
4585
  var unicodeMatching = rx.unicode;
4553
4586
  var flags = (rx.ignoreCase ? 'i' : '') +
4554
4587
  (rx.multiline ? 'm' : '') +
@@ -4592,12 +4625,12 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
4592
4625
  var whitespaces$3 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
4593
4626
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
4594
4627
 
4595
- var uncurryThis$2 = functionUncurryThis;
4628
+ var uncurryThis$5 = functionUncurryThis;
4596
4629
  var requireObjectCoercible = requireObjectCoercible$8;
4597
4630
  var toString$2 = toString$9;
4598
4631
  var whitespaces$2 = whitespaces$3;
4599
4632
 
4600
- var replace$1 = uncurryThis$2(''.replace);
4633
+ var replace$1 = uncurryThis$5(''.replace);
4601
4634
  var ltrim = RegExp('^[' + whitespaces$2 + ']+');
4602
4635
  var rtrim = RegExp('(^|[^' + whitespaces$2 + '])[' + whitespaces$2 + ']+$');
4603
4636
 
@@ -4624,7 +4657,7 @@ var stringTrim = {
4624
4657
  };
4625
4658
 
4626
4659
  var PROPER_FUNCTION_NAME = functionName.PROPER;
4627
- var fails$2 = fails$n;
4660
+ var fails$4 = fails$p;
4628
4661
  var whitespaces$1 = whitespaces$3;
4629
4662
 
4630
4663
  var non = '\u200B\u0085\u180E';
@@ -4632,20 +4665,20 @@ var non = '\u200B\u0085\u180E';
4632
4665
  // check that a method works with the correct list
4633
4666
  // of whitespaces and has a correct name
4634
4667
  var stringTrimForced = function (METHOD_NAME) {
4635
- return fails$2(function () {
4668
+ return fails$4(function () {
4636
4669
  return !!whitespaces$1[METHOD_NAME]()
4637
4670
  || non[METHOD_NAME]() !== non
4638
4671
  || (PROPER_FUNCTION_NAME && whitespaces$1[METHOD_NAME].name !== METHOD_NAME);
4639
4672
  });
4640
4673
  };
4641
4674
 
4642
- var $$3 = _export;
4675
+ var $$a = _export;
4643
4676
  var $trim = stringTrim.trim;
4644
4677
  var forcedStringTrimMethod = stringTrimForced;
4645
4678
 
4646
4679
  // `String.prototype.trim` method
4647
4680
  // https://tc39.es/ecma262/#sec-string.prototype.trim
4648
- $$3({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
4681
+ $$a({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
4649
4682
  trim: function trim() {
4650
4683
  return $trim(this);
4651
4684
  }
@@ -9231,21 +9264,21 @@ const DrawingTool = ({
9231
9264
  }));
9232
9265
  };
9233
9266
 
9234
- var global$3 = global$i;
9235
- var fails$1 = fails$n;
9236
- var uncurryThis$1 = functionUncurryThis;
9267
+ var global$9 = global$o;
9268
+ var fails$3 = fails$p;
9269
+ var uncurryThis$4 = functionUncurryThis;
9237
9270
  var toString$1 = toString$9;
9238
9271
  var trim = stringTrim.trim;
9239
9272
  var whitespaces = whitespaces$3;
9240
9273
 
9241
- var $parseInt$1 = global$3.parseInt;
9242
- var Symbol$1 = global$3.Symbol;
9243
- var ITERATOR = Symbol$1 && Symbol$1.iterator;
9274
+ var $parseInt$1 = global$9.parseInt;
9275
+ var Symbol$1 = global$9.Symbol;
9276
+ var ITERATOR$3 = Symbol$1 && Symbol$1.iterator;
9244
9277
  var hex = /^[+-]?0x/i;
9245
- var exec = uncurryThis$1(hex.exec);
9278
+ var exec = uncurryThis$4(hex.exec);
9246
9279
  var FORCED$1 = $parseInt$1(whitespaces + '08') !== 8 || $parseInt$1(whitespaces + '0x16') !== 22
9247
9280
  // MS Edge 18- broken with boxed symbols
9248
- || (ITERATOR && !fails$1(function () { $parseInt$1(Object(ITERATOR)); }));
9281
+ || (ITERATOR$3 && !fails$3(function () { $parseInt$1(Object(ITERATOR$3)); }));
9249
9282
 
9250
9283
  // `parseInt` method
9251
9284
  // https://tc39.es/ecma262/#sec-parseint-string-radix
@@ -9254,12 +9287,12 @@ var numberParseInt = FORCED$1 ? function parseInt(string, radix) {
9254
9287
  return $parseInt$1(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
9255
9288
  } : $parseInt$1;
9256
9289
 
9257
- var $$2 = _export;
9290
+ var $$9 = _export;
9258
9291
  var $parseInt = numberParseInt;
9259
9292
 
9260
9293
  // `parseInt` method
9261
9294
  // https://tc39.es/ecma262/#sec-parseint-string-radix
9262
- $$2({ global: true, forced: parseInt !== $parseInt }, {
9295
+ $$9({ global: true, forced: parseInt !== $parseInt }, {
9263
9296
  parseInt: $parseInt
9264
9297
  });
9265
9298
 
@@ -9922,12 +9955,12 @@ const PublicWarningsFormDialog = ({
9922
9955
  }));
9923
9956
  };
9924
9957
 
9925
- var aCallable = aCallable$3;
9958
+ var aCallable$6 = aCallable$9;
9926
9959
  var toObject = toObject$5;
9927
9960
  var IndexedObject = indexedObject;
9928
- var lengthOfArrayLike = lengthOfArrayLike$3;
9961
+ var lengthOfArrayLike$1 = lengthOfArrayLike$4;
9929
9962
 
9930
- var $TypeError = TypeError;
9963
+ var $TypeError$5 = TypeError;
9931
9964
 
9932
9965
  var REDUCE_EMPTY = 'Reduce of empty array with no initial value';
9933
9966
 
@@ -9936,9 +9969,9 @@ var createMethod = function (IS_RIGHT) {
9936
9969
  return function (that, callbackfn, argumentsLength, memo) {
9937
9970
  var O = toObject(that);
9938
9971
  var self = IndexedObject(O);
9939
- var length = lengthOfArrayLike(O);
9940
- aCallable(callbackfn);
9941
- if (length === 0 && argumentsLength < 2) throw new $TypeError(REDUCE_EMPTY);
9972
+ var length = lengthOfArrayLike$1(O);
9973
+ aCallable$6(callbackfn);
9974
+ if (length === 0 && argumentsLength < 2) throw new $TypeError$5(REDUCE_EMPTY);
9942
9975
  var index = IS_RIGHT ? length - 1 : 0;
9943
9976
  var i = IS_RIGHT ? -1 : 1;
9944
9977
  if (argumentsLength < 2) while (true) {
@@ -9949,7 +9982,7 @@ var createMethod = function (IS_RIGHT) {
9949
9982
  }
9950
9983
  index += i;
9951
9984
  if (IS_RIGHT ? index < 0 : length <= index) {
9952
- throw new $TypeError(REDUCE_EMPTY);
9985
+ throw new $TypeError$5(REDUCE_EMPTY);
9953
9986
  }
9954
9987
  }
9955
9988
  for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
@@ -9968,35 +10001,35 @@ var arrayReduce = {
9968
10001
  right: createMethod(true)
9969
10002
  };
9970
10003
 
9971
- var fails = fails$n;
10004
+ var fails$2 = fails$p;
9972
10005
 
9973
10006
  var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
9974
10007
  var method = [][METHOD_NAME];
9975
- return !!method && fails(function () {
10008
+ return !!method && fails$2(function () {
9976
10009
  // eslint-disable-next-line no-useless-call -- required for testing
9977
10010
  method.call(null, argument || function () { return 1; }, 1);
9978
10011
  });
9979
10012
  };
9980
10013
 
9981
- var global$2 = global$i;
9982
- var classof = classofRaw$1;
10014
+ var global$8 = global$o;
10015
+ var classof$1 = classofRaw$2;
9983
10016
 
9984
- var engineIsNode = classof(global$2.process) === 'process';
10017
+ var engineIsNode = classof$1(global$8.process) === 'process';
9985
10018
 
9986
- var $$1 = _export;
10019
+ var $$8 = _export;
9987
10020
  var $reduce = arrayReduce.left;
9988
10021
  var arrayMethodIsStrict = arrayMethodIsStrict$1;
9989
10022
  var CHROME_VERSION = engineV8Version;
9990
- var IS_NODE = engineIsNode;
10023
+ var IS_NODE$4 = engineIsNode;
9991
10024
 
9992
10025
  // Chrome 80-82 has a critical bug
9993
10026
  // https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
9994
- var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
10027
+ var CHROME_BUG = !IS_NODE$4 && CHROME_VERSION > 79 && CHROME_VERSION < 83;
9995
10028
  var FORCED = CHROME_BUG || !arrayMethodIsStrict('reduce');
9996
10029
 
9997
10030
  // `Array.prototype.reduce` method
9998
10031
  // https://tc39.es/ecma262/#sec-array.prototype.reduce
9999
- $$1({ target: 'Array', proto: true, forced: FORCED }, {
10032
+ $$8({ target: 'Array', proto: true, forced: FORCED }, {
10000
10033
  reduce: function reduce(callbackfn /* , initialValue */) {
10001
10034
  var length = arguments.length;
10002
10035
  return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined);
@@ -10155,7 +10188,7 @@ const AreaField = ({
10155
10188
  } = useDraftFormHelpers();
10156
10189
  const lastUpdatedTime = getValues('object.lastUpdatedTime');
10157
10190
  const geoJSON = getValues('areas[0].geoJSON');
10158
- const objectName = getObjectName(geoJSON, getValues('object.objectName'), t);
10191
+ const objectName = getObjectName(geoJSON, getValues('areas[0].objectName'), t);
10159
10192
  const hasErrors = (errors === null || errors === void 0 ? void 0 : errors.areas) !== undefined;
10160
10193
  return jsxs(Fragment, {
10161
10194
  children: [jsx(Typography, Object.assign({
@@ -11157,6 +11190,14 @@ const getPublicWarningEditor = createSelector(getPublicWarningStore, publicWarni
11157
11190
  var _a;
11158
11191
  return (_a = publicWarningStore === null || publicWarningStore === void 0 ? void 0 : publicWarningStore.publicWarning) === null || _a === void 0 ? void 0 : _a.editor;
11159
11192
  });
11193
+ const getPublicWarningId = createSelector(getPublicWarningStore, publicWarningStore => {
11194
+ var _a;
11195
+ return (_a = publicWarningStore === null || publicWarningStore === void 0 ? void 0 : publicWarningStore.publicWarning) === null || _a === void 0 ? void 0 : _a.warningDetail.id;
11196
+ });
11197
+ const getPublicWarningAreas = createSelector(getPublicWarningStore, publicWarningStore => {
11198
+ var _a;
11199
+ return ((_a = publicWarningStore === null || publicWarningStore === void 0 ? void 0 : publicWarningStore.publicWarning) === null || _a === void 0 ? void 0 : _a.warningDetail.areas) || [];
11200
+ });
11160
11201
  const getPublicWarningFormState = createSelector(getPublicWarningStore, publicWarningStore => (publicWarningStore === null || publicWarningStore === void 0 ? void 0 : publicWarningStore.formState) || '');
11161
11202
  const getPublicWarningFormError = createSelector(getPublicWarningStore, publicWarningStore => publicWarningStore === null || publicWarningStore === void 0 ? void 0 : publicWarningStore.error);
11162
11203
  const getSelectedPublicWarningId = createSelector(getPublicWarningStore, publicWarningStore => (publicWarningStore === null || publicWarningStore === void 0 ? void 0 : publicWarningStore.selectedPublicWarningId) || '');
@@ -11229,70 +11270,1155 @@ const PublicWarningsFormConnect = ({
11229
11270
  });
11230
11271
  };
11231
11272
 
11232
- const OBJECT_ITEM_SIZE = 44;
11233
- const OBJECT_ITEM_SIZE_SMALL_WIDTH = 72;
11234
- const HEADER_ITEM_SIZE = 28;
11235
- const BREAKPOINT = 320;
11236
- const ERROR_HEIGHT = 48;
11237
- const useGetFilterHeight = filterRef => {
11238
- const [filterHeight, setFilterHeight] = React__default.useState(0);
11239
- React__default.useEffect(() => {
11240
- let resizeObserver;
11241
- if (filterRef) {
11242
- resizeObserver = new ResizeObserver(entry => {
11243
- const filterHeight = entry[0].target.getBoundingClientRect().height;
11244
- setFilterHeight(filterHeight);
11245
- });
11246
- resizeObserver.observe(filterRef.current);
11247
- }
11248
- return () => {
11249
- if (resizeObserver) {
11250
- resizeObserver.disconnect();
11251
- }
11252
- };
11253
- }, [filterRef]);
11254
- return filterHeight;
11273
+ var makeBuiltIn = makeBuiltInExports;
11274
+ var defineProperty = objectDefineProperty;
11275
+
11276
+ var defineBuiltInAccessor$2 = function (target, name, descriptor) {
11277
+ if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });
11278
+ if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });
11279
+ return defineProperty.f(target, name, descriptor);
11255
11280
  };
11256
- const isArea = item => {
11257
- var _a;
11258
- return !((_a = item.keywords) === null || _a === void 0 ? void 0 : _a.includes('Objects'));
11281
+
11282
+ var getBuiltIn$3 = getBuiltIn$9;
11283
+ var defineBuiltInAccessor$1 = defineBuiltInAccessor$2;
11284
+ var wellKnownSymbol$4 = wellKnownSymbol$h;
11285
+ var DESCRIPTORS$2 = descriptors;
11286
+
11287
+ var SPECIES$1 = wellKnownSymbol$4('species');
11288
+
11289
+ var setSpecies$1 = function (CONSTRUCTOR_NAME) {
11290
+ var Constructor = getBuiltIn$3(CONSTRUCTOR_NAME);
11291
+
11292
+ if (DESCRIPTORS$2 && Constructor && !Constructor[SPECIES$1]) {
11293
+ defineBuiltInAccessor$1(Constructor, SPECIES$1, {
11294
+ configurable: true,
11295
+ get: function () { return this; }
11296
+ });
11297
+ }
11259
11298
  };
11260
- const getListInclHeaders = (items, translateFn) => {
11261
- const {
11262
- objects,
11263
- areas
11264
- } = items.reduce(({
11265
- objects,
11266
- areas
11267
- }, item) => {
11268
- const isObject = !isArea(item);
11269
- if (isObject) {
11270
- return {
11271
- areas,
11272
- objects: objects.concat(item)
11273
- };
11274
- }
11275
- return {
11276
- areas: areas.concat(item),
11277
- objects
11278
- };
11279
- }, {
11280
- objects: [],
11281
- areas: []
11282
- });
11283
- return {
11284
- objects: {
11285
- title: `${objects.length} ${translateFn('objects')}`,
11286
- items: objects
11287
- },
11288
- areas: {
11289
- title: `${areas.length} ${translateFn('areas')}`,
11290
- items: areas
11291
- }
11299
+
11300
+ var isPrototypeOf$2 = objectIsPrototypeOf;
11301
+
11302
+ var $TypeError$4 = TypeError;
11303
+
11304
+ var anInstance$1 = function (it, Prototype) {
11305
+ if (isPrototypeOf$2(Prototype, it)) return it;
11306
+ throw new $TypeError$4('Incorrect invocation');
11307
+ };
11308
+
11309
+ var classofRaw = classofRaw$2;
11310
+ var uncurryThis$3 = functionUncurryThis;
11311
+
11312
+ var functionUncurryThisClause = function (fn) {
11313
+ // Nashorn bug:
11314
+ // https://github.com/zloirock/core-js/issues/1128
11315
+ // https://github.com/zloirock/core-js/issues/1130
11316
+ if (classofRaw(fn) === 'Function') return uncurryThis$3(fn);
11317
+ };
11318
+
11319
+ var uncurryThis$2 = functionUncurryThisClause;
11320
+ var aCallable$5 = aCallable$9;
11321
+ var NATIVE_BIND = functionBindNative;
11322
+
11323
+ var bind$4 = uncurryThis$2(uncurryThis$2.bind);
11324
+
11325
+ // optional / simple context binding
11326
+ var functionBindContext = function (fn, that) {
11327
+ aCallable$5(fn);
11328
+ return that === undefined ? fn : NATIVE_BIND ? bind$4(fn, that) : function (/* ...args */) {
11329
+ return fn.apply(that, arguments);
11292
11330
  };
11293
11331
  };
11294
- const getDisplayDate = date => `${dateUtils.dateToString(dateUtils.utc(date), dateUtils.DATE_FORMAT_NAME_OF_DAY)} UTC`;
11295
- const ContainerDiv = styled('div')(() => ({
11332
+
11333
+ var uncurryThis$1 = functionUncurryThis;
11334
+
11335
+ var arraySlice$1 = uncurryThis$1([].slice);
11336
+
11337
+ var $TypeError$3 = TypeError;
11338
+
11339
+ var validateArgumentsLength$1 = function (passed, required) {
11340
+ if (passed < required) throw new $TypeError$3('Not enough arguments');
11341
+ return passed;
11342
+ };
11343
+
11344
+ var userAgent$2 = engineUserAgent;
11345
+
11346
+ // eslint-disable-next-line redos/no-vulnerable -- safe
11347
+ var engineIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent$2);
11348
+
11349
+ var global$7 = global$o;
11350
+ var apply = functionApply;
11351
+ var bind$3 = functionBindContext;
11352
+ var isCallable$5 = isCallable$n;
11353
+ var hasOwn$1 = hasOwnProperty_1;
11354
+ var fails$1 = fails$p;
11355
+ var html = html$2;
11356
+ var arraySlice = arraySlice$1;
11357
+ var createElement = documentCreateElement$2;
11358
+ var validateArgumentsLength = validateArgumentsLength$1;
11359
+ var IS_IOS$1 = engineIsIos;
11360
+ var IS_NODE$3 = engineIsNode;
11361
+
11362
+ var set = global$7.setImmediate;
11363
+ var clear = global$7.clearImmediate;
11364
+ var process$2 = global$7.process;
11365
+ var Dispatch = global$7.Dispatch;
11366
+ var Function$1 = global$7.Function;
11367
+ var MessageChannel = global$7.MessageChannel;
11368
+ var String$1 = global$7.String;
11369
+ var counter = 0;
11370
+ var queue$2 = {};
11371
+ var ONREADYSTATECHANGE = 'onreadystatechange';
11372
+ var $location, defer, channel, port;
11373
+
11374
+ fails$1(function () {
11375
+ // Deno throws a ReferenceError on `location` access without `--location` flag
11376
+ $location = global$7.location;
11377
+ });
11378
+
11379
+ var run = function (id) {
11380
+ if (hasOwn$1(queue$2, id)) {
11381
+ var fn = queue$2[id];
11382
+ delete queue$2[id];
11383
+ fn();
11384
+ }
11385
+ };
11386
+
11387
+ var runner = function (id) {
11388
+ return function () {
11389
+ run(id);
11390
+ };
11391
+ };
11392
+
11393
+ var eventListener = function (event) {
11394
+ run(event.data);
11395
+ };
11396
+
11397
+ var globalPostMessageDefer = function (id) {
11398
+ // old engines have not location.origin
11399
+ global$7.postMessage(String$1(id), $location.protocol + '//' + $location.host);
11400
+ };
11401
+
11402
+ // Node.js 0.9+ & IE10+ has setImmediate, otherwise:
11403
+ if (!set || !clear) {
11404
+ set = function setImmediate(handler) {
11405
+ validateArgumentsLength(arguments.length, 1);
11406
+ var fn = isCallable$5(handler) ? handler : Function$1(handler);
11407
+ var args = arraySlice(arguments, 1);
11408
+ queue$2[++counter] = function () {
11409
+ apply(fn, undefined, args);
11410
+ };
11411
+ defer(counter);
11412
+ return counter;
11413
+ };
11414
+ clear = function clearImmediate(id) {
11415
+ delete queue$2[id];
11416
+ };
11417
+ // Node.js 0.8-
11418
+ if (IS_NODE$3) {
11419
+ defer = function (id) {
11420
+ process$2.nextTick(runner(id));
11421
+ };
11422
+ // Sphere (JS game engine) Dispatch API
11423
+ } else if (Dispatch && Dispatch.now) {
11424
+ defer = function (id) {
11425
+ Dispatch.now(runner(id));
11426
+ };
11427
+ // Browsers with MessageChannel, includes WebWorkers
11428
+ // except iOS - https://github.com/zloirock/core-js/issues/624
11429
+ } else if (MessageChannel && !IS_IOS$1) {
11430
+ channel = new MessageChannel();
11431
+ port = channel.port2;
11432
+ channel.port1.onmessage = eventListener;
11433
+ defer = bind$3(port.postMessage, port);
11434
+ // Browsers with postMessage, skip WebWorkers
11435
+ // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
11436
+ } else if (
11437
+ global$7.addEventListener &&
11438
+ isCallable$5(global$7.postMessage) &&
11439
+ !global$7.importScripts &&
11440
+ $location && $location.protocol !== 'file:' &&
11441
+ !fails$1(globalPostMessageDefer)
11442
+ ) {
11443
+ defer = globalPostMessageDefer;
11444
+ global$7.addEventListener('message', eventListener, false);
11445
+ // IE8-
11446
+ } else if (ONREADYSTATECHANGE in createElement('script')) {
11447
+ defer = function (id) {
11448
+ html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {
11449
+ html.removeChild(this);
11450
+ run(id);
11451
+ };
11452
+ };
11453
+ // Rest old browsers
11454
+ } else {
11455
+ defer = function (id) {
11456
+ setTimeout(runner(id), 0);
11457
+ };
11458
+ }
11459
+ }
11460
+
11461
+ var task$1 = {
11462
+ set: set,
11463
+ clear: clear
11464
+ };
11465
+
11466
+ var global$6 = global$o;
11467
+ var DESCRIPTORS$1 = descriptors;
11468
+
11469
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
11470
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
11471
+
11472
+ // Avoid NodeJS experimental warning
11473
+ var safeGetBuiltIn$1 = function (name) {
11474
+ if (!DESCRIPTORS$1) return global$6[name];
11475
+ var descriptor = getOwnPropertyDescriptor(global$6, name);
11476
+ return descriptor && descriptor.value;
11477
+ };
11478
+
11479
+ var Queue$2 = function () {
11480
+ this.head = null;
11481
+ this.tail = null;
11482
+ };
11483
+
11484
+ Queue$2.prototype = {
11485
+ add: function (item) {
11486
+ var entry = { item: item, next: null };
11487
+ var tail = this.tail;
11488
+ if (tail) tail.next = entry;
11489
+ else this.head = entry;
11490
+ this.tail = entry;
11491
+ },
11492
+ get: function () {
11493
+ var entry = this.head;
11494
+ if (entry) {
11495
+ var next = this.head = entry.next;
11496
+ if (next === null) this.tail = null;
11497
+ return entry.item;
11498
+ }
11499
+ }
11500
+ };
11501
+
11502
+ var queue$1 = Queue$2;
11503
+
11504
+ var userAgent$1 = engineUserAgent;
11505
+
11506
+ var engineIsIosPebble = /ipad|iphone|ipod/i.test(userAgent$1) && typeof Pebble != 'undefined';
11507
+
11508
+ var userAgent = engineUserAgent;
11509
+
11510
+ var engineIsWebosWebkit = /web0s(?!.*chrome)/i.test(userAgent);
11511
+
11512
+ var global$5 = global$o;
11513
+ var safeGetBuiltIn = safeGetBuiltIn$1;
11514
+ var bind$2 = functionBindContext;
11515
+ var macrotask = task$1.set;
11516
+ var Queue$1 = queue$1;
11517
+ var IS_IOS = engineIsIos;
11518
+ var IS_IOS_PEBBLE = engineIsIosPebble;
11519
+ var IS_WEBOS_WEBKIT = engineIsWebosWebkit;
11520
+ var IS_NODE$2 = engineIsNode;
11521
+
11522
+ var MutationObserver = global$5.MutationObserver || global$5.WebKitMutationObserver;
11523
+ var document$2 = global$5.document;
11524
+ var process$1 = global$5.process;
11525
+ var Promise$1 = global$5.Promise;
11526
+ var microtask$1 = safeGetBuiltIn('queueMicrotask');
11527
+ var notify$1, toggle, node, promise, then;
11528
+
11529
+ // modern engines have queueMicrotask method
11530
+ if (!microtask$1) {
11531
+ var queue = new Queue$1();
11532
+
11533
+ var flush = function () {
11534
+ var parent, fn;
11535
+ if (IS_NODE$2 && (parent = process$1.domain)) parent.exit();
11536
+ while (fn = queue.get()) try {
11537
+ fn();
11538
+ } catch (error) {
11539
+ if (queue.head) notify$1();
11540
+ throw error;
11541
+ }
11542
+ if (parent) parent.enter();
11543
+ };
11544
+
11545
+ // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339
11546
+ // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898
11547
+ if (!IS_IOS && !IS_NODE$2 && !IS_WEBOS_WEBKIT && MutationObserver && document$2) {
11548
+ toggle = true;
11549
+ node = document$2.createTextNode('');
11550
+ new MutationObserver(flush).observe(node, { characterData: true });
11551
+ notify$1 = function () {
11552
+ node.data = toggle = !toggle;
11553
+ };
11554
+ // environments with maybe non-completely correct, but existent Promise
11555
+ } else if (!IS_IOS_PEBBLE && Promise$1 && Promise$1.resolve) {
11556
+ // Promise.resolve without an argument throws an error in LG WebOS 2
11557
+ promise = Promise$1.resolve(undefined);
11558
+ // workaround of WebKit ~ iOS Safari 10.1 bug
11559
+ promise.constructor = Promise$1;
11560
+ then = bind$2(promise.then, promise);
11561
+ notify$1 = function () {
11562
+ then(flush);
11563
+ };
11564
+ // Node.js without promises
11565
+ } else if (IS_NODE$2) {
11566
+ notify$1 = function () {
11567
+ process$1.nextTick(flush);
11568
+ };
11569
+ // for other environments - macrotask based on:
11570
+ // - setImmediate
11571
+ // - MessageChannel
11572
+ // - window.postMessage
11573
+ // - onreadystatechange
11574
+ // - setTimeout
11575
+ } else {
11576
+ // `webpack` dev server bug on IE global methods - use bind(fn, global)
11577
+ macrotask = bind$2(macrotask, global$5);
11578
+ notify$1 = function () {
11579
+ macrotask(flush);
11580
+ };
11581
+ }
11582
+
11583
+ microtask$1 = function (fn) {
11584
+ if (!queue.head) notify$1();
11585
+ queue.add(fn);
11586
+ };
11587
+ }
11588
+
11589
+ var microtask_1 = microtask$1;
11590
+
11591
+ var hostReportErrors$1 = function (a, b) {
11592
+ try {
11593
+ // eslint-disable-next-line no-console -- safe
11594
+ arguments.length === 1 ? console.error(a) : console.error(a, b);
11595
+ } catch (error) { /* empty */ }
11596
+ };
11597
+
11598
+ var perform$3 = function (exec) {
11599
+ try {
11600
+ return { error: false, value: exec() };
11601
+ } catch (error) {
11602
+ return { error: true, value: error };
11603
+ }
11604
+ };
11605
+
11606
+ var global$4 = global$o;
11607
+
11608
+ var promiseNativeConstructor = global$4.Promise;
11609
+
11610
+ /* global Deno -- Deno case */
11611
+ var engineIsDeno = typeof Deno == 'object' && Deno && typeof Deno.version == 'object';
11612
+
11613
+ var IS_DENO$1 = engineIsDeno;
11614
+ var IS_NODE$1 = engineIsNode;
11615
+
11616
+ var engineIsBrowser = !IS_DENO$1 && !IS_NODE$1
11617
+ && typeof window == 'object'
11618
+ && typeof document == 'object';
11619
+
11620
+ var global$3 = global$o;
11621
+ var NativePromiseConstructor$4 = promiseNativeConstructor;
11622
+ var isCallable$4 = isCallable$n;
11623
+ var isForced = isForced_1;
11624
+ var inspectSource = inspectSource$3;
11625
+ var wellKnownSymbol$3 = wellKnownSymbol$h;
11626
+ var IS_BROWSER = engineIsBrowser;
11627
+ var IS_DENO = engineIsDeno;
11628
+ var V8_VERSION = engineV8Version;
11629
+
11630
+ NativePromiseConstructor$4 && NativePromiseConstructor$4.prototype;
11631
+ var SPECIES = wellKnownSymbol$3('species');
11632
+ var SUBCLASSING = false;
11633
+ var NATIVE_PROMISE_REJECTION_EVENT$1 = isCallable$4(global$3.PromiseRejectionEvent);
11634
+
11635
+ var FORCED_PROMISE_CONSTRUCTOR$5 = isForced('Promise', function () {
11636
+ var PROMISE_CONSTRUCTOR_SOURCE = inspectSource(NativePromiseConstructor$4);
11637
+ var GLOBAL_CORE_JS_PROMISE = PROMISE_CONSTRUCTOR_SOURCE !== String(NativePromiseConstructor$4);
11638
+ // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables
11639
+ // https://bugs.chromium.org/p/chromium/issues/detail?id=830565
11640
+ // We can't detect it synchronously, so just check versions
11641
+ if (!GLOBAL_CORE_JS_PROMISE && V8_VERSION === 66) return true;
11642
+ // We can't use @@species feature detection in V8 since it causes
11643
+ // deoptimization and performance degradation
11644
+ // https://github.com/zloirock/core-js/issues/679
11645
+ if (!V8_VERSION || V8_VERSION < 51 || !/native code/.test(PROMISE_CONSTRUCTOR_SOURCE)) {
11646
+ // Detect correctness of subclassing with @@species support
11647
+ var promise = new NativePromiseConstructor$4(function (resolve) { resolve(1); });
11648
+ var FakePromise = function (exec) {
11649
+ exec(function () { /* empty */ }, function () { /* empty */ });
11650
+ };
11651
+ var constructor = promise.constructor = {};
11652
+ constructor[SPECIES] = FakePromise;
11653
+ SUBCLASSING = promise.then(function () { /* empty */ }) instanceof FakePromise;
11654
+ if (!SUBCLASSING) return true;
11655
+ // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test
11656
+ } return !GLOBAL_CORE_JS_PROMISE && (IS_BROWSER || IS_DENO) && !NATIVE_PROMISE_REJECTION_EVENT$1;
11657
+ });
11658
+
11659
+ var promiseConstructorDetection = {
11660
+ CONSTRUCTOR: FORCED_PROMISE_CONSTRUCTOR$5,
11661
+ REJECTION_EVENT: NATIVE_PROMISE_REJECTION_EVENT$1,
11662
+ SUBCLASSING: SUBCLASSING
11663
+ };
11664
+
11665
+ var newPromiseCapability$2 = {};
11666
+
11667
+ var aCallable$4 = aCallable$9;
11668
+
11669
+ var $TypeError$2 = TypeError;
11670
+
11671
+ var PromiseCapability = function (C) {
11672
+ var resolve, reject;
11673
+ this.promise = new C(function ($$resolve, $$reject) {
11674
+ if (resolve !== undefined || reject !== undefined) throw new $TypeError$2('Bad Promise constructor');
11675
+ resolve = $$resolve;
11676
+ reject = $$reject;
11677
+ });
11678
+ this.resolve = aCallable$4(resolve);
11679
+ this.reject = aCallable$4(reject);
11680
+ };
11681
+
11682
+ // `NewPromiseCapability` abstract operation
11683
+ // https://tc39.es/ecma262/#sec-newpromisecapability
11684
+ newPromiseCapability$2.f = function (C) {
11685
+ return new PromiseCapability(C);
11686
+ };
11687
+
11688
+ var $$7 = _export;
11689
+ var IS_NODE = engineIsNode;
11690
+ var global$2 = global$o;
11691
+ var call$5 = functionCall;
11692
+ var defineBuiltIn$2 = defineBuiltIn$7;
11693
+ var setPrototypeOf = objectSetPrototypeOf;
11694
+ var setToStringTag = setToStringTag$4;
11695
+ var setSpecies = setSpecies$1;
11696
+ var aCallable$3 = aCallable$9;
11697
+ var isCallable$3 = isCallable$n;
11698
+ var isObject$1 = isObject$d;
11699
+ var anInstance = anInstance$1;
11700
+ var speciesConstructor$1 = speciesConstructor$3;
11701
+ var task = task$1.set;
11702
+ var microtask = microtask_1;
11703
+ var hostReportErrors = hostReportErrors$1;
11704
+ var perform$2 = perform$3;
11705
+ var Queue = queue$1;
11706
+ var InternalStateModule = internalState;
11707
+ var NativePromiseConstructor$3 = promiseNativeConstructor;
11708
+ var PromiseConstructorDetection = promiseConstructorDetection;
11709
+ var newPromiseCapabilityModule$3 = newPromiseCapability$2;
11710
+
11711
+ var PROMISE = 'Promise';
11712
+ var FORCED_PROMISE_CONSTRUCTOR$4 = PromiseConstructorDetection.CONSTRUCTOR;
11713
+ var NATIVE_PROMISE_REJECTION_EVENT = PromiseConstructorDetection.REJECTION_EVENT;
11714
+ var NATIVE_PROMISE_SUBCLASSING = PromiseConstructorDetection.SUBCLASSING;
11715
+ var getInternalPromiseState = InternalStateModule.getterFor(PROMISE);
11716
+ var setInternalState = InternalStateModule.set;
11717
+ var NativePromisePrototype$2 = NativePromiseConstructor$3 && NativePromiseConstructor$3.prototype;
11718
+ var PromiseConstructor = NativePromiseConstructor$3;
11719
+ var PromisePrototype = NativePromisePrototype$2;
11720
+ var TypeError$1 = global$2.TypeError;
11721
+ var document$1 = global$2.document;
11722
+ var process = global$2.process;
11723
+ var newPromiseCapability$1 = newPromiseCapabilityModule$3.f;
11724
+ var newGenericPromiseCapability = newPromiseCapability$1;
11725
+
11726
+ var DISPATCH_EVENT = !!(document$1 && document$1.createEvent && global$2.dispatchEvent);
11727
+ var UNHANDLED_REJECTION = 'unhandledrejection';
11728
+ var REJECTION_HANDLED = 'rejectionhandled';
11729
+ var PENDING = 0;
11730
+ var FULFILLED = 1;
11731
+ var REJECTED = 2;
11732
+ var HANDLED = 1;
11733
+ var UNHANDLED = 2;
11734
+
11735
+ var Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;
11736
+
11737
+ // helpers
11738
+ var isThenable = function (it) {
11739
+ var then;
11740
+ return isObject$1(it) && isCallable$3(then = it.then) ? then : false;
11741
+ };
11742
+
11743
+ var callReaction = function (reaction, state) {
11744
+ var value = state.value;
11745
+ var ok = state.state === FULFILLED;
11746
+ var handler = ok ? reaction.ok : reaction.fail;
11747
+ var resolve = reaction.resolve;
11748
+ var reject = reaction.reject;
11749
+ var domain = reaction.domain;
11750
+ var result, then, exited;
11751
+ try {
11752
+ if (handler) {
11753
+ if (!ok) {
11754
+ if (state.rejection === UNHANDLED) onHandleUnhandled(state);
11755
+ state.rejection = HANDLED;
11756
+ }
11757
+ if (handler === true) result = value;
11758
+ else {
11759
+ if (domain) domain.enter();
11760
+ result = handler(value); // can throw
11761
+ if (domain) {
11762
+ domain.exit();
11763
+ exited = true;
11764
+ }
11765
+ }
11766
+ if (result === reaction.promise) {
11767
+ reject(new TypeError$1('Promise-chain cycle'));
11768
+ } else if (then = isThenable(result)) {
11769
+ call$5(then, result, resolve, reject);
11770
+ } else resolve(result);
11771
+ } else reject(value);
11772
+ } catch (error) {
11773
+ if (domain && !exited) domain.exit();
11774
+ reject(error);
11775
+ }
11776
+ };
11777
+
11778
+ var notify = function (state, isReject) {
11779
+ if (state.notified) return;
11780
+ state.notified = true;
11781
+ microtask(function () {
11782
+ var reactions = state.reactions;
11783
+ var reaction;
11784
+ while (reaction = reactions.get()) {
11785
+ callReaction(reaction, state);
11786
+ }
11787
+ state.notified = false;
11788
+ if (isReject && !state.rejection) onUnhandled(state);
11789
+ });
11790
+ };
11791
+
11792
+ var dispatchEvent = function (name, promise, reason) {
11793
+ var event, handler;
11794
+ if (DISPATCH_EVENT) {
11795
+ event = document$1.createEvent('Event');
11796
+ event.promise = promise;
11797
+ event.reason = reason;
11798
+ event.initEvent(name, false, true);
11799
+ global$2.dispatchEvent(event);
11800
+ } else event = { promise: promise, reason: reason };
11801
+ if (!NATIVE_PROMISE_REJECTION_EVENT && (handler = global$2['on' + name])) handler(event);
11802
+ else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);
11803
+ };
11804
+
11805
+ var onUnhandled = function (state) {
11806
+ call$5(task, global$2, function () {
11807
+ var promise = state.facade;
11808
+ var value = state.value;
11809
+ var IS_UNHANDLED = isUnhandled(state);
11810
+ var result;
11811
+ if (IS_UNHANDLED) {
11812
+ result = perform$2(function () {
11813
+ if (IS_NODE) {
11814
+ process.emit('unhandledRejection', value, promise);
11815
+ } else dispatchEvent(UNHANDLED_REJECTION, promise, value);
11816
+ });
11817
+ // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should
11818
+ state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;
11819
+ if (result.error) throw result.value;
11820
+ }
11821
+ });
11822
+ };
11823
+
11824
+ var isUnhandled = function (state) {
11825
+ return state.rejection !== HANDLED && !state.parent;
11826
+ };
11827
+
11828
+ var onHandleUnhandled = function (state) {
11829
+ call$5(task, global$2, function () {
11830
+ var promise = state.facade;
11831
+ if (IS_NODE) {
11832
+ process.emit('rejectionHandled', promise);
11833
+ } else dispatchEvent(REJECTION_HANDLED, promise, state.value);
11834
+ });
11835
+ };
11836
+
11837
+ var bind$1 = function (fn, state, unwrap) {
11838
+ return function (value) {
11839
+ fn(state, value, unwrap);
11840
+ };
11841
+ };
11842
+
11843
+ var internalReject = function (state, value, unwrap) {
11844
+ if (state.done) return;
11845
+ state.done = true;
11846
+ if (unwrap) state = unwrap;
11847
+ state.value = value;
11848
+ state.state = REJECTED;
11849
+ notify(state, true);
11850
+ };
11851
+
11852
+ var internalResolve = function (state, value, unwrap) {
11853
+ if (state.done) return;
11854
+ state.done = true;
11855
+ if (unwrap) state = unwrap;
11856
+ try {
11857
+ if (state.facade === value) throw new TypeError$1("Promise can't be resolved itself");
11858
+ var then = isThenable(value);
11859
+ if (then) {
11860
+ microtask(function () {
11861
+ var wrapper = { done: false };
11862
+ try {
11863
+ call$5(then, value,
11864
+ bind$1(internalResolve, wrapper, state),
11865
+ bind$1(internalReject, wrapper, state)
11866
+ );
11867
+ } catch (error) {
11868
+ internalReject(wrapper, error, state);
11869
+ }
11870
+ });
11871
+ } else {
11872
+ state.value = value;
11873
+ state.state = FULFILLED;
11874
+ notify(state, false);
11875
+ }
11876
+ } catch (error) {
11877
+ internalReject({ done: false }, error, state);
11878
+ }
11879
+ };
11880
+
11881
+ // constructor polyfill
11882
+ if (FORCED_PROMISE_CONSTRUCTOR$4) {
11883
+ // 25.4.3.1 Promise(executor)
11884
+ PromiseConstructor = function Promise(executor) {
11885
+ anInstance(this, PromisePrototype);
11886
+ aCallable$3(executor);
11887
+ call$5(Internal, this);
11888
+ var state = getInternalPromiseState(this);
11889
+ try {
11890
+ executor(bind$1(internalResolve, state), bind$1(internalReject, state));
11891
+ } catch (error) {
11892
+ internalReject(state, error);
11893
+ }
11894
+ };
11895
+
11896
+ PromisePrototype = PromiseConstructor.prototype;
11897
+
11898
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
11899
+ Internal = function Promise(executor) {
11900
+ setInternalState(this, {
11901
+ type: PROMISE,
11902
+ done: false,
11903
+ notified: false,
11904
+ parent: false,
11905
+ reactions: new Queue(),
11906
+ rejection: false,
11907
+ state: PENDING,
11908
+ value: undefined
11909
+ });
11910
+ };
11911
+
11912
+ // `Promise.prototype.then` method
11913
+ // https://tc39.es/ecma262/#sec-promise.prototype.then
11914
+ Internal.prototype = defineBuiltIn$2(PromisePrototype, 'then', function then(onFulfilled, onRejected) {
11915
+ var state = getInternalPromiseState(this);
11916
+ var reaction = newPromiseCapability$1(speciesConstructor$1(this, PromiseConstructor));
11917
+ state.parent = true;
11918
+ reaction.ok = isCallable$3(onFulfilled) ? onFulfilled : true;
11919
+ reaction.fail = isCallable$3(onRejected) && onRejected;
11920
+ reaction.domain = IS_NODE ? process.domain : undefined;
11921
+ if (state.state === PENDING) state.reactions.add(reaction);
11922
+ else microtask(function () {
11923
+ callReaction(reaction, state);
11924
+ });
11925
+ return reaction.promise;
11926
+ });
11927
+
11928
+ OwnPromiseCapability = function () {
11929
+ var promise = new Internal();
11930
+ var state = getInternalPromiseState(promise);
11931
+ this.promise = promise;
11932
+ this.resolve = bind$1(internalResolve, state);
11933
+ this.reject = bind$1(internalReject, state);
11934
+ };
11935
+
11936
+ newPromiseCapabilityModule$3.f = newPromiseCapability$1 = function (C) {
11937
+ return C === PromiseConstructor || C === PromiseWrapper
11938
+ ? new OwnPromiseCapability(C)
11939
+ : newGenericPromiseCapability(C);
11940
+ };
11941
+
11942
+ if (isCallable$3(NativePromiseConstructor$3) && NativePromisePrototype$2 !== Object.prototype) {
11943
+ nativeThen = NativePromisePrototype$2.then;
11944
+
11945
+ if (!NATIVE_PROMISE_SUBCLASSING) {
11946
+ // make `Promise#then` return a polyfilled `Promise` for native promise-based APIs
11947
+ defineBuiltIn$2(NativePromisePrototype$2, 'then', function then(onFulfilled, onRejected) {
11948
+ var that = this;
11949
+ return new PromiseConstructor(function (resolve, reject) {
11950
+ call$5(nativeThen, that, resolve, reject);
11951
+ }).then(onFulfilled, onRejected);
11952
+ // https://github.com/zloirock/core-js/issues/640
11953
+ }, { unsafe: true });
11954
+ }
11955
+
11956
+ // make `.constructor === Promise` work for native promise-based APIs
11957
+ try {
11958
+ delete NativePromisePrototype$2.constructor;
11959
+ } catch (error) { /* empty */ }
11960
+
11961
+ // make `instanceof Promise` work for native promise-based APIs
11962
+ if (setPrototypeOf) {
11963
+ setPrototypeOf(NativePromisePrototype$2, PromisePrototype);
11964
+ }
11965
+ }
11966
+ }
11967
+
11968
+ $$7({ global: true, constructor: true, wrap: true, forced: FORCED_PROMISE_CONSTRUCTOR$4 }, {
11969
+ Promise: PromiseConstructor
11970
+ });
11971
+
11972
+ setToStringTag(PromiseConstructor, PROMISE, false);
11973
+ setSpecies(PROMISE);
11974
+
11975
+ var wellKnownSymbol$2 = wellKnownSymbol$h;
11976
+ var Iterators$1 = iterators;
11977
+
11978
+ var ITERATOR$2 = wellKnownSymbol$2('iterator');
11979
+ var ArrayPrototype = Array.prototype;
11980
+
11981
+ // check on default Array iterator
11982
+ var isArrayIteratorMethod$1 = function (it) {
11983
+ return it !== undefined && (Iterators$1.Array === it || ArrayPrototype[ITERATOR$2] === it);
11984
+ };
11985
+
11986
+ var classof = classof$6;
11987
+ var getMethod$1 = getMethod$5;
11988
+ var isNullOrUndefined = isNullOrUndefined$6;
11989
+ var Iterators = iterators;
11990
+ var wellKnownSymbol$1 = wellKnownSymbol$h;
11991
+
11992
+ var ITERATOR$1 = wellKnownSymbol$1('iterator');
11993
+
11994
+ var getIteratorMethod$2 = function (it) {
11995
+ if (!isNullOrUndefined(it)) return getMethod$1(it, ITERATOR$1)
11996
+ || getMethod$1(it, '@@iterator')
11997
+ || Iterators[classof(it)];
11998
+ };
11999
+
12000
+ var call$4 = functionCall;
12001
+ var aCallable$2 = aCallable$9;
12002
+ var anObject$3 = anObject$d;
12003
+ var tryToString$1 = tryToString$4;
12004
+ var getIteratorMethod$1 = getIteratorMethod$2;
12005
+
12006
+ var $TypeError$1 = TypeError;
12007
+
12008
+ var getIterator$1 = function (argument, usingIterator) {
12009
+ var iteratorMethod = arguments.length < 2 ? getIteratorMethod$1(argument) : usingIterator;
12010
+ if (aCallable$2(iteratorMethod)) return anObject$3(call$4(iteratorMethod, argument));
12011
+ throw new $TypeError$1(tryToString$1(argument) + ' is not iterable');
12012
+ };
12013
+
12014
+ var call$3 = functionCall;
12015
+ var anObject$2 = anObject$d;
12016
+ var getMethod = getMethod$5;
12017
+
12018
+ var iteratorClose$1 = function (iterator, kind, value) {
12019
+ var innerResult, innerError;
12020
+ anObject$2(iterator);
12021
+ try {
12022
+ innerResult = getMethod(iterator, 'return');
12023
+ if (!innerResult) {
12024
+ if (kind === 'throw') throw value;
12025
+ return value;
12026
+ }
12027
+ innerResult = call$3(innerResult, iterator);
12028
+ } catch (error) {
12029
+ innerError = true;
12030
+ innerResult = error;
12031
+ }
12032
+ if (kind === 'throw') throw value;
12033
+ if (innerError) throw innerResult;
12034
+ anObject$2(innerResult);
12035
+ return value;
12036
+ };
12037
+
12038
+ var bind = functionBindContext;
12039
+ var call$2 = functionCall;
12040
+ var anObject$1 = anObject$d;
12041
+ var tryToString = tryToString$4;
12042
+ var isArrayIteratorMethod = isArrayIteratorMethod$1;
12043
+ var lengthOfArrayLike = lengthOfArrayLike$4;
12044
+ var isPrototypeOf$1 = objectIsPrototypeOf;
12045
+ var getIterator = getIterator$1;
12046
+ var getIteratorMethod = getIteratorMethod$2;
12047
+ var iteratorClose = iteratorClose$1;
12048
+
12049
+ var $TypeError = TypeError;
12050
+
12051
+ var Result = function (stopped, result) {
12052
+ this.stopped = stopped;
12053
+ this.result = result;
12054
+ };
12055
+
12056
+ var ResultPrototype = Result.prototype;
12057
+
12058
+ var iterate$2 = function (iterable, unboundFunction, options) {
12059
+ var that = options && options.that;
12060
+ var AS_ENTRIES = !!(options && options.AS_ENTRIES);
12061
+ var IS_RECORD = !!(options && options.IS_RECORD);
12062
+ var IS_ITERATOR = !!(options && options.IS_ITERATOR);
12063
+ var INTERRUPTED = !!(options && options.INTERRUPTED);
12064
+ var fn = bind(unboundFunction, that);
12065
+ var iterator, iterFn, index, length, result, next, step;
12066
+
12067
+ var stop = function (condition) {
12068
+ if (iterator) iteratorClose(iterator, 'normal', condition);
12069
+ return new Result(true, condition);
12070
+ };
12071
+
12072
+ var callFn = function (value) {
12073
+ if (AS_ENTRIES) {
12074
+ anObject$1(value);
12075
+ return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);
12076
+ } return INTERRUPTED ? fn(value, stop) : fn(value);
12077
+ };
12078
+
12079
+ if (IS_RECORD) {
12080
+ iterator = iterable.iterator;
12081
+ } else if (IS_ITERATOR) {
12082
+ iterator = iterable;
12083
+ } else {
12084
+ iterFn = getIteratorMethod(iterable);
12085
+ if (!iterFn) throw new $TypeError(tryToString(iterable) + ' is not iterable');
12086
+ // optimisation for array iterators
12087
+ if (isArrayIteratorMethod(iterFn)) {
12088
+ for (index = 0, length = lengthOfArrayLike(iterable); length > index; index++) {
12089
+ result = callFn(iterable[index]);
12090
+ if (result && isPrototypeOf$1(ResultPrototype, result)) return result;
12091
+ } return new Result(false);
12092
+ }
12093
+ iterator = getIterator(iterable, iterFn);
12094
+ }
12095
+
12096
+ next = IS_RECORD ? iterable.next : iterator.next;
12097
+ while (!(step = call$2(next, iterator)).done) {
12098
+ try {
12099
+ result = callFn(step.value);
12100
+ } catch (error) {
12101
+ iteratorClose(iterator, 'throw', error);
12102
+ }
12103
+ if (typeof result == 'object' && result && isPrototypeOf$1(ResultPrototype, result)) return result;
12104
+ } return new Result(false);
12105
+ };
12106
+
12107
+ var wellKnownSymbol = wellKnownSymbol$h;
12108
+
12109
+ var ITERATOR = wellKnownSymbol('iterator');
12110
+ var SAFE_CLOSING = false;
12111
+
12112
+ try {
12113
+ var called = 0;
12114
+ var iteratorWithReturn = {
12115
+ next: function () {
12116
+ return { done: !!called++ };
12117
+ },
12118
+ 'return': function () {
12119
+ SAFE_CLOSING = true;
12120
+ }
12121
+ };
12122
+ iteratorWithReturn[ITERATOR] = function () {
12123
+ return this;
12124
+ };
12125
+ // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing
12126
+ Array.from(iteratorWithReturn, function () { throw 2; });
12127
+ } catch (error) { /* empty */ }
12128
+
12129
+ var checkCorrectnessOfIteration$1 = function (exec, SKIP_CLOSING) {
12130
+ try {
12131
+ if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
12132
+ } catch (error) { return false; } // workaround of old WebKit + `eval` bug
12133
+ var ITERATION_SUPPORT = false;
12134
+ try {
12135
+ var object = {};
12136
+ object[ITERATOR] = function () {
12137
+ return {
12138
+ next: function () {
12139
+ return { done: ITERATION_SUPPORT = true };
12140
+ }
12141
+ };
12142
+ };
12143
+ exec(object);
12144
+ } catch (error) { /* empty */ }
12145
+ return ITERATION_SUPPORT;
12146
+ };
12147
+
12148
+ var NativePromiseConstructor$2 = promiseNativeConstructor;
12149
+ var checkCorrectnessOfIteration = checkCorrectnessOfIteration$1;
12150
+ var FORCED_PROMISE_CONSTRUCTOR$3 = promiseConstructorDetection.CONSTRUCTOR;
12151
+
12152
+ var promiseStaticsIncorrectIteration = FORCED_PROMISE_CONSTRUCTOR$3 || !checkCorrectnessOfIteration(function (iterable) {
12153
+ NativePromiseConstructor$2.all(iterable).then(undefined, function () { /* empty */ });
12154
+ });
12155
+
12156
+ var $$6 = _export;
12157
+ var call$1 = functionCall;
12158
+ var aCallable$1 = aCallable$9;
12159
+ var newPromiseCapabilityModule$2 = newPromiseCapability$2;
12160
+ var perform$1 = perform$3;
12161
+ var iterate$1 = iterate$2;
12162
+ var PROMISE_STATICS_INCORRECT_ITERATION$1 = promiseStaticsIncorrectIteration;
12163
+
12164
+ // `Promise.all` method
12165
+ // https://tc39.es/ecma262/#sec-promise.all
12166
+ $$6({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION$1 }, {
12167
+ all: function all(iterable) {
12168
+ var C = this;
12169
+ var capability = newPromiseCapabilityModule$2.f(C);
12170
+ var resolve = capability.resolve;
12171
+ var reject = capability.reject;
12172
+ var result = perform$1(function () {
12173
+ var $promiseResolve = aCallable$1(C.resolve);
12174
+ var values = [];
12175
+ var counter = 0;
12176
+ var remaining = 1;
12177
+ iterate$1(iterable, function (promise) {
12178
+ var index = counter++;
12179
+ var alreadyCalled = false;
12180
+ remaining++;
12181
+ call$1($promiseResolve, C, promise).then(function (value) {
12182
+ if (alreadyCalled) return;
12183
+ alreadyCalled = true;
12184
+ values[index] = value;
12185
+ --remaining || resolve(values);
12186
+ }, reject);
12187
+ });
12188
+ --remaining || resolve(values);
12189
+ });
12190
+ if (result.error) reject(result.value);
12191
+ return capability.promise;
12192
+ }
12193
+ });
12194
+
12195
+ var $$5 = _export;
12196
+ var FORCED_PROMISE_CONSTRUCTOR$2 = promiseConstructorDetection.CONSTRUCTOR;
12197
+ var NativePromiseConstructor$1 = promiseNativeConstructor;
12198
+ var getBuiltIn$2 = getBuiltIn$9;
12199
+ var isCallable$2 = isCallable$n;
12200
+ var defineBuiltIn$1 = defineBuiltIn$7;
12201
+
12202
+ var NativePromisePrototype$1 = NativePromiseConstructor$1 && NativePromiseConstructor$1.prototype;
12203
+
12204
+ // `Promise.prototype.catch` method
12205
+ // https://tc39.es/ecma262/#sec-promise.prototype.catch
12206
+ $$5({ target: 'Promise', proto: true, forced: FORCED_PROMISE_CONSTRUCTOR$2, real: true }, {
12207
+ 'catch': function (onRejected) {
12208
+ return this.then(undefined, onRejected);
12209
+ }
12210
+ });
12211
+
12212
+ // makes sure that native promise-based APIs `Promise#catch` properly works with patched `Promise#then`
12213
+ if (isCallable$2(NativePromiseConstructor$1)) {
12214
+ var method$1 = getBuiltIn$2('Promise').prototype['catch'];
12215
+ if (NativePromisePrototype$1['catch'] !== method$1) {
12216
+ defineBuiltIn$1(NativePromisePrototype$1, 'catch', method$1, { unsafe: true });
12217
+ }
12218
+ }
12219
+
12220
+ var $$4 = _export;
12221
+ var call = functionCall;
12222
+ var aCallable = aCallable$9;
12223
+ var newPromiseCapabilityModule$1 = newPromiseCapability$2;
12224
+ var perform = perform$3;
12225
+ var iterate = iterate$2;
12226
+ var PROMISE_STATICS_INCORRECT_ITERATION = promiseStaticsIncorrectIteration;
12227
+
12228
+ // `Promise.race` method
12229
+ // https://tc39.es/ecma262/#sec-promise.race
12230
+ $$4({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }, {
12231
+ race: function race(iterable) {
12232
+ var C = this;
12233
+ var capability = newPromiseCapabilityModule$1.f(C);
12234
+ var reject = capability.reject;
12235
+ var result = perform(function () {
12236
+ var $promiseResolve = aCallable(C.resolve);
12237
+ iterate(iterable, function (promise) {
12238
+ call($promiseResolve, C, promise).then(capability.resolve, reject);
12239
+ });
12240
+ });
12241
+ if (result.error) reject(result.value);
12242
+ return capability.promise;
12243
+ }
12244
+ });
12245
+
12246
+ var $$3 = _export;
12247
+ var newPromiseCapabilityModule = newPromiseCapability$2;
12248
+ var FORCED_PROMISE_CONSTRUCTOR$1 = promiseConstructorDetection.CONSTRUCTOR;
12249
+
12250
+ // `Promise.reject` method
12251
+ // https://tc39.es/ecma262/#sec-promise.reject
12252
+ $$3({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR$1 }, {
12253
+ reject: function reject(r) {
12254
+ var capability = newPromiseCapabilityModule.f(this);
12255
+ var capabilityReject = capability.reject;
12256
+ capabilityReject(r);
12257
+ return capability.promise;
12258
+ }
12259
+ });
12260
+
12261
+ var anObject = anObject$d;
12262
+ var isObject = isObject$d;
12263
+ var newPromiseCapability = newPromiseCapability$2;
12264
+
12265
+ var promiseResolve$2 = function (C, x) {
12266
+ anObject(C);
12267
+ if (isObject(x) && x.constructor === C) return x;
12268
+ var promiseCapability = newPromiseCapability.f(C);
12269
+ var resolve = promiseCapability.resolve;
12270
+ resolve(x);
12271
+ return promiseCapability.promise;
12272
+ };
12273
+
12274
+ var $$2 = _export;
12275
+ var getBuiltIn$1 = getBuiltIn$9;
12276
+ var FORCED_PROMISE_CONSTRUCTOR = promiseConstructorDetection.CONSTRUCTOR;
12277
+ var promiseResolve$1 = promiseResolve$2;
12278
+
12279
+ getBuiltIn$1('Promise');
12280
+
12281
+ // `Promise.resolve` method
12282
+ // https://tc39.es/ecma262/#sec-promise.resolve
12283
+ $$2({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
12284
+ resolve: function resolve(x) {
12285
+ return promiseResolve$1(this, x);
12286
+ }
12287
+ });
12288
+
12289
+ var $$1 = _export;
12290
+ var NativePromiseConstructor = promiseNativeConstructor;
12291
+ var fails = fails$p;
12292
+ var getBuiltIn = getBuiltIn$9;
12293
+ var isCallable$1 = isCallable$n;
12294
+ var speciesConstructor = speciesConstructor$3;
12295
+ var promiseResolve = promiseResolve$2;
12296
+ var defineBuiltIn = defineBuiltIn$7;
12297
+
12298
+ var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype;
12299
+
12300
+ // Safari bug https://bugs.webkit.org/show_bug.cgi?id=200829
12301
+ var NON_GENERIC = !!NativePromiseConstructor && fails(function () {
12302
+ // eslint-disable-next-line unicorn/no-thenable -- required for testing
12303
+ NativePromisePrototype['finally'].call({ then: function () { /* empty */ } }, function () { /* empty */ });
12304
+ });
12305
+
12306
+ // `Promise.prototype.finally` method
12307
+ // https://tc39.es/ecma262/#sec-promise.prototype.finally
12308
+ $$1({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {
12309
+ 'finally': function (onFinally) {
12310
+ var C = speciesConstructor(this, getBuiltIn('Promise'));
12311
+ var isFunction = isCallable$1(onFinally);
12312
+ return this.then(
12313
+ isFunction ? function (x) {
12314
+ return promiseResolve(C, onFinally()).then(function () { return x; });
12315
+ } : onFinally,
12316
+ isFunction ? function (e) {
12317
+ return promiseResolve(C, onFinally()).then(function () { throw e; });
12318
+ } : onFinally
12319
+ );
12320
+ }
12321
+ });
12322
+
12323
+ // makes sure that native promise-based APIs `Promise#finally` properly works with patched `Promise#then`
12324
+ if (isCallable$1(NativePromiseConstructor)) {
12325
+ var method = getBuiltIn('Promise').prototype['finally'];
12326
+ if (NativePromisePrototype['finally'] !== method) {
12327
+ defineBuiltIn(NativePromisePrototype, 'finally', method, { unsafe: true });
12328
+ }
12329
+ }
12330
+
12331
+ const OBJECT_ITEM_SIZE = 44;
12332
+ const OBJECT_ITEM_SIZE_SMALL_WIDTH = 72;
12333
+ const HEADER_ITEM_SIZE = 28;
12334
+ const BREAKPOINT = 320;
12335
+ const ERROR_HEIGHT = 48;
12336
+ const useGetFilterHeight = filterRef => {
12337
+ const [filterHeight, setFilterHeight] = React__default.useState(0);
12338
+ React__default.useEffect(() => {
12339
+ let resizeObserver;
12340
+ if (filterRef) {
12341
+ resizeObserver = new ResizeObserver(entry => {
12342
+ const filterHeight = entry[0].target.getBoundingClientRect().height;
12343
+ setFilterHeight(filterHeight);
12344
+ });
12345
+ resizeObserver.observe(filterRef.current);
12346
+ }
12347
+ return () => {
12348
+ if (resizeObserver) {
12349
+ resizeObserver.disconnect();
12350
+ }
12351
+ };
12352
+ }, [filterRef]);
12353
+ return filterHeight;
12354
+ };
12355
+ const isArea = item => {
12356
+ var _a;
12357
+ return !((_a = item.keywords) === null || _a === void 0 ? void 0 : _a.includes('Objects'));
12358
+ };
12359
+ const getListInclHeaders = (items, translateFn) => {
12360
+ const {
12361
+ objects,
12362
+ areas
12363
+ } = items.reduce(({
12364
+ objects,
12365
+ areas
12366
+ }, item) => {
12367
+ const isObject = !isArea(item);
12368
+ if (isObject) {
12369
+ return {
12370
+ areas,
12371
+ objects: objects.concat(item)
12372
+ };
12373
+ }
12374
+ return {
12375
+ areas: areas.concat(item),
12376
+ objects
12377
+ };
12378
+ }, {
12379
+ objects: [],
12380
+ areas: []
12381
+ });
12382
+ return {
12383
+ objects: {
12384
+ title: `${objects.length} ${translateFn('objects')}`,
12385
+ items: objects
12386
+ },
12387
+ areas: {
12388
+ title: `${areas.length} ${translateFn('areas')}`,
12389
+ items: areas
12390
+ }
12391
+ };
12392
+ };
12393
+ const getDisplayDate = date => `${dateUtils.dateToString(dateUtils.utc(date), dateUtils.DATE_FORMAT_NAME_OF_DAY)} UTC`;
12394
+ const ListItemAction = ({
12395
+ listItem,
12396
+ selectedAreas,
12397
+ onAddArea,
12398
+ onRemoveArea,
12399
+ isDisabled,
12400
+ t
12401
+ }) => {
12402
+ const isAreaSelected = !!selectedAreas.find(area => area.objectName === listItem.objectName);
12403
+ const label = t(!isAreaSelected ? 'add-button' : 'remove-button');
12404
+ const onClick = () => {
12405
+ isAreaSelected ? onRemoveArea(listItem) : onAddArea(listItem);
12406
+ };
12407
+ return jsx(CustomToggleButton, Object.assign({
12408
+ sx: {
12409
+ fontSize: '12px',
12410
+ height: '22px!important',
12411
+ minWidth: '60px'
12412
+ },
12413
+ variant: "tool",
12414
+ onClick: onClick,
12415
+ selected: isAreaSelected,
12416
+ disabled: isDisabled
12417
+ }, {
12418
+ children: label
12419
+ }));
12420
+ };
12421
+ const ContainerDiv = styled('div')(() => ({
11296
12422
  '& .MuiListItem-root': {
11297
12423
  paddingBottom: '2px'
11298
12424
  },
@@ -11316,7 +12442,11 @@ const AreasObjects = ({
11316
12442
  drawingListItems,
11317
12443
  isLoading: _isLoading = false,
11318
12444
  hasError: _hasError = false,
11319
- filterRef
12445
+ filterRef,
12446
+ onAddArea: _onAddArea = () => {},
12447
+ onRemoveArea: _onRemoveArea = () => {},
12448
+ selectedAreas: _selectedAreas = [],
12449
+ isChangeAreaDisabled: _isChangeAreaDisabled = true
11320
12450
  }) => {
11321
12451
  const {
11322
12452
  t
@@ -11403,17 +12533,14 @@ const AreasObjects = ({
11403
12533
  children: jsx(ListItem, Object.assign({
11404
12534
  style: style,
11405
12535
  disablePadding: true,
11406
- secondaryAction: jsx(CustomToggleButton, Object.assign({
11407
- sx: {
11408
- fontSize: '12px',
11409
- height: '22px!important',
11410
- minWidth: '60px'
11411
- },
11412
- variant: "tool",
11413
- disabled: true
11414
- }, {
11415
- children: t('add-button')
11416
- }))
12536
+ secondaryAction: jsx(ListItemAction, {
12537
+ listItem: listItem,
12538
+ selectedAreas: _selectedAreas,
12539
+ onAddArea: _onAddArea,
12540
+ onRemoveArea: _onRemoveArea,
12541
+ t: t,
12542
+ isDisabled: _isChangeAreaDisabled
12543
+ })
11417
12544
  }, {
11418
12545
  children: jsx(Paper, Object.assign({
11419
12546
  elevation: 0,
@@ -11496,6 +12623,7 @@ const DEFAULT_LOADER_MIN_SIZE = {
11496
12623
  width: 160,
11497
12624
  height: 300
11498
12625
  };
12626
+ const areaErrorType = 'area';
11499
12627
  const AreaObjectLoader = ({
11500
12628
  bounds,
11501
12629
  onClose,
@@ -11513,7 +12641,12 @@ const AreaObjectLoader = ({
11513
12641
  filters,
11514
12642
  onClickFilterChip,
11515
12643
  searchQuery,
11516
- onSearch
12644
+ onSearch,
12645
+ selectedAreas,
12646
+ onAddArea: _onAddArea = () => {},
12647
+ onRemoveArea: _onRemoveArea = () => {},
12648
+ onRetryRequest: _onRetryRequest = () => {},
12649
+ isChangeAreaDisabled: _isChangeAreaDisabled = true
11517
12650
  }) => {
11518
12651
  const {
11519
12652
  t
@@ -11571,9 +12704,14 @@ const AreaObjectLoader = ({
11571
12704
  height: '100%'
11572
12705
  }
11573
12706
  }, {
11574
- children: [error && jsx(AlertBanner, {
11575
- title: error
11576
- }), jsx(AreaObjectFilter, {
12707
+ children: [error && jsx(AlertBanner, Object.assign({
12708
+ title: error.error
12709
+ }, error.type === areaErrorType && {
12710
+ actionButtonProps: {
12711
+ title: t('error-title-retry'),
12712
+ onClick: () => _onRetryRequest(error.type)
12713
+ }
12714
+ })), jsx(AreaObjectFilter, {
11577
12715
  onClickFilterChip: onClickFilterChip,
11578
12716
  searchQuery: searchQuery,
11579
12717
  onSearch: onSearch,
@@ -11583,7 +12721,11 @@ const AreaObjectLoader = ({
11583
12721
  drawingListItems: drawingListItems,
11584
12722
  isLoading: _isLoading,
11585
12723
  hasError: !!error,
11586
- filterRef: areaFilterRef
12724
+ filterRef: areaFilterRef,
12725
+ onAddArea: _onAddArea,
12726
+ onRemoveArea: _onRemoveArea,
12727
+ selectedAreas: selectedAreas,
12728
+ isChangeAreaDisabled: _isChangeAreaDisabled
11587
12729
  })]
11588
12730
  }))]
11589
12731
  }));
@@ -11602,6 +12744,38 @@ const getFilterParams = (areas, searchQuery) => {
11602
12744
  search: searchQuery
11603
12745
  });
11604
12746
  };
12747
+ const useAreaRequest = warningsApi => {
12748
+ const [fetchAreaError, setFetchAreaError] = React__default.useState(undefined);
12749
+ const [areas, setAreas] = useState([]);
12750
+ const [isAreasLoading, setLoading] = useState(false);
12751
+ const fetchAreaKeywords = () => {
12752
+ setFetchAreaError(undefined);
12753
+ setLoading(true);
12754
+ warningsApi.getAreaKeywords().then(response => {
12755
+ const keyWords = response.data.map(keyword => ({
12756
+ label: keyword,
12757
+ id: keyword,
12758
+ isSelected: false,
12759
+ isDisabled: false
12760
+ }));
12761
+ setAreas(keyWords);
12762
+ }).catch(error => {
12763
+ setFetchAreaError({
12764
+ error: error.message,
12765
+ type: areaErrorType
12766
+ });
12767
+ }).finally(() => {
12768
+ setLoading(false);
12769
+ });
12770
+ };
12771
+ return {
12772
+ areas,
12773
+ fetchAreaError,
12774
+ isAreasLoading,
12775
+ fetchAreaKeywords,
12776
+ setAreas
12777
+ };
12778
+ };
11605
12779
  const AreaObjectLoaderConnect = ({
11606
12780
  bounds,
11607
12781
  source: _source = 'app'
@@ -11620,8 +12794,16 @@ const AreaObjectLoaderConnect = ({
11620
12794
  const dispatch = useDispatch();
11621
12795
  const [items, setItems] = useState([]);
11622
12796
  const [loading, setLoading] = useState(false);
11623
- const [areas, setAreas] = useState([]);
11624
12797
  const [searchQuery, setSearchQuery] = useState('');
12798
+ const {
12799
+ areas,
12800
+ fetchAreaKeywords,
12801
+ fetchAreaError,
12802
+ setAreas,
12803
+ isAreasLoading
12804
+ } = useAreaRequest(warningsApi);
12805
+ const selectedAreas = useSelector(store => getPublicWarningAreas(store));
12806
+ const warningId = useSelector(store => getPublicWarningId(store));
11625
12807
  const fetchItems = () => {
11626
12808
  dispatch(uiActions.setErrorDialog({
11627
12809
  error: '',
@@ -11640,17 +12822,6 @@ const AreaObjectLoaderConnect = ({
11640
12822
  }));
11641
12823
  });
11642
12824
  };
11643
- const fetchAreaKeywords = () => {
11644
- warningsApi.getAreaKeywords().then(response => {
11645
- const keyWords = response.data.map(keyword => ({
11646
- label: keyword,
11647
- id: keyword,
11648
- isSelected: false,
11649
- isDisabled: false
11650
- }));
11651
- setAreas(keyWords);
11652
- });
11653
- };
11654
12825
  useEffect(() => {
11655
12826
  if (isDialogOpen) {
11656
12827
  fetchItems();
@@ -11680,12 +12851,44 @@ const AreaObjectLoaderConnect = ({
11680
12851
  setAreas(updatedAreas);
11681
12852
  };
11682
12853
  const onSearch = queryString => setSearchQuery(queryString);
12854
+ const onAddArea = ({
12855
+ geoJSON,
12856
+ objectName
12857
+ }) => {
12858
+ dispatch(publicWarningFormActions.addArea({
12859
+ area: {
12860
+ geoJSON,
12861
+ objectName
12862
+ }
12863
+ }));
12864
+ };
12865
+ const onRemoveArea = ({
12866
+ geoJSON,
12867
+ objectName
12868
+ }) => {
12869
+ dispatch(publicWarningFormActions.removeArea({
12870
+ area: {
12871
+ geoJSON,
12872
+ objectName
12873
+ }
12874
+ }));
12875
+ };
12876
+ const onRetryRequest = errorType => {
12877
+ if (errorType === areaErrorType) {
12878
+ fetchAreaKeywords();
12879
+ }
12880
+ };
11683
12881
  React__default.useEffect(() => {
11684
12882
  if (areas.length) {
11685
12883
  fetchItems();
11686
12884
  }
11687
12885
  // eslint-disable-next-line react-hooks/exhaustive-deps
11688
12886
  }, [areas, searchQuery]);
12887
+ const isChangeAreaDisabled = warningId !== undefined && typeof warningId === 'string' && warningId.length > 0;
12888
+ const drawingError = uiError ? {
12889
+ type: areaObjectLoaderType,
12890
+ error: uiError
12891
+ } : undefined;
11689
12892
  return jsx(AreaObjectLoader, {
11690
12893
  title: t('area-object-loader-title'),
11691
12894
  bounds: bounds,
@@ -11700,12 +12903,17 @@ const AreaObjectLoaderConnect = ({
11700
12903
  left: 50
11701
12904
  },
11702
12905
  drawingListItems: items,
11703
- error: uiError,
11704
- isLoading: loading,
12906
+ error: drawingError || fetchAreaError,
12907
+ isLoading: loading || isAreasLoading,
11705
12908
  onClickFilterChip: onClickFilterChip,
11706
12909
  searchQuery: searchQuery,
11707
12910
  onSearch: onSearch,
11708
- filters: areas
12911
+ filters: areas,
12912
+ onAddArea: onAddArea,
12913
+ onRemoveArea: onRemoveArea,
12914
+ selectedAreas: selectedAreas,
12915
+ isChangeAreaDisabled: isChangeAreaDisabled,
12916
+ onRetryRequest: onRetryRequest
11709
12917
  });
11710
12918
  };
11711
12919
 
@@ -12394,24 +13602,15 @@ const PublicWarningList = ({
12394
13602
  }));
12395
13603
  };
12396
13604
 
12397
- var makeBuiltIn = makeBuiltInExports;
12398
- var defineProperty = objectDefineProperty;
12399
-
12400
- var defineBuiltInAccessor$1 = function (target, name, descriptor) {
12401
- if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });
12402
- if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });
12403
- return defineProperty.f(target, name, descriptor);
12404
- };
12405
-
12406
13605
  var $ = _export;
12407
13606
  var DESCRIPTORS = descriptors;
12408
- var global$1 = global$i;
13607
+ var global$1 = global$o;
12409
13608
  var uncurryThis = functionUncurryThis;
12410
13609
  var hasOwn = hasOwnProperty_1;
12411
- var isCallable = isCallable$i;
13610
+ var isCallable = isCallable$n;
12412
13611
  var isPrototypeOf = objectIsPrototypeOf;
12413
13612
  var toString = toString$9;
12414
- var defineBuiltInAccessor = defineBuiltInAccessor$1;
13613
+ var defineBuiltInAccessor = defineBuiltInAccessor$2;
12415
13614
  var copyConstructorProperties = copyConstructorProperties$3;
12416
13615
 
12417
13616
  var NativeSymbol = global$1.Symbol;