@byteplus/veplayer-plugin 2.6.0-rc.6 → 2.6.1-rc.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.
Files changed (31) hide show
  1. package/esm/index.development.js +192 -164
  2. package/esm/index.production.js +2 -2
  3. package/esm/veplayer.plugin.abr.development.js +2 -1
  4. package/esm/veplayer.plugin.abr.production.js +1 -1
  5. package/esm/veplayer.plugin.drm.development.js +2 -1
  6. package/esm/veplayer.plugin.drm.production.js +1 -1
  7. package/esm/veplayer.plugin.flv.development.js +3 -2
  8. package/esm/veplayer.plugin.flv.production.js +1 -1
  9. package/esm/veplayer.plugin.hls.development.js +53 -15
  10. package/esm/veplayer.plugin.hls.production.js +1 -1
  11. package/esm/veplayer.plugin.mp4.development.js +115 -124
  12. package/esm/veplayer.plugin.mp4.production.js +1 -1
  13. package/esm/veplayer.plugin.rtm.development.js +3 -2
  14. package/esm/veplayer.plugin.rtm.production.js +1 -1
  15. package/esm/veplayer.plugin.shaka.development.js +2 -1
  16. package/esm/veplayer.plugin.shaka.production.js +1 -1
  17. package/package.json +1 -1
  18. package/umd/veplayer.plugin.abr.development.js +2 -1
  19. package/umd/veplayer.plugin.abr.production.js +1 -1
  20. package/umd/veplayer.plugin.drm.development.js +2 -1
  21. package/umd/veplayer.plugin.drm.production.js +1 -1
  22. package/umd/veplayer.plugin.flv.development.js +3 -2
  23. package/umd/veplayer.plugin.flv.production.js +1 -1
  24. package/umd/veplayer.plugin.hls.development.js +53 -15
  25. package/umd/veplayer.plugin.hls.production.js +1 -1
  26. package/umd/veplayer.plugin.mp4.development.js +115 -124
  27. package/umd/veplayer.plugin.mp4.production.js +1 -1
  28. package/umd/veplayer.plugin.rtm.development.js +3 -2
  29. package/umd/veplayer.plugin.rtm.production.js +1 -1
  30. package/umd/veplayer.plugin.shaka.development.js +2 -1
  31. package/umd/veplayer.plugin.shaka.production.js +1 -1
@@ -804,7 +804,7 @@ var ordinaryToPrimitive$2 = ordinaryToPrimitive$3;
804
804
  var wellKnownSymbol$M = wellKnownSymbol$N;
805
805
  var $TypeError$w = TypeError;
806
806
  var TO_PRIMITIVE$1 = wellKnownSymbol$M("toPrimitive");
