@das-fed/ui 6.4.0-test.7 → 6.4.0-test.8

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 (109) hide show
  1. package/esm-map.json +3 -1
  2. package/package.json +6 -7
  3. package/packages/business-components/change-pwd/index.js +12 -8
  4. package/packages/business-components/change-pwd/index.js.gz +0 -0
  5. package/packages/business-components/currency-page/index.js +1 -1
  6. package/packages/business-components/currency-page/index.js.gz +0 -0
  7. package/packages/business-components/device-panel/i18n/index.d.ts +24 -0
  8. package/packages/business-components/device-panel/index.js +16507 -15027
  9. package/packages/business-components/device-panel/index.js.gz +0 -0
  10. package/packages/business-components/device-panel/src/apis.d.ts +2 -0
  11. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/attribute.vue.d.ts +2 -0
  12. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/barChart.vue.d.ts +5 -0
  13. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/lineChart.vue.d.ts +5 -0
  14. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/index.vue.d.ts +11 -0
  15. package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-data-Trends.d.ts +7 -0
  16. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/attribute.vue.d.ts +2 -0
  17. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/barChart.vue.d.ts +5 -0
  18. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/lineChart.vue.d.ts +5 -0
  19. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/index.vue.d.ts +11 -0
  20. package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-data-Trends.d.ts +7 -0
  21. package/packages/business-components/device-panel/style.css +1 -1
  22. package/packages/business-components/device-panel/style.css.gz +0 -0
  23. package/packages/business-components/echarts/index.js +2 -2
  24. package/packages/business-components/echarts/index.js.gz +0 -0
  25. package/packages/business-components/echarts/style.css +1 -1
  26. package/packages/business-components/export-button/index.js +30 -30
  27. package/packages/business-components/export-button/index.js.gz +0 -0
  28. package/packages/business-components/import-button/i18n/index.d.ts +5 -5
  29. package/packages/business-components/import-button/index.js +59 -59
  30. package/packages/business-components/import-button/index.js.gz +0 -0
  31. package/packages/business-components/import-button/style.css +1 -1
  32. package/packages/business-components/model-table-dialog/index.js +100 -100
  33. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  34. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +9 -6
  35. package/packages/business-components/payment/index.d.ts +5 -1
  36. package/packages/business-components/payment/index.js +187 -1635
  37. package/packages/business-components/payment/index.js.gz +0 -0
  38. package/packages/business-components/payment/style.css +1 -1
  39. package/packages/business-components/payment/type.d.ts +3 -2
  40. package/packages/business-components/process-configuration/i18n/index.d.ts +0 -10
  41. package/packages/business-components/process-configuration/index.d.ts +2 -0
  42. package/packages/business-components/process-configuration/index.js +55 -60
  43. package/packages/business-components/process-configuration/index.js.gz +0 -0
  44. package/packages/business-components/process-configuration/src/index.vue.d.ts +2 -0
  45. package/packages/business-components/process-configuration/src/type.d.ts +3 -0
  46. package/packages/business-components/process-configuration/style.css +1 -1
  47. package/packages/business-components/process-configuration/style.css.gz +0 -0
  48. package/packages/business-components/process-form/index.js +1 -1
  49. package/packages/business-components/process-form/index.js.gz +0 -0
  50. package/packages/business-components/process-search-form/index.js +2 -2
  51. package/packages/business-components/process-search-form/index.js.gz +0 -0
  52. package/packages/business-components/urgent-panel/index.js +98 -98
  53. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  54. package/packages/components/autocomplete/index.js +23 -24
  55. package/packages/components/autocomplete/index.js.gz +0 -0
  56. package/packages/components/autocomplete/src/index.vue.d.ts +12 -7
  57. package/packages/components/autocomplete/style.css +1 -1
  58. package/packages/components/autocomplete/style.css.gz +0 -0
  59. package/packages/components/checkbox/index.js +149 -137
  60. package/packages/components/checkbox/index.js.gz +0 -0
  61. package/packages/components/checkbox/style.css +1 -1
  62. package/packages/components/checkbox/style.css.gz +0 -0
  63. package/packages/components/edit-table/index.d.ts +3 -3
  64. package/packages/components/edit-table/index.js +1254 -1251
  65. package/packages/components/edit-table/index.js.gz +0 -0
  66. package/packages/components/edit-table/src/index.vue.d.ts +1 -1
  67. package/packages/components/image-upload/index.js +1 -1
  68. package/packages/components/image-upload/index.js.gz +0 -0
  69. package/packages/components/image-viewer/index.js +77 -78
  70. package/packages/components/image-viewer/index.js.gz +0 -0
  71. package/packages/components/live-player/index.js +142 -142
  72. package/packages/components/live-player/index.js.gz +0 -0
  73. package/packages/components/map/index.js +34 -34
  74. package/packages/components/map/index.js.gz +0 -0
  75. package/packages/components/pagination/index.js +101 -98
  76. package/packages/components/pagination/index.js.gz +0 -0
  77. package/packages/components/pagination/style.css +1 -1
  78. package/packages/components/pagination/style.css.gz +0 -0
  79. package/packages/components/popover/index.d.ts +160 -2
  80. package/packages/components/popover/index.js +29 -27
  81. package/packages/components/popover/index.js.gz +0 -0
  82. package/packages/components/search/index.js +1 -1
  83. package/packages/components/search/index.js.gz +0 -0
  84. package/packages/components/search/style.css +1 -1
  85. package/packages/components/search/style.css.gz +0 -0
  86. package/packages/components/search-form/index.js +1 -1
  87. package/packages/components/search-form/index.js.gz +0 -0
  88. package/packages/components/select/index.js +257 -246
  89. package/packages/components/select/index.js.gz +0 -0
  90. package/packages/components/select/style.css +1 -1
  91. package/packages/components/select/style.css.gz +0 -0
  92. package/packages/components/table/index.js +945 -951
  93. package/packages/components/table/index.js.gz +0 -0
  94. package/packages/components/table/style.css +1 -1
  95. package/packages/components/table/style.css.gz +0 -0
  96. package/packages/components/tree/index.js +698 -701
  97. package/packages/components/tree/index.js.gz +0 -0
  98. package/packages/components/tree/src/App.vue.d.ts +8 -7
  99. package/packages/components/tree/src/hooks/use-lazy-tree.d.ts +2 -2
  100. package/packages/components/tree/src/type.d.ts +7 -4
  101. package/packages/components/tree-select/index.js +114 -113
  102. package/packages/components/tree-select/index.js.gz +0 -0
  103. package/packages/components/tree-select/src/App.vue.d.ts +19 -12
  104. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +18 -12
  105. package/packages/components/tree-select/src/type.d.ts +3 -2
  106. package/packages/components/tree-v2/i18n/index.d.ts +5 -0
  107. package/packages/components/tree-v2/index.js +150 -149
  108. package/packages/components/tree-v2/index.js.gz +0 -0
  109. package/packages/components/image-viewer/i18n/index.d.ts +0 -2
@@ -129,10 +129,10 @@ var Tt = { exports: {} };
129
129
  return f;
130
130
  });
