fluency-v8-components 1.5.7 → 1.5.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.
@@ -734,7 +734,7 @@ function es(e) {
734
734
  return document;
735
735
  }
736
736
  let M5 = ["[contentEditable=true]", "[tabindex]", "a[href]", "area[href]", "button:not([disabled])", "iframe", "input:not([disabled])", "select:not([disabled])", "textarea:not([disabled])"].map((e) => `${e}:not([tabindex='-1'])`).join(",");
737
- var vi = ((e) => (e[e.First = 1] = "First", e[e.Previous = 2] = "Previous", e[e.Next = 4] = "Next", e[e.Last = 8] = "Last", e[e.WrapAround = 16] = "WrapAround", e[e.NoScroll = 32] = "NoScroll", e))(vi || {}), Cf = ((e) => (e[e.Error = 0] = "Error", e[e.Overflow = 1] = "Overflow", e[e.Success = 2] = "Success", e[e.Underflow = 3] = "Underflow", e))(Cf || {}), aR = ((e) => (e[e.Previous = -1] = "Previous", e[e.Next = 1] = "Next", e))(aR || {});
737
+ var yi = ((e) => (e[e.First = 1] = "First", e[e.Previous = 2] = "Previous", e[e.Next = 4] = "Next", e[e.Last = 8] = "Last", e[e.WrapAround = 16] = "WrapAround", e[e.NoScroll = 32] = "NoScroll", e))(yi || {}), Cf = ((e) => (e[e.Error = 0] = "Error", e[e.Overflow = 1] = "Overflow", e[e.Success = 2] = "Success", e[e.Underflow = 3] = "Underflow", e))(Cf || {}), aR = ((e) => (e[e.Previous = -1] = "Previous", e[e.Next = 1] = "Next", e))(aR || {});
738
738
  function ig(e = document.body) {
739
739
  return e == null ? [] : Array.from(e.querySelectorAll(M5)).sort((t, n) => Math.sign((t.tabIndex || Number.MAX_SAFE_INTEGER) - (n.tabIndex || Number.MAX_SAFE_INTEGER)));
740
740
  }
@@ -1493,9 +1493,9 @@ let gp = Object.assign(Bt({ name: "FocusTrap", props: { as: { type: [Object, Str
1493
1493
  let p = rt(i);
1494
1494
  p && ((h) => h())(() => {
1495
1495
  Ar(l.value, { [ao.Forwards]: () => {
1496
- Is(p, vi.First, { skipElements: [c.relatedTarget] });
1496
+ Is(p, yi.First, { skipElements: [c.relatedTarget] });
1497
1497
  }, [ao.Backwards]: () => {
1498
- Is(p, vi.Last, { skipElements: [c.relatedTarget] });
1498
+ Is(p, yi.Last, { skipElements: [c.relatedTarget] });
1499
1499
  } });
1500
1500
  });
1501
1501
  }
@@ -1510,7 +1510,7 @@ let gp = Object.assign(Bt({ name: "FocusTrap", props: { as: { type: [Object, Str
1510
1510
  let p = D7(e.containers);
1511
1511
  rt(i) instanceof HTMLElement && p.add(rt(i));
1512
1512
  let h = c.relatedTarget;
1513
- h instanceof HTMLElement && h.dataset.headlessuiFocusGuard !== "true" && ($7(p, h) || (u.value ? Is(rt(i), Ar(l.value, { [ao.Forwards]: () => vi.Next, [ao.Backwards]: () => vi.Previous }) | vi.WrapAround, { relativeTo: c.target }) : c.target instanceof HTMLElement && uc(c.target)));
1513
+ h instanceof HTMLElement && h.dataset.headlessuiFocusGuard !== "true" && ($7(p, h) || (u.value ? Is(rt(i), Ar(l.value, { [ao.Forwards]: () => yi.Next, [ao.Backwards]: () => yi.Previous }) | yi.WrapAround, { relativeTo: c.target }) : c.target instanceof HTMLElement && uc(c.target)));
1514
1514
  }
1515
1515
  return () => {
1516
1516
  let c = {}, p = { ref: i, onKeydown: d, onFocusout: f }, { features: h, initialFocus: g, containers: v, ...m } = e;
@@ -1558,7 +1558,7 @@ function BR({ ownerDocument: e, container: t, initialFocus: n }, r) {
1558
1558
  i.value = f;
1559
1559
  return;
1560
1560
  }
1561
- d ? uc(d) : Is(l, vi.First | vi.NoScroll) === Cf.Error && console.warn("There are no focusable elements inside the <FocusTrap />"), i.value = (u = e.value) == null ? void 0 : u.activeElement;
1561
+ d ? uc(d) : Is(l, yi.First | yi.NoScroll) === Cf.Error && console.warn("There are no focusable elements inside the <FocusTrap />"), i.value = (u = e.value) == null ? void 0 : u.activeElement;
1562
1562
  });
1563
1563
  }, { immediate: !0, flush: "post" });
1564
1564
  }), i;
@@ -2459,7 +2459,7 @@ let Gf = Bt({ name: "Menu", props: { as: { type: [Object, String], default: "tem
2459
2459
  });
2460
2460
  break;
2461
2461
  case $t.Tab:
2462
- f.preventDefault(), f.stopPropagation(), s.closeMenu(), Dr(() => AR(rt(s.buttonRef), f.shiftKey ? vi.Previous : vi.Next));
2462
+ f.preventDefault(), f.stopPropagation(), s.closeMenu(), Dr(() => AR(rt(s.buttonRef), f.shiftKey ? yi.Previous : yi.Next));
2463
2463
  break;
2464
2464
  default:
2465
2465
  f.key.length === 1 && (s.search(f.key), o.value = setTimeout(() => s.clearSearch(), 350));
@@ -2620,7 +2620,7 @@ let m4 = Bt({ name: "Popover", inheritAttrs: !1, props: { as: { type: [Object, S
2620
2620
  let w = rt(s.panel);
2621
2621
  if (!w) return;
2622
2622
  function E() {
2623
- Ar(y.value, { [ao.Forwards]: () => Is(w, vi.First), [ao.Backwards]: () => Is(w, vi.Last) }) === Cf.Error && Is(ig().filter((C) => C.dataset.headlessuiFocusGuard !== "true"), Ar(y.value, { [ao.Forwards]: vi.Next, [ao.Backwards]: vi.Previous }), { relativeTo: rt(s.button) });
2623
+ Ar(y.value, { [ao.Forwards]: () => Is(w, yi.First), [ao.Backwards]: () => Is(w, yi.Last) }) === Cf.Error && Is(ig().filter((C) => C.dataset.headlessuiFocusGuard !== "true"), Ar(y.value, { [ao.Forwards]: yi.Next, [ao.Backwards]: yi.Previous }), { relativeTo: rt(s.button) });
2624
2624
  }
2625
2625
  E();
2626
2626
  }
@@ -2650,7 +2650,7 @@ let iL = Bt({ name: "PopoverPanel", props: { as: { type: [Object, String], defau
2650
2650
  var m, y;
2651
2651
  if (!s || o.popoverState.value !== 0 || !o.panel) return;
2652
2652
  let b = (m = l.value) == null ? void 0 : m.activeElement;
2653
- (y = rt(o.panel)) != null && y.contains(b) || Is(rt(o.panel), vi.First);
2653
+ (y = rt(o.panel)) != null && y.contains(b) || Is(rt(o.panel), yi.First);
2654
2654
  });
2655
2655
  let d = _u(), f = ze(() => d !== null ? (d.value & ir.Open) === ir.Open : o.popoverState.value === 0);
2656
2656
  function c(m) {
@@ -2674,7 +2674,7 @@ let iL = Bt({ name: "PopoverPanel", props: { as: { type: [Object, String], defau
2674
2674
  function y() {
2675
2675
  Ar(h.value, { [ao.Forwards]: () => {
2676
2676
  var b;
2677
- Is(m, vi.First) === Cf.Error && ((b = rt(o.afterPanelSentinel)) == null || b.focus());
2677
+ Is(m, yi.First) === Cf.Error && ((b = rt(o.afterPanelSentinel)) == null || b.focus());
2678
2678
  }, [ao.Backwards]: () => {
2679
2679
  var b;
2680
2680
  (b = rt(o.button)) == null || b.focus({ preventScroll: !0 });
@@ -2694,10 +2694,10 @@ let iL = Bt({ name: "PopoverPanel", props: { as: { type: [Object, String], defau
2694
2694
  let S = I.indexOf($);
2695
2695
  S !== -1 && I.splice(S, 1);
2696
2696
  }
2697
- Is(I, vi.First, { sorted: !1 });
2697
+ Is(I, yi.First, { sorted: !1 });
2698
2698
  }, [ao.Backwards]: () => {
2699
2699
  var b;
2700
- Is(m, vi.Previous) === Cf.Error && ((b = rt(o.button)) == null || b.focus());
2700
+ Is(m, yi.Previous) === Cf.Error && ((b = rt(o.button)) == null || b.focus());
2701
2701
  } });
2702
2702
  }
2703
2703
  y();
@@ -2811,7 +2811,7 @@ let lH = Bt({ name: "RadioGroup", emits: { "update:modelValue": (e) => !0 }, pro
2811
2811
  break;
2812
2812
  case $t.ArrowLeft:
2813
2813
  case $t.ArrowUp:
2814
- if (g.preventDefault(), g.stopPropagation(), Is(v, vi.Previous | vi.WrapAround) === Cf.Success) {
2814
+ if (g.preventDefault(), g.stopPropagation(), Is(v, yi.Previous | yi.WrapAround) === Cf.Success) {
2815
2815
  let m = l.value.find((y) => {
2816
2816
  var b;
2817
2817
  return y.element === ((b = es(o)) == null ? void 0 : b.activeElement);
@@ -2821,7 +2821,7 @@ let lH = Bt({ name: "RadioGroup", emits: { "update:modelValue": (e) => !0 }, pro
2821
2821
  break;
2822
2822
  case $t.ArrowRight:
2823
2823
  case $t.ArrowDown:
2824
- if (g.preventDefault(), g.stopPropagation(), Is(v, vi.Next | vi.WrapAround) === Cf.Success) {
2824
+ if (g.preventDefault(), g.stopPropagation(), Is(v, yi.Next | yi.WrapAround) === Cf.Success) {
2825
2825
  let m = l.value.find((y) => {
2826
2826
  var b;
2827
2827
  return y.element === ((b = es(y.element)) == null ? void 0 : b.activeElement);
@@ -4778,7 +4778,7 @@ function nV() {
4778
4778
  function Dt(_) {
4779
4779
  return C.string(_.pointerType) ? _.pointerType : C.number(_.pointerType) ? [void 0, void 0, "touch", "pen", "mouse"][_.pointerType] : /touch/.test(_.type || "") || _ instanceof L.Touch ? "touch" : "mouse";
4780
4780
  }
4781
- function zt(_) {
4781
+ function Gt(_) {
4782
4782
  var x = C.func(_.composedPath) ? _.composedPath() : _.path;
4783
4783
  return [ne(x ? x[0] : _.target), ne(_.currentTarget)];
4784
4784
  }
@@ -4862,7 +4862,7 @@ function nV() {
4862
4862
  }
4863
4863
  return U;
4864
4864
  }
4865
- function Gt(_, x, U) {
4865
+ function Yt(_, x, U) {
4866
4866
  for (var Q = _.dropState, j = _.interactable, J = _.element, le = [], ge = 0, _e = Q.activeDrops; ge < _e.length; ge++) {
4867
4867
  var De = _e[ge], Fe = De.dropzone, He = De.element, et = De.rect, gt = Fe.dropCheck(x, U, j, J, He, et);
4868
4868
  le.push(gt ? He : null);
@@ -4879,11 +4879,11 @@ function nV() {
4879
4879
  if (an === xn) continue;
4880
4880
  or = an.ownerSVGElement;
4881
4881
  } else or = an;
4882
- for (var Ci = M(or, It.ownerDocument), ls = 0; Ci[ls] && Ci[ls] === mn[ls]; ) ls++;
4883
- var nl = [Ci[ls - 1], Ci[ls], mn[ls]];
4882
+ for (var Si = M(or, It.ownerDocument), ls = 0; Si[ls] && Si[ls] === mn[ls]; ) ls++;
4883
+ var nl = [Si[ls - 1], Si[ls], mn[ls]];
4884
4884
  if (nl[0]) for (var Vl = nl[0].lastChild; Vl; ) {
4885
4885
  if (Vl === nl[1]) {
4886
- Ft = vn, mn = Ci;
4886
+ Ft = vn, mn = Si;
4887
4887
  break;
4888
4888
  }
4889
4889
  if (Vl === nl[2]) break;
@@ -4910,7 +4910,7 @@ function nV() {
4910
4910
  if (Q.type === "dragmove" || Q.type === "dragend") {
4911
4911
  var J = U.dropState;
4912
4912
  x.dynamicDrop && (J.activeDrops = un(x, U.element));
4913
- var le = Q, ge = Gt(U, le, j);
4913
+ var le = Q, ge = Yt(U, le, j);
4914
4914
  J.rejected = J.rejected && !!ge && ge.dropzone === J.cur.dropzone && ge.element === J.cur.element, J.cur.dropzone = ge && ge.dropzone, J.cur.element = ge && ge.element, J.events = Tn(U, 0, le);
4915
4915
  }
4916
4916
  }
@@ -4942,8 +4942,8 @@ function nV() {
4942
4942
  }
4943
4943
  var xn = ft.getRect(vt);
4944
4944
  if (xn && mn === "center") {
4945
- var or = xn.left + xn.width / 2, Ci = xn.top + xn.height / 2;
4946
- jt = or >= Et.left && or <= Et.right && Ci >= Et.top && Ci <= Et.bottom;
4945
+ var or = xn.left + xn.width / 2, Si = xn.top + xn.height / 2;
4946
+ jt = or >= Et.left && or <= Et.right && Si >= Et.top && Si <= Et.bottom;
4947
4947
  }
4948
4948
  return xn && C.number(mn) && (jt = Math.max(0, Math.min(Et.right, xn.right) - Math.max(Et.left, xn.left)) * Math.max(0, Math.min(Et.bottom, xn.bottom) - Math.max(Et.top, xn.top)) / (xn.width * xn.height) >= mn), He.options.drop.checker && (jt = He.options.drop.checker(et, gt, jt, He, Ft, ft, vt)), jt;
4949
4949
  }(this, J, le, ge, _e, De, Fe);
@@ -4976,9 +4976,9 @@ function nV() {
4976
4976
  var U = x.dropState;
4977
4977
  U && (U.activeDrops = null, U.events = null, U.cur.dropzone = null, U.cur.element = null, U.prev.dropzone = null, U.prev.element = null, U.rejected = !1);
4978
4978
  }
4979
- } }, getActiveDrops: un, getDrop: Gt, getDropEvents: Tn, fireDropEvents: ma, filterEventType: function(_) {
4979
+ } }, getActiveDrops: un, getDrop: Yt, getDropEvents: Tn, fireDropEvents: ma, filterEventType: function(_) {
4980
4980
  return _.search("drag") === 0 || _.search("drop") === 0;
4981
- }, defaults: { enabled: !1, accept: null, overlap: "pointer" } }, wi = ra;
4981
+ }, defaults: { enabled: !1, accept: null, overlap: "pointer" } }, Bi = ra;
4982
4982
  function rn(_) {
4983
4983
  var x = _.interaction, U = _.iEvent, Q = _.phase;
4984
4984
  if (x.prepared.name === "gesture") {
@@ -5110,7 +5110,7 @@ function nV() {
5110
5110
  }, filterEventType: function(_) {
5111
5111
  return _.search("resize") === 0;
5112
5112
  }, defaultMargin: null }, $s = _n, ms = { id: "actions", install: function(_) {
5113
- _.usePlugin(is), _.usePlugin($s), _.usePlugin(S), _.usePlugin(wi);
5113
+ _.usePlugin(is), _.usePlugin($s), _.usePlugin(S), _.usePlugin(Bi);
5114
5114
  } }, aa = 0, li = { request: function(_) {
5115
5115
  return Wn(_);
5116
5116
  }, cancel: function(_) {
@@ -5128,37 +5128,37 @@ function nV() {
5128
5128
  }, cr = function(j) {
5129
5129
  return clearTimeout(j);
5130
5130
  });
5131
- } }, Wt = { defaults: { enabled: !1, margin: 60, container: null, speed: 300 }, now: Date.now, interaction: null, i: 0, x: 0, y: 0, isScrolling: !1, prevTime: 0, margin: 0, speed: 0, start: function(_) {
5132
- Wt.isScrolling = !0, li.cancel(Wt.i), _.autoScroll = Wt, Wt.interaction = _, Wt.prevTime = Wt.now(), Wt.i = li.request(Wt.scroll);
5131
+ } }, Zt = { defaults: { enabled: !1, margin: 60, container: null, speed: 300 }, now: Date.now, interaction: null, i: 0, x: 0, y: 0, isScrolling: !1, prevTime: 0, margin: 0, speed: 0, start: function(_) {
5132
+ Zt.isScrolling = !0, li.cancel(Zt.i), _.autoScroll = Zt, Zt.interaction = _, Zt.prevTime = Zt.now(), Zt.i = li.request(Zt.scroll);
5133
5133
  }, stop: function() {
5134
- Wt.isScrolling = !1, Wt.interaction && (Wt.interaction.autoScroll = null), li.cancel(Wt.i);
5134
+ Zt.isScrolling = !1, Zt.interaction && (Zt.interaction.autoScroll = null), li.cancel(Zt.i);
5135
5135
  }, scroll: function() {
5136
- var _ = Wt.interaction, x = _.interactable, U = _.element, Q = _.prepared.name, j = x.options[Q].autoScroll, J = gr(j.container, x, U), le = Wt.now(), ge = (le - Wt.prevTime) / 1e3, _e = j.speed * ge;
5136
+ var _ = Zt.interaction, x = _.interactable, U = _.element, Q = _.prepared.name, j = x.options[Q].autoScroll, J = gr(j.container, x, U), le = Zt.now(), ge = (le - Zt.prevTime) / 1e3, _e = j.speed * ge;
5137
5137
  if (_e >= 1) {
5138
- var De = { x: Wt.x * _e, y: Wt.y * _e };
5138
+ var De = { x: Zt.x * _e, y: Zt.y * _e };
5139
5139
  if (De.x || De.y) {
5140
5140
  var Fe = Vi(J);
5141
5141
  C.window(J) ? J.scrollBy(De.x, De.y) : J && (J.scrollLeft += De.x, J.scrollTop += De.y);
5142
5142
  var He = Vi(J), et = { x: He.x - Fe.x, y: He.y - Fe.y };
5143
5143
  (et.x || et.y) && x.fire({ type: "autoscroll", target: U, interactable: x, delta: et, interaction: _, container: J });
5144
5144
  }
5145
- Wt.prevTime = le;
5145
+ Zt.prevTime = le;
5146
5146
  }
5147
- Wt.isScrolling && (li.cancel(Wt.i), Wt.i = li.request(Wt.scroll));
5147
+ Zt.isScrolling && (li.cancel(Zt.i), Zt.i = li.request(Zt.scroll));
5148
5148
  }, check: function(_, x) {
5149
5149
  var U;
5150
5150
  return (U = _.options[x].autoScroll) == null ? void 0 : U.enabled;
5151
5151
  }, onInteractionMove: function(_) {
5152
5152
  var x = _.interaction, U = _.pointer;
5153
- if (x.interacting() && Wt.check(x.interactable, x.prepared.name)) if (x.simulation) Wt.x = Wt.y = 0;
5153
+ if (x.interacting() && Zt.check(x.interactable, x.prepared.name)) if (x.simulation) Zt.x = Zt.y = 0;
5154
5154
  else {
5155
5155
  var Q, j, J, le, ge = x.interactable, _e = x.element, De = x.prepared.name, Fe = ge.options[De].autoScroll, He = gr(Fe.container, ge, _e);
5156
- if (C.window(He)) le = U.clientX < Wt.margin, Q = U.clientY < Wt.margin, j = U.clientX > He.innerWidth - Wt.margin, J = U.clientY > He.innerHeight - Wt.margin;
5156
+ if (C.window(He)) le = U.clientX < Zt.margin, Q = U.clientY < Zt.margin, j = U.clientX > He.innerWidth - Zt.margin, J = U.clientY > He.innerHeight - Zt.margin;
5157
5157
  else {
5158
5158
  var et = ie(He);
5159
- le = U.clientX < et.left + Wt.margin, Q = U.clientY < et.top + Wt.margin, j = U.clientX > et.right - Wt.margin, J = U.clientY > et.bottom - Wt.margin;
5159
+ le = U.clientX < et.left + Zt.margin, Q = U.clientY < et.top + Zt.margin, j = U.clientX > et.right - Zt.margin, J = U.clientY > et.bottom - Zt.margin;
5160
5160
  }
5161
- Wt.x = j ? 1 : le ? -1 : 0, Wt.y = J ? 1 : Q ? -1 : 0, Wt.isScrolling || (Wt.margin = Fe.margin, Wt.speed = Fe.speed, Wt.start(x));
5161
+ Zt.x = j ? 1 : le ? -1 : 0, Zt.y = J ? 1 : Q ? -1 : 0, Zt.isScrolling || (Zt.margin = Fe.margin, Zt.speed = Fe.speed, Zt.start(x));
5162
5162
  }
5163
5163
  } };
5164
5164
  function gr(_, x, U) {
@@ -5169,15 +5169,15 @@ function nV() {
5169
5169
  }
5170
5170
  var Rs = { id: "auto-scroll", install: function(_) {
5171
5171
  var x = _.defaults, U = _.actions;
5172
- _.autoScroll = Wt, Wt.now = function() {
5172
+ _.autoScroll = Zt, Zt.now = function() {
5173
5173
  return _.now();
5174
- }, U.phaselessTypes.autoscroll = !0, x.perAction.autoScroll = Wt.defaults;
5174
+ }, U.phaselessTypes.autoscroll = !0, x.perAction.autoScroll = Zt.defaults;
5175
5175
  }, listeners: { "interactions:new": function(_) {
5176
5176
  _.interaction.autoScroll = null;
5177
5177
  }, "interactions:destroy": function(_) {
5178
- _.interaction.autoScroll = null, Wt.stop(), Wt.interaction && (Wt.interaction = null);
5179
- }, "interactions:stop": Wt.stop, "interactions:action-move": function(_) {
5180
- return Wt.onInteractionMove(_);
5178
+ _.interaction.autoScroll = null, Zt.stop(), Zt.interaction && (Zt.interaction = null);
5179
+ }, "interactions:stop": Zt.stop, "interactions:action-move": function(_) {
5180
+ return Zt.onInteractionMove(_);
5181
5181
  } } }, Na = Rs;
5182
5182
  function va(_, x) {
5183
5183
  var U = !1;
@@ -5251,7 +5251,7 @@ function nV() {
5251
5251
  function ys(_, x) {
5252
5252
  return C.number(_) ? (x.autoStart.maxInteractions = _, this) : x.autoStart.maxInteractions;
5253
5253
  }
5254
- function Oi(_, x, U) {
5254
+ function Mi(_, x, U) {
5255
5255
  var Q = U.autoStart.cursorElement;
5256
5256
  Q && Q !== _ && (Q.style.cursor = ""), _.ownerDocument.documentElement.style.cursor = x, _.style.cursor = x, U.autoStart.cursorElement = x ? _ : null;
5257
5257
  }
@@ -5263,8 +5263,8 @@ function nV() {
5263
5263
  var le = U.options[j.name].cursorChecker;
5264
5264
  J = C.func(le) ? le(j, U, Q, _._interacting) : x.actions.map[j.name].getCursor(j);
5265
5265
  }
5266
- Oi(_.element, J || "", x);
5267
- } else x.autoStart.cursorElement && Oi(x.autoStart.cursorElement, "", x);
5266
+ Mi(_.element, J || "", x);
5267
+ } else x.autoStart.cursorElement && Mi(x.autoStart.cursorElement, "", x);
5268
5268
  }
5269
5269
  var Dl = { id: "auto-start/base", before: ["actions"], install: function(_) {
5270
5270
  var x = _.interactStatic, U = _.defaults;
@@ -5288,7 +5288,7 @@ function nV() {
5288
5288
  }(_, x);
5289
5289
  }, "interactions:stop": function(_, x) {
5290
5290
  var U = _.interaction, Q = U.interactable;
5291
- Q && Q.options.styleCursor && Oi(U.element, "", x);
5291
+ Q && Q.options.styleCursor && Mi(U.element, "", x);
5292
5292
  } }, maxInteractions: ys, withinInteractionLimit: as, validateAction: po }, go = Dl, Oa = { id: "auto-start/dragAxis", listeners: { "autoStart:before-start": function(_, x) {
5293
5293
  var U = _.interaction, Q = _.eventTarget, j = _.dx, J = _.dy;
5294
5294
  if (U.prepared.name === "drag") {
@@ -5342,7 +5342,7 @@ function nV() {
5342
5342
  bs(x) > 0 && (x.prepared.name = null);
5343
5343
  } }, getHoldDuration: bs }, _r = _A, mo = { id: "auto-start", install: function(_) {
5344
5344
  _.usePlugin(go), _.usePlugin(_r), _.usePlugin(Oa);
5345
- } }, Mi = function(_) {
5345
+ } }, Qi = function(_) {
5346
5346
  return /^(always|never|auto)$/.test(_) ? (this.options.preventDefault = _, this) : C.bool(_) ? (this.options.preventDefault = _ ? "always" : "never", this) : this.options.preventDefault;
5347
5347
  };
5348
5348
  function js(_) {
@@ -5351,7 +5351,7 @@ function nV() {
5351
5351
  }
5352
5352
  var vo = { id: "core/interactablePreventDefault", install: function(_) {
5353
5353
  var x = _.Interactable;
5354
- x.prototype.preventDefault = Mi, x.prototype.checkAndPreventDefault = function(U) {
5354
+ x.prototype.preventDefault = Qi, x.prototype.checkAndPreventDefault = function(U) {
5355
5355
  return function(Q, j, J) {
5356
5356
  var le = Q.options.preventDefault;
5357
5357
  if (le !== "never") if (le !== "always") {
@@ -5371,7 +5371,7 @@ function nV() {
5371
5371
  }, listeners: ["down", "move", "up", "cancel"].reduce(function(_, x) {
5372
5372
  return _["interactions:".concat(x)] = js, _;
5373
5373
  }, {}) };
5374
- function Bi(_, x) {
5374
+ function xi(_, x) {
5375
5375
  if (x.phaselessTypes[_]) return !0;
5376
5376
  for (var U in x.map) if (_.indexOf(U) === 0 && _.substr(U.length) in x.phases) return !0;
5377
5377
  return !1;
@@ -5529,7 +5529,7 @@ function nV() {
5529
5529
  return _.interaction.modification.restoreInteractionCoords(_);
5530
5530
  }, "interactions:stop": function(_) {
5531
5531
  return _.interaction.modification.stop(_);
5532
- } } }, ss = Ma, qi = { base: { preventDefault: "auto", deltaSource: "page" }, perAction: { enabled: !1, origin: { x: 0, y: 0 } }, actions: {} }, Qi = function(_) {
5532
+ } } }, ss = Ma, qi = { base: { preventDefault: "auto", deltaSource: "page" }, perAction: { enabled: !1, origin: { x: 0, y: 0 } }, actions: {} }, Di = function(_) {
5533
5533
  A(U, _);
5534
5534
  var x = c(U);
5535
5535
  function U(Q, j, J, le, ge, _e, De) {
@@ -5552,7 +5552,7 @@ function nV() {
5552
5552
  this.propagationStopped = !0;
5553
5553
  } }]), U;
5554
5554
  }(Vt);
5555
- Object.defineProperties(Qi.prototype, { pageX: { get: function() {
5555
+ Object.defineProperties(Di.prototype, { pageX: { get: function() {
5556
5556
  return this.page.x;
5557
5557
  }, set: function(_) {
5558
5558
  this.page.x = _;
@@ -5667,7 +5667,7 @@ function nV() {
5667
5667
  } }, { key: "destroy", value: function() {
5668
5668
  this._latestPointer.pointer = null, this._latestPointer.event = null, this._latestPointer.eventTarget = null;
5669
5669
  } }, { key: "_createPreparedEvent", value: function(x, U, Q, j) {
5670
- return new Qi(this, x, this.prepared.name, U, this.element, Q, j);
5670
+ return new Di(this, x, this.prepared.name, U, this.element, Q, j);
5671
5671
  } }, { key: "_fireEvent", value: function(x) {
5672
5672
  var U;
5673
5673
  (U = this.interactable) == null || U.fire(x), (!this.prevEvent || x.timeStamp >= this.prevEvent.timeStamp) && (this.prevEvent = x);
@@ -5930,7 +5930,7 @@ function nV() {
5930
5930
  }
5931
5931
  }
5932
5932
  function _e(Fe, He) {
5933
- for (var et = _a(He), gt = new Ks(Fe), ft = Q[Fe.type], vt = zt(Fe)[0], Ft = vt; C.element(Ft); ) {
5933
+ for (var et = _a(He), gt = new Ks(Fe), ft = Q[Fe.type], vt = Gt(Fe)[0], Ft = vt; C.element(Ft); ) {
5934
5934
  for (var Et = 0; Et < ft.length; Et++) {
5935
5935
  var jt = ft[Et], mn = jt.selector, vn = jt.context;
5936
5936
  if (Ae(Ft, mn) && Y(vn, vt) && Y(vn, Ft)) {
@@ -6012,7 +6012,7 @@ function nV() {
6012
6012
  var Qe = H, tt = ["pointerDown", "pointerMove", "pointerUp", "updatePointer", "removePointer", "windowBlur"];
6013
6013
  function pn(_, x) {
6014
6014
  return function(U) {
6015
- var Q = x.interactions.list, j = Dt(U), J = zt(U), le = J[0], ge = J[1], _e = [];
6015
+ var Q = x.interactions.list, j = Dt(U), J = Gt(U), le = J[0], ge = J[1], _e = [];
6016
6016
  if (/^touch/.test(U.type)) {
6017
6017
  x.prevTouchTime = x.now();
6018
6018
  for (var De = 0, Fe = U.changedTouches; De < Fe.length; De++) {
@@ -6109,7 +6109,7 @@ function nV() {
6109
6109
  return C.func(U.onstart) && this.on("".concat(x, "start"), U.onstart), C.func(U.onmove) && this.on("".concat(x, "move"), U.onmove), C.func(U.onend) && this.on("".concat(x, "end"), U.onend), C.func(U.oninertiastart) && this.on("".concat(x, "inertiastart"), U.oninertiastart), this;
6110
6110
  } }, { key: "updatePerActionListeners", value: function(x, U, Q) {
6111
6111
  var j, J = this, le = (j = this._actions.map[x]) == null ? void 0 : j.filterEventType, ge = function(_e) {
6112
- return (le == null || le(_e)) && Bi(_e, J._actions);
6112
+ return (le == null || le(_e)) && xi(_e, J._actions);
6113
6113
  };
6114
6114
  (C.array(U) || C.object(U)) && this._onOff(bn.Off, x, U, void 0, ge), (C.array(Q) || C.object(Q)) && this._onOff(bn.On, x, Q, void 0, ge);
6115
6115
  } }, { key: "setPerAction", value: function(x, U) {
@@ -6158,7 +6158,7 @@ function nV() {
6158
6158
  ge === "wheel" && (ge = z.wheelEvent);
6159
6159
  for (var _e = 0, De = le[ge]; _e < De.length; _e++) {
6160
6160
  var Fe = De[_e];
6161
- Bi(ge, this._actions) ? this.events[x === bn.On ? "on" : "off"](ge, Fe) : C.string(this.target) ? this._scopeEvents[x === bn.On ? "addDelegate" : "removeDelegate"](this.target, this._context, ge, Fe, j) : this._scopeEvents[x === bn.On ? "add" : "remove"](this.target, ge, Fe, j);
6161
+ xi(ge, this._actions) ? this.events[x === bn.On ? "on" : "off"](ge, Fe) : C.string(this.target) ? this._scopeEvents[x === bn.On ? "addDelegate" : "removeDelegate"](this.target, this._context, ge, Fe, j) : this._scopeEvents[x === bn.On ? "add" : "remove"](this.target, ge, Fe, j);
6162
6162
  }
6163
6163
  }
6164
6164
  return this;
@@ -6182,7 +6182,7 @@ function nV() {
6182
6182
  }
6183
6183
  else this._scopeEvents.remove(this.target, "all");
6184
6184
  } }]), _;
6185
- }(), xi = function() {
6185
+ }(), _i = function() {
6186
6186
  function _(x) {
6187
6187
  var U = this;
6188
6188
  a(this, _), this.list = [], this.selectorMap = {}, this.scope = void 0, this.scope = x, x.addListeners({ "interactable:unset": function(Q) {
@@ -6231,7 +6231,7 @@ function nV() {
6231
6231
  for (var He in J) this.on(He, J[He], le);
6232
6232
  return this;
6233
6233
  }
6234
- return Bi(J, this.scope.actions) ? this.globalEvents[J] ? this.globalEvents[J].push(le) : this.globalEvents[J] = [le] : this.scope.events.add(this.scope.document, J, le, { options: ge }), this;
6234
+ return xi(J, this.scope.actions) ? this.globalEvents[J] ? this.globalEvents[J].push(le) : this.globalEvents[J] = [le] : this.scope.events.add(this.scope.document, J, le, { options: ge }), this;
6235
6235
  }, "The interact.on() method is being deprecated"), j.off = va(function(J, le, ge) {
6236
6236
  if (C.string(J) && J.search(" ") !== -1 && (J = J.trim().split(/ +/)), C.array(J)) {
6237
6237
  for (var _e = 0, De = J; _e < De.length; _e++) {
@@ -6245,7 +6245,7 @@ function nV() {
6245
6245
  return this;
6246
6246
  }
6247
6247
  var et;
6248
- return Bi(J, this.scope.actions) ? J in this.globalEvents && (et = this.globalEvents[J].indexOf(le)) !== -1 && this.globalEvents[J].splice(et, 1) : this.scope.events.remove(this.scope.document, J, le, ge), this;
6248
+ return xi(J, this.scope.actions) ? J in this.globalEvents && (et = this.globalEvents[J].indexOf(le)) !== -1 && this.globalEvents[J].splice(et, 1) : this.scope.events.remove(this.scope.document, J, le, ge), this;
6249
6249
  }, "The interact.off() method is being deprecated"), j.debug = function() {
6250
6250
  return this.scope;
6251
6251
  }, j.supportsTouch = function() {
@@ -6262,7 +6262,7 @@ function nV() {
6262
6262
  }, j.removeDocument = function(J) {
6263
6263
  this.scope.removeDocument(J);
6264
6264
  }, j;
6265
- }(this), this.InteractEvent = Qi, this.Interactable = void 0, this.interactables = new xi(this), this._win = void 0, this.document = void 0, this.window = void 0, this.documents = [], this._plugins = { list: [], map: {} }, this.onWindowUnload = function(Q) {
6265
+ }(this), this.InteractEvent = Di, this.Interactable = void 0, this.interactables = new _i(this), this._win = void 0, this.document = void 0, this.window = void 0, this.documents = [], this._plugins = { list: [], map: {} }, this.onWindowUnload = function(Q) {
6266
6266
  return x.removeDocument(Q.target);
6267
6267
  };
6268
6268
  var U = this;
@@ -6426,7 +6426,7 @@ function nV() {
6426
6426
  var ge = ue({}, x), _e = Pt(le.inner, Q, ge) || {}, De = Pt(le.outer, Q, ge) || {};
6427
6427
  ui(_e, Xn), ui(De, Hr), U.top ? x.y = Math.min(Math.max(De.top + J.top, ge.y), _e.top + J.top) : U.bottom && (x.y = Math.max(Math.min(De.bottom + J.bottom, ge.y), _e.bottom + J.bottom)), U.left ? x.x = Math.min(Math.max(De.left + J.left, ge.x), _e.left + J.left) : U.right && (x.x = Math.max(Math.min(De.right + J.right, ge.x), _e.right + J.right));
6428
6428
  }
6429
- }, defaults: { inner: null, outer: null, offset: null, endOnly: !1, enabled: !1 } }, _i = sa(fr, "restrictEdges"), fi = ue({ get elementRect() {
6429
+ }, defaults: { inner: null, outer: null, offset: null, endOnly: !1, enabled: !1 } }, Ci = sa(fr, "restrictEdges"), fi = ue({ get elementRect() {
6430
6430
  return { top: 0, left: 0, bottom: 1, right: 1 };
6431
6431
  }, set elementRect(_) {
6432
6432
  } }, gn.defaults), Gi = sa({ start: gn.start, set: gn.set, defaults: fi }, "restrictRect"), Xo = { width: -1 / 0, height: -1 / 0 }, zs = { width: 1 / 0, height: 1 / 0 }, Jo = sa({ start: function(_) {
@@ -6485,7 +6485,7 @@ function nV() {
6485
6485
  }
6486
6486
  var Ft = kA.set(_);
6487
6487
  return U.options = j, Ft;
6488
- }, defaults: { range: 1 / 0, targets: null, offset: null, endOnly: !1, enabled: !1 } }, FA = sa(Gs, "snapSize"), el = { aspectRatio: lt, restrictEdges: _i, restrict: En, restrictRect: Gi, restrictSize: Jo, snapEdges: sa({ start: function(_) {
6488
+ }, defaults: { range: 1 / 0, targets: null, offset: null, endOnly: !1, enabled: !1 } }, FA = sa(Gs, "snapSize"), el = { aspectRatio: lt, restrictEdges: Ci, restrict: En, restrictRect: Gi, restrictSize: Jo, snapEdges: sa({ start: function(_) {
6489
6489
  var x = _.edges;
6490
6490
  return x ? (_.state.targetFields = _.state.targetFields || [[x.left ? "left" : "right", x.top ? "top" : "bottom"]], Gs.start(_)) : null;
6491
6491
  }, set: Gs.set, defaults: ue(br(Gs.defaults), { targets: void 0, range: void 0, offset: { x: 0, y: 0 } }) }, "snapEdges"), snap: Uu, snapSize: FA, spring: Qt, avoid: Qt, transform: Qt, rubberband: Qt }, Rl = { id: "modifiers", install: function(_) {
@@ -6675,10 +6675,10 @@ function nV() {
6675
6675
  gt = function(Et, jt, mn, vn, an) {
6676
6676
  var It = Et.interactions.new({ pointerType: "reflow" }), Fn = { interaction: It, event: an, pointer: an, eventTarget: mn, phase: "reflow" };
6677
6677
  It.interactable = jt, It.element = mn, It.prevEvent = an, It.updatePointer(an, an, mn, !0), Ue(It.coords.delta), vs(It.prepared, vn), It._doPhase(Fn);
6678
- var xn = Et.window, or = xn.Promise, Ci = or ? new or(function(ls) {
6678
+ var xn = Et.window, or = xn.Promise, Si = or ? new or(function(ls) {
6679
6679
  It._reflowResolve = ls;
6680
6680
  }) : void 0;
6681
- return It._reflowPromise = Ci, It.start(vn, jt, mn), It._interacting ? (It.move(Fn), It.end(an)) : (It.stop(), It._reflowResolve()), It.removePointer(an, an), Ci;
6681
+ return It._reflowPromise = Si, It.start(vn, jt, mn), It._interacting ? (It.move(Fn), It.end(an)) : (It.stop(), It._reflowResolve()), It.removePointer(an, an), Si;
6682
6682
  }(J, Q, He, j, Ft);
6683
6683
  }
6684
6684
  _e && _e.push(gt);
@@ -7093,7 +7093,7 @@ const no = /* @__PURE__ */ yr(oV, [["render", uV]]), cV = ["data-active"], fV =
7093
7093
  ], 2)
7094
7094
  ], 10, FV));
7095
7095
  }
7096
- }, LV = ["colspan"], mi = {
7096
+ }, LV = ["colspan"], vi = {
7097
7097
  __name: "TableHeader",
7098
7098
  props: {
7099
7099
  title: String,
@@ -7194,9 +7194,9 @@ const no = /* @__PURE__ */ yr(oV, [["render", uV]]), cV = ["data-active"], fV =
7194
7194
  fe(q2, { data: [0] }, {
7195
7195
  header: Ne(() => [
7196
7196
  q("tr", null, [
7197
- fe(mi, { title: "Name" }),
7198
- fe(mi, { title: "Value" }),
7199
- fe(mi, { title: " " })
7197
+ fe(vi, { title: "Name" }),
7198
+ fe(vi, { title: "Value" }),
7199
+ fe(vi, { title: " " })
7200
7200
  ])
7201
7201
  ]),
7202
7202
  rows: Ne(() => [
@@ -9372,7 +9372,7 @@ function ZL() {
9372
9372
  return H ? "Symbol(src)_1." + H : "";
9373
9373
  }(), Ke = ae.toString, Ze = Le.hasOwnProperty, Ye = Le.toString, ht = RegExp(
9374
9374
  "^" + Ke.call(Ze).replace(z, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
9375
- ), Lt = ye ? Z.Buffer : void 0, _t = Z.Symbol, Ct = Z.Uint8Array, Ut = he(Object.getPrototypeOf, Object), St = Object.create, Gn = Le.propertyIsEnumerable, Dt = W.splice, zt = Object.getOwnPropertySymbols, Vt = Lt ? Lt.isBuffer : void 0, Sn = he(Object.keys, Object), Ht = qi(Z, "DataView"), In = qi(Z, "Map"), Nt = qi(Z, "Promise"), nn = qi(Z, "Set"), Zn = qi(Z, "WeakMap"), un = qi(Object, "create"), Gt = Nr(Ht), Tn = Nr(In), ma = Nr(Nt), Kr = Nr(nn), ra = Nr(Zn), wi = _t ? _t.prototype : void 0, rn = wi ? wi.valueOf : void 0;
9375
+ ), Lt = ye ? Z.Buffer : void 0, _t = Z.Symbol, Ct = Z.Uint8Array, Ut = he(Object.getPrototypeOf, Object), St = Object.create, Gn = Le.propertyIsEnumerable, Dt = W.splice, Gt = Object.getOwnPropertySymbols, Vt = Lt ? Lt.isBuffer : void 0, Sn = he(Object.keys, Object), Ht = qi(Z, "DataView"), In = qi(Z, "Map"), Nt = qi(Z, "Promise"), nn = qi(Z, "Set"), Zn = qi(Z, "WeakMap"), un = qi(Object, "create"), Yt = Nr(Ht), Tn = Nr(In), ma = Nr(Nt), Kr = Nr(nn), ra = Nr(Zn), Bi = _t ? _t.prototype : void 0, rn = Bi ? Bi.valueOf : void 0;
9376
9376
  function oi(H) {
9377
9377
  var me = -1, Qe = H ? H.length : 0;
9378
9378
  for (this.clear(); ++me < Qe; ) {
@@ -9427,11 +9427,11 @@ function ZL() {
9427
9427
  function li(H) {
9428
9428
  return ys(this.__data__, H) > -1;
9429
9429
  }
9430
- function Wt(H, me) {
9430
+ function Zt(H, me) {
9431
9431
  var Qe = this.__data__, tt = ys(Qe, H);
9432
9432
  return tt < 0 ? Qe.push([H, me]) : Qe[tt][1] = me, this;
9433
9433
  }
9434
- _n.prototype.clear = $s, _n.prototype.delete = ms, _n.prototype.get = aa, _n.prototype.has = li, _n.prototype.set = Wt;
9434
+ _n.prototype.clear = $s, _n.prototype.delete = ms, _n.prototype.get = aa, _n.prototype.has = li, _n.prototype.set = Zt;
9435
9435
  function gr(H) {
9436
9436
  var me = -1, Qe = H ? H.length : 0;
9437
9437
  for (this.clear(); ++me < Qe; ) {
@@ -9501,7 +9501,7 @@ function ZL() {
9501
9501
  return Qe;
9502
9502
  return -1;
9503
9503
  }
9504
- function Oi(H, me) {
9504
+ function Mi(H, me) {
9505
9505
  return H && sa(me, _a(me), H);
9506
9506
  }
9507
9507
  function Hs(H, me, Qe, tt, pn, Ot, Nn) {
@@ -9522,7 +9522,7 @@ function ZL() {
9522
9522
  if (R(H))
9523
9523
  return Ot ? H : {};
9524
9524
  if (On = ba(ei ? {} : H), !me)
9525
- return qs(H, Oi(On, H));
9525
+ return qs(H, Mi(On, H));
9526
9526
  } else {
9527
9527
  if (!Ae[bn])
9528
9528
  return Ot ? H : {};
@@ -9530,9 +9530,9 @@ function ZL() {
9530
9530
  }
9531
9531
  }
9532
9532
  Nn || (Nn = new Ai());
9533
- var xi = Nn.get(H);
9534
- if (xi)
9535
- return xi;
9533
+ var _i = Nn.get(H);
9534
+ if (_i)
9535
+ return _i;
9536
9536
  if (Nn.set(H, On), !Ur)
9537
9537
  var Rr = Qe ? Ma(H) : _a(H);
9538
9538
  return ue(Rr || H, function(Cr, wr) {
@@ -9573,7 +9573,7 @@ function ZL() {
9573
9573
  var me = new H.constructor(H.byteLength);
9574
9574
  return new Ct(me).set(new Ct(H)), me;
9575
9575
  }
9576
- function Mi(H, me) {
9576
+ function Qi(H, me) {
9577
9577
  var Qe = me ? mo(H.buffer) : H.buffer;
9578
9578
  return new H.constructor(Qe, H.byteOffset, H.byteLength);
9579
9579
  }
@@ -9585,7 +9585,7 @@ function ZL() {
9585
9585
  var me = new H.constructor(H.source, Y.exec(H));
9586
9586
  return me.lastIndex = H.lastIndex, me;
9587
9587
  }
9588
- function Bi(H, me, Qe) {
9588
+ function xi(H, me, Qe) {
9589
9589
  var tt = me ? Qe(X(H), !0) : X(H);
9590
9590
  return Te(tt, Be, new H.constructor());
9591
9591
  }
@@ -9611,10 +9611,10 @@ function ZL() {
9611
9611
  return Qe;
9612
9612
  }
9613
9613
  function qs(H, me) {
9614
- return sa(H, Qi(H), me);
9614
+ return sa(H, Di(H), me);
9615
9615
  }
9616
9616
  function Ma(H) {
9617
- return go(H, _a, Qi);
9617
+ return go(H, _a, Di);
9618
9618
  }
9619
9619
  function ss(H, me) {
9620
9620
  var Qe = H.__data__;
@@ -9624,12 +9624,12 @@ function ZL() {
9624
9624
  var Qe = je(H, me);
9625
9625
  return bs(Qe) ? Qe : void 0;
9626
9626
  }
9627
- var Qi = zt ? he(zt, Object) : Qa, Ki = Oa;
9627
+ var Di = Gt ? he(Gt, Object) : Qa, Ki = Oa;
9628
9628
  (Ht && Ki(new Ht(new ArrayBuffer(1))) != E || In && Ki(new In()) != f || Nt && Ki(Nt.resolve()) != h || nn && Ki(new nn()) != v || Zn && Ki(new Zn()) != b) && (Ki = function(H) {
9629
9629
  var me = Ye.call(H), Qe = me == p ? H.constructor : void 0, tt = Qe ? Nr(Qe) : void 0;
9630
9630
  if (tt)
9631
9631
  switch (tt) {
9632
- case Gt:
9632
+ case Yt:
9633
9633
  return E;
9634
9634
  case Tn:
9635
9635
  return f;
@@ -9658,7 +9658,7 @@ function ZL() {
9658
9658
  case l:
9659
9659
  return new pn(+H);
9660
9660
  case E:
9661
- return Mi(H, tt);
9661
+ return Qi(H, tt);
9662
9662
  case C:
9663
9663
  case F:
9664
9664
  case I:
@@ -9677,7 +9677,7 @@ function ZL() {
9677
9677
  case g:
9678
9678
  return vo(H);
9679
9679
  case v:
9680
- return Bi(H, tt, Qe);
9680
+ return xi(H, tt, Qe);
9681
9681
  case y:
9682
9682
  return br(H);
9683
9683
  }
@@ -9821,7 +9821,7 @@ function XL() {
9821
9821
  return H ? "Symbol(src)_1." + H : "";
9822
9822
  }(), Gn = Lt.toString, Dt = RegExp(
9823
9823
  "^" + Ct.call(Ut).replace(M, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
9824
- ), zt = Te ? Be.Buffer : void 0, Vt = Be.Symbol, Sn = Be.Uint8Array, Ht = Lt.propertyIsEnumerable, In = Ye.splice, Nt = Vt ? Vt.toStringTag : void 0, nn = Object.getOwnPropertySymbols, Zn = zt ? zt.isBuffer : void 0, un = Ke(Object.keys, Object), Gt = Qi(Be, "DataView"), Tn = Qi(Be, "Map"), ma = Qi(Be, "Promise"), Kr = Qi(Be, "Set"), ra = Qi(Be, "WeakMap"), wi = Qi(Object, "create"), rn = Nr(Gt), oi = Nr(Tn), is = Nr(ma), ia = Nr(Kr), ji = Nr(ra), Wn = Vt ? Vt.prototype : void 0, cr = Wn ? Wn.valueOf : void 0;
9824
+ ), Gt = Te ? Be.Buffer : void 0, Vt = Be.Symbol, Sn = Be.Uint8Array, Ht = Lt.propertyIsEnumerable, In = Ye.splice, Nt = Vt ? Vt.toStringTag : void 0, nn = Object.getOwnPropertySymbols, Zn = Gt ? Gt.isBuffer : void 0, un = Ke(Object.keys, Object), Yt = Di(Be, "DataView"), Tn = Di(Be, "Map"), ma = Di(Be, "Promise"), Kr = Di(Be, "Set"), ra = Di(Be, "WeakMap"), Bi = Di(Object, "create"), rn = Nr(Yt), oi = Nr(Tn), is = Nr(ma), ia = Nr(Kr), ji = Nr(ra), Wn = Vt ? Vt.prototype : void 0, cr = Wn ? Wn.valueOf : void 0;
9825
9825
  function _n(H) {
9826
9826
  var me = -1, Qe = H == null ? 0 : H.length;
9827
9827
  for (this.clear(); ++me < Qe; ) {
@@ -9830,7 +9830,7 @@ function XL() {
9830
9830
  }
9831
9831
  }
9832
9832
  function $s() {
9833
- this.__data__ = wi ? wi(null) : {}, this.size = 0;
9833
+ this.__data__ = Bi ? Bi(null) : {}, this.size = 0;
9834
9834
  }
9835
9835
  function ms(H) {
9836
9836
  var me = this.has(H) && delete this.__data__[H];
@@ -9838,7 +9838,7 @@ function XL() {
9838
9838
  }
9839
9839
  function aa(H) {
9840
9840
  var me = this.__data__;
9841
- if (wi) {
9841
+ if (Bi) {
9842
9842
  var Qe = me[H];
9843
9843
  return Qe === r ? void 0 : Qe;
9844
9844
  }
@@ -9846,13 +9846,13 @@ function XL() {
9846
9846
  }
9847
9847
  function li(H) {
9848
9848
  var me = this.__data__;
9849
- return wi ? me[H] !== void 0 : Ut.call(me, H);
9849
+ return Bi ? me[H] !== void 0 : Ut.call(me, H);
9850
9850
  }
9851
- function Wt(H, me) {
9851
+ function Zt(H, me) {
9852
9852
  var Qe = this.__data__;
9853
- return this.size += this.has(H) ? 0 : 1, Qe[H] = wi && me === void 0 ? r : me, this;
9853
+ return this.size += this.has(H) ? 0 : 1, Qe[H] = Bi && me === void 0 ? r : me, this;
9854
9854
  }
9855
- _n.prototype.clear = $s, _n.prototype.delete = ms, _n.prototype.get = aa, _n.prototype.has = li, _n.prototype.set = Wt;
9855
+ _n.prototype.clear = $s, _n.prototype.delete = ms, _n.prototype.get = aa, _n.prototype.has = li, _n.prototype.set = Zt;
9856
9856
  function gr(H) {
9857
9857
  var me = -1, Qe = H == null ? 0 : H.length;
9858
9858
  for (this.clear(); ++me < Qe; ) {
@@ -9923,7 +9923,7 @@ function XL() {
9923
9923
  return this.__data__.has(H);
9924
9924
  }
9925
9925
  ci.prototype.add = ci.prototype.push = as, ci.prototype.has = ys;
9926
- function Oi(H) {
9926
+ function Mi(H) {
9927
9927
  var me = this.__data__ = new gr(H);
9928
9928
  this.size = me.size;
9929
9929
  }
@@ -9950,7 +9950,7 @@ function XL() {
9950
9950
  }
9951
9951
  return Qe.set(H, me), this.size = Qe.size, this;
9952
9952
  }
9953
- Oi.prototype.clear = Hs, Oi.prototype.delete = Dl, Oi.prototype.get = go, Oi.prototype.has = Oa, Oi.prototype.set = bs;
9953
+ Mi.prototype.clear = Hs, Mi.prototype.delete = Dl, Mi.prototype.get = go, Mi.prototype.has = Oa, Mi.prototype.set = bs;
9954
9954
  function _A(H, me) {
9955
9955
  var Qe = fn(H), tt = !Qe && Wo(H), pn = !Qe && !tt && bo(H), Ot = !Qe && !tt && !pn && Ks(H), Nn = Qe || tt || pn || Ot, On = Nn ? W(H.length, String) : [], Ur = On.length;
9956
9956
  for (var bn in H)
@@ -9971,34 +9971,34 @@ function XL() {
9971
9971
  var tt = me(H);
9972
9972
  return fn(H) ? tt : he(tt, Qe(H));
9973
9973
  }
9974
- function Mi(H) {
9974
+ function Qi(H) {
9975
9975
  return H == null ? H === void 0 ? I : v : Nt && Nt in Object(H) ? Ki(H) : Pl(H);
9976
9976
  }
9977
9977
  function js(H) {
9978
- return xa(H) && Mi(H) == o;
9978
+ return xa(H) && Qi(H) == o;
9979
9979
  }
9980
9980
  function vo(H, me, Qe, tt, pn) {
9981
- return H === me ? !0 : H == null || me == null || !xa(H) && !xa(me) ? H !== H && me !== me : Bi(H, me, Qe, tt, vo, pn);
9981
+ return H === me ? !0 : H == null || me == null || !xa(H) && !xa(me) ? H !== H && me !== me : xi(H, me, Qe, tt, vo, pn);
9982
9982
  }
9983
- function Bi(H, me, Qe, tt, pn, Ot) {
9983
+ function xi(H, me, Qe, tt, pn, Ot) {
9984
9984
  var Nn = fn(H), On = fn(me), Ur = Nn ? l : ba(H), bn = On ? l : ba(me);
9985
9985
  Ur = Ur == o ? m : Ur, bn = bn == o ? m : bn;
9986
- var ei = Ur == m, xi = bn == m, Rr = Ur == bn;
9986
+ var ei = Ur == m, _i = bn == m, Rr = Ur == bn;
9987
9987
  if (Rr && bo(H)) {
9988
9988
  if (!bo(me))
9989
9989
  return !1;
9990
9990
  Nn = !0, ei = !1;
9991
9991
  }
9992
9992
  if (Rr && !ei)
9993
- return Ot || (Ot = new Oi()), Nn || Ks(H) ? sa(H, me, Qe, tt, pn, Ot) : qs(H, me, Ur, Qe, tt, pn, Ot);
9993
+ return Ot || (Ot = new Mi()), Nn || Ks(H) ? sa(H, me, Qe, tt, pn, Ot) : qs(H, me, Ur, Qe, tt, pn, Ot);
9994
9994
  if (!(Qe & i)) {
9995
- var Cr = ei && Ut.call(H, "__wrapped__"), wr = xi && Ut.call(me, "__wrapped__");
9995
+ var Cr = ei && Ut.call(H, "__wrapped__"), wr = _i && Ut.call(me, "__wrapped__");
9996
9996
  if (Cr || wr) {
9997
9997
  var Sr = Cr ? H.value() : H, zi = wr ? me.value() : me;
9998
- return Ot || (Ot = new Oi()), pn(Sr, zi, Qe, tt, Ot);
9998
+ return Ot || (Ot = new Mi()), pn(Sr, zi, Qe, tt, Ot);
9999
9999
  }
10000
10000
  }
10001
- return Rr ? (Ot || (Ot = new Oi()), Ma(H, me, Qe, tt, pn, Ot)) : !1;
10001
+ return Rr ? (Ot || (Ot = new Mi()), Ma(H, me, Qe, tt, pn, Ot)) : !1;
10002
10002
  }
10003
10003
  function br(H) {
10004
10004
  if (!Zo(H) || Yo(H))
@@ -10007,7 +10007,7 @@ function XL() {
10007
10007
  return me.test(Nr(H));
10008
10008
  }
10009
10009
  function ya(H) {
10010
- return xa(H) && Ba(H.length) && !!ie[Mi(H)];
10010
+ return xa(H) && Ba(H.length) && !!ie[Qi(H)];
10011
10011
  }
10012
10012
  function Vs(H) {
10013
10013
  if (!oa(H))
@@ -10024,7 +10024,7 @@ function XL() {
10024
10024
  var bn = Ot.get(H);
10025
10025
  if (bn && Ot.get(me))
10026
10026
  return bn == me;
10027
- var ei = -1, xi = !0, Rr = Qe & a ? new ci() : void 0;
10027
+ var ei = -1, _i = !0, Rr = Qe & a ? new ci() : void 0;
10028
10028
  for (Ot.set(H, me), Ot.set(me, H); ++ei < On; ) {
10029
10029
  var Cr = H[ei], wr = me[ei];
10030
10030
  if (tt)
@@ -10032,7 +10032,7 @@ function XL() {
10032
10032
  if (Sr !== void 0) {
10033
10033
  if (Sr)
10034
10034
  continue;
10035
- xi = !1;
10035
+ _i = !1;
10036
10036
  break;
10037
10037
  }
10038
10038
  if (Rr) {
@@ -10040,15 +10040,15 @@ function XL() {
10040
10040
  if (!Le(Rr, Bs) && (Cr === zi || pn(Cr, zi, Qe, tt, Ot)))
10041
10041
  return Rr.push(Bs);
10042
10042
  })) {
10043
- xi = !1;
10043
+ _i = !1;
10044
10044
  break;
10045
10045
  }
10046
10046
  } else if (!(Cr === wr || pn(Cr, wr, Qe, tt, Ot))) {
10047
- xi = !1;
10047
+ _i = !1;
10048
10048
  break;
10049
10049
  }
10050
10050
  }
10051
- return Ot.delete(H), Ot.delete(me), xi;
10051
+ return Ot.delete(H), Ot.delete(me), _i;
10052
10052
  }
10053
10053
  function qs(H, me, Qe, tt, pn, Ot, Nn) {
10054
10054
  switch (Qe) {
@@ -10089,8 +10089,8 @@ function XL() {
10089
10089
  var Nn = Qe & i, On = ss(H), Ur = On.length, bn = ss(me), ei = bn.length;
10090
10090
  if (Ur != ei && !Nn)
10091
10091
  return !1;
10092
- for (var xi = Ur; xi--; ) {
10093
- var Rr = On[xi];
10092
+ for (var _i = Ur; _i--; ) {
10093
+ var Rr = On[_i];
10094
10094
  if (!(Nn ? Rr in me : Ut.call(me, Rr)))
10095
10095
  return !1;
10096
10096
  }
@@ -10099,8 +10099,8 @@ function XL() {
10099
10099
  return Cr == me;
10100
10100
  var wr = !0;
10101
10101
  Ot.set(H, me), Ot.set(me, H);
10102
- for (var Sr = Nn; ++xi < Ur; ) {
10103
- Rr = On[xi];
10102
+ for (var Sr = Nn; ++_i < Ur; ) {
10103
+ Rr = On[_i];
10104
10104
  var zi = H[Rr], Bs = me[Rr];
10105
10105
  if (tt)
10106
10106
  var O = Nn ? tt(Bs, zi, Rr, me, H, Ot) : tt(zi, Bs, Rr, H, me, Ot);
@@ -10123,7 +10123,7 @@ function XL() {
10123
10123
  var Qe = H.__data__;
10124
10124
  return Go(me) ? Qe[typeof me == "string" ? "string" : "hash"] : Qe.map;
10125
10125
  }
10126
- function Qi(H, me) {
10126
+ function Di(H, me) {
10127
10127
  var Qe = Oe(H, me);
10128
10128
  return br(Qe) ? Qe : void 0;
10129
10129
  }
@@ -10141,9 +10141,9 @@ function XL() {
10141
10141
  return H == null ? [] : (H = Object(H), ee(nn(H), function(me) {
10142
10142
  return Ht.call(H, me);
10143
10143
  }));
10144
- } : Qa, ba = Mi;
10145
- (Gt && ba(new Gt(new ArrayBuffer(1))) != T || Tn && ba(new Tn()) != h || ma && ba(ma.resolve()) != y || Kr && ba(new Kr()) != E || ra && ba(new ra()) != $) && (ba = function(H) {
10146
- var me = Mi(H), Qe = me == m ? H.constructor : void 0, tt = Qe ? Nr(Qe) : "";
10144
+ } : Qa, ba = Qi;
10145
+ (Yt && ba(new Yt(new ArrayBuffer(1))) != T || Tn && ba(new Tn()) != h || ma && ba(ma.resolve()) != y || Kr && ba(new Kr()) != E || ra && ba(new ra()) != $) && (ba = function(H) {
10146
+ var me = Qi(H), Qe = me == m ? H.constructor : void 0, tt = Qe ? Nr(Qe) : "";
10147
10147
  if (tt)
10148
10148
  switch (tt) {
10149
10149
  case rn:
@@ -10207,7 +10207,7 @@ function XL() {
10207
10207
  function wa(H) {
10208
10208
  if (!Zo(H))
10209
10209
  return !1;
10210
- var me = Mi(H);
10210
+ var me = Qi(H);
10211
10211
  return me == c || me == p || me == A || me == b;
10212
10212
  }
10213
10213
  function Ba(H) {
@@ -24078,8 +24078,8 @@ function Zre(e, t) {
24078
24078
  function Xre(e, t) {
24079
24079
  return (e % t + t) % t;
24080
24080
  }
24081
- var Li;
24082
- Array.prototype.indexOf ? Li = Array.prototype.indexOf : Li = function(e) {
24081
+ var Ui;
24082
+ Array.prototype.indexOf ? Ui = Array.prototype.indexOf : Ui = function(e) {
24083
24083
  var t;
24084
24084
  for (t = 0; t < this.length; ++t)
24085
24085
  if (this[t] === e)
@@ -24133,7 +24133,7 @@ function iie(e, t, n) {
24133
24133
  a,
24134
24134
  ""
24135
24135
  ).toLocaleLowerCase(), this._longMonthsParse[r] = this.months(a, "").toLocaleLowerCase();
24136
- return n ? t === "MMM" ? (i = Li.call(this._shortMonthsParse, s), i !== -1 ? i : null) : (i = Li.call(this._longMonthsParse, s), i !== -1 ? i : null) : t === "MMM" ? (i = Li.call(this._shortMonthsParse, s), i !== -1 ? i : (i = Li.call(this._longMonthsParse, s), i !== -1 ? i : null)) : (i = Li.call(this._longMonthsParse, s), i !== -1 ? i : (i = Li.call(this._shortMonthsParse, s), i !== -1 ? i : null));
24136
+ return n ? t === "MMM" ? (i = Ui.call(this._shortMonthsParse, s), i !== -1 ? i : null) : (i = Ui.call(this._longMonthsParse, s), i !== -1 ? i : null) : t === "MMM" ? (i = Ui.call(this._shortMonthsParse, s), i !== -1 ? i : (i = Ui.call(this._longMonthsParse, s), i !== -1 ? i : null)) : (i = Ui.call(this._longMonthsParse, s), i !== -1 ? i : (i = Ui.call(this._shortMonthsParse, s), i !== -1 ? i : null));
24137
24137
  }
24138
24138
  function aie(e, t, n) {
24139
24139
  var r, i, a;
@@ -24320,7 +24320,7 @@ function Sie(e, t, n) {
24320
24320
  a,
24321
24321
  ""
24322
24322
  ).toLocaleLowerCase(), this._weekdaysParse[r] = this.weekdays(a, "").toLocaleLowerCase();
24323
- return n ? t === "dddd" ? (i = Li.call(this._weekdaysParse, s), i !== -1 ? i : null) : t === "ddd" ? (i = Li.call(this._shortWeekdaysParse, s), i !== -1 ? i : null) : (i = Li.call(this._minWeekdaysParse, s), i !== -1 ? i : null) : t === "dddd" ? (i = Li.call(this._weekdaysParse, s), i !== -1 || (i = Li.call(this._shortWeekdaysParse, s), i !== -1) ? i : (i = Li.call(this._minWeekdaysParse, s), i !== -1 ? i : null)) : t === "ddd" ? (i = Li.call(this._shortWeekdaysParse, s), i !== -1 || (i = Li.call(this._weekdaysParse, s), i !== -1) ? i : (i = Li.call(this._minWeekdaysParse, s), i !== -1 ? i : null)) : (i = Li.call(this._minWeekdaysParse, s), i !== -1 || (i = Li.call(this._weekdaysParse, s), i !== -1) ? i : (i = Li.call(this._shortWeekdaysParse, s), i !== -1 ? i : null));
24323
+ return n ? t === "dddd" ? (i = Ui.call(this._weekdaysParse, s), i !== -1 ? i : null) : t === "ddd" ? (i = Ui.call(this._shortWeekdaysParse, s), i !== -1 ? i : null) : (i = Ui.call(this._minWeekdaysParse, s), i !== -1 ? i : null) : t === "dddd" ? (i = Ui.call(this._weekdaysParse, s), i !== -1 || (i = Ui.call(this._shortWeekdaysParse, s), i !== -1) ? i : (i = Ui.call(this._minWeekdaysParse, s), i !== -1 ? i : null)) : t === "ddd" ? (i = Ui.call(this._shortWeekdaysParse, s), i !== -1 || (i = Ui.call(this._weekdaysParse, s), i !== -1) ? i : (i = Ui.call(this._minWeekdaysParse, s), i !== -1 ? i : null)) : (i = Ui.call(this._minWeekdaysParse, s), i !== -1 || (i = Ui.call(this._weekdaysParse, s), i !== -1) ? i : (i = Ui.call(this._shortWeekdaysParse, s), i !== -1 ? i : null));
24324
24324
  }
24325
24325
  function Eie(e, t, n) {
24326
24326
  var r, i, a;
@@ -24879,7 +24879,7 @@ var dae = function() {
24879
24879
  function hae(e) {
24880
24880
  var t, n = !1, r, i = wp.length;
24881
24881
  for (t in e)
24882
- if (dr(e, t) && !(Li.call(wp, t) !== -1 && (e[t] == null || !isNaN(e[t]))))
24882
+ if (dr(e, t) && !(Ui.call(wp, t) !== -1 && (e[t] == null || !isNaN(e[t]))))
24883
24883
  return !1;
24884
24884
  for (r = 0; r < i; ++r)
24885
24885
  if (e[wp[r]]) {
@@ -27233,7 +27233,7 @@ function aT(e, t) {
27233
27233
  const n = iT(e, t);
27234
27234
  return n && Math.sqrt(n);
27235
27235
  }
27236
- function Ni(e, t) {
27236
+ function Oi(e, t) {
27237
27237
  let n, r;
27238
27238
  if (t === void 0)
27239
27239
  for (const i of e)
@@ -28272,7 +28272,7 @@ gs.prototype = _g.prototype = {
28272
28272
  dispatch: Vue,
28273
28273
  [Symbol.iterator]: que
28274
28274
  };
28275
- function Zt(e) {
28275
+ function zt(e) {
28276
28276
  return typeof e == "string" ? new gs([[document.querySelector(e)]], [document.documentElement]) : new gs([[e]], v3);
28277
28277
  }
28278
28278
  function zue(e) {
@@ -28302,11 +28302,11 @@ function kB(e) {
28302
28302
  e.preventDefault(), e.stopImmediatePropagation();
28303
28303
  }
28304
28304
  function Gue(e) {
28305
- var t = e.document.documentElement, n = Zt(e).on("dragstart.drag", kB, EB);
28305
+ var t = e.document.documentElement, n = zt(e).on("dragstart.drag", kB, EB);
28306
28306
  "onselectstart" in t ? n.on("selectstart.drag", kB, EB) : (t.__noselect = t.style.MozUserSelect, t.style.MozUserSelect = "none");
28307
28307
  }
28308
28308
  function Yue(e, t) {
28309
- var n = e.document.documentElement, r = Zt(e).on("dragstart.drag", null);
28309
+ var n = e.document.documentElement, r = zt(e).on("dragstart.drag", null);
28310
28310
  t && (r.on("click.drag", kB, EB), setTimeout(function() {
28311
28311
  r.on("click.drag", null);
28312
28312
  }, 0)), "onselectstart" in n ? r.on("selectstart.drag", null) : (n.style.MozUserSelect = n.__noselect, delete n.__noselect);
@@ -29645,7 +29645,7 @@ function Xfe(e) {
29645
29645
  var v = g.property("__brush", h).selectAll(".overlay").data([DB("overlay")]);
29646
29646
  v.enter().append("rect").attr("class", "overlay").attr("pointer-events", "all").attr("cursor", DA.overlay).merge(v).each(function() {
29647
29647
  var y = Aw(this).extent;
29648
- Zt(this).attr("x", y[0][0]).attr("y", y[0][1]).attr("width", y[1][0] - y[0][0]).attr("height", y[1][1] - y[0][1]);
29648
+ zt(this).attr("x", y[0][0]).attr("y", y[0][1]).attr("width", y[1][0] - y[0][0]).attr("height", y[1][1] - y[0][1]);
29649
29649
  }), g.selectAll(".selection").data([DB("selection")]).enter().append("rect").attr("class", "selection").attr("cursor", DA.selection).attr("fill", "#777").attr("fill-opacity", 0.3).attr("stroke", "#fff").attr("shape-rendering", "crispEdges");
29650
29650
  var m = g.selectAll(".handle").data(e.handles, function(y) {
29651
29651
  return y.type;
@@ -29675,7 +29675,7 @@ function Xfe(e) {
29675
29675
  l.move(g, null, v);
29676
29676
  };
29677
29677
  function A() {
29678
- var g = Zt(this), v = Aw(this).selection;
29678
+ var g = zt(this), v = Aw(this).selection;
29679
29679
  v ? (g.selectAll(".selection").style("display", null).attr("x", v[0][0]).attr("y", v[0][1]).attr("width", v[1][0] - v[0][0]).attr("height", v[1][1] - v[0][1]), g.selectAll(".handle").style("display", null).attr("x", function(m) {
29680
29680
  return m.type[m.type.length - 1] === "e" ? v[1][0] - s / 2 : v[0][0] - s / 2;
29681
29681
  }).attr("y", function(m) {
@@ -29707,7 +29707,7 @@ function Xfe(e) {
29707
29707
  return --this.active === 0 && (delete this.state.emitter, this.emit("end", g, v)), this;
29708
29708
  },
29709
29709
  emit: function(g, v, m) {
29710
- var y = Zt(this.that).datum();
29710
+ var y = zt(this.that).datum();
29711
29711
  a.call(
29712
29712
  g,
29713
29713
  this.that,
@@ -29743,11 +29743,11 @@ function Xfe(e) {
29743
29743
  } else
29744
29744
  $ = F[0][0], N = F[0][1], z = F[1][0], re = F[1][1];
29745
29745
  S = $, L = N, Y = z, Ae = re;
29746
- var ue = Zt(v).attr("pointer-events", "none"), ke = ue.selectAll(".overlay").attr("cursor", DA[m]);
29746
+ var ue = zt(v).attr("pointer-events", "none"), ke = ue.selectAll(".overlay").attr("cursor", DA[m]);
29747
29747
  if (g.touches)
29748
29748
  Be.moved = Ie, Be.ended = R;
29749
29749
  else {
29750
- var Te = Zt(g.view).on("mousemove.brush", Ie, !0).on("mouseup.brush", R, !0);
29750
+ var Te = zt(g.view).on("mousemove.brush", Ie, !0).on("mouseup.brush", R, !0);
29751
29751
  i && Te.on("keydown.brush", ee, !0).on("keyup.brush", he, !0), Gue(g.view);
29752
29752
  }
29753
29753
  A.call(v), Be.start(g, y.name);
@@ -30095,14 +30095,14 @@ function ude(e, t) {
30095
30095
  function cde(e, t) {
30096
30096
  return e = Math.abs(e), t = Math.abs(t) - e, Math.max(0, Lh(t) - Lh(e)) + 1;
30097
30097
  }
30098
- var Hn = 1e-6, tN = 1e-12, Yn = Math.PI, yi = Yn / 2, q8 = Yn / 4, lo = Yn * 2, ds = 180 / Yn, gi = Yn / 180, Lr = Math.abs, ep = Math.atan, yu = Math.atan2, Kn = Math.cos, nN = Math.exp, jv = Math.log, uw = Math.pow, Mn = Math.sin, Oo = Math.sign || function(e) {
30098
+ var Hn = 1e-6, tN = 1e-12, Yn = Math.PI, bi = Yn / 2, q8 = Yn / 4, lo = Yn * 2, ds = 180 / Yn, mi = Yn / 180, Lr = Math.abs, ep = Math.atan, yu = Math.atan2, Kn = Math.cos, nN = Math.exp, jv = Math.log, uw = Math.pow, Mn = Math.sin, Oo = Math.sign || function(e) {
30099
30099
  return e > 0 ? 1 : e < 0 ? -1 : 0;
30100
30100
  }, Qs = Math.sqrt, k3 = Math.tan;
30101
30101
  function rN(e) {
30102
30102
  return e > 1 ? 0 : e < -1 ? Yn : Math.acos(e);
30103
30103
  }
30104
30104
  function Ho(e) {
30105
- return e > 1 ? yi : e < -1 ? -yi : Math.asin(e);
30105
+ return e > 1 ? bi : e < -1 ? -bi : Math.asin(e);
30106
30106
  }
30107
30107
  function Mo() {
30108
30108
  }
@@ -30220,12 +30220,12 @@ function Z8(e, t) {
30220
30220
  }, s;
30221
30221
  }
30222
30222
  function fde(e) {
30223
- e = iN(e[0] * gi, e[1] * gi, e.length > 2 ? e[2] * gi : 0);
30223
+ e = iN(e[0] * mi, e[1] * mi, e.length > 2 ? e[2] * mi : 0);
30224
30224
  function t(n) {
30225
- return n = e(n[0] * gi, n[1] * gi), n[0] *= ds, n[1] *= ds, n;
30225
+ return n = e(n[0] * mi, n[1] * mi), n[0] *= ds, n[1] *= ds, n;
30226
30226
  }
30227
30227
  return t.invert = function(n) {
30228
- return n = e.invert(n[0] * gi, n[1] * gi), n[0] *= ds, n[1] *= ds, n;
30228
+ return n = e.invert(n[0] * mi, n[1] * mi), n[0] *= ds, n[1] *= ds, n;
30229
30229
  }, t;
30230
30230
  }
30231
30231
  function dde(e, t, n, r, i, a) {
@@ -30319,7 +30319,7 @@ function fw(e) {
30319
30319
  }
30320
30320
  function hde(e, t) {
30321
30321
  var n = fw(t), r = t[1], i = Mn(r), a = [Mn(n), -Kn(n), 0], s = 0, o = 0, l = new Tf();
30322
- i === 1 ? r = yi + Hn : i === -1 && (r = -yi - Hn);
30322
+ i === 1 ? r = bi + Hn : i === -1 && (r = -bi - Hn);
30323
30323
  for (var A = 0, u = e.length; A < u; ++A)
30324
30324
  if (f = (d = e[A]).length)
30325
30325
  for (var d, f, c = d[f - 1], p = fw(c), h = c[1] / 2 + q8, g = Mn(h), v = Kn(h), m = 0; m < f; ++m, p = b, g = E, v = C, c = y) {
@@ -30392,7 +30392,7 @@ function pde(e) {
30392
30392
  return e.length > 1;
30393
30393
  }
30394
30394
  function gde(e, t) {
30395
- return ((e = e.x)[0] < 0 ? e[1] - yi - Hn : yi - e[1]) - ((t = t.x)[0] < 0 ? t[1] - yi - Hn : yi - t[1]);
30395
+ return ((e = e.x)[0] < 0 ? e[1] - bi - Hn : bi - e[1]) - ((t = t.x)[0] < 0 ? t[1] - bi - Hn : bi - t[1]);
30396
30396
  }
30397
30397
  const eS = oN(
30398
30398
  function() {
@@ -30400,7 +30400,7 @@ const eS = oN(
30400
30400
  },
30401
30401
  mde,
30402
30402
  yde,
30403
- [-Yn, -yi]
30403
+ [-Yn, -bi]
30404
30404
  );
30405
30405
  function mde(e) {
30406
30406
  var t = NaN, n = NaN, r = NaN, i;
@@ -30410,7 +30410,7 @@ function mde(e) {
30410
30410
  },
30411
30411
  point: function(a, s) {
30412
30412
  var o = a > 0 ? Yn : -Yn, l = Lr(a - t);
30413
- Lr(l - Yn) < Hn ? (e.point(t, n = (n + s) / 2 > 0 ? yi : -yi), e.point(r, n), e.lineEnd(), e.lineStart(), e.point(o, n), e.point(a, n), i = 0) : r !== o && l >= Yn && (Lr(t - r) < Hn && (t -= r * Hn), Lr(a - o) < Hn && (a -= o * Hn), n = vde(t, n, a, s), e.point(r, n), e.lineEnd(), e.lineStart(), e.point(o, n), i = 0), e.point(t = a, n = s), r = o;
30413
+ Lr(l - Yn) < Hn ? (e.point(t, n = (n + s) / 2 > 0 ? bi : -bi), e.point(r, n), e.lineEnd(), e.lineStart(), e.point(o, n), e.point(a, n), i = 0) : r !== o && l >= Yn && (Lr(t - r) < Hn && (t -= r * Hn), Lr(a - o) < Hn && (a -= o * Hn), n = vde(t, n, a, s), e.point(r, n), e.lineEnd(), e.lineStart(), e.point(o, n), i = 0), e.point(t = a, n = s), r = o;
30414
30414
  },
30415
30415
  lineEnd: function() {
30416
30416
  e.lineEnd(), t = n = NaN;
@@ -30427,7 +30427,7 @@ function vde(e, t, n, r) {
30427
30427
  function yde(e, t, n, r) {
30428
30428
  var i;
30429
30429
  if (e == null)
30430
- i = n * yi, r.point(-Yn, i), r.point(0, i), r.point(Yn, i), r.point(Yn, 0), r.point(Yn, -i), r.point(0, -i), r.point(-Yn, -i), r.point(-Yn, 0), r.point(-Yn, i);
30430
+ i = n * bi, r.point(-Yn, i), r.point(0, i), r.point(Yn, i), r.point(Yn, 0), r.point(Yn, -i), r.point(0, -i), r.point(-Yn, -i), r.point(-Yn, 0), r.point(-Yn, i);
30431
30431
  else if (Lr(e[0] - t[0]) > Hn) {
30432
30432
  var a = e[0] < t[0] ? Yn : -Yn;
30433
30433
  i = n * a / 2, r.point(-a, i), r.point(0, i), r.point(a, i);
@@ -30435,7 +30435,7 @@ function yde(e, t, n, r) {
30435
30435
  r.point(t[0], t[1]);
30436
30436
  }
30437
30437
  function bde(e) {
30438
- var t = Kn(e), n = 2 * gi, r = t > 0, i = Lr(t) > Hn;
30438
+ var t = Kn(e), n = 2 * mi, r = t > 0, i = Lr(t) > Hn;
30439
30439
  function a(u, d, f, c) {
30440
30440
  dde(c, e, n, f, u, d);
30441
30441
  }
@@ -30905,7 +30905,7 @@ function BN(e, t, n) {
30905
30905
  e.scale(150 * a).translate([s, o]);
30906
30906
  }, n);
30907
30907
  }
30908
- var oS = 16, Tde = Kn(30 * gi);
30908
+ var oS = 16, Tde = Kn(30 * mi);
30909
30909
  function lS(e, t) {
30910
30910
  return +t ? Ode(e, t) : Nde(e);
30911
30911
  }
@@ -30963,7 +30963,7 @@ function Ode(e, t) {
30963
30963
  }
30964
30964
  var Mde = Fy({
30965
30965
  point: function(e, t) {
30966
- this.stream.point(e * gi, t * gi);
30966
+ this.stream.point(e * mi, t * mi);
30967
30967
  }
30968
30968
  });
30969
30969
  function Qde(e) {
@@ -31000,7 +31000,7 @@ function Qc(e) {
31000
31000
  function xN(e) {
31001
31001
  var t, n = 150, r = 480, i = 250, a = 0, s = 0, o = 0, l = 0, A = 0, u, d = 0, f = 1, c = 1, p = null, h = eS, g = null, v, m, y, b = KB, w = 0.5, E, C, F, I, $;
31002
31002
  function S(P) {
31003
- return F(P[0] * gi, P[1] * gi);
31003
+ return F(P[0] * mi, P[1] * mi);
31004
31004
  }
31005
31005
  function T(P) {
31006
31006
  return P = F.invert(P[0], P[1]), P && [P[0] * ds, P[1] * ds];
@@ -31012,7 +31012,7 @@ function xN(e) {
31012
31012
  }, S.postclip = function(P) {
31013
31013
  return arguments.length ? (b = P, g = v = m = y = null, L()) : b;
31014
31014
  }, S.clipAngle = function(P) {
31015
- return arguments.length ? (h = +P ? bde(p = P * gi) : (p = null, eS), L()) : p * ds;
31015
+ return arguments.length ? (h = +P ? bde(p = P * mi) : (p = null, eS), L()) : p * ds;
31016
31016
  }, S.clipExtent = function(P) {
31017
31017
  return arguments.length ? (b = P == null ? (g = v = m = y = null, KB) : lN(g = +P[0][0], v = +P[0][1], m = +P[1][0], y = +P[1][1]), L()) : g == null ? null : [[g, v], [m, y]];
31018
31018
  }, S.scale = function(P) {
@@ -31020,11 +31020,11 @@ function xN(e) {
31020
31020
  }, S.translate = function(P) {
31021
31021
  return arguments.length ? (r = +P[0], i = +P[1], N()) : [r, i];
31022
31022
  }, S.center = function(P) {
31023
- return arguments.length ? (a = P[0] % 360 * gi, s = P[1] % 360 * gi, N()) : [a * ds, s * ds];
31023
+ return arguments.length ? (a = P[0] % 360 * mi, s = P[1] % 360 * mi, N()) : [a * ds, s * ds];
31024
31024
  }, S.rotate = function(P) {
31025
- return arguments.length ? (o = P[0] % 360 * gi, l = P[1] % 360 * gi, A = P.length > 2 ? P[2] % 360 * gi : 0, N()) : [o * ds, l * ds, A * ds];
31025
+ return arguments.length ? (o = P[0] % 360 * mi, l = P[1] % 360 * mi, A = P.length > 2 ? P[2] % 360 * mi : 0, N()) : [o * ds, l * ds, A * ds];
31026
31026
  }, S.angle = function(P) {
31027
- return arguments.length ? (d = P % 360 * gi, N()) : d * ds;
31027
+ return arguments.length ? (d = P % 360 * mi, N()) : d * ds;
31028
31028
  }, S.reflectX = function(P) {
31029
31029
  return arguments.length ? (f = P ? -1 : 1, N()) : f < 0;
31030
31030
  }, S.reflectY = function(P) {
@@ -31054,7 +31054,7 @@ function xN(e) {
31054
31054
  function I3(e) {
31055
31055
  var t = 0, n = Yn / 3, r = xN(e), i = r(t, n);
31056
31056
  return i.parallels = function(a) {
31057
- return arguments.length ? r(t = a[0] * gi, n = a[1] * gi) : [t * ds, n * ds];
31057
+ return arguments.length ? r(t = a[0] * mi, n = a[1] * mi) : [t * ds, n * ds];
31058
31058
  }, i;
31059
31059
  }
31060
31060
  function Pde(e) {
@@ -31180,10 +31180,10 @@ function Vde() {
31180
31180
  return Qc(EN).scale(79.4188).clipAngle(180 - 1e-3);
31181
31181
  }
31182
31182
  function Ly(e, t) {
31183
- return [e, jv(k3((yi + t) / 2))];
31183
+ return [e, jv(k3((bi + t) / 2))];
31184
31184
  }
31185
31185
  Ly.invert = function(e, t) {
31186
- return [e, 2 * ep(nN(t)) - yi];
31186
+ return [e, 2 * ep(nN(t)) - bi];
31187
31187
  };
31188
31188
  function qde() {
31189
31189
  return kN(Ly).scale(961 / lo);
@@ -31206,19 +31206,19 @@ function kN(e) {
31206
31206
  return u();
31207
31207
  }
31208
31208
  function qm(e) {
31209
- return k3((yi + e) / 2);
31209
+ return k3((bi + e) / 2);
31210
31210
  }
31211
31211
  function Kde(e, t) {
31212
31212
  var n = Kn(e), r = e === t ? Mn(e) : jv(n / Kn(t)) / jv(qm(t) / qm(e)), i = n * uw(qm(e), r) / r;
31213
31213
  if (!r) return Ly;
31214
31214
  function a(s, o) {
31215
- i > 0 ? o < -yi + Hn && (o = -yi + Hn) : o > yi - Hn && (o = yi - Hn);
31215
+ i > 0 ? o < -bi + Hn && (o = -bi + Hn) : o > bi - Hn && (o = bi - Hn);
31216
31216
  var l = i / uw(qm(o), r);
31217
31217
  return [l * Mn(r * s), i - l * Kn(r * s)];
31218
31218
  }
31219
31219
  return a.invert = function(s, o) {
31220
31220
  var l = i - o, A = Oo(r) * Qs(s * s + l * l), u = yu(s, Lr(l)) * Oo(l);
31221
- return l * r < 0 && (u -= Yn * Oo(s) * Oo(l)), [u / r, 2 * ep(uw(i / A, 1 / r)) - yi];
31221
+ return l * r < 0 && (u -= Yn * Oo(s) * Oo(l)), [u / r, 2 * ep(uw(i / A, 1 / r)) - bi];
31222
31222
  }, a;
31223
31223
  }
31224
31224
  function zde() {
@@ -31291,10 +31291,10 @@ function the() {
31291
31291
  return Qc(IN).scale(250).clipAngle(142);
31292
31292
  }
31293
31293
  function TN(e, t) {
31294
- return [jv(k3((yi + t) / 2)), -e];
31294
+ return [jv(k3((bi + t) / 2)), -e];
31295
31295
  }
31296
31296
  TN.invert = function(e, t) {
31297
- return [-t, 2 * ep(nN(e)) - yi];
31297
+ return [-t, 2 * ep(nN(e)) - bi];
31298
31298
  };
31299
31299
  function nhe() {
31300
31300
  var e = kN(TN), t = e.center, n = e.rotate;
@@ -34005,7 +34005,7 @@ Wp.prototype = {
34005
34005
  }
34006
34006
  };
34007
34007
  Wp.prototype;
34008
- const Di = {
34008
+ const pi = {
34009
34009
  light: {
34010
34010
  canvas: "#ececee",
34011
34011
  primary: "#003153",
@@ -34234,7 +34234,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34234
34234
  },
34235
34235
  methods: {
34236
34236
  initializeChart() {
34237
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34237
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34238
34238
  },
34239
34239
  createChart(e) {
34240
34240
  let t = [];
@@ -34246,12 +34246,12 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34246
34246
  });
34247
34247
  const n = this.width, r = this.height, i = 20, a = 15, s = 30, o = 50, l = [], A = (f, c) => {
34248
34248
  const p = new Date(c.slots).toUTCString(), h = this.unit === "Bytes (B)" ? si(c.values) + "B" : this.unit === "Percent (%)" ? c.values.toFixed(2) + "%" : ai(c.values), g = c.action ? `${c.action}<br>Time: ${p}<br>Value: ${h}` : `Alert<br>Time: ${p}<br>Value: ${h}`;
34249
- f.target.r.baseVal.value = 5, Zt("#" + this.id + "tooltip").html(g).style("opacity", 1).style("left", f.layerX + "px").style("top", f.layerY + "px");
34249
+ f.target.r.baseVal.value = 5, zt("#" + this.id + "tooltip").html(g).style("opacity", 1).style("left", f.layerX + "px").style("top", f.layerY + "px");
34250
34250
  }, u = (f, c) => {
34251
- f.target.r.baseVal.value = 3, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34251
+ f.target.r.baseVal.value = 3, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34252
34252
  };
34253
34253
  (() => {
34254
- const f = t.filter((y) => !l.includes(y.index)), c = this.getAxisLargest(f), p = Pc(Ni(c[0]), [
34254
+ const f = t.filter((y) => !l.includes(y.index)), c = this.getAxisLargest(f), p = Pc(Oi(c[0]), [
34255
34255
  o,
34256
34256
  n - a
34257
34257
  ]), h = jo(
@@ -34276,7 +34276,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34276
34276
  p.domain([p.invert(I[0]), p.invert(I[1])]), this.svg.select("." + this.id + "brush").call(E.move, null);
34277
34277
  else {
34278
34278
  if (!y) return y = setTimeout(b, 500);
34279
- p.domain(Ni(e.slots));
34279
+ p.domain(Oi(e.slots));
34280
34280
  }
34281
34281
  g.transition().duration(1e3).call(Os(p)), this.svg.selectAll("." + this.id + "line").attr("d", function($) {
34282
34282
  return v(
@@ -34289,7 +34289,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34289
34289
  ]).on("end", w);
34290
34290
  this.svg.append("g").attr("class", (C) => this.id + "brush").call(E), this.svg.on("dblclick", function() {
34291
34291
  p.domain(
34292
- Ni(c[0], function(C) {
34292
+ Oi(c[0], function(C) {
34293
34293
  return C;
34294
34294
  })
34295
34295
  ), g.transition().call(Os(p)), this.svg.selectAll("." + this.id + "line").attr("d", function(C) {
@@ -34318,7 +34318,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34318
34318
  isAlert: e.metric.bools[b]
34319
34319
  }));
34320
34320
  this.svg.selectAll(".point").data(m).enter().append("circle").attr("class", (y, b) => this.id + b + "points " + this.id + "points").attr("fill", rr[3]).attr("display", (y) => y.isAlert ? "" : "none").attr("r", 3).attr("cx", (y) => p(y.slots)).attr("cy", (y) => h(y.values)).on("mouseover", A).on("mouseout", u);
34321
- })(), e.series || this.svg.append("text").attr("x", n / 2).attr("y", r / 2).attr("text-anchor", "middle").attr("fill", "currentColor").text("No data available"), e.series.length > 0 && (this.legend = Zt("#" + this.id + "legend").append("svg").attr("width", this.width > 600 ? 200 : 75).attr("height", Math.max(25 * e.series.length, r - 20)), this.legend.selectAll("legendDots").data([...t, { action: "Alert", index: t.length }]).enter().append("circle").attr("id", (f) => this.id + f.index + "dots").attr("class", "show").attr("cx", 10).attr("cy", (f, c) => r / (t.length + 2) + c * 25).attr("r", 5).style(
34321
+ })(), e.series || this.svg.append("text").attr("x", n / 2).attr("y", r / 2).attr("text-anchor", "middle").attr("fill", "currentColor").text("No data available"), e.series.length > 0 && (this.legend = zt("#" + this.id + "legend").append("svg").attr("width", this.width > 600 ? 200 : 75).attr("height", Math.max(25 * e.series.length, r - 20)), this.legend.selectAll("legendDots").data([...t, { action: "Alert", index: t.length }]).enter().append("circle").attr("id", (f) => this.id + f.index + "dots").attr("class", "show").attr("cx", 10).attr("cy", (f, c) => r / (t.length + 2) + c * 25).attr("r", 5).style(
34322
34322
  "fill",
34323
34323
  (f) => Ym[this.theme][f.action] || rr[f.index % rr.length]
34324
34324
  ), this.legend.selectAll("legendLabels").data([...t, { action: "Alert", index: t.length }]).enter().append("text").attr("class", (f) => this.id + f.index + "labels").attr("x", 20).attr("y", (f, c) => r / (t.length + 2) + c * 25).style(
@@ -34385,22 +34385,22 @@ const jM = /* @__PURE__ */ yr(T0e, [["render", Q0e]]), D0e = {
34385
34385
  },
34386
34386
  methods: {
34387
34387
  initializeChart() {
34388
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height).attr("style", "outline: thin solid;");
34388
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height).attr("style", "outline: thin solid;");
34389
34389
  },
34390
34390
  createChart() {
34391
34391
  const e = this.width, t = this.height, n = 3, r = 18, i = 17, a = 18, s = (u, d) => {
34392
- Vn("." + this.id + "run").attr("opacity", "0.5"), Zt("." + this.id + d.taskID).attr("opacity", "1");
34392
+ Vn("." + this.id + "run").attr("opacity", "0.5"), zt("." + this.id + d.taskID).attr("opacity", "1");
34393
34393
  const f = yt(d.launchTime).format("YYYY-MM-DD HH:mm:ss"), c = yt(d.completeTime).format(
34394
34394
  "YYYY-MM-DD HH:mm:ss"
34395
34395
  ), p = yt(d.completeTime).diff(yt(d.launchTime)), h = `Task: ${d.taskID}<br>Status: ${d.status}<br>Launch Time: ${f}<br>Complete Time: ${c}<br>Duration: ${RM(
34396
34396
  p
34397
34397
  )}`;
34398
- Zt("#" + this.id + "tooltip").html(h).style("opacity", 1).style("left", u[this.tooltipOffset + "X"] + 10 + "px").style("top", u[this.tooltipOffset + "Y"] + "px");
34398
+ zt("#" + this.id + "tooltip").html(h).style("opacity", 1).style("left", u[this.tooltipOffset + "X"] + 10 + "px").style("top", u[this.tooltipOffset + "Y"] + "px");
34399
34399
  }, o = (u, d) => {
34400
- Vn("." + this.id + "run").attr("opacity", "1"), Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34400
+ Vn("." + this.id + "run").attr("opacity", "1"), zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34401
34401
  }, l = this.runs.map((u) => yt(u.launchTime).valueOf());
34402
34402
  l.length === 1 && (l.push(yt(l[0]).add(2, "minute").valueOf()), l.push(yt(l[0]).subtract(2, "minute").valueOf()));
34403
- const A = sO(Ni(l), [
34403
+ const A = sO(Oi(l), [
34404
34404
  a,
34405
34405
  e - r
34406
34406
  ]);
@@ -34489,7 +34489,7 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34489
34489
  },
34490
34490
  methods: {
34491
34491
  initializeChart() {
34492
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34492
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34493
34493
  },
34494
34494
  createChart(e) {
34495
34495
  let t = [];
@@ -34500,9 +34500,9 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34500
34500
  }), t = t.sort((g, v) => v.total - g.total), e = e.sort((g, v) => v.total - g.total);
34501
34501
  const n = this.width, r = this.height, i = 20, a = 15, s = 30, o = 50, l = [], A = (g, v) => {
34502
34502
  const m = this.isTime ? new Date(v.slots).toUTCString() : v.slots, y = this.unit === "Bytes (B)" || this.unit === "B" ? si(v.values) + "B" : this.unit === "Percent (%)" ? v.values.toFixed(2) + "%" : this.unit === "$" ? "$" + v.values.toFixed(2) : ai(v.values), b = v.action ? `${v.action}<br>${this.isTime ? "Time" : this.slotName}: ${m}<br>${this.valueName}: ${y}` : `${this.isTime ? "Time" : this.slotName}: ${m}<br>${this.valueName}: ${y}`;
34503
- g.target.r.baseVal.value = 5, Zt("#" + this.id + "tooltip").html(b).style("opacity", 1).style("left", g[this.tooltipOffset + "X"] + 10 + "px").style("top", g[this.tooltipOffset + "Y"] + "px");
34503
+ g.target.r.baseVal.value = 5, zt("#" + this.id + "tooltip").html(b).style("opacity", 1).style("left", g[this.tooltipOffset + "X"] + 10 + "px").style("top", g[this.tooltipOffset + "Y"] + "px");
34504
34504
  }, u = (g, v) => {
34505
- g.target.r.baseVal.value = 3, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34505
+ g.target.r.baseVal.value = 3, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34506
34506
  }, d = (g, v) => {
34507
34507
  const m = v.index;
34508
34508
  g.target.classList.contains("show") && (Vn("." + this.id + "line").attr("stroke-width", 1), Vn("." + this.id + m + "line").attr(
@@ -34520,10 +34520,10 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34520
34520
  );
34521
34521
  }, c = (g, v) => {
34522
34522
  const m = v.index;
34523
- g.target.classList.contains("show") ? (l.push(m), g.target.classList.remove("show"), g.target.classList.add("hide"), Vn("#" + this.id + m + "dots").attr("opacity", "0.5")) : (l.splice(l.indexOf(m), 1), g.target.classList.remove("hide"), g.target.classList.add("show"), Vn("#" + this.id + m + "dots").attr("opacity", "1")), Vn("." + this.id + "line").remove(), Vn("." + this.id + "points").remove(), Zt("." + this.id + "xaxis").remove(), Zt("." + this.id + "yaxis").remove(), p();
34523
+ g.target.classList.contains("show") ? (l.push(m), g.target.classList.remove("show"), g.target.classList.add("hide"), Vn("#" + this.id + m + "dots").attr("opacity", "0.5")) : (l.splice(l.indexOf(m), 1), g.target.classList.remove("hide"), g.target.classList.add("show"), Vn("#" + this.id + m + "dots").attr("opacity", "1")), Vn("." + this.id + "line").remove(), Vn("." + this.id + "points").remove(), zt("." + this.id + "xaxis").remove(), zt("." + this.id + "yaxis").remove(), p();
34524
34524
  }, p = () => {
34525
34525
  var F;
34526
- const g = t.filter((I) => !l.includes(I.index)), v = this.getAxisLargest(g), m = this.isTime ? Pc(Ni(v[0]), [
34526
+ const g = t.filter((I) => !l.includes(I.index)), v = this.getAxisLargest(g), m = this.isTime ? Pc(Oi(v[0]), [
34527
34527
  o,
34528
34528
  n - a
34529
34529
  ]) : Dc(v[0], [o, n - a]), y = jo(
@@ -34572,7 +34572,7 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34572
34572
  ...e.map((g) => Vee(g.action || "(no name)")),
34573
34573
  0
34574
34574
  );
34575
- this.legend = Zt("#" + this.id + "legend").append("svg").attr("width", h / 7 + 30).attr("height", Math.max(25 * e.length, this.height)), this.legend.selectAll("legendDots").data(e).enter().append("circle").attr("id", (g) => this.id + g.index + "dots").attr("class", "show").attr("cx", 10).attr("cy", (g, v) => r / (e.length + 1) + v * 25 + 4).attr("r", 5).style("fill", (g) => rc[this.theme][g.action] || rr[g.index % rr.length]).on("mouseover", d).on("mouseout", f).on("click", c), this.legend.selectAll("legendLabels").data(e).enter().append("text").attr("class", (g) => this.id + g.index + "labels").attr("x", 20).attr("y", (g, v) => r / (e.length + 1) + v * 25 + 5).style("fill", (g) => rc[this.theme][g.action] || rr[g.index % rr.length]).text((g) => g.action || "(no name)").attr("font-weight", 500).attr("text-anchor", "left").attr("font-size", "13px").style("alignment-baseline", "middle");
34575
+ this.legend = zt("#" + this.id + "legend").append("svg").attr("width", h / 7 + 30).attr("height", Math.max(25 * e.length, this.height)), this.legend.selectAll("legendDots").data(e).enter().append("circle").attr("id", (g) => this.id + g.index + "dots").attr("class", "show").attr("cx", 10).attr("cy", (g, v) => r / (e.length + 1) + v * 25 + 4).attr("r", 5).style("fill", (g) => rc[this.theme][g.action] || rr[g.index % rr.length]).on("mouseover", d).on("mouseout", f).on("click", c), this.legend.selectAll("legendLabels").data(e).enter().append("text").attr("class", (g) => this.id + g.index + "labels").attr("x", 20).attr("y", (g, v) => r / (e.length + 1) + v * 25 + 5).style("fill", (g) => rc[this.theme][g.action] || rr[g.index % rr.length]).text((g) => g.action || "(no name)").attr("font-weight", 500).attr("text-anchor", "left").attr("font-size", "13px").style("alignment-baseline", "middle");
34576
34576
  },
34577
34577
  getAxisLargest(e) {
34578
34578
  let t = [], n = this.unit === "Percent (%)" ? 100 : 0;
@@ -34653,7 +34653,7 @@ const $y = /* @__PURE__ */ yr(H0e, [["render", K0e]]), z0e = {
34653
34653
  },
34654
34654
  methods: {
34655
34655
  initializeChart() {
34656
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34656
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34657
34657
  },
34658
34658
  createChart(e) {
34659
34659
  const t = this.width, n = this.title ? this.height + 30 : this.height, r = 20, i = 15, a = 30, s = 50;
@@ -34661,18 +34661,18 @@ const $y = /* @__PURE__ */ yr(H0e, [["render", K0e]]), z0e = {
34661
34661
  e.values.forEach((c) => {
34662
34662
  c > o && (o = c);
34663
34663
  });
34664
- const l = Pc(Ni(e.slots), [
34664
+ const l = Pc(Oi(e.slots), [
34665
34665
  s,
34666
34666
  t - i
34667
34667
  ]), A = this.title ? [n - a, r + 30] : [n - a, r], u = jo([0, o], A), d = (c, p) => {
34668
- const h = new Date(p.slots).toUTCString(), g = this.unit === "Bytes (B)" || this.unit === "B" ? si(p.values) + "B" : this.unit === "Percent (%)" ? p.values.toFixed(2) + "%" : this.unit === "Cost ($)" ? Hf(p.values) : ai(p.values), v = Zt("#" + this.id + "tooltip").html(`${this.data.name}<br>${h}<br>${this.valueName}: ${g}`).style("opacity", 1).style("top", c.layerY + "px");
34668
+ const h = new Date(p.slots).toUTCString(), g = this.unit === "Bytes (B)" || this.unit === "B" ? si(p.values) + "B" : this.unit === "Percent (%)" ? p.values.toFixed(2) + "%" : this.unit === "Cost ($)" ? Hf(p.values) : ai(p.values), v = zt("#" + this.id + "tooltip").html(`${this.data.name}<br>${h}<br>${this.valueName}: ${g}`).style("opacity", 1).style("top", c.layerY + "px");
34669
34669
  if (c.layerX > t * 3 / 4) {
34670
34670
  const m = v.node().getBoundingClientRect().width;
34671
34671
  v.style("left", c.layerX - m + "px");
34672
34672
  } else
34673
34673
  v.style("left", c.layerX + "px");
34674
34674
  }, f = (c, p) => {
34675
- Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34675
+ zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34676
34676
  };
34677
34677
  if (this.svg.append("g").attr("transform", `translate(0,${n - a})`).call(
34678
34678
  Os(l).ticks(t / 80).tickSizeOuter(0)
@@ -34757,19 +34757,19 @@ const DEe = /* @__PURE__ */ yr(z0e, [["render", W0e]]), Z0e = {
34757
34757
  },
34758
34758
  methods: {
34759
34759
  initializeChart() {
34760
- this.resizable ? this.svg = Zt("#" + this.id).append("svg").attr(
34760
+ this.resizable ? this.svg = zt("#" + this.id).append("svg").attr(
34761
34761
  "viewBox",
34762
34762
  `0 0 ${this.width} ${this.title ? this.height + 40 : this.height}`
34763
- ) : this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34763
+ ) : this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34764
34764
  },
34765
34765
  createChart(e) {
34766
34766
  const t = this.width, n = this.title ? this.height + 30 : this.height, r = 20, i = 5, a = 5, s = 10, o = e.fields.reduce((u, d, f) => (u[f] = d || "(no name)", u), {}), l = (u, d) => {
34767
34767
  const f = this.unit === "Bytes (B)" || this.unit === "B" ? si(d.values) + "B" : this.unit === "Percent (%)" ? d.values.toFixed(2) + "%" : ai(d.values);
34768
- u.target.style.opacity = 0.4, Zt("#" + this.id + "tooltip").html(
34768
+ u.target.style.opacity = 0.4, zt("#" + this.id + "tooltip").html(
34769
34769
  `${d.field ? d.field : "(no name)"}<br>${this.valueName}: ${f}`
34770
34770
  ).style("opacity", 1).style("left", u[this.tooltipOffset + "X"] + 10 + "px").style("top", u[this.tooltipOffset + "Y"] + "px");
34771
34771
  }, A = (u, d) => {
34772
- u.target.style.opacity = 0, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34772
+ u.target.style.opacity = 0, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34773
34773
  };
34774
34774
  if (e.fields && e.fields.length > 0) {
34775
34775
  let u = this.unit === "Percent (%)" ? 100 : 0;
@@ -34866,6 +34866,12 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34866
34866
  this.createChart(this.data);
34867
34867
  },
34868
34868
  deep: !0
34869
+ },
34870
+ theme: {
34871
+ handler() {
34872
+ this.svg && this.updateTheme();
34873
+ },
34874
+ immediate: !1
34869
34875
  }
34870
34876
  },
34871
34877
  mounted() {
@@ -34873,17 +34879,17 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34873
34879
  },
34874
34880
  methods: {
34875
34881
  initializeChart() {
34876
- this.resizable ? this.svg = Zt("#" + this.id).append("svg").attr("viewBox", `0 0 ${this.width} ${this.height}`) : this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34877
- const e = this.data.color ? this.data.color : Di[this.theme][this.change], t = this.svg.append("defs").append("linearGradient").attr("id", "gradientFill" + this.id).attr("x1", "0%").attr("x2", "0%").attr("y1", "100%").attr("y2", "0%");
34878
- t.append("stop").attr("offset", "0%").style("stop-color", Di[this.theme].canvas).style("stop-opacity", 0.5), t.append("stop").attr("offset", "100%").style("stop-color", e).style("stop-opacity", 1);
34882
+ this.resizable ? this.svg = zt("#" + this.id).append("svg").attr("viewBox", `0 0 ${this.width} ${this.height}`) : this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34883
+ const e = this.data.color ? this.data.color : pi[this.theme][this.change], t = this.svg.append("defs").append("linearGradient").attr("id", "gradientFill" + this.id).attr("x1", "0%").attr("x2", "0%").attr("y1", "100%").attr("y2", "0%");
34884
+ t.append("stop").attr("offset", "0%").style("stop-color", pi[this.theme].canvas).style("stop-opacity", 0.5), t.append("stop").attr("offset", "100%").style("stop-color", e).style("stop-opacity", 1);
34879
34885
  },
34880
34886
  createChart(e) {
34881
- const t = this.width, n = this.height, r = this.hideAxis ? 2 : 20, i = this.hideAxis ? 2 : 15, a = this.hideAxis ? 2 : 30, s = this.hideAxis ? 2 : 50, o = t > 300 ? 3 : 2, l = t > 300 ? 5 : 3, A = e.color ? e.color : Di[this.theme][this.change];
34887
+ const t = this.width, n = this.height, r = this.hideAxis ? 2 : 20, i = this.hideAxis ? 2 : 15, a = this.hideAxis ? 2 : 30, s = this.hideAxis ? 2 : 50, o = t > 300 ? 3 : 2, l = t > 300 ? 5 : 3, A = e.color ? e.color : pi[this.theme][this.change];
34882
34888
  let u = this.unit === "Percent (%)" ? 100 : 0;
34883
34889
  e.values.forEach((w) => {
34884
34890
  w > u && (u = w);
34885
34891
  });
34886
- const d = Pc(Ni(e.slots), [
34892
+ const d = Pc(Oi(e.slots), [
34887
34893
  s,
34888
34894
  t - i
34889
34895
  ]), f = jo(
@@ -34891,9 +34897,9 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34891
34897
  [n - a, r]
34892
34898
  ), c = (w, E) => {
34893
34899
  const C = new Date(E.slots).toUTCString(), F = this.unit === "Bytes (B)" ? si(E.values) + "B" : this.unit === "Percent (%)" ? E.values.toFixed(2) + "%" : ai(E.values);
34894
- w.target.r.baseVal.value = l, Zt("#" + this.id + "tooltip").html(`Time: ${C}<br>${this.valueName}: ${F}`).style("opacity", 1).style("left", w[this.tooltipOffset + "X"] + 15 + "px").style("top", w[this.tooltipOffset + "Y"] + "px");
34900
+ w.target.r.baseVal.value = l, zt("#" + this.id + "tooltip").html(`Time: ${C}<br>${this.valueName}: ${F}`).style("opacity", 1).style("left", w[this.tooltipOffset + "X"] + 15 + "px").style("top", w[this.tooltipOffset + "Y"] + "px");
34895
34901
  }, p = (w, E) => {
34896
- w.target.r.baseVal.value = o, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34902
+ w.target.r.baseVal.value = o, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34897
34903
  }, h = Dg().x((w, E) => d(w.slots)).y((w, E) => f(w.values)), g = qpe().x((w, E) => d(w.slots)).y0(n - a).y1((w, E) => f(w.values)), v = this.svg, m = this;
34898
34904
  v.selectAll("g").data([e]).join(
34899
34905
  (w) => y(w),
@@ -34937,6 +34943,14 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34937
34943
  function b(w) {
34938
34944
  w.call((E) => E.style("opacity", 0).remove());
34939
34945
  }
34946
+ },
34947
+ updateTheme() {
34948
+ if (!this.svg) return;
34949
+ const e = this.data.color ? this.data.color : pi[this.theme][this.change], t = this.svg.select("#gradientFill" + this.id);
34950
+ if (t.node()) {
34951
+ const n = t.selectAll("stop");
34952
+ zt(n.nodes()[0]).style("stop-color", pi[this.theme].canvas), zt(n.nodes()[1]).style("stop-color", e);
34953
+ }
34940
34954
  }
34941
34955
  }
34942
34956
  }, rge = ["id"], ige = ["id"];
@@ -35012,16 +35026,16 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35012
35026
  },
35013
35027
  methods: {
35014
35028
  initializeChart() {
35015
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 30 : this.height);
35029
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 30 : this.height);
35016
35030
  },
35017
35031
  createChart(e) {
35018
35032
  const t = this.width, n = this.title ? this.height + 30 : this.height, r = 20, i = 15, a = 30, s = 50, o = [], l = Object.keys(this.names), A = (g, v) => {
35019
35033
  const m = this.isTime ? new Date(v.data[0]).toUTCString() : v.data[0], y = v[1] - v[0], b = this.names[v.key] || v.key, w = this.unit === "Bytes (B)" ? si(y) + "B" : this.unit === "Percent (%)" ? y.toFixed(2) + "%" : this.unit === "Cost ($)" ? "$" + y.toFixed(2) : ai(y);
35020
- g.target.style.opacity = 0.7, Zt("#" + this.id + "tooltip").html(
35034
+ g.target.style.opacity = 0.7, zt("#" + this.id + "tooltip").html(
35021
35035
  `${b}<br>${this.isTime ? "Time" : this.slotName}: ${m}<br>${this.valueName}: ${w}`
35022
35036
  ).style("opacity", 1).style("left", g[this.tooltipOffset + "X"] + 10 + "px").style("top", g[this.tooltipOffset + "Y"] + "px");
35023
35037
  }, u = (g, v) => {
35024
- g.target.style.opacity = 1, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35038
+ g.target.style.opacity = 1, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35025
35039
  }, d = (g, v) => {
35026
35040
  const m = l.indexOf(v.key);
35027
35041
  Vn("." + this.id + "bar").style("opacity", 0.7), Vn("." + this.id + m + "bar").style("opacity", 1), Vn("#" + this.id + m + "dots").attr("r", 6), Vn("." + this.id + m + "labels").attr(
@@ -35036,7 +35050,7 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35036
35050
  );
35037
35051
  }, c = (g, v) => {
35038
35052
  const m = l.indexOf(v.key);
35039
- Zt("." + this.id + "xaxis").remove(), Zt("." + this.id + "yaxis").remove(), Vn("#" + this.id + " rect").remove(), g.target.classList.contains("show") ? (o.push(v.key), g.target.classList.remove("show"), g.target.classList.add("hide"), Vn("#" + this.id + m + "dots").attr("opacity", "0.5")) : (o.splice(o.indexOf(v.key), 1), g.target.classList.remove("hide"), g.target.classList.add("show"), Vn("#" + this.id + m + "dots").attr("opacity", "1")), p();
35053
+ zt("." + this.id + "xaxis").remove(), zt("." + this.id + "yaxis").remove(), Vn("#" + this.id + " rect").remove(), g.target.classList.contains("show") ? (o.push(v.key), g.target.classList.remove("show"), g.target.classList.add("hide"), Vn("#" + this.id + m + "dots").attr("opacity", "0.5")) : (o.splice(o.indexOf(v.key), 1), g.target.classList.remove("hide"), g.target.classList.add("show"), Vn("#" + this.id + m + "dots").attr("opacity", "1")), p();
35040
35054
  }, p = () => {
35041
35055
  const g = e.series.filter((w) => !o.includes(w.name)), v = $M().keys(gT(g.map((w) => w.name))).value((w, E) => w[1].get(E) === void 0 ? 0 : w[1].get(E).value)(
35042
35056
  uT(
@@ -35044,7 +35058,7 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35044
35058
  (w) => w.slot,
35045
35059
  (w) => w.name
35046
35060
  )
35047
- ), m = this.isTime ? Pc(Ni(e.slots), [
35061
+ ), m = this.isTime ? Pc(Oi(e.slots), [
35048
35062
  s,
35049
35063
  t - i
35050
35064
  ]) : Dc(e.slots, [s, t - i]), y = this.title ? [n - a, r + 30] : [n - a, r], b = jo(
@@ -35075,7 +35089,7 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35075
35089
  }, h = p();
35076
35090
  this.svg.append("g").call(
35077
35091
  (g) => g.append("text").attr("x", 0).attr("y", 20).attr("fill", "currentColor").attr("text-anchor", "start").attr("font-weight", "bold").attr("font-size", "20px").text(this.title)
35078
- ), e.series.length === 0 && this.svg.append("text").attr("x", t / 2).attr("y", n / 2).attr("text-anchor", "middle").text("No data available").attr("fill", "currentColor"), this.legend = Zt("#" + this.id + "legend").append("svg").attr("width", Math.max(this.width, h.length * 125)).attr("height", 20), this.legend.selectAll("legendDots").data(h).enter().append("circle").attr("id", (g) => this.id + l.indexOf(g.key) + "dots").attr("class", "show").attr("cx", (g, v) => t / (h.length + 1) + v * 120 - 10).attr("cy", 15).attr("r", 5).attr(
35092
+ ), e.series.length === 0 && this.svg.append("text").attr("x", t / 2).attr("y", n / 2).attr("text-anchor", "middle").text("No data available").attr("fill", "currentColor"), this.legend = zt("#" + this.id + "legend").append("svg").attr("width", Math.max(this.width, h.length * 125)).attr("height", 20), this.legend.selectAll("legendDots").data(h).enter().append("circle").attr("id", (g) => this.id + l.indexOf(g.key) + "dots").attr("class", "show").attr("cx", (g, v) => t / (h.length + 1) + v * 120 - 10).attr("cy", 15).attr("r", 5).attr(
35079
35093
  "fill",
35080
35094
  (g, v) => Bw[this.theme][g.key] || rr[v % rr.length]
35081
35095
  ).on("mouseover", d).on("mouseout", f).on("click", c), this.legend.selectAll("legendLabels").data(h).enter().append("text").attr("class", (g) => this.id + l.indexOf(g.key) + "labels").attr("x", (g, v) => t / (h.length + 1) + v * 120).attr("y", 15).attr(
@@ -35162,7 +35176,7 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35162
35176
  },
35163
35177
  methods: {
35164
35178
  initializeChart() {
35165
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35179
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35166
35180
  },
35167
35181
  createChart(e) {
35168
35182
  const t = this.width, n = this.height, r = 20, i = 15, a = 30, s = 50, o = {}, l = {};
@@ -35182,11 +35196,11 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35182
35196
  });
35183
35197
  const c = (y, b) => {
35184
35198
  const w = this.isTime ? new Date(b.data[0]).toUTCString() : b.data[0], E = b[1] - b[0], C = b.key.split(":")[0], F = this.names[b.key.split(":")[1]] || b.key.split(":")[1], I = this.unit === "Bytes (B)" ? si(E) + "B" : this.unit === "Percent (%)" ? E.toFixed(2) + "%" : this.unit === "Cost ($)" ? "$" + E.toFixed(2) : ai(E);
35185
- y.target.style.opacity = 0.7, Zt("#" + this.id + "tooltip").html(
35199
+ y.target.style.opacity = 0.7, zt("#" + this.id + "tooltip").html(
35186
35200
  `${C}<br>Instance: ${F}<br>${this.isTime ? "Time" : this.slotName}: ${w}<br>${this.valueName}: ${I}`
35187
35201
  ).style("opacity", 1).style("left", y[this.tooltipOffset + "X"] + 10 + "px").style("top", y[this.tooltipOffset + "Y"] + "px");
35188
35202
  }, p = (y, b) => {
35189
- y.target.style.opacity = 1, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35203
+ y.target.style.opacity = 1, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35190
35204
  }, h = (y, b) => {
35191
35205
  const w = u.indexOf(b);
35192
35206
  Vn("." + this.id + "bar").style("opacity", 0.7), Vn("." + this.id + w + "bar").style("opacity", 1), Vn("#" + this.id + w + "dots").attr("r", 6), Vn("." + this.id + w + "labels").attr(
@@ -35201,9 +35215,9 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35201
35215
  );
35202
35216
  }, v = (y, b) => {
35203
35217
  const w = u.indexOf(b);
35204
- Zt("." + this.id + "xaxis").remove(), Zt("." + this.id + "yaxis").remove(), Vn("#" + this.id + " rect").remove(), y.target.classList.contains("show") ? (A.push(b), y.target.classList.remove("show"), y.target.classList.add("hide"), Vn("#" + this.id + w + "dots").attr("opacity", "0.5")) : (A.splice(A.indexOf(b), 1), y.target.classList.remove("hide"), y.target.classList.add("show"), Vn("#" + this.id + w + "dots").attr("opacity", "1")), m();
35218
+ zt("." + this.id + "xaxis").remove(), zt("." + this.id + "yaxis").remove(), Vn("#" + this.id + " rect").remove(), y.target.classList.contains("show") ? (A.push(b), y.target.classList.remove("show"), y.target.classList.add("hide"), Vn("#" + this.id + w + "dots").attr("opacity", "0.5")) : (A.splice(A.indexOf(b), 1), y.target.classList.remove("hide"), y.target.classList.add("show"), Vn("#" + this.id + w + "dots").attr("opacity", "1")), m();
35205
35219
  }, m = () => {
35206
- const y = f.filter((N) => !A.includes(N.action)), b = y.map((N) => N.slot).filter((N, L, P) => P.indexOf(N) === L), w = Ta(b), E = _h(b), C = (w - E) / 20, F = !w || !E ? null : w + C, I = this.isTime ? Pc(Ni([...b, F]), [
35220
+ const y = f.filter((N) => !A.includes(N.action)), b = y.map((N) => N.slot).filter((N, L, P) => P.indexOf(N) === L), w = Ta(b), E = _h(b), C = (w - E) / 20, F = !w || !E ? null : w + C, I = this.isTime ? Pc(Oi([...b, F]), [
35207
35221
  s,
35208
35222
  t - i
35209
35223
  ]) : Dc(b, [s, t - i]), $ = Ta(y, (N) => N.value), S = [n - a, r];
@@ -35248,7 +35262,7 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35248
35262
  (N) => N.append("text").attr("x", -s).attr("y", 10).attr("fill", "currentColor").attr("text-anchor", "start").text(this.unit)
35249
35263
  );
35250
35264
  };
35251
- m(), e.length === 0 && this.svg.append("text").attr("x", t / 2).attr("y", n / 2).attr("text-anchor", "middle").text("No data available").attr("fill", "currentColor"), this.legend = Zt("#" + this.id + "legend").append("svg").attr("width", Math.max(this.width, u.length * 100)).attr("height", 30), this.legend.selectAll("legendDots").data(u).enter().append("circle").attr("id", (y) => this.id + u.indexOf(y) + "dots").attr("class", "show").attr("cx", (y, b) => t / (u.length + 1) + b * 100 - 10).attr("cy", 5).attr("r", 5).attr(
35265
+ m(), e.length === 0 && this.svg.append("text").attr("x", t / 2).attr("y", n / 2).attr("text-anchor", "middle").text("No data available").attr("fill", "currentColor"), this.legend = zt("#" + this.id + "legend").append("svg").attr("width", Math.max(this.width, u.length * 100)).attr("height", 30), this.legend.selectAll("legendDots").data(u).enter().append("circle").attr("id", (y) => this.id + u.indexOf(y) + "dots").attr("class", "show").attr("cx", (y, b) => t / (u.length + 1) + b * 100 - 10).attr("cy", 5).attr("r", 5).attr(
35252
35266
  "fill",
35253
35267
  (y, b) => rc[this.theme][y] || rr[b % rr.length]
35254
35268
  ).on("mouseover", h).on("mouseout", g).on("click", v), this.legend.selectAll("legendLabels").data(u).enter().append("text").attr("class", (y) => this.id + u.indexOf(y) + "labels").attr("x", (y, b) => t / (u.length + 1) + b * 100).attr("y", 5).attr(
@@ -35323,7 +35337,7 @@ const PEe = /* @__PURE__ */ yr(fge, [["render", gge]]), mge = {
35323
35337
  },
35324
35338
  methods: {
35325
35339
  initializeChart() {
35326
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height - 10);
35340
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height - 10);
35327
35341
  },
35328
35342
  createChart() {
35329
35343
  const e = this.width, t = this.height - 20, n = Math.min(e, t) / 2, r = n * 2 + 100 > e ? n > 150 ? n - 75 : n - 50 : n, i = {};
@@ -35332,11 +35346,11 @@ const PEe = /* @__PURE__ */ yr(fge, [["render", gge]]), mge = {
35332
35346
  });
35333
35347
  const a = Gpe().value((b) => b.values), s = ox().innerRadius(0).outerRadius(r), o = ox().innerRadius(r * 0.9).outerRadius(r * 0.9), l = (b, w) => {
35334
35348
  const E = !b.target.id || b.target.id.endsWith("dots") ? t / 2 : b[this.tooltipOffset + "Y"], C = !b.target.id || b.target.id.endsWith("dots") ? 0 : b[this.tooltipOffset + "X"], F = i[w.data.field], I = this.unit === "Bytes (B)" || this.unit === "B" ? si(w.data.values) + "B" : this.unit === "Percent (%)" ? w.data.values.toFixed(2) + "%" : ai(w.data.values);
35335
- Vn("." + this.id + "pie").style("opacity", 0.4), Zt("#" + this.id + F + "pie").style("opacity", 1), Vn("." + this.id + "labels").style("opacity", 0.4), Zt("#" + this.id + F + "labels").style("opacity", 1), Zt("#" + this.id + F + "polyline").style("opacity", 1), Zt("#" + this.id + "tooltip").html(
35349
+ Vn("." + this.id + "pie").style("opacity", 0.4), zt("#" + this.id + F + "pie").style("opacity", 1), Vn("." + this.id + "labels").style("opacity", 0.4), zt("#" + this.id + F + "labels").style("opacity", 1), zt("#" + this.id + F + "polyline").style("opacity", 1), zt("#" + this.id + "tooltip").html(
35336
35350
  `${w.data.field}<br>${this.valueName}: ${I} (${((w.endAngle - w.startAngle) / (2 * Math.PI) * 100).toFixed(2)}%)`
35337
35351
  ).style("opacity", 1).style("left", C + 10 + "px").style("top", E + "px");
35338
35352
  }, A = () => {
35339
- Vn("." + this.id + "pie").style("opacity", 0.8), Vn("." + this.id + "labels").style("opacity", 1), Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35353
+ Vn("." + this.id + "pie").style("opacity", 0.8), Vn("." + this.id + "labels").style("opacity", 1), zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35340
35354
  }, u = a(this.data), d = u.reduce((b, w) => b + w.data.values, 0), f = e / t, c = f > 2 ? f > 2.5 ? 1500 : 900 : 600, h = ((b) => {
35341
35355
  const w = r < 100 ? 12 : 14;
35342
35356
  return b.map((E, C) => {
@@ -35468,16 +35482,16 @@ const Bge = /* @__PURE__ */ yr(mge, [["render", wge]]), xge = {
35468
35482
  },
35469
35483
  methods: {
35470
35484
  initializeChart() {
35471
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35485
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35472
35486
  },
35473
35487
  createChart() {
35474
35488
  const e = this.width, t = this.height, n = Math.min(e, t) / 2, r = this.data.progress, i = ox().innerRadius(n * 0.7).outerRadius(n).startAngle(0);
35475
- this.svg.append("path").datum({ endAngle: 2 * Math.PI }).attr("d", i).attr("fill", Di[this.theme].canvas).attr("transform", `translate(${e / 2},${t / 2})`), this.svg.append("path").datum({ endAngle: 0 }).attr("d", i).attr("fill", Di[this.theme].secondary).attr("transform", `translate(${e / 2},${t / 2})`).transition().duration(1e3).call(
35489
+ this.svg.append("path").datum({ endAngle: 2 * Math.PI }).attr("d", i).attr("fill", pi[this.theme].canvas).attr("transform", `translate(${e / 2},${t / 2})`), this.svg.append("path").datum({ endAngle: 0 }).attr("d", i).attr("fill", pi[this.theme].secondary).attr("transform", `translate(${e / 2},${t / 2})`).transition().duration(1e3).call(
35476
35490
  (a) => a.attrTween("d", (s) => {
35477
35491
  const o = dA(0, r * 2 * Math.PI);
35478
35492
  return (l) => (s.endAngle = o(l), i(s));
35479
35493
  })
35480
- ), this.svg.append("text").attr("text-anchor", "middle").attr("dy", "0.35em").style("font-size", "35px").text("0%").style("fill", Di[this.theme].text).attr("transform", `translate(${e / 2},${t / 2})`).transition().duration(1e3).tween("text", function() {
35494
+ ), this.svg.append("text").attr("text-anchor", "middle").attr("dy", "0.35em").style("font-size", "35px").text("0%").style("fill", pi[this.theme].text).attr("transform", `translate(${e / 2},${t / 2})`).transition().duration(1e3).tween("text", function() {
35481
35495
  const a = dA(0, r * 100);
35482
35496
  return function(s) {
35483
35497
  this.textContent = `${Math.round(a(s))}%`;
@@ -36094,7 +36108,7 @@ function rme(e) {
36094
36108
  e.typeId === 10) && // timestamp
36095
36109
  e.unit === 1;
36096
36110
  }
36097
- const nA = Symbol("position"), Lu = Symbol("color"), Hg = Symbol("radius"), jg = Symbol("length"), Vg = Symbol("opacity"), zy = Symbol("symbol"), f9 = Symbol("projection"), bi = /* @__PURE__ */ new Map([
36111
+ const nA = Symbol("position"), Lu = Symbol("color"), Hg = Symbol("radius"), jg = Symbol("length"), Vg = Symbol("opacity"), zy = Symbol("symbol"), f9 = Symbol("projection"), wi = /* @__PURE__ */ new Map([
36098
36112
  ["x", nA],
36099
36113
  ["y", nA],
36100
36114
  ["fx", nA],
@@ -36466,19 +36480,19 @@ function v9(e, t) {
36466
36480
  n !== !0 && Cw(r, Ame) ? (t.scale = null, t.value = Hi(r, r_)) : t.scale = "symbol", t.defaultScale = "symbol";
36467
36481
  break;
36468
36482
  default:
36469
- t.scale = bi.has(e) ? e : null;
36483
+ t.scale = wi.has(e) ? e : null;
36470
36484
  break;
36471
36485
  }
36472
36486
  else if (n === !1)
36473
36487
  t.scale = null;
36474
- else if (n != null && !bi.has(n))
36488
+ else if (n != null && !wi.has(n))
36475
36489
  throw new Error(`unknown scale: ${n}`);
36476
36490
  return t;
36477
36491
  }
36478
36492
  function Fme(e, t, n, r, i) {
36479
36493
  const { order: a, reverse: s, reduce: o = !0, limit: l } = i;
36480
36494
  for (const A in i) {
36481
- if (!bi.has(A)) continue;
36495
+ if (!wi.has(A)) continue;
36482
36496
  let { value: u, order: d = a, reverse: f = s, reduce: c = o, limit: p = l } = Rg(i[A]);
36483
36497
  const h = u == null ? void 0 : u.startsWith("-");
36484
36498
  if (h && (u = u.slice(1)), d = d === void 0 ? h !== (u === "width" || u === "height") ? b9 : y9 : Ime(d), c == null || c === !1) continue;
@@ -36740,8 +36754,8 @@ function qg(e, t, n, {
36740
36754
  round: A,
36741
36755
  scheme: u,
36742
36756
  interval: d,
36743
- range: f = bi.get(e) === Hg ? zme(n, o) : bi.get(e) === jg ? Gme(n, o) : bi.get(e) === Vg ? Fw : void 0,
36744
- interpolate: c = bi.get(e) === Lu ? u == null && f !== void 0 ? Qf : l_(u !== void 0 ? u : r === "cyclical" ? "rainbow" : "turbo") : A ? Cy : Ya,
36757
+ range: f = wi.get(e) === Hg ? zme(n, o) : wi.get(e) === jg ? Gme(n, o) : wi.get(e) === Vg ? Fw : void 0,
36758
+ interpolate: c = wi.get(e) === Lu ? u == null && f !== void 0 ? Qf : l_(u !== void 0 ? u : r === "cyclical" ? "rainbow" : "turbo") : A ? Cy : Ya,
36745
36759
  reverse: p
36746
36760
  }) {
36747
36761
  if (o = JS(o), d = rp(d, r), (r === "cyclical" || r === "sequential") && (r = "linear"), typeof c != "function" && (c = _9(c)), p = !!p, f !== void 0) {
@@ -36752,7 +36766,7 @@ function qg(e, t, n, {
36752
36766
  }
36753
36767
  }
36754
36768
  if (c.length === 1 ? (p && (c = x9(c), p = !1), f === void 0 && (f = Float64Array.from(o, (h, g) => g / (o.length - 1)), f.length === 2 && (f = Fw)), t.interpolate((f === Fw ? su : u_)(c))) : t.interpolate(c), s) {
36755
- const [h, g] = Ni(o);
36769
+ const [h, g] = Oi(o);
36756
36770
  (h > 0 || g < 0) && (o = fx(o), (Oh(o) || 1) === Math.sign(h) ? o[0] = 0 : o[o.length - 1] = 0);
36757
36771
  }
36758
36772
  return p && (o = Ov(o)), t.domain(o).unknown(l), i && (t.nice(Qme(i, r)), o = t.domain()), f !== void 0 && t.range(f), a && t.clamp(a), { type: r, domain: o, range: f, scale: t, interpolate: c, interval: d };
@@ -36789,7 +36803,7 @@ function Hme(e, t, {
36789
36803
  interpolate: l,
36790
36804
  reverse: A
36791
36805
  }) {
36792
- return n === void 0 && (n = l !== void 0 ? Bl(l, i) : bi.get(e) === Lu ? Gy(a, i) : void 0), s.length > 0 && (s = VN(s, n === void 0 ? { length: i } : n).quantiles()), A_(e, t, { domain: s, range: n, reverse: A, unknown: o });
36806
+ return n === void 0 && (n = l !== void 0 ? Bl(l, i) : wi.get(e) === Lu ? Gy(a, i) : void 0), s.length > 0 && (s = VN(s, n === void 0 ? { length: i } : n).quantiles()), A_(e, t, { domain: s, range: n, reverse: A, unknown: o });
36793
36807
  }
36794
36808
  function jme(e, t, {
36795
36809
  range: n,
@@ -36800,9 +36814,9 @@ function jme(e, t, {
36800
36814
  interpolate: o,
36801
36815
  reverse: l
36802
36816
  }) {
36803
- const [A, u] = Ni(a);
36817
+ const [A, u] = Oi(a);
36804
36818
  let d;
36805
- return n === void 0 ? (d = Nf(A, u, r), d[0] <= A && d.splice(0, 1), d[d.length - 1] >= u && d.pop(), r = d.length + 1, n = o !== void 0 ? Bl(o, r) : bi.get(e) === Lu ? Gy(i, r) : void 0) : (d = Bl(Ya(A, u), r + 1).slice(1, -1), A instanceof Date && (d = d.map((f) => new Date(f)))), Oh(ld(a)) < 0 && d.reverse(), A_(e, t, { domain: d, range: n, reverse: l, unknown: s });
36819
+ return n === void 0 ? (d = Nf(A, u, r), d[0] <= A && d.splice(0, 1), d[d.length - 1] >= u && d.pop(), r = d.length + 1, n = o !== void 0 ? Bl(o, r) : wi.get(e) === Lu ? Gy(i, r) : void 0) : (d = Bl(Ya(A, u), r + 1).slice(1, -1), A instanceof Date && (d = d.map((f) => new Date(f)))), Oh(ld(a)) < 0 && d.reverse(), A_(e, t, { domain: d, range: n, reverse: l, unknown: s });
36806
36820
  }
36807
36821
  function A_(e, t, {
36808
36822
  domain: n = [0],
@@ -36810,7 +36824,7 @@ function A_(e, t, {
36810
36824
  unknown: r,
36811
36825
  scheme: i = "rdylbu",
36812
36826
  interpolate: a,
36813
- range: s = a !== void 0 ? Bl(a, n.length + 1) : bi.get(e) === Lu ? Gy(i, n.length + 1) : void 0,
36827
+ range: s = a !== void 0 ? Bl(a, n.length + 1) : wi.get(e) === Lu ? Gy(i, n.length + 1) : void 0,
36814
36828
  reverse: o
36815
36829
  }) {
36816
36830
  n = ld(n);
@@ -36831,7 +36845,7 @@ function Vme(e, t) {
36831
36845
  return !0;
36832
36846
  }
36833
36847
  function qme(e) {
36834
- return { type: "identity", scale: ame(bi.get(e)) ? MN() : (t) => t };
36848
+ return { type: "identity", scale: ame(wi.get(e)) ? MN() : (t) => t };
36835
36849
  }
36836
36850
  function Y0(e, t = VM) {
36837
36851
  return e.length ? [
@@ -36840,7 +36854,7 @@ function Y0(e, t = VM) {
36840
36854
  ] : [0, 1];
36841
36855
  }
36842
36856
  function S9(e, t) {
36843
- const n = bi.get(e);
36857
+ const n = wi.get(e);
36844
36858
  return (n === Hg || n === Vg || n === jg ? Kme : Y0)(t);
36845
36859
  }
36846
36860
  function Kme(e) {
@@ -36893,7 +36907,7 @@ function Yy(e, t, n, r, {
36893
36907
  scheme: u,
36894
36908
  range: d,
36895
36909
  symmetric: f = !0,
36896
- interpolate: c = bi.get(e) === Lu ? u == null && d !== void 0 ? Qf : l_(u !== void 0 ? u : "rdbu") : Ya,
36910
+ interpolate: c = wi.get(e) === Lu ? u == null && d !== void 0 ? Qf : l_(u !== void 0 ? u : "rdbu") : Ya,
36897
36911
  reverse: p
36898
36912
  }) {
36899
36913
  A = +A, o = ld(o);
@@ -36986,9 +37000,9 @@ function F9(e, t, n, { type: r, interval: i, domain: a, range: s, reverse: o, hi
36986
37000
  function A1e(e, t, { type: n, interval: r, domain: i, range: a, scheme: s, unknown: o, ...l }) {
36987
37001
  r = rp(r, n), i === void 0 && (i = U9(t, r, e));
36988
37002
  let A;
36989
- if (bi.get(e) === zy)
37003
+ if (wi.get(e) === zy)
36990
37004
  A = f1e(t), a = a === void 0 ? d1e(A) : Hi(a, r_);
36991
- else if (bi.get(e) === Lu && (a === void 0 && (n === "ordinal" || n === Kg) && (a = Nme(i, s), a !== void 0 && (s = void 0)), s === void 0 && a === void 0 && (s = n === "ordinal" ? "turbo" : "observable10"), s !== void 0))
37005
+ else if (wi.get(e) === Lu && (a === void 0 && (n === "ordinal" || n === Kg) && (a = Nme(i, s), a !== void 0 && (s = void 0)), s === void 0 && a === void 0 && (s = n === "ordinal" ? "turbo" : "observable10"), s !== void 0))
36992
37006
  if (a !== void 0) {
36993
37007
  const u = l_(s), d = a[0], f = a[1] - a[0];
36994
37008
  a = ({ length: c }) => Bl((p) => u(d + f * p), c);
@@ -37027,10 +37041,10 @@ function U9(e, t, n) {
37027
37041
  for (const s of i) r.add(s);
37028
37042
  }
37029
37043
  if (t !== void 0) {
37030
- const [i, a] = Ni(r).map(t.floor, t);
37044
+ const [i, a] = Oi(r).map(t.floor, t);
37031
37045
  return t.range(i, t.offset(a));
37032
37046
  }
37033
- if (r.size > 1e4 && bi.get(n) === nA)
37047
+ if (r.size > 1e4 && wi.get(n) === nA)
37034
37048
  throw new Error(`implicit ordinal domain of ${n} scale has more than 10,000 values`);
37035
37049
  return cT(r, jf);
37036
37050
  }
@@ -37074,7 +37088,7 @@ function vx(e, {
37074
37088
  const g = {};
37075
37089
  for (const [v, m] of e) {
37076
37090
  const y = h[v], b = O9(v, m, {
37077
- round: bi.get(v) === nA ? o : void 0,
37091
+ round: wi.get(v) === nA ? o : void 0,
37078
37092
  // only for position
37079
37093
  nice: l,
37080
37094
  clamp: A,
@@ -37241,7 +37255,7 @@ function O9(e, t = [], n = {}) {
37241
37255
  n = Wm(t, n, Mh);
37242
37256
  break;
37243
37257
  case "identity":
37244
- switch (bi.get(e)) {
37258
+ switch (wi.get(e)) {
37245
37259
  case nA:
37246
37260
  n = Wm(t, n, Mh);
37247
37261
  break;
@@ -37325,7 +37339,7 @@ function v1e(e, t, { type: n, domain: r, range: i, scheme: a, pivot: s, projecti
37325
37339
  if (n === sE) return;
37326
37340
  if (n !== void 0) return n;
37327
37341
  if (r === void 0 && !t.some(({ value: d }) => d !== void 0)) return;
37328
- const l = bi.get(e);
37342
+ const l = wi.get(e);
37329
37343
  if (l === Hg) return "sqrt";
37330
37344
  if (l === Vg || l === jg) return "linear";
37331
37345
  if (l === zy) return "ordinal";
@@ -37386,7 +37400,7 @@ function b1e(e) {
37386
37400
  }
37387
37401
  function w1e(e) {
37388
37402
  return (t) => {
37389
- if (!bi.has(t = `${t}`)) throw new Error(`unknown scale: ${t}`);
37403
+ if (!wi.has(t = `${t}`)) throw new Error(`unknown scale: ${t}`);
37390
37404
  return e[t];
37391
37405
  };
37392
37406
  }
@@ -37736,7 +37750,7 @@ function Zy(e = {}) {
37736
37750
  return { document: t, clip: A9(n) };
37737
37751
  }
37738
37752
  function rs(e, { document: t }) {
37739
- return Zt(By(e).call(t.documentElement));
37753
+ return zt(By(e).call(t.documentElement));
37740
37754
  }
37741
37755
  const wx = Symbol("unset");
37742
37756
  function d_(e) {
@@ -37915,7 +37929,7 @@ function sve(e) {
37915
37929
  let i = t.get(n);
37916
37930
  if (!i) {
37917
37931
  const a = P9();
37918
- Zt(n.ownerSVGElement).append("clipPath").attr("id", a).call(e, n, r), t.set(n, i = `url(#${a})`);
37932
+ zt(n.ownerSVGElement).append("clipPath").attr("id", a).call(e, n, r), t.set(n, i = `url(#${a})`);
37919
37933
  }
37920
37934
  return i;
37921
37935
  };
@@ -37928,7 +37942,7 @@ function Ave(e, t) {
37928
37942
  let n, r;
37929
37943
  if ((n = lE.get(t)) || lE.set(t, n = /* @__PURE__ */ new WeakMap()), e.type === "Sphere" && (e = lve), !(r = n.get(e))) {
37930
37944
  const i = P9();
37931
- Zt(t.ownerSVGElement).append("clipPath").attr("id", i).append("path").attr("d", t.path()(e)), n.set(e, r = `url(#${i})`);
37945
+ zt(t.ownerSVGElement).append("clipPath").attr("id", i).append("path").attr("d", t.path()(e)), n.set(e, r = `url(#${i})`);
37932
37946
  }
37933
37947
  return r;
37934
37948
  }
@@ -38176,7 +38190,7 @@ function AE(e, t) {
38176
38190
  default:
38177
38191
  throw new Error(`unsupported ${e} scale for aspectRatio: ${n}`);
38178
38192
  }
38179
- const [a, s] = Ni(r);
38193
+ const [a, s] = Oi(r);
38180
38194
  return Math.abs(i(s) - i(a));
38181
38195
  }
38182
38196
  const uE = /* @__PURE__ */ new WeakMap();
@@ -39415,16 +39429,16 @@ function sp(e, t, n, r, i, a) {
39415
39429
  if (Rc(b))
39416
39430
  u = ld(b);
39417
39431
  else if (Yd(b))
39418
- u = Pw(b, ...Ni(m));
39432
+ u = Pw(b, ...Oi(m));
39419
39433
  else if (v.interval) {
39420
39434
  let F = v.interval;
39421
39435
  if (v.ticks) {
39422
- const [I, $] = Ni(m), S = ($ - I) / F[Pg];
39436
+ const [I, $] = Oi(m), S = ($ - I) / F[Pg];
39423
39437
  F = QS(F, S / b) ?? F, u = Pw(F, I, $);
39424
39438
  } else {
39425
39439
  u = m;
39426
39440
  const I = u.length;
39427
- F = QS(F, I / b) ?? F, F !== v.interval && (u = Pw(F, ...Ni(u)));
39441
+ F = QS(F, I / b) ?? F, F !== v.interval && (u = Pw(F, ...Oi(u)));
39428
39442
  }
39429
39443
  if (F === v.interval) {
39430
39444
  const I = Math.round(u.length / b);
@@ -39447,7 +39461,7 @@ function sp(e, t, n, r, i, a) {
39447
39461
  return n == null ? (s = A.channels, A.channels = {}) : s = {}, r !== void 0 && Object.assign(A, r), A.clip === void 0 && (A.clip = !1), A;
39448
39462
  }
39449
39463
  function o2e(e, t) {
39450
- const [n, r] = Ni(e.range());
39464
+ const [n, r] = Oi(e.range());
39451
39465
  return (r - n) / t;
39452
39466
  }
39453
39467
  function CQ(e, t, n, r, i) {
@@ -39790,7 +39804,7 @@ class S2e extends Tl {
39790
39804
  const M = rs("svg:g", a).call(jc, this, i, a).call(sQ, this).call(qc, this, { x: $ && o, y: S && l }).call(
39791
39805
  (ie) => ie.selectAll().data(t).enter().append("g").attr("transform", (ye) => `translate(${Math.round(z(ye))},${Math.round(Y(ye))})`).call(Vc, this).call((ye) => ye.append("path").attr("filter", y)).call(
39792
39806
  (ye) => ye.append("text").each(function(be) {
39793
- const Be = Zt(this);
39807
+ const Be = zt(this);
39794
39808
  this.setAttribute("fill", "currentColor"), this.setAttribute("fill-opacity", 1), this.setAttribute("stroke", "none");
39795
39809
  const ue = te.call(s, be, t, Ae, n, r);
39796
39810
  if (typeof ue == "string")
@@ -40020,7 +40034,7 @@ function TQ(e = {}) {
40020
40034
  Z !== void 0 && (Z.facetsIndex = S1e(Z.facetsIndex));
40021
40035
  }
40022
40036
  }
40023
- for (const Ae of bi.keys())
40037
+ for (const Ae of wi.keys())
40024
40038
  Ah(e[Ae]) && Ae !== "fx" && Ae !== "fy" && f.set(Ae, []);
40025
40039
  const h = /* @__PURE__ */ new Map();
40026
40040
  for (const Ae of A) {
@@ -40049,7 +40063,7 @@ function TQ(e = {}) {
40049
40063
  O2e(ye), Object.assign(te.channels, ye);
40050
40064
  for (const be of Object.values(ye)) {
40051
40065
  const { scale: Be } = be;
40052
- Be != null && !ime(bi.get(Be)) && (NQ(be, e), S.add(Be));
40066
+ Be != null && !ime(wi.get(Be)) && (NQ(be, e), S.add(Be));
40053
40067
  }
40054
40068
  (ne != null || ie != null) && d.set(Ae, !0);
40055
40069
  }
@@ -40065,7 +40079,7 @@ function TQ(e = {}) {
40065
40079
  for (const [Ae, te] of h)
40066
40080
  te.values = Ae.scale(te.channels, m, C);
40067
40081
  const { width: L, height: P } = v;
40068
- Zt(I).attr("class", l).attr("fill", "currentColor").attr("font-family", "system-ui, sans-serif").attr("font-size", 10).attr("text-anchor", "middle").attr("width", L).attr("height", P).attr("viewBox", `0 0 ${L} ${P}`).attr("aria-label", s).attr("aria-description", o).call(
40082
+ zt(I).attr("class", l).attr("fill", "currentColor").attr("font-family", "system-ui, sans-serif").attr("font-size", 10).attr("text-anchor", "middle").attr("width", L).attr("height", P).attr("viewBox", `0 0 ${L} ${P}`).attr("aria-label", s).attr("aria-description", o).call(
40069
40083
  (Ae) => (
40070
40084
  // Warning: if you edit this, change defaultClassName.
40071
40085
  Ae.append("style").text(
@@ -40104,7 +40118,7 @@ function TQ(e = {}) {
40104
40118
  }
40105
40119
  const be = Ae.render(ye, m, M, w, C);
40106
40120
  if (be != null) {
40107
- (ne ?? (ne = Zt(I).append("g"))).append(() => be).datum(ie);
40121
+ (ne ?? (ne = zt(I).append("g"))).append(() => be).datum(ie);
40108
40122
  for (const Be of ["aria-label", "aria-description", "aria-hidden", "transform"])
40109
40123
  be.hasAttribute(Be) && (ne.attr(Be, be.getAttribute(Be)), be.removeAttribute(Be));
40110
40124
  }
@@ -40115,7 +40129,7 @@ function TQ(e = {}) {
40115
40129
  const z = v2e(g, C, e), { figure: Y = r != null || i != null || a != null || z.length > 0 } = e;
40116
40130
  Y && ($ = F.createElement("figure"), $.className = `${l}-figure`, $.style.maxWidth = "initial", r != null && $.append(xE(F, r, "h2")), i != null && $.append(xE(F, i, "h3")), $.append(...z, I), a != null && $.append(I2e(F, a)), "value" in I && ($.value = I.value, delete I.value)), $.scale = w1e(m.scales), $.legend = p2e(g, C, e);
40117
40131
  const G = Zme();
40118
- return G > 0 && Zt(I).append("text").attr("x", L).attr("y", 20).attr("dy", "-1em").attr("text-anchor", "end").attr("font-family", "initial").text("⚠️").append("title").text(`${G.toLocaleString("en-US")} warning${G === 1 ? "" : "s"}. Please check the console.`), $;
40132
+ return G > 0 && zt(I).append("text").attr("x", L).attr("y", 20).attr("dy", "-1em").attr("text-anchor", "end").attr("font-family", "initial").text("⚠️").append("title").text(`${G.toLocaleString("en-US")} warning${G === 1 ? "" : "s"}. Please check the console.`), $;
40119
40133
  }
40120
40134
  function xE(e, t, n) {
40121
40135
  if (t.ownerDocument) return t;
@@ -40469,11 +40483,11 @@ function J2e(e, t, n, r, {
40469
40483
  s && s.scope("facet", _t), a && a.scope("facet", _t);
40470
40484
  for (const [Ut, St] of jS(_t, ee))
40471
40485
  for (const [Gn, Dt] of jS(St, Te))
40472
- for (const [zt, Vt] of ht(Dt))
40473
- if (ee && (Vt.z = Ut), !(a && !a.reduce(zt, Vt))) {
40474
- Ct.push(Lt++), X.push(i.reduceIndex(zt, Be, Vt)), Te && W.push(Gn), Ie && ae.push(ee === Ie ? Ut : Ie[(zt.length > 0 ? zt : Dt)[0]]), je && Le.push(ee === je ? Ut : je[(zt.length > 0 ? zt : Dt)[0]]), R && Oe.push(ee === R ? Ut : R[(zt.length > 0 ? zt : Dt)[0]]), Ue && (Ue.push(Vt.x1), Ke.push(Vt.x2)), Ze && (Ze.push(Vt.y1), Ye.push(Vt.y2));
40475
- for (const Sn of l) Sn.reduce(zt, Vt);
40476
- s && s.reduce(zt, Vt);
40486
+ for (const [Gt, Vt] of ht(Dt))
40487
+ if (ee && (Vt.z = Ut), !(a && !a.reduce(Gt, Vt))) {
40488
+ Ct.push(Lt++), X.push(i.reduceIndex(Gt, Be, Vt)), Te && W.push(Gn), Ie && ae.push(ee === Ie ? Ut : Ie[(Gt.length > 0 ? Gt : Dt)[0]]), je && Le.push(ee === je ? Ut : je[(Gt.length > 0 ? Gt : Dt)[0]]), R && Oe.push(ee === R ? Ut : R[(Gt.length > 0 ? Gt : Dt)[0]]), Ue && (Ue.push(Vt.x1), Ke.push(Vt.x2)), Ze && (Ze.push(Vt.y1), Ye.push(Vt.y2));
40489
+ for (const Sn of l) Sn.reduce(Gt, Vt);
40490
+ s && s.reduce(Gt, Vt);
40477
40491
  }
40478
40492
  he.push(Ct);
40479
40493
  }
@@ -40493,17 +40507,17 @@ function tye(e, { cumulative: t, domain: n, thresholds: r, interval: i }, a) {
40493
40507
  }
40494
40508
  function kE(e) {
40495
40509
  if (e == null) return;
40496
- const { value: t, cumulative: n, domain: r = Ni, thresholds: i } = e, a = (s) => {
40510
+ const { value: t, cumulative: n, domain: r = Oi, thresholds: i } = e, a = (s) => {
40497
40511
  let o = Ns(s, t), l;
40498
40512
  if (Ds(o) || aye(i)) {
40499
40513
  o = Hi(o, t9, Float64Array);
40500
40514
  let [u, d] = typeof r == "function" ? r(o) : r, f = typeof i == "function" && !Yd(i) ? i(o, u, d) : i;
40501
- typeof f == "number" && (f = tO(u, d, f)), Yd(f) && (r === Ni && (u = f.floor(u), d = f.offset(f.floor(d))), f = f.range(u, f.offset(d))), l = f;
40515
+ typeof f == "number" && (f = tO(u, d, f)), Yd(f) && (r === Oi && (u = f.floor(u), d = f.offset(f.floor(d))), f = f.range(u, f.offset(d))), l = f;
40502
40516
  } else {
40503
40517
  o = Mh(o);
40504
40518
  let [u, d] = typeof r == "function" ? r(o) : r, f = typeof i == "function" && !Yd(i) ? i(o, u, d) : i;
40505
40519
  if (typeof f == "number")
40506
- if (r === Ni) {
40520
+ if (r === Oi) {
40507
40521
  let c = Nv(u, d, f);
40508
40522
  if (isFinite(c))
40509
40523
  if (c > 0) {
@@ -40525,7 +40539,7 @@ function kE(e) {
40525
40539
  f = [u];
40526
40540
  } else
40527
40541
  f = Nf(u, d, f);
40528
- else Yd(f) && (r === Ni && (u = f.floor(u), d = f.offset(f.floor(d))), f = f.range(u, f.offset(d)));
40542
+ else Yd(f) && (r === Oi && (u = f.floor(u), d = f.offset(f.floor(d))), f = f.range(u, f.offset(d)));
40529
40543
  l = f;
40530
40544
  }
40531
40545
  const A = [];
@@ -41016,7 +41030,7 @@ Count: ${f.doc_count}`
41016
41030
  },
41017
41031
  methods: {
41018
41032
  initializeChart() {
41019
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width > 700 ? this.width + 150 : this.width + 75).attr("height", this.height);
41033
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width > 700 ? this.width + 150 : this.width + 75).attr("height", this.height);
41020
41034
  },
41021
41035
  createChart() {
41022
41036
  const e = this.width, t = this.height, n = 20, r = 15, i = 1, a = 0.3, s = Pc([0, 1], [a, e - r]), o = jo([0, 1], [t - i, n]);
@@ -41101,10 +41115,10 @@ const Eye = /* @__PURE__ */ yr(_ye, [["render", Sye]]), kye = {
41101
41115
  },
41102
41116
  methods: {
41103
41117
  initializeChart() {
41104
- this.svg || (this.svg = Zt(`#decision-chart-${this.id}`).append("svg").attr("width", this.width).attr("height", this.height));
41118
+ this.svg || (this.svg = zt(`#decision-chart-${this.id}`).append("svg").attr("width", this.width).attr("height", this.height));
41105
41119
  },
41106
41120
  drawChart() {
41107
- const e = Di[this.theme].text, t = Di[this.theme].canvas, n = this;
41121
+ const e = pi[this.theme].text, t = pi[this.theme].canvas, n = this;
41108
41122
  this.svg.attr("width", this.width), this.svg.attr("height", this.height), this.svg.selectAll("g.decisionChart").data(this.chartData, (d) => d.id).join(
41109
41123
  (d) => r(d),
41110
41124
  (d) => void 0,
@@ -41125,16 +41139,16 @@ const Eye = /* @__PURE__ */ yr(_ye, [["render", Sye]]), kye = {
41125
41139
  d.append("rect").attr("class", "dataBox").attr("id", (c) => c.id).attr("width", ql).attr("height", ol).attr(
41126
41140
  "x",
41127
41141
  (c) => nf + f * (ql + ef)
41128
- ).attr("y", (c, p) => tf + c.y * (ol + Jc)).attr("fill", t).attr("stroke", (c) => c.type === "agent" ? Di[n.theme].info : c.type === "function" ? Di[n.theme].active : c.type === "response" ? Di[n.theme].active2 : Di[n.theme].inactive).attr("stroke-width", 1.5).attr("rx", IE).attr("ry", IE).attr("opacity", 0).on("mouseover", (c, p) => {
41142
+ ).attr("y", (c, p) => tf + c.y * (ol + Jc)).attr("fill", t).attr("stroke", (c) => c.type === "agent" ? pi[n.theme].info : c.type === "function" ? pi[n.theme].active : c.type === "response" ? pi[n.theme].active2 : pi[n.theme].inactive).attr("stroke-width", 1.5).attr("rx", IE).attr("ry", IE).attr("opacity", 0).on("mouseover", (c, p) => {
41129
41143
  const h = c.target;
41130
- Zt(h).style("cursor", "pointer").attr("stroke-width", 2).attr("opacity", Uye);
41144
+ zt(h).style("cursor", "pointer").attr("stroke-width", 2).attr("opacity", Uye);
41131
41145
  }).on("mouseout", (c, p) => {
41132
- Zt(c.target).attr("stroke-width", 1.5).attr("opacity", UE);
41146
+ zt(c.target).attr("stroke-width", 1.5).attr("opacity", UE);
41133
41147
  }).on("click", (c, p) => {
41134
41148
  n.slideoutTitle = p.name, n.slideoutData = p, n.slideout = !0;
41135
41149
  }).transition().duration(500).attr("opacity", UE), d.append("path").attr(
41136
41150
  "fill",
41137
- (c) => c.type === "response" ? Di[n.theme].active2 : e
41151
+ (c) => c.type === "response" ? pi[n.theme].active2 : e
41138
41152
  ).attr("transform", (c, p) => "translate(" + (nf + 7 + f * (ql + ef)) + "," + (tf + 9 + c.y * (ol + Jc)) + ")").attr("d", (c, p) => c.type === "agent" ? kye.path : c.type === "function" ? Lye.path : c.type === "response" ? Fye.path : "").attr("opacity", 0).transition().duration(700).attr("opacity", 1), d.append("text").attr(
41139
41153
  "x",
41140
41154
  (c) => nf + NE + Hw + f * (ql + ef)
@@ -41158,18 +41172,18 @@ const Eye = /* @__PURE__ */ yr(_ye, [["render", Sye]]), kye = {
41158
41172
  ).attr(
41159
41173
  "cy",
41160
41174
  (c, p) => tf + c.y * (ol + Jc) + ol / 2
41161
- ).attr("r", (c) => c.children.length ? 4 : 0).attr("fill", t).attr("stroke", (c) => c.type === "agent" ? Di[n.theme].info : c.type === "function" ? Di[n.theme].active : Di[n.theme].inactive).attr("stroke-width", 2).attr("opacity", 0).transition().duration(700).attr("opacity", 1), f && (d.append("circle").attr("id", (c) => c.id + "_circ_front").attr(
41175
+ ).attr("r", (c) => c.children.length ? 4 : 0).attr("fill", t).attr("stroke", (c) => c.type === "agent" ? pi[n.theme].info : c.type === "function" ? pi[n.theme].active : pi[n.theme].inactive).attr("stroke-width", 2).attr("opacity", 0).transition().duration(700).attr("opacity", 1), f && (d.append("circle").attr("id", (c) => c.id + "_circ_front").attr(
41162
41176
  "cx",
41163
41177
  f * (ql + ef) + nf
41164
41178
  ).attr(
41165
41179
  "cy",
41166
41180
  (c, p) => tf + c.y * (ol + Jc) + ol / 2
41167
- ).attr("r", 4).attr("fill", t).attr("stroke", (c) => c.type === "agent" ? Di[n.theme].info : c.type === "function" ? Di[n.theme].active : c.type === "response" ? Di[n.theme].active2 : Di[n.theme].inactive).attr("stroke-width", 2).attr("opacity", 0).transition().duration(700).attr("opacity", 1), u(
41181
+ ).attr("r", 4).attr("fill", t).attr("stroke", (c) => c.type === "agent" ? pi[n.theme].info : c.type === "function" ? pi[n.theme].active : c.type === "response" ? pi[n.theme].active2 : pi[n.theme].inactive).attr("stroke-width", 2).attr("opacity", 0).transition().duration(700).attr("opacity", 1), u(
41168
41182
  d,
41169
41183
  d.data(),
41170
41184
  n.svg.selectAll("circle")
41171
41185
  )), d.each(function(c) {
41172
- Zt(this).selectAll(`g.decisionChartChild${f + 1}`).data(c.children, (h) => h.id).join(
41186
+ zt(this).selectAll(`g.decisionChartChild${f + 1}`).data(c.children, (h) => h.id).join(
41173
41187
  (h) => o(h, f + 1),
41174
41188
  (h) => void 0,
41175
41189
  (h) => A(h)
@@ -41368,10 +41382,10 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
41368
41382
  return (i, a) => (K(), de("table", Pye, [
41369
41383
  q("thead", $ye, [
41370
41384
  q("tr", null, [
41371
- fe(mi, { title: "Name" }),
41372
- fe(mi, { title: "Description" }),
41373
- fe(mi, { title: "Type" }),
41374
- fe(mi, { title: "Default Value" })
41385
+ fe(vi, { title: "Name" }),
41386
+ fe(vi, { title: "Description" }),
41387
+ fe(vi, { title: "Type" }),
41388
+ fe(vi, { title: "Default Value" })
41375
41389
  ])
41376
41390
  ]),
41377
41391
  q("tbody", Rye, [
@@ -41453,10 +41467,10 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
41453
41467
  fe(q2, { data: ["padding"] }, {
41454
41468
  header: Ne(() => [
41455
41469
  q("tr", null, [
41456
- fe(mi, { title: "Name" }),
41457
- fe(mi, { title: "Description" }),
41458
- fe(mi, { title: "Type" }),
41459
- fe(mi, { title: "Value" })
41470
+ fe(vi, { title: "Name" }),
41471
+ fe(vi, { title: "Description" }),
41472
+ fe(vi, { title: "Type" }),
41473
+ fe(vi, { title: "Value" })
41460
41474
  ])
41461
41475
  ]),
41462
41476
  rows: Ne(() => [
@@ -41519,15 +41533,15 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
41519
41533
  return (t, n) => (K(), Je(q2, { data: e.data }, {
41520
41534
  header: Ne(() => [
41521
41535
  q("tr", null, [
41522
- fe(mi, {
41536
+ fe(vi, {
41523
41537
  title: "Name",
41524
41538
  class: "px-4 py-2"
41525
41539
  }),
41526
- fe(mi, {
41540
+ fe(vi, {
41527
41541
  title: "Description",
41528
41542
  class: "px-4 py-2"
41529
41543
  }),
41530
- fe(mi, {
41544
+ fe(vi, {
41531
41545
  title: "Value",
41532
41546
  class: "px-4 py-2"
41533
41547
  })
@@ -42252,7 +42266,7 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
42252
42266
  return (o, l) => (K(), Je(q2, { data: n.value }, {
42253
42267
  header: Ne(() => [
42254
42268
  q("tr", null, [
42255
- (K(!0), de(mt, null, on(e.data.columns, (A) => (K(), Je(mi, {
42269
+ (K(!0), de(mt, null, on(e.data.columns, (A) => (K(), Je(vi, {
42256
42270
  key: A.name,
42257
42271
  title: A.name
42258
42272
  }, null, 8, ["title"]))), 128))
@@ -45114,7 +45128,7 @@ const $we = {
45114
45128
  q("table", Xwe, [
45115
45129
  q("thead", null, [
45116
45130
  q("tr", null, [
45117
- (K(!0), de(mt, null, on(e.config.columns, (u) => (K(), Je(mi, {
45131
+ (K(!0), de(mt, null, on(e.config.columns, (u) => (K(), Je(vi, {
45118
45132
  key: u.field,
45119
45133
  title: u.header,
45120
45134
  class: "text-xs"
@@ -45943,12 +45957,12 @@ const l5e = /* @__PURE__ */ yr(s5e, [["render", o5e]]), A5e = {
45943
45957
  return (d, f) => (K(), de("table", P5e, [
45944
45958
  q("thead", $5e, [
45945
45959
  q("tr", null, [
45946
- fe(mi, { title: "" }),
45947
- fe(mi, { title: "Selected" }),
45948
- fe(mi, { title: "Column" }),
45949
- fe(mi, { title: "Display Name" }),
45950
- fe(mi, { title: "Format" }),
45951
- fe(mi, { title: "Alignment" })
45960
+ fe(vi, { title: "" }),
45961
+ fe(vi, { title: "Selected" }),
45962
+ fe(vi, { title: "Column" }),
45963
+ fe(vi, { title: "Display Name" }),
45964
+ fe(vi, { title: "Format" }),
45965
+ fe(vi, { title: "Alignment" })
45952
45966
  ])
45953
45967
  ]),
45954
45968
  q("tbody", R5e, [
@@ -48551,14 +48565,14 @@ function J5e() {
48551
48565
  for (ae.max_code = Lt, Le = W.heap_len >> 1; 1 <= Le; Le--) Te(W, Ke, Le);
48552
48566
  for (Ue = ht; Le = W.heap[1], W.heap[1] = W.heap[W.heap_len--], Te(W, Ke, 1), Oe = W.heap[1], W.heap[--W.heap_max] = Le, W.heap[--W.heap_max] = Oe, Ke[2 * Ue] = Ke[2 * Le] + Ke[2 * Oe], W.depth[Ue] = (W.depth[Le] >= W.depth[Oe] ? W.depth[Le] : W.depth[Oe]) + 1, Ke[2 * Le + 1] = Ke[2 * Oe + 1] = Ue, W.heap[1] = Ue++, Te(W, Ke, 1), 2 <= W.heap_len; ) ;
48553
48567
  W.heap[--W.heap_max] = W.heap[1], function(_t, Ct) {
48554
- var Ut, St, Gn, Dt, zt, Vt, Sn = Ct.dyn_tree, Ht = Ct.max_code, In = Ct.stat_desc.static_tree, Nt = Ct.stat_desc.has_stree, nn = Ct.stat_desc.extra_bits, Zn = Ct.stat_desc.extra_base, un = Ct.stat_desc.max_length, Gt = 0;
48568
+ var Ut, St, Gn, Dt, Gt, Vt, Sn = Ct.dyn_tree, Ht = Ct.max_code, In = Ct.stat_desc.static_tree, Nt = Ct.stat_desc.has_stree, nn = Ct.stat_desc.extra_bits, Zn = Ct.stat_desc.extra_base, un = Ct.stat_desc.max_length, Yt = 0;
48555
48569
  for (Dt = 0; Dt <= g; Dt++) _t.bl_count[Dt] = 0;
48556
- for (Sn[2 * _t.heap[_t.heap_max] + 1] = 0, Ut = _t.heap_max + 1; Ut < h; Ut++) un < (Dt = Sn[2 * Sn[2 * (St = _t.heap[Ut]) + 1] + 1] + 1) && (Dt = un, Gt++), Sn[2 * St + 1] = Dt, Ht < St || (_t.bl_count[Dt]++, zt = 0, Zn <= St && (zt = nn[St - Zn]), Vt = Sn[2 * St], _t.opt_len += Vt * (Dt + zt), Nt && (_t.static_len += Vt * (In[2 * St + 1] + zt)));
48557
- if (Gt !== 0) {
48570
+ for (Sn[2 * _t.heap[_t.heap_max] + 1] = 0, Ut = _t.heap_max + 1; Ut < h; Ut++) un < (Dt = Sn[2 * Sn[2 * (St = _t.heap[Ut]) + 1] + 1] + 1) && (Dt = un, Yt++), Sn[2 * St + 1] = Dt, Ht < St || (_t.bl_count[Dt]++, Gt = 0, Zn <= St && (Gt = nn[St - Zn]), Vt = Sn[2 * St], _t.opt_len += Vt * (Dt + Gt), Nt && (_t.static_len += Vt * (In[2 * St + 1] + Gt)));
48571
+ if (Yt !== 0) {
48558
48572
  do {
48559
48573
  for (Dt = un - 1; _t.bl_count[Dt] === 0; ) Dt--;
48560
- _t.bl_count[Dt]--, _t.bl_count[Dt + 1] += 2, _t.bl_count[un]--, Gt -= 2;
48561
- } while (0 < Gt);
48574
+ _t.bl_count[Dt]--, _t.bl_count[Dt + 1] += 2, _t.bl_count[un]--, Yt -= 2;
48575
+ } while (0 < Yt);
48562
48576
  for (Dt = un; Dt !== 0; Dt--) for (St = _t.bl_count[Dt]; St !== 0; ) Ht < (Gn = _t.heap[--Ut]) || (Sn[2 * Gn + 1] !== Dt && (_t.opt_len += (Dt - Sn[2 * Gn + 1]) * Sn[2 * Gn], Sn[2 * Gn + 1] = Dt), St--);
48563
48577
  }
48564
48578
  }(W, ae), be(Ke, Lt, W.bl_count);
@@ -48948,7 +48962,7 @@ var xu = (
48948
48962
  t.push(i);
48949
48963
  }
48950
48964
  return t;
48951
- }, Fi = function() {
48965
+ }, Li = function() {
48952
48966
  for (var e = [], t = 0; t < arguments.length; t++)
48953
48967
  e[t] = arguments[t];
48954
48968
  if (String.fromCodePoint)
@@ -49145,7 +49159,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49145
49159
  this.codePoints = t, this.required = n === eD, this.start = r, this.end = i;
49146
49160
  }
49147
49161
  return e.prototype.slice = function() {
49148
- return Fi.apply(void 0, this.codePoints.slice(this.start, this.end));
49162
+ return Li.apply(void 0, this.codePoints.slice(this.start, this.end));
49149
49163
  }, e;
49150
49164
  }()
49151
49165
  ), QBe = function(e, t) {
@@ -49196,17 +49210,17 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49196
49210
  (e[t] === gf || e[t] === Ls) && (e[t] === Ls && (n = -1), t++);
49197
49211
  for (var r = []; Ga(e[t]); )
49198
49212
  r.push(e[t++]);
49199
- var i = r.length ? parseInt(Fi.apply(void 0, r), 10) : 0;
49213
+ var i = r.length ? parseInt(Li.apply(void 0, r), 10) : 0;
49200
49214
  e[t] === J0 && t++;
49201
49215
  for (var a = []; Ga(e[t]); )
49202
49216
  a.push(e[t++]);
49203
- var s = a.length, o = s ? parseInt(Fi.apply(void 0, a), 10) : 0;
49217
+ var s = a.length, o = s ? parseInt(Li.apply(void 0, a), 10) : 0;
49204
49218
  (e[t] === sD || e[t] === iD) && t++;
49205
49219
  var l = 1;
49206
49220
  (e[t] === gf || e[t] === Ls) && (e[t] === Ls && (l = -1), t++);
49207
49221
  for (var A = []; Ga(e[t]); )
49208
49222
  A.push(e[t++]);
49209
- var u = A.length ? parseInt(Fi.apply(void 0, A), 10) : 0;
49223
+ var u = A.length ? parseInt(Li.apply(void 0, A), 10) : 0;
49210
49224
  return n * (i + o * Math.pow(10, -s)) * Math.pow(10, l * u);
49211
49225
  }, _xe = {
49212
49226
  type: 2
@@ -49386,7 +49400,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49386
49400
  case Kl:
49387
49401
  return Px;
49388
49402
  }
49389
- return w1(t) ? (this.consumeWhiteSpace(), Hxe) : Ga(t) ? (this.reconsumeCodePoint(t), this.consumeNumericToken()) : y2(t) ? (this.reconsumeCodePoint(t), this.consumeIdentLikeToken()) : { type: 6, value: Fi(t) };
49403
+ return w1(t) ? (this.consumeWhiteSpace(), Hxe) : Ga(t) ? (this.reconsumeCodePoint(t), this.consumeNumericToken()) : y2(t) ? (this.reconsumeCodePoint(t), this.consumeIdentLikeToken()) : { type: 6, value: Li(t) };
49390
49404
  }, e.prototype.consumeCodePoint = function() {
49391
49405
  var t = this._value.shift();
49392
49406
  return typeof t > "u" ? -1 : t;
@@ -49400,19 +49414,19 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49400
49414
  for (var r = !1; n === b1 && t.length < 6; )
49401
49415
  t.push(n), n = this.consumeCodePoint(), r = !0;
49402
49416
  if (r) {
49403
- var i = parseInt(Fi.apply(void 0, t.map(function(l) {
49417
+ var i = parseInt(Li.apply(void 0, t.map(function(l) {
49404
49418
  return l === b1 ? nD : l;
49405
- })), 16), a = parseInt(Fi.apply(void 0, t.map(function(l) {
49419
+ })), 16), a = parseInt(Li.apply(void 0, t.map(function(l) {
49406
49420
  return l === b1 ? oD : l;
49407
49421
  })), 16);
49408
49422
  return { type: 30, start: i, end: a };
49409
49423
  }
49410
- var s = parseInt(Fi.apply(void 0, t), 16);
49424
+ var s = parseInt(Li.apply(void 0, t), 16);
49411
49425
  if (this.peekCodePoint(0) === Ls && Ed(this.peekCodePoint(1))) {
49412
49426
  this.consumeCodePoint(), n = this.consumeCodePoint();
49413
49427
  for (var o = []; Ed(n) && o.length < 6; )
49414
49428
  o.push(n), n = this.consumeCodePoint();
49415
- var a = parseInt(Fi.apply(void 0, o), 16);
49429
+ var a = parseInt(Li.apply(void 0, o), 16);
49416
49430
  return { type: 30, start: s, end: a };
49417
49431
  } else
49418
49432
  return { type: 30, start: s, end: s };
@@ -49431,9 +49445,9 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49431
49445
  for (; ; ) {
49432
49446
  var i = this.consumeCodePoint();
49433
49447
  if (i === Kl || i === Op)
49434
- return { type: 22, value: Fi.apply(void 0, t) };
49448
+ return { type: 22, value: Li.apply(void 0, t) };
49435
49449
  if (w1(i))
49436
- return this.consumeWhiteSpace(), this.peekCodePoint(0) === Kl || this.peekCodePoint(0) === Op ? (this.consumeCodePoint(), { type: 22, value: Fi.apply(void 0, t) }) : (this.consumeBadUrlRemnants(), x1);
49450
+ return this.consumeWhiteSpace(), this.peekCodePoint(0) === Kl || this.peekCodePoint(0) === Op ? (this.consumeCodePoint(), { type: 22, value: Li.apply(void 0, t) }) : (this.consumeBadUrlRemnants(), x1);
49437
49451
  if (i === m1 || i === v1 || i === y1 || Bxe(i))
49438
49452
  return this.consumeBadUrlRemnants(), x1;
49439
49453
  if (i === p0)
@@ -49457,7 +49471,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49457
49471
  }, e.prototype.consumeStringSlice = function(t) {
49458
49472
  for (var n = 5e4, r = ""; t > 0; ) {
49459
49473
  var i = Math.min(n, t);
49460
- r += Fi.apply(void 0, this._value.splice(0, i)), t -= i;
49474
+ r += Li.apply(void 0, this._value.splice(0, i)), t -= i;
49461
49475
  }
49462
49476
  return this._value.shift(), r;
49463
49477
  }, e.prototype.consumeStringToken = function(t) {
@@ -49470,7 +49484,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49470
49484
  return this._value.splice(0, r), Oxe;
49471
49485
  if (i === p0) {
49472
49486
  var a = this._value[r + 1];
49473
- a !== Kl && a !== void 0 && (a === v2 ? (n += this.consumeStringSlice(r), r = -1, this._value.shift()) : Wu(i, a) && (n += this.consumeStringSlice(r), n += Fi(this.consumeEscapedCodePoint()), r = -1));
49487
+ a !== Kl && a !== void 0 && (a === v2 ? (n += this.consumeStringSlice(r), r = -1, this._value.shift()) : Wu(i, a) && (n += this.consumeStringSlice(r), n += Li(this.consumeEscapedCodePoint()), r = -1));
49474
49488
  }
49475
49489
  r++;
49476
49490
  } while (!0);
@@ -49499,8 +49513,8 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49499
49513
  }, e.prototype.consumeEscapedCodePoint = function() {
49500
49514
  var t = this.consumeCodePoint();
49501
49515
  if (Ed(t)) {
49502
- for (var n = Fi(t); Ed(this.peekCodePoint(0)) && n.length < 6; )
49503
- n += Fi(this.consumeCodePoint());
49516
+ for (var n = Li(t); Ed(this.peekCodePoint(0)) && n.length < 6; )
49517
+ n += Li(this.consumeCodePoint());
49504
49518
  w1(this.peekCodePoint(0)) && this.consumeCodePoint();
49505
49519
  var r = parseInt(n, 16);
49506
49520
  return r === 0 || mxe(r) || r > 1114111 ? Ck : r;
@@ -49510,9 +49524,9 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49510
49524
  for (var t = ""; ; ) {
49511
49525
  var n = this.consumeCodePoint();
49512
49526
  if (Sk(n))
49513
- t += Fi(n);
49527
+ t += Li(n);
49514
49528
  else if (Wu(n, this.peekCodePoint(0)))
49515
- t += Fi(this.consumeEscapedCodePoint());
49529
+ t += Li(this.consumeEscapedCodePoint());
49516
49530
  else
49517
49531
  return this.reconsumeCodePoint(n), t;
49518
49532
  }
@@ -51453,7 +51467,7 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
51453
51467
  var n = e.createRange();
51454
51468
  t.innerHTML = typeof "".repeat == "function" ? "&#128104;".repeat(10) : "";
51455
51469
  var r = t.firstChild, i = tb(r.data).map(function(l) {
51456
- return Fi(l);
51470
+ return Li(l);
51457
51471
  }), a = 0, s = {}, o = i.every(function(l, A) {
51458
51472
  n.setStart(r, a), n.setEnd(r, a + l.length);
51459
51473
  var u = n.getBoundingClientRect();
@@ -51618,7 +51632,7 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
51618
51632
  if (i.value) {
51619
51633
  var s = i.value.slice(), o = tb(s), l = "";
51620
51634
  o.forEach(function(A) {
51621
- A_e.indexOf(A) === -1 ? l += Fi(A) : (l.length && r.push(l), r.push(Fi(A)), l = "");
51635
+ A_e.indexOf(A) === -1 ? l += Li(A) : (l.length && r.push(l), r.push(Li(A)), l = "");
51622
51636
  }), l.length && r.push(l);
51623
51637
  }
51624
51638
  }; !(i = n.next()).done; )
@@ -52118,10 +52132,10 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52118
52132
  n || e--, i = r(e) + i, e /= t;
52119
52133
  while (e * t >= t);
52120
52134
  return i;
52121
- }, ki = function(e, t, n, r, i) {
52135
+ }, Fi = function(e, t, n, r, i) {
52122
52136
  var a = n - t + 1;
52123
52137
  return (e < 0 ? "-" : "") + (jD(Math.abs(e), a, r, function(s) {
52124
- return Fi(Math.floor(s % a) + t);
52138
+ return Li(Math.floor(s % a) + t);
52125
52139
  }) + i);
52126
52140
  }, af = function(e, t, n) {
52127
52141
  n === void 0 && (n = ". ");
@@ -52150,7 +52164,7 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52150
52164
  case 2:
52151
52165
  return "◾" + s;
52152
52166
  case 5:
52153
- var o = ki(e, 48, 57, !0, r);
52167
+ var o = Fi(e, 48, 57, !0, r);
52154
52168
  return o.length < 4 ? "0" + o : o;
52155
52169
  case 4:
52156
52170
  return af(e, "〇一二三四五六七八九", i);
@@ -52159,23 +52173,23 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52159
52173
  case 7:
52160
52174
  return kd(e, 1, 3999, Jk, 3, r);
52161
52175
  case 8:
52162
- return ki(e, 945, 969, !1, r);
52176
+ return Fi(e, 945, 969, !1, r);
52163
52177
  case 9:
52164
- return ki(e, 97, 122, !1, r);
52178
+ return Fi(e, 97, 122, !1, r);
52165
52179
  case 10:
52166
- return ki(e, 65, 90, !1, r);
52180
+ return Fi(e, 65, 90, !1, r);
52167
52181
  case 11:
52168
- return ki(e, 1632, 1641, !0, r);
52182
+ return Fi(e, 1632, 1641, !0, r);
52169
52183
  case 12:
52170
52184
  case 49:
52171
52185
  return kd(e, 1, 9999, eF, 3, r);
52172
52186
  case 35:
52173
52187
  return kd(e, 1, 9999, eF, 3, r).toLowerCase();
52174
52188
  case 13:
52175
- return ki(e, 2534, 2543, !0, r);
52189
+ return Fi(e, 2534, 2543, !0, r);
52176
52190
  case 14:
52177
52191
  case 30:
52178
- return ki(e, 6112, 6121, !0, r);
52192
+ return Fi(e, 6112, 6121, !0, r);
52179
52193
  case 15:
52180
52194
  return af(e, "子丑寅卯辰巳午未申酉戌亥", i);
52181
52195
  case 16:
@@ -52200,13 +52214,13 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52200
52214
  case 32:
52201
52215
  return jA(e, "零壹貳參四五六七八九", "拾百千", u5, a, Hd | Ku | zu);
52202
52216
  case 18:
52203
- return ki(e, 2406, 2415, !0, r);
52217
+ return Fi(e, 2406, 2415, !0, r);
52204
52218
  case 20:
52205
52219
  return kd(e, 1, 19999, L_e, 3, r);
52206
52220
  case 21:
52207
- return ki(e, 2790, 2799, !0, r);
52221
+ return Fi(e, 2790, 2799, !0, r);
52208
52222
  case 22:
52209
- return ki(e, 2662, 2671, !0, r);
52223
+ return Fi(e, 2662, 2671, !0, r);
52210
52224
  case 22:
52211
52225
  return kd(e, 1, 10999, F_e, 3, r);
52212
52226
  case 23:
@@ -52214,32 +52228,32 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52214
52228
  case 24:
52215
52229
  return af(e, "いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");
52216
52230
  case 27:
52217
- return ki(e, 3302, 3311, !0, r);
52231
+ return Fi(e, 3302, 3311, !0, r);
52218
52232
  case 28:
52219
52233
  return af(e, "アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン", i);
52220
52234
  case 29:
52221
52235
  return af(e, "イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス", i);
52222
52236
  case 34:
52223
- return ki(e, 3792, 3801, !0, r);
52237
+ return Fi(e, 3792, 3801, !0, r);
52224
52238
  case 37:
52225
- return ki(e, 6160, 6169, !0, r);
52239
+ return Fi(e, 6160, 6169, !0, r);
52226
52240
  case 38:
52227
- return ki(e, 4160, 4169, !0, r);
52241
+ return Fi(e, 4160, 4169, !0, r);
52228
52242
  case 39:
52229
- return ki(e, 2918, 2927, !0, r);
52243
+ return Fi(e, 2918, 2927, !0, r);
52230
52244
  case 40:
52231
- return ki(e, 1776, 1785, !0, r);
52245
+ return Fi(e, 1776, 1785, !0, r);
52232
52246
  case 43:
52233
- return ki(e, 3046, 3055, !0, r);
52247
+ return Fi(e, 3046, 3055, !0, r);
52234
52248
  case 44:
52235
- return ki(e, 3174, 3183, !0, r);
52249
+ return Fi(e, 3174, 3183, !0, r);
52236
52250
  case 45:
52237
- return ki(e, 3664, 3673, !0, r);
52251
+ return Fi(e, 3664, 3673, !0, r);
52238
52252
  case 46:
52239
- return ki(e, 3872, 3881, !0, r);
52253
+ return Fi(e, 3872, 3881, !0, r);
52240
52254
  case 3:
52241
52255
  default:
52242
- return ki(e, 48, 57, !0, r);
52256
+ return Fi(e, 48, 57, !0, r);
52243
52257
  }
52244
52258
  }, VD = "data-html2canvas-ignore", iF = (
52245
52259
  /** @class */
@@ -56725,7 +56739,7 @@ function An(e) {
56725
56739
  if (Object.keys(_t).indexOf(O) === -1) throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
56726
56740
  return _t[O] = se;
56727
56741
  };
56728
- var Ct, Ut, St, Gn, Dt, zt = {}, Vt = {}, Sn = [], Ht = {}, In = {}, Nt = {}, nn = {}, Zn = null, un = 0, Gt = [], Tn = new r7(c), ma = e.hotfixes || [], Kr = {}, ra = {}, wi = [], rn = function O(se, Ce, Pe, Ve, lt, dt) {
56742
+ var Ct, Ut, St, Gn, Dt, Gt = {}, Vt = {}, Sn = [], Ht = {}, In = {}, Nt = {}, nn = {}, Zn = null, un = 0, Yt = [], Tn = new r7(c), ma = e.hotfixes || [], Kr = {}, ra = {}, Bi = [], rn = function O(se, Ce, Pe, Ve, lt, dt) {
56729
56743
  if (!(this instanceof O)) return new O(se, Ce, Pe, Ve, lt, dt);
56730
56744
  isNaN(se) && (se = 1), isNaN(Ce) && (Ce = 0), isNaN(Pe) && (Pe = 0), isNaN(Ve) && (Ve = 1), isNaN(lt) && (lt = 0), isNaN(dt) && (dt = 0), this._matrix = [se, Ce, Pe, Ve, lt, dt];
56731
56745
  };
@@ -56826,7 +56840,7 @@ function An(e) {
56826
56840
  I("beginTilingPattern()"), Ur(O.boundingBox[0], O.boundingBox[1], O.boundingBox[2] - O.boundingBox[0], O.boundingBox[3] - O.boundingBox[1], O.matrix);
56827
56841
  }, c.endTilingPattern = function(O, se) {
56828
56842
  I("endTilingPattern()"), se.stream = Te[Z].join(`
56829
- `), ia(O, se), Tn.publish("endTilingPattern", se), wi.pop().restore();
56843
+ `), ia(O, se), Tn.publish("endTilingPattern", se), Bi.pop().restore();
56830
56844
  };
56831
56845
  var ji, Wn = c.__private__.newObject = function() {
56832
56846
  var O = cr();
@@ -56849,7 +56863,7 @@ function An(e) {
56849
56863
  }
56850
56864
  for (var Pe = "#", Ve = 0; Ve < 3; Ve++) Pe += ("0" + Math.floor(255 * parseFloat(se[Ve])).toString(16)).slice(-2);
56851
56865
  return Pe;
56852
- }, Wt = c.__private__.encodeColorString = function(O) {
56866
+ }, Zt = c.__private__.encodeColorString = function(O) {
56853
56867
  var se;
56854
56868
  typeof O == "string" && (O = { ch1: O });
56855
56869
  var Ce = O.ch1, Pe = O.ch2, Ve = O.ch3, lt = O.ch4, dt = O.pdfColorType === "draw" ? ["G", "RG", "K"] : ["g", "rg", "k"];
@@ -56871,8 +56885,8 @@ function An(e) {
56871
56885
  }, gr = c.__private__.getFilters = function() {
56872
56886
  return s;
56873
56887
  }, Vi = c.__private__.putStream = function(O) {
56874
- var se = (O = O || {}).data || "", Ce = O.filters || gr(), Pe = O.alreadyAppliedFilters || [], Ve = O.addLength1 || !1, lt = se.length, dt = O.objectId, Qt = function(_i) {
56875
- return _i;
56888
+ var se = (O = O || {}).data || "", Ce = O.filters || gr(), Pe = O.alreadyAppliedFilters || [], Ve = O.addLength1 || !1, lt = se.length, dt = O.objectId, Qt = function(Ci) {
56889
+ return Ci;
56876
56890
  };
56877
56891
  if (u !== null && dt === void 0) throw new Error("ObjectId must be passed to putStream for file encryption");
56878
56892
  u !== null && (Qt = br.encryptor(dt, 0));
@@ -56892,15 +56906,15 @@ function An(e) {
56892
56906
  ee(">>"), Pt.data.length !== 0 && (ee("stream"), ee(Qt(Pt.data)), ee("endstream"));
56893
56907
  }, Rs = c.__private__.putPage = function(O) {
56894
56908
  var se = O.number, Ce = O.data, Pe = O.objId, Ve = O.contentsObjId;
56895
- _n(Pe, !0), ee("<</Type /Page"), ee("/Parent " + O.rootDictionaryObjId + " 0 R"), ee("/Resources " + O.resourceDictionaryObjId + " 0 R"), ee("/MediaBox [" + parseFloat(F(O.mediaBox.bottomLeftX)) + " " + parseFloat(F(O.mediaBox.bottomLeftY)) + " " + F(O.mediaBox.topRightX) + " " + F(O.mediaBox.topRightY) + "]"), O.cropBox !== null && ee("/CropBox [" + F(O.cropBox.bottomLeftX) + " " + F(O.cropBox.bottomLeftY) + " " + F(O.cropBox.topRightX) + " " + F(O.cropBox.topRightY) + "]"), O.bleedBox !== null && ee("/BleedBox [" + F(O.bleedBox.bottomLeftX) + " " + F(O.bleedBox.bottomLeftY) + " " + F(O.bleedBox.topRightX) + " " + F(O.bleedBox.topRightY) + "]"), O.trimBox !== null && ee("/TrimBox [" + F(O.trimBox.bottomLeftX) + " " + F(O.trimBox.bottomLeftY) + " " + F(O.trimBox.topRightX) + " " + F(O.trimBox.topRightY) + "]"), O.artBox !== null && ee("/ArtBox [" + F(O.artBox.bottomLeftX) + " " + F(O.artBox.bottomLeftY) + " " + F(O.artBox.topRightX) + " " + F(O.artBox.topRightY) + "]"), typeof O.userUnit == "number" && O.userUnit !== 1 && ee("/UserUnit " + O.userUnit), Tn.publish("putPage", { objId: Pe, pageContext: Gt[se], pageNumber: se, page: Ce }), ee("/Contents " + Ve + " 0 R"), ee(">>"), ee("endobj");
56909
+ _n(Pe, !0), ee("<</Type /Page"), ee("/Parent " + O.rootDictionaryObjId + " 0 R"), ee("/Resources " + O.resourceDictionaryObjId + " 0 R"), ee("/MediaBox [" + parseFloat(F(O.mediaBox.bottomLeftX)) + " " + parseFloat(F(O.mediaBox.bottomLeftY)) + " " + F(O.mediaBox.topRightX) + " " + F(O.mediaBox.topRightY) + "]"), O.cropBox !== null && ee("/CropBox [" + F(O.cropBox.bottomLeftX) + " " + F(O.cropBox.bottomLeftY) + " " + F(O.cropBox.topRightX) + " " + F(O.cropBox.topRightY) + "]"), O.bleedBox !== null && ee("/BleedBox [" + F(O.bleedBox.bottomLeftX) + " " + F(O.bleedBox.bottomLeftY) + " " + F(O.bleedBox.topRightX) + " " + F(O.bleedBox.topRightY) + "]"), O.trimBox !== null && ee("/TrimBox [" + F(O.trimBox.bottomLeftX) + " " + F(O.trimBox.bottomLeftY) + " " + F(O.trimBox.topRightX) + " " + F(O.trimBox.topRightY) + "]"), O.artBox !== null && ee("/ArtBox [" + F(O.artBox.bottomLeftX) + " " + F(O.artBox.bottomLeftY) + " " + F(O.artBox.topRightX) + " " + F(O.artBox.topRightY) + "]"), typeof O.userUnit == "number" && O.userUnit !== 1 && ee("/UserUnit " + O.userUnit), Tn.publish("putPage", { objId: Pe, pageContext: Yt[se], pageNumber: se, page: Ce }), ee("/Contents " + Ve + " 0 R"), ee(">>"), ee("endobj");
56896
56910
  var lt = Ce.join(`
56897
56911
  `);
56898
56912
  return b === y && (lt += `
56899
56913
  Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe;
56900
56914
  }, Na = c.__private__.putPages = function() {
56901
56915
  var O, se, Ce = [];
56902
- for (O = 1; O <= un; O++) Gt[O].objId = cr(), Gt[O].contentsObjId = cr();
56903
- for (O = 1; O <= un; O++) Ce.push(Rs({ number: O, data: Te[O], objId: Gt[O].objId, contentsObjId: Gt[O].contentsObjId, mediaBox: Gt[O].mediaBox, cropBox: Gt[O].cropBox, bleedBox: Gt[O].bleedBox, trimBox: Gt[O].trimBox, artBox: Gt[O].artBox, userUnit: Gt[O].userUnit, rootDictionaryObjId: ms, resourceDictionaryObjId: aa }));
56916
+ for (O = 1; O <= un; O++) Yt[O].objId = cr(), Yt[O].contentsObjId = cr();
56917
+ for (O = 1; O <= un; O++) Ce.push(Rs({ number: O, data: Te[O], objId: Yt[O].objId, contentsObjId: Yt[O].contentsObjId, mediaBox: Yt[O].mediaBox, cropBox: Yt[O].cropBox, bleedBox: Yt[O].bleedBox, trimBox: Yt[O].trimBox, artBox: Yt[O].artBox, userUnit: Yt[O].userUnit, rootDictionaryObjId: ms, resourceDictionaryObjId: aa }));
56904
56918
  _n(ms, !0), ee("<</Type /Pages");
56905
56919
  var Pe = "/Kids [";
56906
56920
  for (se = 0; se < un; se++) Pe += Ce[se] + " 0 R ";
@@ -56927,8 +56941,8 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56927
56941
  var Hr = { offset: 1, color: dt[dt.length - 1].color };
56928
56942
  dt.push(Hr);
56929
56943
  }
56930
- for (var ui = "", fr = 0, _i = 0; _i < gn.length; _i++) {
56931
- for (Pt = gn[_i]; Pt > dt[fr + 1].offset; ) fr++;
56944
+ for (var ui = "", fr = 0, Ci = 0; Ci < gn.length; Ci++) {
56945
+ for (Pt = gn[Ci]; Pt > dt[fr + 1].offset; ) fr++;
56932
56946
  var fi = dt[fr].offset, Gi = (Pt - fi) / (dt[fr + 1].offset - fi), Xo = dt[fr].color, zs = dt[fr + 1].color;
56933
56947
  ui += ie(Math.round((1 - Gi) * Xo[0] + Gi * zs[0]).toString(16)) + ie(Math.round((1 - Gi) * Xo[1] + Gi * zs[1]).toString(16)) + ie(Math.round((1 - Gi) * Xo[2] + Gi * zs[2]).toString(16));
56934
56948
  }
@@ -56953,7 +56967,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56953
56967
  ee(">>"), ee("endobj");
56954
56968
  }, po = function(O) {
56955
56969
  _n(O.resourcesOid, !0), ee("<<"), ee("/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]"), function() {
56956
- for (var se in ee("/Font <<"), zt) zt.hasOwnProperty(se) && (d === !1 || d === !0 && f.hasOwnProperty(se)) && ee("/" + se + " " + zt[se].objectNumber + " 0 R");
56970
+ for (var se in ee("/Font <<"), Gt) Gt.hasOwnProperty(se) && (d === !1 || d === !0 && f.hasOwnProperty(se)) && ee("/" + se + " " + Gt[se].objectNumber + " 0 R");
56957
56971
  ee(">>");
56958
56972
  }(), function() {
56959
56973
  if (Object.keys(Ht).length > 0) {
@@ -56978,12 +56992,12 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56978
56992
  }, Ql = function(O) {
56979
56993
  Vt[O.fontName] = Vt[O.fontName] || {}, Vt[O.fontName][O.fontStyle] = O.id;
56980
56994
  }, zo = function(O, se, Ce, Pe, Ve) {
56981
- var lt = { id: "F" + (Object.keys(zt).length + 1).toString(10), postScriptName: O, fontName: se, fontStyle: Ce, encoding: Pe, isStandardFont: Ve || !1, metadata: {} };
56982
- return Tn.publish("addFont", { font: lt, instance: this }), zt[lt.id] = lt, Ql(lt), lt.id;
56995
+ var lt = { id: "F" + (Object.keys(Gt).length + 1).toString(10), postScriptName: O, fontName: se, fontStyle: Ce, encoding: Pe, isStandardFont: Ve || !1, metadata: {} };
56996
+ return Tn.publish("addFont", { font: lt, instance: this }), Gt[lt.id] = lt, Ql(lt), lt.id;
56983
56997
  }, ci = c.__private__.pdfEscape = c.pdfEscape = function(O, se) {
56984
56998
  return function(Ce, Pe) {
56985
56999
  var Ve, lt, dt, Qt, Pt, gn, En, Xn, Hr;
56986
- if (dt = (Pe = Pe || {}).sourceEncoding || "Unicode", Pt = Pe.outputEncoding, (Pe.autoencode || Pt) && zt[Ct].metadata && zt[Ct].metadata[dt] && zt[Ct].metadata[dt].encoding && (Qt = zt[Ct].metadata[dt].encoding, !Pt && zt[Ct].encoding && (Pt = zt[Ct].encoding), !Pt && Qt.codePages && (Pt = Qt.codePages[0]), typeof Pt == "string" && (Pt = Qt[Pt]), Pt)) {
57000
+ if (dt = (Pe = Pe || {}).sourceEncoding || "Unicode", Pt = Pe.outputEncoding, (Pe.autoencode || Pt) && Gt[Ct].metadata && Gt[Ct].metadata[dt] && Gt[Ct].metadata[dt].encoding && (Qt = Gt[Ct].metadata[dt].encoding, !Pt && Gt[Ct].encoding && (Pt = Gt[Ct].encoding), !Pt && Qt.codePages && (Pt = Qt.codePages[0]), typeof Pt == "string" && (Pt = Qt[Pt]), Pt)) {
56987
57001
  for (En = !1, gn = [], Ve = 0, lt = Ce.length; Ve < lt; Ve++) (Xn = Pt[Ce.charCodeAt(Ve)]) ? gn.push(String.fromCharCode(Xn)) : gn.push(Ce[Ve]), gn[Ve].charCodeAt(0) >> 8 && (En = !0);
56988
57002
  Ce = gn.join("");
56989
57003
  }
@@ -56996,7 +57010,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56996
57010
  return String.fromCharCode.apply(void 0, gn);
56997
57011
  }(O, se).replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
56998
57012
  }, as = c.__private__.beginPage = function(O) {
56999
- Te[++un] = [], Gt[un] = { objId: 0, contentsObjId: 0, userUnit: Number(o), artBox: null, bleedBox: null, cropBox: null, trimBox: null, mediaBox: { bottomLeftX: 0, bottomLeftY: 0, topRightX: Number(O[0]), topRightY: Number(O[1]) } }, Hs(un), R(Te[Z]);
57013
+ Te[++un] = [], Yt[un] = { objId: 0, contentsObjId: 0, userUnit: Number(o), artBox: null, bleedBox: null, cropBox: null, trimBox: null, mediaBox: { bottomLeftX: 0, bottomLeftY: 0, topRightX: Number(O[0]), topRightY: Number(O[1]) } }, Hs(un), R(Te[Z]);
57000
57014
  }, ys = function(O, se) {
57001
57015
  var Ce, Pe, Ve;
57002
57016
  switch (n = se || n, typeof O == "string" && (Ce = v(O.toLowerCase()), Array.isArray(Ce) && (Pe = Ce[0], Ve = Ce[1])), Array.isArray(O) && (Pe = O[0] * Ut, Ve = O[1] * Ut), isNaN(Pe) && (Pe = i[0], Ve = i[1]), (Pe > 14400 || Ve > 14400) && (Mr.warn("A page in a PDF can not be wider or taller than 14400 userUnit. jsPDF limits the width/height to 14400"), Pe = Math.min(14400, Pe), Ve = Math.min(14400, Ve)), i = [Pe, Ve], n.substr(0, 1)) {
@@ -57007,15 +57021,15 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57007
57021
  Pe > Ve && (i = [Ve, Pe]);
57008
57022
  }
57009
57023
  as(i), fn(yo), ee(Ks), Qe !== 0 && ee(Qe + " J"), tt !== 0 && ee(tt + " j"), Tn.publish("addPage", { pageNumber: un });
57010
- }, Oi = function(O) {
57011
- O > 0 && O <= un && (Te.splice(O, 1), Gt.splice(O, 1), un--, Z > un && (Z = un), this.setPage(Z));
57024
+ }, Mi = function(O) {
57025
+ O > 0 && O <= un && (Te.splice(O, 1), Yt.splice(O, 1), un--, Z > un && (Z = un), this.setPage(Z));
57012
57026
  }, Hs = function(O) {
57013
57027
  O > 0 && O <= un && (Z = O);
57014
57028
  }, Dl = c.__private__.getNumberOfPages = c.getNumberOfPages = function() {
57015
57029
  return Te.length - 1;
57016
57030
  }, go = function(O, se, Ce) {
57017
57031
  var Pe, Ve = void 0;
57018
- return Ce = Ce || {}, O = O !== void 0 ? O : zt[Ct].fontName, se = se !== void 0 ? se : zt[Ct].fontStyle, Pe = O.toLowerCase(), Vt[Pe] !== void 0 && Vt[Pe][se] !== void 0 ? Ve = Vt[Pe][se] : Vt[O] !== void 0 && Vt[O][se] !== void 0 ? Ve = Vt[O][se] : Ce.disableWarning === !1 && Mr.warn("Unable to look up font label for font '" + O + "', '" + se + "'. Refer to getFontList() for available fonts."), Ve || Ce.noFallback || (Ve = Vt.times[se]) == null && (Ve = Vt.times.normal), Ve;
57032
+ return Ce = Ce || {}, O = O !== void 0 ? O : Gt[Ct].fontName, se = se !== void 0 ? se : Gt[Ct].fontStyle, Pe = O.toLowerCase(), Vt[Pe] !== void 0 && Vt[Pe][se] !== void 0 ? Ve = Vt[Pe][se] : Vt[O] !== void 0 && Vt[O][se] !== void 0 ? Ve = Vt[O][se] : Ce.disableWarning === !1 && Mr.warn("Unable to look up font label for font '" + O + "', '" + se + "'. Refer to getFontList() for available fonts."), Ve || Ce.noFallback || (Ve = Vt.times[se]) == null && (Ve = Vt.times.normal), Ve;
57019
57033
  }, Oa = c.__private__.putInfo = function() {
57020
57034
  var O = Wn(), se = function(Pe) {
57021
57035
  return Pe;
@@ -57064,7 +57078,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57064
57078
  var O = "0000000000";
57065
57079
  ee("xref"), ee("0 " + (ye + 1)), ee("0000000000 65535 f ");
57066
57080
  for (var se = 1; se <= ye; se++) typeof be[se] == "function" ? ee((O + be[se]()).slice(-10) + " 00000 n ") : be[se] !== void 0 ? ee((O + be[se]).slice(-10) + " 00000 n ") : ee("0000000000 00000 n ");
57067
- }, Mi = c.__private__.buildDocument = function() {
57081
+ }, Qi = c.__private__.buildDocument = function() {
57068
57082
  var O;
57069
57083
  ye = 0, ue = 0, Be = [], be = [], ke = [], ms = cr(), aa = cr(), R(Be), Tn.publish("buildDocument"), _r(), Na(), function() {
57070
57084
  Tn.publish("putAdditionalObjects");
@@ -57074,7 +57088,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57074
57088
  }
57075
57089
  Tn.publish("postPutAdditionalObjects");
57076
57090
  }(), O = [], function() {
57077
- for (var Ce in zt) zt.hasOwnProperty(Ce) && (d === !1 || d === !0 && f.hasOwnProperty(Ce)) && va(zt[Ce]);
57091
+ for (var Ce in Gt) Gt.hasOwnProperty(Ce) && (d === !1 || d === !0 && f.hasOwnProperty(Ce)) && va(Gt[Ce]);
57078
57092
  }(), function() {
57079
57093
  var Ce;
57080
57094
  for (Ce in Nt) Nt.hasOwnProperty(Ce) && xA(Nt[Ce]);
@@ -57092,22 +57106,22 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57092
57106
  }, vo = c.output = c.__private__.output = (ji = function(O, se) {
57093
57107
  switch (typeof (se = se || {}) == "string" ? se = { filename: se } : se.filename = se.filename || "generated.pdf", O) {
57094
57108
  case void 0:
57095
- return Mi();
57109
+ return Qi();
57096
57110
  case "save":
57097
57111
  c.save(se.filename);
57098
57112
  break;
57099
57113
  case "arraybuffer":
57100
- return X(Mi());
57114
+ return X(Qi());
57101
57115
  case "blob":
57102
- return js(Mi());
57116
+ return js(Qi());
57103
57117
  case "bloburi":
57104
57118
  case "bloburl":
57105
- if (Bn.URL !== void 0 && typeof Bn.URL.createObjectURL == "function") return Bn.URL && Bn.URL.createObjectURL(js(Mi())) || void 0;
57119
+ if (Bn.URL !== void 0 && typeof Bn.URL.createObjectURL == "function") return Bn.URL && Bn.URL.createObjectURL(js(Qi())) || void 0;
57106
57120
  Mr.warn("bloburl is not supported by your system, because URL.createObjectURL is not supported by your browser.");
57107
57121
  break;
57108
57122
  case "datauristring":
57109
57123
  case "dataurlstring":
57110
- var Ce = "", Pe = Mi();
57124
+ var Ce = "", Pe = Qi();
57111
57125
  try {
57112
57126
  Ce = e7(Pe);
57113
57127
  } catch {
@@ -57157,7 +57171,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57157
57171
  if (!Bn.console) throw new Error(se);
57158
57172
  Bn.console.error(se, Ce), Bn.alert && alert(se);
57159
57173
  }
57160
- }, ji.foo.bar = ji, ji.foo), Bi = function(O) {
57174
+ }, ji.foo.bar = ji, ji.foo), xi = function(O) {
57161
57175
  return Array.isArray(ma) === !0 && ma.indexOf(O) > -1;
57162
57176
  };
57163
57177
  switch (r) {
@@ -57174,7 +57188,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57174
57188
  Ut = 72;
57175
57189
  break;
57176
57190
  case "px":
57177
- Ut = Bi("px_scaling") == 1 ? 0.75 : 96 / 72;
57191
+ Ut = xi("px_scaling") == 1 ? 0.75 : 96 / 72;
57178
57192
  break;
57179
57193
  case "pc":
57180
57194
  case "em":
@@ -57191,13 +57205,13 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57191
57205
  te(), G();
57192
57206
  var ya = c.__private__.getPageInfo = c.getPageInfo = function(O) {
57193
57207
  if (isNaN(O) || O % 1 != 0) throw new Error("Invalid argument passed to jsPDF.getPageInfo");
57194
- return { objId: Gt[O].objId, pageNumber: O, pageContext: Gt[O] };
57208
+ return { objId: Yt[O].objId, pageNumber: O, pageContext: Yt[O] };
57195
57209
  }, Vs = c.__private__.getPageInfoByObjId = function(O) {
57196
57210
  if (isNaN(O) || O % 1 != 0) throw new Error("Invalid argument passed to jsPDF.getPageInfoByObjId");
57197
- for (var se in Gt) if (Gt[se].objId === O) break;
57211
+ for (var se in Yt) if (Yt[se].objId === O) break;
57198
57212
  return ya(se);
57199
57213
  }, sa = c.__private__.getCurrentPageInfo = c.getCurrentPageInfo = function() {
57200
- return { objId: Gt[Z].objId, pageNumber: Z, pageContext: Gt[Z] };
57214
+ return { objId: Yt[Z].objId, pageNumber: Z, pageContext: Yt[Z] };
57201
57215
  };
57202
57216
  c.addPage = function() {
57203
57217
  return ys.apply(this, arguments), this;
@@ -57208,22 +57222,22 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57208
57222
  }, c.movePage = function(O, se) {
57209
57223
  var Ce, Pe;
57210
57224
  if (O > se) {
57211
- Ce = Te[O], Pe = Gt[O];
57212
- for (var Ve = O; Ve > se; Ve--) Te[Ve] = Te[Ve - 1], Gt[Ve] = Gt[Ve - 1];
57213
- Te[se] = Ce, Gt[se] = Pe, this.setPage(se);
57225
+ Ce = Te[O], Pe = Yt[O];
57226
+ for (var Ve = O; Ve > se; Ve--) Te[Ve] = Te[Ve - 1], Yt[Ve] = Yt[Ve - 1];
57227
+ Te[se] = Ce, Yt[se] = Pe, this.setPage(se);
57214
57228
  } else if (O < se) {
57215
- Ce = Te[O], Pe = Gt[O];
57216
- for (var lt = O; lt < se; lt++) Te[lt] = Te[lt + 1], Gt[lt] = Gt[lt + 1];
57217
- Te[se] = Ce, Gt[se] = Pe, this.setPage(se);
57229
+ Ce = Te[O], Pe = Yt[O];
57230
+ for (var lt = O; lt < se; lt++) Te[lt] = Te[lt + 1], Yt[lt] = Yt[lt + 1];
57231
+ Te[se] = Ce, Yt[se] = Pe, this.setPage(se);
57218
57232
  }
57219
57233
  return this;
57220
57234
  }, c.deletePage = function() {
57221
- return Oi.apply(this, arguments), this;
57235
+ return Mi.apply(this, arguments), this;
57222
57236
  }, c.__private__.text = c.text = function(O, se, Ce, Pe, Ve) {
57223
57237
  var lt, dt, Qt, Pt, gn, En, Xn, Hr, ui, fr = (Pe = Pe || {}).scope || this;
57224
57238
  if (typeof O == "number" && typeof se == "number" && (typeof Ce == "string" || Array.isArray(Ce))) {
57225
- var _i = Ce;
57226
- Ce = se, se = O, O = _i;
57239
+ var Ci = Ce;
57240
+ Ce = se, se = O, O = Ci;
57227
57241
  }
57228
57242
  if (arguments[3] instanceof rn == 0 ? (Qt = arguments[4], Pt = arguments[5], Fr(Xn = arguments[3]) === "object" && Xn !== null || (typeof Qt == "string" && (Pt = Qt, Qt = null), typeof Xn == "string" && (Pt = Xn, Xn = null), typeof Xn == "number" && (Qt = Xn, Xn = null), Pe = { flags: Xn, angle: Qt, align: Pt })) : (I("The transform parameter of text() with a Matrix value"), ui = Ve), isNaN(se) || isNaN(Ce) || O == null) throw new Error("Invalid arguments passed to jsPDF.text");
57229
57243
  if (O.length === 0) return fr;
@@ -57232,14 +57246,14 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57232
57246
  return It = It.split(" ").join(Array(Pe.TabLen || 9).join(" ")), ci(It, Xn);
57233
57247
  }
57234
57248
  function kA(It) {
57235
- for (var Fn, xn = It.concat(), or = [], Ci = xn.length; Ci--; ) typeof (Fn = xn.shift()) == "string" ? or.push(Fn) : Array.isArray(It) && (Fn.length === 1 || Fn[1] === void 0 && Fn[2] === void 0) ? or.push(Fn[0]) : or.push([Fn[0], Fn[1], Fn[2]]);
57249
+ for (var Fn, xn = It.concat(), or = [], Si = xn.length; Si--; ) typeof (Fn = xn.shift()) == "string" ? or.push(Fn) : Array.isArray(It) && (Fn.length === 1 || Fn[1] === void 0 && Fn[2] === void 0) ? or.push(Fn[0]) : or.push([Fn[0], Fn[1], Fn[2]]);
57236
57250
  return or;
57237
57251
  }
57238
57252
  function Uu(It, Fn) {
57239
57253
  var xn;
57240
57254
  if (typeof It == "string") xn = Fn(It)[0];
57241
57255
  else if (Array.isArray(It)) {
57242
- for (var or, Ci, ls = It.concat(), nl = [], Vl = ls.length; Vl--; ) typeof (or = ls.shift()) == "string" ? nl.push(Fn(or)[0]) : Array.isArray(or) && typeof or[0] == "string" && (Ci = Fn(or[0], or[1], or[2]), nl.push([Ci[0], Ci[1], Ci[2]]));
57256
+ for (var or, Si, ls = It.concat(), nl = [], Vl = ls.length; Vl--; ) typeof (or = ls.shift()) == "string" ? nl.push(Fn(or)[0]) : Array.isArray(or) && typeof or[0] == "string" && (Si = Fn(or[0], or[1], or[2]), nl.push([Si[0], Si[1], Si[2]]));
57243
57257
  xn = nl;
57244
57258
  }
57245
57259
  return xn;
@@ -57270,7 +57284,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57270
57284
  }
57271
57285
  if ((En = Pe.maxWidth || 0) > 0 && (typeof O == "string" ? O = fr.splitTextToSize(O, En) : Object.prototype.toString.call(O) === "[object Array]" && (O = O.reduce(function(It, Fn) {
57272
57286
  return It.concat(fr.splitTextToSize(Fn, En));
57273
- }, []))), lt = { text: O, x: se, y: Ce, options: Pe, mutex: { pdfEscape: ci, activeFontKey: Ct, fonts: zt, activeFontSize: ae } }, Tn.publish("preProcessText", lt), O = lt.text, Qt = (Pe = lt.options).angle, ui instanceof rn == 0 && Qt && typeof Qt == "number") {
57287
+ }, []))), lt = { text: O, x: se, y: Ce, options: Pe, mutex: { pdfEscape: ci, activeFontKey: Ct, fonts: Gt, activeFontSize: ae } }, Tn.publish("preProcessText", lt), O = lt.text, Qt = (Pe = lt.options).angle, ui instanceof rn == 0 && Qt && typeof Qt == "number") {
57274
57288
  Qt *= Math.PI / 180, Pe.rotationDirection === 0 && (Qt = -Qt), b === y && (Qt = -Qt);
57275
57289
  var xs = Math.cos(Qt), Iu = Math.sin(Qt);
57276
57290
  ui = new rn(xs, Iu, -Iu, xs, 0, 0);
@@ -57318,7 +57332,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57318
57332
  Wi !== -1 ? Gi += Wi + ` Tr
57319
57333
  ` : gd !== -1 && (Gi += `0 Tr
57320
57334
  `), Wi !== -1 && (Tu.usedRenderingMode = Wi), Pt = Pe.align || "left";
57321
- var _s, LA = ae * Xo, Gc = fr.internal.pageSize.getWidth(), Yc = zt[Ct];
57335
+ var _s, LA = ae * Xo, Gc = fr.internal.pageSize.getWidth(), Yc = Gt[Ct];
57322
57336
  gn = Pe.charSpace || H, En = Pe.maxWidth || 0, Xn = Object.assign({ autoencode: !0, noBOM: !0 }, Pe.flags);
57323
57337
  var jl = [], UA = function(It) {
57324
57338
  return fr.getStringUnitWidth(It, { font: Yc, charSpace: gn, fontSize: ae, doKerning: !1 }) * ae / zs;
@@ -57358,8 +57372,8 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57358
57372
  }
57359
57373
  (typeof Pe.R2L == "boolean" ? Pe.R2L : Ue) === !0 && (O = Uu(O, function(It, Fn, xn) {
57360
57374
  return [It.split("").reverse().join(""), Fn, xn];
57361
- })), lt = { text: O, x: se, y: Ce, options: Pe, mutex: { pdfEscape: ci, activeFontKey: Ct, fonts: zt, activeFontSize: ae } }, Tn.publish("postProcessText", lt), O = lt.text, fi = lt.mutex.isHex || !1;
57362
- var gt = zt[Ct].encoding;
57375
+ })), lt = { text: O, x: se, y: Ce, options: Pe, mutex: { pdfEscape: ci, activeFontKey: Ct, fonts: Gt, activeFontSize: ae } }, Tn.publish("postProcessText", lt), O = lt.text, fi = lt.mutex.isHex || !1;
57376
+ var gt = Gt[Ct].encoding;
57363
57377
  gt !== "WinAnsiEncoding" && gt !== "StandardEncoding" || (O = Uu(O, function(It, Fn, xn) {
57364
57378
  return [Jo(It), Fn, xn];
57365
57379
  })), dt = kA(O), O = [];
@@ -57432,15 +57446,15 @@ T* `) : O.join(` Tj
57432
57446
  c.stroke = function() {
57433
57447
  return ee("S"), this;
57434
57448
  }, c.fill = function(O) {
57435
- return Qi("f", O), this;
57449
+ return Di("f", O), this;
57436
57450
  }, c.fillEvenOdd = function(O) {
57437
- return Qi("f*", O), this;
57451
+ return Di("f*", O), this;
57438
57452
  }, c.fillStroke = function(O) {
57439
- return Qi("B", O), this;
57453
+ return Di("B", O), this;
57440
57454
  }, c.fillStrokeEvenOdd = function(O) {
57441
- return Qi("B*", O), this;
57455
+ return Di("B*", O), this;
57442
57456
  };
57443
- var Qi = function(O, se) {
57457
+ var Di = function(O, se) {
57444
57458
  Fr(se) === "object" ? ba(se, O) : ee(O);
57445
57459
  }, Ki = function(O) {
57446
57460
  O === null || b === y && O === void 0 || (O = ss(O), ee(O));
@@ -57483,9 +57497,9 @@ T* `) : O.join(` Tj
57483
57497
  if (isNaN(O) || isNaN(se) || isNaN(Ce) || isNaN(Pe) || !Ma(Ve)) throw new Error("Invalid arguments passed to jsPDF.line");
57484
57498
  return b === m ? this.lines([[Ce - O, Pe - se]], O, se, [1, 1], Ve || "S") : this.lines([[Ce - O, Pe - se]], O, se, [1, 1]).stroke();
57485
57499
  }, c.__private__.lines = c.lines = function(O, se, Ce, Pe, Ve, lt) {
57486
- var dt, Qt, Pt, gn, En, Xn, Hr, ui, fr, _i, fi, Gi;
57500
+ var dt, Qt, Pt, gn, En, Xn, Hr, ui, fr, Ci, fi, Gi;
57487
57501
  if (typeof O == "number" && (Gi = Ce, Ce = se, se = O, O = Gi), Pe = Pe || [1, 1], lt = lt || !1, isNaN(se) || isNaN(Ce) || !Array.isArray(O) || !Array.isArray(Pe) || !Ma(Ve) || typeof lt != "boolean") throw new Error("Invalid arguments passed to jsPDF.lines");
57488
- for (Go(se, Ce), dt = Pe[0], Qt = Pe[1], gn = O.length, _i = se, fi = Ce, Pt = 0; Pt < gn; Pt++) (En = O[Pt]).length === 2 ? (_i = En[0] * dt + _i, fi = En[1] * Qt + fi, Yo(_i, fi)) : (Xn = En[0] * dt + _i, Hr = En[1] * Qt + fi, ui = En[2] * dt + _i, fr = En[3] * Qt + fi, _i = En[4] * dt + _i, fi = En[5] * Qt + fi, oa(Xn, Hr, ui, fr, _i, fi));
57502
+ for (Go(se, Ce), dt = Pe[0], Qt = Pe[1], gn = O.length, Ci = se, fi = Ce, Pt = 0; Pt < gn; Pt++) (En = O[Pt]).length === 2 ? (Ci = En[0] * dt + Ci, fi = En[1] * Qt + fi, Yo(Ci, fi)) : (Xn = En[0] * dt + Ci, Hr = En[1] * Qt + fi, ui = En[2] * dt + Ci, fr = En[3] * Qt + fi, Ci = En[4] * dt + Ci, fi = En[5] * Qt + fi, oa(Xn, Hr, ui, fr, Ci, fi));
57489
57503
  return lt && qi(), Ki(Ve), this;
57490
57504
  }, c.path = function(O) {
57491
57505
  for (var se = 0; se < O.length; se++) {
@@ -57526,7 +57540,7 @@ T* `) : O.join(` Tj
57526
57540
  return Ce && (se = C(se, Ce)), Ct = go(O, se, { disableWarning: !1 }), this;
57527
57541
  };
57528
57542
  var Pl = c.__private__.getFont = c.getFont = function() {
57529
- return zt[go.apply(c, arguments)];
57543
+ return Gt[go.apply(c, arguments)];
57530
57544
  };
57531
57545
  c.__private__.getFontList = c.getFontList = function() {
57532
57546
  var O, se, Ce = {};
@@ -57562,7 +57576,7 @@ T* `) : O.join(` Tj
57562
57576
  var wa = c.__private__.getHorizontalCoordinate = function(O) {
57563
57577
  return N(O);
57564
57578
  }, Ba = c.__private__.getVerticalCoordinate = function(O) {
57565
- return b === y ? O : Gt[Z].mediaBox.topRightY - Gt[Z].mediaBox.bottomLeftY - N(O);
57579
+ return b === y ? O : Yt[Z].mediaBox.topRightY - Yt[Z].mediaBox.bottomLeftY - N(O);
57566
57580
  }, Zo = c.__private__.getHorizontalCoordinateString = c.getHorizontalCoordinateString = function(O) {
57567
57581
  return F(wa(O));
57568
57582
  }, xa = c.__private__.getVerticalCoordinateString = c.getVerticalCoordinateString = function(O) {
@@ -57571,19 +57585,19 @@ T* `) : O.join(` Tj
57571
57585
  c.__private__.getStrokeColor = c.getDrawColor = function() {
57572
57586
  return li(Ks);
57573
57587
  }, c.__private__.setStrokeColor = c.setDrawColor = function(O, se, Ce, Pe) {
57574
- return Ks = Wt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "draw", precision: 2 }), ee(Ks), this;
57588
+ return Ks = Zt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "draw", precision: 2 }), ee(Ks), this;
57575
57589
  };
57576
57590
  var _a = e.fillColor || "0 g";
57577
57591
  c.__private__.getFillColor = c.getFillColor = function() {
57578
57592
  return li(_a);
57579
57593
  }, c.__private__.setFillColor = c.setFillColor = function(O, se, Ce, Pe) {
57580
- return _a = Wt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "fill", precision: 2 }), ee(_a), this;
57594
+ return _a = Zt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "fill", precision: 2 }), ee(_a), this;
57581
57595
  };
57582
57596
  var Qa = e.textColor || "0 g", EA = c.__private__.getTextColor = c.getTextColor = function() {
57583
57597
  return li(Qa);
57584
57598
  };
57585
57599
  c.__private__.setTextColor = c.setTextColor = function(O, se, Ce, Pe) {
57586
- return Qa = Wt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "text", precision: 3 }), this;
57600
+ return Qa = Zt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "text", precision: 3 }), this;
57587
57601
  };
57588
57602
  var H = e.charSpace, me = c.__private__.getCharSpace = c.getCharSpace = function() {
57589
57603
  return parseFloat(H || 0);
@@ -57671,22 +57685,22 @@ T* `) : O.join(` Tj
57671
57685
  isNaN(dt) || (lt = parseFloat(dt));
57672
57686
  } }), this;
57673
57687
  }, On = function() {
57674
- this.page = un, this.currentPage = Z, this.pages = Te.slice(0), this.pagesContext = Gt.slice(0), this.x = St, this.y = Gn, this.matrix = Dt, this.width = ei(Z), this.height = Rr(Z), this.outputDestination = je, this.id = "", this.objectNumber = -1;
57688
+ this.page = un, this.currentPage = Z, this.pages = Te.slice(0), this.pagesContext = Yt.slice(0), this.x = St, this.y = Gn, this.matrix = Dt, this.width = ei(Z), this.height = Rr(Z), this.outputDestination = je, this.id = "", this.objectNumber = -1;
57675
57689
  };
57676
57690
  On.prototype.restore = function() {
57677
- un = this.page, Z = this.currentPage, Gt = this.pagesContext, Te = this.pages, St = this.x, Gn = this.y, Dt = this.matrix, xi(Z, this.width), Cr(Z, this.height), je = this.outputDestination;
57691
+ un = this.page, Z = this.currentPage, Yt = this.pagesContext, Te = this.pages, St = this.x, Gn = this.y, Dt = this.matrix, _i(Z, this.width), Cr(Z, this.height), je = this.outputDestination;
57678
57692
  };
57679
57693
  var Ur = function(O, se, Ce, Pe, Ve) {
57680
- wi.push(new On()), un = Z = 0, Te = [], St = O, Gn = se, Dt = Ve, as([Ce, Pe]);
57694
+ Bi.push(new On()), un = Z = 0, Te = [], St = O, Gn = se, Dt = Ve, as([Ce, Pe]);
57681
57695
  };
57682
57696
  for (var bn in c.beginFormObject = function(O, se, Ce, Pe, Ve) {
57683
57697
  return Ur(O, se, Ce, Pe, Ve), this;
57684
57698
  }, c.endFormObject = function(O) {
57685
57699
  return function(se) {
57686
- if (ra[se]) wi.pop().restore();
57700
+ if (ra[se]) Bi.pop().restore();
57687
57701
  else {
57688
57702
  var Ce = new On(), Pe = "Xo" + (Object.keys(Kr).length + 1).toString(10);
57689
- Ce.id = Pe, ra[se] = Pe, Kr[Pe] = Ce, Tn.publish("addFormObject", Ce), wi.pop().restore();
57703
+ Ce.id = Pe, ra[se] = Pe, Kr[Pe] = Ce, Tn.publish("addFormObject", Ce), Bi.pop().restore();
57690
57704
  }
57691
57705
  }(O), this;
57692
57706
  }, c.doFormObject = function(O, se) {
@@ -57696,9 +57710,9 @@ T* `) : O.join(` Tj
57696
57710
  var se = Kr[ra[O]];
57697
57711
  return { x: se.x, y: se.y, width: se.width, height: se.height, matrix: se.matrix };
57698
57712
  }, c.save = function(O, se) {
57699
- return O = O || "generated.pdf", (se = se || {}).returnPromise = se.returnPromise || !1, se.returnPromise === !1 ? (of(js(Mi()), O), typeof of.unload == "function" && Bn.setTimeout && setTimeout(of.unload, 911), this) : new Promise(function(Ce, Pe) {
57713
+ return O = O || "generated.pdf", (se = se || {}).returnPromise = se.returnPromise || !1, se.returnPromise === !1 ? (of(js(Qi()), O), typeof of.unload == "function" && Bn.setTimeout && setTimeout(of.unload, 911), this) : new Promise(function(Ce, Pe) {
57700
57714
  try {
57701
- var Ve = of(js(Mi()), O);
57715
+ var Ve = of(js(Qi()), O);
57702
57716
  typeof of.unload == "function" && Bn.setTimeout && setTimeout(of.unload, 911), Ce(Ve);
57703
57717
  } catch (lt) {
57704
57718
  Pe(lt.message);
@@ -57709,21 +57723,21 @@ T* `) : O.join(` Tj
57709
57723
  for (Ve = se.length - 1; Ve !== -1; Ve--) Ce = se[Ve][0], Pe = se[Ve][1], O.subscribe.apply(O, [Ce].concat(typeof Pe == "function" ? [Pe] : Pe));
57710
57724
  }(Tn, An.API.events) : c[bn] = An.API[bn]);
57711
57725
  function ei(O) {
57712
- return Gt[O].mediaBox.topRightX - Gt[O].mediaBox.bottomLeftX;
57726
+ return Yt[O].mediaBox.topRightX - Yt[O].mediaBox.bottomLeftX;
57713
57727
  }
57714
- function xi(O, se) {
57715
- Gt[O].mediaBox.topRightX = se + Gt[O].mediaBox.bottomLeftX;
57728
+ function _i(O, se) {
57729
+ Yt[O].mediaBox.topRightX = se + Yt[O].mediaBox.bottomLeftX;
57716
57730
  }
57717
57731
  function Rr(O) {
57718
- return Gt[O].mediaBox.topRightY - Gt[O].mediaBox.bottomLeftY;
57732
+ return Yt[O].mediaBox.topRightY - Yt[O].mediaBox.bottomLeftY;
57719
57733
  }
57720
57734
  function Cr(O, se) {
57721
- Gt[O].mediaBox.topRightY = se + Gt[O].mediaBox.bottomLeftY;
57735
+ Yt[O].mediaBox.topRightY = se + Yt[O].mediaBox.bottomLeftY;
57722
57736
  }
57723
57737
  var wr = c.getPageWidth = function(O) {
57724
57738
  return ei(O = O || Z) / Ut;
57725
57739
  }, Sr = c.setPageWidth = function(O, se) {
57726
- xi(O, se * Ut);
57740
+ _i(O, se * Ut);
57727
57741
  }, zi = c.getPageHeight = function(O) {
57728
57742
  return Rr(O = O || Z) / Ut;
57729
57743
  }, Bs = c.setPageHeight = function(O, se) {
@@ -57743,7 +57757,7 @@ T* `) : O.join(` Tj
57743
57757
  };
57744
57758
  }, output: vo, getNumberOfPages: Dl, get pages() {
57745
57759
  return Te;
57746
- }, out: ee, f2: S, f3: T, getPageInfo: ya, getPageInfoByObjId: Vs, getCurrentPageInfo: sa, getPDFVersion: h, Point: Ot, Rectangle: Nn, Matrix: rn, hasHotfix: Bi }, Object.defineProperty(c.internal.pageSize, "width", { get: function() {
57760
+ }, out: ee, f2: S, f3: T, getPageInfo: ya, getPageInfoByObjId: Vs, getCurrentPageInfo: sa, getPDFVersion: h, Point: Ot, Rectangle: Nn, Matrix: rn, hasHotfix: xi }, Object.defineProperty(c.internal.pageSize, "width", { get: function() {
57747
57761
  return wr(Z);
57748
57762
  }, set: function(O) {
57749
57763
  Sr(Z, O);
@@ -57758,7 +57772,7 @@ T* `) : O.join(` Tj
57758
57772
  var Ve = O[se][0].split("-");
57759
57773
  Ql({ id: Pe, fontName: Ve[0], fontStyle: Ve[1] || "" });
57760
57774
  }
57761
- Tn.publish("addFonts", { fonts: zt, dictionary: Vt });
57775
+ Tn.publish("addFonts", { fonts: Gt, dictionary: Vt });
57762
57776
  }).call(c, W), Ct = "F1", ys(i, n), Tn.publish("initialized"), c;
57763
57777
  }
57764
57778
  Vd.prototype.lsbFirstWord = function(e) {
@@ -57788,7 +57802,7 @@ Vd.prototype.lsbFirstWord = function(e) {
57788
57802
  for (t in e) e.hasOwnProperty(t) && n.indexOf(t) < 0 && r--;
57789
57803
  return r === 0;
57790
57804
  }, An.API = { events: [] }, An.version = "4.0.0";
57791
- var pi = An.API, q_ = 1, pd = function(e) {
57805
+ var gi = An.API, q_ = 1, pd = function(e) {
57792
57806
  return e.replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
57793
57807
  }, Id = function(e) {
57794
57808
  return e.replace(/\\\\/g, "\\").replace(/\\\(/g, "(").replace(/\\\)/g, ")");
@@ -57797,33 +57811,33 @@ var pi = An.API, q_ = 1, pd = function(e) {
57797
57811
  }, Hu = function(e) {
57798
57812
  return e.toFixed(5);
57799
57813
  };
57800
- pi.__acroform__ = {};
57814
+ gi.__acroform__ = {};
57801
57815
  var Ps = function(e, t) {
57802
57816
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e;
57803
57817
  }, i7 = function(e) {
57804
57818
  return e * q_;
57805
57819
  }, Yl = function(e) {
57806
- var t = new NP(), n = Yt.internal.getHeight(e) || 0, r = Yt.internal.getWidth(e) || 0;
57820
+ var t = new NP(), n = Wt.internal.getHeight(e) || 0, r = Wt.internal.getWidth(e) || 0;
57807
57821
  return t.BBox = [0, 0, Number(kn(r)), Number(kn(n))], t;
57808
- }, D8e = pi.__acroform__.setBit = function(e, t) {
57822
+ }, D8e = gi.__acroform__.setBit = function(e, t) {
57809
57823
  if (e = e || 0, t = t || 0, isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBit");
57810
57824
  return e | 1 << t;
57811
- }, P8e = pi.__acroform__.clearBit = function(e, t) {
57825
+ }, P8e = gi.__acroform__.clearBit = function(e, t) {
57812
57826
  if (e = e || 0, t = t || 0, isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBit");
57813
57827
  return e & ~(1 << t);
57814
- }, $8e = pi.__acroform__.getBit = function(e, t) {
57828
+ }, $8e = gi.__acroform__.getBit = function(e, t) {
57815
57829
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBit");
57816
57830
  return e & 1 << t ? 1 : 0;
57817
- }, Ui = pi.__acroform__.getBitForPdf = function(e, t) {
57831
+ }, Ii = gi.__acroform__.getBitForPdf = function(e, t) {
57818
57832
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBitForPdf");
57819
57833
  return $8e(e, t - 1);
57820
- }, Ii = pi.__acroform__.setBitForPdf = function(e, t) {
57834
+ }, Ti = gi.__acroform__.setBitForPdf = function(e, t) {
57821
57835
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBitForPdf");
57822
57836
  return D8e(e, t - 1);
57823
- }, Ti = pi.__acroform__.clearBitForPdf = function(e, t) {
57837
+ }, Ni = gi.__acroform__.clearBitForPdf = function(e, t) {
57824
57838
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBitForPdf");
57825
57839
  return P8e(e, t - 1);
57826
- }, R8e = pi.__acroform__.calculateCoordinates = function(e, t) {
57840
+ }, R8e = gi.__acroform__.calculateCoordinates = function(e, t) {
57827
57841
  var n = t.internal.getHorizontalCoordinate, r = t.internal.getVerticalCoordinate, i = e[0], a = e[1], s = e[2], o = e[3], l = {};
57828
57842
  return l.lowerLeft_X = n(i) || 0, l.lowerLeft_Y = r(a + o) || 0, l.upperRight_X = n(i + s) || 0, l.upperRight_Y = r(a) || 0, [Number(kn(l.lowerLeft_X)), Number(kn(l.lowerLeft_Y)), Number(kn(l.upperRight_X)), Number(kn(l.upperRight_Y))];
57829
57843
  }, H8e = function(e) {
@@ -57843,9 +57857,9 @@ var Ps = function(e, t) {
57843
57857
  }) : i.map(function(S) {
57844
57858
  return [S];
57845
57859
  });
57846
- var a = n, s = Yt.internal.getHeight(e) || 0;
57860
+ var a = n, s = Wt.internal.getHeight(e) || 0;
57847
57861
  s = s < 0 ? -s : s;
57848
- var o = Yt.internal.getWidth(e) || 0;
57862
+ var o = Wt.internal.getWidth(e) || 0;
57849
57863
  o = o < 0 ? -o : o;
57850
57864
  var l = function(S, T, N) {
57851
57865
  if (S + 1 < i.length) {
@@ -57950,7 +57964,7 @@ var Ps = function(e, t) {
57950
57964
  var a = !r;
57951
57965
  for (var s in r || (i.internal.newObjectDeferredBegin(i.internal.acroformPlugin.acroFormDictionaryRoot.objId, !0), i.internal.acroformPlugin.acroFormDictionaryRoot.putStream()), r = r || i.internal.acroformPlugin.acroFormDictionaryRoot.Kids) if (r.hasOwnProperty(s)) {
57952
57966
  var o = r[s], l = [], A = o.Rect;
57953
- if (o.Rect && (o.Rect = R8e(o.Rect, i)), i.internal.newObjectDeferredBegin(o.objId, !0), o.DA = Yt.createDefaultAppearanceStream(o), Fr(o) === "object" && typeof o.getKeyValueListForStream == "function" && (l = o.getKeyValueListForStream()), o.Rect = A, o.hasAppearanceStream && !o.appearanceStreamContent) {
57967
+ if (o.Rect && (o.Rect = R8e(o.Rect, i)), i.internal.newObjectDeferredBegin(o.objId, !0), o.DA = Wt.createDefaultAppearanceStream(o), Fr(o) === "object" && typeof o.getKeyValueListForStream == "function" && (l = o.getKeyValueListForStream()), o.Rect = A, o.hasAppearanceStream && !o.appearanceStreamContent) {
57954
57968
  var u = H8e(o);
57955
57969
  l.push({ key: "AP", value: "<</N " + u + ">>" }), i.internal.acroformPlugin.xForms.push(u);
57956
57970
  }
@@ -57980,7 +57994,7 @@ var Ps = function(e, t) {
57980
57994
  })(n, e);
57981
57995
  }), e.internal.acroformPlugin.isInitialized = !0;
57982
57996
  }
57983
- }, TP = pi.__acroform__.arrayToPdfArray = function(e, t, n) {
57997
+ }, TP = gi.__acroform__.arrayToPdfArray = function(e, t, n) {
57984
57998
  var r = function(s) {
57985
57999
  return s;
57986
58000
  };
@@ -58070,9 +58084,9 @@ var Ol = function e() {
58070
58084
  if (isNaN(v)) throw new Error('Invalid value "' + v + '" for attribute F supplied.');
58071
58085
  t = v;
58072
58086
  } }), Object.defineProperty(this, "showWhenPrinted", { enumerable: !0, configurable: !0, get: function() {
58073
- return !!Ui(t, 3);
58087
+ return !!Ii(t, 3);
58074
58088
  }, set: function(v) {
58075
- v ? this.F = Ii(t, 3) : this.F = Ti(t, 3);
58089
+ v ? this.F = Ti(t, 3) : this.F = Ni(t, 3);
58076
58090
  } });
58077
58091
  var n = 0;
58078
58092
  Object.defineProperty(this, "Ff", { enumerable: !1, configurable: !1, get: function() {
@@ -58211,17 +58225,17 @@ var Ol = function e() {
58211
58225
  }, set: function(v) {
58212
58226
  p = v;
58213
58227
  } }), Object.defineProperty(this, "readOnly", { enumerable: !0, configurable: !0, get: function() {
58214
- return !!Ui(this.Ff, 1);
58228
+ return !!Ii(this.Ff, 1);
58215
58229
  }, set: function(v) {
58216
- v ? this.Ff = Ii(this.Ff, 1) : this.Ff = Ti(this.Ff, 1);
58230
+ v ? this.Ff = Ti(this.Ff, 1) : this.Ff = Ni(this.Ff, 1);
58217
58231
  } }), Object.defineProperty(this, "required", { enumerable: !0, configurable: !0, get: function() {
58218
- return !!Ui(this.Ff, 2);
58232
+ return !!Ii(this.Ff, 2);
58219
58233
  }, set: function(v) {
58220
- v ? this.Ff = Ii(this.Ff, 2) : this.Ff = Ti(this.Ff, 2);
58234
+ v ? this.Ff = Ti(this.Ff, 2) : this.Ff = Ni(this.Ff, 2);
58221
58235
  } }), Object.defineProperty(this, "noExport", { enumerable: !0, configurable: !0, get: function() {
58222
- return !!Ui(this.Ff, 3);
58236
+ return !!Ii(this.Ff, 3);
58223
58237
  }, set: function(v) {
58224
- v ? this.Ff = Ii(this.Ff, 3) : this.Ff = Ti(this.Ff, 3);
58238
+ v ? this.Ff = Ti(this.Ff, 3) : this.Ff = Ni(this.Ff, 3);
58225
58239
  } });
58226
58240
  var g = null;
58227
58241
  Object.defineProperty(this, "Q", { enumerable: !0, configurable: !1, get: function() {
@@ -58290,29 +58304,29 @@ var fh = function() {
58290
58304
  }, this.removeOption = function(n, r) {
58291
58305
  for (r = r || !1, n = (n = n || "").toString(); t.indexOf(n) !== -1 && (t.splice(t.indexOf(n), 1), r !== !1); ) ;
58292
58306
  }, Object.defineProperty(this, "combo", { enumerable: !0, configurable: !0, get: function() {
58293
- return !!Ui(this.Ff, 18);
58307
+ return !!Ii(this.Ff, 18);
58294
58308
  }, set: function(n) {
58295
- n ? this.Ff = Ii(this.Ff, 18) : this.Ff = Ti(this.Ff, 18);
58309
+ n ? this.Ff = Ti(this.Ff, 18) : this.Ff = Ni(this.Ff, 18);
58296
58310
  } }), Object.defineProperty(this, "edit", { enumerable: !0, configurable: !0, get: function() {
58297
- return !!Ui(this.Ff, 19);
58311
+ return !!Ii(this.Ff, 19);
58298
58312
  }, set: function(n) {
58299
- this.combo === !0 && (n ? this.Ff = Ii(this.Ff, 19) : this.Ff = Ti(this.Ff, 19));
58313
+ this.combo === !0 && (n ? this.Ff = Ti(this.Ff, 19) : this.Ff = Ni(this.Ff, 19));
58300
58314
  } }), Object.defineProperty(this, "sort", { enumerable: !0, configurable: !0, get: function() {
58301
- return !!Ui(this.Ff, 20);
58315
+ return !!Ii(this.Ff, 20);
58302
58316
  }, set: function(n) {
58303
- n ? (this.Ff = Ii(this.Ff, 20), t.sort()) : this.Ff = Ti(this.Ff, 20);
58317
+ n ? (this.Ff = Ti(this.Ff, 20), t.sort()) : this.Ff = Ni(this.Ff, 20);
58304
58318
  } }), Object.defineProperty(this, "multiSelect", { enumerable: !0, configurable: !0, get: function() {
58305
- return !!Ui(this.Ff, 22);
58319
+ return !!Ii(this.Ff, 22);
58306
58320
  }, set: function(n) {
58307
- n ? this.Ff = Ii(this.Ff, 22) : this.Ff = Ti(this.Ff, 22);
58321
+ n ? this.Ff = Ti(this.Ff, 22) : this.Ff = Ni(this.Ff, 22);
58308
58322
  } }), Object.defineProperty(this, "doNotSpellCheck", { enumerable: !0, configurable: !0, get: function() {
58309
- return !!Ui(this.Ff, 23);
58323
+ return !!Ii(this.Ff, 23);
58310
58324
  }, set: function(n) {
58311
- n ? this.Ff = Ii(this.Ff, 23) : this.Ff = Ti(this.Ff, 23);
58325
+ n ? this.Ff = Ti(this.Ff, 23) : this.Ff = Ni(this.Ff, 23);
58312
58326
  } }), Object.defineProperty(this, "commitOnSelChange", { enumerable: !0, configurable: !0, get: function() {
58313
- return !!Ui(this.Ff, 27);
58327
+ return !!Ii(this.Ff, 27);
58314
58328
  }, set: function(n) {
58315
- n ? this.Ff = Ii(this.Ff, 27) : this.Ff = Ti(this.Ff, 27);
58329
+ n ? this.Ff = Ti(this.Ff, 27) : this.Ff = Ni(this.Ff, 27);
58316
58330
  } }), this.hasAppearanceStream = !1;
58317
58331
  };
58318
58332
  Ps(fh, Ol);
@@ -58330,21 +58344,21 @@ var fv = function() {
58330
58344
  Ps(fv, hh);
58331
58345
  var ua = function() {
58332
58346
  Ol.call(this), this.FT = "/Btn", Object.defineProperty(this, "noToggleToOff", { enumerable: !0, configurable: !0, get: function() {
58333
- return !!Ui(this.Ff, 15);
58347
+ return !!Ii(this.Ff, 15);
58334
58348
  }, set: function(n) {
58335
- n ? this.Ff = Ii(this.Ff, 15) : this.Ff = Ti(this.Ff, 15);
58349
+ n ? this.Ff = Ti(this.Ff, 15) : this.Ff = Ni(this.Ff, 15);
58336
58350
  } }), Object.defineProperty(this, "radio", { enumerable: !0, configurable: !0, get: function() {
58337
- return !!Ui(this.Ff, 16);
58351
+ return !!Ii(this.Ff, 16);
58338
58352
  }, set: function(n) {
58339
- n ? this.Ff = Ii(this.Ff, 16) : this.Ff = Ti(this.Ff, 16);
58353
+ n ? this.Ff = Ti(this.Ff, 16) : this.Ff = Ni(this.Ff, 16);
58340
58354
  } }), Object.defineProperty(this, "pushButton", { enumerable: !0, configurable: !0, get: function() {
58341
- return !!Ui(this.Ff, 17);
58355
+ return !!Ii(this.Ff, 17);
58342
58356
  }, set: function(n) {
58343
- n ? this.Ff = Ii(this.Ff, 17) : this.Ff = Ti(this.Ff, 17);
58357
+ n ? this.Ff = Ti(this.Ff, 17) : this.Ff = Ni(this.Ff, 17);
58344
58358
  } }), Object.defineProperty(this, "radioIsUnison", { enumerable: !0, configurable: !0, get: function() {
58345
- return !!Ui(this.Ff, 26);
58359
+ return !!Ii(this.Ff, 26);
58346
58360
  }, set: function(n) {
58347
- n ? this.Ff = Ii(this.Ff, 26) : this.Ff = Ti(this.Ff, 26);
58361
+ n ? this.Ff = Ti(this.Ff, 26) : this.Ff = Ni(this.Ff, 26);
58348
58362
  } });
58349
58363
  var e, t = {};
58350
58364
  Object.defineProperty(this, "MK", { enumerable: !1, configurable: !1, get: function() {
@@ -58423,7 +58437,7 @@ var U2 = function() {
58423
58437
  return n.substr(1, n.length - 1);
58424
58438
  }, set: function(i) {
58425
58439
  n = "/" + i;
58426
- } }), this.caption = "l", this.appearanceState = "Off", this._AppearanceType = Yt.RadioButton.Circle, this.appearanceStreamContent = this._AppearanceType.createAppearanceStream(this.optionName);
58440
+ } }), this.caption = "l", this.appearanceState = "Off", this._AppearanceType = Wt.RadioButton.Circle, this.appearanceStreamContent = this._AppearanceType.createAppearanceStream(this.optionName);
58427
58441
  };
58428
58442
  Ps(U2, Ol), ph.prototype.setAppearance = function(e) {
58429
58443
  if (!("createAppearanceStream" in e) || !("getCA" in e)) throw new Error("Couldn't assign Appearance to RadioButton. Appearance was Invalid!");
@@ -58436,34 +58450,34 @@ Ps(U2, Ol), ph.prototype.setAppearance = function(e) {
58436
58450
  return t.Parent = this, t.optionName = e, this.Kids.push(t), K8e.call(this.scope, t), t;
58437
58451
  };
58438
58452
  var hv = function() {
58439
- ua.call(this), this.fontName = "zapfdingbats", this.caption = "3", this.appearanceState = "On", this.value = "On", this.textAlign = "center", this.appearanceStreamContent = Yt.CheckBox.createAppearanceStream();
58453
+ ua.call(this), this.fontName = "zapfdingbats", this.caption = "3", this.appearanceState = "On", this.value = "On", this.textAlign = "center", this.appearanceStreamContent = Wt.CheckBox.createAppearanceStream();
58440
58454
  };
58441
58455
  Ps(hv, ua);
58442
58456
  var _f = function() {
58443
58457
  Ol.call(this), this.FT = "/Tx", Object.defineProperty(this, "multiline", { enumerable: !0, configurable: !0, get: function() {
58444
- return !!Ui(this.Ff, 13);
58458
+ return !!Ii(this.Ff, 13);
58445
58459
  }, set: function(t) {
58446
- t ? this.Ff = Ii(this.Ff, 13) : this.Ff = Ti(this.Ff, 13);
58460
+ t ? this.Ff = Ti(this.Ff, 13) : this.Ff = Ni(this.Ff, 13);
58447
58461
  } }), Object.defineProperty(this, "fileSelect", { enumerable: !0, configurable: !0, get: function() {
58448
- return !!Ui(this.Ff, 21);
58462
+ return !!Ii(this.Ff, 21);
58449
58463
  }, set: function(t) {
58450
- t ? this.Ff = Ii(this.Ff, 21) : this.Ff = Ti(this.Ff, 21);
58464
+ t ? this.Ff = Ti(this.Ff, 21) : this.Ff = Ni(this.Ff, 21);
58451
58465
  } }), Object.defineProperty(this, "doNotSpellCheck", { enumerable: !0, configurable: !0, get: function() {
58452
- return !!Ui(this.Ff, 23);
58466
+ return !!Ii(this.Ff, 23);
58453
58467
  }, set: function(t) {
58454
- t ? this.Ff = Ii(this.Ff, 23) : this.Ff = Ti(this.Ff, 23);
58468
+ t ? this.Ff = Ti(this.Ff, 23) : this.Ff = Ni(this.Ff, 23);
58455
58469
  } }), Object.defineProperty(this, "doNotScroll", { enumerable: !0, configurable: !0, get: function() {
58456
- return !!Ui(this.Ff, 24);
58470
+ return !!Ii(this.Ff, 24);
58457
58471
  }, set: function(t) {
58458
- t ? this.Ff = Ii(this.Ff, 24) : this.Ff = Ti(this.Ff, 24);
58472
+ t ? this.Ff = Ti(this.Ff, 24) : this.Ff = Ni(this.Ff, 24);
58459
58473
  } }), Object.defineProperty(this, "comb", { enumerable: !0, configurable: !0, get: function() {
58460
- return !!Ui(this.Ff, 25);
58474
+ return !!Ii(this.Ff, 25);
58461
58475
  }, set: function(t) {
58462
- t ? this.Ff = Ii(this.Ff, 25) : this.Ff = Ti(this.Ff, 25);
58476
+ t ? this.Ff = Ti(this.Ff, 25) : this.Ff = Ni(this.Ff, 25);
58463
58477
  } }), Object.defineProperty(this, "richText", { enumerable: !0, configurable: !0, get: function() {
58464
- return !!Ui(this.Ff, 26);
58478
+ return !!Ii(this.Ff, 26);
58465
58479
  }, set: function(t) {
58466
- t ? this.Ff = Ii(this.Ff, 26) : this.Ff = Ti(this.Ff, 26);
58480
+ t ? this.Ff = Ti(this.Ff, 26) : this.Ff = Ni(this.Ff, 26);
58467
58481
  } });
58468
58482
  var e = null;
58469
58483
  Object.defineProperty(this, "MaxLen", { enumerable: !0, configurable: !1, get: function() {
@@ -58481,104 +58495,104 @@ var _f = function() {
58481
58495
  Ps(_f, Ol);
58482
58496
  var pv = function() {
58483
58497
  _f.call(this), Object.defineProperty(this, "password", { enumerable: !0, configurable: !0, get: function() {
58484
- return !!Ui(this.Ff, 14);
58498
+ return !!Ii(this.Ff, 14);
58485
58499
  }, set: function(e) {
58486
- e ? this.Ff = Ii(this.Ff, 14) : this.Ff = Ti(this.Ff, 14);
58500
+ e ? this.Ff = Ti(this.Ff, 14) : this.Ff = Ni(this.Ff, 14);
58487
58501
  } }), this.password = !0;
58488
58502
  };
58489
58503
  Ps(pv, _f);
58490
- var Yt = { CheckBox: { createAppearanceStream: function() {
58491
- return { N: { On: Yt.CheckBox.YesNormal }, D: { On: Yt.CheckBox.YesPushDown, Off: Yt.CheckBox.OffPushDown } };
58504
+ var Wt = { CheckBox: { createAppearanceStream: function() {
58505
+ return { N: { On: Wt.CheckBox.YesNormal }, D: { On: Wt.CheckBox.YesPushDown, Off: Wt.CheckBox.OffPushDown } };
58492
58506
  }, YesPushDown: function(e) {
58493
58507
  var t = Yl(e);
58494
58508
  t.scope = e.scope;
58495
58509
  var n = [], r = e.scope.internal.getFont(e.fontName, e.fontStyle).id, i = e.scope.__private__.encodeColorString(e.color), a = a4(e, e.caption);
58496
- return n.push("0.749023 g"), n.push("0 0 " + kn(Yt.internal.getWidth(e)) + " " + kn(Yt.internal.getHeight(e)) + " re"), n.push("f"), n.push("BMC"), n.push("q"), n.push("0 0 1 rg"), n.push("/" + r + " " + kn(a.fontSize) + " Tf " + i), n.push("BT"), n.push(a.text), n.push("ET"), n.push("Q"), n.push("EMC"), t.stream = n.join(`
58510
+ return n.push("0.749023 g"), n.push("0 0 " + kn(Wt.internal.getWidth(e)) + " " + kn(Wt.internal.getHeight(e)) + " re"), n.push("f"), n.push("BMC"), n.push("q"), n.push("0 0 1 rg"), n.push("/" + r + " " + kn(a.fontSize) + " Tf " + i), n.push("BT"), n.push(a.text), n.push("ET"), n.push("Q"), n.push("EMC"), t.stream = n.join(`
58497
58511
  `), t;
58498
58512
  }, YesNormal: function(e) {
58499
58513
  var t = Yl(e);
58500
58514
  t.scope = e.scope;
58501
- var n = e.scope.internal.getFont(e.fontName, e.fontStyle).id, r = e.scope.__private__.encodeColorString(e.color), i = [], a = Yt.internal.getHeight(e), s = Yt.internal.getWidth(e), o = a4(e, e.caption);
58515
+ var n = e.scope.internal.getFont(e.fontName, e.fontStyle).id, r = e.scope.__private__.encodeColorString(e.color), i = [], a = Wt.internal.getHeight(e), s = Wt.internal.getWidth(e), o = a4(e, e.caption);
58502
58516
  return i.push("1 g"), i.push("0 0 " + kn(s) + " " + kn(a) + " re"), i.push("f"), i.push("q"), i.push("0 0 1 rg"), i.push("0 0 " + kn(s - 1) + " " + kn(a - 1) + " re"), i.push("W"), i.push("n"), i.push("0 g"), i.push("BT"), i.push("/" + n + " " + kn(o.fontSize) + " Tf " + r), i.push(o.text), i.push("ET"), i.push("Q"), t.stream = i.join(`
58503
58517
  `), t;
58504
58518
  }, OffPushDown: function(e) {
58505
58519
  var t = Yl(e);
58506
58520
  t.scope = e.scope;
58507
58521
  var n = [];
58508
- return n.push("0.749023 g"), n.push("0 0 " + kn(Yt.internal.getWidth(e)) + " " + kn(Yt.internal.getHeight(e)) + " re"), n.push("f"), t.stream = n.join(`
58522
+ return n.push("0.749023 g"), n.push("0 0 " + kn(Wt.internal.getWidth(e)) + " " + kn(Wt.internal.getHeight(e)) + " re"), n.push("f"), t.stream = n.join(`
58509
58523
  `), t;
58510
58524
  } }, RadioButton: { Circle: { createAppearanceStream: function(e) {
58511
- var t = { D: { Off: Yt.RadioButton.Circle.OffPushDown }, N: {} };
58512
- return t.N[e] = Yt.RadioButton.Circle.YesNormal, t.D[e] = Yt.RadioButton.Circle.YesPushDown, t;
58525
+ var t = { D: { Off: Wt.RadioButton.Circle.OffPushDown }, N: {} };
58526
+ return t.N[e] = Wt.RadioButton.Circle.YesNormal, t.D[e] = Wt.RadioButton.Circle.YesPushDown, t;
58513
58527
  }, getCA: function() {
58514
58528
  return "l";
58515
58529
  }, YesNormal: function(e) {
58516
58530
  var t = Yl(e);
58517
58531
  t.scope = e.scope;
58518
- var n = [], r = Yt.internal.getWidth(e) <= Yt.internal.getHeight(e) ? Yt.internal.getWidth(e) / 4 : Yt.internal.getHeight(e) / 4;
58532
+ var n = [], r = Wt.internal.getWidth(e) <= Wt.internal.getHeight(e) ? Wt.internal.getWidth(e) / 4 : Wt.internal.getHeight(e) / 4;
58519
58533
  r = Number((0.9 * r).toFixed(5));
58520
- var i = Yt.internal.Bezier_C, a = Number((r * i).toFixed(5));
58521
- return n.push("q"), n.push("1 0 0 1 " + Hu(Yt.internal.getWidth(e) / 2) + " " + Hu(Yt.internal.getHeight(e) / 2) + " cm"), n.push(r + " 0 m"), n.push(r + " " + a + " " + a + " " + r + " 0 " + r + " c"), n.push("-" + a + " " + r + " -" + r + " " + a + " -" + r + " 0 c"), n.push("-" + r + " -" + a + " -" + a + " -" + r + " 0 -" + r + " c"), n.push(a + " -" + r + " " + r + " -" + a + " " + r + " 0 c"), n.push("f"), n.push("Q"), t.stream = n.join(`
58534
+ var i = Wt.internal.Bezier_C, a = Number((r * i).toFixed(5));
58535
+ return n.push("q"), n.push("1 0 0 1 " + Hu(Wt.internal.getWidth(e) / 2) + " " + Hu(Wt.internal.getHeight(e) / 2) + " cm"), n.push(r + " 0 m"), n.push(r + " " + a + " " + a + " " + r + " 0 " + r + " c"), n.push("-" + a + " " + r + " -" + r + " " + a + " -" + r + " 0 c"), n.push("-" + r + " -" + a + " -" + a + " -" + r + " 0 -" + r + " c"), n.push(a + " -" + r + " " + r + " -" + a + " " + r + " 0 c"), n.push("f"), n.push("Q"), t.stream = n.join(`
58522
58536
  `), t;
58523
58537
  }, YesPushDown: function(e) {
58524
58538
  var t = Yl(e);
58525
58539
  t.scope = e.scope;
58526
- var n = [], r = Yt.internal.getWidth(e) <= Yt.internal.getHeight(e) ? Yt.internal.getWidth(e) / 4 : Yt.internal.getHeight(e) / 4;
58540
+ var n = [], r = Wt.internal.getWidth(e) <= Wt.internal.getHeight(e) ? Wt.internal.getWidth(e) / 4 : Wt.internal.getHeight(e) / 4;
58527
58541
  r = Number((0.9 * r).toFixed(5));
58528
- var i = Number((2 * r).toFixed(5)), a = Number((i * Yt.internal.Bezier_C).toFixed(5)), s = Number((r * Yt.internal.Bezier_C).toFixed(5));
58529
- return n.push("0.749023 g"), n.push("q"), n.push("1 0 0 1 " + Hu(Yt.internal.getWidth(e) / 2) + " " + Hu(Yt.internal.getHeight(e) / 2) + " cm"), n.push(i + " 0 m"), n.push(i + " " + a + " " + a + " " + i + " 0 " + i + " c"), n.push("-" + a + " " + i + " -" + i + " " + a + " -" + i + " 0 c"), n.push("-" + i + " -" + a + " -" + a + " -" + i + " 0 -" + i + " c"), n.push(a + " -" + i + " " + i + " -" + a + " " + i + " 0 c"), n.push("f"), n.push("Q"), n.push("0 g"), n.push("q"), n.push("1 0 0 1 " + Hu(Yt.internal.getWidth(e) / 2) + " " + Hu(Yt.internal.getHeight(e) / 2) + " cm"), n.push(r + " 0 m"), n.push(r + " " + s + " " + s + " " + r + " 0 " + r + " c"), n.push("-" + s + " " + r + " -" + r + " " + s + " -" + r + " 0 c"), n.push("-" + r + " -" + s + " -" + s + " -" + r + " 0 -" + r + " c"), n.push(s + " -" + r + " " + r + " -" + s + " " + r + " 0 c"), n.push("f"), n.push("Q"), t.stream = n.join(`
58542
+ var i = Number((2 * r).toFixed(5)), a = Number((i * Wt.internal.Bezier_C).toFixed(5)), s = Number((r * Wt.internal.Bezier_C).toFixed(5));
58543
+ return n.push("0.749023 g"), n.push("q"), n.push("1 0 0 1 " + Hu(Wt.internal.getWidth(e) / 2) + " " + Hu(Wt.internal.getHeight(e) / 2) + " cm"), n.push(i + " 0 m"), n.push(i + " " + a + " " + a + " " + i + " 0 " + i + " c"), n.push("-" + a + " " + i + " -" + i + " " + a + " -" + i + " 0 c"), n.push("-" + i + " -" + a + " -" + a + " -" + i + " 0 -" + i + " c"), n.push(a + " -" + i + " " + i + " -" + a + " " + i + " 0 c"), n.push("f"), n.push("Q"), n.push("0 g"), n.push("q"), n.push("1 0 0 1 " + Hu(Wt.internal.getWidth(e) / 2) + " " + Hu(Wt.internal.getHeight(e) / 2) + " cm"), n.push(r + " 0 m"), n.push(r + " " + s + " " + s + " " + r + " 0 " + r + " c"), n.push("-" + s + " " + r + " -" + r + " " + s + " -" + r + " 0 c"), n.push("-" + r + " -" + s + " -" + s + " -" + r + " 0 -" + r + " c"), n.push(s + " -" + r + " " + r + " -" + s + " " + r + " 0 c"), n.push("f"), n.push("Q"), t.stream = n.join(`
58530
58544
  `), t;
58531
58545
  }, OffPushDown: function(e) {
58532
58546
  var t = Yl(e);
58533
58547
  t.scope = e.scope;
58534
- var n = [], r = Yt.internal.getWidth(e) <= Yt.internal.getHeight(e) ? Yt.internal.getWidth(e) / 4 : Yt.internal.getHeight(e) / 4;
58548
+ var n = [], r = Wt.internal.getWidth(e) <= Wt.internal.getHeight(e) ? Wt.internal.getWidth(e) / 4 : Wt.internal.getHeight(e) / 4;
58535
58549
  r = Number((0.9 * r).toFixed(5));
58536
- var i = Number((2 * r).toFixed(5)), a = Number((i * Yt.internal.Bezier_C).toFixed(5));
58537
- return n.push("0.749023 g"), n.push("q"), n.push("1 0 0 1 " + Hu(Yt.internal.getWidth(e) / 2) + " " + Hu(Yt.internal.getHeight(e) / 2) + " cm"), n.push(i + " 0 m"), n.push(i + " " + a + " " + a + " " + i + " 0 " + i + " c"), n.push("-" + a + " " + i + " -" + i + " " + a + " -" + i + " 0 c"), n.push("-" + i + " -" + a + " -" + a + " -" + i + " 0 -" + i + " c"), n.push(a + " -" + i + " " + i + " -" + a + " " + i + " 0 c"), n.push("f"), n.push("Q"), t.stream = n.join(`
58550
+ var i = Number((2 * r).toFixed(5)), a = Number((i * Wt.internal.Bezier_C).toFixed(5));
58551
+ return n.push("0.749023 g"), n.push("q"), n.push("1 0 0 1 " + Hu(Wt.internal.getWidth(e) / 2) + " " + Hu(Wt.internal.getHeight(e) / 2) + " cm"), n.push(i + " 0 m"), n.push(i + " " + a + " " + a + " " + i + " 0 " + i + " c"), n.push("-" + a + " " + i + " -" + i + " " + a + " -" + i + " 0 c"), n.push("-" + i + " -" + a + " -" + a + " -" + i + " 0 -" + i + " c"), n.push(a + " -" + i + " " + i + " -" + a + " " + i + " 0 c"), n.push("f"), n.push("Q"), t.stream = n.join(`
58538
58552
  `), t;
58539
58553
  } }, Cross: { createAppearanceStream: function(e) {
58540
- var t = { D: { Off: Yt.RadioButton.Cross.OffPushDown }, N: {} };
58541
- return t.N[e] = Yt.RadioButton.Cross.YesNormal, t.D[e] = Yt.RadioButton.Cross.YesPushDown, t;
58554
+ var t = { D: { Off: Wt.RadioButton.Cross.OffPushDown }, N: {} };
58555
+ return t.N[e] = Wt.RadioButton.Cross.YesNormal, t.D[e] = Wt.RadioButton.Cross.YesPushDown, t;
58542
58556
  }, getCA: function() {
58543
58557
  return "8";
58544
58558
  }, YesNormal: function(e) {
58545
58559
  var t = Yl(e);
58546
58560
  t.scope = e.scope;
58547
- var n = [], r = Yt.internal.calculateCross(e);
58548
- return n.push("q"), n.push("1 1 " + kn(Yt.internal.getWidth(e) - 2) + " " + kn(Yt.internal.getHeight(e) - 2) + " re"), n.push("W"), n.push("n"), n.push(kn(r.x1.x) + " " + kn(r.x1.y) + " m"), n.push(kn(r.x2.x) + " " + kn(r.x2.y) + " l"), n.push(kn(r.x4.x) + " " + kn(r.x4.y) + " m"), n.push(kn(r.x3.x) + " " + kn(r.x3.y) + " l"), n.push("s"), n.push("Q"), t.stream = n.join(`
58561
+ var n = [], r = Wt.internal.calculateCross(e);
58562
+ return n.push("q"), n.push("1 1 " + kn(Wt.internal.getWidth(e) - 2) + " " + kn(Wt.internal.getHeight(e) - 2) + " re"), n.push("W"), n.push("n"), n.push(kn(r.x1.x) + " " + kn(r.x1.y) + " m"), n.push(kn(r.x2.x) + " " + kn(r.x2.y) + " l"), n.push(kn(r.x4.x) + " " + kn(r.x4.y) + " m"), n.push(kn(r.x3.x) + " " + kn(r.x3.y) + " l"), n.push("s"), n.push("Q"), t.stream = n.join(`
58549
58563
  `), t;
58550
58564
  }, YesPushDown: function(e) {
58551
58565
  var t = Yl(e);
58552
58566
  t.scope = e.scope;
58553
- var n = Yt.internal.calculateCross(e), r = [];
58554
- return r.push("0.749023 g"), r.push("0 0 " + kn(Yt.internal.getWidth(e)) + " " + kn(Yt.internal.getHeight(e)) + " re"), r.push("f"), r.push("q"), r.push("1 1 " + kn(Yt.internal.getWidth(e) - 2) + " " + kn(Yt.internal.getHeight(e) - 2) + " re"), r.push("W"), r.push("n"), r.push(kn(n.x1.x) + " " + kn(n.x1.y) + " m"), r.push(kn(n.x2.x) + " " + kn(n.x2.y) + " l"), r.push(kn(n.x4.x) + " " + kn(n.x4.y) + " m"), r.push(kn(n.x3.x) + " " + kn(n.x3.y) + " l"), r.push("s"), r.push("Q"), t.stream = r.join(`
58567
+ var n = Wt.internal.calculateCross(e), r = [];
58568
+ return r.push("0.749023 g"), r.push("0 0 " + kn(Wt.internal.getWidth(e)) + " " + kn(Wt.internal.getHeight(e)) + " re"), r.push("f"), r.push("q"), r.push("1 1 " + kn(Wt.internal.getWidth(e) - 2) + " " + kn(Wt.internal.getHeight(e) - 2) + " re"), r.push("W"), r.push("n"), r.push(kn(n.x1.x) + " " + kn(n.x1.y) + " m"), r.push(kn(n.x2.x) + " " + kn(n.x2.y) + " l"), r.push(kn(n.x4.x) + " " + kn(n.x4.y) + " m"), r.push(kn(n.x3.x) + " " + kn(n.x3.y) + " l"), r.push("s"), r.push("Q"), t.stream = r.join(`
58555
58569
  `), t;
58556
58570
  }, OffPushDown: function(e) {
58557
58571
  var t = Yl(e);
58558
58572
  t.scope = e.scope;
58559
58573
  var n = [];
58560
- return n.push("0.749023 g"), n.push("0 0 " + kn(Yt.internal.getWidth(e)) + " " + kn(Yt.internal.getHeight(e)) + " re"), n.push("f"), t.stream = n.join(`
58574
+ return n.push("0.749023 g"), n.push("0 0 " + kn(Wt.internal.getWidth(e)) + " " + kn(Wt.internal.getHeight(e)) + " re"), n.push("f"), t.stream = n.join(`
58561
58575
  `), t;
58562
58576
  } } }, createDefaultAppearanceStream: function(e) {
58563
58577
  var t = e.scope.internal.getFont(e.fontName, e.fontStyle).id, n = e.scope.__private__.encodeColorString(e.color);
58564
58578
  return "/" + t + " " + e.fontSize + " Tf " + n;
58565
58579
  } };
58566
- Yt.internal = { Bezier_C: 0.551915024494, calculateCross: function(e) {
58567
- var t = Yt.internal.getWidth(e), n = Yt.internal.getHeight(e), r = Math.min(t, n);
58580
+ Wt.internal = { Bezier_C: 0.551915024494, calculateCross: function(e) {
58581
+ var t = Wt.internal.getWidth(e), n = Wt.internal.getHeight(e), r = Math.min(t, n);
58568
58582
  return { x1: { x: (t - r) / 2, y: (n - r) / 2 + r }, x2: { x: (t - r) / 2 + r, y: (n - r) / 2 }, x3: { x: (t - r) / 2, y: (n - r) / 2 }, x4: { x: (t - r) / 2 + r, y: (n - r) / 2 + r } };
58569
- } }, Yt.internal.getWidth = function(e) {
58583
+ } }, Wt.internal.getWidth = function(e) {
58570
58584
  var t = 0;
58571
58585
  return Fr(e) === "object" && (t = i7(e.Rect[2])), t;
58572
- }, Yt.internal.getHeight = function(e) {
58586
+ }, Wt.internal.getHeight = function(e) {
58573
58587
  var t = 0;
58574
58588
  return Fr(e) === "object" && (t = i7(e.Rect[3])), t;
58575
58589
  };
58576
- var K8e = pi.addField = function(e) {
58590
+ var K8e = gi.addField = function(e) {
58577
58591
  if (q8e(this, e), !(e instanceof Ol)) throw new Error("Invalid argument passed to jsPDF.addField.");
58578
58592
  var t;
58579
58593
  return (t = e).scope.internal.acroformPlugin.printedOut && (t.scope.internal.acroformPlugin.printedOut = !1, t.scope.internal.acroformPlugin.acroFormDictionaryRoot = null), t.scope.internal.acroformPlugin.acroFormDictionaryRoot.Fields.push(t), e.page = e.scope.internal.getCurrentPageInfo().pageNumber, this;
58580
58594
  };
58581
- pi.AcroFormChoiceField = fh, pi.AcroFormListBox = dh, pi.AcroFormComboBox = hh, pi.AcroFormEditBox = fv, pi.AcroFormButton = ua, pi.AcroFormPushButton = dv, pi.AcroFormRadioButton = ph, pi.AcroFormCheckBox = hv, pi.AcroFormTextField = _f, pi.AcroFormPasswordField = pv, pi.AcroFormAppearance = Yt, pi.AcroForm = { ChoiceField: fh, ListBox: dh, ComboBox: hh, EditBox: fv, Button: ua, PushButton: dv, RadioButton: ph, CheckBox: hv, TextField: _f, PasswordField: pv, Appearance: Yt }, An.AcroForm = { ChoiceField: fh, ListBox: dh, ComboBox: hh, EditBox: fv, Button: ua, PushButton: dv, RadioButton: ph, CheckBox: hv, TextField: _f, PasswordField: pv, Appearance: Yt };
58595
+ gi.AcroFormChoiceField = fh, gi.AcroFormListBox = dh, gi.AcroFormComboBox = hh, gi.AcroFormEditBox = fv, gi.AcroFormButton = ua, gi.AcroFormPushButton = dv, gi.AcroFormRadioButton = ph, gi.AcroFormCheckBox = hv, gi.AcroFormTextField = _f, gi.AcroFormPasswordField = pv, gi.AcroFormAppearance = Wt, gi.AcroForm = { ChoiceField: fh, ListBox: dh, ComboBox: hh, EditBox: fv, Button: ua, PushButton: dv, RadioButton: ph, CheckBox: hv, TextField: _f, PasswordField: pv, Appearance: Wt }, An.AcroForm = { ChoiceField: fh, ListBox: dh, ComboBox: hh, EditBox: fv, Button: ua, PushButton: dv, RadioButton: ph, CheckBox: hv, TextField: _f, PasswordField: pv, Appearance: Wt };
58582
58596
  An.AcroForm;
58583
58597
  function MP(e) {
58584
58598
  return e.reduce(function(t, n, r) {
@@ -59417,20 +59431,20 @@ function O5(e) {
59417
59431
  var Oe, Ue, Ke, Ze, Ye, ht, Lt, _t, Ct, Ut, St = 0;
59418
59432
  for (Ct = 0; Ct < 8; ++Ct) {
59419
59433
  Oe = ae[St], Ue = ae[St + 1], Ke = ae[St + 2], Ze = ae[St + 3], Ye = ae[St + 4], ht = ae[St + 5], Lt = ae[St + 6];
59420
- var Gn = Oe + (_t = ae[St + 7]), Dt = Oe - _t, zt = Ue + Lt, Vt = Ue - Lt, Sn = Ke + ht, Ht = Ke - ht, In = Ze + Ye, Nt = Ze - Ye, nn = Gn + In, Zn = Gn - In, un = zt + Sn, Gt = zt - Sn;
59434
+ var Gn = Oe + (_t = ae[St + 7]), Dt = Oe - _t, Gt = Ue + Lt, Vt = Ue - Lt, Sn = Ke + ht, Ht = Ke - ht, In = Ze + Ye, Nt = Ze - Ye, nn = Gn + In, Zn = Gn - In, un = Gt + Sn, Yt = Gt - Sn;
59421
59435
  ae[St] = nn + un, ae[St + 4] = nn - un;
59422
- var Tn = 0.707106781 * (Gt + Zn);
59436
+ var Tn = 0.707106781 * (Yt + Zn);
59423
59437
  ae[St + 2] = Zn + Tn, ae[St + 6] = Zn - Tn;
59424
- var ma = 0.382683433 * ((nn = Nt + Ht) - (Gt = Vt + Dt)), Kr = 0.5411961 * nn + ma, ra = 1.306562965 * Gt + ma, wi = 0.707106781 * (un = Ht + Vt), rn = Dt + wi, oi = Dt - wi;
59438
+ var ma = 0.382683433 * ((nn = Nt + Ht) - (Yt = Vt + Dt)), Kr = 0.5411961 * nn + ma, ra = 1.306562965 * Yt + ma, Bi = 0.707106781 * (un = Ht + Vt), rn = Dt + Bi, oi = Dt - Bi;
59425
59439
  ae[St + 5] = oi + Kr, ae[St + 3] = oi - Kr, ae[St + 1] = rn + ra, ae[St + 7] = rn - ra, St += 8;
59426
59440
  }
59427
59441
  for (St = 0, Ct = 0; Ct < 8; ++Ct) {
59428
59442
  Oe = ae[St], Ue = ae[St + 8], Ke = ae[St + 16], Ze = ae[St + 24], Ye = ae[St + 32], ht = ae[St + 40], Lt = ae[St + 48];
59429
- var is = Oe + (_t = ae[St + 56]), ia = Oe - _t, ji = Ue + Lt, Wn = Ue - Lt, cr = Ke + ht, _n = Ke - ht, $s = Ze + Ye, ms = Ze - Ye, aa = is + $s, li = is - $s, Wt = ji + cr, gr = ji - cr;
59430
- ae[St] = aa + Wt, ae[St + 32] = aa - Wt;
59443
+ var is = Oe + (_t = ae[St + 56]), ia = Oe - _t, ji = Ue + Lt, Wn = Ue - Lt, cr = Ke + ht, _n = Ke - ht, $s = Ze + Ye, ms = Ze - Ye, aa = is + $s, li = is - $s, Zt = ji + cr, gr = ji - cr;
59444
+ ae[St] = aa + Zt, ae[St + 32] = aa - Zt;
59431
59445
  var Vi = 0.707106781 * (gr + li);
59432
59446
  ae[St + 16] = li + Vi, ae[St + 48] = li - Vi;
59433
- var Rs = 0.382683433 * ((aa = ms + _n) - (gr = Wn + ia)), Na = 0.5411961 * aa + Rs, va = 1.306562965 * gr + Rs, vs = 0.707106781 * (Wt = _n + Wn), Ai = ia + vs, ho = ia - vs;
59447
+ var Rs = 0.382683433 * ((aa = ms + _n) - (gr = Wn + ia)), Na = 0.5411961 * aa + Rs, va = 1.306562965 * gr + Rs, vs = 0.707106781 * (Zt = _n + Wn), Ai = ia + vs, ho = ia - vs;
59434
59448
  ae[St + 40] = ho + Na, ae[St + 24] = ho - Na, ae[St + 8] = Ai + va, ae[St + 56] = Ai - va, St++;
59435
59449
  }
59436
59450
  for (Ct = 0; Ct < 64; ++Ct) Ut = ae[Ct] * Le[Ct], c[Ct] = Ut > 0 ? Ut + 0.5 | 0 : Ut - 0.5 | 0;
@@ -59765,7 +59779,7 @@ function w7(e) {
59765
59779
  V[oe++] = ce >> 16 & 255, V[oe++] = ce >> 8 & 255, V[oe++] = 255 & ce, V[oe++] = ce >> 24 & 255;
59766
59780
  }
59767
59781
  }
59768
- function zt(B, k, D, V, oe) {
59782
+ function Gt(B, k, D, V, oe) {
59769
59783
  for (D = k + D; k < D; ) {
59770
59784
  var ce = (pe = B[k++]) >> 16 & 240 | pe >> 12 & 15, pe = 240 & pe | pe >> 28 & 15;
59771
59785
  V[oe++] = ce, V[oe++] = pe;
@@ -59802,7 +59816,7 @@ function w7(e) {
59802
59816
  function un() {
59803
59817
  this.Rd = this.height = this.width = this.S = 0, this.f = {}, this.f.RGBA = new nn(), this.f.kb = new Zn(), this.sd = null;
59804
59818
  }
59805
- function Gt() {
59819
+ function Yt() {
59806
59820
  this.width = [0], this.height = [0], this.Pd = [0], this.Qd = [0], this.format = [0];
59807
59821
  }
59808
59822
  function Tn() {
@@ -59828,7 +59842,7 @@ function w7(e) {
59828
59842
  }
59829
59843
  return 0;
59830
59844
  }
59831
- function wi(B) {
59845
+ function Bi(B) {
59832
59846
  var k = B.ma, D = k.ba.S, V = 11 > D, oe = D == Jg || D == em || D == tm || D == db || D == 12 || Nt(D);
59833
59847
  if (k.memory = null, k.Ib = null, k.Jb = null, k.Nd = null, !Gc(k.Oa, B, oe ? 11 : 12)) return 0;
59834
59848
  if (oe && Nt(D) && kA(), B.da) alert("todo:use_scaling");
@@ -59993,7 +60007,7 @@ function w7(e) {
59993
60007
  B.qd = pe, B.rd = ve;
59994
60008
  }
59995
60009
  }
59996
- function Wt(B, k) {
60010
+ function Zt(B, k) {
59997
60011
  var D = B.l.ma, V = D.Z == 0 || D.Z == 1 ? B.l.j : B.C;
59998
60012
  if (V = B.C < V ? V : B.C, t(k <= B.l.o), k > V) {
59999
60013
  var oe = B.l.width, ce = D.ca, pe = D.tb + oe * V, ve = B.V, we = B.Ba + B.c * V, Se = B.gc;
@@ -60056,7 +60070,7 @@ function w7(e) {
60056
60070
  }
60057
60071
  function Rs() {
60058
60072
  var B = new gn();
60059
- return B == null ? null : (B.a = 0, B.xb = uC, In("Predictor", "VP8LPredictors"), In("Predictor", "VP8LPredictors_C"), In("PredictorAdd", "VP8LPredictorsAdd"), In("PredictorAdd", "VP8LPredictorsAdd_C"), le = _t, et = Ut, gt = Gn, ft = Dt, vt = zt, Ft = Vt, Et = Sn, I.VP8LMapColor32b = _e, I.VP8LMapColor8b = Fe, B);
60073
+ return B == null ? null : (B.a = 0, B.xb = uC, In("Predictor", "VP8LPredictors"), In("Predictor", "VP8LPredictors_C"), In("PredictorAdd", "VP8LPredictorsAdd"), In("PredictorAdd", "VP8LPredictorsAdd_C"), le = _t, et = Ut, gt = Gn, ft = Dt, vt = Gt, Ft = Vt, Et = Sn, I.VP8LMapColor32b = _e, I.VP8LMapColor8b = Fe, B);
60060
60074
  }
60061
60075
  function Na(B, k, D, V, oe) {
60062
60076
  var ce = 1, pe = [B], ve = [k], we = V.m, Se = V.s, $e = null, Xe = 0;
@@ -60098,14 +60112,14 @@ function w7(e) {
60098
60112
  }
60099
60113
  var kt;
60100
60114
  if (kt = ce) t: {
60101
- var Si, Ln, ar, zr = V, Ca = pe, As = ve, di = Xe, Da = D, us = zr.m, Xi = zr.s, lr = [null], Er = 1, hi = 0, kr = GP[di];
60115
+ var Ei, Ln, ar, zr = V, Ca = pe, As = ve, di = Xe, Da = D, us = zr.m, Xi = zr.s, lr = [null], Er = 1, hi = 0, kr = GP[di];
60102
60116
  n: for (; ; ) {
60103
60117
  if (Da && te(us, 1)) {
60104
- var Sa = te(us, 3) + 2, il = ae(Ca, Sa), Ei = ae(As, Sa), Cs = il * Ei;
60105
- if (!Na(il, Ei, 0, zr, lr)) break n;
60106
- for (lr = lr[0], Xi.xc = Sa, Si = 0; Si < Cs; ++Si) {
60107
- var Or = lr[Si] >> 8 & 65535;
60108
- lr[Si] = Or, Or >= Er && (Er = Or + 1);
60118
+ var Sa = te(us, 3) + 2, il = ae(Ca, Sa), ki = ae(As, Sa), Cs = il * ki;
60119
+ if (!Na(il, ki, 0, zr, lr)) break n;
60120
+ for (lr = lr[0], Xi.xc = Sa, Ei = 0; Ei < Cs; ++Ei) {
60121
+ var Or = lr[Ei] >> 8 & 65535;
60122
+ lr[Ei] = Or, Or >= Er && (Er = Or + 1);
60109
60123
  }
60110
60124
  }
60111
60125
  if (us.h) break n;
@@ -60122,8 +60136,8 @@ function w7(e) {
60122
60136
  break n;
60123
60137
  }
60124
60138
  var eo = Zs;
60125
- for (Si = ar = 0; Si < Er; ++Si) {
60126
- var jr = Js[Si], to = jr.G, al = jr.H, Wc = 0, TA = 1, Ea = 0;
60139
+ for (Ei = ar = 0; Ei < Er; ++Ei) {
60140
+ var jr = Js[Ei], to = jr.G, al = jr.H, Wc = 0, TA = 1, Ea = 0;
60127
60141
  for (Ln = 0; 5 > Ln; ++Ln) {
60128
60142
  Ji = lC[Ln], to[Ln] = eo, al[Ln] = ar, !Ln && 0 < di && (Ji += 1 << di);
60129
60143
  i: {
@@ -60253,17 +60267,17 @@ function w7(e) {
60253
60267
  function ys() {
60254
60268
  this.Sc = [0, 0], this.Eb = [0, 0], this.Qc = [0, 0], this.ia = this.lc = 0;
60255
60269
  }
60256
- function Oi() {
60270
+ function Mi() {
60257
60271
  this.ad = a(384), this.Za = 0, this.Ob = a(16), this.$b = this.Ad = this.ia = this.Gc = this.Hc = this.Dd = 0;
60258
60272
  }
60259
60273
  function Hs() {
60260
- this.uc = this.M = this.Nb = 0, this.wa = Array(new ci()), this.Y = 0, this.ya = Array(new Oi()), this.aa = 0, this.l = new bs();
60274
+ this.uc = this.M = this.Nb = 0, this.wa = Array(new ci()), this.Y = 0, this.ya = Array(new Mi()), this.aa = 0, this.l = new bs();
60261
60275
  }
60262
60276
  function Dl() {
60263
60277
  this.y = a(16), this.f = a(8), this.ea = a(8);
60264
60278
  }
60265
60279
  function go() {
60266
- this.cb = this.a = 0, this.sc = "", this.m = new M(), this.Od = new Ai(), this.Kc = new ho(), this.ed = new zo(), this.Qa = new xA(), this.Ic = this.$c = this.Aa = 0, this.D = new Hs(), this.Xb = this.Va = this.Hb = this.zb = this.yb = this.Ub = this.za = 0, this.Jc = s(8, M), this.ia = 0, this.pb = s(4, ys), this.Pa = new Ql(), this.Bd = this.kc = 0, this.Ac = [], this.Bc = 0, this.zc = [0, 0, 0, 0], this.Gd = Array(new Dl()), this.Hd = 0, this.rb = Array(new as()), this.sb = 0, this.wa = Array(new ci()), this.Y = 0, this.oc = [], this.pc = 0, this.sa = [], this.ta = 0, this.qa = [], this.ra = 0, this.Ha = [], this.B = this.R = this.Ia = 0, this.Ec = [], this.M = this.ja = this.Vb = this.Fc = 0, this.ya = Array(new Oi()), this.L = this.aa = 0, this.gd = o([4, 2], ci), this.ga = null, this.Fa = [], this.Cc = this.qc = this.P = 0, this.Gb = [], this.Uc = 0, this.mb = [], this.nb = 0, this.rc = [], this.Ga = this.Vc = 0;
60280
+ this.cb = this.a = 0, this.sc = "", this.m = new M(), this.Od = new Ai(), this.Kc = new ho(), this.ed = new zo(), this.Qa = new xA(), this.Ic = this.$c = this.Aa = 0, this.D = new Hs(), this.Xb = this.Va = this.Hb = this.zb = this.yb = this.Ub = this.za = 0, this.Jc = s(8, M), this.ia = 0, this.pb = s(4, ys), this.Pa = new Ql(), this.Bd = this.kc = 0, this.Ac = [], this.Bc = 0, this.zc = [0, 0, 0, 0], this.Gd = Array(new Dl()), this.Hd = 0, this.rb = Array(new as()), this.sb = 0, this.wa = Array(new ci()), this.Y = 0, this.oc = [], this.pc = 0, this.sa = [], this.ta = 0, this.qa = [], this.ra = 0, this.Ha = [], this.B = this.R = this.Ia = 0, this.Ec = [], this.M = this.ja = this.Vb = this.Fc = 0, this.ya = Array(new Mi()), this.L = this.aa = 0, this.gd = o([4, 2], ci), this.ga = null, this.Fa = [], this.Cc = this.qc = this.P = 0, this.Gb = [], this.Uc = 0, this.mb = [], this.nb = 0, this.rc = [], this.Ga = this.Vc = 0;
60267
60281
  }
60268
60282
  function Oa(B, k) {
60269
60283
  return 0 > B ? 0 : B > k ? k : B;
@@ -60281,7 +60295,7 @@ function w7(e) {
60281
60295
  function mo(B, k, D) {
60282
60296
  return 3 <= D && B[k + 0] == 157 && B[k + 1] == 1 && B[k + 2] == 42;
60283
60297
  }
60284
- function Mi(B, k) {
60298
+ function Qi(B, k) {
60285
60299
  if (B == null) return 0;
60286
60300
  if (B.a = 0, B.sc = "OK", k == null) return _r(B, 2, "null VP8Io passed to VP8GetHeaders()");
60287
60301
  var D = k.data, V = k.w, oe = k.ha;
@@ -60368,11 +60382,11 @@ function w7(e) {
60368
60382
  var k = B.rb[B.sb - 1];
60369
60383
  k.la = 0, k.Na = 0, i(B.zc, 0, 0, B.zc.length), B.ja = 0;
60370
60384
  }
60371
- function Bi(B, k, D, V, oe) {
60385
+ function xi(B, k, D, V, oe) {
60372
60386
  oe = B[k + D + 32 * V] + (oe >> 3), B[k + D + 32 * V] = -256 & oe ? 0 > oe ? 0 : 255 : oe;
60373
60387
  }
60374
60388
  function br(B, k, D, V, oe, ce) {
60375
- Bi(B, k, 0, D, V + oe), Bi(B, k, 1, D, V + ce), Bi(B, k, 2, D, V - ce), Bi(B, k, 3, D, V - oe);
60389
+ xi(B, k, 0, D, V + oe), xi(B, k, 1, D, V + ce), xi(B, k, 2, D, V - ce), xi(B, k, 3, D, V - oe);
60376
60390
  }
60377
60391
  function ya(B) {
60378
60392
  return (20091 * B >> 16) + B;
@@ -60383,7 +60397,7 @@ function w7(e) {
60383
60397
  var ve = B[k + 0] + B[k + 8], we = B[k + 0] - B[k + 8], Se = (35468 * B[k + 4] >> 16) - ya(B[k + 12]), $e = ya(B[k + 4]) + (35468 * B[k + 12] >> 16);
60384
60398
  pe[ce + 0] = ve + $e, pe[ce + 1] = we + Se, pe[ce + 2] = we - Se, pe[ce + 3] = ve - $e, ce += 4, k++;
60385
60399
  }
60386
- for (oe = ce = 0; 4 > oe; ++oe) ve = (B = pe[ce + 0] + 4) + pe[ce + 8], we = B - pe[ce + 8], Se = (35468 * pe[ce + 4] >> 16) - ya(pe[ce + 12]), Bi(D, V, 0, 0, ve + ($e = ya(pe[ce + 4]) + (35468 * pe[ce + 12] >> 16))), Bi(D, V, 1, 0, we + Se), Bi(D, V, 2, 0, we - Se), Bi(D, V, 3, 0, ve - $e), ce++, V += 32;
60400
+ for (oe = ce = 0; 4 > oe; ++oe) ve = (B = pe[ce + 0] + 4) + pe[ce + 8], we = B - pe[ce + 8], Se = (35468 * pe[ce + 4] >> 16) - ya(pe[ce + 12]), xi(D, V, 0, 0, ve + ($e = ya(pe[ce + 4]) + (35468 * pe[ce + 12] >> 16))), xi(D, V, 1, 0, we + Se), xi(D, V, 2, 0, we - Se), xi(D, V, 3, 0, ve - $e), ce++, V += 32;
60387
60401
  }
60388
60402
  function sa(B, k, D, V) {
60389
60403
  var oe = B[k + 0] + 4, ce = 35468 * B[k + 4] >> 16, pe = ya(B[k + 4]), ve = 35468 * B[k + 1] >> 16;
@@ -60397,12 +60411,12 @@ function w7(e) {
60397
60411
  }
60398
60412
  function ss(B, k, D, V) {
60399
60413
  var oe;
60400
- for (B = B[k + 0] + 4, oe = 0; 4 > oe; ++oe) for (k = 0; 4 > k; ++k) Bi(D, V, k, oe, B);
60414
+ for (B = B[k + 0] + 4, oe = 0; 4 > oe; ++oe) for (k = 0; 4 > k; ++k) xi(D, V, k, oe, B);
60401
60415
  }
60402
60416
  function qi(B, k, D, V) {
60403
60417
  B[k + 0] && It(B, k + 0, D, V), B[k + 16] && It(B, k + 16, D, V + 4), B[k + 32] && It(B, k + 32, D, V + 128), B[k + 48] && It(B, k + 48, D, V + 128 + 4);
60404
60418
  }
60405
- function Qi(B, k, D, V) {
60419
+ function Di(B, k, D, V) {
60406
60420
  var oe, ce = a(16);
60407
60421
  for (oe = 0; 4 > oe; ++oe) {
60408
60422
  var pe = B[k + 0 + oe] + B[k + 12 + oe], ve = B[k + 4 + oe] + B[k + 8 + oe], we = B[k + 4 + oe] - B[k + 8 + oe], Se = B[k + 0 + oe] - B[k + 12 + oe];
@@ -60550,7 +60564,7 @@ function w7(e) {
60550
60564
  var oe = 2 * V + 1;
60551
60565
  for (V = 0; 16 > V; ++V) On(B, k + V * D, 1, oe) && Ot(B, k + V * D, 1);
60552
60566
  }
60553
- function xi(B, k, D, V) {
60567
+ function _i(B, k, D, V) {
60554
60568
  var oe;
60555
60569
  for (oe = 3; 0 < oe; --oe) bn(B, k += 4 * D, D, V);
60556
60570
  }
@@ -60648,7 +60662,7 @@ function w7(e) {
60648
60662
  var ve = B.Fa, we = B.P, Se = B.qc, $e = B.mb, Xe = B.nb, Ee = we + 1, Re = Se - 1, qe = pe.l;
60649
60663
  if (t(ve != null && $e != null && k != null), Ou[0] = null, Ou[1] = Xn, Ou[2] = Hr, Ou[3] = ui, pe.ca = $e, pe.tb = Xe, pe.c = k.width, pe.i = k.height, t(0 < pe.c && 0 < pe.i), 1 >= Se) k = 0;
60650
60664
  else if (pe.$a = 3 & ve[we + 0], pe.Z = ve[we + 0] >> 2 & 3, pe.Lc = ve[we + 0] >> 4 & 3, we = ve[we + 0] >> 6 & 3, 0 > pe.$a || 1 < pe.$a || 4 <= pe.Z || 1 < pe.Lc || we) k = 0;
60651
- else if (qe.put = rn, qe.ac = wi, qe.bc = oi, qe.ma = pe, qe.width = k.width, qe.height = k.height, qe.Da = k.Da, qe.v = k.v, qe.va = k.va, qe.j = k.j, qe.o = k.o, pe.$a) e: {
60665
+ else if (qe.put = rn, qe.ac = Bi, qe.bc = oi, qe.ma = pe, qe.width = k.width, qe.height = k.height, qe.Da = k.Da, qe.v = k.v, qe.va = k.va, qe.j = k.j, qe.o = k.o, pe.$a) e: {
60652
60666
  t(pe.$a == 1), k = Rs();
60653
60667
  t: for (; ; ) {
60654
60668
  if (k == null) {
@@ -60681,7 +60695,7 @@ function w7(e) {
60681
60695
  t(We <= ot), t(k <= at), t(aa(Xe));
60682
60696
  t: for (; ; ) {
60683
60697
  for (; !$e.h && We < ut; ) {
60684
- if (Se & wt || (pt = _n(Xe, Se, we)), t(pt != null), be($e), 256 > (at = Wn(pt.G[0], pt.H[0], $e))) ve[Ee + We] = at, ++We, ++Se >= Re && (Se = 0, ++we <= k && !(we % 16) && Wt(pe, we));
60698
+ if (Se & wt || (pt = _n(Xe, Se, we)), t(pt != null), be($e), 256 > (at = Wn(pt.G[0], pt.H[0], $e))) ve[Ee + We] = at, ++We, ++Se >= Re && (Se = 0, ++we <= k && !(we % 16) && Zt(pe, we));
60685
60699
  else {
60686
60700
  if (!(280 > at)) {
60687
60701
  qe = 0;
@@ -60694,12 +60708,12 @@ function w7(e) {
60694
60708
  break t;
60695
60709
  }
60696
60710
  for (ln = 0; ln < at; ++ln) ve[Ee + We + ln] = ve[Ee + We + ln - qt];
60697
- for (We += at, Se += at; Se >= Re; ) Se -= Re, ++we <= k && !(we % 16) && Wt(pe, we);
60711
+ for (We += at, Se += at; Se >= Re; ) Se -= Re, ++we <= k && !(we % 16) && Zt(pe, we);
60698
60712
  We < ut && Se & wt && (pt = _n(Xe, Se, we));
60699
60713
  }
60700
60714
  t($e.h == ie($e));
60701
60715
  }
60702
- Wt(pe, we > k ? k : we);
60716
+ Zt(pe, we > k ? k : we);
60703
60717
  break t;
60704
60718
  }
60705
60719
  !qe || $e.h && We < ot ? (qe = 0, pe.a = $e.h ? 5 : 3) : pe.$ = We, k = qe;
@@ -60716,7 +60730,7 @@ function w7(e) {
60716
60730
  }
60717
60731
  return B.nb + D * oe;
60718
60732
  }
60719
- function _i(B, k, D, V, oe, ce) {
60733
+ function Ci(B, k, D, V, oe, ce) {
60720
60734
  for (; 0 < oe--; ) {
60721
60735
  var pe, ve = B, we = k + (D ? 1 : 0), Se = B, $e = k + (D ? 0 : 3);
60722
60736
  for (pe = 0; pe < V; ++pe) {
@@ -60752,7 +60766,7 @@ function w7(e) {
60752
60766
  for (ce = 0; ce < oe; ++ce) D[V + ce] = B[k + ce] >> 8;
60753
60767
  }
60754
60768
  function zs() {
60755
- up = _i, X_ = fi, J_ = Gi, eC = Xo;
60769
+ up = Ci, X_ = fi, J_ = Gi, eC = Xo;
60756
60770
  }
60757
60771
  function Jo(B, k, D) {
60758
60772
  I[B] = function(V, oe, ce, pe, ve, we, Se, $e, Xe, Ee, Re, qe, at, We, ot, ut, wt) {
@@ -61081,7 +61095,7 @@ function w7(e) {
61081
61095
  });
61082
61096
  var le, ge = I.ColorIndexInverseTransform, _e = I.MapARGB, De = I.VP8LColorIndexInverseTransformAlpha, Fe = I.MapAlpha, He = I.VP8LPredictorsAdd = [];
61083
61097
  He.length = 16, (I.VP8LPredictors = []).length = 16, (I.VP8LPredictorsAdd_C = []).length = 16, (I.VP8LPredictors_C = []).length = 16;
61084
- var et, gt, ft, vt, Ft, Et, jt, mn, vn, an, It, Fn, xn, or, Ci, ls, nl, Vl, K_, z_, G_, Y_, W_, Z_, up, X_, J_, eC, tC = a(511), nC = a(2041), rC = a(225), iC = a(767), aC = 0, fb = nC, Zg = rC, Ws = iC, wo = tC, Xg = 0, Jg = 1, sC = 2, em = 3, tm = 4, db = 5, oC = 6, hb = 7, pb = 8, nm = 9, gb = 10, jP = [2, 3, 7], VP = [3, 3, 11], lC = [280, 256, 256, 256, 40], qP = [0, 1, 1, 1, 0], KP = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], zP = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], GP = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], YP = 8, mb = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], vb = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], cp = null, WP = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], ZP = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], AC = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], XP = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], JP = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], e$ = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], t$ = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], Nu = [], rl = [], IA = [], n$ = 1, uC = 2, Ou = [], Bo = [];
61098
+ var et, gt, ft, vt, Ft, Et, jt, mn, vn, an, It, Fn, xn, or, Si, ls, nl, Vl, K_, z_, G_, Y_, W_, Z_, up, X_, J_, eC, tC = a(511), nC = a(2041), rC = a(225), iC = a(767), aC = 0, fb = nC, Zg = rC, Ws = iC, wo = tC, Xg = 0, Jg = 1, sC = 2, em = 3, tm = 4, db = 5, oC = 6, hb = 7, pb = 8, nm = 9, gb = 10, jP = [2, 3, 7], VP = [3, 3, 11], lC = [280, 256, 256, 256, 40], qP = [0, 1, 1, 1, 0], KP = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], zP = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], GP = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], YP = 8, mb = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], vb = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], cp = null, WP = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], ZP = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], AC = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], XP = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], JP = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], e$ = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], t$ = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], Nu = [], rl = [], IA = [], n$ = 1, uC = 2, Ou = [], Bo = [];
61085
61099
  Jo("UpsampleRgbLinePair", Rl, 3), Jo("UpsampleBgrLinePair", Yi, 3), Jo("UpsampleRgbaLinePair", Wi, 4), Jo("UpsampleBgraLinePair", Iu, 4), Jo("UpsampleArgbLinePair", xs, 4), Jo("UpsampleRgba4444LinePair", Ys, 2), Jo("UpsampleRgb565LinePair", Hl, 2);
61086
61100
  var r$ = I.UpsampleRgbLinePair, i$ = I.UpsampleBgrLinePair, cC = I.UpsampleRgbaLinePair, fC = I.UpsampleBgraLinePair, dC = I.UpsampleArgbLinePair, hC = I.UpsampleRgba4444LinePair, a$ = I.UpsampleRgb565LinePair, rm = 16, im = 1 << rm - 1, fp = -227, yb = 482, s$ = 6, pC = 0, o$ = a(256), l$ = a(256), A$ = a(256), u$ = a(256), c$ = a(yb - fp), f$ = a(yb - fp);
61087
61101
  tl("YuvToRgbRow", Rl, 3), tl("YuvToBgrRow", Yi, 3), tl("YuvToRgbaRow", Wi, 4), tl("YuvToBgraRow", Iu, 4), tl("YuvToArgbRow", xs, 4), tl("YuvToRgba4444Row", Ys, 2), tl("YuvToRgb565Row", Hl, 2);
@@ -61089,14 +61103,14 @@ function w7(e) {
61089
61103
  this.WebPDecodeRGBA = function(B, k, D, V, oe) {
61090
61104
  var ce = Jg, pe = new lt(), ve = new un();
61091
61105
  pe.ba = ve, ve.S = ce, ve.width = [ve.width], ve.height = [ve.height];
61092
- var we = ve.width, Se = ve.height, $e = new Gt();
61106
+ var we = ve.width, Se = ve.height, $e = new Yt();
61093
61107
  if ($e == null || B == null) var Xe = 2;
61094
61108
  else t($e != null), Xe = LA(B, k, D, $e.width, $e.height, $e.Pd, $e.Qd, $e.format, null);
61095
61109
  if (Xe != 0 ? we = 0 : (we != null && (we[0] = $e.width[0]), Se != null && (Se[0] = $e.height[0]), we = 1), we) {
61096
61110
  ve.width = ve.width[0], ve.height = ve.height[0], V != null && (V[0] = ve.width), oe != null && (oe[0] = ve.height);
61097
61111
  e: {
61098
61112
  if (V = new bs(), (oe = new dt()).data = B, oe.w = k, oe.ha = D, oe.kd = 1, k = [0], t(oe != null), ((B = LA(oe.data, oe.w, oe.ha, null, null, null, k, null, oe)) == 0 || B == 7) && k[0] && (B = 4), (k = B) == 0) {
61099
- if (t(pe != null), V.data = oe.data, V.w = oe.w + oe.offset, V.ha = oe.ha - oe.offset, V.put = rn, V.ac = wi, V.bc = oi, V.ma = pe, oe.xa) {
61113
+ if (t(pe != null), V.data = oe.data, V.w = oe.w + oe.offset, V.ha = oe.ha - oe.offset, V.put = rn, V.ac = Bi, V.bc = oi, V.ma = pe, oe.xa) {
61100
61114
  if ((B = Rs()) == null) {
61101
61115
  pe = 1;
61102
61116
  break e;
@@ -61150,7 +61164,7 @@ function w7(e) {
61150
61164
  pe = 1;
61151
61165
  break e;
61152
61166
  }
61153
- if (B.Fa = oe.na, B.P = oe.P, B.qc = oe.Sa, Mi(B, V)) {
61167
+ if (B.Fa = oe.na, B.P = oe.P, B.qc = oe.Sa, Qi(B, V)) {
61154
61168
  if ((k = jl(V.width, V.height, pe.Oa, pe.ba)) == 0) {
61155
61169
  if (B.Aa = 0, D = pe.Oa, t((oe = B) != null), D != null) {
61156
61170
  if (0 < (we = 0 > (we = D.Md) ? 0 : 100 < we ? 255 : 255 * we / 100)) {
@@ -61162,7 +61176,7 @@ function w7(e) {
61162
61176
  (function(Ee, Re) {
61163
61177
  if (Ee == null) return 0;
61164
61178
  if (Re == null) return _r(Ee, 2, "NULL VP8Io parameter in VP8Decode().");
61165
- if (!Ee.cb && !Mi(Ee, Re)) return 0;
61179
+ if (!Ee.cb && !Qi(Ee, Re)) return 0;
61166
61180
  if (t(Ee.cb), Re.ac == null || Re.ac(Re)) {
61167
61181
  Re.ob && (Ee.L = 0);
61168
61182
  var qe = am[Ee.L];
@@ -61201,7 +61215,7 @@ function w7(e) {
61201
61215
  }
61202
61216
  Ee.Vb = ut;
61203
61217
  }
61204
- ut = Ee.Ec, wt = Ee.Fc, Ee.Ac = ut, Ee.Bc = wt, wt += at, Ee.Gd = s(ln, Dl), Ee.Hd = 0, Ee.rb = s(qt + 1, as), Ee.sb = 1, Ee.wa = Dn ? s(Dn, ci) : null, Ee.Y = 0, Ee.D.Nb = 0, Ee.D.wa = Ee.wa, Ee.D.Y = Ee.Y, 0 < Ee.Aa && (Ee.D.Y += pt), t(!0), Ee.oc = ut, Ee.pc = wt, wt += 832, Ee.ya = s(Xt, Oi), Ee.aa = 0, Ee.D.ya = Ee.ya, Ee.D.aa = Ee.aa, Ee.Aa == 2 && (Ee.D.aa += pt), Ee.R = 16 * pt, Ee.B = 8 * pt, pt = (ln = am[Ee.L]) * Ee.R, ln = ln / 2 * Ee.B, Ee.sa = ut, Ee.ta = wt + pt, Ee.qa = Ee.sa, Ee.ra = Ee.ta + 16 * qe * Ee.R + ln, Ee.Ha = Ee.qa, Ee.Ia = Ee.ra + 8 * qe * Ee.B + ln, Ee.$c = 0, wt += We, Ee.mb = ot ? ut : null, Ee.nb = ot ? wt : null, t(wt + ot <= Ee.Fc + Ee.Vb), vo(Ee), i(Ee.Ac, Ee.Bc, 0, at), qe = 1;
61218
+ ut = Ee.Ec, wt = Ee.Fc, Ee.Ac = ut, Ee.Bc = wt, wt += at, Ee.Gd = s(ln, Dl), Ee.Hd = 0, Ee.rb = s(qt + 1, as), Ee.sb = 1, Ee.wa = Dn ? s(Dn, ci) : null, Ee.Y = 0, Ee.D.Nb = 0, Ee.D.wa = Ee.wa, Ee.D.Y = Ee.Y, 0 < Ee.Aa && (Ee.D.Y += pt), t(!0), Ee.oc = ut, Ee.pc = wt, wt += 832, Ee.ya = s(Xt, Mi), Ee.aa = 0, Ee.D.ya = Ee.ya, Ee.D.aa = Ee.aa, Ee.Aa == 2 && (Ee.D.aa += pt), Ee.R = 16 * pt, Ee.B = 8 * pt, pt = (ln = am[Ee.L]) * Ee.R, ln = ln / 2 * Ee.B, Ee.sa = ut, Ee.ta = wt + pt, Ee.qa = Ee.sa, Ee.ra = Ee.ta + 16 * qe * Ee.R + ln, Ee.Ha = Ee.qa, Ee.Ia = Ee.ra + 8 * qe * Ee.B + ln, Ee.$c = 0, wt += We, Ee.mb = ot ? ut : null, Ee.nb = ot ? wt : null, t(wt + ot <= Ee.Fc + Ee.Vb), vo(Ee), i(Ee.Ac, Ee.Bc, 0, at), qe = 1;
61205
61219
  }
61206
61220
  }
61207
61221
  if (qe) {
@@ -61212,14 +61226,14 @@ function w7(e) {
61212
61226
  for (qe = -255; 510 >= qe; ++qe) iC[255 + qe] = 0 > qe ? 0 : 255 < qe ? 255 : qe;
61213
61227
  aC = 1;
61214
61228
  }
61215
- jt = Qi, mn = qs, an = Ma, It = ss, Fn = qi, vn = sa, xn = Sr, or = zi, Ci = se, ls = Ce, nl = Bs, Vl = O, K_ = Pe, z_ = Ve, G_ = bn, Y_ = ei, W_ = xi, Z_ = Rr, rl[0] = $l, rl[1] = CA, rl[2] = ws, rl[3] = bo, rl[4] = wa, rl[5] = Zo, rl[6] = Ba, rl[7] = xa, rl[8] = _a, rl[9] = Ks, Nu[0] = Pl, Nu[1] = SA, Nu[2] = Go, Nu[3] = Yo, Nu[4] = Nr, Nu[5] = yo, Nu[6] = Wo, IA[0] = me, IA[1] = ba, IA[2] = Qa, IA[3] = EA, IA[4] = tt, IA[5] = Qe, IA[6] = pn, qe = 1;
61229
+ jt = Di, mn = qs, an = Ma, It = ss, Fn = qi, vn = sa, xn = Sr, or = zi, Si = se, ls = Ce, nl = Bs, Vl = O, K_ = Pe, z_ = Ve, G_ = bn, Y_ = ei, W_ = _i, Z_ = Rr, rl[0] = $l, rl[1] = CA, rl[2] = ws, rl[3] = bo, rl[4] = wa, rl[5] = Zo, rl[6] = Ba, rl[7] = xa, rl[8] = _a, rl[9] = Ks, Nu[0] = Pl, Nu[1] = SA, Nu[2] = Go, Nu[3] = Yo, Nu[4] = Nr, Nu[5] = yo, Nu[6] = Wo, IA[0] = me, IA[1] = ba, IA[2] = Qa, IA[3] = EA, IA[4] = tt, IA[5] = Qe, IA[6] = pn, qe = 1;
61216
61230
  } else qe = 0;
61217
61231
  }
61218
61232
  qe && (qe = function(tr, Zi) {
61219
61233
  for (tr.M = 0; tr.M < tr.Va; ++tr.M) {
61220
- var Pn, Jt = tr.Jc[tr.M & tr.Xb], kt = tr.m, Si = tr;
61221
- for (Pn = 0; Pn < Si.za; ++Pn) {
61222
- var Ln = kt, ar = Si, zr = ar.Ac, Ca = ar.Bc + 4 * Pn, As = ar.zc, di = ar.ya[ar.aa + Pn];
61234
+ var Pn, Jt = tr.Jc[tr.M & tr.Xb], kt = tr.m, Ei = tr;
61235
+ for (Pn = 0; Pn < Ei.za; ++Pn) {
61236
+ var Ln = kt, ar = Ei, zr = ar.Ac, Ca = ar.Bc + 4 * Pn, As = ar.zc, di = ar.ya[ar.aa + Pn];
61223
61237
  if (ar.Qa.Bb ? di.$b = ke(Ln, ar.Pa.jb[0]) ? 2 + ke(Ln, ar.Pa.jb[2]) : ke(Ln, ar.Pa.jb[1]) : di.$b = 0, ar.kc && (di.Ad = ke(Ln, ar.Bd)), di.Za = !ke(Ln, 145) + 0, di.Za) {
61224
61238
  var Da = di.Ob, us = 0;
61225
61239
  for (ar = 0; 4 > ar; ++ar) {
@@ -61234,16 +61248,16 @@ function w7(e) {
61234
61248
  } else lr = ke(Ln, 156) ? ke(Ln, 128) ? 1 : 3 : ke(Ln, 163) ? 2 : 0, di.Ob[0] = lr, i(zr, Ca, lr, 4), i(As, 0, lr, 4);
61235
61249
  di.Dd = ke(Ln, 142) ? ke(Ln, 114) ? ke(Ln, 183) ? 1 : 3 : 2 : 0;
61236
61250
  }
61237
- if (Si.m.Ka) return _r(tr, 7, "Premature end-of-partition0 encountered.");
61251
+ if (Ei.m.Ka) return _r(tr, 7, "Premature end-of-partition0 encountered.");
61238
61252
  for (; tr.ja < tr.za; ++tr.ja) {
61239
- if (Si = Jt, Ln = (kt = tr).rb[kt.sb - 1], zr = kt.rb[kt.sb + kt.ja], Pn = kt.ya[kt.aa + kt.ja], Ca = kt.kc ? Pn.Ad : 0) Ln.la = zr.la = 0, Pn.Za || (Ln.Na = zr.Na = 0), Pn.Hc = 0, Pn.Gc = 0, Pn.ia = 0;
61253
+ if (Ei = Jt, Ln = (kt = tr).rb[kt.sb - 1], zr = kt.rb[kt.sb + kt.ja], Pn = kt.ya[kt.aa + kt.ja], Ca = kt.kc ? Pn.Ad : 0) Ln.la = zr.la = 0, Pn.Za || (Ln.Na = zr.Na = 0), Pn.Hc = 0, Pn.Gc = 0, Pn.ia = 0;
61240
61254
  else {
61241
61255
  var hi, kr;
61242
- if (Ln = zr, zr = Si, Ca = kt.Pa.Xc, As = kt.ya[kt.aa + kt.ja], di = kt.pb[As.$b], ar = As.ad, Da = 0, us = kt.rb[kt.sb - 1], lr = Xi = 0, i(ar, Da, 0, 384), As.Za) var Sa = 0, il = Ca[3];
61256
+ if (Ln = zr, zr = Ei, Ca = kt.Pa.Xc, As = kt.ya[kt.aa + kt.ja], di = kt.pb[As.$b], ar = As.ad, Da = 0, us = kt.rb[kt.sb - 1], lr = Xi = 0, i(ar, Da, 0, 384), As.Za) var Sa = 0, il = Ca[3];
61243
61257
  else {
61244
61258
  Er = a(16);
61245
- var Ei = Ln.Na + us.Na;
61246
- if (Ei = cp(zr, Ca[1], Ei, di.Eb, 0, Er, 0), Ln.Na = us.Na = (0 < Ei) + 0, 1 < Ei) jt(Er, 0, ar, Da);
61259
+ var ki = Ln.Na + us.Na;
61260
+ if (ki = cp(zr, Ca[1], ki, di.Eb, 0, Er, 0), Ln.Na = us.Na = (0 < ki) + 0, 1 < ki) jt(Er, 0, ar, Da);
61247
61261
  else {
61248
61262
  var Cs = Er[0] + 3 >> 3;
61249
61263
  for (Er = 0; 256 > Er; Er += 16) ar[Da + Er] = Cs;
@@ -61253,42 +61267,42 @@ function w7(e) {
61253
61267
  var Or = 15 & Ln.la, Ji = 15 & us.la;
61254
61268
  for (Er = 0; 4 > Er; ++Er) {
61255
61269
  var Zs = 1 & Ji;
61256
- for (Cs = kr = 0; 4 > Cs; ++Cs) Or = Or >> 1 | (Zs = (Ei = cp(zr, il, Ei = Zs + (1 & Or), di.Sc, Sa, ar, Da)) > Sa) << 7, kr = kr << 2 | (3 < Ei ? 3 : 1 < Ei ? 2 : ar[Da + 0] != 0), Da += 16;
61270
+ for (Cs = kr = 0; 4 > Cs; ++Cs) Or = Or >> 1 | (Zs = (ki = cp(zr, il, ki = Zs + (1 & Or), di.Sc, Sa, ar, Da)) > Sa) << 7, kr = kr << 2 | (3 < ki ? 3 : 1 < ki ? 2 : ar[Da + 0] != 0), Da += 16;
61257
61271
  Or >>= 4, Ji = Ji >> 1 | Zs << 7, Xi = (Xi << 8 | kr) >>> 0;
61258
61272
  }
61259
61273
  for (il = Or, Sa = Ji >> 4, hi = 0; 4 > hi; hi += 2) {
61260
61274
  for (kr = 0, Or = Ln.la >> 4 + hi, Ji = us.la >> 4 + hi, Er = 0; 2 > Er; ++Er) {
61261
- for (Zs = 1 & Ji, Cs = 0; 2 > Cs; ++Cs) Ei = Zs + (1 & Or), Or = Or >> 1 | (Zs = 0 < (Ei = cp(zr, Ca[2], Ei, di.Qc, 0, ar, Da))) << 3, kr = kr << 2 | (3 < Ei ? 3 : 1 < Ei ? 2 : ar[Da + 0] != 0), Da += 16;
61275
+ for (Zs = 1 & Ji, Cs = 0; 2 > Cs; ++Cs) ki = Zs + (1 & Or), Or = Or >> 1 | (Zs = 0 < (ki = cp(zr, Ca[2], ki, di.Qc, 0, ar, Da))) << 3, kr = kr << 2 | (3 < ki ? 3 : 1 < ki ? 2 : ar[Da + 0] != 0), Da += 16;
61262
61276
  Or >>= 2, Ji = Ji >> 1 | Zs << 5;
61263
61277
  }
61264
61278
  lr |= kr << 4 * hi, il |= Or << 4 << hi, Sa |= (240 & Ji) << hi;
61265
61279
  }
61266
61280
  Ln.la = il, us.la = Sa, As.Hc = Xi, As.Gc = lr, As.ia = 43690 & lr ? 0 : di.ia, Ca = !(Xi | lr);
61267
61281
  }
61268
- if (0 < kt.L && (kt.wa[kt.Y + kt.ja] = kt.gd[Pn.$b][Pn.Za], kt.wa[kt.Y + kt.ja].La |= !Ca), Si.Ka) return _r(tr, 7, "Premature end-of-file encountered.");
61282
+ if (0 < kt.L && (kt.wa[kt.Y + kt.ja] = kt.gd[Pn.$b][Pn.Za], kt.wa[kt.Y + kt.ja].La |= !Ca), Ei.Ka) return _r(tr, 7, "Premature end-of-file encountered.");
61269
61283
  }
61270
- if (vo(tr), kt = Zi, Si = 1, Pn = (Jt = tr).D, Ln = 0 < Jt.L && Jt.M >= Jt.zb && Jt.M <= Jt.Va, Jt.Aa == 0) t: {
61271
- if (Pn.M = Jt.M, Pn.uc = Ln, _s(Jt, Pn), Si = 1, Pn = (kr = Jt.D).Nb, Ln = (lr = am[Jt.L]) * Jt.R, zr = lr / 2 * Jt.B, Er = 16 * Pn * Jt.R, Cs = 8 * Pn * Jt.B, Ca = Jt.sa, As = Jt.ta - Ln + Er, di = Jt.qa, ar = Jt.ra - zr + Cs, Da = Jt.Ha, us = Jt.Ia - zr + Cs, Ji = (Or = kr.M) == 0, Xi = Or >= Jt.Va - 1, Jt.Aa == 2 && _s(Jt, kr), kr.uc) for (Zs = (Ei = Jt).D.M, t(Ei.D.uc), kr = Ei.yb; kr < Ei.Hb; ++kr) {
61284
+ if (vo(tr), kt = Zi, Ei = 1, Pn = (Jt = tr).D, Ln = 0 < Jt.L && Jt.M >= Jt.zb && Jt.M <= Jt.Va, Jt.Aa == 0) t: {
61285
+ if (Pn.M = Jt.M, Pn.uc = Ln, _s(Jt, Pn), Ei = 1, Pn = (kr = Jt.D).Nb, Ln = (lr = am[Jt.L]) * Jt.R, zr = lr / 2 * Jt.B, Er = 16 * Pn * Jt.R, Cs = 8 * Pn * Jt.B, Ca = Jt.sa, As = Jt.ta - Ln + Er, di = Jt.qa, ar = Jt.ra - zr + Cs, Da = Jt.Ha, us = Jt.Ia - zr + Cs, Ji = (Or = kr.M) == 0, Xi = Or >= Jt.Va - 1, Jt.Aa == 2 && _s(Jt, kr), kr.uc) for (Zs = (ki = Jt).D.M, t(ki.D.uc), kr = ki.yb; kr < ki.Hb; ++kr) {
61272
61286
  Sa = kr, il = Zs;
61273
- var cs = (Xs = (Ea = Ei).D).Nb;
61287
+ var cs = (Xs = (Ea = ki).D).Nb;
61274
61288
  hi = Ea.R;
61275
61289
  var Xs = Xs.wa[Xs.Y + Sa], Js = Ea.sa, Ss = Ea.ta + 16 * cs * hi + 16 * Sa, eo = Xs.dd, jr = Xs.tc;
61276
61290
  if (jr != 0) if (t(3 <= jr), Ea.L == 1) 0 < Sa && Y_(Js, Ss, hi, jr + 4), Xs.La && Z_(Js, Ss, hi, jr), 0 < il && G_(Js, Ss, hi, jr + 4), Xs.La && W_(Js, Ss, hi, jr);
61277
61291
  else {
61278
61292
  var to = Ea.B, al = Ea.qa, Wc = Ea.ra + 8 * cs * to + 8 * Sa, TA = Ea.Ha, Ea = Ea.Ia + 8 * cs * to + 8 * Sa;
61279
- cs = Xs.ld, 0 < Sa && (or(Js, Ss, hi, jr + 4, eo, cs), ls(al, Wc, TA, Ea, to, jr + 4, eo, cs)), Xs.La && (Vl(Js, Ss, hi, jr, eo, cs), z_(al, Wc, TA, Ea, to, jr, eo, cs)), 0 < il && (xn(Js, Ss, hi, jr + 4, eo, cs), Ci(al, Wc, TA, Ea, to, jr + 4, eo, cs)), Xs.La && (nl(Js, Ss, hi, jr, eo, cs), K_(al, Wc, TA, Ea, to, jr, eo, cs));
61293
+ cs = Xs.ld, 0 < Sa && (or(Js, Ss, hi, jr + 4, eo, cs), ls(al, Wc, TA, Ea, to, jr + 4, eo, cs)), Xs.La && (Vl(Js, Ss, hi, jr, eo, cs), z_(al, Wc, TA, Ea, to, jr, eo, cs)), 0 < il && (xn(Js, Ss, hi, jr + 4, eo, cs), Si(al, Wc, TA, Ea, to, jr + 4, eo, cs)), Xs.La && (nl(Js, Ss, hi, jr, eo, cs), K_(al, Wc, TA, Ea, to, jr, eo, cs));
61280
61294
  }
61281
61295
  }
61282
61296
  if (Jt.ia && alert("todo:DitherRow"), kt.put != null) {
61283
61297
  if (kr = 16 * Or, Or = 16 * (Or + 1), Ji ? (kt.y = Jt.sa, kt.O = Jt.ta + Er, kt.f = Jt.qa, kt.N = Jt.ra + Cs, kt.ea = Jt.Ha, kt.W = Jt.Ia + Cs) : (kr -= lr, kt.y = Ca, kt.O = As, kt.f = di, kt.N = ar, kt.ea = Da, kt.W = us), Xi || (Or -= lr), Or > kt.o && (Or = kt.o), kt.F = null, kt.J = null, Jt.Fa != null && 0 < Jt.Fa.length && kr < Or && (kt.J = fr(Jt, kt, kr, Or - kr), kt.F = Jt.mb, kt.F == null && kt.F.length == 0)) {
61284
- Si = _r(Jt, 3, "Could not decode alpha data.");
61298
+ Ei = _r(Jt, 3, "Could not decode alpha data.");
61285
61299
  break t;
61286
61300
  }
61287
- kr < kt.j && (lr = kt.j - kr, kr = kt.j, t(!(1 & lr)), kt.O += Jt.R * lr, kt.N += Jt.B * (lr >> 1), kt.W += Jt.B * (lr >> 1), kt.F != null && (kt.J += kt.width * lr)), kr < Or && (kt.O += kt.v, kt.N += kt.v >> 1, kt.W += kt.v >> 1, kt.F != null && (kt.J += kt.v), kt.ka = kr - kt.j, kt.U = kt.va - kt.v, kt.T = Or - kr, Si = kt.put(kt));
61301
+ kr < kt.j && (lr = kt.j - kr, kr = kt.j, t(!(1 & lr)), kt.O += Jt.R * lr, kt.N += Jt.B * (lr >> 1), kt.W += Jt.B * (lr >> 1), kt.F != null && (kt.J += kt.width * lr)), kr < Or && (kt.O += kt.v, kt.N += kt.v >> 1, kt.W += kt.v >> 1, kt.F != null && (kt.J += kt.v), kt.ka = kr - kt.j, kt.U = kt.va - kt.v, kt.T = Or - kr, Ei = kt.put(kt));
61288
61302
  }
61289
61303
  Pn + 1 != Jt.Ic || Xi || (r(Jt.sa, Jt.ta - Ln, Ca, As + 16 * Jt.R, Ln), r(Jt.qa, Jt.ra - zr, di, ar + 8 * Jt.B, zr), r(Jt.Ha, Jt.Ia - zr, Da, us + 8 * Jt.B, zr));
61290
61304
  }
61291
- if (!Si) return _r(tr, 6, "Output aborted.");
61305
+ if (!Ei) return _r(tr, 6, "Output aborted.");
61292
61306
  }
61293
61307
  return 1;
61294
61308
  }(Ee, Re)), Re.bc != null && Re.bc(Re), qe &= 1;
@@ -61503,7 +61517,7 @@ function w7(e) {
61503
61517
  var Le = he[6], Oe = /^([.\d]+)((?:%|in|[cem]m|ex|p[ctx]))$/i.exec(ae)[2];
61504
61518
  ae = Math.floor(Oe === "px" ? parseFloat(ae) * this.pdf.internal.scaleFactor : Oe === "em" ? parseFloat(ae) * this.pdf.getFontSize() : parseFloat(ae) * this.pdf.internal.scaleFactor), this.pdf.setFontSize(ae);
61505
61519
  var Ue = function(St) {
61506
- var Gn, Dt, zt = [], Vt = St.trim();
61520
+ var Gn, Dt, Gt = [], Vt = St.trim();
61507
61521
  if (Vt === "") return T5;
61508
61522
  if (Vt in s7) return [s7[Vt]];
61509
61523
  for (; Vt !== ""; ) {
@@ -61515,15 +61529,15 @@ function w7(e) {
61515
61529
  default:
61516
61530
  Dt = W8e(Vt);
61517
61531
  }
61518
- if (Dt === null || (zt.push(Dt[0]), (Vt = l7(Dt[1])) !== "" && Vt.charAt(0) !== ",")) return T5;
61532
+ if (Dt === null || (Gt.push(Dt[0]), (Vt = l7(Dt[1])) !== "" && Vt.charAt(0) !== ",")) return T5;
61519
61533
  Vt = Vt.replace(/^,/, "");
61520
61534
  }
61521
- return zt;
61535
+ return Gt;
61522
61536
  }(Le);
61523
61537
  if (this.fontFaces) {
61524
61538
  var Ke = function(St, Gn) {
61525
- var Dt = St.getFontList(), zt = JSON.stringify(Dt);
61526
- if (Ie === null || je !== zt) {
61539
+ var Dt = St.getFontList(), Gt = JSON.stringify(Dt);
61540
+ if (Ie === null || je !== Gt) {
61527
61541
  var Vt = function(Sn) {
61528
61542
  var Ht = [];
61529
61543
  return Object.keys(Sn).forEach(function(In) {
@@ -61549,26 +61563,26 @@ function w7(e) {
61549
61563
  }(Dt);
61550
61564
  Ie = function(Sn) {
61551
61565
  for (var Ht = {}, In = 0; In < Sn.length; ++In) {
61552
- var Nt = I5(Sn[In]), nn = Nt.family, Zn = Nt.stretch, un = Nt.style, Gt = Nt.weight;
61553
- Ht[nn] = Ht[nn] || {}, Ht[nn][Zn] = Ht[nn][Zn] || {}, Ht[nn][Zn][un] = Ht[nn][Zn][un] || {}, Ht[nn][Zn][un][Gt] = Nt;
61566
+ var Nt = I5(Sn[In]), nn = Nt.family, Zn = Nt.stretch, un = Nt.style, Yt = Nt.weight;
61567
+ Ht[nn] = Ht[nn] || {}, Ht[nn][Zn] = Ht[nn][Zn] || {}, Ht[nn][Zn][un] = Ht[nn][Zn][un] || {}, Ht[nn][Zn][un][Yt] = Nt;
61554
61568
  }
61555
61569
  return Ht;
61556
- }(Vt.concat(Gn)), je = zt;
61570
+ }(Vt.concat(Gn)), je = Gt;
61557
61571
  }
61558
61572
  return Ie;
61559
61573
  }(this.pdf, this.fontFaces), Ze = Ue.map(function(St) {
61560
61574
  return { family: St, stretch: "normal", weight: W, style: X };
61561
61575
  }), Ye = function(St, Gn, Dt) {
61562
- for (var zt = (Dt = Dt || {}).defaultFontFamily || "times", Vt = Object.assign({}, G8e, Dt.genericFontFamilies || {}), Sn = null, Ht = null, In = 0; In < Gn.length; ++In) if (Vt[(Sn = I5(Gn[In])).family] && (Sn.family = Vt[Sn.family]), St.hasOwnProperty(Sn.family)) {
61576
+ for (var Gt = (Dt = Dt || {}).defaultFontFamily || "times", Vt = Object.assign({}, G8e, Dt.genericFontFamilies || {}), Sn = null, Ht = null, In = 0; In < Gn.length; ++In) if (Vt[(Sn = I5(Gn[In])).family] && (Sn.family = Vt[Sn.family]), St.hasOwnProperty(Sn.family)) {
61563
61577
  Ht = St[Sn.family];
61564
61578
  break;
61565
61579
  }
61566
- if (!(Ht = Ht || St[zt])) throw new Error("Could not find a font-family for the rule '" + o7(Sn) + "' and default family '" + zt + "'.");
61580
+ if (!(Ht = Ht || St[Gt])) throw new Error("Could not find a font-family for the rule '" + o7(Sn) + "' and default family '" + Gt + "'.");
61567
61581
  if (Ht = function(Nt, nn) {
61568
61582
  if (nn[Nt]) return nn[Nt];
61569
- var Zn = s4[Nt], un = Zn <= s4.normal ? -1 : 1, Gt = a7(nn, DP, Zn, un);
61570
- if (!Gt) throw new Error("Could not find a matching font-stretch value for " + Nt);
61571
- return Gt;
61583
+ var Zn = s4[Nt], un = Zn <= s4.normal ? -1 : 1, Yt = a7(nn, DP, Zn, un);
61584
+ if (!Yt) throw new Error("Could not find a matching font-stretch value for " + Nt);
61585
+ return Yt;
61572
61586
  }(Sn.stretch, Ht), Ht = function(Nt, nn) {
61573
61587
  if (nn[Nt]) return nn[Nt];
61574
61588
  for (var Zn = QP[Nt], un = 0; un < Zn.length; ++un) if (nn[Zn[un]]) return nn[Zn[un]];
@@ -61787,8 +61801,8 @@ function w7(e) {
61787
61801
  }
61788
61802
  var Dt = JSON.parse(JSON.stringify(ae));
61789
61803
  Dt = m([Dt], this.posX + this.margin[3], -St + _t + this.ctx.prevPageLastElemOffset)[0];
61790
- var zt = (ht > Ze || ht < Ye) && h.call(this);
61791
- zt && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], Lt, Ut, null).clip().discardPath()), this.pdf.addImage(M, "JPEG", Dt.x, Dt.y, Dt.w, Dt.h, null, null, X), zt && this.pdf.restoreGraphicsState();
61804
+ var Gt = (ht > Ze || ht < Ye) && h.call(this);
61805
+ Gt && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], Lt, Ut, null).clip().discardPath()), this.pdf.addImage(M, "JPEG", Dt.x, Dt.y, Dt.w, Dt.h, null, null, X), Gt && this.pdf.restoreGraphicsState();
61792
61806
  }
61793
61807
  } else this.pdf.addImage(M, "JPEG", ae.x, ae.y, ae.w, ae.h, null, null, X);
61794
61808
  };
@@ -62822,7 +62836,7 @@ function(e) {
62822
62836
  var A = l.getContext("2d");
62823
62837
  A.fillStyle = "#fff", A.fillRect(0, 0, l.width, l.height);
62824
62838
  var u = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, d = this;
62825
- return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-Ch4i5FrM.mjs")).catch(function(f) {
62839
+ return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-C94FYv2E.mjs")).catch(function(f) {
62826
62840
  return Promise.reject(new Error("Could not load canvg: " + f));
62827
62841
  }).then(function(f) {
62828
62842
  return f.default ? f.default : f;
@@ -63886,7 +63900,7 @@ export {
63886
63900
  ite as ak,
63887
63901
  q2 as al,
63888
63902
  fa as am,
63889
- mi as an,
63903
+ vi as an,
63890
63904
  BEe as ao,
63891
63905
  xEe as ap,
63892
63906
  bL as aq,