807
- var toPrimitive$7 = function(input, pref) {
807
+ var toPrimitive$8 = function(input, pref) {
808
808
  if (!isObject$I(input) || isSymbol$a(input))
809
809
  return input;
810
810
  var exoticToPrim = getMethod$9(input, TO_PRIMITIVE$1);
@@ -821,10 +821,10 @@ var toPrimitive$7 = function(input, pref) {
821
821
  pref = "number";
822
822
  return ordinaryToPrimitive$2(input, pref);
823
823
  };
824
- var toPrimitive$6 = toPrimitive$7;
824
+ var toPrimitive$7 = toPrimitive$8;
825
825
  var isSymbol$9 = isSymbol$b;
826
- var toPropertyKey$a = function(argument) {
827
- var key2 = toPrimitive$6(argument, "string");
826
+ var toPropertyKey$b = function(argument) {
827
+ var key2 = toPrimitive$7(argument, "string");
828
828
  return isSymbol$9(key2) ? key2 : key2 + "";
829
829
  };
830
830
  var global$1b = global$1h;
@@ -849,13 +849,13 @@ var call$J = functionCall$1;
849
849
  var propertyIsEnumerableModule$3 = objectPropertyIsEnumerable$1;
850
850
  var createPropertyDescriptor$c = createPropertyDescriptor$d;
851
851
  var toIndexedObject$m = toIndexedObject$n;
852
- var toPropertyKey$9 = toPropertyKey$a;
852
+ var toPropertyKey$a = toPropertyKey$b;
853
853
  var hasOwn$B = hasOwnProperty_1$1;
854
854
  var IE8_DOM_DEFINE$3 = ie8DomDefine$1;
855
855
  var $getOwnPropertyDescriptor$4 = Object.getOwnPropertyDescriptor;
856
856
  objectGetOwnPropertyDescriptor$1.f = DESCRIPTORS$D ? $getOwnPropertyDescriptor$4 : function getOwnPropertyDescriptor(O, P) {
857
857
  O = toIndexedObject$m(O);
858
- P = toPropertyKey$9(P);
858
+ P = toPropertyKey$a(P);
859
859
  if (IE8_DOM_DEFINE$3)
860
860
  try {
861
861
  return $getOwnPropertyDescriptor$4(O, P);
@@ -886,7 +886,7 @@ var DESCRIPTORS$B = descriptors$1;
886
886
  var IE8_DOM_DEFINE$2 = ie8DomDefine$1;
887
887
  var V8_PROTOTYPE_DEFINE_BUG$3 = v8PrototypeDefineBug$1;
888
888
  var anObject$z = anObject$A;
889
- var toPropertyKey$8 = toPropertyKey$a;
889
+ var toPropertyKey$9 = toPropertyKey$b;
890
890
  var $TypeError$u = TypeError;
891
891
  var $defineProperty$2 = Object.defineProperty;
892
892
  var $getOwnPropertyDescriptor$3 = Object.getOwnPropertyDescriptor;
@@ -895,7 +895,7 @@ var CONFIGURABLE$3 = "configurable";
895
895
  var WRITABLE$1 = "writable";
896
896
  objectDefineProperty$1.f = DESCRIPTORS$B ? V8_PROTOTYPE_DEFINE_BUG$3 ? function defineProperty(O, P, Attributes) {
897
897
  anObject$z(O);
898
- P = toPropertyKey$8(P);
898
+ P = toPropertyKey$9(P);
899
899
  anObject$z(Attributes);
900
900
  if (typeof O === "function" && P === "prototype" && "value" in Attributes && WRITABLE$1 in Attributes && !Attributes[WRITABLE$1]) {
901
901
  var current = $getOwnPropertyDescriptor$3(O, P);
@@ -911,7 +911,7 @@ objectDefineProperty$1.f = DESCRIPTORS$B ? V8_PROTOTYPE_DEFINE_BUG$3 ? function
911
911
  return $defineProperty$2(O, P, Attributes);
912
912
  } : $defineProperty$2 : function defineProperty2(O, P, Attributes) {
913
913
  anObject$z(O);
914
- P = toPropertyKey$8(P);
914
+ P = toPropertyKey$9(P);
915
915
  anObject$z(Attributes);
916
916
  if (IE8_DOM_DEFINE$2)
917
917
  try {
@@ -1581,11 +1581,11 @@ var doesNotExceedSafeInteger$2 = function(it) {
1581
1581
  throw $TypeError$s("Maximum allowed index exceeded");
1582
1582
  return it;
1583
1583
  };
1584
- var toPropertyKey$7 = toPropertyKey$a;
1584
+ var toPropertyKey$8 = toPropertyKey$b;
1585
1585
  var definePropertyModule$a = objectDefineProperty$1;
1586
1586
  var createPropertyDescriptor$a = createPropertyDescriptor$d;
1587
1587
  var createProperty$8 = function(object, key2, value2) {
1588
- var propertyKey = toPropertyKey$7(key2);
1588
+ var propertyKey = toPropertyKey$8(key2);
1589
1589
  if (propertyKey in object)
1590
1590
  definePropertyModule$a.f(object, propertyKey, createPropertyDescriptor$a(0, value2));
1591
1591
  else
@@ -3344,7 +3344,7 @@ var hasOwn$r = hasOwnProperty_1$1;
3344
3344
  var inheritIfRequired$6 = inheritIfRequired$7;
3345
3345
  var isPrototypeOf$c = objectIsPrototypeOf$1;
3346
3346
  var isSymbol$7 = isSymbol$b;
3347
- var toPrimitive$5 = toPrimitive$7;
3347
+ var toPrimitive$6 = toPrimitive$8;
3348
3348
  var fails$16 = fails$1q;
3349
3349
  var getOwnPropertyNames$5 = objectGetOwnPropertyNames$1.f;
3350
3350
  var getOwnPropertyDescriptor$7 = objectGetOwnPropertyDescriptor$1.f;
@@ -3358,11 +3358,11 @@ var TypeError$9 = global$W.TypeError;
3358
3358
  var arraySlice$g = uncurryThis$13("".slice);
3359
3359
  var charCodeAt$3 = uncurryThis$13("".charCodeAt);
3360
3360
  var toNumeric$1 = function(value2) {
3361
- var primValue = toPrimitive$5(value2, "number");
3361
+ var primValue = toPrimitive$6(value2, "number");
3362
3362
  return typeof primValue == "bigint" ? primValue : toNumber$1(primValue);
3363
3363
  };
3364
3364
  var toNumber$1 = function(argument) {
3365
- var it = toPrimitive$5(argument, "number");
3365
+ var it = toPrimitive$6(argument, "number");
3366
3366
  var first, third, radix, maxCode, digits, length, index, code;
3367
3367
  if (isSymbol$7(it))
3368
3368
  throw TypeError$9("Cannot convert a Symbol value to a number");
@@ -4742,7 +4742,7 @@ var sniffer = {
4742
4742
  }
4743
4743
  }
4744
4744
  };
4745
- var version$2 = "3.0.21-rc.5";
4745
+ var version$2 = "3.0.21-alpha.13";
4746
4746
  var ERROR_MAP = {
4747
4747
  1: 5101,
4748
4748
  2: 5102,
@@ -4919,8 +4919,9 @@ function removeHooks(hookName, handler) {
4919
4919
  if (index !== -1) {
4920
4920
  hooks.splice(index, 1);
4921
4921
  }
4922
+ } else if (__hooks[hookName]) {
4923
+ __hooks[hookName] = null;
4922
4924
  }
4923
- delete __hooks[hookName];
4924
4925
  }
4925
4926
  function hooksDescriptor(instance) {
4926
4927
  var presetHooks = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
@@ -7318,7 +7319,7 @@ var ordinaryToPrimitive = ordinaryToPrimitive$1;
7318
7319
  var wellKnownSymbol$r = wellKnownSymbol$s;
7319
7320
  var $TypeError$g = TypeError;
7320
7321
  var TO_PRIMITIVE = wellKnownSymbol$r("toPrimitive");
7321
- var toPrimitive$4 = function(input, pref) {
7322
+ var toPrimitive$5 = function(input, pref) {
7322
7323
  if (!isObject$s(input) || isSymbol$5(input))
7323
7324
  return input;
7324
7325
  var exoticToPrim = getMethod$5(input, TO_PRIMITIVE);
@@ -7335,10 +7336,10 @@ var toPrimitive$4 = function(input, pref) {
7335
7336
  pref = "number";
7336
7337
  return ordinaryToPrimitive(input, pref);
7337
7338
  };
7338
- var toPrimitive$3 = toPrimitive$4;
7339
+ var toPrimitive$4 = toPrimitive$5;
7339
7340
  var isSymbol$4 = isSymbol$6;
7340
- var toPropertyKey$6 = function(argument) {
7341
- var key2 = toPrimitive$3(argument, "string");
7341
+ var toPropertyKey$7 = function(argument) {
7342
+ var key2 = toPrimitive$4(argument, "string");
7342
7343
  return isSymbol$4(key2) ? key2 : key2 + "";
7343
7344
  };
7344
7345
  var global$L = global$S;
@@ -7363,13 +7364,13 @@ var call$r = functionCall;
7363
7364
  var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
7364
7365
  var createPropertyDescriptor$6 = createPropertyDescriptor$7;
7365
7366
  var toIndexedObject$f = toIndexedObject$g;
7366
- var toPropertyKey$5 = toPropertyKey$6;
7367
+ var toPropertyKey$6 = toPropertyKey$7;
7367
7368
  var hasOwn$n = hasOwnProperty_1;
7368
7369
  var IE8_DOM_DEFINE$1 = ie8DomDefine;
7369
7370
  var $getOwnPropertyDescriptor$2 = Object.getOwnPropertyDescriptor;
7370
7371
  objectGetOwnPropertyDescriptor.f = DESCRIPTORS$n ? $getOwnPropertyDescriptor$2 : function getOwnPropertyDescriptor2(O, P) {
7371
7372
  O = toIndexedObject$f(O);
7372
- P = toPropertyKey$5(P);
7373
+ P = toPropertyKey$6(P);
7373
7374
  if (IE8_DOM_DEFINE$1)
7374
7375
  try {
7375
7376
  return $getOwnPropertyDescriptor$2(O, P);
@@ -7400,7 +7401,7 @@ var DESCRIPTORS$l = descriptors;
7400
7401
  var IE8_DOM_DEFINE = ie8DomDefine;
7401
7402
  var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
7402
7403
  var anObject$m = anObject$n;
7403
- var toPropertyKey$4 = toPropertyKey$6;
7404
+ var toPropertyKey$5 = toPropertyKey$7;
7404
7405
  var $TypeError$e = TypeError;
7405
7406
  var $defineProperty$1 = Object.defineProperty;
7406
7407
  var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
@@ -7409,7 +7410,7 @@ var CONFIGURABLE$1 = "configurable";
7409
7410
  var WRITABLE = "writable";
7410
7411
  objectDefineProperty.f = DESCRIPTORS$l ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty3(O, P, Attributes) {
7411
7412
  anObject$m(O);
7412
- P = toPropertyKey$4(P);
7413
+ P = toPropertyKey$5(P);
7413
7414
  anObject$m(Attributes);
7414
7415
  if (typeof O === "function" && P === "prototype" && "value" in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
7415
7416
  var current = $getOwnPropertyDescriptor$1(O, P);
@@ -7425,7 +7426,7 @@ objectDefineProperty.f = DESCRIPTORS$l ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
7425
7426
  return $defineProperty$1(O, P, Attributes);
7426
7427
  } : $defineProperty$1 : function defineProperty4(O, P, Attributes) {
7427
7428
  anObject$m(O);
7428
- P = toPropertyKey$4(P);
7429
+ P = toPropertyKey$5(P);
7429
7430
  anObject$m(Attributes);
7430
7431
  if (IE8_DOM_DEFINE)
7431
7432
  try {
@@ -7884,30 +7885,44 @@ function debounce(func, wait, immediate) {
7884
7885
  func.apply(context, args);
7885
7886
  };
7886
7887
  }
7887
- function _classCallCheck$4(instance, Constructor2) {
7888
- if (!(instance instanceof Constructor2)) {
7888
+ function _classCallCheck$4(a, n) {
7889
+ if (!(a instanceof n))
7889
7890
  throw new TypeError("Cannot call a class as a function");
7891
+ }
7892
+ function _typeof$2(o) {
7893
+ "@babel/helpers - typeof";
7894
+ return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
7895
+ return typeof o2;
7896
+ } : function(o2) {
7897
+ return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
7898
+ }, _typeof$2(o);
7899
+ }
7900
+ function toPrimitive$3(t, r) {
7901
+ if ("object" != _typeof$2(t) || !t)
7902
+ return t;
7903
+ var e = t[Symbol.toPrimitive];
7904
+ if (void 0 !== e) {
7905
+ var i = e.call(t, r || "default");
7906
+ if ("object" != _typeof$2(i))
7907
+ return i;
7908
+ throw new TypeError("@@toPrimitive must return a primitive value.");
7890
7909
  }
7910
+ return ("string" === r ? String : Number)(t);
7891
7911
  }
7892
- function _defineProperties$4(target, props) {
7893
- for (var i = 0; i < props.length; i++) {
7894
- var descriptor = props[i];
7895
- descriptor.enumerable = descriptor.enumerable || false;
7896
- descriptor.configurable = true;
7897
- if ("value" in descriptor)
7898
- descriptor.writable = true;
7899
- Object.defineProperty(target, descriptor.key, descriptor);
7912
+ function toPropertyKey$4(t) {
7913
+ var i = toPrimitive$3(t, "string");
7914
+ return "symbol" == _typeof$2(i) ? i : i + "";
7915
+ }
7916
+ function _defineProperties$4(e, r) {
7917
+ for (var t = 0; t < r.length; t++) {
7918
+ var o = r[t];
7919
+ o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, toPropertyKey$4(o.key), o);
7900
7920
  }
7901
7921
  }
7902
- function _createClass$4(Constructor2, protoProps, staticProps) {
7903
- if (protoProps)
7904
- _defineProperties$4(Constructor2.prototype, protoProps);
7905
- if (staticProps)
7906
- _defineProperties$4(Constructor2, staticProps);
7907
- Object.defineProperty(Constructor2, "prototype", {
7922
+ function _createClass$4(e, r, t) {
7923
+ return r && _defineProperties$4(e.prototype, r), t && _defineProperties$4(e, t), Object.defineProperty(e, "prototype", {
7908
7924
  writable: false
7909
- });
7910
- return Constructor2;
7925
+ }), e;
7911
7926
  }
7912
7927
  var wellKnownSymbol$q = wellKnownSymbol$s;
7913
7928
  var TO_STRING_TAG$5 = wellKnownSymbol$q("toStringTag");
@@ -9578,7 +9593,7 @@ var arrayFill$3 = function fill(value2) {
9578
9593
  O[index++] = value2;
9579
9594
  return O;
9580
9595
  };
9581
- var toPropertyKey$3 = toPropertyKey$6;
9596
+ var toPropertyKey$3 = toPropertyKey$7;
9582
9597
  var definePropertyModule$3 = objectDefineProperty;
9583
9598
  var createPropertyDescriptor$3 = createPropertyDescriptor$7;
9584
9599
  var createProperty$2 = function(object, key2, value2) {
@@ -10109,7 +10124,7 @@ var isBigIntArray$3 = function(it) {
10109
10124
  var klass = classof$d(it);
10110
10125
  return klass == "BigInt64Array" || klass == "BigUint64Array";
10111
10126
  };
10112
- var toPrimitive$2 = toPrimitive$4;
10127
+ var toPrimitive$2 = toPrimitive$5;
10113
10128
  var $TypeError$6 = TypeError;
10114
10129
  var toBigInt$5 = function(argument) {
10115
10130
  var prim = toPrimitive$2(argument, "number");
@@ -10291,7 +10306,7 @@ var isIntegralNumber$2 = isIntegralNumber$3;
10291
10306
  var toLength$b = toLength$g;
10292
10307
  var toIndex$3 = toIndex$5;
10293
10308
  var toOffset$4 = toOffset$5;
10294
- var toPropertyKey$2 = toPropertyKey$6;
10309
+ var toPropertyKey$2 = toPropertyKey$7;
10295
10310
  var hasOwn$c = hasOwnProperty_1;
10296
10311
  var classof$b = classof$k;
10297
10312
  var isObject$g = isObject$u;
@@ -12360,7 +12375,7 @@ var slice$1 = uncurryThis$u("".slice);
12360
12375
  var isBigIntArray$1 = function(it) {
12361
12376
  return slice$1(classof$8(it), 0, 3) === "Big";
12362
12377
  };
12363
- var toPrimitive$1 = toPrimitive$7;
12378
+ var toPrimitive$1 = toPrimitive$8;
12364
12379
  var $TypeError$3 = TypeError;
12365
12380
  var toBigInt$2 = function(argument) {
12366
12381
  var prim = toPrimitive$1(argument, "number");
@@ -12421,7 +12436,7 @@ var isIntegralNumber = isIntegralNumber$1;
12421
12436
  var toLength$6 = toLength$i;
12422
12437
  var toIndex = toIndex$2;
12423
12438
  var toOffset$1 = toOffset$2;
12424
- var toPropertyKey$1 = toPropertyKey$a;
12439
+ var toPropertyKey$1 = toPropertyKey$b;
12425
12440
  var hasOwn$a = hasOwnProperty_1$1;
12426
12441
  var classof$7 = classof$s;
12427
12442
  var isObject$d = isObject$K;
@@ -21423,13 +21438,13 @@ function _regeneratorRuntime() {
21423
21438
  }
21424
21439
  }, exports;
21425
21440
  }
21426
- function _typeof$2(obj) {
21441
+ function _typeof$1(obj) {
21427
21442
  "@babel/helpers - typeof";
21428
- return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
21443
+ return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
21429
21444
  return typeof obj2;
21430
21445
  } : function(obj2) {
21431
21446
  return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
21432
- }, _typeof$2(obj);
21447
+ }, _typeof$1(obj);
21433
21448
  }
21434
21449
  function asyncGeneratorStep(gen, resolve3, reject3, _next, _throw, key2, arg) {
21435
21450
  try {
@@ -21895,7 +21910,7 @@ $$u({ target: "Object", stat: true, forced: FAILS_ON_PRIMITIVES$3, sham: !CORREC
21895
21910
  });
21896
21911
  var toString$b = Object.prototype.toString;
21897
21912
  function isObject$8(a) {
21898
- return a !== null && _typeof$2(a) === "object";
21913
+ return a !== null && _typeof$1(a) === "object";
21899
21914
  }
21900
21915
  function isPlainObject(val) {
21901
21916
  if (toString$b.call(val) !== "[object Object]") {
@@ -29277,7 +29292,7 @@ var hasOwn$6 = hasOwnProperty_1$1;
29277
29292
  var isPrototypeOf$3 = objectIsPrototypeOf$1;
29278
29293
  var anObject$2 = anObject$A;
29279
29294
  var toIndexedObject$3 = toIndexedObject$n;
29280
- var toPropertyKey = toPropertyKey$a;
29295
+ var toPropertyKey = toPropertyKey$b;
29281
29296
  var $toString$1 = toString$t;
29282
29297
  var createPropertyDescriptor = createPropertyDescriptor$d;
29283
29298
  var nativeObjectCreate = objectCreate$1;
@@ -29764,13 +29779,13 @@ var VTYPES$1 = {
29764
29779
  DASH: "DASH",
29765
29780
  HLS: "HLS"
29766
29781
  };
29767
- function _typeof$1(obj) {
29782
+ function _typeof(obj) {
29768
29783
  "@babel/helpers - typeof";
29769
- return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
29784
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
29770
29785
  return typeof obj2;
29771
29786
  } : function(obj2) {
29772
29787
  return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
29773
- }, _typeof$1(obj);
29788
+ }, _typeof(obj);
29774
29789
  }
29775
29790
  function _classCallCheck(instance, Constructor2) {
29776
29791
  if (!(instance instanceof Constructor2)) {
@@ -30938,7 +30953,7 @@ var MemoryCache = /* @__PURE__ */ function() {
30938
30953
  var storeName = options.storeName;
30939
30954
  var key2 = name + "_" + storeName;
30940
30955
  this.key = key2;
30941
- if (!window[key2] || _typeof$1(window[key2]) !== "object") {
30956
+ if (!window[key2] || _typeof(window[key2]) !== "object") {
30942
30957
  window[key2] = {};
30943
30958
  }
30944
30959
  this.store = window[key2];
@@ -33371,7 +33386,7 @@ var hasOwn3 = hasOwnProperty_1;
33371
33386
  var inheritIfRequired = inheritIfRequired$5;
33372
33387
  var isPrototypeOf = objectIsPrototypeOf;
33373
33388
  var isSymbol = isSymbol$6;
33374
- var toPrimitive = toPrimitive$4;
33389
+ var toPrimitive = toPrimitive$5;
33375
33390
  var fails$6 = fails$13;
33376
33391
  var getOwnPropertyNames6 = objectGetOwnPropertyNames.f;
33377
33392
  var getOwnPropertyDescriptor7 = objectGetOwnPropertyDescriptor.f;
@@ -33760,92 +33775,68 @@ $$5({ target: "Reflect", stat: true, forced: FORCED$2, sham: FORCED$2 }, {
33760
33775
  return isObject$1(result) ? result : instance;
33761
33776
  }
33762
33777
  });
33763
- function _arrayLikeToArray(arr, len) {
33764
- if (len == null || len > arr.length)
33765
- len = arr.length;
33766
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
33767
- arr2[i] = arr[i];
33768
- }
33769
- return arr2;
33778
+ function _arrayLikeToArray(r, a) {
33779
+ (null == a || a > r.length) && (a = r.length);
33780
+ for (var e = 0, n = Array(a); e < a; e++)
33781
+ n[e] = r[e];
33782
+ return n;
33770
33783
  }
33771
- function _arrayWithoutHoles(arr) {
33772
- if (Array.isArray(arr))
33773
- return _arrayLikeToArray(arr);
33784
+ function _arrayWithoutHoles(r) {
33785
+ if (Array.isArray(r))
33786
+ return _arrayLikeToArray(r);
33774
33787
  }
33775
- function _iterableToArray(iter) {
33776
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
33777
- return Array.from(iter);
33788
+ function _iterableToArray(r) {
33789
+ if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"])
33790
+ return Array.from(r);
33778
33791
  }
33779
- function _unsupportedIterableToArray(o, minLen) {
33780
- if (!o)
33781
- return;
33782
- if (typeof o === "string")
33783
- return _arrayLikeToArray(o, minLen);
33784
- var n = Object.prototype.toString.call(o).slice(8, -1);
33785
- if (n === "Object" && o.constructor)
33786
- n = o.constructor.name;
33787
- if (n === "Map" || n === "Set")
33788
- return Array.from(o);
33789
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
33790
- return _arrayLikeToArray(o, minLen);
33792
+ function _unsupportedIterableToArray(r, a) {
33793
+ if (r) {
33794
+ if ("string" == typeof r)
33795
+ return _arrayLikeToArray(r, a);
33796
+ var t = {}.toString.call(r).slice(8, -1);
33797
+ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
33798
+ }
33791
33799
  }
33792
33800
  function _nonIterableSpread() {
33793
33801
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
33794
33802
  }
33795
- function _toConsumableArray(arr) {
33796
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
33803
+ function _toConsumableArray(r) {
33804
+ return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
33797
33805
  }
33798
- function _assertThisInitialized(self2) {
33799
- if (self2 === void 0) {
33806
+ function _assertThisInitialized(e) {
33807
+ if (void 0 === e)
33800
33808
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
33801
- }
33802
- return self2;
33809
+ return e;
33803
33810
  }
33804
- function _setPrototypeOf(o, p) {
33805
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
33806
- o2.__proto__ = p2;
33807
- return o2;
33808
- };
33809
- return _setPrototypeOf(o, p);
33811
+ function _setPrototypeOf(t, e) {
33812
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t2, e2) {
33813
+ return t2.__proto__ = e2, t2;
33814
+ }, _setPrototypeOf(t, e);
33810
33815
  }
33811
- function _inherits(subClass, superClass) {
33812
- if (typeof superClass !== "function" && superClass !== null) {
33816
+ function _inherits(t, e) {
33817
+ if ("function" != typeof e && null !== e)
33813
33818
  throw new TypeError("Super expression must either be null or a function");
33814
- }
33815
- subClass.prototype = Object.create(superClass && superClass.prototype, {
33819
+ t.prototype = Object.create(e && e.prototype, {
33816
33820
  constructor: {
33817
- value: subClass,
33821
+ value: t,
33818
33822
  writable: true,
33819
33823
  configurable: true
33820
33824
  }
33821
- });
33822
- Object.defineProperty(subClass, "prototype", {
33825
+ }), Object.defineProperty(t, "prototype", {
33823
33826
  writable: false
33824
- });
33825
- if (superClass)
33826
- _setPrototypeOf(subClass, superClass);
33827
+ }), e && _setPrototypeOf(t, e);
33827
33828
  }
33828
- function _typeof(obj) {
33829
- "@babel/helpers - typeof";
33830
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
33831
- return typeof obj2;
33832
- } : function(obj2) {
33833
- return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
33834
- }, _typeof(obj);
33835
- }
33836
- function _possibleConstructorReturn(self2, call2) {
33837
- if (call2 && (_typeof(call2) === "object" || typeof call2 === "function")) {
33838
- return call2;
33839
- } else if (call2 !== void 0) {
33829
+ function _possibleConstructorReturn(t, e) {
33830
+ if (e && ("object" == _typeof$2(e) || "function" == typeof e))
33831
+ return e;
33832
+ if (void 0 !== e)
33840
33833
  throw new TypeError("Derived constructors may only return object or undefined");
33841
- }
33842
- return _assertThisInitialized(self2);
33834
+ return _assertThisInitialized(t);
33843
33835
  }
33844
- function _getPrototypeOf(o) {
33845
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf2(o2) {
33846
- return o2.__proto__ || Object.getPrototypeOf(o2);
33847
- };
33848
- return _getPrototypeOf(o);
33836
+ function _getPrototypeOf(t) {
33837
+ return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t2) {
33838
+ return t2.__proto__ || Object.getPrototypeOf(t2);
33839
+ }, _getPrototypeOf(t);
33849
33840
  }
33850
33841
  var $$4 = _export;
33851
33842
  var toObject$1 = toObject$i;