131
131
  var U, B = (U = function(L, x) {
132
- return (U = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(C, F) {
133
- C.__proto__ = F;
134
- } || function(C, F) {
135
- for (var H in F) F.hasOwnProperty(H) && (C[H] = F[H]);
132
+ return (U = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(C, V) {
133
+ C.__proto__ = V;
134
+ } || function(C, V) {
135
+ for (var H in V) V.hasOwnProperty(H) && (C[H] = V[H]);
136
136
  })(L, x);
137
137
  }, function(L, x) {
138
138
  function C() {
@@ -232,11 +232,11 @@ var Tt = { exports: {} };
232
232
  }
233
233
  return y;
234
234
  }
235
- function F() {
235
+ function V() {
236
236
  if (!this.fired) return this.target.removeListener(this.type, this.wrapFn), this.fired = !0, arguments.length === 0 ? this.listener.call(this.target) : this.listener.apply(this.target, arguments);
237
237
  }
238
238
  function H(y, G, T) {
239
- var h = { fired: !1, wrapFn: void 0, target: y, type: G, listener: T }, _ = F.bind(h);
239
+ var h = { fired: !1, wrapFn: void 0, target: y, type: G, listener: T }, _ = V.bind(h);
240
240
  return _.listener = T, h.wrapFn = _, _;
241
241
  }
242
242
  function _e(y, G, T) {
@@ -297,8 +297,8 @@ var Tt = { exports: {} };
297
297
  if (P === void 0) return !1;
298
298
  if (typeof P == "function") m(P, this, G);
299
299
  else {
300
- var D = P.length, V = Y(P, D);
301
- for (T = 0; T < D; ++T) m(V[T], this, G);
300
+ var D = P.length, F = Y(P, D);
301
+ for (T = 0; T < D; ++T) m(F[T], this, G);
302
302
  }
303
303
  return !0;
304
304
  }, v.prototype.addListener = function(y, G) {
@@ -377,13 +377,13 @@ var Tt = { exports: {} };
377
377
  f.length !== 0 && (L.length > 0 && f[0].originalDts < L[L.length - 1].originalDts && this.clear(), Array.prototype.push.apply(L, f));
378
378
  }, v.prototype.getLastSyncPointBeforeDts = function(f) {
379
379
  if (this._list.length == 0) return null;
380
- var L = this._list, x = 0, C = L.length - 1, F = 0, H = 0, _e = C;
380
+ var L = this._list, x = 0, C = L.length - 1, V = 0, H = 0, _e = C;
381
381
  for (f < L[0].dts && (x = 0, H = _e + 1); H <= _e; ) {
382
- if ((F = H + Math.floor((_e - H) / 2)) === C || f >= L[F].dts && f < L[F + 1].dts) {
383
- x = F;
382
+ if ((V = H + Math.floor((_e - H) / 2)) === C || f >= L[V].dts && f < L[V + 1].dts) {
383
+ x = V;
384
384
  break;
385
385
  }
386
- L[F].dts < f ? H = F + 1 : _e = F - 1;
386
+ L[V].dts < f ? H = V + 1 : _e = V - 1;
387
387
  }
388
388
  return this._list[x];
389
389
  }, v;
@@ -402,21 +402,21 @@ var Tt = { exports: {} };
402
402
  }, v.prototype._searchNearestSegmentBefore = function(f) {
403
403
  var L = this._list;
404
404
  if (L.length === 0) return -2;
405
- var x = L.length - 1, C = 0, F = 0, H = x, _e = 0;
405
+ var x = L.length - 1, C = 0, V = 0, H = x, _e = 0;
406
406
  if (f < L[0].originalBeginDts) return _e = -1;
407
- for (; F <= H; ) {
408
- if ((C = F + Math.floor((H - F) / 2)) === x || f > L[C].lastSample.originalDts && f < L[C + 1].originalBeginDts) {
407
+ for (; V <= H; ) {
408
+ if ((C = V + Math.floor((H - V) / 2)) === x || f > L[C].lastSample.originalDts && f < L[C + 1].originalBeginDts) {
409
409
  _e = C;
410
410
  break;
411
411
  }
412
- L[C].originalBeginDts < f ? F = C + 1 : H = C - 1;
412
+ L[C].originalBeginDts < f ? V = C + 1 : H = C - 1;
413
413
  }
414
414
  return _e;
415
415
  }, v.prototype._searchNearestSegmentAfter = function(f) {
416
416
  return this._searchNearestSegmentBefore(f) + 1;
417
417
  }, v.prototype.append = function(f) {
418
- var L = this._list, x = f, C = this._lastAppendLocation, F = 0;
419
- C !== -1 && C < L.length && x.originalBeginDts >= L[C].lastSample.originalDts && (C === L.length - 1 || C < L.length - 1 && x.originalBeginDts < L[C + 1].originalBeginDts) ? F = C + 1 : L.length > 0 && (F = this._searchNearestSegmentBefore(x.originalBeginDts) + 1), this._lastAppendLocation = F, this._list.splice(F, 0, x);
418
+ var L = this._list, x = f, C = this._lastAppendLocation, V = 0;
419
+ C !== -1 && C < L.length && x.originalBeginDts >= L[C].lastSample.originalDts && (C === L.length - 1 || C < L.length - 1 && x.originalBeginDts < L[C + 1].originalBeginDts) ? V = C + 1 : L.length > 0 && (V = this._searchNearestSegmentBefore(x.originalBeginDts) + 1), this._lastAppendLocation = V, this._list.splice(V, 0, x);
420
420
  }, v.prototype.getLastSegmentBefore = function(f) {
421
421
  var L = this._searchNearestSegmentBefore(f);
422
422
  return L >= 0 ? this._list[L] : null;
@@ -547,7 +547,7 @@ var Tt = { exports: {} };
547
547
  t.push("�"), ++e;
548
548
  }
549
549
  return t.join("");
550
- }, C = O(3), F = (L = new ArrayBuffer(2), new DataView(L).setInt16(0, 256, !0), new Int16Array(L)[0] === 256), H = function() {
550
+ }, C = O(3), V = (L = new ArrayBuffer(2), new DataView(L).setInt16(0, 256, !0), new Int16Array(L)[0] === 256), H = function() {
551
551
  function n() {
552
552
  }
553
553
  return n.parseScriptData = function(t, i, e) {
@@ -567,15 +567,15 @@ var Tt = { exports: {} };
567
567
  return n.parseObject(t, i, e);
568
568
  }, n.parseString = function(t, i, e) {
569
569
  if (e < 2) throw new C.a("Data not enough when parse String");
570
- var a = new DataView(t, i, e).getUint16(0, !F);
570
+ var a = new DataView(t, i, e).getUint16(0, !V);
571
571
  return { data: a > 0 ? x(new Uint8Array(t, i + 2, a)) : "", size: 2 + a };
572
572
  }, n.parseLongString = function(t, i, e) {
573
573
  if (e < 4) throw new C.a("Data not enough when parse LongString");
574
- var a = new DataView(t, i, e).getUint32(0, !F);
574
+ var a = new DataView(t, i, e).getUint32(0, !V);
575
575
  return { data: a > 0 ? x(new Uint8Array(t, i + 4, a)) : "", size: 4 + a };
576
576
  }, n.parseDate = function(t, i, e) {
577
577
  if (e < 10) throw new C.a("Data size invalid when parse Date");
578
- var a = new DataView(t, i, e), s = a.getFloat64(0, !F), r = a.getInt16(8, !F);
578
+ var a = new DataView(t, i, e), s = a.getFloat64(0, !V), r = a.getInt16(8, !V);
579
579
  return { data: new Date(s += 60 * r * 1e3), size: 10 };
580
580
  }, n.parseValue = function(t, i, e) {
581
581
  if (e < 1) throw new C.a("Data not enough when parse Value");
@@ -583,7 +583,7 @@ var Tt = { exports: {} };
583
583
  try {
584
584
  switch (o) {
585
585
  case 0:
586
- a = s.getFloat64(1, !F), r += 8;
586
+ a = s.getFloat64(1, !V), r += 8;
587
587
  break;
588
588
  case 1:
589
589
  a = !!s.getUint8(1), r += 1;
@@ -595,27 +595,27 @@ var Tt = { exports: {} };
595
595
  case 3:
596
596
  a = {};
597
597
  var E = 0;
598
- for ((16777215 & s.getUint32(e - 4, !F)) == 9 && (E = 3); r < e - 4; ) {
598
+ for ((16777215 & s.getUint32(e - 4, !V)) == 9 && (E = 3); r < e - 4; ) {
599
599
  var A = n.parseObject(t, i + r, e - r - E);
600
600
  if (A.objectEnd) break;
601
601
  a[A.data.name] = A.data.value, r += A.size;
602
602
  }
603
- r <= e - 3 && (16777215 & s.getUint32(r - 1, !F)) === 9 && (r += 3);
603
+ r <= e - 3 && (16777215 & s.getUint32(r - 1, !V)) === 9 && (r += 3);
604
604
  break;
605
605
  case 8:
606
- for (a = {}, r += 4, E = 0, (16777215 & s.getUint32(e - 4, !F)) == 9 && (E = 3); r < e - 8; ) {
606
+ for (a = {}, r += 4, E = 0, (16777215 & s.getUint32(e - 4, !V)) == 9 && (E = 3); r < e - 8; ) {
607
607
  var S = n.parseVariable(t, i + r, e - r - E);
608
608
  if (S.objectEnd) break;
609
609
  a[S.data.name] = S.data.value, r += S.size;
610
610
  }
611
- r <= e - 3 && (16777215 & s.getUint32(r - 1, !F)) === 9 && (r += 3);
611
+ r <= e - 3 && (16777215 & s.getUint32(r - 1, !V)) === 9 && (r += 3);
612
612
  break;
613
613
  case 9:
614
614
  a = void 0, r = 1, p = !0;
615
615
  break;
616
616
  case 10:
617
617
  a = [];
618
- var w = s.getUint32(1, !F);
618
+ var w = s.getUint32(1, !V);
619
619
  r += 4;
620
620
  for (var I = 0; I < w; I++) {
621
621
  var z = n.parseValue(t, i + r, e - r);
@@ -720,13 +720,13 @@ var Tt = { exports: {} };
720
720
  Re = o.readBool(), ye = (ke = je) / (Ne = 2 * Ge);
721
721
  }
722
722
  }
723
- var Ve = 1;
724
- Ae === 1 && he === 1 || (Ve = Ae / he);
723
+ var Fe = 1;
724
+ Ae === 1 && he === 1 || (Fe = Ae / he);
725
725
  var Ce = 0, ge = 0;
726
726
  S === 0 ? (Ce = 1, ge = 2 - Q) : (Ce = S === 3 ? 1 : 2, ge = (S === 1 ? 2 : 1) * (2 - Q));
727
727
  var xe = 16 * (le + 1), Ue = 16 * (K + 1) * (2 - Q);
728
728
  xe -= (ce + te) * Ce, Ue -= (re + be) * ge;
729
- var Je = Math.ceil(xe * Ve);
729
+ var Je = Math.ceil(xe * Fe);
730
730
  return o.destroy(), o = null, { codec_mimetype: e, profile_idc: p, level_idc: g, profile_string: E, level_string: A, chroma_format_idc: S, bit_depth: I, bit_depth_luma: I, bit_depth_chroma: z, ref_frames: de, chroma_format: w, chroma_format_string: n.getChromaFormatString(w), frame_rate: { fixed: Re, fps: ye, fps_den: Ne, fps_num: ke }, sar_ratio: { width: Ae, height: he }, codec_size: { width: xe, height: Ue }, present_size: { width: Je, height: Ue } };
731
731
  }, n._skipScalingList = function(t, i) {
732
732
  for (var e = 8, a = 8, s = 0; s < i; s++) a !== 0 && (a = (e + t.readSEG() + 256) % 256), e = a === 0 ? e : a;
@@ -793,8 +793,8 @@ var Tt = { exports: {} };
793
793
  e.readBool(), e.readBool(), e.readBool() && (e.readByte(), e.readUEG(), e.readUEG(), e.readBool());
794
794
  var Ge = e.readUEG(), je = 0;
795
795
  for (te = 0; te < Ge; te++) {
796
- var Ve = !1;
797
- if (te !== 0 && (Ve = e.readBool()), Ve) {
796
+ var Fe = !1;
797
+ if (te !== 0 && (Fe = e.readBool()), Fe) {
798
798
  te === Ge && e.readUEG(), e.readBool(), e.readUEG();
799
799
  for (var Ce = 0, ge = 0; ge <= je; ge++) {
800
800
  var xe = e.readBool(), Ue = !1;
@@ -1275,7 +1275,7 @@ var Tt = { exports: {} };
1275
1275
  (function(n) {
1276
1276
  n[n.kMPEG1Audio = 3] = "kMPEG1Audio", n[n.kMPEG2Audio = 4] = "kMPEG2Audio", n[n.kPESPrivateData = 6] = "kPESPrivateData", n[n.kADTSAAC = 15] = "kADTSAAC", n[n.kLOASAAC = 17] = "kLOASAAC", n[n.kAC3 = 129] = "kAC3", n[n.kID3 = 21] = "kID3", n[n.kSCTE35 = 134] = "kSCTE35", n[n.kH264 = 27] = "kH264", n[n.kH265 = 36] = "kH265";
1277
1277
  })(_ || (_ = {}));
1278
- var D, V = function() {
1278
+ var D, F = function() {
1279
1279
  this.pid_stream_type = {}, this.common_pids = { h264: void 0, h265: void 0, adts_aac: void 0, loas_aac: void 0, opus: void 0, ac3: void 0, mp3: void 0 }, this.pes_private_data_pids = {}, this.timed_id3_pids = {}, this.scte_35_pids = {}, this.smpte2038_pids = {};
1280
1280
  }, ee = function() {
1281
1281
  }, pe = function() {
@@ -1607,7 +1607,7 @@ var Tt = { exports: {} };
1607
1607
  }(), Ut = function() {
1608
1608
  }, Nt = function() {
1609
1609
  }, Gt = function() {
1610
- }, Vt = [[64, 64, 80, 80, 96, 96, 112, 112, 128, 128, 160, 160, 192, 192, 224, 224, 256, 256, 320, 320, 384, 384, 448, 448, 512, 512, 640, 640, 768, 768, 896, 896, 1024, 1024, 1152, 1152, 1280, 1280], [69, 70, 87, 88, 104, 105, 121, 122, 139, 140, 174, 175, 208, 209, 243, 244, 278, 279, 348, 349, 417, 418, 487, 488, 557, 558, 696, 697, 835, 836, 975, 976, 1114, 1115, 1253, 1254, 1393, 1394], [96, 96, 120, 120, 144, 144, 168, 168, 192, 192, 240, 240, 288, 288, 336, 336, 384, 384, 480, 480, 576, 576, 672, 672, 768, 768, 960, 960, 1152, 1152, 1344, 1344, 1536, 1536, 1728, 1728, 1920, 1920]], Ft = function() {
1610
+ }, Ft = [[64, 64, 80, 80, 96, 96, 112, 112, 128, 128, 160, 160, 192, 192, 224, 224, 256, 256, 320, 320, 384, 384, 448, 448, 512, 512, 640, 640, 768, 768, 896, 896, 1024, 1024, 1152, 1152, 1280, 1280], [69, 70, 87, 88, 104, 105, 121, 122, 139, 140, 174, 175, 208, 209, 243, 244, 278, 279, 348, 349, 417, 418, 487, 488, 557, 558, 696, 697, 835, 836, 975, 976, 1114, 1115, 1253, 1254, 1393, 1394], [96, 96, 120, 120, 144, 144, 168, 168, 192, 192, 240, 240, 288, 288, 336, 336, 384, 384, 480, 480, 576, 576, 672, 672, 768, 768, 960, 960, 1152, 1152, 1344, 1344, 1536, 1536, 1728, 1728, 1920, 1920]], Vt = function() {
1611
1611
  function n(t) {
1612
1612
  this.TAG = "AC3Parser", this.data_ = t, this.current_syncword_offset_ = this.findNextSyncwordOffset(0), this.eof_flag_ && m.a.e(this.TAG, "Could not found AC3 syncword until payload end");
1613
1613
  }
@@ -1619,7 +1619,7 @@ var Tt = { exports: {} };
1619
1619
  }
1620
1620
  }, n.prototype.readNextAC3Frame = function() {
1621
1621
  for (var t = this.data_, i = null; i == null && !this.eof_flag_; ) {
1622
- var e = this.current_syncword_offset_, a = t[e + 4] >> 6, s = [48e3, 44200, 33e3][a], r = 63 & t[e + 4], o = 2 * Vt[a][r];
1622
+ var e = this.current_syncword_offset_, a = t[e + 4] >> 6, s = [48e3, 44200, 33e3][a], r = 63 & t[e + 4], o = 2 * Ft[a][r];
1623
1623
  if (e + o > this.data_.byteLength) {
1624
1624
  this.eof_flag_ = !0, this.has_last_incomplete_data = !0;
1625
1625
  break;
@@ -1654,8 +1654,8 @@ var Tt = { exports: {} };
1654
1654
  }
1655
1655
  n(t, i), t.prototype = i === null ? Object.create(i) : (e.prototype = i.prototype, new e());
1656
1656
  };
1657
- }(), Fe = function() {
1658
- return (Fe = Object.assign || function(n) {
1657
+ }(), Ve = function() {
1658
+ return (Ve = Object.assign || function(n) {
1659
1659
  for (var t, i = 1, e = arguments.length; i < e; i++) for (var a in t = arguments[i]) Object.prototype.hasOwnProperty.call(t, a) && (n[a] = t[a]);
1660
1660
  return n;
1661
1661
  }).apply(this, arguments);
@@ -1826,7 +1826,7 @@ var Tt = { exports: {} };
1826
1826
  var e = i[0];
1827
1827
  if (e === 2) {
1828
1828
  var a = (15 & i[1]) << 8 | i[2], s = i[3] << 8 | i[4], r = (62 & i[5]) >>> 1, o = 1 & i[5], p = i[6], g = (i[7], null);
1829
- if (o === 1 && p === 0) (g = new V()).program_number = s, g.version_number = r, this.program_pmt_map_[s] = g;
1829
+ if (o === 1 && p === 0) (g = new F()).program_number = s, g.version_number = r, this.program_pmt_map_[s] = g;
1830
1830
  else if ((g = this.program_pmt_map_[s]) == null) return;
1831
1831
  i[8], i[9];
1832
1832
  for (var E = (15 & i[10]) << 8 | i[11], A = 12 + E, S = a - 9 - E - 4, w = A; w < A + S; ) {
@@ -1892,9 +1892,9 @@ var Tt = { exports: {} };
1892
1892
  if (S.type === Ee.kSliceVPS) {
1893
1893
  if (!this.video_init_segment_dispatched_) {
1894
1894
  var w = ae.parseVPS(p.data);
1895
- this.video_metadata_.vps = S, this.video_metadata_.details = Fe(Fe({}, this.video_metadata_.details), w);
1895
+ this.video_metadata_.vps = S, this.video_metadata_.details = Ve(Ve({}, this.video_metadata_.details), w);
1896
1896
  }
1897
- } else S.type === Ee.kSliceSPS ? (w = ae.parseSPS(p.data), this.video_init_segment_dispatched_ ? this.detectVideoMetadataChange(S, w) === !0 && (m.a.v(this.TAG, "H265: Critical h265 metadata has been changed, attempt to re-generate InitSegment"), this.video_metadata_changed_ = !0, this.video_metadata_ = { vps: void 0, sps: S, pps: void 0, details: w }) : (this.video_metadata_.sps = S, this.video_metadata_.details = Fe(Fe({}, this.video_metadata_.details), w))) : S.type === Ee.kSlicePPS ? (!this.video_init_segment_dispatched_ || this.video_metadata_changed_) && (w = ae.parsePPS(p.data), this.video_metadata_.pps = S, this.video_metadata_.details = Fe(Fe({}, this.video_metadata_.details), w), this.video_metadata_.vps && this.video_metadata_.sps && this.video_metadata_.pps && (this.video_metadata_changed_ && this.dispatchVideoMediaSegment(), this.dispatchVideoInitSegment())) : S.type !== Ee.kSliceIDR_W_RADL && S.type !== Ee.kSliceIDR_N_LP && S.type !== Ee.kSliceCRA_NUT || (A = !0);
1897
+ } else S.type === Ee.kSliceSPS ? (w = ae.parseSPS(p.data), this.video_init_segment_dispatched_ ? this.detectVideoMetadataChange(S, w) === !0 && (m.a.v(this.TAG, "H265: Critical h265 metadata has been changed, attempt to re-generate InitSegment"), this.video_metadata_changed_ = !0, this.video_metadata_ = { vps: void 0, sps: S, pps: void 0, details: w }) : (this.video_metadata_.sps = S, this.video_metadata_.details = Ve(Ve({}, this.video_metadata_.details), w))) : S.type === Ee.kSlicePPS ? (!this.video_init_segment_dispatched_ || this.video_metadata_changed_) && (w = ae.parsePPS(p.data), this.video_metadata_.pps = S, this.video_metadata_.details = Ve(Ve({}, this.video_metadata_.details), w), this.video_metadata_.vps && this.video_metadata_.sps && this.video_metadata_.pps && (this.video_metadata_changed_ && this.dispatchVideoMediaSegment(), this.dispatchVideoInitSegment())) : S.type !== Ee.kSliceIDR_W_RADL && S.type !== Ee.kSliceIDR_N_LP && S.type !== Ee.kSliceCRA_NUT || (A = !0);
1898
1898
  this.video_init_segment_dispatched_ && (g.push(S), E += S.data.byteLength);
1899
1899
  }
1900
1900
  var I = Math.floor(e / this.timescale_), z = Math.floor(a / this.timescale_);
@@ -1990,7 +1990,7 @@ var Tt = { exports: {} };
1990
1990
  if (e == null && this.aac_last_sample_pts_ != null) a = 1536 / this.audio_metadata_.sampling_frequency * 1e3, s = this.aac_last_sample_pts_ + a;
1991
1991
  else if (e == null) return void m.a.w(this.TAG, "Opus: Unknown pts");
1992
1992
  }
1993
- for (var r, o = new Ft(i), p = null, g = s; (p = o.readNextAC3Frame()) != null; ) {
1993
+ for (var r, o = new Vt(i), p = null, g = s; (p = o.readNextAC3Frame()) != null; ) {
1994
1994
  a = 1536 / p.sampling_frequency * 1e3;
1995
1995
  var E = { codec: "ac-3", data: p };
1996
1996
  this.audio_init_segment_dispatched_ == 0 ? (this.audio_metadata_ = { codec: "ac-3", sampling_frequency: p.sampling_frequency, bit_stream_identification: p.bit_stream_identification, bit_stream_mode: p.bit_stream_mode, low_frequency_effects_channel_on: p.low_frequency_effects_channel_on, channel_mode: p.channel_mode }, this.dispatchAudioInitSegment(E)) : this.detectAudioMetadataChange(E) && (this.dispatchAudioMediaSegment(), this.dispatchAudioInitSegment(E)), r = g;
@@ -2403,8 +2403,8 @@ var Tt = { exports: {} };
2403
2403
  originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.round(r) + " ms, generate: " + Ne + " frames"), K = Math.floor(Re), ye = Math.floor(Re + p) - K, (ke = lt.getSilentFrame(this._audioMeta.originalCodec, this._audioMeta.channelCount)) == null && (m.a.w(this.TAG, "Unable to generate silent frame for " + this._audioMeta.originalCodec + " with " + this._audioMeta.channelCount + " channels, repeat last frame"), ke = re), he = [];
2404
2404
  for (var Pe = 0; Pe < Ne; Pe++) {
2405
2405
  Re += p;
2406
- var Ge = Math.floor(Re), je = Math.floor(Re + p) - Ge, Ve = { dts: Ge, pts: Ge, cts: 0, unit: ke, size: ke.byteLength, duration: je, originalDts: be, flags: { isLeading: 0, dependsOn: 1, isDependedOn: 0, hasRedundancy: 0 } };
2407
- he.push(Ve), I += Ve.size;
2406
+ var Ge = Math.floor(Re), je = Math.floor(Re + p) - Ge, Fe = { dts: Ge, pts: Ge, cts: 0, unit: ke, size: ke.byteLength, duration: je, originalDts: be, flags: { isLeading: 0, dependsOn: 1, isDependedOn: 0, hasRedundancy: 0 } };
2407
+ he.push(Fe), I += Fe.size;
2408
2408
  }
2409
2409
  this._audioNextDts = Re + p;
2410
2410
  } else K = Math.floor(Re), ye = Math.floor(Re + p) - K, this._audioNextDts = Re + p;
@@ -2649,13 +2649,13 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2649
2649
  this._dataSource = _, this._range = c;
2650
2650
  var P = _.url;
2651
2651
  this._config.reuseRedirectedURL && _.redirectedURL != null && (P = _.redirectedURL);
2652
- var D = this._seekHandler.getConfig(P, c), V = new self.Headers();
2652
+ var D = this._seekHandler.getConfig(P, c), F = new self.Headers();
2653
2653
  if (typeof D.headers == "object") {
2654
2654
  var ee = D.headers;
2655
- for (var pe in ee) ee.hasOwnProperty(pe) && V.append(pe, ee[pe]);
2655
+ for (var pe in ee) ee.hasOwnProperty(pe) && F.append(pe, ee[pe]);
2656
2656
  }
2657
- var ve = { method: "GET", headers: V, mode: "cors", cache: "default", referrerPolicy: "no-referrer-when-downgrade" };
2658
- if (typeof this._config.headers == "object") for (var pe in this._config.headers) V.append(pe, this._config.headers[pe]);
2657
+ var ve = { method: "GET", headers: F, mode: "cors", cache: "default", referrerPolicy: "no-referrer-when-downgrade" };
2658
+ if (typeof this._config.headers == "object") for (var pe in this._config.headers) F.append(pe, this._config.headers[pe]);
2659
2659
  _.cors === !1 && (ve.mode = "same-origin"), _.withCredentials && (ve.credentials = "include"), _.referrerPolicy && (ve.referrerPolicy = _.referrerPolicy), self.AbortController && (this._abortController = new self.AbortController(), ve.signal = this._abortController.signal), this._status = b.c.kConnecting, self.fetch(D.url, ve).then(function(k) {
2660
2660
  if (u._requestAbort) return u._status = b.c.kIdle, void k.body.cancel();
2661
2661
  if (k.ok && k.status >= 200 && k.status <= 299) {
@@ -2692,8 +2692,8 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2692
2692
  if (c._abortController && c._abortController.signal.aborted) return void (c._status = b.c.kComplete);
2693
2693
  if (c._requestAbort === !0) return c._status = b.c.kComplete, _.cancel();
2694
2694
  c._status = b.c.kBuffering;
2695
- var V = u.value.buffer, ee = c._range.from + c._receivedLength;
2696
- c._receivedLength += V.byteLength, c._onDataArrival && c._onDataArrival(V, ee, c._receivedLength), c._pump(_);
2695
+ var F = u.value.buffer, ee = c._range.from + c._receivedLength;
2696
+ c._receivedLength += F.byteLength, c._onDataArrival && c._onDataArrival(F, ee, c._receivedLength), c._pump(_);
2697
2697
  }
2698
2698
  }).catch(function(u) {
2699
2699
  if (c._abortController && c._abortController.signal.aborted) c._status = b.c.kComplete;
@@ -2719,7 +2719,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2719
2719
  }
2720
2720
  T(h, _), h.prototype = _ === null ? Object.create(_) : (c.prototype = _.prototype, new c());
2721
2721
  };
2722
- }(), F = function(T) {
2722
+ }(), V = function(T) {
2723
2723
  function h(_, c) {
2724
2724
  var u = T.call(this, "xhr-moz-chunked-loader") || this;
2725
2725
  return u.TAG = "MozChunkedLoader", u._seekHandler = _, u._config = c, u._needStash = !0, u._xhr = null, u._requestAbort = !1, u._contentLength = null, u._receivedLength = 0, u;
@@ -2741,12 +2741,12 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2741
2741
  this._requestURL = P.url;
2742
2742
  var D = this._xhr = new XMLHttpRequest();
2743
2743
  if (D.open("GET", P.url, !0), D.responseType = "moz-chunked-arraybuffer", D.onreadystatechange = this._onReadyStateChange.bind(this), D.onprogress = this._onProgress.bind(this), D.onloadend = this._onLoadEnd.bind(this), D.onerror = this._onXhrError.bind(this), _.withCredentials && (D.withCredentials = !0), typeof P.headers == "object") {
2744
- var V = P.headers;
2745
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2744
+ var F = P.headers;
2745
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2746
2746
  }
2747
2747
  if (typeof this._config.headers == "object") {
2748
- V = this._config.headers;
2749
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2748
+ F = this._config.headers;
2749
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2750
2750
  }
2751
2751
  this._status = b.c.kConnecting, D.send();
2752
2752
  }, h.prototype.abort = function() {
@@ -2822,12 +2822,12 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2822
2822
  this._currentRequestURL = P.url;
2823
2823
  var D = this._xhr = new XMLHttpRequest();
2824
2824
  if (D.open("GET", P.url, !0), D.responseType = "arraybuffer", D.onreadystatechange = this._onReadyStateChange.bind(this), D.onprogress = this._onProgress.bind(this), D.onload = this._onLoad.bind(this), D.onerror = this._onXhrError.bind(this), _.withCredentials && (D.withCredentials = !0), typeof P.headers == "object") {
2825
- var V = P.headers;
2826
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2825
+ var F = P.headers;
2826
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2827
2827
  }
2828
2828
  if (typeof this._config.headers == "object") {
2829
- V = this._config.headers;
2830
- for (var ee in V) V.hasOwnProperty(ee) && D.setRequestHeader(ee, V[ee]);
2829
+ F = this._config.headers;
2830
+ for (var ee in F) F.hasOwnProperty(ee) && D.setRequestHeader(ee, F[ee]);
2831
2831
  }
2832
2832
  D.send();
2833
2833
  }, h.prototype.abort = function() {
@@ -2865,11 +2865,11 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2865
2865
  this._lastTimeLoaded = _.loaded, this._speedSampler.addBytes(P);
2866
2866
  }
2867
2867
  }, h.prototype._normalizeSpeed = function(_) {
2868
- var c = this._chunkSizeKBList, u = c.length - 1, P = 0, D = 0, V = u;
2868
+ var c = this._chunkSizeKBList, u = c.length - 1, P = 0, D = 0, F = u;
2869
2869
  if (_ < c[0]) return c[0];
2870
- for (; D <= V; ) {
2871
- if ((P = D + Math.floor((V - D) / 2)) === u || _ >= c[P] && _ < c[P + 1]) return c[P];
2872
- c[P] < _ ? D = P + 1 : V = P - 1;
2870
+ for (; D <= F; ) {
2871
+ if ((P = D + Math.floor((F - D) / 2)) === u || _ >= c[P] && _ < c[P + 1]) return c[P];
2872
+ c[P] < _ ? D = P + 1 : F = P - 1;
2873
2873
  }
2874
2874
  }, h.prototype._onLoad = function(_) {
2875
2875
  if (this._status !== b.c.kError) if (this._waitForTotalLength) this._waitForTotalLength = !1;
@@ -2882,8 +2882,8 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2882
2882
  }
2883
2883
  var P = _.target.response, D = this._range.from + this._receivedLength;
2884
2884
  this._receivedLength += P.byteLength;
2885
- var V = !1;
2886
- this._contentLength != null && this._receivedLength < this._contentLength ? this._openSubRange() : V = !0, this._onDataArrival && this._onDataArrival(P, D, this._receivedLength), V && (this._status = b.c.kComplete, this._onComplete && this._onComplete(this._range.from, this._range.from + this._receivedLength - 1));
2885
+ var F = !1;
2886
+ this._contentLength != null && this._receivedLength < this._contentLength ? this._openSubRange() : F = !0, this._onDataArrival && this._onDataArrival(P, D, this._receivedLength), F && (this._status = b.c.kComplete, this._onComplete && this._onComplete(this._range.from, this._range.from + this._receivedLength - 1));
2887
2887
  }
2888
2888
  }, h.prototype._onXhrError = function(_) {
2889
2889
  this._status = b.c.kError;
@@ -2987,9 +2987,9 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
2987
2987
  var _ = h.split("?")[0], c = void 0, u = h.indexOf("?");
2988
2988
  u !== -1 && (c = h.substring(u + 1));
2989
2989
  var P = "";
2990
- if (c != null && c.length > 0) for (var D = c.split("&"), V = 0; V < D.length; V++) {
2991
- var ee = D[V].split("="), pe = V > 0;
2992
- ee[0] !== this._startName && ee[0] !== this._endName && (pe && (P += "&"), P += D[V]);
2990
+ if (c != null && c.length > 0) for (var D = c.split("&"), F = 0; F < D.length; F++) {
2991
+ var ee = D[F].split("="), pe = F > 0;
2992
+ ee[0] !== this._startName && ee[0] !== this._endName && (pe && (P += "&"), P += D[F]);
2993
2993
  }
2994
2994
  return P.length === 0 ? _ : _ + "?" + P;
2995
2995
  }, T;
@@ -3058,7 +3058,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3058
3058
  if (this._config.customLoader != null) this._loaderClass = this._config.customLoader;
3059
3059
  else if (this._isWebSocketURL) this._loaderClass = Y;
3060
3060
  else if (x.isSupported()) this._loaderClass = x;
3061
- else if (F.isSupported()) this._loaderClass = F;
3061
+ else if (V.isSupported()) this._loaderClass = V;
3062
3062
  else {
3063
3063
  if (!_e.isSupported()) throw new f.d("Your browser doesn't support xhr with arraybuffer responseType!");
3064
3064
  this._loaderClass = _e;
@@ -3129,10 +3129,10 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3129
3129
  var D = this._stashBuffer.slice(0, this._stashUsed);
3130
3130
  (pe = this._dispatchChunks(D, this._stashByteStart)) < D.byteLength ? pe > 0 && (ve = new Uint8Array(D, pe), ee.set(ve, 0), this._stashUsed = ve.byteLength, this._stashByteStart += pe) : (this._stashUsed = 0, this._stashByteStart += pe), this._stashUsed + h.byteLength > this._bufferSize && (this._expandBuffer(this._stashUsed + h.byteLength), ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)), ee.set(new Uint8Array(h), this._stashUsed), this._stashUsed += h.byteLength;
3131
3131
  } else
3132
- (pe = this._dispatchChunks(h, _)) < h.byteLength && ((V = h.byteLength - pe) > this._bufferSize && (this._expandBuffer(V), ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)), ee.set(new Uint8Array(h, pe), 0), this._stashUsed += V, this._stashByteStart = _ + pe);
3132
+ (pe = this._dispatchChunks(h, _)) < h.byteLength && ((F = h.byteLength - pe) > this._bufferSize && (this._expandBuffer(F), ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)), ee.set(new Uint8Array(h, pe), 0), this._stashUsed += F, this._stashByteStart = _ + pe);
3133
3133
  else if (this._stashUsed === 0) {
3134
- var V;
3135
- (pe = this._dispatchChunks(h, _)) < h.byteLength && ((V = h.byteLength - pe) > this._bufferSize && this._expandBuffer(V), (ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)).set(new Uint8Array(h, pe), 0), this._stashUsed += V, this._stashByteStart = _ + pe);
3134
+ var F;
3135
+ (pe = this._dispatchChunks(h, _)) < h.byteLength && ((F = h.byteLength - pe) > this._bufferSize && this._expandBuffer(F), (ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)).set(new Uint8Array(h, pe), 0), this._stashUsed += F, this._stashByteStart = _ + pe);
3136
3136
  } else {
3137
3137
  var ee, pe;
3138
3138
  if (this._stashUsed + h.byteLength > this._bufferSize && this._expandBuffer(this._stashUsed + h.byteLength), (ee = new Uint8Array(this._stashBuffer, 0, this._bufferSize)).set(new Uint8Array(h), this._stashUsed), this._stashUsed += h.byteLength, (pe = this._dispatchChunks(this._stashBuffer.slice(0, this._stashUsed), this._stashByteStart)) < this._stashUsed && pe > 0) {
@@ -3202,24 +3202,24 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3202
3202
  var f = {};
3203
3203
  function L(C) {
3204
3204
  if (f[C]) return f[C].exports;
3205
- var F = f[C] = { i: C, l: !1, exports: {} };
3206
- return v[C].call(F.exports, F, F.exports, L), F.l = !0, F.exports;
3205
+ var V = f[C] = { i: C, l: !1, exports: {} };
3206
+ return v[C].call(V.exports, V, V.exports, L), V.l = !0, V.exports;
3207
3207
  }
3208
3208
  L.m = v, L.c = f, L.i = function(C) {
3209
3209
  return C;
3210
- }, L.d = function(C, F, H) {
3211
- L.o(C, F) || Object.defineProperty(C, F, { configurable: !1, enumerable: !0, get: H });
3210
+ }, L.d = function(C, V, H) {
3211
+ L.o(C, V) || Object.defineProperty(C, V, { configurable: !1, enumerable: !0, get: H });
3212
3212
  }, L.r = function(C) {
3213
3213
  Object.defineProperty(C, "__esModule", { value: !0 });
3214
3214
  }, L.n = function(C) {
3215
- var F = C && C.__esModule ? function() {
3215
+ var V = C && C.__esModule ? function() {
3216
3216
  return C.default;
3217
3217
  } : function() {
3218
3218
  return C;
3219
3219
  };
3220
- return L.d(F, "a", F), F;
3221
- }, L.o = function(C, F) {
3222
- return Object.prototype.hasOwnProperty.call(C, F);
3220
+ return L.d(V, "a", V), V;
3221
+ }, L.o = function(C, V) {
3222
+ return Object.prototype.hasOwnProperty.call(C, V);
3223
3223
  }, L.p = "/", L.oe = function(C) {
3224
3224
  throw C;
3225
3225
  };
@@ -3232,9 +3232,9 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3232
3232
  function m(v, f, L) {
3233
3233
  var x = {};
3234
3234
  x[L] = [];
3235
- var C = f.toString(), F = C.match(/^function\s?\w*\(\w+,\s*\w+,\s*(\w+)\)/);
3236
- if (!F) return x;
3237
- for (var H, _e = F[1], se = new RegExp("(\\\\n|\\W)" + B(_e) + "\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)", "g"); H = se.exec(C); ) H[3] !== "dll-reference" && x[L].push(H[3]);
3235
+ var C = f.toString(), V = C.match(/^function\s?\w*\(\w+,\s*\w+,\s*(\w+)\)/);
3236
+ if (!V) return x;
3237
+ for (var H, _e = V[1], se = new RegExp("(\\\\n|\\W)" + B(_e) + "\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)", "g"); H = se.exec(C); ) H[3] !== "dll-reference" && x[L].push(H[3]);
3238
3238
  for (se = new RegExp("\\(" + B(_e) + '\\("(dll-reference\\s([\\.|\\-|\\+|\\w|/|@]+))"\\)\\)\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)', "g"); H = se.exec(C); ) v[H[2]] || (x[L].push(H[1]), v[H[2]] = O(H[1]).m), x[H[2]] = x[H[2]] || [], x[H[2]].push(H[4]);
3239
3239
  for (var Y, ae = Object.keys(x), y = 0; y < ae.length; y++) for (var G = 0; G < x[ae[y]].length; G++) Y = x[ae[y]][G], isNaN(1 * Y) || (x[ae[y]][G] = 1 * x[ae[y]][G]);
3240
3240
  return x;
@@ -3267,9 +3267,9 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3267
3267
  }), C = C + "new ((" + U.toString().replace("ENTRY_MODULE", JSON.stringify(v)) + ")({" + x.main.map(function(se) {
3268
3268
  return JSON.stringify(se) + ": " + L.main[se].toString();
3269
3269
  }).join(",") + "}))(self);";
3270
- var F = new window.Blob([C], { type: "text/javascript" });
3271
- if (f.bare) return F;
3272
- var H = (window.URL || window.webkitURL || window.mozURL || window.msURL).createObjectURL(F), _e = new window.Worker(H);
3270
+ var V = new window.Blob([C], { type: "text/javascript" });
3271
+ if (f.bare) return V;
3272
+ var H = (window.URL || window.webkitURL || window.mozURL || window.msURL).createObjectURL(V), _e = new window.Worker(H);
3273
3273
  return _e.objectURL = H, _e;
3274
3274
  };
3275
3275
  }, function(fe, Z, O) {
@@ -3292,7 +3292,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3292
3292
  return Object.prototype.toString.call(M) === "[object Array]";
3293
3293
  }, f = 0, L = void 0, x = void 0, C = function(M, j) {
3294
3294
  y[f] = M, y[f + 1] = j, (f += 2) === 2 && (x ? x(G) : u());
3295
- }, F = typeof window < "u" ? window : void 0, H = F || {}, _e = H.MutationObserver || H.WebKitMutationObserver, se = typeof self > "u" && U !== void 0 && {}.toString.call(U) === "[object process]", Y = typeof Uint8ClampedArray < "u" && typeof importScripts < "u" && typeof MessageChannel < "u";
3295
+ }, V = typeof window < "u" ? window : void 0, H = V || {}, _e = H.MutationObserver || H.WebKitMutationObserver, se = typeof self > "u" && U !== void 0 && {}.toString.call(U) === "[object process]", Y = typeof Uint8ClampedArray < "u" && typeof importScripts < "u" && typeof MessageChannel < "u";
3296
3296
  function ae() {
3297
3297
  var M = setTimeout;
3298
3298
  return function() {
@@ -3307,7 +3307,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3307
3307
  var T, h, _, c, u = void 0;
3308
3308
  function P(M, j) {
3309
3309
  var $ = this, ie = new this.constructor(ee);
3310
- ie[V] === void 0 && Se(ie);
3310
+ ie[F] === void 0 && Se(ie);
3311
3311
  var ne = $._state;
3312
3312
  if (ne) {
3313
3313
  var ue = arguments[ne - 1];
@@ -3328,7 +3328,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3328
3328
  c.data = h = ++h % 2;
3329
3329
  }) : Y ? ((T = new MessageChannel()).port1.onmessage = G, u = function() {
3330
3330
  return T.port2.postMessage(0);
3331
- }) : u = F === void 0 ? function() {
3331
+ }) : u = V === void 0 ? function() {
3332
3332
  try {
3333
3333
  var M = Function("return this")().require("vertx");
3334
3334
  return (L = M.runOnLoop || M.runOnContext) !== void 0 ? function() {
@@ -3338,7 +3338,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3338
3338
  return ae();
3339
3339
  }
3340
3340
  }() : ae();
3341
- var V = Math.random().toString(36).substring(2);
3341
+ var F = Math.random().toString(36).substring(2);
3342
3342
  function ee() {
3343
3343
  }
3344
3344
  function pe(M, j, $) {
@@ -3413,11 +3413,11 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3413
3413
  }
3414
3414
  var me = 0;
3415
3415
  function Se(M) {
3416
- M[V] = me++, M._state = void 0, M._result = void 0, M._subscribers = [];
3416
+ M[F] = me++, M._state = void 0, M._result = void 0, M._subscribers = [];
3417
3417
  }
3418
3418
  var De = function() {
3419
3419
  function M(j, $) {
3420
- this._instanceConstructor = j, this.promise = new j(ee), this.promise[V] || Se(this.promise), v($) ? (this.length = $.length, this._remaining = $.length, this._result = new Array(this.length), this.length === 0 ? d(this.promise, this._result) : (this.length = this.length || 0, this._enumerate($), this._remaining === 0 && d(this.promise, this._result))) : l(this.promise, new Error("Array Methods must be provided an Array"));
3420
+ this._instanceConstructor = j, this.promise = new j(ee), this.promise[F] || Se(this.promise), v($) ? (this.length = $.length, this._remaining = $.length, this._result = new Array(this.length), this.length === 0 ? d(this.promise, this._result) : (this.length = this.length || 0, this._enumerate($), this._remaining === 0 && d(this.promise, this._result))) : l(this.promise, new Error("Array Methods must be provided an Array"));
3421
3421
  }
3422
3422
  return M.prototype._enumerate = function(j) {
3423
3423
  for (var $ = 0; this._state === void 0 && $ < j.length; $++) this._eachEntry(j[$], $);
@@ -3452,7 +3452,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3452
3452
  }, M;
3453
3453
  }(), Te = function() {
3454
3454
  function M(j) {
3455
- this[V] = me++, this._result = this._state = void 0, this._subscribers = [], ee !== j && (typeof j != "function" && function() {
3455
+ this[F] = me++, this._result = this._state = void 0, this._subscribers = [], ee !== j && (typeof j != "function" && function() {
3456
3456
  throw new TypeError("You must pass a resolver function as the first argument to the promise constructor");
3457
3457
  }(), this instanceof M ? function($, ie) {
3458
3458
  try {
@@ -3555,12 +3555,12 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3555
3555
  }
3556
3556
  })();
3557
3557
  var f, L = [], x = !1, C = -1;
3558
- function F() {
3558
+ function V() {
3559
3559
  x && f && (x = !1, f.length ? L = f.concat(L) : C = -1, L.length && H());
3560
3560
  }
3561
3561
  function H() {
3562
3562
  if (!x) {
3563
- var Y = v(F);
3563
+ var Y = v(V);
3564
3564
  x = !0;
3565
3565
  for (var ae = L.length; ae; ) {
3566
3566
  for (f = L, L = []; ++C < ae; ) f && f[C].run();
@@ -3618,18 +3618,18 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3618
3618
  O.r(Z);
3619
3619
  var U = O(9), B = O(12), m = O(10), b = O(1);
3620
3620
  Z.default = function(v) {
3621
- var f = null, L = (function(D, V) {
3622
- v.postMessage({ msg: "logcat_callback", data: { type: D, logcat: V } });
3621
+ var f = null, L = (function(D, F) {
3622
+ v.postMessage({ msg: "logcat_callback", data: { type: D, logcat: F } });
3623
3623
  }).bind(this);
3624
- function x(D, V) {
3625
- var ee = { msg: b.a.INIT_SEGMENT, data: { type: D, data: V } };
3626
- v.postMessage(ee, [V.data]);
3624
+ function x(D, F) {
3625
+ var ee = { msg: b.a.INIT_SEGMENT, data: { type: D, data: F } };
3626
+ v.postMessage(ee, [F.data]);
3627
3627
  }
3628
- function C(D, V) {
3629
- var ee = { msg: b.a.MEDIA_SEGMENT, data: { type: D, data: V } };
3630
- v.postMessage(ee, [V.data]);
3628
+ function C(D, F) {
3629
+ var ee = { msg: b.a.MEDIA_SEGMENT, data: { type: D, data: F } };
3630
+ v.postMessage(ee, [F.data]);
3631
3631
  }
3632
- function F() {
3632
+ function V() {
3633
3633
  var D = { msg: b.a.LOADING_COMPLETE };
3634
3634
  v.postMessage(D);
3635
3635
  }
@@ -3638,46 +3638,46 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3638
3638
  v.postMessage(D);
3639
3639
  }
3640
3640
  function _e(D) {
3641
- var V = { msg: b.a.MEDIA_INFO, data: D };
3642
- v.postMessage(V);
3641
+ var F = { msg: b.a.MEDIA_INFO, data: D };
3642
+ v.postMessage(F);
3643
3643
  }
3644
3644
  function se(D) {
3645
- var V = { msg: b.a.METADATA_ARRIVED, data: D };
3646
- v.postMessage(V);
3645
+ var F = { msg: b.a.METADATA_ARRIVED, data: D };
3646
+ v.postMessage(F);
3647
3647
  }
3648
3648
  function Y(D) {
3649
- var V = { msg: b.a.SCRIPTDATA_ARRIVED, data: D };
3650
- v.postMessage(V);
3649
+ var F = { msg: b.a.SCRIPTDATA_ARRIVED, data: D };
3650
+ v.postMessage(F);
3651
3651
  }
3652
3652
  function ae(D) {
3653
- var V = { msg: b.a.TIMED_ID3_METADATA_ARRIVED, data: D };
3654
- v.postMessage(V);
3653
+ var F = { msg: b.a.TIMED_ID3_METADATA_ARRIVED, data: D };
3654
+ v.postMessage(F);
3655
3655
  }
3656
3656
  function y(D) {
3657
- var V = { msg: b.a.SMPTE2038_METADATA_ARRIVED, data: D };
3658
- v.postMessage(V);
3657
+ var F = { msg: b.a.SMPTE2038_METADATA_ARRIVED, data: D };
3658
+ v.postMessage(F);
3659
3659
  }
3660
3660
  function G(D) {
3661
- var V = { msg: b.a.SCTE35_METADATA_ARRIVED, data: D };
3662
- v.postMessage(V);
3661
+ var F = { msg: b.a.SCTE35_METADATA_ARRIVED, data: D };
3662
+ v.postMessage(F);
3663
3663
  }
3664
3664
  function T(D) {
3665
- var V = { msg: b.a.PES_PRIVATE_DATA_DESCRIPTOR, data: D };
3666
- v.postMessage(V);
3665
+ var F = { msg: b.a.PES_PRIVATE_DATA_DESCRIPTOR, data: D };
3666
+ v.postMessage(F);
3667
3667
  }
3668
3668
  function h(D) {
3669
- var V = { msg: b.a.PES_PRIVATE_DATA_ARRIVED, data: D };
3670
- v.postMessage(V);
3669
+ var F = { msg: b.a.PES_PRIVATE_DATA_ARRIVED, data: D };
3670
+ v.postMessage(F);
3671
3671
  }
3672
3672
  function _(D) {
3673
- var V = { msg: b.a.STATISTICS_INFO, data: D };
3674
- v.postMessage(V);
3673
+ var F = { msg: b.a.STATISTICS_INFO, data: D };
3674
+ v.postMessage(F);
3675
3675
  }
3676
- function c(D, V) {
3677
- v.postMessage({ msg: b.a.IO_ERROR, data: { type: D, info: V } });
3676
+ function c(D, F) {
3677
+ v.postMessage({ msg: b.a.IO_ERROR, data: { type: D, info: F } });
3678
3678
  }
3679
- function u(D, V) {
3680
- v.postMessage({ msg: b.a.DEMUX_ERROR, data: { type: D, info: V } });
3679
+ function u(D, F) {
3680
+ v.postMessage({ msg: b.a.DEMUX_ERROR, data: { type: D, info: F } });
3681
3681
  }
3682
3682
  function P(D) {
3683
3683
  v.postMessage({ msg: b.a.RECOMMEND_SEEKPOINT, data: D });
@@ -3685,7 +3685,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3685
3685
  B.a.install(), v.addEventListener("message", function(D) {
3686
3686
  switch (D.data.cmd) {
3687
3687
  case "init":
3688
- (f = new m.a(D.data.param[0], D.data.param[1])).on(b.a.IO_ERROR, c.bind(this)), f.on(b.a.DEMUX_ERROR, u.bind(this)), f.on(b.a.INIT_SEGMENT, x.bind(this)), f.on(b.a.MEDIA_SEGMENT, C.bind(this)), f.on(b.a.LOADING_COMPLETE, F.bind(this)), f.on(b.a.RECOVERED_EARLY_EOF, H.bind(this)), f.on(b.a.MEDIA_INFO, _e.bind(this)), f.on(b.a.METADATA_ARRIVED, se.bind(this)), f.on(b.a.SCRIPTDATA_ARRIVED, Y.bind(this)), f.on(b.a.TIMED_ID3_METADATA_ARRIVED, ae.bind(this)), f.on(b.a.SMPTE2038_METADATA_ARRIVED, y.bind(this)), f.on(b.a.SCTE35_METADATA_ARRIVED, G.bind(this)), f.on(b.a.PES_PRIVATE_DATA_DESCRIPTOR, T.bind(this)), f.on(b.a.PES_PRIVATE_DATA_ARRIVED, h.bind(this)), f.on(b.a.STATISTICS_INFO, _.bind(this)), f.on(b.a.RECOMMEND_SEEKPOINT, P.bind(this));
3688
+ (f = new m.a(D.data.param[0], D.data.param[1])).on(b.a.IO_ERROR, c.bind(this)), f.on(b.a.DEMUX_ERROR, u.bind(this)), f.on(b.a.INIT_SEGMENT, x.bind(this)), f.on(b.a.MEDIA_SEGMENT, C.bind(this)), f.on(b.a.LOADING_COMPLETE, V.bind(this)), f.on(b.a.RECOVERED_EARLY_EOF, H.bind(this)), f.on(b.a.MEDIA_INFO, _e.bind(this)), f.on(b.a.METADATA_ARRIVED, se.bind(this)), f.on(b.a.SCRIPTDATA_ARRIVED, Y.bind(this)), f.on(b.a.TIMED_ID3_METADATA_ARRIVED, ae.bind(this)), f.on(b.a.SMPTE2038_METADATA_ARRIVED, y.bind(this)), f.on(b.a.SCTE35_METADATA_ARRIVED, G.bind(this)), f.on(b.a.PES_PRIVATE_DATA_DESCRIPTOR, T.bind(this)), f.on(b.a.PES_PRIVATE_DATA_ARRIVED, h.bind(this)), f.on(b.a.STATISTICS_INFO, _.bind(this)), f.on(b.a.RECOMMEND_SEEKPOINT, P.bind(this));
3689
3689
  break;
3690
3690
  case "destroy":
3691
3691
  f && (f.destroy(), f = null), v.postMessage({ msg: "destroyed" });
@@ -3706,8 +3706,8 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3706
3706
  f.resume();
3707
3707
  break;
3708
3708
  case "logging_config":
3709
- var V = D.data.param;
3710
- U.a.applyConfig(V), V.enableCallback === !0 ? U.a.addLogListener(L) : U.a.removeLogListener(L);
3709
+ var F = D.data.param;
3710
+ U.a.applyConfig(F), F.enableCallback === !0 ? U.a.addLogListener(L) : U.a.removeLogListener(L);
3711
3711
  }
3712
3712
  });
3713
3713
  };
@@ -3738,7 +3738,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3738
3738
  var d = { msePlayback: !1, mseLivePlayback: !1, mseH265Playback: !1, networkStreamIO: !1, networkLoaderName: "", nativeMP4H264Playback: !1, nativeMP4H265Playback: !1, nativeWebmVP8Playback: !1, nativeWebmVP9Playback: !1 };
3739
3739
  return d.msePlayback = k.supportMSEH264Playback(), d.networkStreamIO = k.supportNetworkStreamIO(), d.networkLoaderName = k.getNetworkLoaderTypeName(), d.mseLivePlayback = d.msePlayback && d.networkStreamIO, d.mseH265Playback = k.supportMSEH265Playback(), d.nativeMP4H264Playback = k.supportNativeMediaPlayback('video/mp4; codecs="avc1.42001E, mp4a.40.2"'), d.nativeMP4H265Playback = k.supportNativeMediaPlayback('video/mp4; codecs="hvc1.1.6.L93.B0"'), d.nativeWebmVP8Playback = k.supportNativeMediaPlayback('video/webm; codecs="vp8.0, vorbis"'), d.nativeWebmVP9Playback = k.supportNativeMediaPlayback('video/webm; codecs="vp9"'), d;
3740
3740
  }, k;
3741
- }(), f = O(2), L = O(6), x = O.n(L), C = O(0), F = O(4), H = { ERROR: "error", LOADING_COMPLETE: "loading_complete", RECOVERED_EARLY_EOF: "recovered_early_eof", MEDIA_INFO: "media_info", METADATA_ARRIVED: "metadata_arrived", SCRIPTDATA_ARRIVED: "scriptdata_arrived", TIMED_ID3_METADATA_ARRIVED: "timed_id3_metadata_arrived", SMPTE2038_METADATA_ARRIVED: "smpte2038_metadata_arrived", SCTE35_METADATA_ARRIVED: "scte35_metadata_arrived", PES_PRIVATE_DATA_DESCRIPTOR: "pes_private_data_descriptor", PES_PRIVATE_DATA_ARRIVED: "pes_private_data_arrived", STATISTICS_INFO: "statistics_info" }, _e = O(13), se = O.n(_e), Y = O(9), ae = O(10), y = O(1), G = O(8), T = function() {
3741
+ }(), f = O(2), L = O(6), x = O.n(L), C = O(0), V = O(4), H = { ERROR: "error", LOADING_COMPLETE: "loading_complete", RECOVERED_EARLY_EOF: "recovered_early_eof", MEDIA_INFO: "media_info", METADATA_ARRIVED: "metadata_arrived", SCRIPTDATA_ARRIVED: "scriptdata_arrived", TIMED_ID3_METADATA_ARRIVED: "timed_id3_metadata_arrived", SMPTE2038_METADATA_ARRIVED: "smpte2038_metadata_arrived", SCTE35_METADATA_ARRIVED: "scte35_metadata_arrived", PES_PRIVATE_DATA_DESCRIPTOR: "pes_private_data_descriptor", PES_PRIVATE_DATA_ARRIVED: "pes_private_data_arrived", STATISTICS_INFO: "statistics_info" }, _e = O(13), se = O.n(_e), Y = O(9), ae = O(10), y = O(1), G = O(8), T = function() {
3742
3742
  function k(d, l) {
3743
3743
  if (this.TAG = "Transmuxer", this._emitter = new x.a(), l.enableWorker && typeof Worker < "u") try {
3744
3744
  this._worker = se()(18), this._workerDestroying = !1, this._worker.addEventListener("message", this._onWorkerMessage.bind(this)), this._worker.postMessage({ cmd: "init", param: [d, l] }), this.e = { onLoggingConfigChanged: this._onLoggingConfigChanged.bind(this) }, Y.a.registerListener(this.e.onLoggingConfigChanged), this._worker.postMessage({ cmd: "logging_config", param: Y.a.getConfig() });
@@ -3946,7 +3946,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3946
3946
  }
3947
3947
  this._mimeTypes[R.type] = X;
3948
3948
  }
3949
- l || this._pendingSegments[R.type].push(R), oe || this._sourceBuffers[R.type] && !this._sourceBuffers[R.type].updating && this._doAppendSegments(), F.a.safari && R.container === "audio/mpeg" && R.mediaDuration > 0 && (this._requireSetMediaDuration = !0, this._pendingMediaDuration = R.mediaDuration / 1e3, this._updateMediaSourceDuration());
3949
+ l || this._pendingSegments[R.type].push(R), oe || this._sourceBuffers[R.type] && !this._sourceBuffers[R.type].updating && this._doAppendSegments(), V.a.safari && R.container === "audio/mpeg" && R.mediaDuration > 0 && (this._requireSetMediaDuration = !0, this._pendingMediaDuration = R.mediaDuration / 1e3, this._updateMediaSourceDuration());
3950
3950
  }, k.prototype.appendMediaSegment = function(d) {
3951
3951
  var l = d;
3952
3952
  this._pendingSegments[l.type].push(l), this._config.autoCleanupSourceBuffer && this._needCleanupSourceBuffer() && this._doCleanupSourceBuffer();
@@ -3967,7 +3967,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
3967
3967
  var me = R.buffered.start(oe), Se = R.buffered.end(oe);
3968
3968
  this._pendingRemoveRanges[l].push({ start: me, end: Se });
3969
3969
  }
3970
- if (R.updating || this._doRemoveRanges(), F.a.safari) {
3970
+ if (R.updating || this._doRemoveRanges(), V.a.safari) {
3971
3971
  var De = this._lastInitSegments[l];
3972
3972
  De && (this._pendingSegments[l].push(De), R.updating || this._doAppendSegments());
3973
3973
  }
@@ -4054,14 +4054,14 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4054
4054
  }, k.prototype._onSourceBufferError = function(d) {
4055
4055
  C.a.e(this.TAG, "SourceBuffer Error: " + d);
4056
4056
  }, k;
4057
- }(), P = O(5), D = { NETWORK_ERROR: "NetworkError", MEDIA_ERROR: "MediaError", OTHER_ERROR: "OtherError" }, V = { NETWORK_EXCEPTION: f.b.EXCEPTION, NETWORK_STATUS_CODE_INVALID: f.b.HTTP_STATUS_CODE_INVALID, NETWORK_TIMEOUT: f.b.CONNECTING_TIMEOUT, NETWORK_UNRECOVERABLE_EARLY_EOF: f.b.UNRECOVERABLE_EARLY_EOF, MEDIA_MSE_ERROR: "MediaMSEError", MEDIA_FORMAT_ERROR: P.a.FORMAT_ERROR, MEDIA_FORMAT_UNSUPPORTED: P.a.FORMAT_UNSUPPORTED, MEDIA_CODEC_UNSUPPORTED: P.a.CODEC_UNSUPPORTED }, ee = function() {
4057
+ }(), P = O(5), D = { NETWORK_ERROR: "NetworkError", MEDIA_ERROR: "MediaError", OTHER_ERROR: "OtherError" }, F = { NETWORK_EXCEPTION: f.b.EXCEPTION, NETWORK_STATUS_CODE_INVALID: f.b.HTTP_STATUS_CODE_INVALID, NETWORK_TIMEOUT: f.b.CONNECTING_TIMEOUT, NETWORK_UNRECOVERABLE_EARLY_EOF: f.b.UNRECOVERABLE_EARLY_EOF, MEDIA_MSE_ERROR: "MediaMSEError", MEDIA_FORMAT_ERROR: P.a.FORMAT_ERROR, MEDIA_FORMAT_UNSUPPORTED: P.a.FORMAT_UNSUPPORTED, MEDIA_CODEC_UNSUPPORTED: P.a.CODEC_UNSUPPORTED }, ee = function() {
4058
4058
  function k(d, l) {
4059
4059
  this.TAG = "MSEPlayer", this._type = "MSEPlayer", this._emitter = new x.a(), this._config = b(), typeof l == "object" && Object.assign(this._config, l);
4060
4060
  var R = d.type.toLowerCase();
4061
4061
  if (R !== "mse" && R !== "mpegts" && R !== "m2ts" && R !== "flv") throw new c.b("MSEPlayer requires an mpegts/m2ts/flv MediaDataSource input!");
4062
4062
  d.isLive === !0 && (this._config.isLive = !0), this.e = { onvLoadedMetadata: this._onvLoadedMetadata.bind(this), onvSeeking: this._onvSeeking.bind(this), onvCanPlay: this._onvCanPlay.bind(this), onvStalled: this._onvStalled.bind(this), onvProgress: this._onvProgress.bind(this) }, self.performance && self.performance.now ? this._now = self.performance.now.bind(self.performance) : this._now = Date.now, this._pendingSeekTime = null, this._requestSetTime = !1, this._seekpointRecord = null, this._progressChecker = null, this._mediaDataSource = d, this._mediaElement = null, this._msectl = null, this._transmuxer = null, this._mseSourceOpened = !1, this._hasPendingLoad = !1, this._receivedCanPlay = !1, this._mediaInfo = null, this._statisticsInfo = null;
4063
- var X = F.a.chrome && (F.a.version.major < 50 || F.a.version.major === 50 && F.a.version.build < 2661);
4064
- this._alwaysSeekKeyframe = !!(X || F.a.msedge || F.a.msie), this._alwaysSeekKeyframe && (this._config.accurateSeek = !1);
4063
+ var X = V.a.chrome && (V.a.version.major < 50 || V.a.version.major === 50 && V.a.version.build < 2661);
4064
+ this._alwaysSeekKeyframe = !!(X || V.a.msedge || V.a.msie), this._alwaysSeekKeyframe && (this._config.accurateSeek = !1);
4065
4065
  }
4066
4066
  return k.prototype.destroy = function() {
4067
4067
  this._progressChecker != null && (window.clearInterval(this._progressChecker), this._progressChecker = null), this._transmuxer && this.unload(), this._mediaElement && this.detachMediaElement(), this.e = null, this._mediaDataSource = null, this._emitter.removeAllListeners(), this._emitter = null;
@@ -4079,7 +4079,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4079
4079
  if (this._mediaElement = d, d.addEventListener("loadedmetadata", this.e.onvLoadedMetadata), d.addEventListener("seeking", this.e.onvSeeking), d.addEventListener("canplay", this.e.onvCanPlay), d.addEventListener("stalled", this.e.onvStalled), d.addEventListener("progress", this.e.onvProgress), this._msectl = new u(this._config), this._msectl.on(h.UPDATE_END, this._onmseUpdateEnd.bind(this)), this._msectl.on(h.BUFFER_FULL, this._onmseBufferFull.bind(this)), this._msectl.on(h.SOURCE_OPEN, function() {
4080
4080
  l._mseSourceOpened = !0, l._hasPendingLoad && (l._hasPendingLoad = !1, l.load());
4081
4081
  }), this._msectl.on(h.ERROR, function(R) {
4082
- l._emitter.emit(H.ERROR, D.MEDIA_ERROR, V.MEDIA_MSE_ERROR, R);
4082
+ l._emitter.emit(H.ERROR, D.MEDIA_ERROR, F.MEDIA_MSE_ERROR, R);
4083
4083
  }), this._msectl.attachMediaElement(d), this._pendingSeekTime != null) try {
4084
4084
  d.currentTime = this._pendingSeekTime, this._pendingSeekTime = null;
4085
4085
  } catch {
@@ -4204,7 +4204,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4204
4204
  var l = this._isTimepointBuffered(d), R = !1, X = 0;
4205
4205
  if (d < 1 && this._mediaElement.buffered.length > 0) {
4206
4206
  var oe = this._mediaElement.buffered.start(0);
4207
- (oe < 1 && d < oe || F.a.safari) && (R = !0, X = F.a.safari ? 0.1 : oe);
4207
+ (oe < 1 && d < oe || V.a.safari) && (R = !0, X = V.a.safari ? 0.1 : oe);
4208
4208
  }
4209
4209
  if (R) this._requestSetTime = !0, this._mediaElement.currentTime = X;
4210
4210
  else if (l) {
@@ -4233,7 +4233,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4233
4233
  else {
4234
4234
  if (l < 1 && R.length > 0) {
4235
4235
  var X = R.start(0);
4236
- if (X < 1 && l < X || F.a.safari) return this._requestSetTime = !0, void (this._mediaElement.currentTime = F.a.safari ? 0.1 : X);
4236
+ if (X < 1 && l < X || V.a.safari) return this._requestSetTime = !0, void (this._mediaElement.currentTime = V.a.safari ? 0.1 : X);
4237
4237
  }
4238
4238
  if (this._isTimepointBuffered(l)) {
4239
4239
  if (this._alwaysSeekKeyframe) {
@@ -4340,7 +4340,7 @@ originalDts: ` + be + " ms, curRefDts: " + Re + " ms, dtsCorrection: " + Math.ro
4340
4340
  }, getFeatureList: function() {
4341
4341
  return v.getFeatureList();
4342
4342
  } };
4343
- ve.BaseLoader = f.a, ve.LoaderStatus = f.c, ve.LoaderErrors = f.b, ve.Events = H, ve.ErrorTypes = D, ve.ErrorDetails = V, ve.MSEPlayer = ee, ve.NativePlayer = pe, ve.LoggingControl = Y.a, Object.defineProperty(ve, "version", { enumerable: !0, get: function() {
4343
+ ve.BaseLoader = f.a, ve.LoaderStatus = f.c, ve.LoaderErrors = f.b, ve.Events = H, ve.ErrorTypes = D, ve.ErrorDetails = F, ve.MSEPlayer = ee, ve.NativePlayer = pe, ve.LoggingControl = Y.a, Object.defineProperty(ve, "version", { enumerable: !0, get: function() {
4344
4344
  return "1.7.3";
4345
4345
  } }), Z.default = ve;
4346
4346
  }]);
@@ -4376,7 +4376,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4376
4376
  } = Zt(Z), L = ot(() => Z.src || ""), x = ot(() => {
4377
4377
  const h = L.value.split(".").pop() || void 0;
4378
4378
  return Z.type ?? h ?? "flv";
4379
- }), C = ot(() => Z.config || {}), F = Xe(Z.retryTime || 0), H = Xe(null), _e = async () => {
4379
+ }), C = ot(() => Z.config || {}), V = Xe(Z.retryTime || 0), H = Xe(null), _e = async () => {
4380
4380
  if (!H.value) return;
4381
4381
  const h = {
4382
4382
  type: x.value,
@@ -4387,7 +4387,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4387
4387
  }, se = (h, _) => {
4388
4388
  Y();
4389
4389
  }, Y = () => {
4390
- F.value !== 0 && (F.value = F.value - 1, ae(), _e());
4390
+ V.value !== 0 && (V.value = V.value - 1, ae(), _e());
4391
4391
  }, ae = () => {
4392
4392
  U && (U.pause(), U.unload(), U.detachMediaElement(), U.destroy(), U = null);
4393
4393
  };
@@ -4449,7 +4449,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
4449
4449
  加载中: { "zh-CN": "加载中", en: "Loading", _appCode: "framework" },
4450
4450
  "das-ui-live-player-videoLoadFailedRetry": {
4451
4451
  "zh-CN": "视频加载失败,请点击重试",
4452
- en: "Video loading failed. please click to retry",
4452
+ en: "The video failed to be loaded. please click to try again",
4453
4453
  _appCode: "framework"
4454
4454
  }
4455
4455
  };