fluency-v8-components 1.5.7 → 1.5.9

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]]) {
@@ -27085,15 +27085,18 @@ const TEe = /* @__PURE__ */ yr(cle, [["render", hle]]), ple = { class: "py-1" },
27085
27085
  default: !1
27086
27086
  }
27087
27087
  },
27088
- setup(e) {
27089
- return (t, n) => (K(), de("div", Ble, [
27088
+ emits: ["panel"],
27089
+ setup(e, { emit: t }) {
27090
+ const n = t;
27091
+ return (r, i) => (K(), de("div", Ble, [
27090
27092
  fe(H1, {
27091
- class: st(["md:w-1/3", { "dark:bg-black": e.shadow }])
27093
+ class: st(["md:w-1/3", { "dark:bg-black": e.shadow }]),
27094
+ onClick: i[0] || (i[0] = (a) => n("panel", 1))
27092
27095
  }, {
27093
27096
  default: Ne(() => [
27094
27097
  q("div", xle, [
27095
27098
  q("div", _le, [
27096
- dn(t.$slots, "firstPanelIcon"),
27099
+ dn(r.$slots, "firstPanelIcon"),
27097
27100
  q("div", Cle, Ge(e.firstPanelValue), 1)
27098
27101
  ]),
27099
27102
  q("div", Sle, Ge(e.firstPanelName), 1)
@@ -27102,12 +27105,13 @@ const TEe = /* @__PURE__ */ yr(cle, [["render", hle]]), ple = { class: "py-1" },
27102
27105
  _: 3
27103
27106
  }, 8, ["class"]),
27104
27107
  fe(H1, {
27105
- class: st(["md:w-1/3", { "dark:bg-black": e.shadow }])
27108
+ class: st(["md:w-1/3", { "dark:bg-black": e.shadow }]),
27109
+ onClick: i[1] || (i[1] = (a) => n("panel", 2))
27106
27110
  }, {
27107
27111
  default: Ne(() => [
27108
27112
  q("div", Ele, [
27109
27113
  q("div", kle, [
27110
- dn(t.$slots, "secondPanelIcon"),
27114
+ dn(r.$slots, "secondPanelIcon"),
27111
27115
  q("div", Fle, Ge(e.secondPanelValue), 1)
27112
27116
  ]),
27113
27117
  q("div", Lle, Ge(e.secondPanelName), 1)
@@ -27116,12 +27120,13 @@ const TEe = /* @__PURE__ */ yr(cle, [["render", hle]]), ple = { class: "py-1" },
27116
27120
  _: 3
27117
27121
  }, 8, ["class"]),
27118
27122
  fe(H1, {
27119
- class: st(["md:w-1/3", { "dark:bg-black": e.shadow }])
27123
+ class: st(["md:w-1/3", { "dark:bg-black": e.shadow }]),
27124
+ onClick: i[2] || (i[2] = (a) => n("panel", 3))
27120
27125
  }, {
27121
27126
  default: Ne(() => [
27122
27127
  q("div", Ule, [
27123
27128
  q("div", Ile, [
27124
- dn(t.$slots, "thirdPanelIcon"),
27129
+ dn(r.$slots, "thirdPanelIcon"),
27125
27130
  q("div", Tle, Ge(e.thirdPanelValue), 1)
27126
27131
  ]),
27127
27132
  q("div", Nle, Ge(e.thirdPanelName), 1)
@@ -27233,7 +27238,7 @@ function aT(e, t) {
27233
27238
  const n = iT(e, t);
27234
27239
  return n && Math.sqrt(n);
27235
27240
  }
27236
- function Ni(e, t) {
27241
+ function Oi(e, t) {
27237
27242
  let n, r;
27238
27243
  if (t === void 0)
27239
27244
  for (const i of e)
@@ -28272,7 +28277,7 @@ gs.prototype = _g.prototype = {
28272
28277
  dispatch: Vue,
28273
28278
  [Symbol.iterator]: que
28274
28279
  };
28275
- function Zt(e) {
28280
+ function zt(e) {
28276
28281
  return typeof e == "string" ? new gs([[document.querySelector(e)]], [document.documentElement]) : new gs([[e]], v3);
28277
28282
  }
28278
28283
  function zue(e) {
@@ -28302,11 +28307,11 @@ function kB(e) {
28302
28307
  e.preventDefault(), e.stopImmediatePropagation();
28303
28308
  }
28304
28309
  function Gue(e) {
28305
- var t = e.document.documentElement, n = Zt(e).on("dragstart.drag", kB, EB);
28310
+ var t = e.document.documentElement, n = zt(e).on("dragstart.drag", kB, EB);
28306
28311
  "onselectstart" in t ? n.on("selectstart.drag", kB, EB) : (t.__noselect = t.style.MozUserSelect, t.style.MozUserSelect = "none");
28307
28312
  }
28308
28313
  function Yue(e, t) {
28309
- var n = e.document.documentElement, r = Zt(e).on("dragstart.drag", null);
28314
+ var n = e.document.documentElement, r = zt(e).on("dragstart.drag", null);
28310
28315
  t && (r.on("click.drag", kB, EB), setTimeout(function() {
28311
28316
  r.on("click.drag", null);
28312
28317
  }, 0)), "onselectstart" in n ? r.on("selectstart.drag", null) : (n.style.MozUserSelect = n.__noselect, delete n.__noselect);
@@ -29645,7 +29650,7 @@ function Xfe(e) {
29645
29650
  var v = g.property("__brush", h).selectAll(".overlay").data([DB("overlay")]);
29646
29651
  v.enter().append("rect").attr("class", "overlay").attr("pointer-events", "all").attr("cursor", DA.overlay).merge(v).each(function() {
29647
29652
  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]);
29653
+ 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
29654
  }), 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
29655
  var m = g.selectAll(".handle").data(e.handles, function(y) {
29651
29656
  return y.type;
@@ -29675,7 +29680,7 @@ function Xfe(e) {
29675
29680
  l.move(g, null, v);
29676
29681
  };
29677
29682
  function A() {
29678
- var g = Zt(this), v = Aw(this).selection;
29683
+ var g = zt(this), v = Aw(this).selection;
29679
29684
  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
29685
  return m.type[m.type.length - 1] === "e" ? v[1][0] - s / 2 : v[0][0] - s / 2;
29681
29686
  }).attr("y", function(m) {
@@ -29707,7 +29712,7 @@ function Xfe(e) {
29707
29712
  return --this.active === 0 && (delete this.state.emitter, this.emit("end", g, v)), this;
29708
29713
  },
29709
29714
  emit: function(g, v, m) {
29710
- var y = Zt(this.that).datum();
29715
+ var y = zt(this.that).datum();
29711
29716
  a.call(
29712
29717
  g,
29713
29718
  this.that,
@@ -29743,11 +29748,11 @@ function Xfe(e) {
29743
29748
  } else
29744
29749
  $ = F[0][0], N = F[0][1], z = F[1][0], re = F[1][1];
29745
29750
  S = $, L = N, Y = z, Ae = re;
29746
- var ue = Zt(v).attr("pointer-events", "none"), ke = ue.selectAll(".overlay").attr("cursor", DA[m]);
29751
+ var ue = zt(v).attr("pointer-events", "none"), ke = ue.selectAll(".overlay").attr("cursor", DA[m]);
29747
29752
  if (g.touches)
29748
29753
  Be.moved = Ie, Be.ended = R;
29749
29754
  else {
29750
- var Te = Zt(g.view).on("mousemove.brush", Ie, !0).on("mouseup.brush", R, !0);
29755
+ var Te = zt(g.view).on("mousemove.brush", Ie, !0).on("mouseup.brush", R, !0);
29751
29756
  i && Te.on("keydown.brush", ee, !0).on("keyup.brush", he, !0), Gue(g.view);
29752
29757
  }
29753
29758
  A.call(v), Be.start(g, y.name);
@@ -30095,14 +30100,14 @@ function ude(e, t) {
30095
30100
  function cde(e, t) {
30096
30101
  return e = Math.abs(e), t = Math.abs(t) - e, Math.max(0, Lh(t) - Lh(e)) + 1;
30097
30102
  }
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) {
30103
+ 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
30104
  return e > 0 ? 1 : e < 0 ? -1 : 0;
30100
30105
  }, Qs = Math.sqrt, k3 = Math.tan;
30101
30106
  function rN(e) {
30102
30107
  return e > 1 ? 0 : e < -1 ? Yn : Math.acos(e);
30103
30108
  }
30104
30109
  function Ho(e) {
30105
- return e > 1 ? yi : e < -1 ? -yi : Math.asin(e);
30110
+ return e > 1 ? bi : e < -1 ? -bi : Math.asin(e);
30106
30111
  }
30107
30112
  function Mo() {
30108
30113
  }
@@ -30220,12 +30225,12 @@ function Z8(e, t) {
30220
30225
  }, s;
30221
30226
  }
30222
30227
  function fde(e) {
30223
- e = iN(e[0] * gi, e[1] * gi, e.length > 2 ? e[2] * gi : 0);
30228
+ e = iN(e[0] * mi, e[1] * mi, e.length > 2 ? e[2] * mi : 0);
30224
30229
  function t(n) {
30225
- return n = e(n[0] * gi, n[1] * gi), n[0] *= ds, n[1] *= ds, n;
30230
+ return n = e(n[0] * mi, n[1] * mi), n[0] *= ds, n[1] *= ds, n;
30226
30231
  }
30227
30232
  return t.invert = function(n) {
30228
- return n = e.invert(n[0] * gi, n[1] * gi), n[0] *= ds, n[1] *= ds, n;
30233
+ return n = e.invert(n[0] * mi, n[1] * mi), n[0] *= ds, n[1] *= ds, n;
30229
30234
  }, t;
30230
30235
  }
30231
30236
  function dde(e, t, n, r, i, a) {
@@ -30319,7 +30324,7 @@ function fw(e) {
30319
30324
  }
30320
30325
  function hde(e, t) {
30321
30326
  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);
30327
+ i === 1 ? r = bi + Hn : i === -1 && (r = -bi - Hn);
30323
30328
  for (var A = 0, u = e.length; A < u; ++A)
30324
30329
  if (f = (d = e[A]).length)
30325
30330
  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 +30397,7 @@ function pde(e) {
30392
30397
  return e.length > 1;
30393
30398
  }
30394
30399
  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]);
30400
+ 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
30401
  }
30397
30402
  const eS = oN(
30398
30403
  function() {
@@ -30400,7 +30405,7 @@ const eS = oN(
30400
30405
  },
30401
30406
  mde,
30402
30407
  yde,
30403
- [-Yn, -yi]
30408
+ [-Yn, -bi]
30404
30409
  );
30405
30410
  function mde(e) {
30406
30411
  var t = NaN, n = NaN, r = NaN, i;
@@ -30410,7 +30415,7 @@ function mde(e) {
30410
30415
  },
30411
30416
  point: function(a, s) {
30412
30417
  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;
30418
+ 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
30419
  },
30415
30420
  lineEnd: function() {
30416
30421
  e.lineEnd(), t = n = NaN;
@@ -30427,7 +30432,7 @@ function vde(e, t, n, r) {
30427
30432
  function yde(e, t, n, r) {
30428
30433
  var i;
30429
30434
  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);
30435
+ 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
30436
  else if (Lr(e[0] - t[0]) > Hn) {
30432
30437
  var a = e[0] < t[0] ? Yn : -Yn;
30433
30438
  i = n * a / 2, r.point(-a, i), r.point(0, i), r.point(a, i);
@@ -30435,7 +30440,7 @@ function yde(e, t, n, r) {
30435
30440
  r.point(t[0], t[1]);
30436
30441
  }
30437
30442
  function bde(e) {
30438
- var t = Kn(e), n = 2 * gi, r = t > 0, i = Lr(t) > Hn;
30443
+ var t = Kn(e), n = 2 * mi, r = t > 0, i = Lr(t) > Hn;
30439
30444
  function a(u, d, f, c) {
30440
30445
  dde(c, e, n, f, u, d);
30441
30446
  }
@@ -30905,7 +30910,7 @@ function BN(e, t, n) {
30905
30910
  e.scale(150 * a).translate([s, o]);
30906
30911
  }, n);
30907
30912
  }
30908
- var oS = 16, Tde = Kn(30 * gi);
30913
+ var oS = 16, Tde = Kn(30 * mi);
30909
30914
  function lS(e, t) {
30910
30915
  return +t ? Ode(e, t) : Nde(e);
30911
30916
  }
@@ -30963,7 +30968,7 @@ function Ode(e, t) {
30963
30968
  }
30964
30969
  var Mde = Fy({
30965
30970
  point: function(e, t) {
30966
- this.stream.point(e * gi, t * gi);
30971
+ this.stream.point(e * mi, t * mi);
30967
30972
  }
30968
30973
  });
30969
30974
  function Qde(e) {
@@ -31000,7 +31005,7 @@ function Qc(e) {
31000
31005
  function xN(e) {
31001
31006
  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
31007
  function S(P) {
31003
- return F(P[0] * gi, P[1] * gi);
31008
+ return F(P[0] * mi, P[1] * mi);
31004
31009
  }
31005
31010
  function T(P) {
31006
31011
  return P = F.invert(P[0], P[1]), P && [P[0] * ds, P[1] * ds];
@@ -31012,7 +31017,7 @@ function xN(e) {
31012
31017
  }, S.postclip = function(P) {
31013
31018
  return arguments.length ? (b = P, g = v = m = y = null, L()) : b;
31014
31019
  }, S.clipAngle = function(P) {
31015
- return arguments.length ? (h = +P ? bde(p = P * gi) : (p = null, eS), L()) : p * ds;
31020
+ return arguments.length ? (h = +P ? bde(p = P * mi) : (p = null, eS), L()) : p * ds;
31016
31021
  }, S.clipExtent = function(P) {
31017
31022
  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
31023
  }, S.scale = function(P) {
@@ -31020,11 +31025,11 @@ function xN(e) {
31020
31025
  }, S.translate = function(P) {
31021
31026
  return arguments.length ? (r = +P[0], i = +P[1], N()) : [r, i];
31022
31027
  }, S.center = function(P) {
31023
- return arguments.length ? (a = P[0] % 360 * gi, s = P[1] % 360 * gi, N()) : [a * ds, s * ds];
31028
+ return arguments.length ? (a = P[0] % 360 * mi, s = P[1] % 360 * mi, N()) : [a * ds, s * ds];
31024
31029
  }, 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];
31030
+ 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
31031
  }, S.angle = function(P) {
31027
- return arguments.length ? (d = P % 360 * gi, N()) : d * ds;
31032
+ return arguments.length ? (d = P % 360 * mi, N()) : d * ds;
31028
31033
  }, S.reflectX = function(P) {
31029
31034
  return arguments.length ? (f = P ? -1 : 1, N()) : f < 0;
31030
31035
  }, S.reflectY = function(P) {
@@ -31054,7 +31059,7 @@ function xN(e) {
31054
31059
  function I3(e) {
31055
31060
  var t = 0, n = Yn / 3, r = xN(e), i = r(t, n);
31056
31061
  return i.parallels = function(a) {
31057
- return arguments.length ? r(t = a[0] * gi, n = a[1] * gi) : [t * ds, n * ds];
31062
+ return arguments.length ? r(t = a[0] * mi, n = a[1] * mi) : [t * ds, n * ds];
31058
31063
  }, i;
31059
31064
  }
31060
31065
  function Pde(e) {
@@ -31180,10 +31185,10 @@ function Vde() {
31180
31185
  return Qc(EN).scale(79.4188).clipAngle(180 - 1e-3);
31181
31186
  }
31182
31187
  function Ly(e, t) {
31183
- return [e, jv(k3((yi + t) / 2))];
31188
+ return [e, jv(k3((bi + t) / 2))];
31184
31189
  }
31185
31190
  Ly.invert = function(e, t) {
31186
- return [e, 2 * ep(nN(t)) - yi];
31191
+ return [e, 2 * ep(nN(t)) - bi];
31187
31192
  };
31188
31193
  function qde() {
31189
31194
  return kN(Ly).scale(961 / lo);
@@ -31206,19 +31211,19 @@ function kN(e) {
31206
31211
  return u();
31207
31212
  }
31208
31213
  function qm(e) {
31209
- return k3((yi + e) / 2);
31214
+ return k3((bi + e) / 2);
31210
31215
  }
31211
31216
  function Kde(e, t) {
31212
31217
  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
31218
  if (!r) return Ly;
31214
31219
  function a(s, o) {
31215
- i > 0 ? o < -yi + Hn && (o = -yi + Hn) : o > yi - Hn && (o = yi - Hn);
31220
+ i > 0 ? o < -bi + Hn && (o = -bi + Hn) : o > bi - Hn && (o = bi - Hn);
31216
31221
  var l = i / uw(qm(o), r);
31217
31222
  return [l * Mn(r * s), i - l * Kn(r * s)];
31218
31223
  }
31219
31224
  return a.invert = function(s, o) {
31220
31225
  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];
31226
+ return l * r < 0 && (u -= Yn * Oo(s) * Oo(l)), [u / r, 2 * ep(uw(i / A, 1 / r)) - bi];
31222
31227
  }, a;
31223
31228
  }
31224
31229
  function zde() {
@@ -31291,10 +31296,10 @@ function the() {
31291
31296
  return Qc(IN).scale(250).clipAngle(142);
31292
31297
  }
31293
31298
  function TN(e, t) {
31294
- return [jv(k3((yi + t) / 2)), -e];
31299
+ return [jv(k3((bi + t) / 2)), -e];
31295
31300
  }
31296
31301
  TN.invert = function(e, t) {
31297
- return [-t, 2 * ep(nN(e)) - yi];
31302
+ return [-t, 2 * ep(nN(e)) - bi];
31298
31303
  };
31299
31304
  function nhe() {
31300
31305
  var e = kN(TN), t = e.center, n = e.rotate;
@@ -34005,7 +34010,7 @@ Wp.prototype = {
34005
34010
  }
34006
34011
  };
34007
34012
  Wp.prototype;
34008
- const Di = {
34013
+ const pi = {
34009
34014
  light: {
34010
34015
  canvas: "#ececee",
34011
34016
  primary: "#003153",
@@ -34234,7 +34239,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34234
34239
  },
34235
34240
  methods: {
34236
34241
  initializeChart() {
34237
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34242
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34238
34243
  },
34239
34244
  createChart(e) {
34240
34245
  let t = [];
@@ -34246,12 +34251,12 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34246
34251
  });
34247
34252
  const n = this.width, r = this.height, i = 20, a = 15, s = 30, o = 50, l = [], A = (f, c) => {
34248
34253
  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");
34254
+ 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
34255
  }, u = (f, c) => {
34251
- f.target.r.baseVal.value = 3, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34256
+ f.target.r.baseVal.value = 3, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34252
34257
  };
34253
34258
  (() => {
34254
- const f = t.filter((y) => !l.includes(y.index)), c = this.getAxisLargest(f), p = Pc(Ni(c[0]), [
34259
+ const f = t.filter((y) => !l.includes(y.index)), c = this.getAxisLargest(f), p = Pc(Oi(c[0]), [
34255
34260
  o,
34256
34261
  n - a
34257
34262
  ]), h = jo(
@@ -34276,7 +34281,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34276
34281
  p.domain([p.invert(I[0]), p.invert(I[1])]), this.svg.select("." + this.id + "brush").call(E.move, null);
34277
34282
  else {
34278
34283
  if (!y) return y = setTimeout(b, 500);
34279
- p.domain(Ni(e.slots));
34284
+ p.domain(Oi(e.slots));
34280
34285
  }
34281
34286
  g.transition().duration(1e3).call(Os(p)), this.svg.selectAll("." + this.id + "line").attr("d", function($) {
34282
34287
  return v(
@@ -34289,7 +34294,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34289
34294
  ]).on("end", w);
34290
34295
  this.svg.append("g").attr("class", (C) => this.id + "brush").call(E), this.svg.on("dblclick", function() {
34291
34296
  p.domain(
34292
- Ni(c[0], function(C) {
34297
+ Oi(c[0], function(C) {
34293
34298
  return C;
34294
34299
  })
34295
34300
  ), g.transition().call(Os(p)), this.svg.selectAll("." + this.id + "line").attr("d", function(C) {
@@ -34318,7 +34323,7 @@ const Hf = (e) => `$${e.toFixed(2)}`, ai = (e) => {
34318
34323
  isAlert: e.metric.bools[b]
34319
34324
  }));
34320
34325
  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(
34326
+ })(), 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
34327
  "fill",
34323
34328
  (f) => Ym[this.theme][f.action] || rr[f.index % rr.length]
34324
34329
  ), 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 +34390,22 @@ const jM = /* @__PURE__ */ yr(T0e, [["render", Q0e]]), D0e = {
34385
34390
  },
34386
34391
  methods: {
34387
34392
  initializeChart() {
34388
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height).attr("style", "outline: thin solid;");
34393
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height).attr("style", "outline: thin solid;");
34389
34394
  },
34390
34395
  createChart() {
34391
34396
  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");
34397
+ Vn("." + this.id + "run").attr("opacity", "0.5"), zt("." + this.id + d.taskID).attr("opacity", "1");
34393
34398
  const f = yt(d.launchTime).format("YYYY-MM-DD HH:mm:ss"), c = yt(d.completeTime).format(
34394
34399
  "YYYY-MM-DD HH:mm:ss"
34395
34400
  ), 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
34401
  p
34397
34402
  )}`;
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");
34403
+ 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
34404
  }, o = (u, d) => {
34400
- Vn("." + this.id + "run").attr("opacity", "1"), Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34405
+ Vn("." + this.id + "run").attr("opacity", "1"), zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34401
34406
  }, l = this.runs.map((u) => yt(u.launchTime).valueOf());
34402
34407
  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), [
34408
+ const A = sO(Oi(l), [
34404
34409
  a,
34405
34410
  e - r
34406
34411
  ]);
@@ -34489,7 +34494,7 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34489
34494
  },
34490
34495
  methods: {
34491
34496
  initializeChart() {
34492
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34497
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
34493
34498
  },
34494
34499
  createChart(e) {
34495
34500
  let t = [];
@@ -34500,9 +34505,9 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34500
34505
  }), t = t.sort((g, v) => v.total - g.total), e = e.sort((g, v) => v.total - g.total);
34501
34506
  const n = this.width, r = this.height, i = 20, a = 15, s = 30, o = 50, l = [], A = (g, v) => {
34502
34507
  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");
34508
+ 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
34509
  }, u = (g, v) => {
34505
- g.target.r.baseVal.value = 3, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34510
+ g.target.r.baseVal.value = 3, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34506
34511
  }, d = (g, v) => {
34507
34512
  const m = v.index;
34508
34513
  g.target.classList.contains("show") && (Vn("." + this.id + "line").attr("stroke-width", 1), Vn("." + this.id + m + "line").attr(
@@ -34520,10 +34525,10 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34520
34525
  );
34521
34526
  }, c = (g, v) => {
34522
34527
  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();
34528
+ 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
34529
  }, p = () => {
34525
34530
  var F;
34526
- const g = t.filter((I) => !l.includes(I.index)), v = this.getAxisLargest(g), m = this.isTime ? Pc(Ni(v[0]), [
34531
+ const g = t.filter((I) => !l.includes(I.index)), v = this.getAxisLargest(g), m = this.isTime ? Pc(Oi(v[0]), [
34527
34532
  o,
34528
34533
  n - a
34529
34534
  ]) : Dc(v[0], [o, n - a]), y = jo(
@@ -34572,7 +34577,7 @@ const QEe = /* @__PURE__ */ yr(D0e, [["render", R0e]]), H0e = {
34572
34577
  ...e.map((g) => Vee(g.action || "(no name)")),
34573
34578
  0
34574
34579
  );
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");
34580
+ 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
34581
  },
34577
34582
  getAxisLargest(e) {
34578
34583
  let t = [], n = this.unit === "Percent (%)" ? 100 : 0;
@@ -34653,7 +34658,7 @@ const $y = /* @__PURE__ */ yr(H0e, [["render", K0e]]), z0e = {
34653
34658
  },
34654
34659
  methods: {
34655
34660
  initializeChart() {
34656
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34661
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34657
34662
  },
34658
34663
  createChart(e) {
34659
34664
  const t = this.width, n = this.title ? this.height + 30 : this.height, r = 20, i = 15, a = 30, s = 50;
@@ -34661,18 +34666,18 @@ const $y = /* @__PURE__ */ yr(H0e, [["render", K0e]]), z0e = {
34661
34666
  e.values.forEach((c) => {
34662
34667
  c > o && (o = c);
34663
34668
  });
34664
- const l = Pc(Ni(e.slots), [
34669
+ const l = Pc(Oi(e.slots), [
34665
34670
  s,
34666
34671
  t - i
34667
34672
  ]), 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");
34673
+ 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
34674
  if (c.layerX > t * 3 / 4) {
34670
34675
  const m = v.node().getBoundingClientRect().width;
34671
34676
  v.style("left", c.layerX - m + "px");
34672
34677
  } else
34673
34678
  v.style("left", c.layerX + "px");
34674
34679
  }, f = (c, p) => {
34675
- Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34680
+ zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34676
34681
  };
34677
34682
  if (this.svg.append("g").attr("transform", `translate(0,${n - a})`).call(
34678
34683
  Os(l).ticks(t / 80).tickSizeOuter(0)
@@ -34757,19 +34762,19 @@ const DEe = /* @__PURE__ */ yr(z0e, [["render", W0e]]), Z0e = {
34757
34762
  },
34758
34763
  methods: {
34759
34764
  initializeChart() {
34760
- this.resizable ? this.svg = Zt("#" + this.id).append("svg").attr(
34765
+ this.resizable ? this.svg = zt("#" + this.id).append("svg").attr(
34761
34766
  "viewBox",
34762
34767
  `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);
34768
+ ) : this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 40 : this.height);
34764
34769
  },
34765
34770
  createChart(e) {
34766
34771
  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
34772
  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(
34773
+ u.target.style.opacity = 0.4, zt("#" + this.id + "tooltip").html(
34769
34774
  `${d.field ? d.field : "(no name)"}<br>${this.valueName}: ${f}`
34770
34775
  ).style("opacity", 1).style("left", u[this.tooltipOffset + "X"] + 10 + "px").style("top", u[this.tooltipOffset + "Y"] + "px");
34771
34776
  }, A = (u, d) => {
34772
- u.target.style.opacity = 0, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34777
+ u.target.style.opacity = 0, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34773
34778
  };
34774
34779
  if (e.fields && e.fields.length > 0) {
34775
34780
  let u = this.unit === "Percent (%)" ? 100 : 0;
@@ -34866,6 +34871,12 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34866
34871
  this.createChart(this.data);
34867
34872
  },
34868
34873
  deep: !0
34874
+ },
34875
+ theme: {
34876
+ handler() {
34877
+ this.svg && this.updateTheme();
34878
+ },
34879
+ immediate: !1
34869
34880
  }
34870
34881
  },
34871
34882
  mounted() {
@@ -34873,17 +34884,17 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34873
34884
  },
34874
34885
  methods: {
34875
34886
  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);
34887
+ 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);
34888
+ 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%");
34889
+ 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
34890
  },
34880
34891
  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];
34892
+ 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
34893
  let u = this.unit === "Percent (%)" ? 100 : 0;
34883
34894
  e.values.forEach((w) => {
34884
34895
  w > u && (u = w);
34885
34896
  });
34886
- const d = Pc(Ni(e.slots), [
34897
+ const d = Pc(Oi(e.slots), [
34887
34898
  s,
34888
34899
  t - i
34889
34900
  ]), f = jo(
@@ -34891,9 +34902,9 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34891
34902
  [n - a, r]
34892
34903
  ), c = (w, E) => {
34893
34904
  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");
34905
+ 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
34906
  }, p = (w, E) => {
34896
- w.target.r.baseVal.value = o, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34907
+ w.target.r.baseVal.value = o, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
34897
34908
  }, 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
34909
  v.selectAll("g").data([e]).join(
34899
34910
  (w) => y(w),
@@ -34937,6 +34948,14 @@ const tge = /* @__PURE__ */ yr(Z0e, [["render", ege]]), nge = {
34937
34948
  function b(w) {
34938
34949
  w.call((E) => E.style("opacity", 0).remove());
34939
34950
  }
34951
+ },
34952
+ updateTheme() {
34953
+ if (!this.svg) return;
34954
+ const e = this.data.color ? this.data.color : pi[this.theme][this.change], t = this.svg.select("#gradientFill" + this.id);
34955
+ if (t.node()) {
34956
+ const n = t.selectAll("stop");
34957
+ zt(n.nodes()[0]).style("stop-color", pi[this.theme].canvas), zt(n.nodes()[1]).style("stop-color", e);
34958
+ }
34940
34959
  }
34941
34960
  }
34942
34961
  }, rge = ["id"], ige = ["id"];
@@ -35012,16 +35031,16 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35012
35031
  },
35013
35032
  methods: {
35014
35033
  initializeChart() {
35015
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 30 : this.height);
35034
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.title ? this.height + 30 : this.height);
35016
35035
  },
35017
35036
  createChart(e) {
35018
35037
  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
35038
  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(
35039
+ g.target.style.opacity = 0.7, zt("#" + this.id + "tooltip").html(
35021
35040
  `${b}<br>${this.isTime ? "Time" : this.slotName}: ${m}<br>${this.valueName}: ${w}`
35022
35041
  ).style("opacity", 1).style("left", g[this.tooltipOffset + "X"] + 10 + "px").style("top", g[this.tooltipOffset + "Y"] + "px");
35023
35042
  }, u = (g, v) => {
35024
- g.target.style.opacity = 1, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35043
+ g.target.style.opacity = 1, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35025
35044
  }, d = (g, v) => {
35026
35045
  const m = l.indexOf(v.key);
35027
35046
  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 +35055,7 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35036
35055
  );
35037
35056
  }, c = (g, v) => {
35038
35057
  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();
35058
+ 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
35059
  }, p = () => {
35041
35060
  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
35061
  uT(
@@ -35044,7 +35063,7 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35044
35063
  (w) => w.slot,
35045
35064
  (w) => w.name
35046
35065
  )
35047
- ), m = this.isTime ? Pc(Ni(e.slots), [
35066
+ ), m = this.isTime ? Pc(Oi(e.slots), [
35048
35067
  s,
35049
35068
  t - i
35050
35069
  ]) : Dc(e.slots, [s, t - i]), y = this.title ? [n - a, r + 30] : [n - a, r], b = jo(
@@ -35075,7 +35094,7 @@ const sge = /* @__PURE__ */ yr(nge, [["render", age]]), oge = {
35075
35094
  }, h = p();
35076
35095
  this.svg.append("g").call(
35077
35096
  (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(
35097
+ ), 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
35098
  "fill",
35080
35099
  (g, v) => Bw[this.theme][g.key] || rr[v % rr.length]
35081
35100
  ).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 +35181,7 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35162
35181
  },
35163
35182
  methods: {
35164
35183
  initializeChart() {
35165
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35184
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35166
35185
  },
35167
35186
  createChart(e) {
35168
35187
  const t = this.width, n = this.height, r = 20, i = 15, a = 30, s = 50, o = {}, l = {};
@@ -35182,11 +35201,11 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35182
35201
  });
35183
35202
  const c = (y, b) => {
35184
35203
  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(
35204
+ y.target.style.opacity = 0.7, zt("#" + this.id + "tooltip").html(
35186
35205
  `${C}<br>Instance: ${F}<br>${this.isTime ? "Time" : this.slotName}: ${w}<br>${this.valueName}: ${I}`
35187
35206
  ).style("opacity", 1).style("left", y[this.tooltipOffset + "X"] + 10 + "px").style("top", y[this.tooltipOffset + "Y"] + "px");
35188
35207
  }, p = (y, b) => {
35189
- y.target.style.opacity = 1, Zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35208
+ y.target.style.opacity = 1, zt("#" + this.id + "tooltip").style("opacity", 0).style("left", "0px").style("top", "0px");
35190
35209
  }, h = (y, b) => {
35191
35210
  const w = u.indexOf(b);
35192
35211
  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 +35220,9 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35201
35220
  );
35202
35221
  }, v = (y, b) => {
35203
35222
  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();
35223
+ 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
35224
  }, 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]), [
35225
+ 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
35226
  s,
35208
35227
  t - i
35209
35228
  ]) : Dc(b, [s, t - i]), $ = Ta(y, (N) => N.value), S = [n - a, r];
@@ -35248,7 +35267,7 @@ const Ry = /* @__PURE__ */ yr(oge, [["render", cge]]), fge = {
35248
35267
  (N) => N.append("text").attr("x", -s).attr("y", 10).attr("fill", "currentColor").attr("text-anchor", "start").text(this.unit)
35249
35268
  );
35250
35269
  };
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(
35270
+ 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
35271
  "fill",
35253
35272
  (y, b) => rc[this.theme][y] || rr[b % rr.length]
35254
35273
  ).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 +35342,7 @@ const PEe = /* @__PURE__ */ yr(fge, [["render", gge]]), mge = {
35323
35342
  },
35324
35343
  methods: {
35325
35344
  initializeChart() {
35326
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height - 10);
35345
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height - 10);
35327
35346
  },
35328
35347
  createChart() {
35329
35348
  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 +35351,11 @@ const PEe = /* @__PURE__ */ yr(fge, [["render", gge]]), mge = {
35332
35351
  });
35333
35352
  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
35353
  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(
35354
+ 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
35355
  `${w.data.field}<br>${this.valueName}: ${I} (${((w.endAngle - w.startAngle) / (2 * Math.PI) * 100).toFixed(2)}%)`
35337
35356
  ).style("opacity", 1).style("left", C + 10 + "px").style("top", E + "px");
35338
35357
  }, 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");
35358
+ 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
35359
  }, 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
35360
  const w = r < 100 ? 12 : 14;
35342
35361
  return b.map((E, C) => {
@@ -35468,16 +35487,16 @@ const Bge = /* @__PURE__ */ yr(mge, [["render", wge]]), xge = {
35468
35487
  },
35469
35488
  methods: {
35470
35489
  initializeChart() {
35471
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35490
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width).attr("height", this.height);
35472
35491
  },
35473
35492
  createChart() {
35474
35493
  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(
35494
+ 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
35495
  (a) => a.attrTween("d", (s) => {
35477
35496
  const o = dA(0, r * 2 * Math.PI);
35478
35497
  return (l) => (s.endAngle = o(l), i(s));
35479
35498
  })
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() {
35499
+ ), 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
35500
  const a = dA(0, r * 100);
35482
35501
  return function(s) {
35483
35502
  this.textContent = `${Math.round(a(s))}%`;
@@ -36094,7 +36113,7 @@ function rme(e) {
36094
36113
  e.typeId === 10) && // timestamp
36095
36114
  e.unit === 1;
36096
36115
  }
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([
36116
+ 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
36117
  ["x", nA],
36099
36118
  ["y", nA],
36100
36119
  ["fx", nA],
@@ -36466,19 +36485,19 @@ function v9(e, t) {
36466
36485
  n !== !0 && Cw(r, Ame) ? (t.scale = null, t.value = Hi(r, r_)) : t.scale = "symbol", t.defaultScale = "symbol";
36467
36486
  break;
36468
36487
  default:
36469
- t.scale = bi.has(e) ? e : null;
36488
+ t.scale = wi.has(e) ? e : null;
36470
36489
  break;
36471
36490
  }
36472
36491
  else if (n === !1)
36473
36492
  t.scale = null;
36474
- else if (n != null && !bi.has(n))
36493
+ else if (n != null && !wi.has(n))
36475
36494
  throw new Error(`unknown scale: ${n}`);
36476
36495
  return t;
36477
36496
  }
36478
36497
  function Fme(e, t, n, r, i) {
36479
36498
  const { order: a, reverse: s, reduce: o = !0, limit: l } = i;
36480
36499
  for (const A in i) {
36481
- if (!bi.has(A)) continue;
36500
+ if (!wi.has(A)) continue;
36482
36501
  let { value: u, order: d = a, reverse: f = s, reduce: c = o, limit: p = l } = Rg(i[A]);
36483
36502
  const h = u == null ? void 0 : u.startsWith("-");
36484
36503
  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 +36759,8 @@ function qg(e, t, n, {
36740
36759
  round: A,
36741
36760
  scheme: u,
36742
36761
  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,
36762
+ range: f = wi.get(e) === Hg ? zme(n, o) : wi.get(e) === jg ? Gme(n, o) : wi.get(e) === Vg ? Fw : void 0,
36763
+ 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
36764
  reverse: p
36746
36765
  }) {
36747
36766
  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 +36771,7 @@ function qg(e, t, n, {
36752
36771
  }
36753
36772
  }
36754
36773
  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);
36774
+ const [h, g] = Oi(o);
36756
36775
  (h > 0 || g < 0) && (o = fx(o), (Oh(o) || 1) === Math.sign(h) ? o[0] = 0 : o[o.length - 1] = 0);
36757
36776
  }
36758
36777
  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 +36808,7 @@ function Hme(e, t, {
36789
36808
  interpolate: l,
36790
36809
  reverse: A
36791
36810
  }) {
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 });
36811
+ 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
36812
  }
36794
36813
  function jme(e, t, {
36795
36814
  range: n,
@@ -36800,9 +36819,9 @@ function jme(e, t, {
36800
36819
  interpolate: o,
36801
36820
  reverse: l
36802
36821
  }) {
36803
- const [A, u] = Ni(a);
36822
+ const [A, u] = Oi(a);
36804
36823
  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 });
36824
+ 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
36825
  }
36807
36826
  function A_(e, t, {
36808
36827
  domain: n = [0],
@@ -36810,7 +36829,7 @@ function A_(e, t, {
36810
36829
  unknown: r,
36811
36830
  scheme: i = "rdylbu",
36812
36831
  interpolate: a,
36813
- range: s = a !== void 0 ? Bl(a, n.length + 1) : bi.get(e) === Lu ? Gy(i, n.length + 1) : void 0,
36832
+ range: s = a !== void 0 ? Bl(a, n.length + 1) : wi.get(e) === Lu ? Gy(i, n.length + 1) : void 0,
36814
36833
  reverse: o
36815
36834
  }) {
36816
36835
  n = ld(n);
@@ -36831,7 +36850,7 @@ function Vme(e, t) {
36831
36850
  return !0;
36832
36851
  }
36833
36852
  function qme(e) {
36834
- return { type: "identity", scale: ame(bi.get(e)) ? MN() : (t) => t };
36853
+ return { type: "identity", scale: ame(wi.get(e)) ? MN() : (t) => t };
36835
36854
  }
36836
36855
  function Y0(e, t = VM) {
36837
36856
  return e.length ? [
@@ -36840,7 +36859,7 @@ function Y0(e, t = VM) {
36840
36859
  ] : [0, 1];
36841
36860
  }
36842
36861
  function S9(e, t) {
36843
- const n = bi.get(e);
36862
+ const n = wi.get(e);
36844
36863
  return (n === Hg || n === Vg || n === jg ? Kme : Y0)(t);
36845
36864
  }
36846
36865
  function Kme(e) {
@@ -36893,7 +36912,7 @@ function Yy(e, t, n, r, {
36893
36912
  scheme: u,
36894
36913
  range: d,
36895
36914
  symmetric: f = !0,
36896
- interpolate: c = bi.get(e) === Lu ? u == null && d !== void 0 ? Qf : l_(u !== void 0 ? u : "rdbu") : Ya,
36915
+ interpolate: c = wi.get(e) === Lu ? u == null && d !== void 0 ? Qf : l_(u !== void 0 ? u : "rdbu") : Ya,
36897
36916
  reverse: p
36898
36917
  }) {
36899
36918
  A = +A, o = ld(o);
@@ -36986,9 +37005,9 @@ function F9(e, t, n, { type: r, interval: i, domain: a, range: s, reverse: o, hi
36986
37005
  function A1e(e, t, { type: n, interval: r, domain: i, range: a, scheme: s, unknown: o, ...l }) {
36987
37006
  r = rp(r, n), i === void 0 && (i = U9(t, r, e));
36988
37007
  let A;
36989
- if (bi.get(e) === zy)
37008
+ if (wi.get(e) === zy)
36990
37009
  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))
37010
+ 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
37011
  if (a !== void 0) {
36993
37012
  const u = l_(s), d = a[0], f = a[1] - a[0];
36994
37013
  a = ({ length: c }) => Bl((p) => u(d + f * p), c);
@@ -37027,10 +37046,10 @@ function U9(e, t, n) {
37027
37046
  for (const s of i) r.add(s);
37028
37047
  }
37029
37048
  if (t !== void 0) {
37030
- const [i, a] = Ni(r).map(t.floor, t);
37049
+ const [i, a] = Oi(r).map(t.floor, t);
37031
37050
  return t.range(i, t.offset(a));
37032
37051
  }
37033
- if (r.size > 1e4 && bi.get(n) === nA)
37052
+ if (r.size > 1e4 && wi.get(n) === nA)
37034
37053
  throw new Error(`implicit ordinal domain of ${n} scale has more than 10,000 values`);
37035
37054
  return cT(r, jf);
37036
37055
  }
@@ -37074,7 +37093,7 @@ function vx(e, {
37074
37093
  const g = {};
37075
37094
  for (const [v, m] of e) {
37076
37095
  const y = h[v], b = O9(v, m, {
37077
- round: bi.get(v) === nA ? o : void 0,
37096
+ round: wi.get(v) === nA ? o : void 0,
37078
37097
  // only for position
37079
37098
  nice: l,
37080
37099
  clamp: A,
@@ -37241,7 +37260,7 @@ function O9(e, t = [], n = {}) {
37241
37260
  n = Wm(t, n, Mh);
37242
37261
  break;
37243
37262
  case "identity":
37244
- switch (bi.get(e)) {
37263
+ switch (wi.get(e)) {
37245
37264
  case nA:
37246
37265
  n = Wm(t, n, Mh);
37247
37266
  break;
@@ -37325,7 +37344,7 @@ function v1e(e, t, { type: n, domain: r, range: i, scheme: a, pivot: s, projecti
37325
37344
  if (n === sE) return;
37326
37345
  if (n !== void 0) return n;
37327
37346
  if (r === void 0 && !t.some(({ value: d }) => d !== void 0)) return;
37328
- const l = bi.get(e);
37347
+ const l = wi.get(e);
37329
37348
  if (l === Hg) return "sqrt";
37330
37349
  if (l === Vg || l === jg) return "linear";
37331
37350
  if (l === zy) return "ordinal";
@@ -37386,7 +37405,7 @@ function b1e(e) {
37386
37405
  }
37387
37406
  function w1e(e) {
37388
37407
  return (t) => {
37389
- if (!bi.has(t = `${t}`)) throw new Error(`unknown scale: ${t}`);
37408
+ if (!wi.has(t = `${t}`)) throw new Error(`unknown scale: ${t}`);
37390
37409
  return e[t];
37391
37410
  };
37392
37411
  }
@@ -37736,7 +37755,7 @@ function Zy(e = {}) {
37736
37755
  return { document: t, clip: A9(n) };
37737
37756
  }
37738
37757
  function rs(e, { document: t }) {
37739
- return Zt(By(e).call(t.documentElement));
37758
+ return zt(By(e).call(t.documentElement));
37740
37759
  }
37741
37760
  const wx = Symbol("unset");
37742
37761
  function d_(e) {
@@ -37915,7 +37934,7 @@ function sve(e) {
37915
37934
  let i = t.get(n);
37916
37935
  if (!i) {
37917
37936
  const a = P9();
37918
- Zt(n.ownerSVGElement).append("clipPath").attr("id", a).call(e, n, r), t.set(n, i = `url(#${a})`);
37937
+ zt(n.ownerSVGElement).append("clipPath").attr("id", a).call(e, n, r), t.set(n, i = `url(#${a})`);
37919
37938
  }
37920
37939
  return i;
37921
37940
  };
@@ -37928,7 +37947,7 @@ function Ave(e, t) {
37928
37947
  let n, r;
37929
37948
  if ((n = lE.get(t)) || lE.set(t, n = /* @__PURE__ */ new WeakMap()), e.type === "Sphere" && (e = lve), !(r = n.get(e))) {
37930
37949
  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})`);
37950
+ zt(t.ownerSVGElement).append("clipPath").attr("id", i).append("path").attr("d", t.path()(e)), n.set(e, r = `url(#${i})`);
37932
37951
  }
37933
37952
  return r;
37934
37953
  }
@@ -38176,7 +38195,7 @@ function AE(e, t) {
38176
38195
  default:
38177
38196
  throw new Error(`unsupported ${e} scale for aspectRatio: ${n}`);
38178
38197
  }
38179
- const [a, s] = Ni(r);
38198
+ const [a, s] = Oi(r);
38180
38199
  return Math.abs(i(s) - i(a));
38181
38200
  }
38182
38201
  const uE = /* @__PURE__ */ new WeakMap();
@@ -39415,16 +39434,16 @@ function sp(e, t, n, r, i, a) {
39415
39434
  if (Rc(b))
39416
39435
  u = ld(b);
39417
39436
  else if (Yd(b))
39418
- u = Pw(b, ...Ni(m));
39437
+ u = Pw(b, ...Oi(m));
39419
39438
  else if (v.interval) {
39420
39439
  let F = v.interval;
39421
39440
  if (v.ticks) {
39422
- const [I, $] = Ni(m), S = ($ - I) / F[Pg];
39441
+ const [I, $] = Oi(m), S = ($ - I) / F[Pg];
39423
39442
  F = QS(F, S / b) ?? F, u = Pw(F, I, $);
39424
39443
  } else {
39425
39444
  u = m;
39426
39445
  const I = u.length;
39427
- F = QS(F, I / b) ?? F, F !== v.interval && (u = Pw(F, ...Ni(u)));
39446
+ F = QS(F, I / b) ?? F, F !== v.interval && (u = Pw(F, ...Oi(u)));
39428
39447
  }
39429
39448
  if (F === v.interval) {
39430
39449
  const I = Math.round(u.length / b);
@@ -39447,7 +39466,7 @@ function sp(e, t, n, r, i, a) {
39447
39466
  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
39467
  }
39449
39468
  function o2e(e, t) {
39450
- const [n, r] = Ni(e.range());
39469
+ const [n, r] = Oi(e.range());
39451
39470
  return (r - n) / t;
39452
39471
  }
39453
39472
  function CQ(e, t, n, r, i) {
@@ -39790,7 +39809,7 @@ class S2e extends Tl {
39790
39809
  const M = rs("svg:g", a).call(jc, this, i, a).call(sQ, this).call(qc, this, { x: $ && o, y: S && l }).call(
39791
39810
  (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
39811
  (ye) => ye.append("text").each(function(be) {
39793
- const Be = Zt(this);
39812
+ const Be = zt(this);
39794
39813
  this.setAttribute("fill", "currentColor"), this.setAttribute("fill-opacity", 1), this.setAttribute("stroke", "none");
39795
39814
  const ue = te.call(s, be, t, Ae, n, r);
39796
39815
  if (typeof ue == "string")
@@ -40020,7 +40039,7 @@ function TQ(e = {}) {
40020
40039
  Z !== void 0 && (Z.facetsIndex = S1e(Z.facetsIndex));
40021
40040
  }
40022
40041
  }
40023
- for (const Ae of bi.keys())
40042
+ for (const Ae of wi.keys())
40024
40043
  Ah(e[Ae]) && Ae !== "fx" && Ae !== "fy" && f.set(Ae, []);
40025
40044
  const h = /* @__PURE__ */ new Map();
40026
40045
  for (const Ae of A) {
@@ -40049,7 +40068,7 @@ function TQ(e = {}) {
40049
40068
  O2e(ye), Object.assign(te.channels, ye);
40050
40069
  for (const be of Object.values(ye)) {
40051
40070
  const { scale: Be } = be;
40052
- Be != null && !ime(bi.get(Be)) && (NQ(be, e), S.add(Be));
40071
+ Be != null && !ime(wi.get(Be)) && (NQ(be, e), S.add(Be));
40053
40072
  }
40054
40073
  (ne != null || ie != null) && d.set(Ae, !0);
40055
40074
  }
@@ -40065,7 +40084,7 @@ function TQ(e = {}) {
40065
40084
  for (const [Ae, te] of h)
40066
40085
  te.values = Ae.scale(te.channels, m, C);
40067
40086
  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(
40087
+ 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
40088
  (Ae) => (
40070
40089
  // Warning: if you edit this, change defaultClassName.
40071
40090
  Ae.append("style").text(
@@ -40104,7 +40123,7 @@ function TQ(e = {}) {
40104
40123
  }
40105
40124
  const be = Ae.render(ye, m, M, w, C);
40106
40125
  if (be != null) {
40107
- (ne ?? (ne = Zt(I).append("g"))).append(() => be).datum(ie);
40126
+ (ne ?? (ne = zt(I).append("g"))).append(() => be).datum(ie);
40108
40127
  for (const Be of ["aria-label", "aria-description", "aria-hidden", "transform"])
40109
40128
  be.hasAttribute(Be) && (ne.attr(Be, be.getAttribute(Be)), be.removeAttribute(Be));
40110
40129
  }
@@ -40115,7 +40134,7 @@ function TQ(e = {}) {
40115
40134
  const z = v2e(g, C, e), { figure: Y = r != null || i != null || a != null || z.length > 0 } = e;
40116
40135
  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
40136
  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.`), $;
40137
+ 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
40138
  }
40120
40139
  function xE(e, t, n) {
40121
40140
  if (t.ownerDocument) return t;
@@ -40469,11 +40488,11 @@ function J2e(e, t, n, r, {
40469
40488
  s && s.scope("facet", _t), a && a.scope("facet", _t);
40470
40489
  for (const [Ut, St] of jS(_t, ee))
40471
40490
  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);
40491
+ for (const [Gt, Vt] of ht(Dt))
40492
+ if (ee && (Vt.z = Ut), !(a && !a.reduce(Gt, Vt))) {
40493
+ 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));
40494
+ for (const Sn of l) Sn.reduce(Gt, Vt);
40495
+ s && s.reduce(Gt, Vt);
40477
40496
  }
40478
40497
  he.push(Ct);
40479
40498
  }
@@ -40493,17 +40512,17 @@ function tye(e, { cumulative: t, domain: n, thresholds: r, interval: i }, a) {
40493
40512
  }
40494
40513
  function kE(e) {
40495
40514
  if (e == null) return;
40496
- const { value: t, cumulative: n, domain: r = Ni, thresholds: i } = e, a = (s) => {
40515
+ const { value: t, cumulative: n, domain: r = Oi, thresholds: i } = e, a = (s) => {
40497
40516
  let o = Ns(s, t), l;
40498
40517
  if (Ds(o) || aye(i)) {
40499
40518
  o = Hi(o, t9, Float64Array);
40500
40519
  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;
40520
+ 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
40521
  } else {
40503
40522
  o = Mh(o);
40504
40523
  let [u, d] = typeof r == "function" ? r(o) : r, f = typeof i == "function" && !Yd(i) ? i(o, u, d) : i;
40505
40524
  if (typeof f == "number")
40506
- if (r === Ni) {
40525
+ if (r === Oi) {
40507
40526
  let c = Nv(u, d, f);
40508
40527
  if (isFinite(c))
40509
40528
  if (c > 0) {
@@ -40525,7 +40544,7 @@ function kE(e) {
40525
40544
  f = [u];
40526
40545
  } else
40527
40546
  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)));
40547
+ else Yd(f) && (r === Oi && (u = f.floor(u), d = f.offset(f.floor(d))), f = f.range(u, f.offset(d)));
40529
40548
  l = f;
40530
40549
  }
40531
40550
  const A = [];
@@ -41016,7 +41035,7 @@ Count: ${f.doc_count}`
41016
41035
  },
41017
41036
  methods: {
41018
41037
  initializeChart() {
41019
- this.svg = Zt("#" + this.id).append("svg").attr("width", this.width > 700 ? this.width + 150 : this.width + 75).attr("height", this.height);
41038
+ this.svg = zt("#" + this.id).append("svg").attr("width", this.width > 700 ? this.width + 150 : this.width + 75).attr("height", this.height);
41020
41039
  },
41021
41040
  createChart() {
41022
41041
  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 +41120,10 @@ const Eye = /* @__PURE__ */ yr(_ye, [["render", Sye]]), kye = {
41101
41120
  },
41102
41121
  methods: {
41103
41122
  initializeChart() {
41104
- this.svg || (this.svg = Zt(`#decision-chart-${this.id}`).append("svg").attr("width", this.width).attr("height", this.height));
41123
+ this.svg || (this.svg = zt(`#decision-chart-${this.id}`).append("svg").attr("width", this.width).attr("height", this.height));
41105
41124
  },
41106
41125
  drawChart() {
41107
- const e = Di[this.theme].text, t = Di[this.theme].canvas, n = this;
41126
+ const e = pi[this.theme].text, t = pi[this.theme].canvas, n = this;
41108
41127
  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
41128
  (d) => r(d),
41110
41129
  (d) => void 0,
@@ -41125,16 +41144,16 @@ const Eye = /* @__PURE__ */ yr(_ye, [["render", Sye]]), kye = {
41125
41144
  d.append("rect").attr("class", "dataBox").attr("id", (c) => c.id).attr("width", ql).attr("height", ol).attr(
41126
41145
  "x",
41127
41146
  (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) => {
41147
+ ).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
41148
  const h = c.target;
41130
- Zt(h).style("cursor", "pointer").attr("stroke-width", 2).attr("opacity", Uye);
41149
+ zt(h).style("cursor", "pointer").attr("stroke-width", 2).attr("opacity", Uye);
41131
41150
  }).on("mouseout", (c, p) => {
41132
- Zt(c.target).attr("stroke-width", 1.5).attr("opacity", UE);
41151
+ zt(c.target).attr("stroke-width", 1.5).attr("opacity", UE);
41133
41152
  }).on("click", (c, p) => {
41134
41153
  n.slideoutTitle = p.name, n.slideoutData = p, n.slideout = !0;
41135
41154
  }).transition().duration(500).attr("opacity", UE), d.append("path").attr(
41136
41155
  "fill",
41137
- (c) => c.type === "response" ? Di[n.theme].active2 : e
41156
+ (c) => c.type === "response" ? pi[n.theme].active2 : e
41138
41157
  ).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
41158
  "x",
41140
41159
  (c) => nf + NE + Hw + f * (ql + ef)
@@ -41158,18 +41177,18 @@ const Eye = /* @__PURE__ */ yr(_ye, [["render", Sye]]), kye = {
41158
41177
  ).attr(
41159
41178
  "cy",
41160
41179
  (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(
41180
+ ).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
41181
  "cx",
41163
41182
  f * (ql + ef) + nf
41164
41183
  ).attr(
41165
41184
  "cy",
41166
41185
  (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(
41186
+ ).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
41187
  d,
41169
41188
  d.data(),
41170
41189
  n.svg.selectAll("circle")
41171
41190
  )), d.each(function(c) {
41172
- Zt(this).selectAll(`g.decisionChartChild${f + 1}`).data(c.children, (h) => h.id).join(
41191
+ zt(this).selectAll(`g.decisionChartChild${f + 1}`).data(c.children, (h) => h.id).join(
41173
41192
  (h) => o(h, f + 1),
41174
41193
  (h) => void 0,
41175
41194
  (h) => A(h)
@@ -41368,10 +41387,10 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
41368
41387
  return (i, a) => (K(), de("table", Pye, [
41369
41388
  q("thead", $ye, [
41370
41389
  q("tr", null, [
41371
- fe(mi, { title: "Name" }),
41372
- fe(mi, { title: "Description" }),
41373
- fe(mi, { title: "Type" }),
41374
- fe(mi, { title: "Default Value" })
41390
+ fe(vi, { title: "Name" }),
41391
+ fe(vi, { title: "Description" }),
41392
+ fe(vi, { title: "Type" }),
41393
+ fe(vi, { title: "Default Value" })
41375
41394
  ])
41376
41395
  ]),
41377
41396
  q("tbody", Rye, [
@@ -41453,10 +41472,10 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
41453
41472
  fe(q2, { data: ["padding"] }, {
41454
41473
  header: Ne(() => [
41455
41474
  q("tr", null, [
41456
- fe(mi, { title: "Name" }),
41457
- fe(mi, { title: "Description" }),
41458
- fe(mi, { title: "Type" }),
41459
- fe(mi, { title: "Value" })
41475
+ fe(vi, { title: "Name" }),
41476
+ fe(vi, { title: "Description" }),
41477
+ fe(vi, { title: "Type" }),
41478
+ fe(vi, { title: "Value" })
41460
41479
  ])
41461
41480
  ]),
41462
41481
  rows: Ne(() => [
@@ -41519,15 +41538,15 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
41519
41538
  return (t, n) => (K(), Je(q2, { data: e.data }, {
41520
41539
  header: Ne(() => [
41521
41540
  q("tr", null, [
41522
- fe(mi, {
41541
+ fe(vi, {
41523
41542
  title: "Name",
41524
41543
  class: "px-4 py-2"
41525
41544
  }),
41526
- fe(mi, {
41545
+ fe(vi, {
41527
41546
  title: "Description",
41528
41547
  class: "px-4 py-2"
41529
41548
  }),
41530
- fe(mi, {
41549
+ fe(vi, {
41531
41550
  title: "Value",
41532
41551
  class: "px-4 py-2"
41533
41552
  })
@@ -42252,7 +42271,7 @@ const VEe = /* @__PURE__ */ yr(Iye, [["render", Dye]]), Pye = { class: "w-full s
42252
42271
  return (o, l) => (K(), Je(q2, { data: n.value }, {
42253
42272
  header: Ne(() => [
42254
42273
  q("tr", null, [
42255
- (K(!0), de(mt, null, on(e.data.columns, (A) => (K(), Je(mi, {
42274
+ (K(!0), de(mt, null, on(e.data.columns, (A) => (K(), Je(vi, {
42256
42275
  key: A.name,
42257
42276
  title: A.name
42258
42277
  }, null, 8, ["title"]))), 128))
@@ -45114,7 +45133,7 @@ const $we = {
45114
45133
  q("table", Xwe, [
45115
45134
  q("thead", null, [
45116
45135
  q("tr", null, [
45117
- (K(!0), de(mt, null, on(e.config.columns, (u) => (K(), Je(mi, {
45136
+ (K(!0), de(mt, null, on(e.config.columns, (u) => (K(), Je(vi, {
45118
45137
  key: u.field,
45119
45138
  title: u.header,
45120
45139
  class: "text-xs"
@@ -45943,12 +45962,12 @@ const l5e = /* @__PURE__ */ yr(s5e, [["render", o5e]]), A5e = {
45943
45962
  return (d, f) => (K(), de("table", P5e, [
45944
45963
  q("thead", $5e, [
45945
45964
  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" })
45965
+ fe(vi, { title: "" }),
45966
+ fe(vi, { title: "Selected" }),
45967
+ fe(vi, { title: "Column" }),
45968
+ fe(vi, { title: "Display Name" }),
45969
+ fe(vi, { title: "Format" }),
45970
+ fe(vi, { title: "Alignment" })
45952
45971
  ])
45953
45972
  ]),
45954
45973
  q("tbody", R5e, [
@@ -48551,14 +48570,14 @@ function J5e() {
48551
48570
  for (ae.max_code = Lt, Le = W.heap_len >> 1; 1 <= Le; Le--) Te(W, Ke, Le);
48552
48571
  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
48572
  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;
48573
+ 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
48574
  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) {
48575
+ 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)));
48576
+ if (Yt !== 0) {
48558
48577
  do {
48559
48578
  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);
48579
+ _t.bl_count[Dt]--, _t.bl_count[Dt + 1] += 2, _t.bl_count[un]--, Yt -= 2;
48580
+ } while (0 < Yt);
48562
48581
  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
48582
  }
48564
48583
  }(W, ae), be(Ke, Lt, W.bl_count);
@@ -48948,7 +48967,7 @@ var xu = (
48948
48967
  t.push(i);
48949
48968
  }
48950
48969
  return t;
48951
- }, Fi = function() {
48970
+ }, Li = function() {
48952
48971
  for (var e = [], t = 0; t < arguments.length; t++)
48953
48972
  e[t] = arguments[t];
48954
48973
  if (String.fromCodePoint)
@@ -49145,7 +49164,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49145
49164
  this.codePoints = t, this.required = n === eD, this.start = r, this.end = i;
49146
49165
  }
49147
49166
  return e.prototype.slice = function() {
49148
- return Fi.apply(void 0, this.codePoints.slice(this.start, this.end));
49167
+ return Li.apply(void 0, this.codePoints.slice(this.start, this.end));
49149
49168
  }, e;
49150
49169
  }()
49151
49170
  ), QBe = function(e, t) {
@@ -49196,17 +49215,17 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49196
49215
  (e[t] === gf || e[t] === Ls) && (e[t] === Ls && (n = -1), t++);
49197
49216
  for (var r = []; Ga(e[t]); )
49198
49217
  r.push(e[t++]);
49199
- var i = r.length ? parseInt(Fi.apply(void 0, r), 10) : 0;
49218
+ var i = r.length ? parseInt(Li.apply(void 0, r), 10) : 0;
49200
49219
  e[t] === J0 && t++;
49201
49220
  for (var a = []; Ga(e[t]); )
49202
49221
  a.push(e[t++]);
49203
- var s = a.length, o = s ? parseInt(Fi.apply(void 0, a), 10) : 0;
49222
+ var s = a.length, o = s ? parseInt(Li.apply(void 0, a), 10) : 0;
49204
49223
  (e[t] === sD || e[t] === iD) && t++;
49205
49224
  var l = 1;
49206
49225
  (e[t] === gf || e[t] === Ls) && (e[t] === Ls && (l = -1), t++);
49207
49226
  for (var A = []; Ga(e[t]); )
49208
49227
  A.push(e[t++]);
49209
- var u = A.length ? parseInt(Fi.apply(void 0, A), 10) : 0;
49228
+ var u = A.length ? parseInt(Li.apply(void 0, A), 10) : 0;
49210
49229
  return n * (i + o * Math.pow(10, -s)) * Math.pow(10, l * u);
49211
49230
  }, _xe = {
49212
49231
  type: 2
@@ -49386,7 +49405,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49386
49405
  case Kl:
49387
49406
  return Px;
49388
49407
  }
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) };
49408
+ 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
49409
  }, e.prototype.consumeCodePoint = function() {
49391
49410
  var t = this._value.shift();
49392
49411
  return typeof t > "u" ? -1 : t;
@@ -49400,19 +49419,19 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49400
49419
  for (var r = !1; n === b1 && t.length < 6; )
49401
49420
  t.push(n), n = this.consumeCodePoint(), r = !0;
49402
49421
  if (r) {
49403
- var i = parseInt(Fi.apply(void 0, t.map(function(l) {
49422
+ var i = parseInt(Li.apply(void 0, t.map(function(l) {
49404
49423
  return l === b1 ? nD : l;
49405
- })), 16), a = parseInt(Fi.apply(void 0, t.map(function(l) {
49424
+ })), 16), a = parseInt(Li.apply(void 0, t.map(function(l) {
49406
49425
  return l === b1 ? oD : l;
49407
49426
  })), 16);
49408
49427
  return { type: 30, start: i, end: a };
49409
49428
  }
49410
- var s = parseInt(Fi.apply(void 0, t), 16);
49429
+ var s = parseInt(Li.apply(void 0, t), 16);
49411
49430
  if (this.peekCodePoint(0) === Ls && Ed(this.peekCodePoint(1))) {
49412
49431
  this.consumeCodePoint(), n = this.consumeCodePoint();
49413
49432
  for (var o = []; Ed(n) && o.length < 6; )
49414
49433
  o.push(n), n = this.consumeCodePoint();
49415
- var a = parseInt(Fi.apply(void 0, o), 16);
49434
+ var a = parseInt(Li.apply(void 0, o), 16);
49416
49435
  return { type: 30, start: s, end: a };
49417
49436
  } else
49418
49437
  return { type: 30, start: s, end: s };
@@ -49431,9 +49450,9 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49431
49450
  for (; ; ) {
49432
49451
  var i = this.consumeCodePoint();
49433
49452
  if (i === Kl || i === Op)
49434
- return { type: 22, value: Fi.apply(void 0, t) };
49453
+ return { type: 22, value: Li.apply(void 0, t) };
49435
49454
  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);
49455
+ 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
49456
  if (i === m1 || i === v1 || i === y1 || Bxe(i))
49438
49457
  return this.consumeBadUrlRemnants(), x1;
49439
49458
  if (i === p0)
@@ -49457,7 +49476,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49457
49476
  }, e.prototype.consumeStringSlice = function(t) {
49458
49477
  for (var n = 5e4, r = ""; t > 0; ) {
49459
49478
  var i = Math.min(n, t);
49460
- r += Fi.apply(void 0, this._value.splice(0, i)), t -= i;
49479
+ r += Li.apply(void 0, this._value.splice(0, i)), t -= i;
49461
49480
  }
49462
49481
  return this._value.shift(), r;
49463
49482
  }, e.prototype.consumeStringToken = function(t) {
@@ -49470,7 +49489,7 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49470
49489
  return this._value.splice(0, r), Oxe;
49471
49490
  if (i === p0) {
49472
49491
  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));
49492
+ 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
49493
  }
49475
49494
  r++;
49476
49495
  } while (!0);
@@ -49499,8 +49518,8 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49499
49518
  }, e.prototype.consumeEscapedCodePoint = function() {
49500
49519
  var t = this.consumeCodePoint();
49501
49520
  if (Ed(t)) {
49502
- for (var n = Fi(t); Ed(this.peekCodePoint(0)) && n.length < 6; )
49503
- n += Fi(this.consumeCodePoint());
49521
+ for (var n = Li(t); Ed(this.peekCodePoint(0)) && n.length < 6; )
49522
+ n += Li(this.consumeCodePoint());
49504
49523
  w1(this.peekCodePoint(0)) && this.consumeCodePoint();
49505
49524
  var r = parseInt(n, 16);
49506
49525
  return r === 0 || mxe(r) || r > 1114111 ? Ck : r;
@@ -49510,9 +49529,9 @@ var wBe = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqA
49510
49529
  for (var t = ""; ; ) {
49511
49530
  var n = this.consumeCodePoint();
49512
49531
  if (Sk(n))
49513
- t += Fi(n);
49532
+ t += Li(n);
49514
49533
  else if (Wu(n, this.peekCodePoint(0)))
49515
- t += Fi(this.consumeEscapedCodePoint());
49534
+ t += Li(this.consumeEscapedCodePoint());
49516
49535
  else
49517
49536
  return this.reconsumeCodePoint(n), t;
49518
49537
  }
@@ -51453,7 +51472,7 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
51453
51472
  var n = e.createRange();
51454
51473
  t.innerHTML = typeof "".repeat == "function" ? "&#128104;".repeat(10) : "";
51455
51474
  var r = t.firstChild, i = tb(r.data).map(function(l) {
51456
- return Fi(l);
51475
+ return Li(l);
51457
51476
  }), a = 0, s = {}, o = i.every(function(l, A) {
51458
51477
  n.setStart(r, a), n.setEnd(r, a + l.length);
51459
51478
  var u = n.getBoundingClientRect();
@@ -51618,7 +51637,7 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
51618
51637
  if (i.value) {
51619
51638
  var s = i.value.slice(), o = tb(s), l = "";
51620
51639
  o.forEach(function(A) {
51621
- A_e.indexOf(A) === -1 ? l += Fi(A) : (l.length && r.push(l), r.push(Fi(A)), l = "");
51640
+ A_e.indexOf(A) === -1 ? l += Li(A) : (l.length && r.push(l), r.push(Li(A)), l = "");
51622
51641
  }), l.length && r.push(l);
51623
51642
  }
51624
51643
  }; !(i = n.next()).done; )
@@ -52118,10 +52137,10 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52118
52137
  n || e--, i = r(e) + i, e /= t;
52119
52138
  while (e * t >= t);
52120
52139
  return i;
52121
- }, ki = function(e, t, n, r, i) {
52140
+ }, Fi = function(e, t, n, r, i) {
52122
52141
  var a = n - t + 1;
52123
52142
  return (e < 0 ? "-" : "") + (jD(Math.abs(e), a, r, function(s) {
52124
- return Fi(Math.floor(s % a) + t);
52143
+ return Li(Math.floor(s % a) + t);
52125
52144
  }) + i);
52126
52145
  }, af = function(e, t, n) {
52127
52146
  n === void 0 && (n = ". ");
@@ -52150,7 +52169,7 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52150
52169
  case 2:
52151
52170
  return "◾" + s;
52152
52171
  case 5:
52153
- var o = ki(e, 48, 57, !0, r);
52172
+ var o = Fi(e, 48, 57, !0, r);
52154
52173
  return o.length < 4 ? "0" + o : o;
52155
52174
  case 4:
52156
52175
  return af(e, "〇一二三四五六七八九", i);
@@ -52159,23 +52178,23 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52159
52178
  case 7:
52160
52179
  return kd(e, 1, 3999, Jk, 3, r);
52161
52180
  case 8:
52162
- return ki(e, 945, 969, !1, r);
52181
+ return Fi(e, 945, 969, !1, r);
52163
52182
  case 9:
52164
- return ki(e, 97, 122, !1, r);
52183
+ return Fi(e, 97, 122, !1, r);
52165
52184
  case 10:
52166
- return ki(e, 65, 90, !1, r);
52185
+ return Fi(e, 65, 90, !1, r);
52167
52186
  case 11:
52168
- return ki(e, 1632, 1641, !0, r);
52187
+ return Fi(e, 1632, 1641, !0, r);
52169
52188
  case 12:
52170
52189
  case 49:
52171
52190
  return kd(e, 1, 9999, eF, 3, r);
52172
52191
  case 35:
52173
52192
  return kd(e, 1, 9999, eF, 3, r).toLowerCase();
52174
52193
  case 13:
52175
- return ki(e, 2534, 2543, !0, r);
52194
+ return Fi(e, 2534, 2543, !0, r);
52176
52195
  case 14:
52177
52196
  case 30:
52178
- return ki(e, 6112, 6121, !0, r);
52197
+ return Fi(e, 6112, 6121, !0, r);
52179
52198
  case 15:
52180
52199
  return af(e, "子丑寅卯辰巳午未申酉戌亥", i);
52181
52200
  case 16:
@@ -52200,13 +52219,13 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52200
52219
  case 32:
52201
52220
  return jA(e, "零壹貳參四五六七八九", "拾百千", u5, a, Hd | Ku | zu);
52202
52221
  case 18:
52203
- return ki(e, 2406, 2415, !0, r);
52222
+ return Fi(e, 2406, 2415, !0, r);
52204
52223
  case 20:
52205
52224
  return kd(e, 1, 19999, L_e, 3, r);
52206
52225
  case 21:
52207
- return ki(e, 2790, 2799, !0, r);
52226
+ return Fi(e, 2790, 2799, !0, r);
52208
52227
  case 22:
52209
- return ki(e, 2662, 2671, !0, r);
52228
+ return Fi(e, 2662, 2671, !0, r);
52210
52229
  case 22:
52211
52230
  return kd(e, 1, 10999, F_e, 3, r);
52212
52231
  case 23:
@@ -52214,32 +52233,32 @@ var V3e = 1, i5 = 2, a5 = 3, Pk = 4, $k = 5, q3e = 7, Rk = 8, s5 = 9, o5 = 10, H
52214
52233
  case 24:
52215
52234
  return af(e, "いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");
52216
52235
  case 27:
52217
- return ki(e, 3302, 3311, !0, r);
52236
+ return Fi(e, 3302, 3311, !0, r);
52218
52237
  case 28:
52219
52238
  return af(e, "アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン", i);
52220
52239
  case 29:
52221
52240
  return af(e, "イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス", i);
52222
52241
  case 34:
52223
- return ki(e, 3792, 3801, !0, r);
52242
+ return Fi(e, 3792, 3801, !0, r);
52224
52243
  case 37:
52225
- return ki(e, 6160, 6169, !0, r);
52244
+ return Fi(e, 6160, 6169, !0, r);
52226
52245
  case 38:
52227
- return ki(e, 4160, 4169, !0, r);
52246
+ return Fi(e, 4160, 4169, !0, r);
52228
52247
  case 39:
52229
- return ki(e, 2918, 2927, !0, r);
52248
+ return Fi(e, 2918, 2927, !0, r);
52230
52249
  case 40:
52231
- return ki(e, 1776, 1785, !0, r);
52250
+ return Fi(e, 1776, 1785, !0, r);
52232
52251
  case 43:
52233
- return ki(e, 3046, 3055, !0, r);
52252
+ return Fi(e, 3046, 3055, !0, r);
52234
52253
  case 44:
52235
- return ki(e, 3174, 3183, !0, r);
52254
+ return Fi(e, 3174, 3183, !0, r);
52236
52255
  case 45:
52237
- return ki(e, 3664, 3673, !0, r);
52256
+ return Fi(e, 3664, 3673, !0, r);
52238
52257
  case 46:
52239
- return ki(e, 3872, 3881, !0, r);
52258
+ return Fi(e, 3872, 3881, !0, r);
52240
52259
  case 3:
52241
52260
  default:
52242
- return ki(e, 48, 57, !0, r);
52261
+ return Fi(e, 48, 57, !0, r);
52243
52262
  }
52244
52263
  }, VD = "data-html2canvas-ignore", iF = (
52245
52264
  /** @class */
@@ -56725,7 +56744,7 @@ function An(e) {
56725
56744
  if (Object.keys(_t).indexOf(O) === -1) throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
56726
56745
  return _t[O] = se;
56727
56746
  };
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) {
56747
+ 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
56748
  if (!(this instanceof O)) return new O(se, Ce, Pe, Ve, lt, dt);
56730
56749
  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
56750
  };
@@ -56826,7 +56845,7 @@ function An(e) {
56826
56845
  I("beginTilingPattern()"), Ur(O.boundingBox[0], O.boundingBox[1], O.boundingBox[2] - O.boundingBox[0], O.boundingBox[3] - O.boundingBox[1], O.matrix);
56827
56846
  }, c.endTilingPattern = function(O, se) {
56828
56847
  I("endTilingPattern()"), se.stream = Te[Z].join(`
56829
- `), ia(O, se), Tn.publish("endTilingPattern", se), wi.pop().restore();
56848
+ `), ia(O, se), Tn.publish("endTilingPattern", se), Bi.pop().restore();
56830
56849
  };
56831
56850
  var ji, Wn = c.__private__.newObject = function() {
56832
56851
  var O = cr();
@@ -56849,7 +56868,7 @@ function An(e) {
56849
56868
  }
56850
56869
  for (var Pe = "#", Ve = 0; Ve < 3; Ve++) Pe += ("0" + Math.floor(255 * parseFloat(se[Ve])).toString(16)).slice(-2);
56851
56870
  return Pe;
56852
- }, Wt = c.__private__.encodeColorString = function(O) {
56871
+ }, Zt = c.__private__.encodeColorString = function(O) {
56853
56872
  var se;
56854
56873
  typeof O == "string" && (O = { ch1: O });
56855
56874
  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 +56890,8 @@ function An(e) {
56871
56890
  }, gr = c.__private__.getFilters = function() {
56872
56891
  return s;
56873
56892
  }, 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;
56893
+ 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) {
56894
+ return Ci;
56876
56895
  };
56877
56896
  if (u !== null && dt === void 0) throw new Error("ObjectId must be passed to putStream for file encryption");
56878
56897
  u !== null && (Qt = br.encryptor(dt, 0));
@@ -56892,15 +56911,15 @@ function An(e) {
56892
56911
  ee(">>"), Pt.data.length !== 0 && (ee("stream"), ee(Qt(Pt.data)), ee("endstream"));
56893
56912
  }, Rs = c.__private__.putPage = function(O) {
56894
56913
  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");
56914
+ _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
56915
  var lt = Ce.join(`
56897
56916
  `);
56898
56917
  return b === y && (lt += `
56899
56918
  Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe;
56900
56919
  }, Na = c.__private__.putPages = function() {
56901
56920
  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 }));
56921
+ for (O = 1; O <= un; O++) Yt[O].objId = cr(), Yt[O].contentsObjId = cr();
56922
+ 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
56923
  _n(ms, !0), ee("<</Type /Pages");
56905
56924
  var Pe = "/Kids [";
56906
56925
  for (se = 0; se < un; se++) Pe += Ce[se] + " 0 R ";
@@ -56927,8 +56946,8 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56927
56946
  var Hr = { offset: 1, color: dt[dt.length - 1].color };
56928
56947
  dt.push(Hr);
56929
56948
  }
56930
- for (var ui = "", fr = 0, _i = 0; _i < gn.length; _i++) {
56931
- for (Pt = gn[_i]; Pt > dt[fr + 1].offset; ) fr++;
56949
+ for (var ui = "", fr = 0, Ci = 0; Ci < gn.length; Ci++) {
56950
+ for (Pt = gn[Ci]; Pt > dt[fr + 1].offset; ) fr++;
56932
56951
  var fi = dt[fr].offset, Gi = (Pt - fi) / (dt[fr + 1].offset - fi), Xo = dt[fr].color, zs = dt[fr + 1].color;
56933
56952
  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
56953
  }
@@ -56953,7 +56972,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56953
56972
  ee(">>"), ee("endobj");
56954
56973
  }, po = function(O) {
56955
56974
  _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");
56975
+ 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
56976
  ee(">>");
56958
56977
  }(), function() {
56959
56978
  if (Object.keys(Ht).length > 0) {
@@ -56978,12 +56997,12 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56978
56997
  }, Ql = function(O) {
56979
56998
  Vt[O.fontName] = Vt[O.fontName] || {}, Vt[O.fontName][O.fontStyle] = O.id;
56980
56999
  }, 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;
57000
+ var lt = { id: "F" + (Object.keys(Gt).length + 1).toString(10), postScriptName: O, fontName: se, fontStyle: Ce, encoding: Pe, isStandardFont: Ve || !1, metadata: {} };
57001
+ return Tn.publish("addFont", { font: lt, instance: this }), Gt[lt.id] = lt, Ql(lt), lt.id;
56983
57002
  }, ci = c.__private__.pdfEscape = c.pdfEscape = function(O, se) {
56984
57003
  return function(Ce, Pe) {
56985
57004
  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)) {
57005
+ 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
57006
  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
57007
  Ce = gn.join("");
56989
57008
  }
@@ -56996,7 +57015,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
56996
57015
  return String.fromCharCode.apply(void 0, gn);
56997
57016
  }(O, se).replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
56998
57017
  }, 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]);
57018
+ 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
57019
  }, ys = function(O, se) {
57001
57020
  var Ce, Pe, Ve;
57002
57021
  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 +57026,15 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57007
57026
  Pe > Ve && (i = [Ve, Pe]);
57008
57027
  }
57009
57028
  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));
57029
+ }, Mi = function(O) {
57030
+ O > 0 && O <= un && (Te.splice(O, 1), Yt.splice(O, 1), un--, Z > un && (Z = un), this.setPage(Z));
57012
57031
  }, Hs = function(O) {
57013
57032
  O > 0 && O <= un && (Z = O);
57014
57033
  }, Dl = c.__private__.getNumberOfPages = c.getNumberOfPages = function() {
57015
57034
  return Te.length - 1;
57016
57035
  }, go = function(O, se, Ce) {
57017
57036
  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;
57037
+ 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
57038
  }, Oa = c.__private__.putInfo = function() {
57020
57039
  var O = Wn(), se = function(Pe) {
57021
57040
  return Pe;
@@ -57064,7 +57083,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57064
57083
  var O = "0000000000";
57065
57084
  ee("xref"), ee("0 " + (ye + 1)), ee("0000000000 65535 f ");
57066
57085
  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() {
57086
+ }, Qi = c.__private__.buildDocument = function() {
57068
57087
  var O;
57069
57088
  ye = 0, ue = 0, Be = [], be = [], ke = [], ms = cr(), aa = cr(), R(Be), Tn.publish("buildDocument"), _r(), Na(), function() {
57070
57089
  Tn.publish("putAdditionalObjects");
@@ -57074,7 +57093,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57074
57093
  }
57075
57094
  Tn.publish("postPutAdditionalObjects");
57076
57095
  }(), O = [], function() {
57077
- for (var Ce in zt) zt.hasOwnProperty(Ce) && (d === !1 || d === !0 && f.hasOwnProperty(Ce)) && va(zt[Ce]);
57096
+ for (var Ce in Gt) Gt.hasOwnProperty(Ce) && (d === !1 || d === !0 && f.hasOwnProperty(Ce)) && va(Gt[Ce]);
57078
57097
  }(), function() {
57079
57098
  var Ce;
57080
57099
  for (Ce in Nt) Nt.hasOwnProperty(Ce) && xA(Nt[Ce]);
@@ -57092,22 +57111,22 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57092
57111
  }, vo = c.output = c.__private__.output = (ji = function(O, se) {
57093
57112
  switch (typeof (se = se || {}) == "string" ? se = { filename: se } : se.filename = se.filename || "generated.pdf", O) {
57094
57113
  case void 0:
57095
- return Mi();
57114
+ return Qi();
57096
57115
  case "save":
57097
57116
  c.save(se.filename);
57098
57117
  break;
57099
57118
  case "arraybuffer":
57100
- return X(Mi());
57119
+ return X(Qi());
57101
57120
  case "blob":
57102
- return js(Mi());
57121
+ return js(Qi());
57103
57122
  case "bloburi":
57104
57123
  case "bloburl":
57105
- if (Bn.URL !== void 0 && typeof Bn.URL.createObjectURL == "function") return Bn.URL && Bn.URL.createObjectURL(js(Mi())) || void 0;
57124
+ if (Bn.URL !== void 0 && typeof Bn.URL.createObjectURL == "function") return Bn.URL && Bn.URL.createObjectURL(js(Qi())) || void 0;
57106
57125
  Mr.warn("bloburl is not supported by your system, because URL.createObjectURL is not supported by your browser.");
57107
57126
  break;
57108
57127
  case "datauristring":
57109
57128
  case "dataurlstring":
57110
- var Ce = "", Pe = Mi();
57129
+ var Ce = "", Pe = Qi();
57111
57130
  try {
57112
57131
  Ce = e7(Pe);
57113
57132
  } catch {
@@ -57157,7 +57176,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57157
57176
  if (!Bn.console) throw new Error(se);
57158
57177
  Bn.console.error(se, Ce), Bn.alert && alert(se);
57159
57178
  }
57160
- }, ji.foo.bar = ji, ji.foo), Bi = function(O) {
57179
+ }, ji.foo.bar = ji, ji.foo), xi = function(O) {
57161
57180
  return Array.isArray(ma) === !0 && ma.indexOf(O) > -1;
57162
57181
  };
57163
57182
  switch (r) {
@@ -57174,7 +57193,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57174
57193
  Ut = 72;
57175
57194
  break;
57176
57195
  case "px":
57177
- Ut = Bi("px_scaling") == 1 ? 0.75 : 96 / 72;
57196
+ Ut = xi("px_scaling") == 1 ? 0.75 : 96 / 72;
57178
57197
  break;
57179
57198
  case "pc":
57180
57199
  case "em":
@@ -57191,13 +57210,13 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57191
57210
  te(), G();
57192
57211
  var ya = c.__private__.getPageInfo = c.getPageInfo = function(O) {
57193
57212
  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] };
57213
+ return { objId: Yt[O].objId, pageNumber: O, pageContext: Yt[O] };
57195
57214
  }, Vs = c.__private__.getPageInfoByObjId = function(O) {
57196
57215
  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;
57216
+ for (var se in Yt) if (Yt[se].objId === O) break;
57198
57217
  return ya(se);
57199
57218
  }, sa = c.__private__.getCurrentPageInfo = c.getCurrentPageInfo = function() {
57200
- return { objId: Gt[Z].objId, pageNumber: Z, pageContext: Gt[Z] };
57219
+ return { objId: Yt[Z].objId, pageNumber: Z, pageContext: Yt[Z] };
57201
57220
  };
57202
57221
  c.addPage = function() {
57203
57222
  return ys.apply(this, arguments), this;
@@ -57208,22 +57227,22 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57208
57227
  }, c.movePage = function(O, se) {
57209
57228
  var Ce, Pe;
57210
57229
  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);
57230
+ Ce = Te[O], Pe = Yt[O];
57231
+ for (var Ve = O; Ve > se; Ve--) Te[Ve] = Te[Ve - 1], Yt[Ve] = Yt[Ve - 1];
57232
+ Te[se] = Ce, Yt[se] = Pe, this.setPage(se);
57214
57233
  } 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);
57234
+ Ce = Te[O], Pe = Yt[O];
57235
+ for (var lt = O; lt < se; lt++) Te[lt] = Te[lt + 1], Yt[lt] = Yt[lt + 1];
57236
+ Te[se] = Ce, Yt[se] = Pe, this.setPage(se);
57218
57237
  }
57219
57238
  return this;
57220
57239
  }, c.deletePage = function() {
57221
- return Oi.apply(this, arguments), this;
57240
+ return Mi.apply(this, arguments), this;
57222
57241
  }, c.__private__.text = c.text = function(O, se, Ce, Pe, Ve) {
57223
57242
  var lt, dt, Qt, Pt, gn, En, Xn, Hr, ui, fr = (Pe = Pe || {}).scope || this;
57224
57243
  if (typeof O == "number" && typeof se == "number" && (typeof Ce == "string" || Array.isArray(Ce))) {
57225
- var _i = Ce;
57226
- Ce = se, se = O, O = _i;
57244
+ var Ci = Ce;
57245
+ Ce = se, se = O, O = Ci;
57227
57246
  }
57228
57247
  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
57248
  if (O.length === 0) return fr;
@@ -57232,14 +57251,14 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57232
57251
  return It = It.split(" ").join(Array(Pe.TabLen || 9).join(" ")), ci(It, Xn);
57233
57252
  }
57234
57253
  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]]);
57254
+ 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
57255
  return or;
57237
57256
  }
57238
57257
  function Uu(It, Fn) {
57239
57258
  var xn;
57240
57259
  if (typeof It == "string") xn = Fn(It)[0];
57241
57260
  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]]));
57261
+ 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
57262
  xn = nl;
57244
57263
  }
57245
57264
  return xn;
@@ -57270,7 +57289,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57270
57289
  }
57271
57290
  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
57291
  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") {
57292
+ }, []))), 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
57293
  Qt *= Math.PI / 180, Pe.rotationDirection === 0 && (Qt = -Qt), b === y && (Qt = -Qt);
57275
57294
  var xs = Math.cos(Qt), Iu = Math.sin(Qt);
57276
57295
  ui = new rn(xs, Iu, -Iu, xs, 0, 0);
@@ -57318,7 +57337,7 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57318
57337
  Wi !== -1 ? Gi += Wi + ` Tr
57319
57338
  ` : gd !== -1 && (Gi += `0 Tr
57320
57339
  `), Wi !== -1 && (Tu.usedRenderingMode = Wi), Pt = Pe.align || "left";
57321
- var _s, LA = ae * Xo, Gc = fr.internal.pageSize.getWidth(), Yc = zt[Ct];
57340
+ var _s, LA = ae * Xo, Gc = fr.internal.pageSize.getWidth(), Yc = Gt[Ct];
57322
57341
  gn = Pe.charSpace || H, En = Pe.maxWidth || 0, Xn = Object.assign({ autoencode: !0, noBOM: !0 }, Pe.flags);
57323
57342
  var jl = [], UA = function(It) {
57324
57343
  return fr.getStringUnitWidth(It, { font: Yc, charSpace: gn, fontSize: ae, doKerning: !1 }) * ae / zs;
@@ -57358,8 +57377,8 @@ Q`), _n(Ve, !0), Vi({ data: lt, filters: gr(), objectId: Ve }), ee("endobj"), Pe
57358
57377
  }
57359
57378
  (typeof Pe.R2L == "boolean" ? Pe.R2L : Ue) === !0 && (O = Uu(O, function(It, Fn, xn) {
57360
57379
  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;
57380
+ })), 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;
57381
+ var gt = Gt[Ct].encoding;
57363
57382
  gt !== "WinAnsiEncoding" && gt !== "StandardEncoding" || (O = Uu(O, function(It, Fn, xn) {
57364
57383
  return [Jo(It), Fn, xn];
57365
57384
  })), dt = kA(O), O = [];
@@ -57432,15 +57451,15 @@ T* `) : O.join(` Tj
57432
57451
  c.stroke = function() {
57433
57452
  return ee("S"), this;
57434
57453
  }, c.fill = function(O) {
57435
- return Qi("f", O), this;
57454
+ return Di("f", O), this;
57436
57455
  }, c.fillEvenOdd = function(O) {
57437
- return Qi("f*", O), this;
57456
+ return Di("f*", O), this;
57438
57457
  }, c.fillStroke = function(O) {
57439
- return Qi("B", O), this;
57458
+ return Di("B", O), this;
57440
57459
  }, c.fillStrokeEvenOdd = function(O) {
57441
- return Qi("B*", O), this;
57460
+ return Di("B*", O), this;
57442
57461
  };
57443
- var Qi = function(O, se) {
57462
+ var Di = function(O, se) {
57444
57463
  Fr(se) === "object" ? ba(se, O) : ee(O);
57445
57464
  }, Ki = function(O) {
57446
57465
  O === null || b === y && O === void 0 || (O = ss(O), ee(O));
@@ -57483,9 +57502,9 @@ T* `) : O.join(` Tj
57483
57502
  if (isNaN(O) || isNaN(se) || isNaN(Ce) || isNaN(Pe) || !Ma(Ve)) throw new Error("Invalid arguments passed to jsPDF.line");
57484
57503
  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
57504
  }, 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;
57505
+ var dt, Qt, Pt, gn, En, Xn, Hr, ui, fr, Ci, fi, Gi;
57487
57506
  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));
57507
+ 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
57508
  return lt && qi(), Ki(Ve), this;
57490
57509
  }, c.path = function(O) {
57491
57510
  for (var se = 0; se < O.length; se++) {
@@ -57526,7 +57545,7 @@ T* `) : O.join(` Tj
57526
57545
  return Ce && (se = C(se, Ce)), Ct = go(O, se, { disableWarning: !1 }), this;
57527
57546
  };
57528
57547
  var Pl = c.__private__.getFont = c.getFont = function() {
57529
- return zt[go.apply(c, arguments)];
57548
+ return Gt[go.apply(c, arguments)];
57530
57549
  };
57531
57550
  c.__private__.getFontList = c.getFontList = function() {
57532
57551
  var O, se, Ce = {};
@@ -57562,7 +57581,7 @@ T* `) : O.join(` Tj
57562
57581
  var wa = c.__private__.getHorizontalCoordinate = function(O) {
57563
57582
  return N(O);
57564
57583
  }, Ba = c.__private__.getVerticalCoordinate = function(O) {
57565
- return b === y ? O : Gt[Z].mediaBox.topRightY - Gt[Z].mediaBox.bottomLeftY - N(O);
57584
+ return b === y ? O : Yt[Z].mediaBox.topRightY - Yt[Z].mediaBox.bottomLeftY - N(O);
57566
57585
  }, Zo = c.__private__.getHorizontalCoordinateString = c.getHorizontalCoordinateString = function(O) {
57567
57586
  return F(wa(O));
57568
57587
  }, xa = c.__private__.getVerticalCoordinateString = c.getVerticalCoordinateString = function(O) {
@@ -57571,19 +57590,19 @@ T* `) : O.join(` Tj
57571
57590
  c.__private__.getStrokeColor = c.getDrawColor = function() {
57572
57591
  return li(Ks);
57573
57592
  }, 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;
57593
+ return Ks = Zt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "draw", precision: 2 }), ee(Ks), this;
57575
57594
  };
57576
57595
  var _a = e.fillColor || "0 g";
57577
57596
  c.__private__.getFillColor = c.getFillColor = function() {
57578
57597
  return li(_a);
57579
57598
  }, 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;
57599
+ return _a = Zt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "fill", precision: 2 }), ee(_a), this;
57581
57600
  };
57582
57601
  var Qa = e.textColor || "0 g", EA = c.__private__.getTextColor = c.getTextColor = function() {
57583
57602
  return li(Qa);
57584
57603
  };
57585
57604
  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;
57605
+ return Qa = Zt({ ch1: O, ch2: se, ch3: Ce, ch4: Pe, pdfColorType: "text", precision: 3 }), this;
57587
57606
  };
57588
57607
  var H = e.charSpace, me = c.__private__.getCharSpace = c.getCharSpace = function() {
57589
57608
  return parseFloat(H || 0);
@@ -57671,22 +57690,22 @@ T* `) : O.join(` Tj
57671
57690
  isNaN(dt) || (lt = parseFloat(dt));
57672
57691
  } }), this;
57673
57692
  }, 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;
57693
+ 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
57694
  };
57676
57695
  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;
57696
+ 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
57697
  };
57679
57698
  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]);
57699
+ Bi.push(new On()), un = Z = 0, Te = [], St = O, Gn = se, Dt = Ve, as([Ce, Pe]);
57681
57700
  };
57682
57701
  for (var bn in c.beginFormObject = function(O, se, Ce, Pe, Ve) {
57683
57702
  return Ur(O, se, Ce, Pe, Ve), this;
57684
57703
  }, c.endFormObject = function(O) {
57685
57704
  return function(se) {
57686
- if (ra[se]) wi.pop().restore();
57705
+ if (ra[se]) Bi.pop().restore();
57687
57706
  else {
57688
57707
  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();
57708
+ Ce.id = Pe, ra[se] = Pe, Kr[Pe] = Ce, Tn.publish("addFormObject", Ce), Bi.pop().restore();
57690
57709
  }
57691
57710
  }(O), this;
57692
57711
  }, c.doFormObject = function(O, se) {
@@ -57696,9 +57715,9 @@ T* `) : O.join(` Tj
57696
57715
  var se = Kr[ra[O]];
57697
57716
  return { x: se.x, y: se.y, width: se.width, height: se.height, matrix: se.matrix };
57698
57717
  }, 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) {
57718
+ 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
57719
  try {
57701
- var Ve = of(js(Mi()), O);
57720
+ var Ve = of(js(Qi()), O);
57702
57721
  typeof of.unload == "function" && Bn.setTimeout && setTimeout(of.unload, 911), Ce(Ve);
57703
57722
  } catch (lt) {
57704
57723
  Pe(lt.message);
@@ -57709,21 +57728,21 @@ T* `) : O.join(` Tj
57709
57728
  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
57729
  }(Tn, An.API.events) : c[bn] = An.API[bn]);
57711
57730
  function ei(O) {
57712
- return Gt[O].mediaBox.topRightX - Gt[O].mediaBox.bottomLeftX;
57731
+ return Yt[O].mediaBox.topRightX - Yt[O].mediaBox.bottomLeftX;
57713
57732
  }
57714
- function xi(O, se) {
57715
- Gt[O].mediaBox.topRightX = se + Gt[O].mediaBox.bottomLeftX;
57733
+ function _i(O, se) {
57734
+ Yt[O].mediaBox.topRightX = se + Yt[O].mediaBox.bottomLeftX;
57716
57735
  }
57717
57736
  function Rr(O) {
57718
- return Gt[O].mediaBox.topRightY - Gt[O].mediaBox.bottomLeftY;
57737
+ return Yt[O].mediaBox.topRightY - Yt[O].mediaBox.bottomLeftY;
57719
57738
  }
57720
57739
  function Cr(O, se) {
57721
- Gt[O].mediaBox.topRightY = se + Gt[O].mediaBox.bottomLeftY;
57740
+ Yt[O].mediaBox.topRightY = se + Yt[O].mediaBox.bottomLeftY;
57722
57741
  }
57723
57742
  var wr = c.getPageWidth = function(O) {
57724
57743
  return ei(O = O || Z) / Ut;
57725
57744
  }, Sr = c.setPageWidth = function(O, se) {
57726
- xi(O, se * Ut);
57745
+ _i(O, se * Ut);
57727
57746
  }, zi = c.getPageHeight = function(O) {
57728
57747
  return Rr(O = O || Z) / Ut;
57729
57748
  }, Bs = c.setPageHeight = function(O, se) {
@@ -57743,7 +57762,7 @@ T* `) : O.join(` Tj
57743
57762
  };
57744
57763
  }, output: vo, getNumberOfPages: Dl, get pages() {
57745
57764
  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() {
57765
+ }, 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
57766
  return wr(Z);
57748
57767
  }, set: function(O) {
57749
57768
  Sr(Z, O);
@@ -57758,7 +57777,7 @@ T* `) : O.join(` Tj
57758
57777
  var Ve = O[se][0].split("-");
57759
57778
  Ql({ id: Pe, fontName: Ve[0], fontStyle: Ve[1] || "" });
57760
57779
  }
57761
- Tn.publish("addFonts", { fonts: zt, dictionary: Vt });
57780
+ Tn.publish("addFonts", { fonts: Gt, dictionary: Vt });
57762
57781
  }).call(c, W), Ct = "F1", ys(i, n), Tn.publish("initialized"), c;
57763
57782
  }
57764
57783
  Vd.prototype.lsbFirstWord = function(e) {
@@ -57788,7 +57807,7 @@ Vd.prototype.lsbFirstWord = function(e) {
57788
57807
  for (t in e) e.hasOwnProperty(t) && n.indexOf(t) < 0 && r--;
57789
57808
  return r === 0;
57790
57809
  }, An.API = { events: [] }, An.version = "4.0.0";
57791
- var pi = An.API, q_ = 1, pd = function(e) {
57810
+ var gi = An.API, q_ = 1, pd = function(e) {
57792
57811
  return e.replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
57793
57812
  }, Id = function(e) {
57794
57813
  return e.replace(/\\\\/g, "\\").replace(/\\\(/g, "(").replace(/\\\)/g, ")");
@@ -57797,33 +57816,33 @@ var pi = An.API, q_ = 1, pd = function(e) {
57797
57816
  }, Hu = function(e) {
57798
57817
  return e.toFixed(5);
57799
57818
  };
57800
- pi.__acroform__ = {};
57819
+ gi.__acroform__ = {};
57801
57820
  var Ps = function(e, t) {
57802
57821
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e;
57803
57822
  }, i7 = function(e) {
57804
57823
  return e * q_;
57805
57824
  }, Yl = function(e) {
57806
- var t = new NP(), n = Yt.internal.getHeight(e) || 0, r = Yt.internal.getWidth(e) || 0;
57825
+ var t = new NP(), n = Wt.internal.getHeight(e) || 0, r = Wt.internal.getWidth(e) || 0;
57807
57826
  return t.BBox = [0, 0, Number(kn(r)), Number(kn(n))], t;
57808
- }, D8e = pi.__acroform__.setBit = function(e, t) {
57827
+ }, D8e = gi.__acroform__.setBit = function(e, t) {
57809
57828
  if (e = e || 0, t = t || 0, isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBit");
57810
57829
  return e | 1 << t;
57811
- }, P8e = pi.__acroform__.clearBit = function(e, t) {
57830
+ }, P8e = gi.__acroform__.clearBit = function(e, t) {
57812
57831
  if (e = e || 0, t = t || 0, isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBit");
57813
57832
  return e & ~(1 << t);
57814
- }, $8e = pi.__acroform__.getBit = function(e, t) {
57833
+ }, $8e = gi.__acroform__.getBit = function(e, t) {
57815
57834
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBit");
57816
57835
  return e & 1 << t ? 1 : 0;
57817
- }, Ui = pi.__acroform__.getBitForPdf = function(e, t) {
57836
+ }, Ii = gi.__acroform__.getBitForPdf = function(e, t) {
57818
57837
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBitForPdf");
57819
57838
  return $8e(e, t - 1);
57820
- }, Ii = pi.__acroform__.setBitForPdf = function(e, t) {
57839
+ }, Ti = gi.__acroform__.setBitForPdf = function(e, t) {
57821
57840
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBitForPdf");
57822
57841
  return D8e(e, t - 1);
57823
- }, Ti = pi.__acroform__.clearBitForPdf = function(e, t) {
57842
+ }, Ni = gi.__acroform__.clearBitForPdf = function(e, t) {
57824
57843
  if (isNaN(e) || isNaN(t)) throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBitForPdf");
57825
57844
  return P8e(e, t - 1);
57826
- }, R8e = pi.__acroform__.calculateCoordinates = function(e, t) {
57845
+ }, R8e = gi.__acroform__.calculateCoordinates = function(e, t) {
57827
57846
  var n = t.internal.getHorizontalCoordinate, r = t.internal.getVerticalCoordinate, i = e[0], a = e[1], s = e[2], o = e[3], l = {};
57828
57847
  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
57848
  }, H8e = function(e) {
@@ -57843,9 +57862,9 @@ var Ps = function(e, t) {
57843
57862
  }) : i.map(function(S) {
57844
57863
  return [S];
57845
57864
  });
57846
- var a = n, s = Yt.internal.getHeight(e) || 0;
57865
+ var a = n, s = Wt.internal.getHeight(e) || 0;
57847
57866
  s = s < 0 ? -s : s;
57848
- var o = Yt.internal.getWidth(e) || 0;
57867
+ var o = Wt.internal.getWidth(e) || 0;
57849
57868
  o = o < 0 ? -o : o;
57850
57869
  var l = function(S, T, N) {
57851
57870
  if (S + 1 < i.length) {
@@ -57950,7 +57969,7 @@ var Ps = function(e, t) {
57950
57969
  var a = !r;
57951
57970
  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
57971
  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) {
57972
+ 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
57973
  var u = H8e(o);
57955
57974
  l.push({ key: "AP", value: "<</N " + u + ">>" }), i.internal.acroformPlugin.xForms.push(u);
57956
57975
  }
@@ -57980,7 +57999,7 @@ var Ps = function(e, t) {
57980
57999
  })(n, e);
57981
58000
  }), e.internal.acroformPlugin.isInitialized = !0;
57982
58001
  }
57983
- }, TP = pi.__acroform__.arrayToPdfArray = function(e, t, n) {
58002
+ }, TP = gi.__acroform__.arrayToPdfArray = function(e, t, n) {
57984
58003
  var r = function(s) {
57985
58004
  return s;
57986
58005
  };
@@ -58070,9 +58089,9 @@ var Ol = function e() {
58070
58089
  if (isNaN(v)) throw new Error('Invalid value "' + v + '" for attribute F supplied.');
58071
58090
  t = v;
58072
58091
  } }), Object.defineProperty(this, "showWhenPrinted", { enumerable: !0, configurable: !0, get: function() {
58073
- return !!Ui(t, 3);
58092
+ return !!Ii(t, 3);
58074
58093
  }, set: function(v) {
58075
- v ? this.F = Ii(t, 3) : this.F = Ti(t, 3);
58094
+ v ? this.F = Ti(t, 3) : this.F = Ni(t, 3);
58076
58095
  } });
58077
58096
  var n = 0;
58078
58097
  Object.defineProperty(this, "Ff", { enumerable: !1, configurable: !1, get: function() {
@@ -58211,17 +58230,17 @@ var Ol = function e() {
58211
58230
  }, set: function(v) {
58212
58231
  p = v;
58213
58232
  } }), Object.defineProperty(this, "readOnly", { enumerable: !0, configurable: !0, get: function() {
58214
- return !!Ui(this.Ff, 1);
58233
+ return !!Ii(this.Ff, 1);
58215
58234
  }, set: function(v) {
58216
- v ? this.Ff = Ii(this.Ff, 1) : this.Ff = Ti(this.Ff, 1);
58235
+ v ? this.Ff = Ti(this.Ff, 1) : this.Ff = Ni(this.Ff, 1);
58217
58236
  } }), Object.defineProperty(this, "required", { enumerable: !0, configurable: !0, get: function() {
58218
- return !!Ui(this.Ff, 2);
58237
+ return !!Ii(this.Ff, 2);
58219
58238
  }, set: function(v) {
58220
- v ? this.Ff = Ii(this.Ff, 2) : this.Ff = Ti(this.Ff, 2);
58239
+ v ? this.Ff = Ti(this.Ff, 2) : this.Ff = Ni(this.Ff, 2);
58221
58240
  } }), Object.defineProperty(this, "noExport", { enumerable: !0, configurable: !0, get: function() {
58222
- return !!Ui(this.Ff, 3);
58241
+ return !!Ii(this.Ff, 3);
58223
58242
  }, set: function(v) {
58224
- v ? this.Ff = Ii(this.Ff, 3) : this.Ff = Ti(this.Ff, 3);
58243
+ v ? this.Ff = Ti(this.Ff, 3) : this.Ff = Ni(this.Ff, 3);
58225
58244
  } });
58226
58245
  var g = null;
58227
58246
  Object.defineProperty(this, "Q", { enumerable: !0, configurable: !1, get: function() {
@@ -58290,29 +58309,29 @@ var fh = function() {
58290
58309
  }, this.removeOption = function(n, r) {
58291
58310
  for (r = r || !1, n = (n = n || "").toString(); t.indexOf(n) !== -1 && (t.splice(t.indexOf(n), 1), r !== !1); ) ;
58292
58311
  }, Object.defineProperty(this, "combo", { enumerable: !0, configurable: !0, get: function() {
58293
- return !!Ui(this.Ff, 18);
58312
+ return !!Ii(this.Ff, 18);
58294
58313
  }, set: function(n) {
58295
- n ? this.Ff = Ii(this.Ff, 18) : this.Ff = Ti(this.Ff, 18);
58314
+ n ? this.Ff = Ti(this.Ff, 18) : this.Ff = Ni(this.Ff, 18);
58296
58315
  } }), Object.defineProperty(this, "edit", { enumerable: !0, configurable: !0, get: function() {
58297
- return !!Ui(this.Ff, 19);
58316
+ return !!Ii(this.Ff, 19);
58298
58317
  }, set: function(n) {
58299
- this.combo === !0 && (n ? this.Ff = Ii(this.Ff, 19) : this.Ff = Ti(this.Ff, 19));
58318
+ this.combo === !0 && (n ? this.Ff = Ti(this.Ff, 19) : this.Ff = Ni(this.Ff, 19));
58300
58319
  } }), Object.defineProperty(this, "sort", { enumerable: !0, configurable: !0, get: function() {
58301
- return !!Ui(this.Ff, 20);
58320
+ return !!Ii(this.Ff, 20);
58302
58321
  }, set: function(n) {
58303
- n ? (this.Ff = Ii(this.Ff, 20), t.sort()) : this.Ff = Ti(this.Ff, 20);
58322
+ n ? (this.Ff = Ti(this.Ff, 20), t.sort()) : this.Ff = Ni(this.Ff, 20);
58304
58323
  } }), Object.defineProperty(this, "multiSelect", { enumerable: !0, configurable: !0, get: function() {
58305
- return !!Ui(this.Ff, 22);
58324
+ return !!Ii(this.Ff, 22);
58306
58325
  }, set: function(n) {
58307
- n ? this.Ff = Ii(this.Ff, 22) : this.Ff = Ti(this.Ff, 22);
58326
+ n ? this.Ff = Ti(this.Ff, 22) : this.Ff = Ni(this.Ff, 22);
58308
58327
  } }), Object.defineProperty(this, "doNotSpellCheck", { enumerable: !0, configurable: !0, get: function() {
58309
- return !!Ui(this.Ff, 23);
58328
+ return !!Ii(this.Ff, 23);
58310
58329
  }, set: function(n) {
58311
- n ? this.Ff = Ii(this.Ff, 23) : this.Ff = Ti(this.Ff, 23);
58330
+ n ? this.Ff = Ti(this.Ff, 23) : this.Ff = Ni(this.Ff, 23);
58312
58331
  } }), Object.defineProperty(this, "commitOnSelChange", { enumerable: !0, configurable: !0, get: function() {
58313
- return !!Ui(this.Ff, 27);
58332
+ return !!Ii(this.Ff, 27);
58314
58333
  }, set: function(n) {
58315
- n ? this.Ff = Ii(this.Ff, 27) : this.Ff = Ti(this.Ff, 27);
58334
+ n ? this.Ff = Ti(this.Ff, 27) : this.Ff = Ni(this.Ff, 27);
58316
58335
  } }), this.hasAppearanceStream = !1;
58317
58336
  };
58318
58337
  Ps(fh, Ol);
@@ -58330,21 +58349,21 @@ var fv = function() {
58330
58349
  Ps(fv, hh);
58331
58350
  var ua = function() {
58332
58351
  Ol.call(this), this.FT = "/Btn", Object.defineProperty(this, "noToggleToOff", { enumerable: !0, configurable: !0, get: function() {
58333
- return !!Ui(this.Ff, 15);
58352
+ return !!Ii(this.Ff, 15);
58334
58353
  }, set: function(n) {
58335
- n ? this.Ff = Ii(this.Ff, 15) : this.Ff = Ti(this.Ff, 15);
58354
+ n ? this.Ff = Ti(this.Ff, 15) : this.Ff = Ni(this.Ff, 15);
58336
58355
  } }), Object.defineProperty(this, "radio", { enumerable: !0, configurable: !0, get: function() {
58337
- return !!Ui(this.Ff, 16);
58356
+ return !!Ii(this.Ff, 16);
58338
58357
  }, set: function(n) {
58339
- n ? this.Ff = Ii(this.Ff, 16) : this.Ff = Ti(this.Ff, 16);
58358
+ n ? this.Ff = Ti(this.Ff, 16) : this.Ff = Ni(this.Ff, 16);
58340
58359
  } }), Object.defineProperty(this, "pushButton", { enumerable: !0, configurable: !0, get: function() {
58341
- return !!Ui(this.Ff, 17);
58360
+ return !!Ii(this.Ff, 17);
58342
58361
  }, set: function(n) {
58343
- n ? this.Ff = Ii(this.Ff, 17) : this.Ff = Ti(this.Ff, 17);
58362
+ n ? this.Ff = Ti(this.Ff, 17) : this.Ff = Ni(this.Ff, 17);
58344
58363
  } }), Object.defineProperty(this, "radioIsUnison", { enumerable: !0, configurable: !0, get: function() {
58345
- return !!Ui(this.Ff, 26);
58364
+ return !!Ii(this.Ff, 26);
58346
58365
  }, set: function(n) {
58347
- n ? this.Ff = Ii(this.Ff, 26) : this.Ff = Ti(this.Ff, 26);
58366
+ n ? this.Ff = Ti(this.Ff, 26) : this.Ff = Ni(this.Ff, 26);
58348
58367
  } });
58349
58368
  var e, t = {};
58350
58369
  Object.defineProperty(this, "MK", { enumerable: !1, configurable: !1, get: function() {
@@ -58423,7 +58442,7 @@ var U2 = function() {
58423
58442
  return n.substr(1, n.length - 1);
58424
58443
  }, set: function(i) {
58425
58444
  n = "/" + i;
58426
- } }), this.caption = "l", this.appearanceState = "Off", this._AppearanceType = Yt.RadioButton.Circle, this.appearanceStreamContent = this._AppearanceType.createAppearanceStream(this.optionName);
58445
+ } }), this.caption = "l", this.appearanceState = "Off", this._AppearanceType = Wt.RadioButton.Circle, this.appearanceStreamContent = this._AppearanceType.createAppearanceStream(this.optionName);
58427
58446
  };
58428
58447
  Ps(U2, Ol), ph.prototype.setAppearance = function(e) {
58429
58448
  if (!("createAppearanceStream" in e) || !("getCA" in e)) throw new Error("Couldn't assign Appearance to RadioButton. Appearance was Invalid!");
@@ -58436,34 +58455,34 @@ Ps(U2, Ol), ph.prototype.setAppearance = function(e) {
58436
58455
  return t.Parent = this, t.optionName = e, this.Kids.push(t), K8e.call(this.scope, t), t;
58437
58456
  };
58438
58457
  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();
58458
+ ua.call(this), this.fontName = "zapfdingbats", this.caption = "3", this.appearanceState = "On", this.value = "On", this.textAlign = "center", this.appearanceStreamContent = Wt.CheckBox.createAppearanceStream();
58440
58459
  };
58441
58460
  Ps(hv, ua);
58442
58461
  var _f = function() {
58443
58462
  Ol.call(this), this.FT = "/Tx", Object.defineProperty(this, "multiline", { enumerable: !0, configurable: !0, get: function() {
58444
- return !!Ui(this.Ff, 13);
58463
+ return !!Ii(this.Ff, 13);
58445
58464
  }, set: function(t) {
58446
- t ? this.Ff = Ii(this.Ff, 13) : this.Ff = Ti(this.Ff, 13);
58465
+ t ? this.Ff = Ti(this.Ff, 13) : this.Ff = Ni(this.Ff, 13);
58447
58466
  } }), Object.defineProperty(this, "fileSelect", { enumerable: !0, configurable: !0, get: function() {
58448
- return !!Ui(this.Ff, 21);
58467
+ return !!Ii(this.Ff, 21);
58449
58468
  }, set: function(t) {
58450
- t ? this.Ff = Ii(this.Ff, 21) : this.Ff = Ti(this.Ff, 21);
58469
+ t ? this.Ff = Ti(this.Ff, 21) : this.Ff = Ni(this.Ff, 21);
58451
58470
  } }), Object.defineProperty(this, "doNotSpellCheck", { enumerable: !0, configurable: !0, get: function() {
58452
- return !!Ui(this.Ff, 23);
58471
+ return !!Ii(this.Ff, 23);
58453
58472
  }, set: function(t) {
58454
- t ? this.Ff = Ii(this.Ff, 23) : this.Ff = Ti(this.Ff, 23);
58473
+ t ? this.Ff = Ti(this.Ff, 23) : this.Ff = Ni(this.Ff, 23);
58455
58474
  } }), Object.defineProperty(this, "doNotScroll", { enumerable: !0, configurable: !0, get: function() {
58456
- return !!Ui(this.Ff, 24);
58475
+ return !!Ii(this.Ff, 24);
58457
58476
  }, set: function(t) {
58458
- t ? this.Ff = Ii(this.Ff, 24) : this.Ff = Ti(this.Ff, 24);
58477
+ t ? this.Ff = Ti(this.Ff, 24) : this.Ff = Ni(this.Ff, 24);
58459
58478
  } }), Object.defineProperty(this, "comb", { enumerable: !0, configurable: !0, get: function() {
58460
- return !!Ui(this.Ff, 25);
58479
+ return !!Ii(this.Ff, 25);
58461
58480
  }, set: function(t) {
58462
- t ? this.Ff = Ii(this.Ff, 25) : this.Ff = Ti(this.Ff, 25);
58481
+ t ? this.Ff = Ti(this.Ff, 25) : this.Ff = Ni(this.Ff, 25);
58463
58482
  } }), Object.defineProperty(this, "richText", { enumerable: !0, configurable: !0, get: function() {
58464
- return !!Ui(this.Ff, 26);
58483
+ return !!Ii(this.Ff, 26);
58465
58484
  }, set: function(t) {
58466
- t ? this.Ff = Ii(this.Ff, 26) : this.Ff = Ti(this.Ff, 26);
58485
+ t ? this.Ff = Ti(this.Ff, 26) : this.Ff = Ni(this.Ff, 26);
58467
58486
  } });
58468
58487
  var e = null;
58469
58488
  Object.defineProperty(this, "MaxLen", { enumerable: !0, configurable: !1, get: function() {
@@ -58481,104 +58500,104 @@ var _f = function() {
58481
58500
  Ps(_f, Ol);
58482
58501
  var pv = function() {
58483
58502
  _f.call(this), Object.defineProperty(this, "password", { enumerable: !0, configurable: !0, get: function() {
58484
- return !!Ui(this.Ff, 14);
58503
+ return !!Ii(this.Ff, 14);
58485
58504
  }, set: function(e) {
58486
- e ? this.Ff = Ii(this.Ff, 14) : this.Ff = Ti(this.Ff, 14);
58505
+ e ? this.Ff = Ti(this.Ff, 14) : this.Ff = Ni(this.Ff, 14);
58487
58506
  } }), this.password = !0;
58488
58507
  };
58489
58508
  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 } };
58509
+ var Wt = { CheckBox: { createAppearanceStream: function() {
58510
+ return { N: { On: Wt.CheckBox.YesNormal }, D: { On: Wt.CheckBox.YesPushDown, Off: Wt.CheckBox.OffPushDown } };
58492
58511
  }, YesPushDown: function(e) {
58493
58512
  var t = Yl(e);
58494
58513
  t.scope = e.scope;
58495
58514
  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(`
58515
+ 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
58516
  `), t;
58498
58517
  }, YesNormal: function(e) {
58499
58518
  var t = Yl(e);
58500
58519
  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);
58520
+ 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
58521
  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
58522
  `), t;
58504
58523
  }, OffPushDown: function(e) {
58505
58524
  var t = Yl(e);
58506
58525
  t.scope = e.scope;
58507
58526
  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(`
58527
+ 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
58528
  `), t;
58510
58529
  } }, 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;
58530
+ var t = { D: { Off: Wt.RadioButton.Circle.OffPushDown }, N: {} };
58531
+ return t.N[e] = Wt.RadioButton.Circle.YesNormal, t.D[e] = Wt.RadioButton.Circle.YesPushDown, t;
58513
58532
  }, getCA: function() {
58514
58533
  return "l";
58515
58534
  }, YesNormal: function(e) {
58516
58535
  var t = Yl(e);
58517
58536
  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;
58537
+ var n = [], r = Wt.internal.getWidth(e) <= Wt.internal.getHeight(e) ? Wt.internal.getWidth(e) / 4 : Wt.internal.getHeight(e) / 4;
58519
58538
  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(`
58539
+ var i = Wt.internal.Bezier_C, a = Number((r * i).toFixed(5));
58540
+ 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
58541
  `), t;
58523
58542
  }, YesPushDown: function(e) {
58524
58543
  var t = Yl(e);
58525
58544
  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;
58545
+ var n = [], r = Wt.internal.getWidth(e) <= Wt.internal.getHeight(e) ? Wt.internal.getWidth(e) / 4 : Wt.internal.getHeight(e) / 4;
58527
58546
  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(`
58547
+ 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));
58548
+ 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
58549
  `), t;
58531
58550
  }, OffPushDown: function(e) {
58532
58551
  var t = Yl(e);
58533
58552
  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;
58553
+ var n = [], r = Wt.internal.getWidth(e) <= Wt.internal.getHeight(e) ? Wt.internal.getWidth(e) / 4 : Wt.internal.getHeight(e) / 4;
58535
58554
  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(`
58555
+ var i = Number((2 * r).toFixed(5)), a = Number((i * Wt.internal.Bezier_C).toFixed(5));
58556
+ 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
58557
  `), t;
58539
58558
  } }, 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;
58559
+ var t = { D: { Off: Wt.RadioButton.Cross.OffPushDown }, N: {} };
58560
+ return t.N[e] = Wt.RadioButton.Cross.YesNormal, t.D[e] = Wt.RadioButton.Cross.YesPushDown, t;
58542
58561
  }, getCA: function() {
58543
58562
  return "8";
58544
58563
  }, YesNormal: function(e) {
58545
58564
  var t = Yl(e);
58546
58565
  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(`
58566
+ var n = [], r = Wt.internal.calculateCross(e);
58567
+ 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
58568
  `), t;
58550
58569
  }, YesPushDown: function(e) {
58551
58570
  var t = Yl(e);
58552
58571
  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(`
58572
+ var n = Wt.internal.calculateCross(e), r = [];
58573
+ 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
58574
  `), t;
58556
58575
  }, OffPushDown: function(e) {
58557
58576
  var t = Yl(e);
58558
58577
  t.scope = e.scope;
58559
58578
  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(`
58579
+ 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
58580
  `), t;
58562
58581
  } } }, createDefaultAppearanceStream: function(e) {
58563
58582
  var t = e.scope.internal.getFont(e.fontName, e.fontStyle).id, n = e.scope.__private__.encodeColorString(e.color);
58564
58583
  return "/" + t + " " + e.fontSize + " Tf " + n;
58565
58584
  } };
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);
58585
+ Wt.internal = { Bezier_C: 0.551915024494, calculateCross: function(e) {
58586
+ var t = Wt.internal.getWidth(e), n = Wt.internal.getHeight(e), r = Math.min(t, n);
58568
58587
  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) {
58588
+ } }, Wt.internal.getWidth = function(e) {
58570
58589
  var t = 0;
58571
58590
  return Fr(e) === "object" && (t = i7(e.Rect[2])), t;
58572
- }, Yt.internal.getHeight = function(e) {
58591
+ }, Wt.internal.getHeight = function(e) {
58573
58592
  var t = 0;
58574
58593
  return Fr(e) === "object" && (t = i7(e.Rect[3])), t;
58575
58594
  };
58576
- var K8e = pi.addField = function(e) {
58595
+ var K8e = gi.addField = function(e) {
58577
58596
  if (q8e(this, e), !(e instanceof Ol)) throw new Error("Invalid argument passed to jsPDF.addField.");
58578
58597
  var t;
58579
58598
  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
58599
  };
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 };
58600
+ 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
58601
  An.AcroForm;
58583
58602
  function MP(e) {
58584
58603
  return e.reduce(function(t, n, r) {
@@ -59417,20 +59436,20 @@ function O5(e) {
59417
59436
  var Oe, Ue, Ke, Ze, Ye, ht, Lt, _t, Ct, Ut, St = 0;
59418
59437
  for (Ct = 0; Ct < 8; ++Ct) {
59419
59438
  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;
59439
+ 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
59440
  ae[St] = nn + un, ae[St + 4] = nn - un;
59422
- var Tn = 0.707106781 * (Gt + Zn);
59441
+ var Tn = 0.707106781 * (Yt + Zn);
59423
59442
  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;
59443
+ 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
59444
  ae[St + 5] = oi + Kr, ae[St + 3] = oi - Kr, ae[St + 1] = rn + ra, ae[St + 7] = rn - ra, St += 8;
59426
59445
  }
59427
59446
  for (St = 0, Ct = 0; Ct < 8; ++Ct) {
59428
59447
  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;
59448
+ 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;
59449
+ ae[St] = aa + Zt, ae[St + 32] = aa - Zt;
59431
59450
  var Vi = 0.707106781 * (gr + li);
59432
59451
  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;
59452
+ 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
59453
  ae[St + 40] = ho + Na, ae[St + 24] = ho - Na, ae[St + 8] = Ai + va, ae[St + 56] = Ai - va, St++;
59435
59454
  }
59436
59455
  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 +59784,7 @@ function w7(e) {
59765
59784
  V[oe++] = ce >> 16 & 255, V[oe++] = ce >> 8 & 255, V[oe++] = 255 & ce, V[oe++] = ce >> 24 & 255;
59766
59785
  }
59767
59786
  }
59768
- function zt(B, k, D, V, oe) {
59787
+ function Gt(B, k, D, V, oe) {
59769
59788
  for (D = k + D; k < D; ) {
59770
59789
  var ce = (pe = B[k++]) >> 16 & 240 | pe >> 12 & 15, pe = 240 & pe | pe >> 28 & 15;
59771
59790
  V[oe++] = ce, V[oe++] = pe;
@@ -59802,7 +59821,7 @@ function w7(e) {
59802
59821
  function un() {
59803
59822
  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
59823
  }
59805
- function Gt() {
59824
+ function Yt() {
59806
59825
  this.width = [0], this.height = [0], this.Pd = [0], this.Qd = [0], this.format = [0];
59807
59826
  }
59808
59827
  function Tn() {
@@ -59828,7 +59847,7 @@ function w7(e) {
59828
59847
  }
59829
59848
  return 0;
59830
59849
  }
59831
- function wi(B) {
59850
+ function Bi(B) {
59832
59851
  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
59852
  if (k.memory = null, k.Ib = null, k.Jb = null, k.Nd = null, !Gc(k.Oa, B, oe ? 11 : 12)) return 0;
59834
59853
  if (oe && Nt(D) && kA(), B.da) alert("todo:use_scaling");
@@ -59993,7 +60012,7 @@ function w7(e) {
59993
60012
  B.qd = pe, B.rd = ve;
59994
60013
  }
59995
60014
  }
59996
- function Wt(B, k) {
60015
+ function Zt(B, k) {
59997
60016
  var D = B.l.ma, V = D.Z == 0 || D.Z == 1 ? B.l.j : B.C;
59998
60017
  if (V = B.C < V ? V : B.C, t(k <= B.l.o), k > V) {
59999
60018
  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 +60075,7 @@ function w7(e) {
60056
60075
  }
60057
60076
  function Rs() {
60058
60077
  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);
60078
+ 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
60079
  }
60061
60080
  function Na(B, k, D, V, oe) {
60062
60081
  var ce = 1, pe = [B], ve = [k], we = V.m, Se = V.s, $e = null, Xe = 0;
@@ -60098,14 +60117,14 @@ function w7(e) {
60098
60117
  }
60099
60118
  var kt;
60100
60119
  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];
60120
+ 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
60121
  n: for (; ; ) {
60103
60122
  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);
60123
+ var Sa = te(us, 3) + 2, il = ae(Ca, Sa), ki = ae(As, Sa), Cs = il * ki;
60124
+ if (!Na(il, ki, 0, zr, lr)) break n;
60125
+ for (lr = lr[0], Xi.xc = Sa, Ei = 0; Ei < Cs; ++Ei) {
60126
+ var Or = lr[Ei] >> 8 & 65535;
60127
+ lr[Ei] = Or, Or >= Er && (Er = Or + 1);
60109
60128
  }
60110
60129
  }
60111
60130
  if (us.h) break n;
@@ -60122,8 +60141,8 @@ function w7(e) {
60122
60141
  break n;
60123
60142
  }
60124
60143
  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;
60144
+ for (Ei = ar = 0; Ei < Er; ++Ei) {
60145
+ var jr = Js[Ei], to = jr.G, al = jr.H, Wc = 0, TA = 1, Ea = 0;
60127
60146
  for (Ln = 0; 5 > Ln; ++Ln) {
60128
60147
  Ji = lC[Ln], to[Ln] = eo, al[Ln] = ar, !Ln && 0 < di && (Ji += 1 << di);
60129
60148
  i: {
@@ -60253,17 +60272,17 @@ function w7(e) {
60253
60272
  function ys() {
60254
60273
  this.Sc = [0, 0], this.Eb = [0, 0], this.Qc = [0, 0], this.ia = this.lc = 0;
60255
60274
  }
60256
- function Oi() {
60275
+ function Mi() {
60257
60276
  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
60277
  }
60259
60278
  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();
60279
+ 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
60280
  }
60262
60281
  function Dl() {
60263
60282
  this.y = a(16), this.f = a(8), this.ea = a(8);
60264
60283
  }
60265
60284
  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;
60285
+ 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
60286
  }
60268
60287
  function Oa(B, k) {
60269
60288
  return 0 > B ? 0 : B > k ? k : B;
@@ -60281,7 +60300,7 @@ function w7(e) {
60281
60300
  function mo(B, k, D) {
60282
60301
  return 3 <= D && B[k + 0] == 157 && B[k + 1] == 1 && B[k + 2] == 42;
60283
60302
  }
60284
- function Mi(B, k) {
60303
+ function Qi(B, k) {
60285
60304
  if (B == null) return 0;
60286
60305
  if (B.a = 0, B.sc = "OK", k == null) return _r(B, 2, "null VP8Io passed to VP8GetHeaders()");
60287
60306
  var D = k.data, V = k.w, oe = k.ha;
@@ -60368,11 +60387,11 @@ function w7(e) {
60368
60387
  var k = B.rb[B.sb - 1];
60369
60388
  k.la = 0, k.Na = 0, i(B.zc, 0, 0, B.zc.length), B.ja = 0;
60370
60389
  }
60371
- function Bi(B, k, D, V, oe) {
60390
+ function xi(B, k, D, V, oe) {
60372
60391
  oe = B[k + D + 32 * V] + (oe >> 3), B[k + D + 32 * V] = -256 & oe ? 0 > oe ? 0 : 255 : oe;
60373
60392
  }
60374
60393
  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);
60394
+ 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
60395
  }
60377
60396
  function ya(B) {
60378
60397
  return (20091 * B >> 16) + B;
@@ -60383,7 +60402,7 @@ function w7(e) {
60383
60402
  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
60403
  pe[ce + 0] = ve + $e, pe[ce + 1] = we + Se, pe[ce + 2] = we - Se, pe[ce + 3] = ve - $e, ce += 4, k++;
60385
60404
  }
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;
60405
+ 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
60406
  }
60388
60407
  function sa(B, k, D, V) {
60389
60408
  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 +60416,12 @@ function w7(e) {
60397
60416
  }
60398
60417
  function ss(B, k, D, V) {
60399
60418
  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);
60419
+ for (B = B[k + 0] + 4, oe = 0; 4 > oe; ++oe) for (k = 0; 4 > k; ++k) xi(D, V, k, oe, B);
60401
60420
  }
60402
60421
  function qi(B, k, D, V) {
60403
60422
  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
60423
  }
60405
- function Qi(B, k, D, V) {
60424
+ function Di(B, k, D, V) {
60406
60425
  var oe, ce = a(16);
60407
60426
  for (oe = 0; 4 > oe; ++oe) {
60408
60427
  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 +60569,7 @@ function w7(e) {
60550
60569
  var oe = 2 * V + 1;
60551
60570
  for (V = 0; 16 > V; ++V) On(B, k + V * D, 1, oe) && Ot(B, k + V * D, 1);
60552
60571
  }
60553
- function xi(B, k, D, V) {
60572
+ function _i(B, k, D, V) {
60554
60573
  var oe;
60555
60574
  for (oe = 3; 0 < oe; --oe) bn(B, k += 4 * D, D, V);
60556
60575
  }
@@ -60648,7 +60667,7 @@ function w7(e) {
60648
60667
  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
60668
  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
60669
  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: {
60670
+ 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
60671
  t(pe.$a == 1), k = Rs();
60653
60672
  t: for (; ; ) {
60654
60673
  if (k == null) {
@@ -60681,7 +60700,7 @@ function w7(e) {
60681
60700
  t(We <= ot), t(k <= at), t(aa(Xe));
60682
60701
  t: for (; ; ) {
60683
60702
  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));
60703
+ 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
60704
  else {
60686
60705
  if (!(280 > at)) {
60687
60706
  qe = 0;
@@ -60694,12 +60713,12 @@ function w7(e) {
60694
60713
  break t;
60695
60714
  }
60696
60715
  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);
60716
+ for (We += at, Se += at; Se >= Re; ) Se -= Re, ++we <= k && !(we % 16) && Zt(pe, we);
60698
60717
  We < ut && Se & wt && (pt = _n(Xe, Se, we));
60699
60718
  }
60700
60719
  t($e.h == ie($e));
60701
60720
  }
60702
- Wt(pe, we > k ? k : we);
60721
+ Zt(pe, we > k ? k : we);
60703
60722
  break t;
60704
60723
  }
60705
60724
  !qe || $e.h && We < ot ? (qe = 0, pe.a = $e.h ? 5 : 3) : pe.$ = We, k = qe;
@@ -60716,7 +60735,7 @@ function w7(e) {
60716
60735
  }
60717
60736
  return B.nb + D * oe;
60718
60737
  }
60719
- function _i(B, k, D, V, oe, ce) {
60738
+ function Ci(B, k, D, V, oe, ce) {
60720
60739
  for (; 0 < oe--; ) {
60721
60740
  var pe, ve = B, we = k + (D ? 1 : 0), Se = B, $e = k + (D ? 0 : 3);
60722
60741
  for (pe = 0; pe < V; ++pe) {
@@ -60752,7 +60771,7 @@ function w7(e) {
60752
60771
  for (ce = 0; ce < oe; ++ce) D[V + ce] = B[k + ce] >> 8;
60753
60772
  }
60754
60773
  function zs() {
60755
- up = _i, X_ = fi, J_ = Gi, eC = Xo;
60774
+ up = Ci, X_ = fi, J_ = Gi, eC = Xo;
60756
60775
  }
60757
60776
  function Jo(B, k, D) {
60758
60777
  I[B] = function(V, oe, ce, pe, ve, we, Se, $e, Xe, Ee, Re, qe, at, We, ot, ut, wt) {
@@ -61081,7 +61100,7 @@ function w7(e) {
61081
61100
  });
61082
61101
  var le, ge = I.ColorIndexInverseTransform, _e = I.MapARGB, De = I.VP8LColorIndexInverseTransformAlpha, Fe = I.MapAlpha, He = I.VP8LPredictorsAdd = [];
61083
61102
  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 = [];
61103
+ 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
61104
  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
61105
  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
61106
  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 +61108,14 @@ function w7(e) {
61089
61108
  this.WebPDecodeRGBA = function(B, k, D, V, oe) {
61090
61109
  var ce = Jg, pe = new lt(), ve = new un();
61091
61110
  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();
61111
+ var we = ve.width, Se = ve.height, $e = new Yt();
61093
61112
  if ($e == null || B == null) var Xe = 2;
61094
61113
  else t($e != null), Xe = LA(B, k, D, $e.width, $e.height, $e.Pd, $e.Qd, $e.format, null);
61095
61114
  if (Xe != 0 ? we = 0 : (we != null && (we[0] = $e.width[0]), Se != null && (Se[0] = $e.height[0]), we = 1), we) {
61096
61115
  ve.width = ve.width[0], ve.height = ve.height[0], V != null && (V[0] = ve.width), oe != null && (oe[0] = ve.height);
61097
61116
  e: {
61098
61117
  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) {
61118
+ 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
61119
  if ((B = Rs()) == null) {
61101
61120
  pe = 1;
61102
61121
  break e;
@@ -61150,7 +61169,7 @@ function w7(e) {
61150
61169
  pe = 1;
61151
61170
  break e;
61152
61171
  }
61153
- if (B.Fa = oe.na, B.P = oe.P, B.qc = oe.Sa, Mi(B, V)) {
61172
+ if (B.Fa = oe.na, B.P = oe.P, B.qc = oe.Sa, Qi(B, V)) {
61154
61173
  if ((k = jl(V.width, V.height, pe.Oa, pe.ba)) == 0) {
61155
61174
  if (B.Aa = 0, D = pe.Oa, t((oe = B) != null), D != null) {
61156
61175
  if (0 < (we = 0 > (we = D.Md) ? 0 : 100 < we ? 255 : 255 * we / 100)) {
@@ -61162,7 +61181,7 @@ function w7(e) {
61162
61181
  (function(Ee, Re) {
61163
61182
  if (Ee == null) return 0;
61164
61183
  if (Re == null) return _r(Ee, 2, "NULL VP8Io parameter in VP8Decode().");
61165
- if (!Ee.cb && !Mi(Ee, Re)) return 0;
61184
+ if (!Ee.cb && !Qi(Ee, Re)) return 0;
61166
61185
  if (t(Ee.cb), Re.ac == null || Re.ac(Re)) {
61167
61186
  Re.ob && (Ee.L = 0);
61168
61187
  var qe = am[Ee.L];
@@ -61201,7 +61220,7 @@ function w7(e) {
61201
61220
  }
61202
61221
  Ee.Vb = ut;
61203
61222
  }
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;
61223
+ 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
61224
  }
61206
61225
  }
61207
61226
  if (qe) {
@@ -61212,14 +61231,14 @@ function w7(e) {
61212
61231
  for (qe = -255; 510 >= qe; ++qe) iC[255 + qe] = 0 > qe ? 0 : 255 < qe ? 255 : qe;
61213
61232
  aC = 1;
61214
61233
  }
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;
61234
+ 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
61235
  } else qe = 0;
61217
61236
  }
61218
61237
  qe && (qe = function(tr, Zi) {
61219
61238
  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];
61239
+ var Pn, Jt = tr.Jc[tr.M & tr.Xb], kt = tr.m, Ei = tr;
61240
+ for (Pn = 0; Pn < Ei.za; ++Pn) {
61241
+ var Ln = kt, ar = Ei, zr = ar.Ac, Ca = ar.Bc + 4 * Pn, As = ar.zc, di = ar.ya[ar.aa + Pn];
61223
61242
  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
61243
  var Da = di.Ob, us = 0;
61225
61244
  for (ar = 0; 4 > ar; ++ar) {
@@ -61234,16 +61253,16 @@ function w7(e) {
61234
61253
  } 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
61254
  di.Dd = ke(Ln, 142) ? ke(Ln, 114) ? ke(Ln, 183) ? 1 : 3 : 2 : 0;
61236
61255
  }
61237
- if (Si.m.Ka) return _r(tr, 7, "Premature end-of-partition0 encountered.");
61256
+ if (Ei.m.Ka) return _r(tr, 7, "Premature end-of-partition0 encountered.");
61238
61257
  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;
61258
+ 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
61259
  else {
61241
61260
  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];
61261
+ 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
61262
  else {
61244
61263
  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);
61264
+ var ki = Ln.Na + us.Na;
61265
+ 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
61266
  else {
61248
61267
  var Cs = Er[0] + 3 >> 3;
61249
61268
  for (Er = 0; 256 > Er; Er += 16) ar[Da + Er] = Cs;
@@ -61253,42 +61272,42 @@ function w7(e) {
61253
61272
  var Or = 15 & Ln.la, Ji = 15 & us.la;
61254
61273
  for (Er = 0; 4 > Er; ++Er) {
61255
61274
  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;
61275
+ 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
61276
  Or >>= 4, Ji = Ji >> 1 | Zs << 7, Xi = (Xi << 8 | kr) >>> 0;
61258
61277
  }
61259
61278
  for (il = Or, Sa = Ji >> 4, hi = 0; 4 > hi; hi += 2) {
61260
61279
  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;
61280
+ 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
61281
  Or >>= 2, Ji = Ji >> 1 | Zs << 5;
61263
61282
  }
61264
61283
  lr |= kr << 4 * hi, il |= Or << 4 << hi, Sa |= (240 & Ji) << hi;
61265
61284
  }
61266
61285
  Ln.la = il, us.la = Sa, As.Hc = Xi, As.Gc = lr, As.ia = 43690 & lr ? 0 : di.ia, Ca = !(Xi | lr);
61267
61286
  }
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.");
61287
+ 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
61288
  }
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) {
61289
+ 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: {
61290
+ 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
61291
  Sa = kr, il = Zs;
61273
- var cs = (Xs = (Ea = Ei).D).Nb;
61292
+ var cs = (Xs = (Ea = ki).D).Nb;
61274
61293
  hi = Ea.R;
61275
61294
  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
61295
  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
61296
  else {
61278
61297
  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));
61298
+ 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
61299
  }
61281
61300
  }
61282
61301
  if (Jt.ia && alert("todo:DitherRow"), kt.put != null) {
61283
61302
  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.");
61303
+ Ei = _r(Jt, 3, "Could not decode alpha data.");
61285
61304
  break t;
61286
61305
  }
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));
61306
+ 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
61307
  }
61289
61308
  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
61309
  }
61291
- if (!Si) return _r(tr, 6, "Output aborted.");
61310
+ if (!Ei) return _r(tr, 6, "Output aborted.");
61292
61311
  }
61293
61312
  return 1;
61294
61313
  }(Ee, Re)), Re.bc != null && Re.bc(Re), qe &= 1;
@@ -61503,7 +61522,7 @@ function w7(e) {
61503
61522
  var Le = he[6], Oe = /^([.\d]+)((?:%|in|[cem]m|ex|p[ctx]))$/i.exec(ae)[2];
61504
61523
  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
61524
  var Ue = function(St) {
61506
- var Gn, Dt, zt = [], Vt = St.trim();
61525
+ var Gn, Dt, Gt = [], Vt = St.trim();
61507
61526
  if (Vt === "") return T5;
61508
61527
  if (Vt in s7) return [s7[Vt]];
61509
61528
  for (; Vt !== ""; ) {
@@ -61515,15 +61534,15 @@ function w7(e) {
61515
61534
  default:
61516
61535
  Dt = W8e(Vt);
61517
61536
  }
61518
- if (Dt === null || (zt.push(Dt[0]), (Vt = l7(Dt[1])) !== "" && Vt.charAt(0) !== ",")) return T5;
61537
+ if (Dt === null || (Gt.push(Dt[0]), (Vt = l7(Dt[1])) !== "" && Vt.charAt(0) !== ",")) return T5;
61519
61538
  Vt = Vt.replace(/^,/, "");
61520
61539
  }
61521
- return zt;
61540
+ return Gt;
61522
61541
  }(Le);
61523
61542
  if (this.fontFaces) {
61524
61543
  var Ke = function(St, Gn) {
61525
- var Dt = St.getFontList(), zt = JSON.stringify(Dt);
61526
- if (Ie === null || je !== zt) {
61544
+ var Dt = St.getFontList(), Gt = JSON.stringify(Dt);
61545
+ if (Ie === null || je !== Gt) {
61527
61546
  var Vt = function(Sn) {
61528
61547
  var Ht = [];
61529
61548
  return Object.keys(Sn).forEach(function(In) {
@@ -61549,26 +61568,26 @@ function w7(e) {
61549
61568
  }(Dt);
61550
61569
  Ie = function(Sn) {
61551
61570
  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;
61571
+ var Nt = I5(Sn[In]), nn = Nt.family, Zn = Nt.stretch, un = Nt.style, Yt = Nt.weight;
61572
+ 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
61573
  }
61555
61574
  return Ht;
61556
- }(Vt.concat(Gn)), je = zt;
61575
+ }(Vt.concat(Gn)), je = Gt;
61557
61576
  }
61558
61577
  return Ie;
61559
61578
  }(this.pdf, this.fontFaces), Ze = Ue.map(function(St) {
61560
61579
  return { family: St, stretch: "normal", weight: W, style: X };
61561
61580
  }), 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)) {
61581
+ 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
61582
  Ht = St[Sn.family];
61564
61583
  break;
61565
61584
  }
61566
- if (!(Ht = Ht || St[zt])) throw new Error("Could not find a font-family for the rule '" + o7(Sn) + "' and default family '" + zt + "'.");
61585
+ if (!(Ht = Ht || St[Gt])) throw new Error("Could not find a font-family for the rule '" + o7(Sn) + "' and default family '" + Gt + "'.");
61567
61586
  if (Ht = function(Nt, nn) {
61568
61587
  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;
61588
+ var Zn = s4[Nt], un = Zn <= s4.normal ? -1 : 1, Yt = a7(nn, DP, Zn, un);
61589
+ if (!Yt) throw new Error("Could not find a matching font-stretch value for " + Nt);
61590
+ return Yt;
61572
61591
  }(Sn.stretch, Ht), Ht = function(Nt, nn) {
61573
61592
  if (nn[Nt]) return nn[Nt];
61574
61593
  for (var Zn = QP[Nt], un = 0; un < Zn.length; ++un) if (nn[Zn[un]]) return nn[Zn[un]];
@@ -61787,8 +61806,8 @@ function w7(e) {
61787
61806
  }
61788
61807
  var Dt = JSON.parse(JSON.stringify(ae));
61789
61808
  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();
61809
+ var Gt = (ht > Ze || ht < Ye) && h.call(this);
61810
+ 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
61811
  }
61793
61812
  } else this.pdf.addImage(M, "JPEG", ae.x, ae.y, ae.w, ae.h, null, null, X);
61794
61813
  };
@@ -62822,7 +62841,7 @@ function(e) {
62822
62841
  var A = l.getContext("2d");
62823
62842
  A.fillStyle = "#fff", A.fillRect(0, 0, l.width, l.height);
62824
62843
  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) {
62844
+ return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-C9xsQDxF.mjs")).catch(function(f) {
62826
62845
  return Promise.reject(new Error("Could not load canvg: " + f));
62827
62846
  }).then(function(f) {
62828
62847
  return f.default ? f.default : f;
@@ -63886,7 +63905,7 @@ export {
63886
63905
  ite as ak,
63887
63906
  q2 as al,
63888
63907
  fa as am,
63889
- mi as an,
63908
+ vi as an,
63890
63909
  BEe as ao,
63891
63910
  xEe as ap,
63892
63911
  bL as aq,